@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0E49B5;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #f90000;
  --orange: #fd7e14;
  --yellow: #ddb32b;
  --green: #1F8D61;
  --teal: #20c997;
  --cyan: #2bb4dd;
  --white: #ffffff;
  --gray: #686868;
  --gray-dark: #343a40;
  --brown: var(--main);
  --primary: var(--main);
  --secondary: #686868;
  --success: #87de7d;
  --info: #2bb4dd;
  --warning: #ddb32b;
  --danger: #f90000;
  --light: #f7f5f6;
  --dark: #1e1e1e;
  --green: #1F8D61;
  --blue: #0E49B5;
  --gray: #9f9f9f;
  --gray-200: #e9e9e9;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Montserrat", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(30, 30, 30, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.71429;
  color: #686868;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 0.875rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 600;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: var(--main);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--main);
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #9f9f9f;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.625rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1e1e1e;
}

h1, .h1 {
  font-size: 1.875rem;
}

h2, .h2 {
  font-size: 1.625rem;
}

h3, .h3 {
  font-size: 1.375rem;
}

h4, .h4 {
  font-size: 1.25rem;
}

h5, .h5 {
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1rem;
  font-weight: 400;
}

.display-1 {
  font-size: 6.25rem;
  font-weight: 400;
  line-height: 1.5;
}

.display-2 {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.5;
}

.display-3 {
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.display-4 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.5;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(30, 30, 30, 0.1);
}

small,
.small {
  font-size: 0.75rem;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.75rem;
  color: #9f9f9f;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #686868;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #686868;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9e9e9;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9e9e9;
}

.table tbody + tbody {
  border-top: 2px solid #e9e9e9;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e9e9e9;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e9e9e9;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(30, 30, 30, 0.05);
}

.table-hover tbody tr:hover {
  color: #686868;
  background-color: rgba(30, 30, 30, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #e8e3db;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #d4ccbc;
}

.table-hover .table-primary:hover {
  background-color: #ded7cb;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #ded7cb;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d5d5d5;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b0b0b0;
}

.table-hover .table-secondary:hover {
  background-color: #c8c8c8;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8c8c8;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #ddf6db;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #c1eebb;
}

.table-hover .table-success:hover {
  background-color: #caf1c7;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #caf1c7;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c4eaf5;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #91d8ed;
}

.table-hover .table-info:hover {
  background-color: #aee2f1;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #aee2f1;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f5eac4;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #edd791;
}

.table-hover .table-warning:hover {
  background-color: #f1e2ae;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f1e2ae;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fdb8b8;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fc7a7a;
}

.table-hover .table-danger:hover {
  background-color: #fc9f9f;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fc9f9f;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfcfc;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfafa;
}

.table-hover .table-light:hover {
  background-color: #f3eded;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f3eded;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: silver;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8a8a8a;
}

.table-hover .table-dark:hover {
  background-color: #b3b3b3;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b3b3b3;
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: #c0dfd3;
}

.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #8bc4ad;
}

.table-hover .table-green:hover {
  background-color: #afd6c7;
}

.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #afd6c7;
}

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #bcccea;
}

.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #82a0d9;
}

.table-hover .table-blue:hover {
  background-color: #a9bde4;
}

.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #a9bde4;
}

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: #e4e4e4;
}

.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: #cdcdcd;
}

.table-hover .table-gray:hover {
  background-color: #d7d7d7;
}

.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: #d7d7d7;
}

.table-gray-200,
.table-gray-200 > th,
.table-gray-200 > td {
  background-color: #f9f9f9;
}

.table-gray-200 th,
.table-gray-200 td,
.table-gray-200 thead th,
.table-gray-200 tbody + tbody {
  border-color: #f4f4f4;
}

.table-hover .table-gray-200:hover {
  background-color: #ececec;
}

.table-hover .table-gray-200:hover > td,
.table-hover .table-gray-200:hover > th {
  background-color: #ececec;
}

.table-gray-300,
.table-gray-300 > th,
.table-gray-300 > td {
  background-color: #f6f7f8;
}

.table-gray-300 th,
.table-gray-300 td,
.table-gray-300 thead th,
.table-gray-300 tbody + tbody {
  border-color: #eef0f2;
}

.table-hover .table-gray-300:hover {
  background-color: #e8eaed;
}

.table-hover .table-gray-300:hover > td,
.table-hover .table-gray-300:hover > th {
  background-color: #e8eaed;
}

.table-gray-400,
.table-gray-400 > th,
.table-gray-400 > td {
  background-color: #f1f3f5;
}

.table-gray-400 th,
.table-gray-400 td,
.table-gray-400 thead th,
.table-gray-400 tbody + tbody {
  border-color: #e6e9ec;
}

.table-hover .table-gray-400:hover {
  background-color: #e2e6ea;
}

.table-hover .table-gray-400:hover > td,
.table-hover .table-gray-400:hover > th {
  background-color: #e2e6ea;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(30, 30, 30, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(17, 17, 17, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(17, 17, 17, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.table-dark {
  color: #ffffff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.71429em + 0.875rem + 2px);
  padding: 0.4375rem 0.9375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.71429;
  color: #1e1e1e;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #9f9f9f;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1e1e1e;
}

.form-control:focus {
  color: #1e1e1e;
  background-color: #ffffff;
  border-color: var(--main);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.25);
}

.form-control::placeholder {
  color: #9f9f9f;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f7f5f6;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #1e1e1e;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.4375rem + 1px);
  padding-bottom: calc(0.4375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.71429;
}

.col-form-label-lg {
  padding-top: calc(0.8439rem + 1px);
  padding-bottom: calc(0.8439rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.4375rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.71429;
  color: #686868;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.form-control-lg {
  height: calc(1.5em + 1.6878rem + 2px);
  padding: 0.8439rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.625rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #9f9f9f;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  color: #87de7d;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.71429;
  color: #ffffff;
  background-color: rgba(135, 222, 125, 0.9);
  border-radius: 0;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #87de7d;
  padding-right: calc(1.71429em + 0.875rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2387de7d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.42857em + 0.21875rem) center;
  background-size: calc(0.85714em + 0.4375rem) calc(0.85714em + 0.4375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #87de7d;
  box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.71429em + 0.875rem);
  background-position: top calc(0.42857em + 0.21875rem) right calc(0.42857em + 0.21875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #87de7d;
  padding-right: calc(0.75em + 2.59375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2387de7d' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.9375rem/calc(0.85714em + 0.4375rem) calc(0.85714em + 0.4375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #87de7d;
  box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #87de7d;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #87de7d;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #87de7d;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #ade8a6;
  background-color: #ade8a6;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #87de7d;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #87de7d;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #87de7d;
  box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.625rem;
  font-size: 0.75rem;
  color: #f90000;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.71429;
  color: #ffffff;
  background-color: rgba(249, 0, 0, 0.9);
  border-radius: 0;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f90000;
  padding-right: calc(1.71429em + 0.875rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f90000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f90000' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.42857em + 0.21875rem) center;
  background-size: calc(0.85714em + 0.4375rem) calc(0.85714em + 0.4375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f90000;
  box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.71429em + 0.875rem);
  background-position: top calc(0.42857em + 0.21875rem) right calc(0.42857em + 0.21875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f90000;
  padding-right: calc(0.75em + 2.59375rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f90000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f90000' stroke='none'/%3e%3c/svg%3e") #ffffff no-repeat center right 1.9375rem/calc(0.85714em + 0.4375rem) calc(0.85714em + 0.4375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f90000;
  box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f90000;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f90000;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f90000;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff2d2d;
  background-color: #ff2d2d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f90000;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f90000;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f90000;
  box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: #686868;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.4375rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.71429;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #686868;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}

.btn.disabled, .btn:disabled {
  opacity: 0.5;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #9d8a68;
  border-color: #968462;
}

.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #9d8a68;
  border-color: #968462;
  box-shadow: 0 0 0 0 rgba(184, 171, 146, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #968462;
  border-color: #8f7d5d;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(184, 171, 146, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #555555;
  border-color: #4f4f4f;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #555555;
  border-color: #4f4f4f;
  box-shadow: 0 0 0 0 rgba(127, 127, 127, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #4f4f4f;
  border-color: #484848;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(127, 127, 127, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #6bd65e;
  border-color: #61d454;
}

.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #6bd65e;
  border-color: #61d454;
  box-shadow: 0 0 0 0 rgba(153, 227, 145, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #61d454;
  border-color: #58d14a;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(153, 227, 145, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #1f9dc3;
  border-color: #1d94b8;
}

.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #1f9dc3;
  border-color: #1d94b8;
  box-shadow: 0 0 0 0 rgba(75, 191, 226, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #1d94b8;
  border-color: #1c8bad;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(75, 191, 226, 0.5);
}

.btn-warning {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #c39c1f;
  border-color: #b8931d;
}

.btn-warning:focus, .btn-warning.focus {
  color: #ffffff;
  background-color: #c39c1f;
  border-color: #b8931d;
  box-shadow: 0 0 0 0 rgba(226, 190, 75, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #b8931d;
  border-color: #ad8a1c;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(226, 190, 75, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #d30000;
  border-color: #c60000;
}

.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #d30000;
  border-color: #c60000;
  box-shadow: 0 0 0 0 rgba(250, 38, 38, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #c60000;
  border-color: #b90000;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(250, 38, 38, 0.5);
}

.btn-light {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
}

.btn-light:hover {
  color: #1e1e1e;
  background-color: #e6e0e3;
  border-color: #e0d9dd;
}

.btn-light:focus, .btn-light.focus {
  color: #1e1e1e;
  background-color: #e6e0e3;
  border-color: #e0d9dd;
  box-shadow: 0 0 0 0 rgba(214, 213, 214, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #1e1e1e;
  background-color: #e0d9dd;
  border-color: #dbd2d6;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(214, 213, 214, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #0b0b0b;
  border-color: #050505;
}

.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #0b0b0b;
  border-color: #050505;
  box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #050505;
  border-color: black;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.5);
}

.btn-green {
  color: #ffffff;
  background-color: #1F8D61;
  border-color: #1F8D61;
}

.btn-green:hover {
  color: #ffffff;
  background-color: #186e4b;
  border-color: #166344;
}

.btn-green:focus, .btn-green.focus {
  color: #ffffff;
  background-color: #186e4b;
  border-color: #166344;
  box-shadow: 0 0 0 0 rgba(65, 158, 121, 0.5);
}

.btn-green.disabled, .btn-green:disabled {
  color: #ffffff;
  background-color: #1F8D61;
  border-color: #1F8D61;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #ffffff;
  background-color: #166344;
  border-color: #14593d;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(65, 158, 121, 0.5);
}

.btn-blue {
  color: #ffffff;
  background-color: #0E49B5;
  border-color: #0E49B5;
}

.btn-blue:hover {
  color: #ffffff;
  background-color: #0b3b91;
  border-color: #0a3686;
}

.btn-blue:focus, .btn-blue.focus {
  color: #ffffff;
  background-color: #0b3b91;
  border-color: #0a3686;
  box-shadow: 0 0 0 0 rgba(50, 100, 192, 0.5);
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #ffffff;
  background-color: #0E49B5;
  border-color: #0E49B5;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #0a3686;
  border-color: #09317a;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(50, 100, 192, 0.5);
}

.btn-gray {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}

.btn-gray:hover {
  color: #ffffff;
  background-color: #8c8c8c;
  border-color: #868686;
}

.btn-gray:focus, .btn-gray.focus {
  color: #ffffff;
  background-color: #8c8c8c;
  border-color: #868686;
  box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
}

.btn-gray.disabled, .btn-gray:disabled {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #ffffff;
  background-color: #868686;
  border-color: #7f7f7f;
}

.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
}

.btn-gray-200 {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-gray-200:hover {
  color: #1e1e1e;
  background-color: #d6d6d6;
  border-color: #d0d0d0;
}

.btn-gray-200:focus, .btn-gray-200.focus {
  color: #1e1e1e;
  background-color: #d6d6d6;
  border-color: #d0d0d0;
  box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
}

.btn-gray-200.disabled, .btn-gray-200:disabled {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-gray-200:not(:disabled):not(.disabled):active, .btn-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-gray-200.dropdown-toggle {
  color: #1e1e1e;
  background-color: #d0d0d0;
  border-color: #c9c9c9;
}

.btn-gray-200:not(:disabled):not(.disabled):active:focus, .btn-gray-200:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
}

.btn-gray-300 {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-gray-300:hover {
  color: #1e1e1e;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
}

.btn-gray-300:focus, .btn-gray-300.focus {
  color: #1e1e1e;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
  box-shadow: 0 0 0 0 rgba(193, 197, 200, 0.5);
}

.btn-gray-300.disabled, .btn-gray-300:disabled {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-gray-300:not(:disabled):not(.disabled):active, .btn-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-gray-300.dropdown-toggle {
  color: #1e1e1e;
  background-color: #c1c9d0;
  border-color: #bac2cb;
}

.btn-gray-300:not(:disabled):not(.disabled):active:focus, .btn-gray-300:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(193, 197, 200, 0.5);
}

.btn-gray-400 {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-gray-400:hover {
  color: #1e1e1e;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
}

.btn-gray-400:focus, .btn-gray-400.focus {
  color: #1e1e1e;
  background-color: #b8c1ca;
  border-color: #b1bbc4;
  box-shadow: 0 0 0 0 rgba(180, 185, 190, 0.5);
}

.btn-gray-400.disabled, .btn-gray-400:disabled {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-gray-400:not(:disabled):not(.disabled):active, .btn-gray-400:not(:disabled):not(.disabled).active,
.show > .btn-gray-400.dropdown-toggle {
  color: #ffffff;
  background-color: #b1bbc4;
  border-color: #aab4bf;
}

.btn-gray-400:not(:disabled):not(.disabled):active:focus, .btn-gray-400:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(180, 185, 190, 0.5);
}

.btn-outline-primary {
  color: var(--main);
  border-color: var(--main);
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: var(--main);
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.5);
}

.btn-outline-secondary {
  color: #686868;
  border-color: #686868;
}

.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #686868;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.5);
}

.btn-outline-success {
  color: #87de7d;
  border-color: #87de7d;
}

.btn-outline-success:hover {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #87de7d;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.5);
}

.btn-outline-info {
  color: #2bb4dd;
  border-color: #2bb4dd;
}

.btn-outline-info:hover {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(43, 180, 221, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #2bb4dd;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(43, 180, 221, 0.5);
}

.btn-outline-warning {
  color: #ddb32b;
  border-color: #ddb32b;
}

.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(221, 179, 43, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ddb32b;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(221, 179, 43, 0.5);
}

.btn-outline-danger {
  color: #f90000;
  border-color: #f90000;
}

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f90000;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.5);
}

.btn-outline-light {
  color: #f7f5f6;
  border-color: #f7f5f6;
}

.btn-outline-light:hover {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(247, 245, 246, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f7f5f6;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(247, 245, 246, 0.5);
}

.btn-outline-dark {
  color: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #1e1e1e;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.5);
}

.btn-outline-green {
  color: #1F8D61;
  border-color: #1F8D61;
}

.btn-outline-green:hover {
  color: #ffffff;
  background-color: #1F8D61;
  border-color: #1F8D61;
}

.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(31, 141, 97, 0.5);
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #1F8D61;
  background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: #1F8D61;
  border-color: #1F8D61;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(31, 141, 97, 0.5);
}

.btn-outline-blue {
  color: #0E49B5;
  border-color: #0E49B5;
}

.btn-outline-blue:hover {
  color: #ffffff;
  background-color: #0E49B5;
  border-color: #0E49B5;
}

.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0 rgba(14, 73, 181, 0.5);
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #0E49B5;
  background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #0E49B5;
  border-color: #0E49B5;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(14, 73, 181, 0.5);
}

.btn-outline-gray {
  color: #9f9f9f;
  border-color: #9f9f9f;
}

.btn-outline-gray:hover {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}

.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0 rgba(159, 159, 159, 0.5);
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #9f9f9f;
  background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(159, 159, 159, 0.5);
}

.btn-outline-gray-200 {
  color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-outline-gray-200:hover {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-outline-gray-200:focus, .btn-outline-gray-200.focus {
  box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.5);
}

.btn-outline-gray-200.disabled, .btn-outline-gray-200:disabled {
  color: #e9e9e9;
  background-color: transparent;
}

.btn-outline-gray-200:not(:disabled):not(.disabled):active, .btn-outline-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-200.dropdown-toggle {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-200:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.5);
}

.btn-outline-gray-300 {
  color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-gray-300:hover {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-gray-300:focus, .btn-outline-gray-300.focus {
  box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
}

.btn-outline-gray-300.disabled, .btn-outline-gray-300:disabled {
  color: #dee2e6;
  background-color: transparent;
}

.btn-outline-gray-300:not(:disabled):not(.disabled):active, .btn-outline-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-300.dropdown-toggle {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-300:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
}

.btn-outline-gray-400 {
  color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-gray-400:hover {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-gray-400:focus, .btn-outline-gray-400.focus {
  box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
}

.btn-outline-gray-400.disabled, .btn-outline-gray-400:disabled {
  color: #ced4da;
  background-color: transparent;
}

.btn-outline-gray-400:not(:disabled):not(.disabled):active, .btn-outline-gray-400:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-400.dropdown-toggle {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-400:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
}

.btn-link {
  font-weight: 400;
  color: var(--main);
  text-decoration: none;
}

.btn-link:hover {
  color: var(--main);
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #686868;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.8439rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.15937rem;
  vertical-align: 0.15937rem;
  content: "";
  border-top: 0.1875rem solid;
  border-right: 0.1875rem solid transparent;
  border-bottom: 0;
  border-left: 0.1875rem solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0 0;
  margin: 0 0 0;
  font-size: 0.875rem;
  color: #686868;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #e9e9e9;
  border-radius: 0;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.15937rem;
  vertical-align: 0.15937rem;
  content: "";
  border-top: 0;
  border-right: 0.1875rem solid transparent;
  border-bottom: 0.1875rem solid;
  border-left: 0.1875rem solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.15937rem;
  vertical-align: 0.15937rem;
  content: "";
  border-top: 0.1875rem solid transparent;
  border-right: 0;
  border-bottom: 0.1875rem solid transparent;
  border-left: 0.1875rem solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.15937rem;
  vertical-align: 0.15937rem;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.15937rem;
  vertical-align: 0.15937rem;
  content: "";
  border-top: 0.1875rem solid transparent;
  border-right: 0.1875rem solid;
  border-bottom: 0.1875rem solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0 0;
  overflow: hidden;
  border-top: 1px solid #e9e9e9;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 0.9375rem;
  clear: both;
  font-weight: 400;
  color: #1e1e1e;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:first-child {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

.dropdown-item:last-child {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #1e1e1e;
  text-decoration: none;
  background-color: #f7f5f6;
}

.dropdown-item.active, .dropdown-item:active {
  color: #1e1e1e;
  text-decoration: none;
  background-color: #f7f5f6;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #686868;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0 0.9375rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #1e1e1e;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.5rem 0.9375rem;
  color: #1e1e1e;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.70313rem;
  padding-left: 0.70313rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.84375rem;
  padding-left: 0.84375rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 0%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.4375rem 0.9375rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.71429;
  color: #1e1e1e;
  text-align: center;
  white-space: nowrap;
  background-color: #f7f5f6;
  border: 1px solid #9f9f9f;
  border-radius: 0;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.6878rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.8439rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.75rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.9375rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.625rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.125rem;
  height: 1.3125rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: var(--main);
  background-color: var(--main);
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: var(--main);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #f2f0eb;
  border-color: #f2f0eb;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #686868;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f7f5f6;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.1875rem;
  left: -1.625rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: #9f9f9f solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.1875rem;
  left: -1.625rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: var(--main);
  background-color: var(--main);
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(172, 156, 127, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(172, 156, 127, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(172, 156, 127, 0.5);
}

.custom-switch {
  padding-left: 2.46875rem;
}

.custom-switch .custom-control-label::before {
  left: -2.46875rem;
  width: 1.96875rem;
  pointer-events: all;
  border-radius: 0.5625rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.1875rem + 2px);
  left: calc(-2.46875rem + 2px);
  width: calc(1.125rem - 4px);
  height: calc(1.125rem - 4px);
  background-color: #9f9f9f;
  border-radius: 0.5625rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.84375rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(172, 156, 127, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.71429em + 0.875rem + 2px);
  padding: 0.4375rem 1.9375rem 0.4375rem 0.9375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.71429;
  color: #1e1e1e;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.9375rem center/8px 10px;
  border: 1px solid #9f9f9f;
  border-radius: 0;
  appearance: none;
}

.custom-select:focus {
  border-color: var(--main);
  outline: 0;
  box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.25);
}

.custom-select:focus::-ms-value {
  color: #1e1e1e;
  background-color: #ffffff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.9375rem;
  background-image: none;
}

.custom-select:disabled {
  color: #686868;
  background-color: #e9e9e9;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1e1e1e;
}

.custom-select-sm {
  height: calc(1.5em + 0.75rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1.6878rem + 2px);
  padding-top: 0.8439rem;
  padding-bottom: 0.8439rem;
  padding-left: 1.125rem;
  font-size: 0.875rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.71429em + 0.875rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.71429em + 0.875rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: var(--main);
  box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #f7f5f6;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.71429em + 0.875rem + 2px);
  padding: 0.4375rem 0.9375rem;
  font-weight: 400;
  line-height: 1.71429;
  color: #1e1e1e;
  background-color: #ffffff;
  border: 1px solid #9f9f9f;
  border-radius: 0;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.71429em + 0.875rem);
  padding: 0.4375rem 0.9375rem;
  line-height: 1.71429;
  color: #1e1e1e;
  content: "Browse";
  background-color: #f7f5f6;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0 rgba(172, 156, 127, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0 rgba(172, 156, 127, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0 rgba(172, 156, 127, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: var(--main);
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #f2f0eb;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--main);
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #f2f0eb;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: var(--main);
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #f2f0eb;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #9f9f9f;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #9f9f9f;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #9f9f9f;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #686868;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9e9e9 #e9e9e9 #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #686868;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: var(--main);
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.9375rem;
}

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0.9375rem;
  font-size: 0.875rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: #1e1e1e;
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #1e1e1e;
}

.navbar-light .navbar-nav .nav-link {
  color: #1e1e1e;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #1e1e1e;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(30, 30, 30, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #1e1e1e;
}

.navbar-light .navbar-toggler {
  color: #1e1e1e;
  border-color: rgba(30, 30, 30, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%231e1e1e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: #1e1e1e;
}

.navbar-light .navbar-text a {
  color: #1e1e1e;
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #1e1e1e;
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #ffffff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid #e9e9e9;
  border-radius: 0;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(30, 30, 30, 0.03);
  border-bottom: 1px solid #e9e9e9;
}

.card-header:first-child {
  border-radius: -1px -1px 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(30, 30, 30, 0.03);
  border-top: 1px solid #e9e9e9;
}

.card-footer:last-child {
  border-radius: 0 0 -1px -1px;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9e9e9;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #686868;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #686868;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5625rem 1rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #9f9f9f;
  background-color: #ffffff;
  border: 1px solid #9f9f9f;
}

.page-link:hover {
  z-index: 2;
  color: #ffffff;
  text-decoration: none;
  background-color: var(--main);
  border-color: var(--main);
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
}

.page-item.disabled .page-link {
  color: #9f9f9f;
  pointer-events: none;
  cursor: auto;
  background-color: #f7f5f6;
  border-color: #9f9f9f;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.1875rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.6875rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #ffffff;
  background-color: var(--main);
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #968462;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #686868;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #4f4f4f;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #87de7d;
}

a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #61d454;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.5);
}

.badge-info {
  color: #ffffff;
  background-color: #2bb4dd;
}

a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  background-color: #1d94b8;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(43, 180, 221, 0.5);
}

.badge-warning {
  color: #ffffff;
  background-color: #ddb32b;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #ffffff;
  background-color: #b8931d;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(221, 179, 43, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #f90000;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #c60000;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.5);
}

.badge-light {
  color: #1e1e1e;
  background-color: #f7f5f6;
}

a.badge-light:hover, a.badge-light:focus {
  color: #1e1e1e;
  background-color: #e0d9dd;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(247, 245, 246, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #1e1e1e;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: #050505;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.5);
}

.badge-green {
  color: #ffffff;
  background-color: #1F8D61;
}

a.badge-green:hover, a.badge-green:focus {
  color: #ffffff;
  background-color: #166344;
}

a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(31, 141, 97, 0.5);
}

.badge-blue {
  color: #ffffff;
  background-color: #0E49B5;
}

a.badge-blue:hover, a.badge-blue:focus {
  color: #ffffff;
  background-color: #0a3686;
}

a.badge-blue:focus, a.badge-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(14, 73, 181, 0.5);
}

.badge-gray {
  color: #ffffff;
  background-color: #9f9f9f;
}

a.badge-gray:hover, a.badge-gray:focus {
  color: #ffffff;
  background-color: #868686;
}

a.badge-gray:focus, a.badge-gray.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(159, 159, 159, 0.5);
}

.badge-gray-200 {
  color: #1e1e1e;
  background-color: #e9e9e9;
}

a.badge-gray-200:hover, a.badge-gray-200:focus {
  color: #1e1e1e;
  background-color: #d0d0d0;
}

a.badge-gray-200:focus, a.badge-gray-200.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.5);
}

.badge-gray-300 {
  color: #1e1e1e;
  background-color: #dee2e6;
}

a.badge-gray-300:hover, a.badge-gray-300:focus {
  color: #1e1e1e;
  background-color: #c1c9d0;
}

a.badge-gray-300:focus, a.badge-gray-300.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
}

.badge-gray-400 {
  color: #1e1e1e;
  background-color: #ced4da;
}

a.badge-gray-400:hover, a.badge-gray-400:focus {
  color: #1e1e1e;
  background-color: #b1bbc4;
}

a.badge-gray-400:focus, a.badge-gray-400.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9e9e9;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.9375rem 1.5625rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 600;
}

.alert-dismissible {
  padding-right: 4.4375rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.9375rem 1.5625rem;
  color: inherit;
}

.alert-primary {
  color: #686050;
  background-color: #eeebe5;
  border-color: #e8e3db;
}

.alert-primary hr {
  border-top-color: #ded7cb;
}

.alert-primary .alert-link {
  color: #4b453a;
}

.alert-secondary {
  color: #444444;
  background-color: #e1e1e1;
  border-color: #d5d5d5;
}

.alert-secondary hr {
  border-top-color: #c8c8c8;
}

.alert-secondary .alert-link {
  color: #2b2b2b;
}

.alert-success {
  color: #55824f;
  background-color: #e7f8e5;
  border-color: #ddf6db;
}

.alert-success hr {
  border-top-color: #caf1c7;
}

.alert-success .alert-link {
  color: #40623c;
}

.alert-info {
  color: #256c81;
  background-color: #d5f0f8;
  border-color: #c4eaf5;
}

.alert-info hr {
  border-top-color: #aee2f1;
}

.alert-info .alert-link {
  color: #1a4b59;
}

.alert-warning {
  color: #816b25;
  background-color: #f8f0d5;
  border-color: #f5eac4;
}

.alert-warning hr {
  border-top-color: #f1e2ae;
}

.alert-warning .alert-link {
  color: #594a1a;
}

.alert-danger {
  color: #900e0e;
  background-color: #fecccc;
  border-color: #fdb8b8;
}

.alert-danger hr {
  border-top-color: #fc9f9f;
}

.alert-danger .alert-link {
  color: #620909;
}

.alert-light {
  color: #8f8e8e;
  background-color: #fdfdfd;
  border-color: #fdfcfc;
}

.alert-light hr {
  border-top-color: #f3eded;
}

.alert-light .alert-link {
  color: #767474;
}

.alert-dark {
  color: #1e1e1e;
  background-color: #d2d2d2;
  border-color: silver;
}

.alert-dark hr {
  border-top-color: #b3b3b3;
}

.alert-dark .alert-link {
  color: #050505;
}

.alert-green {
  color: #1f5841;
  background-color: #d2e8df;
  border-color: #c0dfd3;
}

.alert-green hr {
  border-top-color: #afd6c7;
}

.alert-green .alert-link {
  color: #123225;
}

.alert-blue {
  color: #16346d;
  background-color: #cfdbf0;
  border-color: #bcccea;
}

.alert-blue hr {
  border-top-color: #a9bde4;
}

.alert-blue .alert-link {
  color: #0d2043;
}

.alert-gray {
  color: #616161;
  background-color: #ececec;
  border-color: #e4e4e4;
}

.alert-gray hr {
  border-top-color: #d7d7d7;
}

.alert-gray .alert-link {
  color: #484848;
}

.alert-gray-200 {
  color: #888888;
  background-color: #fbfbfb;
  border-color: #f9f9f9;
}

.alert-gray-200 hr {
  border-top-color: #ececec;
}

.alert-gray-200 .alert-link {
  color: #6f6f6f;
}

.alert-gray-300 {
  color: #828486;
  background-color: #f8f9fa;
  border-color: #f6f7f8;
}

.alert-gray-300 hr {
  border-top-color: #e8eaed;
}

.alert-gray-300 .alert-link {
  color: #696b6c;
}

.alert-gray-400 {
  color: #7a7d80;
  background-color: #f5f6f8;
  border-color: #f1f3f5;
}

.alert-gray-400 hr {
  border-top-color: #e2e6ea;
}

.alert-gray-400 .alert-link {
  color: #616466;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.65625rem;
  background-color: #e9e9e9;
  border-radius: 0;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: var(--main);
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f7f5f6;
}

.list-group-item-action:active {
  color: #686868;
  background-color: #e9e9e9;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(30, 30, 30, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #9f9f9f;
  pointer-events: none;
  background-color: #ffffff;
}

.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #686050;
  background-color: #e8e3db;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #686050;
  background-color: #ded7cb;
}

.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #686050;
  border-color: #686050;
}

.list-group-item-secondary {
  color: #444444;
  background-color: #d5d5d5;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #444444;
  background-color: #c8c8c8;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}

.list-group-item-success {
  color: #55824f;
  background-color: #ddf6db;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #55824f;
  background-color: #caf1c7;
}

.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #55824f;
  border-color: #55824f;
}

.list-group-item-info {
  color: #256c81;
  background-color: #c4eaf5;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #256c81;
  background-color: #aee2f1;
}

.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #256c81;
  border-color: #256c81;
}

.list-group-item-warning {
  color: #816b25;
  background-color: #f5eac4;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #816b25;
  background-color: #f1e2ae;
}

.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #816b25;
  border-color: #816b25;
}

.list-group-item-danger {
  color: #900e0e;
  background-color: #fdb8b8;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #900e0e;
  background-color: #fc9f9f;
}

.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #900e0e;
  border-color: #900e0e;
}

.list-group-item-light {
  color: #8f8e8e;
  background-color: #fdfcfc;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #8f8e8e;
  background-color: #f3eded;
}

.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #8f8e8e;
  border-color: #8f8e8e;
}

.list-group-item-dark {
  color: #1e1e1e;
  background-color: silver;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1e1e1e;
  background-color: #b3b3b3;
}

.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.list-group-item-green {
  color: #1f5841;
  background-color: #c0dfd3;
}

.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #1f5841;
  background-color: #afd6c7;
}

.list-group-item-green.list-group-item-action.active {
  color: #ffffff;
  background-color: #1f5841;
  border-color: #1f5841;
}

.list-group-item-blue {
  color: #16346d;
  background-color: #bcccea;
}

.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #16346d;
  background-color: #a9bde4;
}

.list-group-item-blue.list-group-item-action.active {
  color: #ffffff;
  background-color: #16346d;
  border-color: #16346d;
}

.list-group-item-gray {
  color: #616161;
  background-color: #e4e4e4;
}

.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: #616161;
  background-color: #d7d7d7;
}

.list-group-item-gray.list-group-item-action.active {
  color: #ffffff;
  background-color: #616161;
  border-color: #616161;
}

.list-group-item-gray-200 {
  color: #888888;
  background-color: #f9f9f9;
}

.list-group-item-gray-200.list-group-item-action:hover, .list-group-item-gray-200.list-group-item-action:focus {
  color: #888888;
  background-color: #ececec;
}

.list-group-item-gray-200.list-group-item-action.active {
  color: #ffffff;
  background-color: #888888;
  border-color: #888888;
}

.list-group-item-gray-300 {
  color: #828486;
  background-color: #f6f7f8;
}

.list-group-item-gray-300.list-group-item-action:hover, .list-group-item-gray-300.list-group-item-action:focus {
  color: #828486;
  background-color: #e8eaed;
}

.list-group-item-gray-300.list-group-item-action.active {
  color: #ffffff;
  background-color: #828486;
  border-color: #828486;
}

.list-group-item-gray-400 {
  color: #7a7d80;
  background-color: #f1f3f5;
}

.list-group-item-gray-400.list-group-item-action:hover, .list-group-item-gray-400.list-group-item-action:focus {
  color: #7a7d80;
  background-color: #e2e6ea;
}

.list-group-item-gray-400.list-group-item-action.active {
  color: #ffffff;
  background-color: #7a7d80;
  border-color: #7a7d80;
}

.close {
  float: right;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1;
  color: #1e1e1e;
  text-shadow: 0 0 0 #ffffff;
  opacity: .5;
}

.close:hover {
  color: #1e1e1e;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(30, 30, 30, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #686868;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid none;
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #1e1e1e;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.2;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #e9e9e9;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px;
}

.modal-header .close {
  padding: 1rem 1.25rem;
  margin: -1rem -1.25rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.71429;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9e9e9;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px;
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #1e1e1e;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #1e1e1e;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #1e1e1e;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #1e1e1e;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #1e1e1e;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(30, 30, 30, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(30, 30, 30, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(30, 30, 30, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(30, 30, 30, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(30, 30, 30, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #1e1e1e;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #686868;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: var(--main) !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #968462 !important;
}

.bg-secondary {
  background-color: #686868 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #4f4f4f !important;
}

.bg-success {
  background-color: #87de7d !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #61d454 !important;
}

.bg-info {
  background-color: #2bb4dd !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #1d94b8 !important;
}

.bg-warning {
  background-color: #ddb32b !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #b8931d !important;
}

.bg-danger {
  background-color: #f90000 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #c60000 !important;
}

.bg-light {
  background-color: #f7f5f6 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e0d9dd !important;
}

.bg-dark {
  background-color: #1e1e1e !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #050505 !important;
}

.bg-green {
  background-color: #1F8D61 !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #166344 !important;
}

.bg-blue {
  background-color: #0E49B5 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #0a3686 !important;
}

.bg-gray {
  background-color: #9f9f9f !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #868686 !important;
}

.bg-gray-200 {
  background-color: #e9e9e9 !important;
}

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #d0d0d0 !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #c1c9d0 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

a.bg-gray-400:hover, a.bg-gray-400:focus,
button.bg-gray-400:hover,
button.bg-gray-400:focus {
  background-color: #b1bbc4 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9e9e9 !important;
}

.border-top {
  border-top: 1px solid #e9e9e9 !important;
}

.border-right {
  border-right: 1px solid #e9e9e9 !important;
}

.border-bottom {
  border-bottom: 1px solid #e9e9e9 !important;
}

.border-left {
  border-left: 1px solid #e9e9e9 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: var(--main) !important;
}

.border-secondary {
  border-color: #686868 !important;
}

.border-success {
  border-color: #87de7d !important;
}

.border-info {
  border-color: #2bb4dd !important;
}

.border-warning {
  border-color: #ddb32b !important;
}

.border-danger {
  border-color: #f90000 !important;
}

.border-light {
  border-color: #f7f5f6 !important;
}

.border-dark {
  border-color: #1e1e1e !important;
}

.border-green {
  border-color: #1F8D61 !important;
}

.border-blue {
  border-color: #0E49B5 !important;
}

.border-gray {
  border-color: #9f9f9f !important;
}

.border-gray-200 {
  border-color: #e9e9e9 !important;
}

.border-gray-300 {
  border-color: #dee2e6 !important;
}

.border-gray-400 {
  border-color: #ced4da !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(30, 30, 30, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(30, 30, 30, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(30, 30, 30, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.875rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.875rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.875rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.875rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.875rem !important;
}

.m-5 {
  margin: 3.125rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3.125rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3.125rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3.125rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3.125rem !important;
}

.m-6 {
  margin: 4.375rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.375rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.375rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.375rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.375rem !important;
}

.m-7 {
  margin: 5.625rem !important;
}

.mt-7,
.my-7 {
  margin-top: 5.625rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 5.625rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 5.625rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 5.625rem !important;
}

.m-8 {
  margin: 6.25rem !important;
}

.mt-8,
.my-8 {
  margin-top: 6.25rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 6.25rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 6.25rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 6.25rem !important;
}

.m-9 {
  margin: 7.5rem !important;
}

.mt-9,
.my-9 {
  margin-top: 7.5rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 7.5rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 7.5rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 7.5rem !important;
}

.m-10 {
  margin: 9.375rem !important;
}

.mt-10,
.my-10 {
  margin-top: 9.375rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 9.375rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 9.375rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 9.375rem !important;
}

.m-11 {
  margin: 11.25rem !important;
}

.mt-11,
.my-11 {
  margin-top: 11.25rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 11.25rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 11.25rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 11.25rem !important;
}

.m-1px {
  margin: 1px !important;
}

.mt-1px,
.my-1px {
  margin-top: 1px !important;
}

.mr-1px,
.mx-1px {
  margin-right: 1px !important;
}

.mb-1px,
.my-1px {
  margin-bottom: 1px !important;
}

.ml-1px,
.mx-1px {
  margin-left: 1px !important;
}

.m-5px {
  margin: 0.3125rem !important;
}

.mt-5px,
.my-5px {
  margin-top: 0.3125rem !important;
}

.mr-5px,
.mx-5px {
  margin-right: 0.3125rem !important;
}

.mb-5px,
.my-5px {
  margin-bottom: 0.3125rem !important;
}

.ml-5px,
.mx-5px {
  margin-left: 0.3125rem !important;
}

.m-10px {
  margin: 0.625rem !important;
}

.mt-10px,
.my-10px {
  margin-top: 0.625rem !important;
}

.mr-10px,
.mx-10px {
  margin-right: 0.625rem !important;
}

.mb-10px,
.my-10px {
  margin-bottom: 0.625rem !important;
}

.ml-10px,
.mx-10px {
  margin-left: 0.625rem !important;
}

.m-20px {
  margin: 1.25rem !important;
}

.mt-20px,
.my-20px {
  margin-top: 1.25rem !important;
}

.mr-20px,
.mx-20px {
  margin-right: 1.25rem !important;
}

.mb-20px,
.my-20px {
  margin-bottom: 1.25rem !important;
}

.ml-20px,
.mx-20px {
  margin-left: 1.25rem !important;
}

.m-25px {
  margin: 1.5625rem !important;
}

.mt-25px,
.my-25px {
  margin-top: 1.5625rem !important;
}

.mr-25px,
.mx-25px {
  margin-right: 1.5625rem !important;
}

.mb-25px,
.my-25px {
  margin-bottom: 1.5625rem !important;
}

.ml-25px,
.mx-25px {
  margin-left: 1.5625rem !important;
}

.m-35px {
  margin: 2.1875rem !important;
}

.mt-35px,
.my-35px {
  margin-top: 2.1875rem !important;
}

.mr-35px,
.mx-35px {
  margin-right: 2.1875rem !important;
}

.mb-35px,
.my-35px {
  margin-bottom: 2.1875rem !important;
}

.ml-35px,
.mx-35px {
  margin-left: 2.1875rem !important;
}

.m-40px {
  margin: 2.5rem !important;
}

.mt-40px,
.my-40px {
  margin-top: 2.5rem !important;
}

.mr-40px,
.mx-40px {
  margin-right: 2.5rem !important;
}

.mb-40px,
.my-40px {
  margin-bottom: 2.5rem !important;
}

.ml-40px,
.mx-40px {
  margin-left: 2.5rem !important;
}

.m-45px {
  margin: 2.8125rem !important;
}

.mt-45px,
.my-45px {
  margin-top: 2.8125rem !important;
}

.mr-45px,
.mx-45px {
  margin-right: 2.8125rem !important;
}

.mb-45px,
.my-45px {
  margin-bottom: 2.8125rem !important;
}

.ml-45px,
.mx-45px {
  margin-left: 2.8125rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.875rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.875rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.875rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.875rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.875rem !important;
}

.p-5 {
  padding: 3.125rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3.125rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3.125rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3.125rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3.125rem !important;
}

.p-6 {
  padding: 4.375rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.375rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.375rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.375rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.375rem !important;
}

.p-7 {
  padding: 5.625rem !important;
}

.pt-7,
.py-7 {
  padding-top: 5.625rem !important;
}

.pr-7,
.px-7 {
  padding-right: 5.625rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 5.625rem !important;
}

.pl-7,
.px-7 {
  padding-left: 5.625rem !important;
}

.p-8 {
  padding: 6.25rem !important;
}

.pt-8,
.py-8 {
  padding-top: 6.25rem !important;
}

.pr-8,
.px-8 {
  padding-right: 6.25rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 6.25rem !important;
}

.pl-8,
.px-8 {
  padding-left: 6.25rem !important;
}

.p-9 {
  padding: 7.5rem !important;
}

.pt-9,
.py-9 {
  padding-top: 7.5rem !important;
}

.pr-9,
.px-9 {
  padding-right: 7.5rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 7.5rem !important;
}

.pl-9,
.px-9 {
  padding-left: 7.5rem !important;
}

.p-10 {
  padding: 9.375rem !important;
}

.pt-10,
.py-10 {
  padding-top: 9.375rem !important;
}

.pr-10,
.px-10 {
  padding-right: 9.375rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 9.375rem !important;
}

.pl-10,
.px-10 {
  padding-left: 9.375rem !important;
}

.p-11 {
  padding: 11.25rem !important;
}

.pt-11,
.py-11 {
  padding-top: 11.25rem !important;
}

.pr-11,
.px-11 {
  padding-right: 11.25rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 11.25rem !important;
}

.pl-11,
.px-11 {
  padding-left: 11.25rem !important;
}

.p-1px {
  padding: 1px !important;
}

.pt-1px,
.py-1px {
  padding-top: 1px !important;
}

.pr-1px,
.px-1px {
  padding-right: 1px !important;
}

.pb-1px,
.py-1px {
  padding-bottom: 1px !important;
}

.pl-1px,
.px-1px {
  padding-left: 1px !important;
}

.p-5px {
  padding: 0.3125rem !important;
}

.pt-5px,
.py-5px {
  padding-top: 0.3125rem !important;
}

.pr-5px,
.px-5px {
  padding-right: 0.3125rem !important;
}

.pb-5px,
.py-5px {
  padding-bottom: 0.3125rem !important;
}

.pl-5px,
.px-5px {
  padding-left: 0.3125rem !important;
}

.p-10px {
  padding: 0.625rem !important;
}

.pt-10px,
.py-10px {
  padding-top: 0.625rem !important;
}

.pr-10px,
.px-10px {
  padding-right: 0.625rem !important;
}

.pb-10px,
.py-10px {
  padding-bottom: 0.625rem !important;
}

.pl-10px,
.px-10px {
  padding-left: 0.625rem !important;
}

.p-20px {
  padding: 1.25rem !important;
}

.pt-20px,
.py-20px {
  padding-top: 1.25rem !important;
}

.pr-20px,
.px-20px {
  padding-right: 1.25rem !important;
}

.pb-20px,
.py-20px {
  padding-bottom: 1.25rem !important;
}

.pl-20px,
.px-20px {
  padding-left: 1.25rem !important;
}

.p-25px {
  padding: 1.5625rem !important;
}

.pt-25px,
.py-25px {
  padding-top: 1.5625rem !important;
}

.pr-25px,
.px-25px {
  padding-right: 1.5625rem !important;
}

.pb-25px,
.py-25px {
  padding-bottom: 1.5625rem !important;
}

.pl-25px,
.px-25px {
  padding-left: 1.5625rem !important;
}

.p-35px {
  padding: 2.1875rem !important;
}

.pt-35px,
.py-35px {
  padding-top: 2.1875rem !important;
}

.pr-35px,
.px-35px {
  padding-right: 2.1875rem !important;
}

.pb-35px,
.py-35px {
  padding-bottom: 2.1875rem !important;
}

.pl-35px,
.px-35px {
  padding-left: 2.1875rem !important;
}

.p-40px {
  padding: 2.5rem !important;
}

.pt-40px,
.py-40px {
  padding-top: 2.5rem !important;
}

.pr-40px,
.px-40px {
  padding-right: 2.5rem !important;
}

.pb-40px,
.py-40px {
  padding-bottom: 2.5rem !important;
}

.pl-40px,
.px-40px {
  padding-left: 2.5rem !important;
}

.p-45px {
  padding: 2.8125rem !important;
}

.pt-45px,
.py-45px {
  padding-top: 2.8125rem !important;
}

.pr-45px,
.px-45px {
  padding-right: 2.8125rem !important;
}

.pb-45px,
.py-45px {
  padding-bottom: 2.8125rem !important;
}

.pl-45px,
.px-45px {
  padding-left: 2.8125rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.875rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.875rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.875rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.875rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.875rem !important;
}

.m-n5 {
  margin: -3.125rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3.125rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3.125rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3.125rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3.125rem !important;
}

.m-n6 {
  margin: -4.375rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.375rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.375rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.375rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.375rem !important;
}

.m-n7 {
  margin: -5.625rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -5.625rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -5.625rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -5.625rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -5.625rem !important;
}

.m-n8 {
  margin: -6.25rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -6.25rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -6.25rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -6.25rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -6.25rem !important;
}

.m-n9 {
  margin: -7.5rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -7.5rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -7.5rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -7.5rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -7.5rem !important;
}

.m-n10 {
  margin: -9.375rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -9.375rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -9.375rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -9.375rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -9.375rem !important;
}

.m-n11 {
  margin: -11.25rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -11.25rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -11.25rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -11.25rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -11.25rem !important;
}

.m-n1px {
  margin: -1px !important;
}

.mt-n1px,
.my-n1px {
  margin-top: -1px !important;
}

.mr-n1px,
.mx-n1px {
  margin-right: -1px !important;
}

.mb-n1px,
.my-n1px {
  margin-bottom: -1px !important;
}

.ml-n1px,
.mx-n1px {
  margin-left: -1px !important;
}

.m-n5px {
  margin: -0.3125rem !important;
}

.mt-n5px,
.my-n5px {
  margin-top: -0.3125rem !important;
}

.mr-n5px,
.mx-n5px {
  margin-right: -0.3125rem !important;
}

.mb-n5px,
.my-n5px {
  margin-bottom: -0.3125rem !important;
}

.ml-n5px,
.mx-n5px {
  margin-left: -0.3125rem !important;
}

.m-n10px {
  margin: -0.625rem !important;
}

.mt-n10px,
.my-n10px {
  margin-top: -0.625rem !important;
}

.mr-n10px,
.mx-n10px {
  margin-right: -0.625rem !important;
}

.mb-n10px,
.my-n10px {
  margin-bottom: -0.625rem !important;
}

.ml-n10px,
.mx-n10px {
  margin-left: -0.625rem !important;
}

.m-n20px {
  margin: -1.25rem !important;
}

.mt-n20px,
.my-n20px {
  margin-top: -1.25rem !important;
}

.mr-n20px,
.mx-n20px {
  margin-right: -1.25rem !important;
}

.mb-n20px,
.my-n20px {
  margin-bottom: -1.25rem !important;
}

.ml-n20px,
.mx-n20px {
  margin-left: -1.25rem !important;
}

.m-n25px {
  margin: -1.5625rem !important;
}

.mt-n25px,
.my-n25px {
  margin-top: -1.5625rem !important;
}

.mr-n25px,
.mx-n25px {
  margin-right: -1.5625rem !important;
}

.mb-n25px,
.my-n25px {
  margin-bottom: -1.5625rem !important;
}

.ml-n25px,
.mx-n25px {
  margin-left: -1.5625rem !important;
}

.m-n35px {
  margin: -2.1875rem !important;
}

.mt-n35px,
.my-n35px {
  margin-top: -2.1875rem !important;
}

.mr-n35px,
.mx-n35px {
  margin-right: -2.1875rem !important;
}

.mb-n35px,
.my-n35px {
  margin-bottom: -2.1875rem !important;
}

.ml-n35px,
.mx-n35px {
  margin-left: -2.1875rem !important;
}

.m-n40px {
  margin: -2.5rem !important;
}

.mt-n40px,
.my-n40px {
  margin-top: -2.5rem !important;
}

.mr-n40px,
.mx-n40px {
  margin-right: -2.5rem !important;
}

.mb-n40px,
.my-n40px {
  margin-bottom: -2.5rem !important;
}

.ml-n40px,
.mx-n40px {
  margin-left: -2.5rem !important;
}

.m-n45px {
  margin: -2.8125rem !important;
}

.mt-n45px,
.my-n45px {
  margin-top: -2.8125rem !important;
}

.mr-n45px,
.mx-n45px {
  margin-right: -2.8125rem !important;
}

.mb-n45px,
.my-n45px {
  margin-bottom: -2.8125rem !important;
}

.ml-n45px,
.mx-n45px {
  margin-left: -2.8125rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.875rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.875rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.875rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.875rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.875rem !important;
  }
  .m-sm-5 {
    margin: 3.125rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3.125rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3.125rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3.125rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3.125rem !important;
  }
  .m-sm-6 {
    margin: 4.375rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.375rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.375rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.375rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.375rem !important;
  }
  .m-sm-7 {
    margin: 5.625rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5.625rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5.625rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5.625rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5.625rem !important;
  }
  .m-sm-8 {
    margin: 6.25rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 6.25rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 6.25rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 6.25rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 6.25rem !important;
  }
  .m-sm-9 {
    margin: 7.5rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 7.5rem !important;
  }
  .m-sm-10 {
    margin: 9.375rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 9.375rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 9.375rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 9.375rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 9.375rem !important;
  }
  .m-sm-11 {
    margin: 11.25rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 11.25rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 11.25rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 11.25rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 11.25rem !important;
  }
  .m-sm-1px {
    margin: 1px !important;
  }
  .mt-sm-1px,
  .my-sm-1px {
    margin-top: 1px !important;
  }
  .mr-sm-1px,
  .mx-sm-1px {
    margin-right: 1px !important;
  }
  .mb-sm-1px,
  .my-sm-1px {
    margin-bottom: 1px !important;
  }
  .ml-sm-1px,
  .mx-sm-1px {
    margin-left: 1px !important;
  }
  .m-sm-5px {
    margin: 0.3125rem !important;
  }
  .mt-sm-5px,
  .my-sm-5px {
    margin-top: 0.3125rem !important;
  }
  .mr-sm-5px,
  .mx-sm-5px {
    margin-right: 0.3125rem !important;
  }
  .mb-sm-5px,
  .my-sm-5px {
    margin-bottom: 0.3125rem !important;
  }
  .ml-sm-5px,
  .mx-sm-5px {
    margin-left: 0.3125rem !important;
  }
  .m-sm-10px {
    margin: 0.625rem !important;
  }
  .mt-sm-10px,
  .my-sm-10px {
    margin-top: 0.625rem !important;
  }
  .mr-sm-10px,
  .mx-sm-10px {
    margin-right: 0.625rem !important;
  }
  .mb-sm-10px,
  .my-sm-10px {
    margin-bottom: 0.625rem !important;
  }
  .ml-sm-10px,
  .mx-sm-10px {
    margin-left: 0.625rem !important;
  }
  .m-sm-20px {
    margin: 1.25rem !important;
  }
  .mt-sm-20px,
  .my-sm-20px {
    margin-top: 1.25rem !important;
  }
  .mr-sm-20px,
  .mx-sm-20px {
    margin-right: 1.25rem !important;
  }
  .mb-sm-20px,
  .my-sm-20px {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-20px,
  .mx-sm-20px {
    margin-left: 1.25rem !important;
  }
  .m-sm-25px {
    margin: 1.5625rem !important;
  }
  .mt-sm-25px,
  .my-sm-25px {
    margin-top: 1.5625rem !important;
  }
  .mr-sm-25px,
  .mx-sm-25px {
    margin-right: 1.5625rem !important;
  }
  .mb-sm-25px,
  .my-sm-25px {
    margin-bottom: 1.5625rem !important;
  }
  .ml-sm-25px,
  .mx-sm-25px {
    margin-left: 1.5625rem !important;
  }
  .m-sm-35px {
    margin: 2.1875rem !important;
  }
  .mt-sm-35px,
  .my-sm-35px {
    margin-top: 2.1875rem !important;
  }
  .mr-sm-35px,
  .mx-sm-35px {
    margin-right: 2.1875rem !important;
  }
  .mb-sm-35px,
  .my-sm-35px {
    margin-bottom: 2.1875rem !important;
  }
  .ml-sm-35px,
  .mx-sm-35px {
    margin-left: 2.1875rem !important;
  }
  .m-sm-40px {
    margin: 2.5rem !important;
  }
  .mt-sm-40px,
  .my-sm-40px {
    margin-top: 2.5rem !important;
  }
  .mr-sm-40px,
  .mx-sm-40px {
    margin-right: 2.5rem !important;
  }
  .mb-sm-40px,
  .my-sm-40px {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-40px,
  .mx-sm-40px {
    margin-left: 2.5rem !important;
  }
  .m-sm-45px {
    margin: 2.8125rem !important;
  }
  .mt-sm-45px,
  .my-sm-45px {
    margin-top: 2.8125rem !important;
  }
  .mr-sm-45px,
  .mx-sm-45px {
    margin-right: 2.8125rem !important;
  }
  .mb-sm-45px,
  .my-sm-45px {
    margin-bottom: 2.8125rem !important;
  }
  .ml-sm-45px,
  .mx-sm-45px {
    margin-left: 2.8125rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.875rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.875rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.875rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.875rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.875rem !important;
  }
  .p-sm-5 {
    padding: 3.125rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3.125rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3.125rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3.125rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3.125rem !important;
  }
  .p-sm-6 {
    padding: 4.375rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.375rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.375rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.375rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.375rem !important;
  }
  .p-sm-7 {
    padding: 5.625rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5.625rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5.625rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5.625rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5.625rem !important;
  }
  .p-sm-8 {
    padding: 6.25rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 6.25rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 6.25rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 6.25rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 6.25rem !important;
  }
  .p-sm-9 {
    padding: 7.5rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 7.5rem !important;
  }
  .p-sm-10 {
    padding: 9.375rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 9.375rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 9.375rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 9.375rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 9.375rem !important;
  }
  .p-sm-11 {
    padding: 11.25rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 11.25rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 11.25rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 11.25rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 11.25rem !important;
  }
  .p-sm-1px {
    padding: 1px !important;
  }
  .pt-sm-1px,
  .py-sm-1px {
    padding-top: 1px !important;
  }
  .pr-sm-1px,
  .px-sm-1px {
    padding-right: 1px !important;
  }
  .pb-sm-1px,
  .py-sm-1px {
    padding-bottom: 1px !important;
  }
  .pl-sm-1px,
  .px-sm-1px {
    padding-left: 1px !important;
  }
  .p-sm-5px {
    padding: 0.3125rem !important;
  }
  .pt-sm-5px,
  .py-sm-5px {
    padding-top: 0.3125rem !important;
  }
  .pr-sm-5px,
  .px-sm-5px {
    padding-right: 0.3125rem !important;
  }
  .pb-sm-5px,
  .py-sm-5px {
    padding-bottom: 0.3125rem !important;
  }
  .pl-sm-5px,
  .px-sm-5px {
    padding-left: 0.3125rem !important;
  }
  .p-sm-10px {
    padding: 0.625rem !important;
  }
  .pt-sm-10px,
  .py-sm-10px {
    padding-top: 0.625rem !important;
  }
  .pr-sm-10px,
  .px-sm-10px {
    padding-right: 0.625rem !important;
  }
  .pb-sm-10px,
  .py-sm-10px {
    padding-bottom: 0.625rem !important;
  }
  .pl-sm-10px,
  .px-sm-10px {
    padding-left: 0.625rem !important;
  }
  .p-sm-20px {
    padding: 1.25rem !important;
  }
  .pt-sm-20px,
  .py-sm-20px {
    padding-top: 1.25rem !important;
  }
  .pr-sm-20px,
  .px-sm-20px {
    padding-right: 1.25rem !important;
  }
  .pb-sm-20px,
  .py-sm-20px {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-20px,
  .px-sm-20px {
    padding-left: 1.25rem !important;
  }
  .p-sm-25px {
    padding: 1.5625rem !important;
  }
  .pt-sm-25px,
  .py-sm-25px {
    padding-top: 1.5625rem !important;
  }
  .pr-sm-25px,
  .px-sm-25px {
    padding-right: 1.5625rem !important;
  }
  .pb-sm-25px,
  .py-sm-25px {
    padding-bottom: 1.5625rem !important;
  }
  .pl-sm-25px,
  .px-sm-25px {
    padding-left: 1.5625rem !important;
  }
  .p-sm-35px {
    padding: 2.1875rem !important;
  }
  .pt-sm-35px,
  .py-sm-35px {
    padding-top: 2.1875rem !important;
  }
  .pr-sm-35px,
  .px-sm-35px {
    padding-right: 2.1875rem !important;
  }
  .pb-sm-35px,
  .py-sm-35px {
    padding-bottom: 2.1875rem !important;
  }
  .pl-sm-35px,
  .px-sm-35px {
    padding-left: 2.1875rem !important;
  }
  .p-sm-40px {
    padding: 2.5rem !important;
  }
  .pt-sm-40px,
  .py-sm-40px {
    padding-top: 2.5rem !important;
  }
  .pr-sm-40px,
  .px-sm-40px {
    padding-right: 2.5rem !important;
  }
  .pb-sm-40px,
  .py-sm-40px {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-40px,
  .px-sm-40px {
    padding-left: 2.5rem !important;
  }
  .p-sm-45px {
    padding: 2.8125rem !important;
  }
  .pt-sm-45px,
  .py-sm-45px {
    padding-top: 2.8125rem !important;
  }
  .pr-sm-45px,
  .px-sm-45px {
    padding-right: 2.8125rem !important;
  }
  .pb-sm-45px,
  .py-sm-45px {
    padding-bottom: 2.8125rem !important;
  }
  .pl-sm-45px,
  .px-sm-45px {
    padding-left: 2.8125rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.875rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.875rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.875rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.875rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.875rem !important;
  }
  .m-sm-n5 {
    margin: -3.125rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3.125rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3.125rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3.125rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3.125rem !important;
  }
  .m-sm-n6 {
    margin: -4.375rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.375rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.375rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.375rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.375rem !important;
  }
  .m-sm-n7 {
    margin: -5.625rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -5.625rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -5.625rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -5.625rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -5.625rem !important;
  }
  .m-sm-n8 {
    margin: -6.25rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -6.25rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -6.25rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -6.25rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -6.25rem !important;
  }
  .m-sm-n9 {
    margin: -7.5rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -7.5rem !important;
  }
  .m-sm-n10 {
    margin: -9.375rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -9.375rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -9.375rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -9.375rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -9.375rem !important;
  }
  .m-sm-n11 {
    margin: -11.25rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -11.25rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -11.25rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -11.25rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -11.25rem !important;
  }
  .m-sm-n1px {
    margin: -1px !important;
  }
  .mt-sm-n1px,
  .my-sm-n1px {
    margin-top: -1px !important;
  }
  .mr-sm-n1px,
  .mx-sm-n1px {
    margin-right: -1px !important;
  }
  .mb-sm-n1px,
  .my-sm-n1px {
    margin-bottom: -1px !important;
  }
  .ml-sm-n1px,
  .mx-sm-n1px {
    margin-left: -1px !important;
  }
  .m-sm-n5px {
    margin: -0.3125rem !important;
  }
  .mt-sm-n5px,
  .my-sm-n5px {
    margin-top: -0.3125rem !important;
  }
  .mr-sm-n5px,
  .mx-sm-n5px {
    margin-right: -0.3125rem !important;
  }
  .mb-sm-n5px,
  .my-sm-n5px {
    margin-bottom: -0.3125rem !important;
  }
  .ml-sm-n5px,
  .mx-sm-n5px {
    margin-left: -0.3125rem !important;
  }
  .m-sm-n10px {
    margin: -0.625rem !important;
  }
  .mt-sm-n10px,
  .my-sm-n10px {
    margin-top: -0.625rem !important;
  }
  .mr-sm-n10px,
  .mx-sm-n10px {
    margin-right: -0.625rem !important;
  }
  .mb-sm-n10px,
  .my-sm-n10px {
    margin-bottom: -0.625rem !important;
  }
  .ml-sm-n10px,
  .mx-sm-n10px {
    margin-left: -0.625rem !important;
  }
  .m-sm-n20px {
    margin: -1.25rem !important;
  }
  .mt-sm-n20px,
  .my-sm-n20px {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n20px,
  .mx-sm-n20px {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n20px,
  .my-sm-n20px {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n20px,
  .mx-sm-n20px {
    margin-left: -1.25rem !important;
  }
  .m-sm-n25px {
    margin: -1.5625rem !important;
  }
  .mt-sm-n25px,
  .my-sm-n25px {
    margin-top: -1.5625rem !important;
  }
  .mr-sm-n25px,
  .mx-sm-n25px {
    margin-right: -1.5625rem !important;
  }
  .mb-sm-n25px,
  .my-sm-n25px {
    margin-bottom: -1.5625rem !important;
  }
  .ml-sm-n25px,
  .mx-sm-n25px {
    margin-left: -1.5625rem !important;
  }
  .m-sm-n35px {
    margin: -2.1875rem !important;
  }
  .mt-sm-n35px,
  .my-sm-n35px {
    margin-top: -2.1875rem !important;
  }
  .mr-sm-n35px,
  .mx-sm-n35px {
    margin-right: -2.1875rem !important;
  }
  .mb-sm-n35px,
  .my-sm-n35px {
    margin-bottom: -2.1875rem !important;
  }
  .ml-sm-n35px,
  .mx-sm-n35px {
    margin-left: -2.1875rem !important;
  }
  .m-sm-n40px {
    margin: -2.5rem !important;
  }
  .mt-sm-n40px,
  .my-sm-n40px {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n40px,
  .mx-sm-n40px {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n40px,
  .my-sm-n40px {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n40px,
  .mx-sm-n40px {
    margin-left: -2.5rem !important;
  }
  .m-sm-n45px {
    margin: -2.8125rem !important;
  }
  .mt-sm-n45px,
  .my-sm-n45px {
    margin-top: -2.8125rem !important;
  }
  .mr-sm-n45px,
  .mx-sm-n45px {
    margin-right: -2.8125rem !important;
  }
  .mb-sm-n45px,
  .my-sm-n45px {
    margin-bottom: -2.8125rem !important;
  }
  .ml-sm-n45px,
  .mx-sm-n45px {
    margin-left: -2.8125rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.875rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.875rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.875rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.875rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.875rem !important;
  }
  .m-md-5 {
    margin: 3.125rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3.125rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3.125rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3.125rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3.125rem !important;
  }
  .m-md-6 {
    margin: 4.375rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.375rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.375rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.375rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.375rem !important;
  }
  .m-md-7 {
    margin: 5.625rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 5.625rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 5.625rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5.625rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 5.625rem !important;
  }
  .m-md-8 {
    margin: 6.25rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 6.25rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 6.25rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 6.25rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 6.25rem !important;
  }
  .m-md-9 {
    margin: 7.5rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 7.5rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 7.5rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 7.5rem !important;
  }
  .m-md-10 {
    margin: 9.375rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 9.375rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 9.375rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 9.375rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 9.375rem !important;
  }
  .m-md-11 {
    margin: 11.25rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 11.25rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 11.25rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 11.25rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 11.25rem !important;
  }
  .m-md-1px {
    margin: 1px !important;
  }
  .mt-md-1px,
  .my-md-1px {
    margin-top: 1px !important;
  }
  .mr-md-1px,
  .mx-md-1px {
    margin-right: 1px !important;
  }
  .mb-md-1px,
  .my-md-1px {
    margin-bottom: 1px !important;
  }
  .ml-md-1px,
  .mx-md-1px {
    margin-left: 1px !important;
  }
  .m-md-5px {
    margin: 0.3125rem !important;
  }
  .mt-md-5px,
  .my-md-5px {
    margin-top: 0.3125rem !important;
  }
  .mr-md-5px,
  .mx-md-5px {
    margin-right: 0.3125rem !important;
  }
  .mb-md-5px,
  .my-md-5px {
    margin-bottom: 0.3125rem !important;
  }
  .ml-md-5px,
  .mx-md-5px {
    margin-left: 0.3125rem !important;
  }
  .m-md-10px {
    margin: 0.625rem !important;
  }
  .mt-md-10px,
  .my-md-10px {
    margin-top: 0.625rem !important;
  }
  .mr-md-10px,
  .mx-md-10px {
    margin-right: 0.625rem !important;
  }
  .mb-md-10px,
  .my-md-10px {
    margin-bottom: 0.625rem !important;
  }
  .ml-md-10px,
  .mx-md-10px {
    margin-left: 0.625rem !important;
  }
  .m-md-20px {
    margin: 1.25rem !important;
  }
  .mt-md-20px,
  .my-md-20px {
    margin-top: 1.25rem !important;
  }
  .mr-md-20px,
  .mx-md-20px {
    margin-right: 1.25rem !important;
  }
  .mb-md-20px,
  .my-md-20px {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-20px,
  .mx-md-20px {
    margin-left: 1.25rem !important;
  }
  .m-md-25px {
    margin: 1.5625rem !important;
  }
  .mt-md-25px,
  .my-md-25px {
    margin-top: 1.5625rem !important;
  }
  .mr-md-25px,
  .mx-md-25px {
    margin-right: 1.5625rem !important;
  }
  .mb-md-25px,
  .my-md-25px {
    margin-bottom: 1.5625rem !important;
  }
  .ml-md-25px,
  .mx-md-25px {
    margin-left: 1.5625rem !important;
  }
  .m-md-35px {
    margin: 2.1875rem !important;
  }
  .mt-md-35px,
  .my-md-35px {
    margin-top: 2.1875rem !important;
  }
  .mr-md-35px,
  .mx-md-35px {
    margin-right: 2.1875rem !important;
  }
  .mb-md-35px,
  .my-md-35px {
    margin-bottom: 2.1875rem !important;
  }
  .ml-md-35px,
  .mx-md-35px {
    margin-left: 2.1875rem !important;
  }
  .m-md-40px {
    margin: 2.5rem !important;
  }
  .mt-md-40px,
  .my-md-40px {
    margin-top: 2.5rem !important;
  }
  .mr-md-40px,
  .mx-md-40px {
    margin-right: 2.5rem !important;
  }
  .mb-md-40px,
  .my-md-40px {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-40px,
  .mx-md-40px {
    margin-left: 2.5rem !important;
  }
  .m-md-45px {
    margin: 2.8125rem !important;
  }
  .mt-md-45px,
  .my-md-45px {
    margin-top: 2.8125rem !important;
  }
  .mr-md-45px,
  .mx-md-45px {
    margin-right: 2.8125rem !important;
  }
  .mb-md-45px,
  .my-md-45px {
    margin-bottom: 2.8125rem !important;
  }
  .ml-md-45px,
  .mx-md-45px {
    margin-left: 2.8125rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.875rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.875rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.875rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.875rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.875rem !important;
  }
  .p-md-5 {
    padding: 3.125rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3.125rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3.125rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3.125rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3.125rem !important;
  }
  .p-md-6 {
    padding: 4.375rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.375rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.375rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.375rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.375rem !important;
  }
  .p-md-7 {
    padding: 5.625rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 5.625rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 5.625rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5.625rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 5.625rem !important;
  }
  .p-md-8 {
    padding: 6.25rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 6.25rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 6.25rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 6.25rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 6.25rem !important;
  }
  .p-md-9 {
    padding: 7.5rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 7.5rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 7.5rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 7.5rem !important;
  }
  .p-md-10 {
    padding: 9.375rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 9.375rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 9.375rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 9.375rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 9.375rem !important;
  }
  .p-md-11 {
    padding: 11.25rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 11.25rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 11.25rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 11.25rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 11.25rem !important;
  }
  .p-md-1px {
    padding: 1px !important;
  }
  .pt-md-1px,
  .py-md-1px {
    padding-top: 1px !important;
  }
  .pr-md-1px,
  .px-md-1px {
    padding-right: 1px !important;
  }
  .pb-md-1px,
  .py-md-1px {
    padding-bottom: 1px !important;
  }
  .pl-md-1px,
  .px-md-1px {
    padding-left: 1px !important;
  }
  .p-md-5px {
    padding: 0.3125rem !important;
  }
  .pt-md-5px,
  .py-md-5px {
    padding-top: 0.3125rem !important;
  }
  .pr-md-5px,
  .px-md-5px {
    padding-right: 0.3125rem !important;
  }
  .pb-md-5px,
  .py-md-5px {
    padding-bottom: 0.3125rem !important;
  }
  .pl-md-5px,
  .px-md-5px {
    padding-left: 0.3125rem !important;
  }
  .p-md-10px {
    padding: 0.625rem !important;
  }
  .pt-md-10px,
  .py-md-10px {
    padding-top: 0.625rem !important;
  }
  .pr-md-10px,
  .px-md-10px {
    padding-right: 0.625rem !important;
  }
  .pb-md-10px,
  .py-md-10px {
    padding-bottom: 0.625rem !important;
  }
  .pl-md-10px,
  .px-md-10px {
    padding-left: 0.625rem !important;
  }
  .p-md-20px {
    padding: 1.25rem !important;
  }
  .pt-md-20px,
  .py-md-20px {
    padding-top: 1.25rem !important;
  }
  .pr-md-20px,
  .px-md-20px {
    padding-right: 1.25rem !important;
  }
  .pb-md-20px,
  .py-md-20px {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-20px,
  .px-md-20px {
    padding-left: 1.25rem !important;
  }
  .p-md-25px {
    padding: 1.5625rem !important;
  }
  .pt-md-25px,
  .py-md-25px {
    padding-top: 1.5625rem !important;
  }
  .pr-md-25px,
  .px-md-25px {
    padding-right: 1.5625rem !important;
  }
  .pb-md-25px,
  .py-md-25px {
    padding-bottom: 1.5625rem !important;
  }
  .pl-md-25px,
  .px-md-25px {
    padding-left: 1.5625rem !important;
  }
  .p-md-35px {
    padding: 2.1875rem !important;
  }
  .pt-md-35px,
  .py-md-35px {
    padding-top: 2.1875rem !important;
  }
  .pr-md-35px,
  .px-md-35px {
    padding-right: 2.1875rem !important;
  }
  .pb-md-35px,
  .py-md-35px {
    padding-bottom: 2.1875rem !important;
  }
  .pl-md-35px,
  .px-md-35px {
    padding-left: 2.1875rem !important;
  }
  .p-md-40px {
    padding: 2.5rem !important;
  }
  .pt-md-40px,
  .py-md-40px {
    padding-top: 2.5rem !important;
  }
  .pr-md-40px,
  .px-md-40px {
    padding-right: 2.5rem !important;
  }
  .pb-md-40px,
  .py-md-40px {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-40px,
  .px-md-40px {
    padding-left: 2.5rem !important;
  }
  .p-md-45px {
    padding: 2.8125rem !important;
  }
  .pt-md-45px,
  .py-md-45px {
    padding-top: 2.8125rem !important;
  }
  .pr-md-45px,
  .px-md-45px {
    padding-right: 2.8125rem !important;
  }
  .pb-md-45px,
  .py-md-45px {
    padding-bottom: 2.8125rem !important;
  }
  .pl-md-45px,
  .px-md-45px {
    padding-left: 2.8125rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.875rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.875rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.875rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.875rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.875rem !important;
  }
  .m-md-n5 {
    margin: -3.125rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3.125rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3.125rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3.125rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3.125rem !important;
  }
  .m-md-n6 {
    margin: -4.375rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.375rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.375rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.375rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.375rem !important;
  }
  .m-md-n7 {
    margin: -5.625rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -5.625rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -5.625rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -5.625rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -5.625rem !important;
  }
  .m-md-n8 {
    margin: -6.25rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -6.25rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -6.25rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -6.25rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -6.25rem !important;
  }
  .m-md-n9 {
    margin: -7.5rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -7.5rem !important;
  }
  .m-md-n10 {
    margin: -9.375rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -9.375rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -9.375rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -9.375rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -9.375rem !important;
  }
  .m-md-n11 {
    margin: -11.25rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -11.25rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -11.25rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -11.25rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -11.25rem !important;
  }
  .m-md-n1px {
    margin: -1px !important;
  }
  .mt-md-n1px,
  .my-md-n1px {
    margin-top: -1px !important;
  }
  .mr-md-n1px,
  .mx-md-n1px {
    margin-right: -1px !important;
  }
  .mb-md-n1px,
  .my-md-n1px {
    margin-bottom: -1px !important;
  }
  .ml-md-n1px,
  .mx-md-n1px {
    margin-left: -1px !important;
  }
  .m-md-n5px {
    margin: -0.3125rem !important;
  }
  .mt-md-n5px,
  .my-md-n5px {
    margin-top: -0.3125rem !important;
  }
  .mr-md-n5px,
  .mx-md-n5px {
    margin-right: -0.3125rem !important;
  }
  .mb-md-n5px,
  .my-md-n5px {
    margin-bottom: -0.3125rem !important;
  }
  .ml-md-n5px,
  .mx-md-n5px {
    margin-left: -0.3125rem !important;
  }
  .m-md-n10px {
    margin: -0.625rem !important;
  }
  .mt-md-n10px,
  .my-md-n10px {
    margin-top: -0.625rem !important;
  }
  .mr-md-n10px,
  .mx-md-n10px {
    margin-right: -0.625rem !important;
  }
  .mb-md-n10px,
  .my-md-n10px {
    margin-bottom: -0.625rem !important;
  }
  .ml-md-n10px,
  .mx-md-n10px {
    margin-left: -0.625rem !important;
  }
  .m-md-n20px {
    margin: -1.25rem !important;
  }
  .mt-md-n20px,
  .my-md-n20px {
    margin-top: -1.25rem !important;
  }
  .mr-md-n20px,
  .mx-md-n20px {
    margin-right: -1.25rem !important;
  }
  .mb-md-n20px,
  .my-md-n20px {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n20px,
  .mx-md-n20px {
    margin-left: -1.25rem !important;
  }
  .m-md-n25px {
    margin: -1.5625rem !important;
  }
  .mt-md-n25px,
  .my-md-n25px {
    margin-top: -1.5625rem !important;
  }
  .mr-md-n25px,
  .mx-md-n25px {
    margin-right: -1.5625rem !important;
  }
  .mb-md-n25px,
  .my-md-n25px {
    margin-bottom: -1.5625rem !important;
  }
  .ml-md-n25px,
  .mx-md-n25px {
    margin-left: -1.5625rem !important;
  }
  .m-md-n35px {
    margin: -2.1875rem !important;
  }
  .mt-md-n35px,
  .my-md-n35px {
    margin-top: -2.1875rem !important;
  }
  .mr-md-n35px,
  .mx-md-n35px {
    margin-right: -2.1875rem !important;
  }
  .mb-md-n35px,
  .my-md-n35px {
    margin-bottom: -2.1875rem !important;
  }
  .ml-md-n35px,
  .mx-md-n35px {
    margin-left: -2.1875rem !important;
  }
  .m-md-n40px {
    margin: -2.5rem !important;
  }
  .mt-md-n40px,
  .my-md-n40px {
    margin-top: -2.5rem !important;
  }
  .mr-md-n40px,
  .mx-md-n40px {
    margin-right: -2.5rem !important;
  }
  .mb-md-n40px,
  .my-md-n40px {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n40px,
  .mx-md-n40px {
    margin-left: -2.5rem !important;
  }
  .m-md-n45px {
    margin: -2.8125rem !important;
  }
  .mt-md-n45px,
  .my-md-n45px {
    margin-top: -2.8125rem !important;
  }
  .mr-md-n45px,
  .mx-md-n45px {
    margin-right: -2.8125rem !important;
  }
  .mb-md-n45px,
  .my-md-n45px {
    margin-bottom: -2.8125rem !important;
  }
  .ml-md-n45px,
  .mx-md-n45px {
    margin-left: -2.8125rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.875rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.875rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.875rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.875rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.875rem !important;
  }
  .m-lg-5 {
    margin: 3.125rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3.125rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3.125rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3.125rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3.125rem !important;
  }
  .m-lg-6 {
    margin: 4.375rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.375rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.375rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.375rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.375rem !important;
  }
  .m-lg-7 {
    margin: 5.625rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5.625rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5.625rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5.625rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5.625rem !important;
  }
  .m-lg-8 {
    margin: 6.25rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 6.25rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 6.25rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 6.25rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 6.25rem !important;
  }
  .m-lg-9 {
    margin: 7.5rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 7.5rem !important;
  }
  .m-lg-10 {
    margin: 9.375rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 9.375rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 9.375rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 9.375rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 9.375rem !important;
  }
  .m-lg-11 {
    margin: 11.25rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 11.25rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 11.25rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 11.25rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 11.25rem !important;
  }
  .m-lg-1px {
    margin: 1px !important;
  }
  .mt-lg-1px,
  .my-lg-1px {
    margin-top: 1px !important;
  }
  .mr-lg-1px,
  .mx-lg-1px {
    margin-right: 1px !important;
  }
  .mb-lg-1px,
  .my-lg-1px {
    margin-bottom: 1px !important;
  }
  .ml-lg-1px,
  .mx-lg-1px {
    margin-left: 1px !important;
  }
  .m-lg-5px {
    margin: 0.3125rem !important;
  }
  .mt-lg-5px,
  .my-lg-5px {
    margin-top: 0.3125rem !important;
  }
  .mr-lg-5px,
  .mx-lg-5px {
    margin-right: 0.3125rem !important;
  }
  .mb-lg-5px,
  .my-lg-5px {
    margin-bottom: 0.3125rem !important;
  }
  .ml-lg-5px,
  .mx-lg-5px {
    margin-left: 0.3125rem !important;
  }
  .m-lg-10px {
    margin: 0.625rem !important;
  }
  .mt-lg-10px,
  .my-lg-10px {
    margin-top: 0.625rem !important;
  }
  .mr-lg-10px,
  .mx-lg-10px {
    margin-right: 0.625rem !important;
  }
  .mb-lg-10px,
  .my-lg-10px {
    margin-bottom: 0.625rem !important;
  }
  .ml-lg-10px,
  .mx-lg-10px {
    margin-left: 0.625rem !important;
  }
  .m-lg-20px {
    margin: 1.25rem !important;
  }
  .mt-lg-20px,
  .my-lg-20px {
    margin-top: 1.25rem !important;
  }
  .mr-lg-20px,
  .mx-lg-20px {
    margin-right: 1.25rem !important;
  }
  .mb-lg-20px,
  .my-lg-20px {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-20px,
  .mx-lg-20px {
    margin-left: 1.25rem !important;
  }
  .m-lg-25px {
    margin: 1.5625rem !important;
  }
  .mt-lg-25px,
  .my-lg-25px {
    margin-top: 1.5625rem !important;
  }
  .mr-lg-25px,
  .mx-lg-25px {
    margin-right: 1.5625rem !important;
  }
  .mb-lg-25px,
  .my-lg-25px {
    margin-bottom: 1.5625rem !important;
  }
  .ml-lg-25px,
  .mx-lg-25px {
    margin-left: 1.5625rem !important;
  }
  .m-lg-35px {
    margin: 2.1875rem !important;
  }
  .mt-lg-35px,
  .my-lg-35px {
    margin-top: 2.1875rem !important;
  }
  .mr-lg-35px,
  .mx-lg-35px {
    margin-right: 2.1875rem !important;
  }
  .mb-lg-35px,
  .my-lg-35px {
    margin-bottom: 2.1875rem !important;
  }
  .ml-lg-35px,
  .mx-lg-35px {
    margin-left: 2.1875rem !important;
  }
  .m-lg-40px {
    margin: 2.5rem !important;
  }
  .mt-lg-40px,
  .my-lg-40px {
    margin-top: 2.5rem !important;
  }
  .mr-lg-40px,
  .mx-lg-40px {
    margin-right: 2.5rem !important;
  }
  .mb-lg-40px,
  .my-lg-40px {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-40px,
  .mx-lg-40px {
    margin-left: 2.5rem !important;
  }
  .m-lg-45px {
    margin: 2.8125rem !important;
  }
  .mt-lg-45px,
  .my-lg-45px {
    margin-top: 2.8125rem !important;
  }
  .mr-lg-45px,
  .mx-lg-45px {
    margin-right: 2.8125rem !important;
  }
  .mb-lg-45px,
  .my-lg-45px {
    margin-bottom: 2.8125rem !important;
  }
  .ml-lg-45px,
  .mx-lg-45px {
    margin-left: 2.8125rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.875rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.875rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.875rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.875rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.875rem !important;
  }
  .p-lg-5 {
    padding: 3.125rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3.125rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3.125rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3.125rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3.125rem !important;
  }
  .p-lg-6 {
    padding: 4.375rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.375rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.375rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.375rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.375rem !important;
  }
  .p-lg-7 {
    padding: 5.625rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5.625rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5.625rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5.625rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5.625rem !important;
  }
  .p-lg-8 {
    padding: 6.25rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 6.25rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 6.25rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 6.25rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 6.25rem !important;
  }
  .p-lg-9 {
    padding: 7.5rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 7.5rem !important;
  }
  .p-lg-10 {
    padding: 9.375rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 9.375rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 9.375rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 9.375rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 9.375rem !important;
  }
  .p-lg-11 {
    padding: 11.25rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 11.25rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 11.25rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 11.25rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 11.25rem !important;
  }
  .p-lg-1px {
    padding: 1px !important;
  }
  .pt-lg-1px,
  .py-lg-1px {
    padding-top: 1px !important;
  }
  .pr-lg-1px,
  .px-lg-1px {
    padding-right: 1px !important;
  }
  .pb-lg-1px,
  .py-lg-1px {
    padding-bottom: 1px !important;
  }
  .pl-lg-1px,
  .px-lg-1px {
    padding-left: 1px !important;
  }
  .p-lg-5px {
    padding: 0.3125rem !important;
  }
  .pt-lg-5px,
  .py-lg-5px {
    padding-top: 0.3125rem !important;
  }
  .pr-lg-5px,
  .px-lg-5px {
    padding-right: 0.3125rem !important;
  }
  .pb-lg-5px,
  .py-lg-5px {
    padding-bottom: 0.3125rem !important;
  }
  .pl-lg-5px,
  .px-lg-5px {
    padding-left: 0.3125rem !important;
  }
  .p-lg-10px {
    padding: 0.625rem !important;
  }
  .pt-lg-10px,
  .py-lg-10px {
    padding-top: 0.625rem !important;
  }
  .pr-lg-10px,
  .px-lg-10px {
    padding-right: 0.625rem !important;
  }
  .pb-lg-10px,
  .py-lg-10px {
    padding-bottom: 0.625rem !important;
  }
  .pl-lg-10px,
  .px-lg-10px {
    padding-left: 0.625rem !important;
  }
  .p-lg-20px {
    padding: 1.25rem !important;
  }
  .pt-lg-20px,
  .py-lg-20px {
    padding-top: 1.25rem !important;
  }
  .pr-lg-20px,
  .px-lg-20px {
    padding-right: 1.25rem !important;
  }
  .pb-lg-20px,
  .py-lg-20px {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-20px,
  .px-lg-20px {
    padding-left: 1.25rem !important;
  }
  .p-lg-25px {
    padding: 1.5625rem !important;
  }
  .pt-lg-25px,
  .py-lg-25px {
    padding-top: 1.5625rem !important;
  }
  .pr-lg-25px,
  .px-lg-25px {
    padding-right: 1.5625rem !important;
  }
  .pb-lg-25px,
  .py-lg-25px {
    padding-bottom: 1.5625rem !important;
  }
  .pl-lg-25px,
  .px-lg-25px {
    padding-left: 1.5625rem !important;
  }
  .p-lg-35px {
    padding: 2.1875rem !important;
  }
  .pt-lg-35px,
  .py-lg-35px {
    padding-top: 2.1875rem !important;
  }
  .pr-lg-35px,
  .px-lg-35px {
    padding-right: 2.1875rem !important;
  }
  .pb-lg-35px,
  .py-lg-35px {
    padding-bottom: 2.1875rem !important;
  }
  .pl-lg-35px,
  .px-lg-35px {
    padding-left: 2.1875rem !important;
  }
  .p-lg-40px {
    padding: 2.5rem !important;
  }
  .pt-lg-40px,
  .py-lg-40px {
    padding-top: 2.5rem !important;
  }
  .pr-lg-40px,
  .px-lg-40px {
    padding-right: 2.5rem !important;
  }
  .pb-lg-40px,
  .py-lg-40px {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-40px,
  .px-lg-40px {
    padding-left: 2.5rem !important;
  }
  .p-lg-45px {
    padding: 2.8125rem !important;
  }
  .pt-lg-45px,
  .py-lg-45px {
    padding-top: 2.8125rem !important;
  }
  .pr-lg-45px,
  .px-lg-45px {
    padding-right: 2.8125rem !important;
  }
  .pb-lg-45px,
  .py-lg-45px {
    padding-bottom: 2.8125rem !important;
  }
  .pl-lg-45px,
  .px-lg-45px {
    padding-left: 2.8125rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.875rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.875rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.875rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.875rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.875rem !important;
  }
  .m-lg-n5 {
    margin: -3.125rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3.125rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3.125rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3.125rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3.125rem !important;
  }
  .m-lg-n6 {
    margin: -4.375rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.375rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.375rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.375rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.375rem !important;
  }
  .m-lg-n7 {
    margin: -5.625rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -5.625rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -5.625rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -5.625rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -5.625rem !important;
  }
  .m-lg-n8 {
    margin: -6.25rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -6.25rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -6.25rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -6.25rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -6.25rem !important;
  }
  .m-lg-n9 {
    margin: -7.5rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -7.5rem !important;
  }
  .m-lg-n10 {
    margin: -9.375rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -9.375rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -9.375rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -9.375rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -9.375rem !important;
  }
  .m-lg-n11 {
    margin: -11.25rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -11.25rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -11.25rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -11.25rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -11.25rem !important;
  }
  .m-lg-n1px {
    margin: -1px !important;
  }
  .mt-lg-n1px,
  .my-lg-n1px {
    margin-top: -1px !important;
  }
  .mr-lg-n1px,
  .mx-lg-n1px {
    margin-right: -1px !important;
  }
  .mb-lg-n1px,
  .my-lg-n1px {
    margin-bottom: -1px !important;
  }
  .ml-lg-n1px,
  .mx-lg-n1px {
    margin-left: -1px !important;
  }
  .m-lg-n5px {
    margin: -0.3125rem !important;
  }
  .mt-lg-n5px,
  .my-lg-n5px {
    margin-top: -0.3125rem !important;
  }
  .mr-lg-n5px,
  .mx-lg-n5px {
    margin-right: -0.3125rem !important;
  }
  .mb-lg-n5px,
  .my-lg-n5px {
    margin-bottom: -0.3125rem !important;
  }
  .ml-lg-n5px,
  .mx-lg-n5px {
    margin-left: -0.3125rem !important;
  }
  .m-lg-n10px {
    margin: -0.625rem !important;
  }
  .mt-lg-n10px,
  .my-lg-n10px {
    margin-top: -0.625rem !important;
  }
  .mr-lg-n10px,
  .mx-lg-n10px {
    margin-right: -0.625rem !important;
  }
  .mb-lg-n10px,
  .my-lg-n10px {
    margin-bottom: -0.625rem !important;
  }
  .ml-lg-n10px,
  .mx-lg-n10px {
    margin-left: -0.625rem !important;
  }
  .m-lg-n20px {
    margin: -1.25rem !important;
  }
  .mt-lg-n20px,
  .my-lg-n20px {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n20px,
  .mx-lg-n20px {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n20px,
  .my-lg-n20px {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n20px,
  .mx-lg-n20px {
    margin-left: -1.25rem !important;
  }
  .m-lg-n25px {
    margin: -1.5625rem !important;
  }
  .mt-lg-n25px,
  .my-lg-n25px {
    margin-top: -1.5625rem !important;
  }
  .mr-lg-n25px,
  .mx-lg-n25px {
    margin-right: -1.5625rem !important;
  }
  .mb-lg-n25px,
  .my-lg-n25px {
    margin-bottom: -1.5625rem !important;
  }
  .ml-lg-n25px,
  .mx-lg-n25px {
    margin-left: -1.5625rem !important;
  }
  .m-lg-n35px {
    margin: -2.1875rem !important;
  }
  .mt-lg-n35px,
  .my-lg-n35px {
    margin-top: -2.1875rem !important;
  }
  .mr-lg-n35px,
  .mx-lg-n35px {
    margin-right: -2.1875rem !important;
  }
  .mb-lg-n35px,
  .my-lg-n35px {
    margin-bottom: -2.1875rem !important;
  }
  .ml-lg-n35px,
  .mx-lg-n35px {
    margin-left: -2.1875rem !important;
  }
  .m-lg-n40px {
    margin: -2.5rem !important;
  }
  .mt-lg-n40px,
  .my-lg-n40px {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n40px,
  .mx-lg-n40px {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n40px,
  .my-lg-n40px {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n40px,
  .mx-lg-n40px {
    margin-left: -2.5rem !important;
  }
  .m-lg-n45px {
    margin: -2.8125rem !important;
  }
  .mt-lg-n45px,
  .my-lg-n45px {
    margin-top: -2.8125rem !important;
  }
  .mr-lg-n45px,
  .mx-lg-n45px {
    margin-right: -2.8125rem !important;
  }
  .mb-lg-n45px,
  .my-lg-n45px {
    margin-bottom: -2.8125rem !important;
  }
  .ml-lg-n45px,
  .mx-lg-n45px {
    margin-left: -2.8125rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.875rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.875rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.875rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.875rem !important;
  }
  .m-xl-5 {
    margin: 3.125rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3.125rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3.125rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3.125rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3.125rem !important;
  }
  .m-xl-6 {
    margin: 4.375rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.375rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.375rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.375rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.375rem !important;
  }
  .m-xl-7 {
    margin: 5.625rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5.625rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5.625rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5.625rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5.625rem !important;
  }
  .m-xl-8 {
    margin: 6.25rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 6.25rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 6.25rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 6.25rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 6.25rem !important;
  }
  .m-xl-9 {
    margin: 7.5rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 7.5rem !important;
  }
  .m-xl-10 {
    margin: 9.375rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 9.375rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 9.375rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 9.375rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 9.375rem !important;
  }
  .m-xl-11 {
    margin: 11.25rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 11.25rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 11.25rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 11.25rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 11.25rem !important;
  }
  .m-xl-1px {
    margin: 1px !important;
  }
  .mt-xl-1px,
  .my-xl-1px {
    margin-top: 1px !important;
  }
  .mr-xl-1px,
  .mx-xl-1px {
    margin-right: 1px !important;
  }
  .mb-xl-1px,
  .my-xl-1px {
    margin-bottom: 1px !important;
  }
  .ml-xl-1px,
  .mx-xl-1px {
    margin-left: 1px !important;
  }
  .m-xl-5px {
    margin: 0.3125rem !important;
  }
  .mt-xl-5px,
  .my-xl-5px {
    margin-top: 0.3125rem !important;
  }
  .mr-xl-5px,
  .mx-xl-5px {
    margin-right: 0.3125rem !important;
  }
  .mb-xl-5px,
  .my-xl-5px {
    margin-bottom: 0.3125rem !important;
  }
  .ml-xl-5px,
  .mx-xl-5px {
    margin-left: 0.3125rem !important;
  }
  .m-xl-10px {
    margin: 0.625rem !important;
  }
  .mt-xl-10px,
  .my-xl-10px {
    margin-top: 0.625rem !important;
  }
  .mr-xl-10px,
  .mx-xl-10px {
    margin-right: 0.625rem !important;
  }
  .mb-xl-10px,
  .my-xl-10px {
    margin-bottom: 0.625rem !important;
  }
  .ml-xl-10px,
  .mx-xl-10px {
    margin-left: 0.625rem !important;
  }
  .m-xl-20px {
    margin: 1.25rem !important;
  }
  .mt-xl-20px,
  .my-xl-20px {
    margin-top: 1.25rem !important;
  }
  .mr-xl-20px,
  .mx-xl-20px {
    margin-right: 1.25rem !important;
  }
  .mb-xl-20px,
  .my-xl-20px {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-20px,
  .mx-xl-20px {
    margin-left: 1.25rem !important;
  }
  .m-xl-25px {
    margin: 1.5625rem !important;
  }
  .mt-xl-25px,
  .my-xl-25px {
    margin-top: 1.5625rem !important;
  }
  .mr-xl-25px,
  .mx-xl-25px {
    margin-right: 1.5625rem !important;
  }
  .mb-xl-25px,
  .my-xl-25px {
    margin-bottom: 1.5625rem !important;
  }
  .ml-xl-25px,
  .mx-xl-25px {
    margin-left: 1.5625rem !important;
  }
  .m-xl-35px {
    margin: 2.1875rem !important;
  }
  .mt-xl-35px,
  .my-xl-35px {
    margin-top: 2.1875rem !important;
  }
  .mr-xl-35px,
  .mx-xl-35px {
    margin-right: 2.1875rem !important;
  }
  .mb-xl-35px,
  .my-xl-35px {
    margin-bottom: 2.1875rem !important;
  }
  .ml-xl-35px,
  .mx-xl-35px {
    margin-left: 2.1875rem !important;
  }
  .m-xl-40px {
    margin: 2.5rem !important;
  }
  .mt-xl-40px,
  .my-xl-40px {
    margin-top: 2.5rem !important;
  }
  .mr-xl-40px,
  .mx-xl-40px {
    margin-right: 2.5rem !important;
  }
  .mb-xl-40px,
  .my-xl-40px {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-40px,
  .mx-xl-40px {
    margin-left: 2.5rem !important;
  }
  .m-xl-45px {
    margin: 2.8125rem !important;
  }
  .mt-xl-45px,
  .my-xl-45px {
    margin-top: 2.8125rem !important;
  }
  .mr-xl-45px,
  .mx-xl-45px {
    margin-right: 2.8125rem !important;
  }
  .mb-xl-45px,
  .my-xl-45px {
    margin-bottom: 2.8125rem !important;
  }
  .ml-xl-45px,
  .mx-xl-45px {
    margin-left: 2.8125rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.875rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.875rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.875rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.875rem !important;
  }
  .p-xl-5 {
    padding: 3.125rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3.125rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3.125rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3.125rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3.125rem !important;
  }
  .p-xl-6 {
    padding: 4.375rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.375rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.375rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.375rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.375rem !important;
  }
  .p-xl-7 {
    padding: 5.625rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5.625rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5.625rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5.625rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5.625rem !important;
  }
  .p-xl-8 {
    padding: 6.25rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 6.25rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 6.25rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 6.25rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 6.25rem !important;
  }
  .p-xl-9 {
    padding: 7.5rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 7.5rem !important;
  }
  .p-xl-10 {
    padding: 9.375rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 9.375rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 9.375rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 9.375rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 9.375rem !important;
  }
  .p-xl-11 {
    padding: 11.25rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 11.25rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 11.25rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 11.25rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 11.25rem !important;
  }
  .p-xl-1px {
    padding: 1px !important;
  }
  .pt-xl-1px,
  .py-xl-1px {
    padding-top: 1px !important;
  }
  .pr-xl-1px,
  .px-xl-1px {
    padding-right: 1px !important;
  }
  .pb-xl-1px,
  .py-xl-1px {
    padding-bottom: 1px !important;
  }
  .pl-xl-1px,
  .px-xl-1px {
    padding-left: 1px !important;
  }
  .p-xl-5px {
    padding: 0.3125rem !important;
  }
  .pt-xl-5px,
  .py-xl-5px {
    padding-top: 0.3125rem !important;
  }
  .pr-xl-5px,
  .px-xl-5px {
    padding-right: 0.3125rem !important;
  }
  .pb-xl-5px,
  .py-xl-5px {
    padding-bottom: 0.3125rem !important;
  }
  .pl-xl-5px,
  .px-xl-5px {
    padding-left: 0.3125rem !important;
  }
  .p-xl-10px {
    padding: 0.625rem !important;
  }
  .pt-xl-10px,
  .py-xl-10px {
    padding-top: 0.625rem !important;
  }
  .pr-xl-10px,
  .px-xl-10px {
    padding-right: 0.625rem !important;
  }
  .pb-xl-10px,
  .py-xl-10px {
    padding-bottom: 0.625rem !important;
  }
  .pl-xl-10px,
  .px-xl-10px {
    padding-left: 0.625rem !important;
  }
  .p-xl-20px {
    padding: 1.25rem !important;
  }
  .pt-xl-20px,
  .py-xl-20px {
    padding-top: 1.25rem !important;
  }
  .pr-xl-20px,
  .px-xl-20px {
    padding-right: 1.25rem !important;
  }
  .pb-xl-20px,
  .py-xl-20px {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-20px,
  .px-xl-20px {
    padding-left: 1.25rem !important;
  }
  .p-xl-25px {
    padding: 1.5625rem !important;
  }
  .pt-xl-25px,
  .py-xl-25px {
    padding-top: 1.5625rem !important;
  }
  .pr-xl-25px,
  .px-xl-25px {
    padding-right: 1.5625rem !important;
  }
  .pb-xl-25px,
  .py-xl-25px {
    padding-bottom: 1.5625rem !important;
  }
  .pl-xl-25px,
  .px-xl-25px {
    padding-left: 1.5625rem !important;
  }
  .p-xl-35px {
    padding: 2.1875rem !important;
  }
  .pt-xl-35px,
  .py-xl-35px {
    padding-top: 2.1875rem !important;
  }
  .pr-xl-35px,
  .px-xl-35px {
    padding-right: 2.1875rem !important;
  }
  .pb-xl-35px,
  .py-xl-35px {
    padding-bottom: 2.1875rem !important;
  }
  .pl-xl-35px,
  .px-xl-35px {
    padding-left: 2.1875rem !important;
  }
  .p-xl-40px {
    padding: 2.5rem !important;
  }
  .pt-xl-40px,
  .py-xl-40px {
    padding-top: 2.5rem !important;
  }
  .pr-xl-40px,
  .px-xl-40px {
    padding-right: 2.5rem !important;
  }
  .pb-xl-40px,
  .py-xl-40px {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-40px,
  .px-xl-40px {
    padding-left: 2.5rem !important;
  }
  .p-xl-45px {
    padding: 2.8125rem !important;
  }
  .pt-xl-45px,
  .py-xl-45px {
    padding-top: 2.8125rem !important;
  }
  .pr-xl-45px,
  .px-xl-45px {
    padding-right: 2.8125rem !important;
  }
  .pb-xl-45px,
  .py-xl-45px {
    padding-bottom: 2.8125rem !important;
  }
  .pl-xl-45px,
  .px-xl-45px {
    padding-left: 2.8125rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.875rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.875rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.875rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.875rem !important;
  }
  .m-xl-n5 {
    margin: -3.125rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3.125rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3.125rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3.125rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3.125rem !important;
  }
  .m-xl-n6 {
    margin: -4.375rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.375rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.375rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.375rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.375rem !important;
  }
  .m-xl-n7 {
    margin: -5.625rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -5.625rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -5.625rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -5.625rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -5.625rem !important;
  }
  .m-xl-n8 {
    margin: -6.25rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -6.25rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -6.25rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -6.25rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -6.25rem !important;
  }
  .m-xl-n9 {
    margin: -7.5rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -7.5rem !important;
  }
  .m-xl-n10 {
    margin: -9.375rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -9.375rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -9.375rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -9.375rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -9.375rem !important;
  }
  .m-xl-n11 {
    margin: -11.25rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -11.25rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -11.25rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -11.25rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -11.25rem !important;
  }
  .m-xl-n1px {
    margin: -1px !important;
  }
  .mt-xl-n1px,
  .my-xl-n1px {
    margin-top: -1px !important;
  }
  .mr-xl-n1px,
  .mx-xl-n1px {
    margin-right: -1px !important;
  }
  .mb-xl-n1px,
  .my-xl-n1px {
    margin-bottom: -1px !important;
  }
  .ml-xl-n1px,
  .mx-xl-n1px {
    margin-left: -1px !important;
  }
  .m-xl-n5px {
    margin: -0.3125rem !important;
  }
  .mt-xl-n5px,
  .my-xl-n5px {
    margin-top: -0.3125rem !important;
  }
  .mr-xl-n5px,
  .mx-xl-n5px {
    margin-right: -0.3125rem !important;
  }
  .mb-xl-n5px,
  .my-xl-n5px {
    margin-bottom: -0.3125rem !important;
  }
  .ml-xl-n5px,
  .mx-xl-n5px {
    margin-left: -0.3125rem !important;
  }
  .m-xl-n10px {
    margin: -0.625rem !important;
  }
  .mt-xl-n10px,
  .my-xl-n10px {
    margin-top: -0.625rem !important;
  }
  .mr-xl-n10px,
  .mx-xl-n10px {
    margin-right: -0.625rem !important;
  }
  .mb-xl-n10px,
  .my-xl-n10px {
    margin-bottom: -0.625rem !important;
  }
  .ml-xl-n10px,
  .mx-xl-n10px {
    margin-left: -0.625rem !important;
  }
  .m-xl-n20px {
    margin: -1.25rem !important;
  }
  .mt-xl-n20px,
  .my-xl-n20px {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n20px,
  .mx-xl-n20px {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n20px,
  .my-xl-n20px {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n20px,
  .mx-xl-n20px {
    margin-left: -1.25rem !important;
  }
  .m-xl-n25px {
    margin: -1.5625rem !important;
  }
  .mt-xl-n25px,
  .my-xl-n25px {
    margin-top: -1.5625rem !important;
  }
  .mr-xl-n25px,
  .mx-xl-n25px {
    margin-right: -1.5625rem !important;
  }
  .mb-xl-n25px,
  .my-xl-n25px {
    margin-bottom: -1.5625rem !important;
  }
  .ml-xl-n25px,
  .mx-xl-n25px {
    margin-left: -1.5625rem !important;
  }
  .m-xl-n35px {
    margin: -2.1875rem !important;
  }
  .mt-xl-n35px,
  .my-xl-n35px {
    margin-top: -2.1875rem !important;
  }
  .mr-xl-n35px,
  .mx-xl-n35px {
    margin-right: -2.1875rem !important;
  }
  .mb-xl-n35px,
  .my-xl-n35px {
    margin-bottom: -2.1875rem !important;
  }
  .ml-xl-n35px,
  .mx-xl-n35px {
    margin-left: -2.1875rem !important;
  }
  .m-xl-n40px {
    margin: -2.5rem !important;
  }
  .mt-xl-n40px,
  .my-xl-n40px {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n40px,
  .mx-xl-n40px {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n40px,
  .my-xl-n40px {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n40px,
  .mx-xl-n40px {
    margin-left: -2.5rem !important;
  }
  .m-xl-n45px {
    margin: -2.8125rem !important;
  }
  .mt-xl-n45px,
  .my-xl-n45px {
    margin-top: -2.8125rem !important;
  }
  .mr-xl-n45px,
  .mx-xl-n45px {
    margin-right: -2.8125rem !important;
  }
  .mb-xl-n45px,
  .my-xl-n45px {
    margin-bottom: -2.8125rem !important;
  }
  .ml-xl-n45px,
  .mx-xl-n45px {
    margin-left: -2.8125rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: 200 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-bolder {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: var(--main) !important;
}

.text-secondary {
  color: #686868 !important;
}

.text-success {
  color: #87de7d !important;
}

.text-info {
  color: #2bb4dd !important;
}

.text-warning {
  color: #ddb32b !important;
}

.text-danger {
  color: #f90000 !important;
}

.text-light {
  color: #f7f5f6 !important;
}

.text-dark {
  color: #1e1e1e !important;
}

.text-green {
  color: #1F8D61 !important;
}

.text-blue {
  color: #0E49B5 !important;
}

.text-gray {
  color: #9f9f9f !important;
}

.text-gray-200 {
  color: #e9e9e9 !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

.text-body {
  color: #686868 !important;
}

.text-muted {
  color: #9f9f9f !important;
}

.text-black-50 {
  color: rgba(30, 30, 30, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #9f9f9f;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #1e1e1e;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #e9e9e9;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #e9e9e9;
  }
}

/*
    Bootstrap Select variables
   -----------------------------
*/
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #9f9f9f;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: #9f9f9f;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #f90000;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 16.875rem;
}

.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.375rem 0.75rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.8439rem 1.125rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: #9f9f9f !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: whitesmoke;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform-style: preserve-3d;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #e9e9e9;
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid #e9e9e9;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

.btn-primary {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
}

.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
  box-shadow: 0 0 0 0 rgba(184, 171, 146, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #a29070;
  border-color: #9d8a68;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(184, 171, 146, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
  box-shadow: 0 0 0 0 rgba(127, 127, 127, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #5b5b5b;
  border-color: #555555;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(127, 127, 127, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
}

.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
  box-shadow: 0 0 0 0 rgba(153, 227, 145, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #74d969;
  border-color: #6bd65e;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(153, 227, 145, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
}

.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
  box-shadow: 0 0 0 0 rgba(75, 191, 226, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #21a6ce;
  border-color: #1f9dc3;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(75, 191, 226, 0.5);
}

.btn-warning {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
}

.btn-warning:focus, .btn-warning.focus {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
  box-shadow: 0 0 0 0 rgba(226, 190, 75, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #cea521;
  border-color: #c39c1f;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(226, 190, 75, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
}

.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
  box-shadow: 0 0 0 0 rgba(250, 38, 38, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #e00000;
  border-color: #d30000;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(250, 38, 38, 0.5);
}

.btn-light {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-light:hover {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
}

.btn-light:focus, .btn-light.focus {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
  box-shadow: 0 0 0 0 rgba(214, 213, 214, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #1e1e1e;
  background-color: #ece7e9;
  border-color: #e6e0e3;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(214, 213, 214, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
  border-color: #0b0b0b;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.5);
}

.btn-green {
  color: #ffffff;
  background-color: #1F8D61;
  border-color: #1F8D61;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-green:hover {
  color: #ffffff;
  background-color: #1f8d61;
  border-color: #1f8d61;
}

.btn-green:focus, .btn-green.focus {
  color: #ffffff;
  background-color: #1f8d61;
  border-color: #1f8d61;
  box-shadow: 0 0 0 0 rgba(65, 158, 121, 0.5);
}

.btn-green.disabled, .btn-green:disabled {
  color: #ffffff;
  background-color: #1F8D61;
  border-color: #1F8D61;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #ffffff;
  background-color: #1a7853;
  border-color: #186e4b;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(65, 158, 121, 0.5);
}

.btn-blue {
  color: #ffffff;
  background-color: #0E49B5;
  border-color: #0E49B5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-blue:hover {
  color: #ffffff;
  background-color: #0e49b5;
  border-color: #0e49b5;
}

.btn-blue:focus, .btn-blue.focus {
  color: #ffffff;
  background-color: #0e49b5;
  border-color: #0e49b5;
  box-shadow: 0 0 0 0 rgba(50, 100, 192, 0.5);
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #ffffff;
  background-color: #0E49B5;
  border-color: #0E49B5;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #0c3f9d;
  border-color: #0b3b91;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(50, 100, 192, 0.5);
}

.btn-gray {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-gray:hover {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}

.btn-gray:focus, .btn-gray.focus {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
  box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
}

.btn-gray.disabled, .btn-gray:disabled {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #ffffff;
  background-color: #929292;
  border-color: #8c8c8c;
}

.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
}

.btn-gray-200 {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-gray-200:hover {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-gray-200:focus, .btn-gray-200.focus {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
}

.btn-gray-200.disabled, .btn-gray-200:disabled {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-gray-200:not(:disabled):not(.disabled):active, .btn-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-gray-200.dropdown-toggle {
  color: #1e1e1e;
  background-color: gainsboro;
  border-color: #d6d6d6;
}

.btn-gray-200:not(:disabled):not(.disabled):active:focus, .btn-gray-200:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
}

.btn-gray-300 {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-gray-300:hover {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-gray-300:focus, .btn-gray-300.focus {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
  box-shadow: 0 0 0 0 rgba(193, 197, 200, 0.5);
}

.btn-gray-300.disabled, .btn-gray-300:disabled {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-gray-300:not(:disabled):not(.disabled):active, .btn-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-gray-300.dropdown-toggle {
  color: #1e1e1e;
  background-color: #cfd5db;
  border-color: #c8cfd6;
}

.btn-gray-300:not(:disabled):not(.disabled):active:focus, .btn-gray-300:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(193, 197, 200, 0.5);
}

.btn-gray-400 {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-gray-400:hover {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-gray-400:focus, .btn-gray-400.focus {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
  box-shadow: 0 0 0 0 rgba(180, 185, 190, 0.5);
}

.btn-gray-400.disabled, .btn-gray-400:disabled {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-gray-400:not(:disabled):not(.disabled):active, .btn-gray-400:not(:disabled):not(.disabled).active,
.show > .btn-gray-400.dropdown-toggle {
  color: #1e1e1e;
  background-color: #bfc7cf;
  border-color: #b8c1ca;
}

.btn-gray-400:not(:disabled):not(.disabled):active:focus, .btn-gray-400:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(180, 185, 190, 0.5);
}

.btn-outline-primary {
  color: var(--main);
  border-color: var(--main);
  overflow: hidden;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: var(--main);
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.5);
}

.btn-outline-secondary {
  color: #686868;
  border-color: #686868;
  overflow: hidden;
}

.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #686868;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.5);
}

.btn-outline-success {
  color: #87de7d;
  border-color: #87de7d;
  overflow: hidden;
}

.btn-outline-success:hover {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #87de7d;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.5);
}

.btn-outline-info {
  color: #2bb4dd;
  border-color: #2bb4dd;
  overflow: hidden;
}

.btn-outline-info:hover {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(43, 180, 221, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #2bb4dd;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(43, 180, 221, 0.5);
}

.btn-outline-warning {
  color: #ddb32b;
  border-color: #ddb32b;
  overflow: hidden;
}

.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(221, 179, 43, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ddb32b;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(221, 179, 43, 0.5);
}

.btn-outline-danger {
  color: #f90000;
  border-color: #f90000;
  overflow: hidden;
}

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f90000;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.5);
}

.btn-outline-light {
  color: #f7f5f6;
  border-color: #f7f5f6;
  overflow: hidden;
}

.btn-outline-light:hover {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(247, 245, 246, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f7f5f6;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(247, 245, 246, 0.5);
}

.btn-outline-dark {
  color: #1e1e1e;
  border-color: #1e1e1e;
  overflow: hidden;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #1e1e1e;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.5);
}

.btn-outline-green {
  color: #1F8D61;
  border-color: #1F8D61;
  overflow: hidden;
}

.btn-outline-green:hover {
  color: #ffffff;
  background-color: #1F8D61;
  border-color: #1F8D61;
}

.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(31, 141, 97, 0.5);
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #1F8D61;
  background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: #1F8D61;
  border-color: #1F8D61;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(31, 141, 97, 0.5);
}

.btn-outline-blue {
  color: #0E49B5;
  border-color: #0E49B5;
  overflow: hidden;
}

.btn-outline-blue:hover {
  color: #ffffff;
  background-color: #0E49B5;
  border-color: #0E49B5;
}

.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0 rgba(14, 73, 181, 0.5);
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #0E49B5;
  background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #0E49B5;
  border-color: #0E49B5;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(14, 73, 181, 0.5);
}

.btn-outline-gray {
  color: #9f9f9f;
  border-color: #9f9f9f;
  overflow: hidden;
}

.btn-outline-gray:hover {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}

.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0 rgba(159, 159, 159, 0.5);
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #9f9f9f;
  background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(159, 159, 159, 0.5);
}

.btn-outline-gray-200 {
  color: #e9e9e9;
  border-color: #e9e9e9;
  overflow: hidden;
}

.btn-outline-gray-200:hover {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-outline-gray-200:focus, .btn-outline-gray-200.focus {
  box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.5);
}

.btn-outline-gray-200.disabled, .btn-outline-gray-200:disabled {
  color: #e9e9e9;
  background-color: transparent;
}

.btn-outline-gray-200:not(:disabled):not(.disabled):active, .btn-outline-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-200.dropdown-toggle {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-200:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.5);
}

.btn-outline-gray-300 {
  color: #dee2e6;
  border-color: #dee2e6;
  overflow: hidden;
}

.btn-outline-gray-300:hover {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-gray-300:focus, .btn-outline-gray-300.focus {
  box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
}

.btn-outline-gray-300.disabled, .btn-outline-gray-300:disabled {
  color: #dee2e6;
  background-color: transparent;
}

.btn-outline-gray-300:not(:disabled):not(.disabled):active, .btn-outline-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-300.dropdown-toggle {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-300:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
}

.btn-outline-gray-400 {
  color: #ced4da;
  border-color: #ced4da;
  overflow: hidden;
}

.btn-outline-gray-400:hover {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-gray-400:focus, .btn-outline-gray-400.focus {
  box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
}

.btn-outline-gray-400.disabled, .btn-outline-gray-400:disabled {
  color: #ced4da;
  background-color: transparent;
}

.btn-outline-gray-400:not(:disabled):not(.disabled):active, .btn-outline-gray-400:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-400.dropdown-toggle {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-400:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
}

.bg-primary {
  background-color: var(--main) !important;
}

.bg-primary-70 {
  background-color: rgba(172, 156, 127, 0.7);
}

.bg-primary-50 {
  background-color: rgba(172, 156, 127, 0.5);
}

.bg-primary-30 {
  background-color: rgba(172, 156, 127, 0.3);
}

.bg-secondary {
  background-color: #686868 !important;
}

.bg-secondary-70 {
  background-color: rgba(104, 104, 104, 0.7);
}

.bg-secondary-50 {
  background-color: rgba(104, 104, 104, 0.5);
}

.bg-secondary-30 {
  background-color: rgba(104, 104, 104, 0.3);
}

.bg-success {
  background-color: #87de7d !important;
}

.bg-success-70 {
  background-color: rgba(135, 222, 125, 0.7);
}

.bg-success-50 {
  background-color: rgba(135, 222, 125, 0.5);
}

.bg-success-30 {
  background-color: rgba(135, 222, 125, 0.3);
}

.bg-info {
  background-color: #2bb4dd !important;
}

.bg-info-70 {
  background-color: rgba(43, 180, 221, 0.7);
}

.bg-info-50 {
  background-color: rgba(43, 180, 221, 0.5);
}

.bg-info-30 {
  background-color: rgba(43, 180, 221, 0.3);
}

.bg-warning {
  background-color: #ddb32b !important;
}

.bg-warning-70 {
  background-color: rgba(221, 179, 43, 0.7);
}

.bg-warning-50 {
  background-color: rgba(221, 179, 43, 0.5);
}

.bg-warning-30 {
  background-color: rgba(221, 179, 43, 0.3);
}

.bg-danger {
  background-color: #f90000 !important;
}

.bg-danger-70 {
  background-color: rgba(249, 0, 0, 0.7);
}

.bg-danger-50 {
  background-color: rgba(249, 0, 0, 0.5);
}

.bg-danger-30 {
  background-color: rgba(249, 0, 0, 0.3);
}

.bg-light {
  background-color: #f7f5f6 !important;
}

.bg-light-70 {
  background-color: rgba(247, 245, 246, 0.7);
}

.bg-light-50 {
  background-color: rgba(247, 245, 246, 0.5);
}

.bg-light-30 {
  background-color: rgba(247, 245, 246, 0.3);
}

.bg-dark {
  background-color: #1e1e1e !important;
}

.bg-dark-70 {
  background-color: rgba(30, 30, 30, 0.7);
}

.bg-dark-50 {
  background-color: rgba(30, 30, 30, 0.5);
}

.bg-dark-30 {
  background-color: rgba(30, 30, 30, 0.3);
}

.bg-green {
  background-color: #1F8D61 !important;
}

.bg-green-70 {
  background-color: rgba(31, 141, 97, 0.7);
}

.bg-green-50 {
  background-color: rgba(31, 141, 97, 0.5);
}

.bg-green-30 {
  background-color: rgba(31, 141, 97, 0.3);
}

.bg-blue {
  background-color: #0E49B5 !important;
}

.bg-blue-70 {
  background-color: rgba(14, 73, 181, 0.7);
}

.bg-blue-50 {
  background-color: rgba(14, 73, 181, 0.5);
}

.bg-blue-30 {
  background-color: rgba(14, 73, 181, 0.3);
}

.bg-gray {
  background-color: #9f9f9f !important;
}

.bg-gray-70 {
  background-color: rgba(159, 159, 159, 0.7);
}

.bg-gray-50 {
  background-color: rgba(159, 159, 159, 0.5);
}

.bg-gray-30 {
  background-color: rgba(159, 159, 159, 0.3);
}

.bg-gray-200 {
  background-color: #e9e9e9 !important;
}

.bg-gray-200-70 {
  background-color: rgba(233, 233, 233, 0.7);
}

.bg-gray-200-50 {
  background-color: rgba(233, 233, 233, 0.5);
}

.bg-gray-200-30 {
  background-color: rgba(233, 233, 233, 0.3);
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

.bg-gray-300-70 {
  background-color: rgba(222, 226, 230, 0.7);
}

.bg-gray-300-50 {
  background-color: rgba(222, 226, 230, 0.5);
}

.bg-gray-300-30 {
  background-color: rgba(222, 226, 230, 0.3);
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

.bg-gray-400-70 {
  background-color: rgba(206, 212, 218, 0.7);
}

.bg-gray-400-50 {
  background-color: rgba(206, 212, 218, 0.5);
}

.bg-gray-400-30 {
  background-color: rgba(206, 212, 218, 0.3);
}

@media (min-width: 576px) {
  .bg-sm-primary {
    background-color: var(--main) !important;
  }
  .bg-sm-primary-70 {
    background-color: rgba(172, 156, 127, 0.7);
  }
  .bg-sm-primary-50 {
    background-color: rgba(172, 156, 127, 0.5);
  }
  .bg-sm-primary-30 {
    background-color: rgba(172, 156, 127, 0.3);
  }
  .bg-sm-secondary {
    background-color: #686868 !important;
  }
  .bg-sm-secondary-70 {
    background-color: rgba(104, 104, 104, 0.7);
  }
  .bg-sm-secondary-50 {
    background-color: rgba(104, 104, 104, 0.5);
  }
  .bg-sm-secondary-30 {
    background-color: rgba(104, 104, 104, 0.3);
  }
  .bg-sm-success {
    background-color: #87de7d !important;
  }
  .bg-sm-success-70 {
    background-color: rgba(135, 222, 125, 0.7);
  }
  .bg-sm-success-50 {
    background-color: rgba(135, 222, 125, 0.5);
  }
  .bg-sm-success-30 {
    background-color: rgba(135, 222, 125, 0.3);
  }
  .bg-sm-info {
    background-color: #2bb4dd !important;
  }
  .bg-sm-info-70 {
    background-color: rgba(43, 180, 221, 0.7);
  }
  .bg-sm-info-50 {
    background-color: rgba(43, 180, 221, 0.5);
  }
  .bg-sm-info-30 {
    background-color: rgba(43, 180, 221, 0.3);
  }
  .bg-sm-warning {
    background-color: #ddb32b !important;
  }
  .bg-sm-warning-70 {
    background-color: rgba(221, 179, 43, 0.7);
  }
  .bg-sm-warning-50 {
    background-color: rgba(221, 179, 43, 0.5);
  }
  .bg-sm-warning-30 {
    background-color: rgba(221, 179, 43, 0.3);
  }
  .bg-sm-danger {
    background-color: #f90000 !important;
  }
  .bg-sm-danger-70 {
    background-color: rgba(249, 0, 0, 0.7);
  }
  .bg-sm-danger-50 {
    background-color: rgba(249, 0, 0, 0.5);
  }
  .bg-sm-danger-30 {
    background-color: rgba(249, 0, 0, 0.3);
  }
  .bg-sm-light {
    background-color: #f7f5f6 !important;
  }
  .bg-sm-light-70 {
    background-color: rgba(247, 245, 246, 0.7);
  }
  .bg-sm-light-50 {
    background-color: rgba(247, 245, 246, 0.5);
  }
  .bg-sm-light-30 {
    background-color: rgba(247, 245, 246, 0.3);
  }
  .bg-sm-dark {
    background-color: #1e1e1e !important;
  }
  .bg-sm-dark-70 {
    background-color: rgba(30, 30, 30, 0.7);
  }
  .bg-sm-dark-50 {
    background-color: rgba(30, 30, 30, 0.5);
  }
  .bg-sm-dark-30 {
    background-color: rgba(30, 30, 30, 0.3);
  }
  .bg-sm-green {
    background-color: #1F8D61 !important;
  }
  .bg-sm-green-70 {
    background-color: rgba(31, 141, 97, 0.7);
  }
  .bg-sm-green-50 {
    background-color: rgba(31, 141, 97, 0.5);
  }
  .bg-sm-green-30 {
    background-color: rgba(31, 141, 97, 0.3);
  }
  .bg-sm-blue {
    background-color: #0E49B5 !important;
  }
  .bg-sm-blue-70 {
    background-color: rgba(14, 73, 181, 0.7);
  }
  .bg-sm-blue-50 {
    background-color: rgba(14, 73, 181, 0.5);
  }
  .bg-sm-blue-30 {
    background-color: rgba(14, 73, 181, 0.3);
  }
  .bg-sm-gray {
    background-color: #9f9f9f !important;
  }
  .bg-sm-gray-70 {
    background-color: rgba(159, 159, 159, 0.7);
  }
  .bg-sm-gray-50 {
    background-color: rgba(159, 159, 159, 0.5);
  }
  .bg-sm-gray-30 {
    background-color: rgba(159, 159, 159, 0.3);
  }
  .bg-sm-gray-200 {
    background-color: #e9e9e9 !important;
  }
  .bg-sm-gray-200-70 {
    background-color: rgba(233, 233, 233, 0.7);
  }
  .bg-sm-gray-200-50 {
    background-color: rgba(233, 233, 233, 0.5);
  }
  .bg-sm-gray-200-30 {
    background-color: rgba(233, 233, 233, 0.3);
  }
  .bg-sm-gray-300 {
    background-color: #dee2e6 !important;
  }
  .bg-sm-gray-300-70 {
    background-color: rgba(222, 226, 230, 0.7);
  }
  .bg-sm-gray-300-50 {
    background-color: rgba(222, 226, 230, 0.5);
  }
  .bg-sm-gray-300-30 {
    background-color: rgba(222, 226, 230, 0.3);
  }
  .bg-sm-gray-400 {
    background-color: #ced4da !important;
  }
  .bg-sm-gray-400-70 {
    background-color: rgba(206, 212, 218, 0.7);
  }
  .bg-sm-gray-400-50 {
    background-color: rgba(206, 212, 218, 0.5);
  }
  .bg-sm-gray-400-30 {
    background-color: rgba(206, 212, 218, 0.3);
  }
}

@media (min-width: 768px) {
  .bg-md-primary {
    background-color: var(--main) !important;
  }
  .bg-md-primary-70 {
    background-color: rgba(172, 156, 127, 0.7);
  }
  .bg-md-primary-50 {
    background-color: rgba(172, 156, 127, 0.5);
  }
  .bg-md-primary-30 {
    background-color: rgba(172, 156, 127, 0.3);
  }
  .bg-md-secondary {
    background-color: #686868 !important;
  }
  .bg-md-secondary-70 {
    background-color: rgba(104, 104, 104, 0.7);
  }
  .bg-md-secondary-50 {
    background-color: rgba(104, 104, 104, 0.5);
  }
  .bg-md-secondary-30 {
    background-color: rgba(104, 104, 104, 0.3);
  }
  .bg-md-success {
    background-color: #87de7d !important;
  }
  .bg-md-success-70 {
    background-color: rgba(135, 222, 125, 0.7);
  }
  .bg-md-success-50 {
    background-color: rgba(135, 222, 125, 0.5);
  }
  .bg-md-success-30 {
    background-color: rgba(135, 222, 125, 0.3);
  }
  .bg-md-info {
    background-color: #2bb4dd !important;
  }
  .bg-md-info-70 {
    background-color: rgba(43, 180, 221, 0.7);
  }
  .bg-md-info-50 {
    background-color: rgba(43, 180, 221, 0.5);
  }
  .bg-md-info-30 {
    background-color: rgba(43, 180, 221, 0.3);
  }
  .bg-md-warning {
    background-color: #ddb32b !important;
  }
  .bg-md-warning-70 {
    background-color: rgba(221, 179, 43, 0.7);
  }
  .bg-md-warning-50 {
    background-color: rgba(221, 179, 43, 0.5);
  }
  .bg-md-warning-30 {
    background-color: rgba(221, 179, 43, 0.3);
  }
  .bg-md-danger {
    background-color: #f90000 !important;
  }
  .bg-md-danger-70 {
    background-color: rgba(249, 0, 0, 0.7);
  }
  .bg-md-danger-50 {
    background-color: rgba(249, 0, 0, 0.5);
  }
  .bg-md-danger-30 {
    background-color: rgba(249, 0, 0, 0.3);
  }
  .bg-md-light {
    background-color: #f7f5f6 !important;
  }
  .bg-md-light-70 {
    background-color: rgba(247, 245, 246, 0.7);
  }
  .bg-md-light-50 {
    background-color: rgba(247, 245, 246, 0.5);
  }
  .bg-md-light-30 {
    background-color: rgba(247, 245, 246, 0.3);
  }
  .bg-md-dark {
    background-color: #1e1e1e !important;
  }
  .bg-md-dark-70 {
    background-color: rgba(30, 30, 30, 0.7);
  }
  .bg-md-dark-50 {
    background-color: rgba(30, 30, 30, 0.5);
  }
  .bg-md-dark-30 {
    background-color: rgba(30, 30, 30, 0.3);
  }
  .bg-md-green {
    background-color: #1F8D61 !important;
  }
  .bg-md-green-70 {
    background-color: rgba(31, 141, 97, 0.7);
  }
  .bg-md-green-50 {
    background-color: rgba(31, 141, 97, 0.5);
  }
  .bg-md-green-30 {
    background-color: rgba(31, 141, 97, 0.3);
  }
  .bg-md-blue {
    background-color: #0E49B5 !important;
  }
  .bg-md-blue-70 {
    background-color: rgba(14, 73, 181, 0.7);
  }
  .bg-md-blue-50 {
    background-color: rgba(14, 73, 181, 0.5);
  }
  .bg-md-blue-30 {
    background-color: rgba(14, 73, 181, 0.3);
  }
  .bg-md-gray {
    background-color: #9f9f9f !important;
  }
  .bg-md-gray-70 {
    background-color: rgba(159, 159, 159, 0.7);
  }
  .bg-md-gray-50 {
    background-color: rgba(159, 159, 159, 0.5);
  }
  .bg-md-gray-30 {
    background-color: rgba(159, 159, 159, 0.3);
  }
  .bg-md-gray-200 {
    background-color: #e9e9e9 !important;
  }
  .bg-md-gray-200-70 {
    background-color: rgba(233, 233, 233, 0.7);
  }
  .bg-md-gray-200-50 {
    background-color: rgba(233, 233, 233, 0.5);
  }
  .bg-md-gray-200-30 {
    background-color: rgba(233, 233, 233, 0.3);
  }
  .bg-md-gray-300 {
    background-color: #dee2e6 !important;
  }
  .bg-md-gray-300-70 {
    background-color: rgba(222, 226, 230, 0.7);
  }
  .bg-md-gray-300-50 {
    background-color: rgba(222, 226, 230, 0.5);
  }
  .bg-md-gray-300-30 {
    background-color: rgba(222, 226, 230, 0.3);
  }
  .bg-md-gray-400 {
    background-color: #ced4da !important;
  }
  .bg-md-gray-400-70 {
    background-color: rgba(206, 212, 218, 0.7);
  }
  .bg-md-gray-400-50 {
    background-color: rgba(206, 212, 218, 0.5);
  }
  .bg-md-gray-400-30 {
    background-color: rgba(206, 212, 218, 0.3);
  }
}

@media (min-width: 992px) {
  .bg-lg-primary {
    background-color: var(--main) !important;
  }
  .bg-lg-primary-70 {
    background-color: rgba(172, 156, 127, 0.7);
  }
  .bg-lg-primary-50 {
    background-color: rgba(172, 156, 127, 0.5);
  }
  .bg-lg-primary-30 {
    background-color: rgba(172, 156, 127, 0.3);
  }
  .bg-lg-secondary {
    background-color: #686868 !important;
  }
  .bg-lg-secondary-70 {
    background-color: rgba(104, 104, 104, 0.7);
  }
  .bg-lg-secondary-50 {
    background-color: rgba(104, 104, 104, 0.5);
  }
  .bg-lg-secondary-30 {
    background-color: rgba(104, 104, 104, 0.3);
  }
  .bg-lg-success {
    background-color: #87de7d !important;
  }
  .bg-lg-success-70 {
    background-color: rgba(135, 222, 125, 0.7);
  }
  .bg-lg-success-50 {
    background-color: rgba(135, 222, 125, 0.5);
  }
  .bg-lg-success-30 {
    background-color: rgba(135, 222, 125, 0.3);
  }
  .bg-lg-info {
    background-color: #2bb4dd !important;
  }
  .bg-lg-info-70 {
    background-color: rgba(43, 180, 221, 0.7);
  }
  .bg-lg-info-50 {
    background-color: rgba(43, 180, 221, 0.5);
  }
  .bg-lg-info-30 {
    background-color: rgba(43, 180, 221, 0.3);
  }
  .bg-lg-warning {
    background-color: #ddb32b !important;
  }
  .bg-lg-warning-70 {
    background-color: rgba(221, 179, 43, 0.7);
  }
  .bg-lg-warning-50 {
    background-color: rgba(221, 179, 43, 0.5);
  }
  .bg-lg-warning-30 {
    background-color: rgba(221, 179, 43, 0.3);
  }
  .bg-lg-danger {
    background-color: #f90000 !important;
  }
  .bg-lg-danger-70 {
    background-color: rgba(249, 0, 0, 0.7);
  }
  .bg-lg-danger-50 {
    background-color: rgba(249, 0, 0, 0.5);
  }
  .bg-lg-danger-30 {
    background-color: rgba(249, 0, 0, 0.3);
  }
  .bg-lg-light {
    background-color: #f7f5f6 !important;
  }
  .bg-lg-light-70 {
    background-color: rgba(247, 245, 246, 0.7);
  }
  .bg-lg-light-50 {
    background-color: rgba(247, 245, 246, 0.5);
  }
  .bg-lg-light-30 {
    background-color: rgba(247, 245, 246, 0.3);
  }
  .bg-lg-dark {
    background-color: #1e1e1e !important;
  }
  .bg-lg-dark-70 {
    background-color: rgba(30, 30, 30, 0.7);
  }
  .bg-lg-dark-50 {
    background-color: rgba(30, 30, 30, 0.5);
  }
  .bg-lg-dark-30 {
    background-color: rgba(30, 30, 30, 0.3);
  }
  .bg-lg-green {
    background-color: #1F8D61 !important;
  }
  .bg-lg-green-70 {
    background-color: rgba(31, 141, 97, 0.7);
  }
  .bg-lg-green-50 {
    background-color: rgba(31, 141, 97, 0.5);
  }
  .bg-lg-green-30 {
    background-color: rgba(31, 141, 97, 0.3);
  }
  .bg-lg-blue {
    background-color: #0E49B5 !important;
  }
  .bg-lg-blue-70 {
    background-color: rgba(14, 73, 181, 0.7);
  }
  .bg-lg-blue-50 {
    background-color: rgba(14, 73, 181, 0.5);
  }
  .bg-lg-blue-30 {
    background-color: rgba(14, 73, 181, 0.3);
  }
  .bg-lg-gray {
    background-color: #9f9f9f !important;
  }
  .bg-lg-gray-70 {
    background-color: rgba(159, 159, 159, 0.7);
  }
  .bg-lg-gray-50 {
    background-color: rgba(159, 159, 159, 0.5);
  }
  .bg-lg-gray-30 {
    background-color: rgba(159, 159, 159, 0.3);
  }
  .bg-lg-gray-200 {
    background-color: #e9e9e9 !important;
  }
  .bg-lg-gray-200-70 {
    background-color: rgba(233, 233, 233, 0.7);
  }
  .bg-lg-gray-200-50 {
    background-color: rgba(233, 233, 233, 0.5);
  }
  .bg-lg-gray-200-30 {
    background-color: rgba(233, 233, 233, 0.3);
  }
  .bg-lg-gray-300 {
    background-color: #dee2e6 !important;
  }
  .bg-lg-gray-300-70 {
    background-color: rgba(222, 226, 230, 0.7);
  }
  .bg-lg-gray-300-50 {
    background-color: rgba(222, 226, 230, 0.5);
  }
  .bg-lg-gray-300-30 {
    background-color: rgba(222, 226, 230, 0.3);
  }
  .bg-lg-gray-400 {
    background-color: #ced4da !important;
  }
  .bg-lg-gray-400-70 {
    background-color: rgba(206, 212, 218, 0.7);
  }
  .bg-lg-gray-400-50 {
    background-color: rgba(206, 212, 218, 0.5);
  }
  .bg-lg-gray-400-30 {
    background-color: rgba(206, 212, 218, 0.3);
  }
}

@media (min-width: 1200px) {
  .bg-xl-primary {
    background-color: var(--main) !important;
  }
  .bg-xl-primary-70 {
    background-color: rgba(172, 156, 127, 0.7);
  }
  .bg-xl-primary-50 {
    background-color: rgba(172, 156, 127, 0.5);
  }
  .bg-xl-primary-30 {
    background-color: rgba(172, 156, 127, 0.3);
  }
  .bg-xl-secondary {
    background-color: #686868 !important;
  }
  .bg-xl-secondary-70 {
    background-color: rgba(104, 104, 104, 0.7);
  }
  .bg-xl-secondary-50 {
    background-color: rgba(104, 104, 104, 0.5);
  }
  .bg-xl-secondary-30 {
    background-color: rgba(104, 104, 104, 0.3);
  }
  .bg-xl-success {
    background-color: #87de7d !important;
  }
  .bg-xl-success-70 {
    background-color: rgba(135, 222, 125, 0.7);
  }
  .bg-xl-success-50 {
    background-color: rgba(135, 222, 125, 0.5);
  }
  .bg-xl-success-30 {
    background-color: rgba(135, 222, 125, 0.3);
  }
  .bg-xl-info {
    background-color: #2bb4dd !important;
  }
  .bg-xl-info-70 {
    background-color: rgba(43, 180, 221, 0.7);
  }
  .bg-xl-info-50 {
    background-color: rgba(43, 180, 221, 0.5);
  }
  .bg-xl-info-30 {
    background-color: rgba(43, 180, 221, 0.3);
  }
  .bg-xl-warning {
    background-color: #ddb32b !important;
  }
  .bg-xl-warning-70 {
    background-color: rgba(221, 179, 43, 0.7);
  }
  .bg-xl-warning-50 {
    background-color: rgba(221, 179, 43, 0.5);
  }
  .bg-xl-warning-30 {
    background-color: rgba(221, 179, 43, 0.3);
  }
  .bg-xl-danger {
    background-color: #f90000 !important;
  }
  .bg-xl-danger-70 {
    background-color: rgba(249, 0, 0, 0.7);
  }
  .bg-xl-danger-50 {
    background-color: rgba(249, 0, 0, 0.5);
  }
  .bg-xl-danger-30 {
    background-color: rgba(249, 0, 0, 0.3);
  }
  .bg-xl-light {
    background-color: #f7f5f6 !important;
  }
  .bg-xl-light-70 {
    background-color: rgba(247, 245, 246, 0.7);
  }
  .bg-xl-light-50 {
    background-color: rgba(247, 245, 246, 0.5);
  }
  .bg-xl-light-30 {
    background-color: rgba(247, 245, 246, 0.3);
  }
  .bg-xl-dark {
    background-color: #1e1e1e !important;
  }
  .bg-xl-dark-70 {
    background-color: rgba(30, 30, 30, 0.7);
  }
  .bg-xl-dark-50 {
    background-color: rgba(30, 30, 30, 0.5);
  }
  .bg-xl-dark-30 {
    background-color: rgba(30, 30, 30, 0.3);
  }
  .bg-xl-green {
    background-color: #1F8D61 !important;
  }
  .bg-xl-green-70 {
    background-color: rgba(31, 141, 97, 0.7);
  }
  .bg-xl-green-50 {
    background-color: rgba(31, 141, 97, 0.5);
  }
  .bg-xl-green-30 {
    background-color: rgba(31, 141, 97, 0.3);
  }
  .bg-xl-blue {
    background-color: #0E49B5 !important;
  }
  .bg-xl-blue-70 {
    background-color: rgba(14, 73, 181, 0.7);
  }
  .bg-xl-blue-50 {
    background-color: rgba(14, 73, 181, 0.5);
  }
  .bg-xl-blue-30 {
    background-color: rgba(14, 73, 181, 0.3);
  }
  .bg-xl-gray {
    background-color: #9f9f9f !important;
  }
  .bg-xl-gray-70 {
    background-color: rgba(159, 159, 159, 0.7);
  }
  .bg-xl-gray-50 {
    background-color: rgba(159, 159, 159, 0.5);
  }
  .bg-xl-gray-30 {
    background-color: rgba(159, 159, 159, 0.3);
  }
  .bg-xl-gray-200 {
    background-color: #e9e9e9 !important;
  }
  .bg-xl-gray-200-70 {
    background-color: rgba(233, 233, 233, 0.7);
  }
  .bg-xl-gray-200-50 {
    background-color: rgba(233, 233, 233, 0.5);
  }
  .bg-xl-gray-200-30 {
    background-color: rgba(233, 233, 233, 0.3);
  }
  .bg-xl-gray-300 {
    background-color: #dee2e6 !important;
  }
  .bg-xl-gray-300-70 {
    background-color: rgba(222, 226, 230, 0.7);
  }
  .bg-xl-gray-300-50 {
    background-color: rgba(222, 226, 230, 0.5);
  }
  .bg-xl-gray-300-30 {
    background-color: rgba(222, 226, 230, 0.3);
  }
  .bg-xl-gray-400 {
    background-color: #ced4da !important;
  }
  .bg-xl-gray-400-70 {
    background-color: rgba(206, 212, 218, 0.7);
  }
  .bg-xl-gray-400-50 {
    background-color: rgba(206, 212, 218, 0.5);
  }
  .bg-xl-gray-400-30 {
    background-color: rgba(206, 212, 218, 0.3);
  }
}

.bg-facebook {
  background-color: #4e73bd;
}

.bg-google-plus {
  background-color: #e84b36;
}

.bg-twitter {
  background-color: #1DA1F2;
}

.bg-pinterest {
  background-color: #E60023;
}

.bg-instagram {
  background-color: #f58529;
}

.bg-linkedin {
  background-color: #2665B1;
}

@media (min-width: 576px) {
  .bg-sm-facebook {
    background-color: #4e73bd;
  }
  .bg-sm-google-plus {
    background-color: #e84b36;
  }
  .bg-sm-twitter {
    background-color: #1DA1F2;
  }
  .bg-sm-pinterest {
    background-color: #E60023;
  }
  .bg-sm-instagram {
    background-color: #f58529;
  }
  .bg-sm-linkedin {
    background-color: #2665B1;
  }
}

@media (min-width: 768px) {
  .bg-md-facebook {
    background-color: #4e73bd;
  }
  .bg-md-google-plus {
    background-color: #e84b36;
  }
  .bg-md-twitter {
    background-color: #1DA1F2;
  }
  .bg-md-pinterest {
    background-color: #E60023;
  }
  .bg-md-instagram {
    background-color: #f58529;
  }
  .bg-md-linkedin {
    background-color: #2665B1;
  }
}

@media (min-width: 992px) {
  .bg-lg-facebook {
    background-color: #4e73bd;
  }
  .bg-lg-google-plus {
    background-color: #e84b36;
  }
  .bg-lg-twitter {
    background-color: #1DA1F2;
  }
  .bg-lg-pinterest {
    background-color: #E60023;
  }
  .bg-lg-instagram {
    background-color: #f58529;
  }
  .bg-lg-linkedin {
    background-color: #2665B1;
  }
}

@media (min-width: 1200px) {
  .bg-xl-facebook {
    background-color: #4e73bd;
  }
  .bg-xl-google-plus {
    background-color: #e84b36;
  }
  .bg-xl-twitter {
    background-color: #1DA1F2;
  }
  .bg-xl-pinterest {
    background-color: #E60023;
  }
  .bg-xl-instagram {
    background-color: #f58529;
  }
  .bg-xl-linkedin {
    background-color: #2665B1;
  }
}

.bg-transparent {
  background-color: transparent !important;
}

@media (min-width: 576px) {
  .bg-sm-transparent {
    background-color: transparent !important;
  }
}

@media (min-width: 768px) {
  .bg-md-transparent {
    background-color: transparent !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-transparent {
    background-color: transparent !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-transparent {
    background-color: transparent !important;
  }
}

.bg-img-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.bg-center {
  background-position: center;
}

.position-absolute-top-right {
  position: absolute;
  top: 0;
  right: 0;
}

.position-absolute-top-left {
  position: absolute;
  top: 0;
  left: 0;
}

.bg-cover {
  object-fit: cover;
  object-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.fullscreen {
  min-height: calc(100vh - (4.5625rem + 1px)) !important;
  height: auto !important;
}

.fullscreen .vh-100 {
  min-height: calc(100vh - (4.5625rem + 1px)) !important;
  height: auto !important;
}

.fullscreen-hero {
  min-height: 100vh !important;
  height: auto !important;
  margin-top: calc((-4.5625rem - 1px)) !important;
}

.fullscreen-hero .vh-100 {
  min-height: 100vh !important;
  height: auto !important;
}

.bg-between-bottom {
  background-repeat: no-repeat;
  background-position: left bottom, right bottom;
}

.bg-right-bottom {
  background-repeat: no-repeat;
  background-position: right bottom;
}

.bg-center-bottom {
  background-repeat: no-repeat;
  background-position: center bottom;
}

.bg-top-right {
  background-repeat: no-repeat;
  background-position: top right;
}

.bg-top-left {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .bg-img-md-none {
    background-image: none !important;
  }
}

@media (max-width: 767.98px) {
  .bg-img-sm-none {
    background-image: none !important;
  }
}

.layer-white-before::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  width: 1000%;
  height: 100%;
}

@media (max-width: 575.98px) {
  .bg-none {
    background-image: none !important;
  }
}

@media (max-width: 767.98px) {
  .bg-sm-none {
    background-image: none !important;
  }
}

@media (max-width: 991.98px) {
  .bg-md-none {
    background-image: none !important;
  }
}

@media (max-width: 1199.98px) {
  .bg-lg-none {
    background-image: none !important;
  }
}

.bg-xl-none {
  background-image: none !important;
}

section.overlay-primary-100,
div.overlay-primary-100 {
  position: relative;
}

section.overlay-primary-100::before,
div.overlay-primary-100::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: var(--main);
}

section.overlay-primary-70,
div.overlay-primary-70 {
  position: relative;
}

section.overlay-primary-70::before,
div.overlay-primary-70::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(172, 156, 127, 0.7);
}

section.overlay-primary-50,
div.overlay-primary-50 {
  position: relative;
}

section.overlay-primary-50::before,
div.overlay-primary-50::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(172, 156, 127, 0.5);
}

section.overlay-primary-30,
div.overlay-primary-30 {
  position: relative;
}

section.overlay-primary-30::before,
div.overlay-primary-30::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(172, 156, 127, 0.3);
}

section.overlay-primary-0,
div.overlay-primary-0 {
  position: relative;
}

section.overlay-primary-0::before,
div.overlay-primary-0::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(172, 156, 127, 0);
  visibility: hidden;
}

section.hover-overlay-primary-0,
div.hover-overlay-primary-0 {
  position: relative;
}

section.hover-overlay-primary-0::before,
div.hover-overlay-primary-0::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(172, 156, 127, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-primary-0::before,
  div.hover-overlay-primary-0::before {
    transition: none;
  }
}

section:hover.hover-overlay-primary-0::before,
div:hover.hover-overlay-primary-0::before {
  background-color: rgba(172, 156, 127, 0);
  visibility: visible;
}

section.hover-overlay-primary-30,
div.hover-overlay-primary-30 {
  position: relative;
}

section.hover-overlay-primary-30::before,
div.hover-overlay-primary-30::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(172, 156, 127, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-primary-30::before,
  div.hover-overlay-primary-30::before {
    transition: none;
  }
}

section:hover.hover-overlay-primary-30::before,
div:hover.hover-overlay-primary-30::before {
  background-color: rgba(172, 156, 127, 0.3);
  visibility: visible;
}

section.hover-overlay-primary-50,
div.hover-overlay-primary-50 {
  position: relative;
}

section.hover-overlay-primary-50::before,
div.hover-overlay-primary-50::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(172, 156, 127, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-primary-50::before,
  div.hover-overlay-primary-50::before {
    transition: none;
  }
}

section:hover.hover-overlay-primary-50::before,
div:hover.hover-overlay-primary-50::before {
  background-color: rgba(172, 156, 127, 0.5);
  visibility: visible;
}

section.hover-overlay-primary-70,
div.hover-overlay-primary-70 {
  position: relative;
}

section.hover-overlay-primary-70::before,
div.hover-overlay-primary-70::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(172, 156, 127, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-primary-70::before,
  div.hover-overlay-primary-70::before {
    transition: none;
  }
}

section:hover.hover-overlay-primary-70::before,
div:hover.hover-overlay-primary-70::before {
  background-color: rgba(172, 156, 127, 0.7);
  visibility: visible;
}

section.hover-overlay-primary-100,
div.hover-overlay-primary-100 {
  position: relative;
}

section.hover-overlay-primary-100::before,
div.hover-overlay-primary-100::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(172, 156, 127, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-primary-100::before,
  div.hover-overlay-primary-100::before {
    transition: none;
  }
}

section:hover.hover-overlay-primary-100::before,
div:hover.hover-overlay-primary-100::before {
  background-color: var(--main);
  visibility: visible;
}

section.gradient-overlay-primary-0,
div.gradient-overlay-primary-0 {
  position: relative;
}

section.gradient-overlay-primary-0::before,
div.gradient-overlay-primary-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-primary-0::before,
  div.gradient-overlay-primary-0::before {
    transition: none;
  }
}

section.gradient-overlay-primary-30,
div.gradient-overlay-primary-30 {
  position: relative;
}

section.gradient-overlay-primary-30::before,
div.gradient-overlay-primary-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.3) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-primary-30::before,
  div.gradient-overlay-primary-30::before {
    transition: none;
  }
}

section.gradient-overlay-primary-50,
div.gradient-overlay-primary-50 {
  position: relative;
}

section.gradient-overlay-primary-50::before,
div.gradient-overlay-primary-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.5) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-primary-50::before,
  div.gradient-overlay-primary-50::before {
    transition: none;
  }
}

section.gradient-overlay-primary-70,
div.gradient-overlay-primary-70 {
  position: relative;
}

section.gradient-overlay-primary-70::before,
div.gradient-overlay-primary-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.7) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-primary-70::before,
  div.gradient-overlay-primary-70::before {
    transition: none;
  }
}

section.gradient-overlay-primary-100,
div.gradient-overlay-primary-100 {
  position: relative;
}

section.gradient-overlay-primary-100::before,
div.gradient-overlay-primary-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, var(--main) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-primary-100::before,
  div.gradient-overlay-primary-100::before {
    transition: none;
  }
}

section.hover-gradient-overlay-primary-0,
div.hover-gradient-overlay-primary-0 {
  position: relative;
}

section.hover-gradient-overlay-primary-0::before,
div.hover-gradient-overlay-primary-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-primary-0::before,
  div.hover-gradient-overlay-primary-0::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-primary-0::before,
div:hover.hover-gradient-overlay-primary-0::before {
  background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-primary-30,
div.hover-gradient-overlay-primary-30 {
  position: relative;
}

section.hover-gradient-overlay-primary-30::before,
div.hover-gradient-overlay-primary-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-primary-30::before,
  div.hover-gradient-overlay-primary-30::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-primary-30::before,
div:hover.hover-gradient-overlay-primary-30::before {
  background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.3) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-primary-50,
div.hover-gradient-overlay-primary-50 {
  position: relative;
}

section.hover-gradient-overlay-primary-50::before,
div.hover-gradient-overlay-primary-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-primary-50::before,
  div.hover-gradient-overlay-primary-50::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-primary-50::before,
div:hover.hover-gradient-overlay-primary-50::before {
  background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.5) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-primary-70,
div.hover-gradient-overlay-primary-70 {
  position: relative;
}

section.hover-gradient-overlay-primary-70::before,
div.hover-gradient-overlay-primary-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-primary-70::before,
  div.hover-gradient-overlay-primary-70::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-primary-70::before,
div:hover.hover-gradient-overlay-primary-70::before {
  background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.7) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-primary-100,
div.hover-gradient-overlay-primary-100 {
  position: relative;
}

section.hover-gradient-overlay-primary-100::before,
div.hover-gradient-overlay-primary-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-primary-100::before,
  div.hover-gradient-overlay-primary-100::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-primary-100::before,
div:hover.hover-gradient-overlay-primary-100::before {
  background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, var(--main) 100%);
  opacity: 1;
}

section.overlay-secondary-100,
div.overlay-secondary-100 {
  position: relative;
}

section.overlay-secondary-100::before,
div.overlay-secondary-100::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #686868;
}

section.overlay-secondary-70,
div.overlay-secondary-70 {
  position: relative;
}

section.overlay-secondary-70::before,
div.overlay-secondary-70::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(104, 104, 104, 0.7);
}

section.overlay-secondary-50,
div.overlay-secondary-50 {
  position: relative;
}

section.overlay-secondary-50::before,
div.overlay-secondary-50::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(104, 104, 104, 0.5);
}

section.overlay-secondary-30,
div.overlay-secondary-30 {
  position: relative;
}

section.overlay-secondary-30::before,
div.overlay-secondary-30::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(104, 104, 104, 0.3);
}

section.overlay-secondary-0,
div.overlay-secondary-0 {
  position: relative;
}

section.overlay-secondary-0::before,
div.overlay-secondary-0::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(104, 104, 104, 0);
  visibility: hidden;
}

section.hover-overlay-secondary-0,
div.hover-overlay-secondary-0 {
  position: relative;
}

section.hover-overlay-secondary-0::before,
div.hover-overlay-secondary-0::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(104, 104, 104, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-secondary-0::before,
  div.hover-overlay-secondary-0::before {
    transition: none;
  }
}

section:hover.hover-overlay-secondary-0::before,
div:hover.hover-overlay-secondary-0::before {
  background-color: rgba(104, 104, 104, 0);
  visibility: visible;
}

section.hover-overlay-secondary-30,
div.hover-overlay-secondary-30 {
  position: relative;
}

section.hover-overlay-secondary-30::before,
div.hover-overlay-secondary-30::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(104, 104, 104, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-secondary-30::before,
  div.hover-overlay-secondary-30::before {
    transition: none;
  }
}

section:hover.hover-overlay-secondary-30::before,
div:hover.hover-overlay-secondary-30::before {
  background-color: rgba(104, 104, 104, 0.3);
  visibility: visible;
}

section.hover-overlay-secondary-50,
div.hover-overlay-secondary-50 {
  position: relative;
}

section.hover-overlay-secondary-50::before,
div.hover-overlay-secondary-50::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(104, 104, 104, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-secondary-50::before,
  div.hover-overlay-secondary-50::before {
    transition: none;
  }
}

section:hover.hover-overlay-secondary-50::before,
div:hover.hover-overlay-secondary-50::before {
  background-color: rgba(104, 104, 104, 0.5);
  visibility: visible;
}

section.hover-overlay-secondary-70,
div.hover-overlay-secondary-70 {
  position: relative;
}

section.hover-overlay-secondary-70::before,
div.hover-overlay-secondary-70::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(104, 104, 104, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-secondary-70::before,
  div.hover-overlay-secondary-70::before {
    transition: none;
  }
}

section:hover.hover-overlay-secondary-70::before,
div:hover.hover-overlay-secondary-70::before {
  background-color: rgba(104, 104, 104, 0.7);
  visibility: visible;
}

section.hover-overlay-secondary-100,
div.hover-overlay-secondary-100 {
  position: relative;
}

section.hover-overlay-secondary-100::before,
div.hover-overlay-secondary-100::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(104, 104, 104, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-secondary-100::before,
  div.hover-overlay-secondary-100::before {
    transition: none;
  }
}

section:hover.hover-overlay-secondary-100::before,
div:hover.hover-overlay-secondary-100::before {
  background-color: #686868;
  visibility: visible;
}

section.gradient-overlay-secondary-0,
div.gradient-overlay-secondary-0 {
  position: relative;
}

section.gradient-overlay-secondary-0::before,
div.gradient-overlay-secondary-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-secondary-0::before,
  div.gradient-overlay-secondary-0::before {
    transition: none;
  }
}

section.gradient-overlay-secondary-30,
div.gradient-overlay-secondary-30 {
  position: relative;
}

section.gradient-overlay-secondary-30::before,
div.gradient-overlay-secondary-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.3) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-secondary-30::before,
  div.gradient-overlay-secondary-30::before {
    transition: none;
  }
}

section.gradient-overlay-secondary-50,
div.gradient-overlay-secondary-50 {
  position: relative;
}

section.gradient-overlay-secondary-50::before,
div.gradient-overlay-secondary-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.5) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-secondary-50::before,
  div.gradient-overlay-secondary-50::before {
    transition: none;
  }
}

section.gradient-overlay-secondary-70,
div.gradient-overlay-secondary-70 {
  position: relative;
}

section.gradient-overlay-secondary-70::before,
div.gradient-overlay-secondary-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.7) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-secondary-70::before,
  div.gradient-overlay-secondary-70::before {
    transition: none;
  }
}

section.gradient-overlay-secondary-100,
div.gradient-overlay-secondary-100 {
  position: relative;
}

section.gradient-overlay-secondary-100::before,
div.gradient-overlay-secondary-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, #686868 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-secondary-100::before,
  div.gradient-overlay-secondary-100::before {
    transition: none;
  }
}

section.hover-gradient-overlay-secondary-0,
div.hover-gradient-overlay-secondary-0 {
  position: relative;
}

section.hover-gradient-overlay-secondary-0::before,
div.hover-gradient-overlay-secondary-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-secondary-0::before,
  div.hover-gradient-overlay-secondary-0::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-secondary-0::before,
div:hover.hover-gradient-overlay-secondary-0::before {
  background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-secondary-30,
div.hover-gradient-overlay-secondary-30 {
  position: relative;
}

section.hover-gradient-overlay-secondary-30::before,
div.hover-gradient-overlay-secondary-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-secondary-30::before,
  div.hover-gradient-overlay-secondary-30::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-secondary-30::before,
div:hover.hover-gradient-overlay-secondary-30::before {
  background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.3) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-secondary-50,
div.hover-gradient-overlay-secondary-50 {
  position: relative;
}

section.hover-gradient-overlay-secondary-50::before,
div.hover-gradient-overlay-secondary-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-secondary-50::before,
  div.hover-gradient-overlay-secondary-50::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-secondary-50::before,
div:hover.hover-gradient-overlay-secondary-50::before {
  background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.5) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-secondary-70,
div.hover-gradient-overlay-secondary-70 {
  position: relative;
}

section.hover-gradient-overlay-secondary-70::before,
div.hover-gradient-overlay-secondary-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-secondary-70::before,
  div.hover-gradient-overlay-secondary-70::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-secondary-70::before,
div:hover.hover-gradient-overlay-secondary-70::before {
  background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.7) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-secondary-100,
div.hover-gradient-overlay-secondary-100 {
  position: relative;
}

section.hover-gradient-overlay-secondary-100::before,
div.hover-gradient-overlay-secondary-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-secondary-100::before,
  div.hover-gradient-overlay-secondary-100::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-secondary-100::before,
div:hover.hover-gradient-overlay-secondary-100::before {
  background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, #686868 100%);
  opacity: 1;
}

section.overlay-success-100,
div.overlay-success-100 {
  position: relative;
}

section.overlay-success-100::before,
div.overlay-success-100::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #87de7d;
}

section.overlay-success-70,
div.overlay-success-70 {
  position: relative;
}

section.overlay-success-70::before,
div.overlay-success-70::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(135, 222, 125, 0.7);
}

section.overlay-success-50,
div.overlay-success-50 {
  position: relative;
}

section.overlay-success-50::before,
div.overlay-success-50::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(135, 222, 125, 0.5);
}

section.overlay-success-30,
div.overlay-success-30 {
  position: relative;
}

section.overlay-success-30::before,
div.overlay-success-30::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(135, 222, 125, 0.3);
}

section.overlay-success-0,
div.overlay-success-0 {
  position: relative;
}

section.overlay-success-0::before,
div.overlay-success-0::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(135, 222, 125, 0);
  visibility: hidden;
}

section.hover-overlay-success-0,
div.hover-overlay-success-0 {
  position: relative;
}

section.hover-overlay-success-0::before,
div.hover-overlay-success-0::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(135, 222, 125, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-success-0::before,
  div.hover-overlay-success-0::before {
    transition: none;
  }
}

section:hover.hover-overlay-success-0::before,
div:hover.hover-overlay-success-0::before {
  background-color: rgba(135, 222, 125, 0);
  visibility: visible;
}

section.hover-overlay-success-30,
div.hover-overlay-success-30 {
  position: relative;
}

section.hover-overlay-success-30::before,
div.hover-overlay-success-30::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(135, 222, 125, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-success-30::before,
  div.hover-overlay-success-30::before {
    transition: none;
  }
}

section:hover.hover-overlay-success-30::before,
div:hover.hover-overlay-success-30::before {
  background-color: rgba(135, 222, 125, 0.3);
  visibility: visible;
}

section.hover-overlay-success-50,
div.hover-overlay-success-50 {
  position: relative;
}

section.hover-overlay-success-50::before,
div.hover-overlay-success-50::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(135, 222, 125, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-success-50::before,
  div.hover-overlay-success-50::before {
    transition: none;
  }
}

section:hover.hover-overlay-success-50::before,
div:hover.hover-overlay-success-50::before {
  background-color: rgba(135, 222, 125, 0.5);
  visibility: visible;
}

section.hover-overlay-success-70,
div.hover-overlay-success-70 {
  position: relative;
}

section.hover-overlay-success-70::before,
div.hover-overlay-success-70::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(135, 222, 125, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-success-70::before,
  div.hover-overlay-success-70::before {
    transition: none;
  }
}

section:hover.hover-overlay-success-70::before,
div:hover.hover-overlay-success-70::before {
  background-color: rgba(135, 222, 125, 0.7);
  visibility: visible;
}

section.hover-overlay-success-100,
div.hover-overlay-success-100 {
  position: relative;
}

section.hover-overlay-success-100::before,
div.hover-overlay-success-100::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(135, 222, 125, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-success-100::before,
  div.hover-overlay-success-100::before {
    transition: none;
  }
}

section:hover.hover-overlay-success-100::before,
div:hover.hover-overlay-success-100::before {
  background-color: #87de7d;
  visibility: visible;
}

section.gradient-overlay-success-0,
div.gradient-overlay-success-0 {
  position: relative;
}

section.gradient-overlay-success-0::before,
div.gradient-overlay-success-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-success-0::before,
  div.gradient-overlay-success-0::before {
    transition: none;
  }
}

section.gradient-overlay-success-30,
div.gradient-overlay-success-30 {
  position: relative;
}

section.gradient-overlay-success-30::before,
div.gradient-overlay-success-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.3) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-success-30::before,
  div.gradient-overlay-success-30::before {
    transition: none;
  }
}

section.gradient-overlay-success-50,
div.gradient-overlay-success-50 {
  position: relative;
}

section.gradient-overlay-success-50::before,
div.gradient-overlay-success-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.5) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-success-50::before,
  div.gradient-overlay-success-50::before {
    transition: none;
  }
}

section.gradient-overlay-success-70,
div.gradient-overlay-success-70 {
  position: relative;
}

section.gradient-overlay-success-70::before,
div.gradient-overlay-success-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.7) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-success-70::before,
  div.gradient-overlay-success-70::before {
    transition: none;
  }
}

section.gradient-overlay-success-100,
div.gradient-overlay-success-100 {
  position: relative;
}

section.gradient-overlay-success-100::before,
div.gradient-overlay-success-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, #87de7d 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-success-100::before,
  div.gradient-overlay-success-100::before {
    transition: none;
  }
}

section.hover-gradient-overlay-success-0,
div.hover-gradient-overlay-success-0 {
  position: relative;
}

section.hover-gradient-overlay-success-0::before,
div.hover-gradient-overlay-success-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-success-0::before,
  div.hover-gradient-overlay-success-0::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-success-0::before,
div:hover.hover-gradient-overlay-success-0::before {
  background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-success-30,
div.hover-gradient-overlay-success-30 {
  position: relative;
}

section.hover-gradient-overlay-success-30::before,
div.hover-gradient-overlay-success-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-success-30::before,
  div.hover-gradient-overlay-success-30::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-success-30::before,
div:hover.hover-gradient-overlay-success-30::before {
  background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.3) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-success-50,
div.hover-gradient-overlay-success-50 {
  position: relative;
}

section.hover-gradient-overlay-success-50::before,
div.hover-gradient-overlay-success-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-success-50::before,
  div.hover-gradient-overlay-success-50::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-success-50::before,
div:hover.hover-gradient-overlay-success-50::before {
  background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.5) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-success-70,
div.hover-gradient-overlay-success-70 {
  position: relative;
}

section.hover-gradient-overlay-success-70::before,
div.hover-gradient-overlay-success-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-success-70::before,
  div.hover-gradient-overlay-success-70::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-success-70::before,
div:hover.hover-gradient-overlay-success-70::before {
  background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.7) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-success-100,
div.hover-gradient-overlay-success-100 {
  position: relative;
}

section.hover-gradient-overlay-success-100::before,
div.hover-gradient-overlay-success-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-success-100::before,
  div.hover-gradient-overlay-success-100::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-success-100::before,
div:hover.hover-gradient-overlay-success-100::before {
  background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, #87de7d 100%);
  opacity: 1;
}

section.overlay-info-100,
div.overlay-info-100 {
  position: relative;
}

section.overlay-info-100::before,
div.overlay-info-100::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #2bb4dd;
}

section.overlay-info-70,
div.overlay-info-70 {
  position: relative;
}

section.overlay-info-70::before,
div.overlay-info-70::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(43, 180, 221, 0.7);
}

section.overlay-info-50,
div.overlay-info-50 {
  position: relative;
}

section.overlay-info-50::before,
div.overlay-info-50::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(43, 180, 221, 0.5);
}

section.overlay-info-30,
div.overlay-info-30 {
  position: relative;
}

section.overlay-info-30::before,
div.overlay-info-30::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(43, 180, 221, 0.3);
}

section.overlay-info-0,
div.overlay-info-0 {
  position: relative;
}

section.overlay-info-0::before,
div.overlay-info-0::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(43, 180, 221, 0);
  visibility: hidden;
}

section.hover-overlay-info-0,
div.hover-overlay-info-0 {
  position: relative;
}

section.hover-overlay-info-0::before,
div.hover-overlay-info-0::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(43, 180, 221, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-info-0::before,
  div.hover-overlay-info-0::before {
    transition: none;
  }
}

section:hover.hover-overlay-info-0::before,
div:hover.hover-overlay-info-0::before {
  background-color: rgba(43, 180, 221, 0);
  visibility: visible;
}

section.hover-overlay-info-30,
div.hover-overlay-info-30 {
  position: relative;
}

section.hover-overlay-info-30::before,
div.hover-overlay-info-30::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(43, 180, 221, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-info-30::before,
  div.hover-overlay-info-30::before {
    transition: none;
  }
}

section:hover.hover-overlay-info-30::before,
div:hover.hover-overlay-info-30::before {
  background-color: rgba(43, 180, 221, 0.3);
  visibility: visible;
}

section.hover-overlay-info-50,
div.hover-overlay-info-50 {
  position: relative;
}

section.hover-overlay-info-50::before,
div.hover-overlay-info-50::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(43, 180, 221, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-info-50::before,
  div.hover-overlay-info-50::before {
    transition: none;
  }
}

section:hover.hover-overlay-info-50::before,
div:hover.hover-overlay-info-50::before {
  background-color: rgba(43, 180, 221, 0.5);
  visibility: visible;
}

section.hover-overlay-info-70,
div.hover-overlay-info-70 {
  position: relative;
}

section.hover-overlay-info-70::before,
div.hover-overlay-info-70::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(43, 180, 221, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-info-70::before,
  div.hover-overlay-info-70::before {
    transition: none;
  }
}

section:hover.hover-overlay-info-70::before,
div:hover.hover-overlay-info-70::before {
  background-color: rgba(43, 180, 221, 0.7);
  visibility: visible;
}

section.hover-overlay-info-100,
div.hover-overlay-info-100 {
  position: relative;
}

section.hover-overlay-info-100::before,
div.hover-overlay-info-100::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(43, 180, 221, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-info-100::before,
  div.hover-overlay-info-100::before {
    transition: none;
  }
}

section:hover.hover-overlay-info-100::before,
div:hover.hover-overlay-info-100::before {
  background-color: #2bb4dd;
  visibility: visible;
}

section.gradient-overlay-info-0,
div.gradient-overlay-info-0 {
  position: relative;
}

section.gradient-overlay-info-0::before,
div.gradient-overlay-info-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-info-0::before,
  div.gradient-overlay-info-0::before {
    transition: none;
  }
}

section.gradient-overlay-info-30,
div.gradient-overlay-info-30 {
  position: relative;
}

section.gradient-overlay-info-30::before,
div.gradient-overlay-info-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.3) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-info-30::before,
  div.gradient-overlay-info-30::before {
    transition: none;
  }
}

section.gradient-overlay-info-50,
div.gradient-overlay-info-50 {
  position: relative;
}

section.gradient-overlay-info-50::before,
div.gradient-overlay-info-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.5) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-info-50::before,
  div.gradient-overlay-info-50::before {
    transition: none;
  }
}

section.gradient-overlay-info-70,
div.gradient-overlay-info-70 {
  position: relative;
}

section.gradient-overlay-info-70::before,
div.gradient-overlay-info-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.7) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-info-70::before,
  div.gradient-overlay-info-70::before {
    transition: none;
  }
}

section.gradient-overlay-info-100,
div.gradient-overlay-info-100 {
  position: relative;
}

section.gradient-overlay-info-100::before,
div.gradient-overlay-info-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, #2bb4dd 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-info-100::before,
  div.gradient-overlay-info-100::before {
    transition: none;
  }
}

section.hover-gradient-overlay-info-0,
div.hover-gradient-overlay-info-0 {
  position: relative;
}

section.hover-gradient-overlay-info-0::before,
div.hover-gradient-overlay-info-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-info-0::before,
  div.hover-gradient-overlay-info-0::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-info-0::before,
div:hover.hover-gradient-overlay-info-0::before {
  background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-info-30,
div.hover-gradient-overlay-info-30 {
  position: relative;
}

section.hover-gradient-overlay-info-30::before,
div.hover-gradient-overlay-info-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-info-30::before,
  div.hover-gradient-overlay-info-30::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-info-30::before,
div:hover.hover-gradient-overlay-info-30::before {
  background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.3) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-info-50,
div.hover-gradient-overlay-info-50 {
  position: relative;
}

section.hover-gradient-overlay-info-50::before,
div.hover-gradient-overlay-info-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-info-50::before,
  div.hover-gradient-overlay-info-50::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-info-50::before,
div:hover.hover-gradient-overlay-info-50::before {
  background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.5) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-info-70,
div.hover-gradient-overlay-info-70 {
  position: relative;
}

section.hover-gradient-overlay-info-70::before,
div.hover-gradient-overlay-info-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-info-70::before,
  div.hover-gradient-overlay-info-70::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-info-70::before,
div:hover.hover-gradient-overlay-info-70::before {
  background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.7) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-info-100,
div.hover-gradient-overlay-info-100 {
  position: relative;
}

section.hover-gradient-overlay-info-100::before,
div.hover-gradient-overlay-info-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-info-100::before,
  div.hover-gradient-overlay-info-100::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-info-100::before,
div:hover.hover-gradient-overlay-info-100::before {
  background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, #2bb4dd 100%);
  opacity: 1;
}

section.overlay-warning-100,
div.overlay-warning-100 {
  position: relative;
}

section.overlay-warning-100::before,
div.overlay-warning-100::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #ddb32b;
}

section.overlay-warning-70,
div.overlay-warning-70 {
  position: relative;
}

section.overlay-warning-70::before,
div.overlay-warning-70::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(221, 179, 43, 0.7);
}

section.overlay-warning-50,
div.overlay-warning-50 {
  position: relative;
}

section.overlay-warning-50::before,
div.overlay-warning-50::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(221, 179, 43, 0.5);
}

section.overlay-warning-30,
div.overlay-warning-30 {
  position: relative;
}

section.overlay-warning-30::before,
div.overlay-warning-30::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(221, 179, 43, 0.3);
}

section.overlay-warning-0,
div.overlay-warning-0 {
  position: relative;
}

section.overlay-warning-0::before,
div.overlay-warning-0::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(221, 179, 43, 0);
  visibility: hidden;
}

section.hover-overlay-warning-0,
div.hover-overlay-warning-0 {
  position: relative;
}

section.hover-overlay-warning-0::before,
div.hover-overlay-warning-0::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(221, 179, 43, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-warning-0::before,
  div.hover-overlay-warning-0::before {
    transition: none;
  }
}

section:hover.hover-overlay-warning-0::before,
div:hover.hover-overlay-warning-0::before {
  background-color: rgba(221, 179, 43, 0);
  visibility: visible;
}

section.hover-overlay-warning-30,
div.hover-overlay-warning-30 {
  position: relative;
}

section.hover-overlay-warning-30::before,
div.hover-overlay-warning-30::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(221, 179, 43, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-warning-30::before,
  div.hover-overlay-warning-30::before {
    transition: none;
  }
}

section:hover.hover-overlay-warning-30::before,
div:hover.hover-overlay-warning-30::before {
  background-color: rgba(221, 179, 43, 0.3);
  visibility: visible;
}

section.hover-overlay-warning-50,
div.hover-overlay-warning-50 {
  position: relative;
}

section.hover-overlay-warning-50::before,
div.hover-overlay-warning-50::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(221, 179, 43, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-warning-50::before,
  div.hover-overlay-warning-50::before {
    transition: none;
  }
}

section:hover.hover-overlay-warning-50::before,
div:hover.hover-overlay-warning-50::before {
  background-color: rgba(221, 179, 43, 0.5);
  visibility: visible;
}

section.hover-overlay-warning-70,
div.hover-overlay-warning-70 {
  position: relative;
}

section.hover-overlay-warning-70::before,
div.hover-overlay-warning-70::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(221, 179, 43, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-warning-70::before,
  div.hover-overlay-warning-70::before {
    transition: none;
  }
}

section:hover.hover-overlay-warning-70::before,
div:hover.hover-overlay-warning-70::before {
  background-color: rgba(221, 179, 43, 0.7);
  visibility: visible;
}

section.hover-overlay-warning-100,
div.hover-overlay-warning-100 {
  position: relative;
}

section.hover-overlay-warning-100::before,
div.hover-overlay-warning-100::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(221, 179, 43, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-warning-100::before,
  div.hover-overlay-warning-100::before {
    transition: none;
  }
}

section:hover.hover-overlay-warning-100::before,
div:hover.hover-overlay-warning-100::before {
  background-color: #ddb32b;
  visibility: visible;
}

section.gradient-overlay-warning-0,
div.gradient-overlay-warning-0 {
  position: relative;
}

section.gradient-overlay-warning-0::before,
div.gradient-overlay-warning-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-warning-0::before,
  div.gradient-overlay-warning-0::before {
    transition: none;
  }
}

section.gradient-overlay-warning-30,
div.gradient-overlay-warning-30 {
  position: relative;
}

section.gradient-overlay-warning-30::before,
div.gradient-overlay-warning-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.3) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-warning-30::before,
  div.gradient-overlay-warning-30::before {
    transition: none;
  }
}

section.gradient-overlay-warning-50,
div.gradient-overlay-warning-50 {
  position: relative;
}

section.gradient-overlay-warning-50::before,
div.gradient-overlay-warning-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.5) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-warning-50::before,
  div.gradient-overlay-warning-50::before {
    transition: none;
  }
}

section.gradient-overlay-warning-70,
div.gradient-overlay-warning-70 {
  position: relative;
}

section.gradient-overlay-warning-70::before,
div.gradient-overlay-warning-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.7) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-warning-70::before,
  div.gradient-overlay-warning-70::before {
    transition: none;
  }
}

section.gradient-overlay-warning-100,
div.gradient-overlay-warning-100 {
  position: relative;
}

section.gradient-overlay-warning-100::before,
div.gradient-overlay-warning-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, #ddb32b 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-warning-100::before,
  div.gradient-overlay-warning-100::before {
    transition: none;
  }
}

section.hover-gradient-overlay-warning-0,
div.hover-gradient-overlay-warning-0 {
  position: relative;
}

section.hover-gradient-overlay-warning-0::before,
div.hover-gradient-overlay-warning-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-warning-0::before,
  div.hover-gradient-overlay-warning-0::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-warning-0::before,
div:hover.hover-gradient-overlay-warning-0::before {
  background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-warning-30,
div.hover-gradient-overlay-warning-30 {
  position: relative;
}

section.hover-gradient-overlay-warning-30::before,
div.hover-gradient-overlay-warning-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-warning-30::before,
  div.hover-gradient-overlay-warning-30::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-warning-30::before,
div:hover.hover-gradient-overlay-warning-30::before {
  background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.3) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-warning-50,
div.hover-gradient-overlay-warning-50 {
  position: relative;
}

section.hover-gradient-overlay-warning-50::before,
div.hover-gradient-overlay-warning-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-warning-50::before,
  div.hover-gradient-overlay-warning-50::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-warning-50::before,
div:hover.hover-gradient-overlay-warning-50::before {
  background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.5) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-warning-70,
div.hover-gradient-overlay-warning-70 {
  position: relative;
}

section.hover-gradient-overlay-warning-70::before,
div.hover-gradient-overlay-warning-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-warning-70::before,
  div.hover-gradient-overlay-warning-70::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-warning-70::before,
div:hover.hover-gradient-overlay-warning-70::before {
  background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.7) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-warning-100,
div.hover-gradient-overlay-warning-100 {
  position: relative;
}

section.hover-gradient-overlay-warning-100::before,
div.hover-gradient-overlay-warning-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-warning-100::before,
  div.hover-gradient-overlay-warning-100::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-warning-100::before,
div:hover.hover-gradient-overlay-warning-100::before {
  background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, #ddb32b 100%);
  opacity: 1;
}

section.overlay-danger-100,
div.overlay-danger-100 {
  position: relative;
}

section.overlay-danger-100::before,
div.overlay-danger-100::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #f90000;
}

section.overlay-danger-70,
div.overlay-danger-70 {
  position: relative;
}

section.overlay-danger-70::before,
div.overlay-danger-70::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(249, 0, 0, 0.7);
}

section.overlay-danger-50,
div.overlay-danger-50 {
  position: relative;
}

section.overlay-danger-50::before,
div.overlay-danger-50::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(249, 0, 0, 0.5);
}

section.overlay-danger-30,
div.overlay-danger-30 {
  position: relative;
}

section.overlay-danger-30::before,
div.overlay-danger-30::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(249, 0, 0, 0.3);
}

section.overlay-danger-0,
div.overlay-danger-0 {
  position: relative;
}

section.overlay-danger-0::before,
div.overlay-danger-0::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(249, 0, 0, 0);
  visibility: hidden;
}

section.hover-overlay-danger-0,
div.hover-overlay-danger-0 {
  position: relative;
}

section.hover-overlay-danger-0::before,
div.hover-overlay-danger-0::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(249, 0, 0, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-danger-0::before,
  div.hover-overlay-danger-0::before {
    transition: none;
  }
}

section:hover.hover-overlay-danger-0::before,
div:hover.hover-overlay-danger-0::before {
  background-color: rgba(249, 0, 0, 0);
  visibility: visible;
}

section.hover-overlay-danger-30,
div.hover-overlay-danger-30 {
  position: relative;
}

section.hover-overlay-danger-30::before,
div.hover-overlay-danger-30::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(249, 0, 0, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-danger-30::before,
  div.hover-overlay-danger-30::before {
    transition: none;
  }
}

section:hover.hover-overlay-danger-30::before,
div:hover.hover-overlay-danger-30::before {
  background-color: rgba(249, 0, 0, 0.3);
  visibility: visible;
}

section.hover-overlay-danger-50,
div.hover-overlay-danger-50 {
  position: relative;
}

section.hover-overlay-danger-50::before,
div.hover-overlay-danger-50::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(249, 0, 0, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-danger-50::before,
  div.hover-overlay-danger-50::before {
    transition: none;
  }
}

section:hover.hover-overlay-danger-50::before,
div:hover.hover-overlay-danger-50::before {
  background-color: rgba(249, 0, 0, 0.5);
  visibility: visible;
}

section.hover-overlay-danger-70,
div.hover-overlay-danger-70 {
  position: relative;
}

section.hover-overlay-danger-70::before,
div.hover-overlay-danger-70::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(249, 0, 0, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-danger-70::before,
  div.hover-overlay-danger-70::before {
    transition: none;
  }
}

section:hover.hover-overlay-danger-70::before,
div:hover.hover-overlay-danger-70::before {
  background-color: rgba(249, 0, 0, 0.7);
  visibility: visible;
}

section.hover-overlay-danger-100,
div.hover-overlay-danger-100 {
  position: relative;
}

section.hover-overlay-danger-100::before,
div.hover-overlay-danger-100::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(249, 0, 0, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-danger-100::before,
  div.hover-overlay-danger-100::before {
    transition: none;
  }
}

section:hover.hover-overlay-danger-100::before,
div:hover.hover-overlay-danger-100::before {
  background-color: #f90000;
  visibility: visible;
}

section.gradient-overlay-danger-0,
div.gradient-overlay-danger-0 {
  position: relative;
}

section.gradient-overlay-danger-0::before,
div.gradient-overlay-danger-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-danger-0::before,
  div.gradient-overlay-danger-0::before {
    transition: none;
  }
}

section.gradient-overlay-danger-30,
div.gradient-overlay-danger-30 {
  position: relative;
}

section.gradient-overlay-danger-30::before,
div.gradient-overlay-danger-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.3) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-danger-30::before,
  div.gradient-overlay-danger-30::before {
    transition: none;
  }
}

section.gradient-overlay-danger-50,
div.gradient-overlay-danger-50 {
  position: relative;
}

section.gradient-overlay-danger-50::before,
div.gradient-overlay-danger-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.5) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-danger-50::before,
  div.gradient-overlay-danger-50::before {
    transition: none;
  }
}

section.gradient-overlay-danger-70,
div.gradient-overlay-danger-70 {
  position: relative;
}

section.gradient-overlay-danger-70::before,
div.gradient-overlay-danger-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.7) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-danger-70::before,
  div.gradient-overlay-danger-70::before {
    transition: none;
  }
}

section.gradient-overlay-danger-100,
div.gradient-overlay-danger-100 {
  position: relative;
}

section.gradient-overlay-danger-100::before,
div.gradient-overlay-danger-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, #f90000 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-danger-100::before,
  div.gradient-overlay-danger-100::before {
    transition: none;
  }
}

section.hover-gradient-overlay-danger-0,
div.hover-gradient-overlay-danger-0 {
  position: relative;
}

section.hover-gradient-overlay-danger-0::before,
div.hover-gradient-overlay-danger-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-danger-0::before,
  div.hover-gradient-overlay-danger-0::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-danger-0::before,
div:hover.hover-gradient-overlay-danger-0::before {
  background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-danger-30,
div.hover-gradient-overlay-danger-30 {
  position: relative;
}

section.hover-gradient-overlay-danger-30::before,
div.hover-gradient-overlay-danger-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-danger-30::before,
  div.hover-gradient-overlay-danger-30::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-danger-30::before,
div:hover.hover-gradient-overlay-danger-30::before {
  background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.3) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-danger-50,
div.hover-gradient-overlay-danger-50 {
  position: relative;
}

section.hover-gradient-overlay-danger-50::before,
div.hover-gradient-overlay-danger-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-danger-50::before,
  div.hover-gradient-overlay-danger-50::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-danger-50::before,
div:hover.hover-gradient-overlay-danger-50::before {
  background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.5) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-danger-70,
div.hover-gradient-overlay-danger-70 {
  position: relative;
}

section.hover-gradient-overlay-danger-70::before,
div.hover-gradient-overlay-danger-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-danger-70::before,
  div.hover-gradient-overlay-danger-70::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-danger-70::before,
div:hover.hover-gradient-overlay-danger-70::before {
  background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.7) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-danger-100,
div.hover-gradient-overlay-danger-100 {
  position: relative;
}

section.hover-gradient-overlay-danger-100::before,
div.hover-gradient-overlay-danger-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-danger-100::before,
  div.hover-gradient-overlay-danger-100::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-danger-100::before,
div:hover.hover-gradient-overlay-danger-100::before {
  background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, #f90000 100%);
  opacity: 1;
}

section.overlay-light-100,
div.overlay-light-100 {
  position: relative;
}

section.overlay-light-100::before,
div.overlay-light-100::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #f7f5f6;
}

section.overlay-light-70,
div.overlay-light-70 {
  position: relative;
}

section.overlay-light-70::before,
div.overlay-light-70::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(247, 245, 246, 0.7);
}

section.overlay-light-50,
div.overlay-light-50 {
  position: relative;
}

section.overlay-light-50::before,
div.overlay-light-50::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(247, 245, 246, 0.5);
}

section.overlay-light-30,
div.overlay-light-30 {
  position: relative;
}

section.overlay-light-30::before,
div.overlay-light-30::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(247, 245, 246, 0.3);
}

section.overlay-light-0,
div.overlay-light-0 {
  position: relative;
}

section.overlay-light-0::before,
div.overlay-light-0::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(247, 245, 246, 0);
  visibility: hidden;
}

section.hover-overlay-light-0,
div.hover-overlay-light-0 {
  position: relative;
}

section.hover-overlay-light-0::before,
div.hover-overlay-light-0::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(247, 245, 246, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-light-0::before,
  div.hover-overlay-light-0::before {
    transition: none;
  }
}

section:hover.hover-overlay-light-0::before,
div:hover.hover-overlay-light-0::before {
  background-color: rgba(247, 245, 246, 0);
  visibility: visible;
}

section.hover-overlay-light-30,
div.hover-overlay-light-30 {
  position: relative;
}

section.hover-overlay-light-30::before,
div.hover-overlay-light-30::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(247, 245, 246, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-light-30::before,
  div.hover-overlay-light-30::before {
    transition: none;
  }
}

section:hover.hover-overlay-light-30::before,
div:hover.hover-overlay-light-30::before {
  background-color: rgba(247, 245, 246, 0.3);
  visibility: visible;
}

section.hover-overlay-light-50,
div.hover-overlay-light-50 {
  position: relative;
}

section.hover-overlay-light-50::before,
div.hover-overlay-light-50::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(247, 245, 246, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-light-50::before,
  div.hover-overlay-light-50::before {
    transition: none;
  }
}

section:hover.hover-overlay-light-50::before,
div:hover.hover-overlay-light-50::before {
  background-color: rgba(247, 245, 246, 0.5);
  visibility: visible;
}

section.hover-overlay-light-70,
div.hover-overlay-light-70 {
  position: relative;
}

section.hover-overlay-light-70::before,
div.hover-overlay-light-70::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(247, 245, 246, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-light-70::before,
  div.hover-overlay-light-70::before {
    transition: none;
  }
}

section:hover.hover-overlay-light-70::before,
div:hover.hover-overlay-light-70::before {
  background-color: rgba(247, 245, 246, 0.7);
  visibility: visible;
}

section.hover-overlay-light-100,
div.hover-overlay-light-100 {
  position: relative;
}

section.hover-overlay-light-100::before,
div.hover-overlay-light-100::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(247, 245, 246, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-light-100::before,
  div.hover-overlay-light-100::before {
    transition: none;
  }
}

section:hover.hover-overlay-light-100::before,
div:hover.hover-overlay-light-100::before {
  background-color: #f7f5f6;
  visibility: visible;
}

section.gradient-overlay-light-0,
div.gradient-overlay-light-0 {
  position: relative;
}

section.gradient-overlay-light-0::before,
div.gradient-overlay-light-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-light-0::before,
  div.gradient-overlay-light-0::before {
    transition: none;
  }
}

section.gradient-overlay-light-30,
div.gradient-overlay-light-30 {
  position: relative;
}

section.gradient-overlay-light-30::before,
div.gradient-overlay-light-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.3) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-light-30::before,
  div.gradient-overlay-light-30::before {
    transition: none;
  }
}

section.gradient-overlay-light-50,
div.gradient-overlay-light-50 {
  position: relative;
}

section.gradient-overlay-light-50::before,
div.gradient-overlay-light-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.5) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-light-50::before,
  div.gradient-overlay-light-50::before {
    transition: none;
  }
}

section.gradient-overlay-light-70,
div.gradient-overlay-light-70 {
  position: relative;
}

section.gradient-overlay-light-70::before,
div.gradient-overlay-light-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.7) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-light-70::before,
  div.gradient-overlay-light-70::before {
    transition: none;
  }
}

section.gradient-overlay-light-100,
div.gradient-overlay-light-100 {
  position: relative;
}

section.gradient-overlay-light-100::before,
div.gradient-overlay-light-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, #f7f5f6 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-light-100::before,
  div.gradient-overlay-light-100::before {
    transition: none;
  }
}

section.hover-gradient-overlay-light-0,
div.hover-gradient-overlay-light-0 {
  position: relative;
}

section.hover-gradient-overlay-light-0::before,
div.hover-gradient-overlay-light-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-light-0::before,
  div.hover-gradient-overlay-light-0::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-light-0::before,
div:hover.hover-gradient-overlay-light-0::before {
  background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-light-30,
div.hover-gradient-overlay-light-30 {
  position: relative;
}

section.hover-gradient-overlay-light-30::before,
div.hover-gradient-overlay-light-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-light-30::before,
  div.hover-gradient-overlay-light-30::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-light-30::before,
div:hover.hover-gradient-overlay-light-30::before {
  background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.3) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-light-50,
div.hover-gradient-overlay-light-50 {
  position: relative;
}

section.hover-gradient-overlay-light-50::before,
div.hover-gradient-overlay-light-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-light-50::before,
  div.hover-gradient-overlay-light-50::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-light-50::before,
div:hover.hover-gradient-overlay-light-50::before {
  background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.5) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-light-70,
div.hover-gradient-overlay-light-70 {
  position: relative;
}

section.hover-gradient-overlay-light-70::before,
div.hover-gradient-overlay-light-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-light-70::before,
  div.hover-gradient-overlay-light-70::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-light-70::before,
div:hover.hover-gradient-overlay-light-70::before {
  background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.7) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-light-100,
div.hover-gradient-overlay-light-100 {
  position: relative;
}

section.hover-gradient-overlay-light-100::before,
div.hover-gradient-overlay-light-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-light-100::before,
  div.hover-gradient-overlay-light-100::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-light-100::before,
div:hover.hover-gradient-overlay-light-100::before {
  background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, #f7f5f6 100%);
  opacity: 1;
}

section.overlay-dark-100,
div.overlay-dark-100 {
  position: relative;
}

section.overlay-dark-100::before,
div.overlay-dark-100::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #1e1e1e;
}

section.overlay-dark-70,
div.overlay-dark-70 {
  position: relative;
}

section.overlay-dark-70::before,
div.overlay-dark-70::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(30, 30, 30, 0.7);
}

section.overlay-dark-50,
div.overlay-dark-50 {
  position: relative;
}

section.overlay-dark-50::before,
div.overlay-dark-50::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(30, 30, 30, 0.5);
}

section.overlay-dark-30,
div.overlay-dark-30 {
  position: relative;
}

section.overlay-dark-30::before,
div.overlay-dark-30::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(30, 30, 30, 0.3);
}

section.overlay-dark-0,
div.overlay-dark-0 {
  position: relative;
}

section.overlay-dark-0::before,
div.overlay-dark-0::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(30, 30, 30, 0);
  visibility: hidden;
}

section.hover-overlay-dark-0,
div.hover-overlay-dark-0 {
  position: relative;
}

section.hover-overlay-dark-0::before,
div.hover-overlay-dark-0::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(30, 30, 30, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-dark-0::before,
  div.hover-overlay-dark-0::before {
    transition: none;
  }
}

section:hover.hover-overlay-dark-0::before,
div:hover.hover-overlay-dark-0::before {
  background-color: rgba(30, 30, 30, 0);
  visibility: visible;
}

section.hover-overlay-dark-30,
div.hover-overlay-dark-30 {
  position: relative;
}

section.hover-overlay-dark-30::before,
div.hover-overlay-dark-30::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(30, 30, 30, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-dark-30::before,
  div.hover-overlay-dark-30::before {
    transition: none;
  }
}

section:hover.hover-overlay-dark-30::before,
div:hover.hover-overlay-dark-30::before {
  background-color: rgba(30, 30, 30, 0.3);
  visibility: visible;
}

section.hover-overlay-dark-50,
div.hover-overlay-dark-50 {
  position: relative;
}

section.hover-overlay-dark-50::before,
div.hover-overlay-dark-50::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(30, 30, 30, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-dark-50::before,
  div.hover-overlay-dark-50::before {
    transition: none;
  }
}

section:hover.hover-overlay-dark-50::before,
div:hover.hover-overlay-dark-50::before {
  background-color: rgba(30, 30, 30, 0.5);
  visibility: visible;
}

section.hover-overlay-dark-70,
div.hover-overlay-dark-70 {
  position: relative;
}

section.hover-overlay-dark-70::before,
div.hover-overlay-dark-70::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(30, 30, 30, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-dark-70::before,
  div.hover-overlay-dark-70::before {
    transition: none;
  }
}

section:hover.hover-overlay-dark-70::before,
div:hover.hover-overlay-dark-70::before {
  background-color: rgba(30, 30, 30, 0.7);
  visibility: visible;
}

section.hover-overlay-dark-100,
div.hover-overlay-dark-100 {
  position: relative;
}

section.hover-overlay-dark-100::before,
div.hover-overlay-dark-100::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(30, 30, 30, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-dark-100::before,
  div.hover-overlay-dark-100::before {
    transition: none;
  }
}

section:hover.hover-overlay-dark-100::before,
div:hover.hover-overlay-dark-100::before {
  background-color: #1e1e1e;
  visibility: visible;
}

section.gradient-overlay-dark-0,
div.gradient-overlay-dark-0 {
  position: relative;
}

section.gradient-overlay-dark-0::before,
div.gradient-overlay-dark-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-dark-0::before,
  div.gradient-overlay-dark-0::before {
    transition: none;
  }
}

section.gradient-overlay-dark-30,
div.gradient-overlay-dark-30 {
  position: relative;
}

section.gradient-overlay-dark-30::before,
div.gradient-overlay-dark-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.3) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-dark-30::before,
  div.gradient-overlay-dark-30::before {
    transition: none;
  }
}

section.gradient-overlay-dark-50,
div.gradient-overlay-dark-50 {
  position: relative;
}

section.gradient-overlay-dark-50::before,
div.gradient-overlay-dark-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.5) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-dark-50::before,
  div.gradient-overlay-dark-50::before {
    transition: none;
  }
}

section.gradient-overlay-dark-70,
div.gradient-overlay-dark-70 {
  position: relative;
}

section.gradient-overlay-dark-70::before,
div.gradient-overlay-dark-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.7) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-dark-70::before,
  div.gradient-overlay-dark-70::before {
    transition: none;
  }
}

section.gradient-overlay-dark-100,
div.gradient-overlay-dark-100 {
  position: relative;
}

section.gradient-overlay-dark-100::before,
div.gradient-overlay-dark-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-dark-100::before,
  div.gradient-overlay-dark-100::before {
    transition: none;
  }
}

section.hover-gradient-overlay-dark-0,
div.hover-gradient-overlay-dark-0 {
  position: relative;
}

section.hover-gradient-overlay-dark-0::before,
div.hover-gradient-overlay-dark-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-dark-0::before,
  div.hover-gradient-overlay-dark-0::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-dark-0::before,
div:hover.hover-gradient-overlay-dark-0::before {
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-dark-30,
div.hover-gradient-overlay-dark-30 {
  position: relative;
}

section.hover-gradient-overlay-dark-30::before,
div.hover-gradient-overlay-dark-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-dark-30::before,
  div.hover-gradient-overlay-dark-30::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-dark-30::before,
div:hover.hover-gradient-overlay-dark-30::before {
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.3) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-dark-50,
div.hover-gradient-overlay-dark-50 {
  position: relative;
}

section.hover-gradient-overlay-dark-50::before,
div.hover-gradient-overlay-dark-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-dark-50::before,
  div.hover-gradient-overlay-dark-50::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-dark-50::before,
div:hover.hover-gradient-overlay-dark-50::before {
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.5) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-dark-70,
div.hover-gradient-overlay-dark-70 {
  position: relative;
}

section.hover-gradient-overlay-dark-70::before,
div.hover-gradient-overlay-dark-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-dark-70::before,
  div.hover-gradient-overlay-dark-70::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-dark-70::before,
div:hover.hover-gradient-overlay-dark-70::before {
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.7) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-dark-100,
div.hover-gradient-overlay-dark-100 {
  position: relative;
}

section.hover-gradient-overlay-dark-100::before,
div.hover-gradient-overlay-dark-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-dark-100::before,
  div.hover-gradient-overlay-dark-100::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-dark-100::before,
div:hover.hover-gradient-overlay-dark-100::before {
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
  opacity: 1;
}

section.overlay-green-100,
div.overlay-green-100 {
  position: relative;
}

section.overlay-green-100::before,
div.overlay-green-100::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #1f8d61;
}

section.overlay-green-70,
div.overlay-green-70 {
  position: relative;
}

section.overlay-green-70::before,
div.overlay-green-70::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(31, 141, 97, 0.7);
}

section.overlay-green-50,
div.overlay-green-50 {
  position: relative;
}

section.overlay-green-50::before,
div.overlay-green-50::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(31, 141, 97, 0.5);
}

section.overlay-green-30,
div.overlay-green-30 {
  position: relative;
}

section.overlay-green-30::before,
div.overlay-green-30::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(31, 141, 97, 0.3);
}

section.overlay-green-0,
div.overlay-green-0 {
  position: relative;
}

section.overlay-green-0::before,
div.overlay-green-0::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(31, 141, 97, 0);
  visibility: hidden;
}

section.hover-overlay-green-0,
div.hover-overlay-green-0 {
  position: relative;
}

section.hover-overlay-green-0::before,
div.hover-overlay-green-0::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(31, 141, 97, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-green-0::before,
  div.hover-overlay-green-0::before {
    transition: none;
  }
}

section:hover.hover-overlay-green-0::before,
div:hover.hover-overlay-green-0::before {
  background-color: rgba(31, 141, 97, 0);
  visibility: visible;
}

section.hover-overlay-green-30,
div.hover-overlay-green-30 {
  position: relative;
}

section.hover-overlay-green-30::before,
div.hover-overlay-green-30::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(31, 141, 97, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-green-30::before,
  div.hover-overlay-green-30::before {
    transition: none;
  }
}

section:hover.hover-overlay-green-30::before,
div:hover.hover-overlay-green-30::before {
  background-color: rgba(31, 141, 97, 0.3);
  visibility: visible;
}

section.hover-overlay-green-50,
div.hover-overlay-green-50 {
  position: relative;
}

section.hover-overlay-green-50::before,
div.hover-overlay-green-50::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(31, 141, 97, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-green-50::before,
  div.hover-overlay-green-50::before {
    transition: none;
  }
}

section:hover.hover-overlay-green-50::before,
div:hover.hover-overlay-green-50::before {
  background-color: rgba(31, 141, 97, 0.5);
  visibility: visible;
}

section.hover-overlay-green-70,
div.hover-overlay-green-70 {
  position: relative;
}

section.hover-overlay-green-70::before,
div.hover-overlay-green-70::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(31, 141, 97, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-green-70::before,
  div.hover-overlay-green-70::before {
    transition: none;
  }
}

section:hover.hover-overlay-green-70::before,
div:hover.hover-overlay-green-70::before {
  background-color: rgba(31, 141, 97, 0.7);
  visibility: visible;
}

section.hover-overlay-green-100,
div.hover-overlay-green-100 {
  position: relative;
}

section.hover-overlay-green-100::before,
div.hover-overlay-green-100::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(31, 141, 97, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-green-100::before,
  div.hover-overlay-green-100::before {
    transition: none;
  }
}

section:hover.hover-overlay-green-100::before,
div:hover.hover-overlay-green-100::before {
  background-color: #1f8d61;
  visibility: visible;
}

section.gradient-overlay-green-0,
div.gradient-overlay-green-0 {
  position: relative;
}

section.gradient-overlay-green-0::before,
div.gradient-overlay-green-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-green-0::before,
  div.gradient-overlay-green-0::before {
    transition: none;
  }
}

section.gradient-overlay-green-30,
div.gradient-overlay-green-30 {
  position: relative;
}

section.gradient-overlay-green-30::before,
div.gradient-overlay-green-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.3) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-green-30::before,
  div.gradient-overlay-green-30::before {
    transition: none;
  }
}

section.gradient-overlay-green-50,
div.gradient-overlay-green-50 {
  position: relative;
}

section.gradient-overlay-green-50::before,
div.gradient-overlay-green-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.5) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-green-50::before,
  div.gradient-overlay-green-50::before {
    transition: none;
  }
}

section.gradient-overlay-green-70,
div.gradient-overlay-green-70 {
  position: relative;
}

section.gradient-overlay-green-70::before,
div.gradient-overlay-green-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.7) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-green-70::before,
  div.gradient-overlay-green-70::before {
    transition: none;
  }
}

section.gradient-overlay-green-100,
div.gradient-overlay-green-100 {
  position: relative;
}

section.gradient-overlay-green-100::before,
div.gradient-overlay-green-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, #1f8d61 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-green-100::before,
  div.gradient-overlay-green-100::before {
    transition: none;
  }
}

section.hover-gradient-overlay-green-0,
div.hover-gradient-overlay-green-0 {
  position: relative;
}

section.hover-gradient-overlay-green-0::before,
div.hover-gradient-overlay-green-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-green-0::before,
  div.hover-gradient-overlay-green-0::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-green-0::before,
div:hover.hover-gradient-overlay-green-0::before {
  background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-green-30,
div.hover-gradient-overlay-green-30 {
  position: relative;
}

section.hover-gradient-overlay-green-30::before,
div.hover-gradient-overlay-green-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-green-30::before,
  div.hover-gradient-overlay-green-30::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-green-30::before,
div:hover.hover-gradient-overlay-green-30::before {
  background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.3) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-green-50,
div.hover-gradient-overlay-green-50 {
  position: relative;
}

section.hover-gradient-overlay-green-50::before,
div.hover-gradient-overlay-green-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-green-50::before,
  div.hover-gradient-overlay-green-50::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-green-50::before,
div:hover.hover-gradient-overlay-green-50::before {
  background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.5) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-green-70,
div.hover-gradient-overlay-green-70 {
  position: relative;
}

section.hover-gradient-overlay-green-70::before,
div.hover-gradient-overlay-green-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-green-70::before,
  div.hover-gradient-overlay-green-70::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-green-70::before,
div:hover.hover-gradient-overlay-green-70::before {
  background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.7) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-green-100,
div.hover-gradient-overlay-green-100 {
  position: relative;
}

section.hover-gradient-overlay-green-100::before,
div.hover-gradient-overlay-green-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-green-100::before,
  div.hover-gradient-overlay-green-100::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-green-100::before,
div:hover.hover-gradient-overlay-green-100::before {
  background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, #1f8d61 100%);
  opacity: 1;
}

section.overlay-blue-100,
div.overlay-blue-100 {
  position: relative;
}

section.overlay-blue-100::before,
div.overlay-blue-100::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #0e49b5;
}

section.overlay-blue-70,
div.overlay-blue-70 {
  position: relative;
}

section.overlay-blue-70::before,
div.overlay-blue-70::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(14, 73, 181, 0.7);
}

section.overlay-blue-50,
div.overlay-blue-50 {
  position: relative;
}

section.overlay-blue-50::before,
div.overlay-blue-50::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(14, 73, 181, 0.5);
}

section.overlay-blue-30,
div.overlay-blue-30 {
  position: relative;
}

section.overlay-blue-30::before,
div.overlay-blue-30::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(14, 73, 181, 0.3);
}

section.overlay-blue-0,
div.overlay-blue-0 {
  position: relative;
}

section.overlay-blue-0::before,
div.overlay-blue-0::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(14, 73, 181, 0);
  visibility: hidden;
}

section.hover-overlay-blue-0,
div.hover-overlay-blue-0 {
  position: relative;
}

section.hover-overlay-blue-0::before,
div.hover-overlay-blue-0::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(14, 73, 181, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-blue-0::before,
  div.hover-overlay-blue-0::before {
    transition: none;
  }
}

section:hover.hover-overlay-blue-0::before,
div:hover.hover-overlay-blue-0::before {
  background-color: rgba(14, 73, 181, 0);
  visibility: visible;
}

section.hover-overlay-blue-30,
div.hover-overlay-blue-30 {
  position: relative;
}

section.hover-overlay-blue-30::before,
div.hover-overlay-blue-30::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(14, 73, 181, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-blue-30::before,
  div.hover-overlay-blue-30::before {
    transition: none;
  }
}

section:hover.hover-overlay-blue-30::before,
div:hover.hover-overlay-blue-30::before {
  background-color: rgba(14, 73, 181, 0.3);
  visibility: visible;
}

section.hover-overlay-blue-50,
div.hover-overlay-blue-50 {
  position: relative;
}

section.hover-overlay-blue-50::before,
div.hover-overlay-blue-50::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(14, 73, 181, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-blue-50::before,
  div.hover-overlay-blue-50::before {
    transition: none;
  }
}

section:hover.hover-overlay-blue-50::before,
div:hover.hover-overlay-blue-50::before {
  background-color: rgba(14, 73, 181, 0.5);
  visibility: visible;
}

section.hover-overlay-blue-70,
div.hover-overlay-blue-70 {
  position: relative;
}

section.hover-overlay-blue-70::before,
div.hover-overlay-blue-70::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(14, 73, 181, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-blue-70::before,
  div.hover-overlay-blue-70::before {
    transition: none;
  }
}

section:hover.hover-overlay-blue-70::before,
div:hover.hover-overlay-blue-70::before {
  background-color: rgba(14, 73, 181, 0.7);
  visibility: visible;
}

section.hover-overlay-blue-100,
div.hover-overlay-blue-100 {
  position: relative;
}

section.hover-overlay-blue-100::before,
div.hover-overlay-blue-100::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(14, 73, 181, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-blue-100::before,
  div.hover-overlay-blue-100::before {
    transition: none;
  }
}

section:hover.hover-overlay-blue-100::before,
div:hover.hover-overlay-blue-100::before {
  background-color: #0e49b5;
  visibility: visible;
}

section.gradient-overlay-blue-0,
div.gradient-overlay-blue-0 {
  position: relative;
}

section.gradient-overlay-blue-0::before,
div.gradient-overlay-blue-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-blue-0::before,
  div.gradient-overlay-blue-0::before {
    transition: none;
  }
}

section.gradient-overlay-blue-30,
div.gradient-overlay-blue-30 {
  position: relative;
}

section.gradient-overlay-blue-30::before,
div.gradient-overlay-blue-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.3) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-blue-30::before,
  div.gradient-overlay-blue-30::before {
    transition: none;
  }
}

section.gradient-overlay-blue-50,
div.gradient-overlay-blue-50 {
  position: relative;
}

section.gradient-overlay-blue-50::before,
div.gradient-overlay-blue-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.5) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-blue-50::before,
  div.gradient-overlay-blue-50::before {
    transition: none;
  }
}

section.gradient-overlay-blue-70,
div.gradient-overlay-blue-70 {
  position: relative;
}

section.gradient-overlay-blue-70::before,
div.gradient-overlay-blue-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.7) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-blue-70::before,
  div.gradient-overlay-blue-70::before {
    transition: none;
  }
}

section.gradient-overlay-blue-100,
div.gradient-overlay-blue-100 {
  position: relative;
}

section.gradient-overlay-blue-100::before,
div.gradient-overlay-blue-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, #0e49b5 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-blue-100::before,
  div.gradient-overlay-blue-100::before {
    transition: none;
  }
}

section.hover-gradient-overlay-blue-0,
div.hover-gradient-overlay-blue-0 {
  position: relative;
}

section.hover-gradient-overlay-blue-0::before,
div.hover-gradient-overlay-blue-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-blue-0::before,
  div.hover-gradient-overlay-blue-0::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-blue-0::before,
div:hover.hover-gradient-overlay-blue-0::before {
  background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-blue-30,
div.hover-gradient-overlay-blue-30 {
  position: relative;
}

section.hover-gradient-overlay-blue-30::before,
div.hover-gradient-overlay-blue-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-blue-30::before,
  div.hover-gradient-overlay-blue-30::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-blue-30::before,
div:hover.hover-gradient-overlay-blue-30::before {
  background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.3) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-blue-50,
div.hover-gradient-overlay-blue-50 {
  position: relative;
}

section.hover-gradient-overlay-blue-50::before,
div.hover-gradient-overlay-blue-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-blue-50::before,
  div.hover-gradient-overlay-blue-50::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-blue-50::before,
div:hover.hover-gradient-overlay-blue-50::before {
  background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.5) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-blue-70,
div.hover-gradient-overlay-blue-70 {
  position: relative;
}

section.hover-gradient-overlay-blue-70::before,
div.hover-gradient-overlay-blue-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-blue-70::before,
  div.hover-gradient-overlay-blue-70::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-blue-70::before,
div:hover.hover-gradient-overlay-blue-70::before {
  background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.7) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-blue-100,
div.hover-gradient-overlay-blue-100 {
  position: relative;
}

section.hover-gradient-overlay-blue-100::before,
div.hover-gradient-overlay-blue-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-blue-100::before,
  div.hover-gradient-overlay-blue-100::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-blue-100::before,
div:hover.hover-gradient-overlay-blue-100::before {
  background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, #0e49b5 100%);
  opacity: 1;
}

section.overlay-gray-100,
div.overlay-gray-100 {
  position: relative;
}

section.overlay-gray-100::before,
div.overlay-gray-100::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #9f9f9f;
}

section.overlay-gray-70,
div.overlay-gray-70 {
  position: relative;
}

section.overlay-gray-70::before,
div.overlay-gray-70::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(159, 159, 159, 0.7);
}

section.overlay-gray-50,
div.overlay-gray-50 {
  position: relative;
}

section.overlay-gray-50::before,
div.overlay-gray-50::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(159, 159, 159, 0.5);
}

section.overlay-gray-30,
div.overlay-gray-30 {
  position: relative;
}

section.overlay-gray-30::before,
div.overlay-gray-30::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(159, 159, 159, 0.3);
}

section.overlay-gray-0,
div.overlay-gray-0 {
  position: relative;
}

section.overlay-gray-0::before,
div.overlay-gray-0::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(159, 159, 159, 0);
  visibility: hidden;
}

section.hover-overlay-gray-0,
div.hover-overlay-gray-0 {
  position: relative;
}

section.hover-overlay-gray-0::before,
div.hover-overlay-gray-0::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(159, 159, 159, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-0::before,
  div.hover-overlay-gray-0::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-0::before,
div:hover.hover-overlay-gray-0::before {
  background-color: rgba(159, 159, 159, 0);
  visibility: visible;
}

section.hover-overlay-gray-30,
div.hover-overlay-gray-30 {
  position: relative;
}

section.hover-overlay-gray-30::before,
div.hover-overlay-gray-30::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(159, 159, 159, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-30::before,
  div.hover-overlay-gray-30::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-30::before,
div:hover.hover-overlay-gray-30::before {
  background-color: rgba(159, 159, 159, 0.3);
  visibility: visible;
}

section.hover-overlay-gray-50,
div.hover-overlay-gray-50 {
  position: relative;
}

section.hover-overlay-gray-50::before,
div.hover-overlay-gray-50::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(159, 159, 159, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-50::before,
  div.hover-overlay-gray-50::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-50::before,
div:hover.hover-overlay-gray-50::before {
  background-color: rgba(159, 159, 159, 0.5);
  visibility: visible;
}

section.hover-overlay-gray-70,
div.hover-overlay-gray-70 {
  position: relative;
}

section.hover-overlay-gray-70::before,
div.hover-overlay-gray-70::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(159, 159, 159, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-70::before,
  div.hover-overlay-gray-70::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-70::before,
div:hover.hover-overlay-gray-70::before {
  background-color: rgba(159, 159, 159, 0.7);
  visibility: visible;
}

section.hover-overlay-gray-100,
div.hover-overlay-gray-100 {
  position: relative;
}

section.hover-overlay-gray-100::before,
div.hover-overlay-gray-100::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(159, 159, 159, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-100::before,
  div.hover-overlay-gray-100::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-100::before,
div:hover.hover-overlay-gray-100::before {
  background-color: #9f9f9f;
  visibility: visible;
}

section.gradient-overlay-gray-0,
div.gradient-overlay-gray-0 {
  position: relative;
}

section.gradient-overlay-gray-0::before,
div.gradient-overlay-gray-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-0::before,
  div.gradient-overlay-gray-0::before {
    transition: none;
  }
}

section.gradient-overlay-gray-30,
div.gradient-overlay-gray-30 {
  position: relative;
}

section.gradient-overlay-gray-30::before,
div.gradient-overlay-gray-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.3) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-30::before,
  div.gradient-overlay-gray-30::before {
    transition: none;
  }
}

section.gradient-overlay-gray-50,
div.gradient-overlay-gray-50 {
  position: relative;
}

section.gradient-overlay-gray-50::before,
div.gradient-overlay-gray-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.5) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-50::before,
  div.gradient-overlay-gray-50::before {
    transition: none;
  }
}

section.gradient-overlay-gray-70,
div.gradient-overlay-gray-70 {
  position: relative;
}

section.gradient-overlay-gray-70::before,
div.gradient-overlay-gray-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.7) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-70::before,
  div.gradient-overlay-gray-70::before {
    transition: none;
  }
}

section.gradient-overlay-gray-100,
div.gradient-overlay-gray-100 {
  position: relative;
}

section.gradient-overlay-gray-100::before,
div.gradient-overlay-gray-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, #9f9f9f 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-100::before,
  div.gradient-overlay-gray-100::before {
    transition: none;
  }
}

section.hover-gradient-overlay-gray-0,
div.hover-gradient-overlay-gray-0 {
  position: relative;
}

section.hover-gradient-overlay-gray-0::before,
div.hover-gradient-overlay-gray-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-0::before,
  div.hover-gradient-overlay-gray-0::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-0::before,
div:hover.hover-gradient-overlay-gray-0::before {
  background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-gray-30,
div.hover-gradient-overlay-gray-30 {
  position: relative;
}

section.hover-gradient-overlay-gray-30::before,
div.hover-gradient-overlay-gray-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-30::before,
  div.hover-gradient-overlay-gray-30::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-30::before,
div:hover.hover-gradient-overlay-gray-30::before {
  background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.3) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-gray-50,
div.hover-gradient-overlay-gray-50 {
  position: relative;
}

section.hover-gradient-overlay-gray-50::before,
div.hover-gradient-overlay-gray-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-50::before,
  div.hover-gradient-overlay-gray-50::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-50::before,
div:hover.hover-gradient-overlay-gray-50::before {
  background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.5) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-gray-70,
div.hover-gradient-overlay-gray-70 {
  position: relative;
}

section.hover-gradient-overlay-gray-70::before,
div.hover-gradient-overlay-gray-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-70::before,
  div.hover-gradient-overlay-gray-70::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-70::before,
div:hover.hover-gradient-overlay-gray-70::before {
  background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.7) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-gray-100,
div.hover-gradient-overlay-gray-100 {
  position: relative;
}

section.hover-gradient-overlay-gray-100::before,
div.hover-gradient-overlay-gray-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-100::before,
  div.hover-gradient-overlay-gray-100::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-100::before,
div:hover.hover-gradient-overlay-gray-100::before {
  background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, #9f9f9f 100%);
  opacity: 1;
}

section.overlay-gray-200-100,
div.overlay-gray-200-100 {
  position: relative;
}

section.overlay-gray-200-100::before,
div.overlay-gray-200-100::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #e9e9e9;
}

section.overlay-gray-200-70,
div.overlay-gray-200-70 {
  position: relative;
}

section.overlay-gray-200-70::before,
div.overlay-gray-200-70::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(233, 233, 233, 0.7);
}

section.overlay-gray-200-50,
div.overlay-gray-200-50 {
  position: relative;
}

section.overlay-gray-200-50::before,
div.overlay-gray-200-50::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(233, 233, 233, 0.5);
}

section.overlay-gray-200-30,
div.overlay-gray-200-30 {
  position: relative;
}

section.overlay-gray-200-30::before,
div.overlay-gray-200-30::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(233, 233, 233, 0.3);
}

section.overlay-gray-200-0,
div.overlay-gray-200-0 {
  position: relative;
}

section.overlay-gray-200-0::before,
div.overlay-gray-200-0::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(233, 233, 233, 0);
  visibility: hidden;
}

section.hover-overlay-gray-200-0,
div.hover-overlay-gray-200-0 {
  position: relative;
}

section.hover-overlay-gray-200-0::before,
div.hover-overlay-gray-200-0::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(233, 233, 233, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-200-0::before,
  div.hover-overlay-gray-200-0::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-200-0::before,
div:hover.hover-overlay-gray-200-0::before {
  background-color: rgba(233, 233, 233, 0);
  visibility: visible;
}

section.hover-overlay-gray-200-30,
div.hover-overlay-gray-200-30 {
  position: relative;
}

section.hover-overlay-gray-200-30::before,
div.hover-overlay-gray-200-30::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(233, 233, 233, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-200-30::before,
  div.hover-overlay-gray-200-30::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-200-30::before,
div:hover.hover-overlay-gray-200-30::before {
  background-color: rgba(233, 233, 233, 0.3);
  visibility: visible;
}

section.hover-overlay-gray-200-50,
div.hover-overlay-gray-200-50 {
  position: relative;
}

section.hover-overlay-gray-200-50::before,
div.hover-overlay-gray-200-50::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(233, 233, 233, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-200-50::before,
  div.hover-overlay-gray-200-50::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-200-50::before,
div:hover.hover-overlay-gray-200-50::before {
  background-color: rgba(233, 233, 233, 0.5);
  visibility: visible;
}

section.hover-overlay-gray-200-70,
div.hover-overlay-gray-200-70 {
  position: relative;
}

section.hover-overlay-gray-200-70::before,
div.hover-overlay-gray-200-70::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(233, 233, 233, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-200-70::before,
  div.hover-overlay-gray-200-70::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-200-70::before,
div:hover.hover-overlay-gray-200-70::before {
  background-color: rgba(233, 233, 233, 0.7);
  visibility: visible;
}

section.hover-overlay-gray-200-100,
div.hover-overlay-gray-200-100 {
  position: relative;
}

section.hover-overlay-gray-200-100::before,
div.hover-overlay-gray-200-100::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(233, 233, 233, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-200-100::before,
  div.hover-overlay-gray-200-100::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-200-100::before,
div:hover.hover-overlay-gray-200-100::before {
  background-color: #e9e9e9;
  visibility: visible;
}

section.gradient-overlay-gray-200-0,
div.gradient-overlay-gray-200-0 {
  position: relative;
}

section.gradient-overlay-gray-200-0::before,
div.gradient-overlay-gray-200-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-200-0::before,
  div.gradient-overlay-gray-200-0::before {
    transition: none;
  }
}

section.gradient-overlay-gray-200-30,
div.gradient-overlay-gray-200-30 {
  position: relative;
}

section.gradient-overlay-gray-200-30::before,
div.gradient-overlay-gray-200-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.3) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-200-30::before,
  div.gradient-overlay-gray-200-30::before {
    transition: none;
  }
}

section.gradient-overlay-gray-200-50,
div.gradient-overlay-gray-200-50 {
  position: relative;
}

section.gradient-overlay-gray-200-50::before,
div.gradient-overlay-gray-200-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.5) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-200-50::before,
  div.gradient-overlay-gray-200-50::before {
    transition: none;
  }
}

section.gradient-overlay-gray-200-70,
div.gradient-overlay-gray-200-70 {
  position: relative;
}

section.gradient-overlay-gray-200-70::before,
div.gradient-overlay-gray-200-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.7) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-200-70::before,
  div.gradient-overlay-gray-200-70::before {
    transition: none;
  }
}

section.gradient-overlay-gray-200-100,
div.gradient-overlay-gray-200-100 {
  position: relative;
}

section.gradient-overlay-gray-200-100::before,
div.gradient-overlay-gray-200-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, #e9e9e9 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-200-100::before,
  div.gradient-overlay-gray-200-100::before {
    transition: none;
  }
}

section.hover-gradient-overlay-gray-200-0,
div.hover-gradient-overlay-gray-200-0 {
  position: relative;
}

section.hover-gradient-overlay-gray-200-0::before,
div.hover-gradient-overlay-gray-200-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-200-0::before,
  div.hover-gradient-overlay-gray-200-0::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-200-0::before,
div:hover.hover-gradient-overlay-gray-200-0::before {
  background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-gray-200-30,
div.hover-gradient-overlay-gray-200-30 {
  position: relative;
}

section.hover-gradient-overlay-gray-200-30::before,
div.hover-gradient-overlay-gray-200-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-200-30::before,
  div.hover-gradient-overlay-gray-200-30::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-200-30::before,
div:hover.hover-gradient-overlay-gray-200-30::before {
  background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.3) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-gray-200-50,
div.hover-gradient-overlay-gray-200-50 {
  position: relative;
}

section.hover-gradient-overlay-gray-200-50::before,
div.hover-gradient-overlay-gray-200-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-200-50::before,
  div.hover-gradient-overlay-gray-200-50::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-200-50::before,
div:hover.hover-gradient-overlay-gray-200-50::before {
  background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.5) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-gray-200-70,
div.hover-gradient-overlay-gray-200-70 {
  position: relative;
}

section.hover-gradient-overlay-gray-200-70::before,
div.hover-gradient-overlay-gray-200-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-200-70::before,
  div.hover-gradient-overlay-gray-200-70::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-200-70::before,
div:hover.hover-gradient-overlay-gray-200-70::before {
  background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.7) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-gray-200-100,
div.hover-gradient-overlay-gray-200-100 {
  position: relative;
}

section.hover-gradient-overlay-gray-200-100::before,
div.hover-gradient-overlay-gray-200-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-200-100::before,
  div.hover-gradient-overlay-gray-200-100::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-200-100::before,
div:hover.hover-gradient-overlay-gray-200-100::before {
  background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, #e9e9e9 100%);
  opacity: 1;
}

section.overlay-gray-300-100,
div.overlay-gray-300-100 {
  position: relative;
}

section.overlay-gray-300-100::before,
div.overlay-gray-300-100::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #dee2e6;
}

section.overlay-gray-300-70,
div.overlay-gray-300-70 {
  position: relative;
}

section.overlay-gray-300-70::before,
div.overlay-gray-300-70::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(222, 226, 230, 0.7);
}

section.overlay-gray-300-50,
div.overlay-gray-300-50 {
  position: relative;
}

section.overlay-gray-300-50::before,
div.overlay-gray-300-50::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(222, 226, 230, 0.5);
}

section.overlay-gray-300-30,
div.overlay-gray-300-30 {
  position: relative;
}

section.overlay-gray-300-30::before,
div.overlay-gray-300-30::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(222, 226, 230, 0.3);
}

section.overlay-gray-300-0,
div.overlay-gray-300-0 {
  position: relative;
}

section.overlay-gray-300-0::before,
div.overlay-gray-300-0::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(222, 226, 230, 0);
  visibility: hidden;
}

section.hover-overlay-gray-300-0,
div.hover-overlay-gray-300-0 {
  position: relative;
}

section.hover-overlay-gray-300-0::before,
div.hover-overlay-gray-300-0::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(222, 226, 230, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-300-0::before,
  div.hover-overlay-gray-300-0::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-300-0::before,
div:hover.hover-overlay-gray-300-0::before {
  background-color: rgba(222, 226, 230, 0);
  visibility: visible;
}

section.hover-overlay-gray-300-30,
div.hover-overlay-gray-300-30 {
  position: relative;
}

section.hover-overlay-gray-300-30::before,
div.hover-overlay-gray-300-30::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(222, 226, 230, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-300-30::before,
  div.hover-overlay-gray-300-30::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-300-30::before,
div:hover.hover-overlay-gray-300-30::before {
  background-color: rgba(222, 226, 230, 0.3);
  visibility: visible;
}

section.hover-overlay-gray-300-50,
div.hover-overlay-gray-300-50 {
  position: relative;
}

section.hover-overlay-gray-300-50::before,
div.hover-overlay-gray-300-50::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(222, 226, 230, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-300-50::before,
  div.hover-overlay-gray-300-50::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-300-50::before,
div:hover.hover-overlay-gray-300-50::before {
  background-color: rgba(222, 226, 230, 0.5);
  visibility: visible;
}

section.hover-overlay-gray-300-70,
div.hover-overlay-gray-300-70 {
  position: relative;
}

section.hover-overlay-gray-300-70::before,
div.hover-overlay-gray-300-70::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(222, 226, 230, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-300-70::before,
  div.hover-overlay-gray-300-70::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-300-70::before,
div:hover.hover-overlay-gray-300-70::before {
  background-color: rgba(222, 226, 230, 0.7);
  visibility: visible;
}

section.hover-overlay-gray-300-100,
div.hover-overlay-gray-300-100 {
  position: relative;
}

section.hover-overlay-gray-300-100::before,
div.hover-overlay-gray-300-100::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(222, 226, 230, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-300-100::before,
  div.hover-overlay-gray-300-100::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-300-100::before,
div:hover.hover-overlay-gray-300-100::before {
  background-color: #dee2e6;
  visibility: visible;
}

section.gradient-overlay-gray-300-0,
div.gradient-overlay-gray-300-0 {
  position: relative;
}

section.gradient-overlay-gray-300-0::before,
div.gradient-overlay-gray-300-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-300-0::before,
  div.gradient-overlay-gray-300-0::before {
    transition: none;
  }
}

section.gradient-overlay-gray-300-30,
div.gradient-overlay-gray-300-30 {
  position: relative;
}

section.gradient-overlay-gray-300-30::before,
div.gradient-overlay-gray-300-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.3) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-300-30::before,
  div.gradient-overlay-gray-300-30::before {
    transition: none;
  }
}

section.gradient-overlay-gray-300-50,
div.gradient-overlay-gray-300-50 {
  position: relative;
}

section.gradient-overlay-gray-300-50::before,
div.gradient-overlay-gray-300-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.5) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-300-50::before,
  div.gradient-overlay-gray-300-50::before {
    transition: none;
  }
}

section.gradient-overlay-gray-300-70,
div.gradient-overlay-gray-300-70 {
  position: relative;
}

section.gradient-overlay-gray-300-70::before,
div.gradient-overlay-gray-300-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.7) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-300-70::before,
  div.gradient-overlay-gray-300-70::before {
    transition: none;
  }
}

section.gradient-overlay-gray-300-100,
div.gradient-overlay-gray-300-100 {
  position: relative;
}

section.gradient-overlay-gray-300-100::before,
div.gradient-overlay-gray-300-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, #dee2e6 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-300-100::before,
  div.gradient-overlay-gray-300-100::before {
    transition: none;
  }
}

section.hover-gradient-overlay-gray-300-0,
div.hover-gradient-overlay-gray-300-0 {
  position: relative;
}

section.hover-gradient-overlay-gray-300-0::before,
div.hover-gradient-overlay-gray-300-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-300-0::before,
  div.hover-gradient-overlay-gray-300-0::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-300-0::before,
div:hover.hover-gradient-overlay-gray-300-0::before {
  background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-gray-300-30,
div.hover-gradient-overlay-gray-300-30 {
  position: relative;
}

section.hover-gradient-overlay-gray-300-30::before,
div.hover-gradient-overlay-gray-300-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-300-30::before,
  div.hover-gradient-overlay-gray-300-30::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-300-30::before,
div:hover.hover-gradient-overlay-gray-300-30::before {
  background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.3) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-gray-300-50,
div.hover-gradient-overlay-gray-300-50 {
  position: relative;
}

section.hover-gradient-overlay-gray-300-50::before,
div.hover-gradient-overlay-gray-300-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-300-50::before,
  div.hover-gradient-overlay-gray-300-50::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-300-50::before,
div:hover.hover-gradient-overlay-gray-300-50::before {
  background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.5) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-gray-300-70,
div.hover-gradient-overlay-gray-300-70 {
  position: relative;
}

section.hover-gradient-overlay-gray-300-70::before,
div.hover-gradient-overlay-gray-300-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-300-70::before,
  div.hover-gradient-overlay-gray-300-70::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-300-70::before,
div:hover.hover-gradient-overlay-gray-300-70::before {
  background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.7) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-gray-300-100,
div.hover-gradient-overlay-gray-300-100 {
  position: relative;
}

section.hover-gradient-overlay-gray-300-100::before,
div.hover-gradient-overlay-gray-300-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-300-100::before,
  div.hover-gradient-overlay-gray-300-100::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-300-100::before,
div:hover.hover-gradient-overlay-gray-300-100::before {
  background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, #dee2e6 100%);
  opacity: 1;
}

section.overlay-gray-400-100,
div.overlay-gray-400-100 {
  position: relative;
}

section.overlay-gray-400-100::before,
div.overlay-gray-400-100::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: #ced4da;
}

section.overlay-gray-400-70,
div.overlay-gray-400-70 {
  position: relative;
}

section.overlay-gray-400-70::before,
div.overlay-gray-400-70::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(206, 212, 218, 0.7);
}

section.overlay-gray-400-50,
div.overlay-gray-400-50 {
  position: relative;
}

section.overlay-gray-400-50::before,
div.overlay-gray-400-50::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(206, 212, 218, 0.5);
}

section.overlay-gray-400-30,
div.overlay-gray-400-30 {
  position: relative;
}

section.overlay-gray-400-30::before,
div.overlay-gray-400-30::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(206, 212, 218, 0.3);
}

section.overlay-gray-400-0,
div.overlay-gray-400-0 {
  position: relative;
}

section.overlay-gray-400-0::before,
div.overlay-gray-400-0::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(206, 212, 218, 0);
  visibility: hidden;
}

section.hover-overlay-gray-400-0,
div.hover-overlay-gray-400-0 {
  position: relative;
}

section.hover-overlay-gray-400-0::before,
div.hover-overlay-gray-400-0::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(206, 212, 218, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-400-0::before,
  div.hover-overlay-gray-400-0::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-400-0::before,
div:hover.hover-overlay-gray-400-0::before {
  background-color: rgba(206, 212, 218, 0);
  visibility: visible;
}

section.hover-overlay-gray-400-30,
div.hover-overlay-gray-400-30 {
  position: relative;
}

section.hover-overlay-gray-400-30::before,
div.hover-overlay-gray-400-30::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(206, 212, 218, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-400-30::before,
  div.hover-overlay-gray-400-30::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-400-30::before,
div:hover.hover-overlay-gray-400-30::before {
  background-color: rgba(206, 212, 218, 0.3);
  visibility: visible;
}

section.hover-overlay-gray-400-50,
div.hover-overlay-gray-400-50 {
  position: relative;
}

section.hover-overlay-gray-400-50::before,
div.hover-overlay-gray-400-50::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(206, 212, 218, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-400-50::before,
  div.hover-overlay-gray-400-50::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-400-50::before,
div:hover.hover-overlay-gray-400-50::before {
  background-color: rgba(206, 212, 218, 0.5);
  visibility: visible;
}

section.hover-overlay-gray-400-70,
div.hover-overlay-gray-400-70 {
  position: relative;
}

section.hover-overlay-gray-400-70::before,
div.hover-overlay-gray-400-70::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(206, 212, 218, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-400-70::before,
  div.hover-overlay-gray-400-70::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-400-70::before,
div:hover.hover-overlay-gray-400-70::before {
  background-color: rgba(206, 212, 218, 0.7);
  visibility: visible;
}

section.hover-overlay-gray-400-100,
div.hover-overlay-gray-400-100 {
  position: relative;
}

section.hover-overlay-gray-400-100::before,
div.hover-overlay-gray-400-100::before {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(206, 212, 218, 0);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-overlay-gray-400-100::before,
  div.hover-overlay-gray-400-100::before {
    transition: none;
  }
}

section:hover.hover-overlay-gray-400-100::before,
div:hover.hover-overlay-gray-400-100::before {
  background-color: #ced4da;
  visibility: visible;
}

section.gradient-overlay-gray-400-0,
div.gradient-overlay-gray-400-0 {
  position: relative;
}

section.gradient-overlay-gray-400-0::before,
div.gradient-overlay-gray-400-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-400-0::before,
  div.gradient-overlay-gray-400-0::before {
    transition: none;
  }
}

section.gradient-overlay-gray-400-30,
div.gradient-overlay-gray-400-30 {
  position: relative;
}

section.gradient-overlay-gray-400-30::before,
div.gradient-overlay-gray-400-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.3) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-400-30::before,
  div.gradient-overlay-gray-400-30::before {
    transition: none;
  }
}

section.gradient-overlay-gray-400-50,
div.gradient-overlay-gray-400-50 {
  position: relative;
}

section.gradient-overlay-gray-400-50::before,
div.gradient-overlay-gray-400-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.5) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-400-50::before,
  div.gradient-overlay-gray-400-50::before {
    transition: none;
  }
}

section.gradient-overlay-gray-400-70,
div.gradient-overlay-gray-400-70 {
  position: relative;
}

section.gradient-overlay-gray-400-70::before,
div.gradient-overlay-gray-400-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.7) 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-400-70::before,
  div.gradient-overlay-gray-400-70::before {
    transition: none;
  }
}

section.gradient-overlay-gray-400-100,
div.gradient-overlay-gray-400-100 {
  position: relative;
}

section.gradient-overlay-gray-400-100::before,
div.gradient-overlay-gray-400-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, #ced4da 100%);
}

@media (prefers-reduced-motion: reduce) {
  section.gradient-overlay-gray-400-100::before,
  div.gradient-overlay-gray-400-100::before {
    transition: none;
  }
}

section.hover-gradient-overlay-gray-400-0,
div.hover-gradient-overlay-gray-400-0 {
  position: relative;
}

section.hover-gradient-overlay-gray-400-0::before,
div.hover-gradient-overlay-gray-400-0::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-400-0::before,
  div.hover-gradient-overlay-gray-400-0::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-400-0::before,
div:hover.hover-gradient-overlay-gray-400-0::before {
  background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-gray-400-30,
div.hover-gradient-overlay-gray-400-30 {
  position: relative;
}

section.hover-gradient-overlay-gray-400-30::before,
div.hover-gradient-overlay-gray-400-30::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-400-30::before,
  div.hover-gradient-overlay-gray-400-30::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-400-30::before,
div:hover.hover-gradient-overlay-gray-400-30::before {
  background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.3) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-gray-400-50,
div.hover-gradient-overlay-gray-400-50 {
  position: relative;
}

section.hover-gradient-overlay-gray-400-50::before,
div.hover-gradient-overlay-gray-400-50::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-400-50::before,
  div.hover-gradient-overlay-gray-400-50::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-400-50::before,
div:hover.hover-gradient-overlay-gray-400-50::before {
  background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.5) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-gray-400-70,
div.hover-gradient-overlay-gray-400-70 {
  position: relative;
}

section.hover-gradient-overlay-gray-400-70::before,
div.hover-gradient-overlay-gray-400-70::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-400-70::before,
  div.hover-gradient-overlay-gray-400-70::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-400-70::before,
div:hover.hover-gradient-overlay-gray-400-70::before {
  background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.7) 100%);
  opacity: 1;
  visibility: visible;
}

section.hover-gradient-overlay-gray-400-100,
div.hover-gradient-overlay-gray-400-100 {
  position: relative;
}

section.hover-gradient-overlay-gray-400-100::before,
div.hover-gradient-overlay-gray-400-100::before {
  content: '';
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
  opacity: 0;
  visibility: hidden;
}

@media (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-gray-400-100::before,
  div.hover-gradient-overlay-gray-400-100::before {
    transition: none;
  }
}

section:hover.hover-gradient-overlay-gray-400-100::before,
div:hover.hover-gradient-overlay-gray-400-100::before {
  background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, #ced4da 100%);
  opacity: 1;
}

@media (min-width: 576px) {
  section.overlay-sm-primary-100,
  div.overlay-sm-primary-100 {
    position: relative;
  }
  section.overlay-sm-primary-100::before,
  div.overlay-sm-primary-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: var(--main);
  }
  section.overlay-sm-primary-70,
  div.overlay-sm-primary-70 {
    position: relative;
  }
  section.overlay-sm-primary-70::before,
  div.overlay-sm-primary-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0.7);
  }
  section.overlay-sm-primary-50,
  div.overlay-sm-primary-50 {
    position: relative;
  }
  section.overlay-sm-primary-50::before,
  div.overlay-sm-primary-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0.5);
  }
  section.overlay-sm-primary-30,
  div.overlay-sm-primary-30 {
    position: relative;
  }
  section.overlay-sm-primary-30::before,
  div.overlay-sm-primary-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0.3);
  }
  section.overlay-sm-primary-0,
  div.overlay-sm-primary-0 {
    position: relative;
  }
  section.overlay-sm-primary-0::before,
  div.overlay-sm-primary-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
  section.hover-overlay-sm-primary-0,
  div.hover-overlay-sm-primary-0 {
    position: relative;
  }
  section.hover-overlay-sm-primary-0::before,
  div.hover-overlay-sm-primary-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-primary-0::before,
  div.hover-overlay-sm-primary-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-primary-0::before,
  div:hover.hover-overlay-sm-primary-0::before {
    background-color: rgba(172, 156, 127, 0);
    visibility: visible;
  }
  section.hover-overlay-sm-primary-30,
  div.hover-overlay-sm-primary-30 {
    position: relative;
  }
  section.hover-overlay-sm-primary-30::before,
  div.hover-overlay-sm-primary-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-primary-30::before,
  div.hover-overlay-sm-primary-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-primary-30::before,
  div:hover.hover-overlay-sm-primary-30::before {
    background-color: rgba(172, 156, 127, 0.3);
    visibility: visible;
  }
  section.hover-overlay-sm-primary-50,
  div.hover-overlay-sm-primary-50 {
    position: relative;
  }
  section.hover-overlay-sm-primary-50::before,
  div.hover-overlay-sm-primary-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-primary-50::before,
  div.hover-overlay-sm-primary-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-primary-50::before,
  div:hover.hover-overlay-sm-primary-50::before {
    background-color: rgba(172, 156, 127, 0.5);
    visibility: visible;
  }
  section.hover-overlay-sm-primary-70,
  div.hover-overlay-sm-primary-70 {
    position: relative;
  }
  section.hover-overlay-sm-primary-70::before,
  div.hover-overlay-sm-primary-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-primary-70::before,
  div.hover-overlay-sm-primary-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-primary-70::before,
  div:hover.hover-overlay-sm-primary-70::before {
    background-color: rgba(172, 156, 127, 0.7);
    visibility: visible;
  }
  section.hover-overlay-sm-primary-100,
  div.hover-overlay-sm-primary-100 {
    position: relative;
  }
  section.hover-overlay-sm-primary-100::before,
  div.hover-overlay-sm-primary-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-primary-100::before,
  div.hover-overlay-sm-primary-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-primary-100::before,
  div:hover.hover-overlay-sm-primary-100::before {
    background-color: var(--main);
    visibility: visible;
  }
  section.gradient-overlay-sm-primary-0,
  div.gradient-overlay-sm-primary-0 {
    position: relative;
  }
  section.gradient-overlay-sm-primary-0::before,
  div.gradient-overlay-sm-primary-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-primary-0::before,
  div.gradient-overlay-sm-primary-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-primary-30,
  div.gradient-overlay-sm-primary-30 {
    position: relative;
  }
  section.gradient-overlay-sm-primary-30::before,
  div.gradient-overlay-sm-primary-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.3) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-primary-30::before,
  div.gradient-overlay-sm-primary-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-primary-50,
  div.gradient-overlay-sm-primary-50 {
    position: relative;
  }
  section.gradient-overlay-sm-primary-50::before,
  div.gradient-overlay-sm-primary-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.5) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-primary-50::before,
  div.gradient-overlay-sm-primary-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-primary-70,
  div.gradient-overlay-sm-primary-70 {
    position: relative;
  }
  section.gradient-overlay-sm-primary-70::before,
  div.gradient-overlay-sm-primary-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.7) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-primary-70::before,
  div.gradient-overlay-sm-primary-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-primary-100,
  div.gradient-overlay-sm-primary-100 {
    position: relative;
  }
  section.gradient-overlay-sm-primary-100::before,
  div.gradient-overlay-sm-primary-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, var(--main) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-primary-100::before,
  div.gradient-overlay-sm-primary-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.hover-gradient-overlay-sm-primary-0,
  div.hover-gradient-overlay-sm-primary-0 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-primary-0::before,
  div.hover-gradient-overlay-sm-primary-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-primary-0::before,
  div.hover-gradient-overlay-sm-primary-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-primary-0::before,
  div:hover.hover-gradient-overlay-sm-primary-0::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-primary-30,
  div.hover-gradient-overlay-sm-primary-30 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-primary-30::before,
  div.hover-gradient-overlay-sm-primary-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-primary-30::before,
  div.hover-gradient-overlay-sm-primary-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-primary-30::before,
  div:hover.hover-gradient-overlay-sm-primary-30::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-primary-50,
  div.hover-gradient-overlay-sm-primary-50 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-primary-50::before,
  div.hover-gradient-overlay-sm-primary-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-primary-50::before,
  div.hover-gradient-overlay-sm-primary-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-primary-50::before,
  div:hover.hover-gradient-overlay-sm-primary-50::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-primary-70,
  div.hover-gradient-overlay-sm-primary-70 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-primary-70::before,
  div.hover-gradient-overlay-sm-primary-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-primary-70::before,
  div.hover-gradient-overlay-sm-primary-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-primary-70::before,
  div:hover.hover-gradient-overlay-sm-primary-70::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-primary-100,
  div.hover-gradient-overlay-sm-primary-100 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-primary-100::before,
  div.hover-gradient-overlay-sm-primary-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-primary-100::before,
  div.hover-gradient-overlay-sm-primary-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-primary-100::before,
  div:hover.hover-gradient-overlay-sm-primary-100::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, var(--main) 100%);
    opacity: 1;
  }
  section.overlay-sm-secondary-100,
  div.overlay-sm-secondary-100 {
    position: relative;
  }
  section.overlay-sm-secondary-100::before,
  div.overlay-sm-secondary-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #686868;
  }
  section.overlay-sm-secondary-70,
  div.overlay-sm-secondary-70 {
    position: relative;
  }
  section.overlay-sm-secondary-70::before,
  div.overlay-sm-secondary-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0.7);
  }
  section.overlay-sm-secondary-50,
  div.overlay-sm-secondary-50 {
    position: relative;
  }
  section.overlay-sm-secondary-50::before,
  div.overlay-sm-secondary-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0.5);
  }
  section.overlay-sm-secondary-30,
  div.overlay-sm-secondary-30 {
    position: relative;
  }
  section.overlay-sm-secondary-30::before,
  div.overlay-sm-secondary-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0.3);
  }
  section.overlay-sm-secondary-0,
  div.overlay-sm-secondary-0 {
    position: relative;
  }
  section.overlay-sm-secondary-0::before,
  div.overlay-sm-secondary-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
  section.hover-overlay-sm-secondary-0,
  div.hover-overlay-sm-secondary-0 {
    position: relative;
  }
  section.hover-overlay-sm-secondary-0::before,
  div.hover-overlay-sm-secondary-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-secondary-0::before,
  div.hover-overlay-sm-secondary-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-secondary-0::before,
  div:hover.hover-overlay-sm-secondary-0::before {
    background-color: rgba(104, 104, 104, 0);
    visibility: visible;
  }
  section.hover-overlay-sm-secondary-30,
  div.hover-overlay-sm-secondary-30 {
    position: relative;
  }
  section.hover-overlay-sm-secondary-30::before,
  div.hover-overlay-sm-secondary-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-secondary-30::before,
  div.hover-overlay-sm-secondary-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-secondary-30::before,
  div:hover.hover-overlay-sm-secondary-30::before {
    background-color: rgba(104, 104, 104, 0.3);
    visibility: visible;
  }
  section.hover-overlay-sm-secondary-50,
  div.hover-overlay-sm-secondary-50 {
    position: relative;
  }
  section.hover-overlay-sm-secondary-50::before,
  div.hover-overlay-sm-secondary-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-secondary-50::before,
  div.hover-overlay-sm-secondary-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-secondary-50::before,
  div:hover.hover-overlay-sm-secondary-50::before {
    background-color: rgba(104, 104, 104, 0.5);
    visibility: visible;
  }
  section.hover-overlay-sm-secondary-70,
  div.hover-overlay-sm-secondary-70 {
    position: relative;
  }
  section.hover-overlay-sm-secondary-70::before,
  div.hover-overlay-sm-secondary-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-secondary-70::before,
  div.hover-overlay-sm-secondary-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-secondary-70::before,
  div:hover.hover-overlay-sm-secondary-70::before {
    background-color: rgba(104, 104, 104, 0.7);
    visibility: visible;
  }
  section.hover-overlay-sm-secondary-100,
  div.hover-overlay-sm-secondary-100 {
    position: relative;
  }
  section.hover-overlay-sm-secondary-100::before,
  div.hover-overlay-sm-secondary-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-secondary-100::before,
  div.hover-overlay-sm-secondary-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-secondary-100::before,
  div:hover.hover-overlay-sm-secondary-100::before {
    background-color: #686868;
    visibility: visible;
  }
  section.gradient-overlay-sm-secondary-0,
  div.gradient-overlay-sm-secondary-0 {
    position: relative;
  }
  section.gradient-overlay-sm-secondary-0::before,
  div.gradient-overlay-sm-secondary-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-secondary-0::before,
  div.gradient-overlay-sm-secondary-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-secondary-30,
  div.gradient-overlay-sm-secondary-30 {
    position: relative;
  }
  section.gradient-overlay-sm-secondary-30::before,
  div.gradient-overlay-sm-secondary-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.3) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-secondary-30::before,
  div.gradient-overlay-sm-secondary-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-secondary-50,
  div.gradient-overlay-sm-secondary-50 {
    position: relative;
  }
  section.gradient-overlay-sm-secondary-50::before,
  div.gradient-overlay-sm-secondary-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.5) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-secondary-50::before,
  div.gradient-overlay-sm-secondary-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-secondary-70,
  div.gradient-overlay-sm-secondary-70 {
    position: relative;
  }
  section.gradient-overlay-sm-secondary-70::before,
  div.gradient-overlay-sm-secondary-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.7) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-secondary-70::before,
  div.gradient-overlay-sm-secondary-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-secondary-100,
  div.gradient-overlay-sm-secondary-100 {
    position: relative;
  }
  section.gradient-overlay-sm-secondary-100::before,
  div.gradient-overlay-sm-secondary-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, #686868 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-secondary-100::before,
  div.gradient-overlay-sm-secondary-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.hover-gradient-overlay-sm-secondary-0,
  div.hover-gradient-overlay-sm-secondary-0 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-secondary-0::before,
  div.hover-gradient-overlay-sm-secondary-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-secondary-0::before,
  div.hover-gradient-overlay-sm-secondary-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-secondary-0::before,
  div:hover.hover-gradient-overlay-sm-secondary-0::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-secondary-30,
  div.hover-gradient-overlay-sm-secondary-30 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-secondary-30::before,
  div.hover-gradient-overlay-sm-secondary-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-secondary-30::before,
  div.hover-gradient-overlay-sm-secondary-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-secondary-30::before,
  div:hover.hover-gradient-overlay-sm-secondary-30::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-secondary-50,
  div.hover-gradient-overlay-sm-secondary-50 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-secondary-50::before,
  div.hover-gradient-overlay-sm-secondary-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-secondary-50::before,
  div.hover-gradient-overlay-sm-secondary-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-secondary-50::before,
  div:hover.hover-gradient-overlay-sm-secondary-50::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-secondary-70,
  div.hover-gradient-overlay-sm-secondary-70 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-secondary-70::before,
  div.hover-gradient-overlay-sm-secondary-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-secondary-70::before,
  div.hover-gradient-overlay-sm-secondary-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-secondary-70::before,
  div:hover.hover-gradient-overlay-sm-secondary-70::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-secondary-100,
  div.hover-gradient-overlay-sm-secondary-100 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-secondary-100::before,
  div.hover-gradient-overlay-sm-secondary-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-secondary-100::before,
  div.hover-gradient-overlay-sm-secondary-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-secondary-100::before,
  div:hover.hover-gradient-overlay-sm-secondary-100::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, #686868 100%);
    opacity: 1;
  }
  section.overlay-sm-success-100,
  div.overlay-sm-success-100 {
    position: relative;
  }
  section.overlay-sm-success-100::before,
  div.overlay-sm-success-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #87de7d;
  }
  section.overlay-sm-success-70,
  div.overlay-sm-success-70 {
    position: relative;
  }
  section.overlay-sm-success-70::before,
  div.overlay-sm-success-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0.7);
  }
  section.overlay-sm-success-50,
  div.overlay-sm-success-50 {
    position: relative;
  }
  section.overlay-sm-success-50::before,
  div.overlay-sm-success-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0.5);
  }
  section.overlay-sm-success-30,
  div.overlay-sm-success-30 {
    position: relative;
  }
  section.overlay-sm-success-30::before,
  div.overlay-sm-success-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0.3);
  }
  section.overlay-sm-success-0,
  div.overlay-sm-success-0 {
    position: relative;
  }
  section.overlay-sm-success-0::before,
  div.overlay-sm-success-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
  section.hover-overlay-sm-success-0,
  div.hover-overlay-sm-success-0 {
    position: relative;
  }
  section.hover-overlay-sm-success-0::before,
  div.hover-overlay-sm-success-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-success-0::before,
  div.hover-overlay-sm-success-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-success-0::before,
  div:hover.hover-overlay-sm-success-0::before {
    background-color: rgba(135, 222, 125, 0);
    visibility: visible;
  }
  section.hover-overlay-sm-success-30,
  div.hover-overlay-sm-success-30 {
    position: relative;
  }
  section.hover-overlay-sm-success-30::before,
  div.hover-overlay-sm-success-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-success-30::before,
  div.hover-overlay-sm-success-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-success-30::before,
  div:hover.hover-overlay-sm-success-30::before {
    background-color: rgba(135, 222, 125, 0.3);
    visibility: visible;
  }
  section.hover-overlay-sm-success-50,
  div.hover-overlay-sm-success-50 {
    position: relative;
  }
  section.hover-overlay-sm-success-50::before,
  div.hover-overlay-sm-success-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-success-50::before,
  div.hover-overlay-sm-success-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-success-50::before,
  div:hover.hover-overlay-sm-success-50::before {
    background-color: rgba(135, 222, 125, 0.5);
    visibility: visible;
  }
  section.hover-overlay-sm-success-70,
  div.hover-overlay-sm-success-70 {
    position: relative;
  }
  section.hover-overlay-sm-success-70::before,
  div.hover-overlay-sm-success-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-success-70::before,
  div.hover-overlay-sm-success-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-success-70::before,
  div:hover.hover-overlay-sm-success-70::before {
    background-color: rgba(135, 222, 125, 0.7);
    visibility: visible;
  }
  section.hover-overlay-sm-success-100,
  div.hover-overlay-sm-success-100 {
    position: relative;
  }
  section.hover-overlay-sm-success-100::before,
  div.hover-overlay-sm-success-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-success-100::before,
  div.hover-overlay-sm-success-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-success-100::before,
  div:hover.hover-overlay-sm-success-100::before {
    background-color: #87de7d;
    visibility: visible;
  }
  section.gradient-overlay-sm-success-0,
  div.gradient-overlay-sm-success-0 {
    position: relative;
  }
  section.gradient-overlay-sm-success-0::before,
  div.gradient-overlay-sm-success-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-success-0::before,
  div.gradient-overlay-sm-success-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-success-30,
  div.gradient-overlay-sm-success-30 {
    position: relative;
  }
  section.gradient-overlay-sm-success-30::before,
  div.gradient-overlay-sm-success-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.3) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-success-30::before,
  div.gradient-overlay-sm-success-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-success-50,
  div.gradient-overlay-sm-success-50 {
    position: relative;
  }
  section.gradient-overlay-sm-success-50::before,
  div.gradient-overlay-sm-success-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.5) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-success-50::before,
  div.gradient-overlay-sm-success-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-success-70,
  div.gradient-overlay-sm-success-70 {
    position: relative;
  }
  section.gradient-overlay-sm-success-70::before,
  div.gradient-overlay-sm-success-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.7) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-success-70::before,
  div.gradient-overlay-sm-success-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-success-100,
  div.gradient-overlay-sm-success-100 {
    position: relative;
  }
  section.gradient-overlay-sm-success-100::before,
  div.gradient-overlay-sm-success-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, #87de7d 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-success-100::before,
  div.gradient-overlay-sm-success-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.hover-gradient-overlay-sm-success-0,
  div.hover-gradient-overlay-sm-success-0 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-success-0::before,
  div.hover-gradient-overlay-sm-success-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-success-0::before,
  div.hover-gradient-overlay-sm-success-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-success-0::before,
  div:hover.hover-gradient-overlay-sm-success-0::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-success-30,
  div.hover-gradient-overlay-sm-success-30 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-success-30::before,
  div.hover-gradient-overlay-sm-success-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-success-30::before,
  div.hover-gradient-overlay-sm-success-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-success-30::before,
  div:hover.hover-gradient-overlay-sm-success-30::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-success-50,
  div.hover-gradient-overlay-sm-success-50 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-success-50::before,
  div.hover-gradient-overlay-sm-success-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-success-50::before,
  div.hover-gradient-overlay-sm-success-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-success-50::before,
  div:hover.hover-gradient-overlay-sm-success-50::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-success-70,
  div.hover-gradient-overlay-sm-success-70 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-success-70::before,
  div.hover-gradient-overlay-sm-success-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-success-70::before,
  div.hover-gradient-overlay-sm-success-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-success-70::before,
  div:hover.hover-gradient-overlay-sm-success-70::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-success-100,
  div.hover-gradient-overlay-sm-success-100 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-success-100::before,
  div.hover-gradient-overlay-sm-success-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-success-100::before,
  div.hover-gradient-overlay-sm-success-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-success-100::before,
  div:hover.hover-gradient-overlay-sm-success-100::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, #87de7d 100%);
    opacity: 1;
  }
  section.overlay-sm-info-100,
  div.overlay-sm-info-100 {
    position: relative;
  }
  section.overlay-sm-info-100::before,
  div.overlay-sm-info-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #2bb4dd;
  }
  section.overlay-sm-info-70,
  div.overlay-sm-info-70 {
    position: relative;
  }
  section.overlay-sm-info-70::before,
  div.overlay-sm-info-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0.7);
  }
  section.overlay-sm-info-50,
  div.overlay-sm-info-50 {
    position: relative;
  }
  section.overlay-sm-info-50::before,
  div.overlay-sm-info-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0.5);
  }
  section.overlay-sm-info-30,
  div.overlay-sm-info-30 {
    position: relative;
  }
  section.overlay-sm-info-30::before,
  div.overlay-sm-info-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0.3);
  }
  section.overlay-sm-info-0,
  div.overlay-sm-info-0 {
    position: relative;
  }
  section.overlay-sm-info-0::before,
  div.overlay-sm-info-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
  section.hover-overlay-sm-info-0,
  div.hover-overlay-sm-info-0 {
    position: relative;
  }
  section.hover-overlay-sm-info-0::before,
  div.hover-overlay-sm-info-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-info-0::before,
  div.hover-overlay-sm-info-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-info-0::before,
  div:hover.hover-overlay-sm-info-0::before {
    background-color: rgba(43, 180, 221, 0);
    visibility: visible;
  }
  section.hover-overlay-sm-info-30,
  div.hover-overlay-sm-info-30 {
    position: relative;
  }
  section.hover-overlay-sm-info-30::before,
  div.hover-overlay-sm-info-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-info-30::before,
  div.hover-overlay-sm-info-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-info-30::before,
  div:hover.hover-overlay-sm-info-30::before {
    background-color: rgba(43, 180, 221, 0.3);
    visibility: visible;
  }
  section.hover-overlay-sm-info-50,
  div.hover-overlay-sm-info-50 {
    position: relative;
  }
  section.hover-overlay-sm-info-50::before,
  div.hover-overlay-sm-info-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-info-50::before,
  div.hover-overlay-sm-info-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-info-50::before,
  div:hover.hover-overlay-sm-info-50::before {
    background-color: rgba(43, 180, 221, 0.5);
    visibility: visible;
  }
  section.hover-overlay-sm-info-70,
  div.hover-overlay-sm-info-70 {
    position: relative;
  }
  section.hover-overlay-sm-info-70::before,
  div.hover-overlay-sm-info-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-info-70::before,
  div.hover-overlay-sm-info-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-info-70::before,
  div:hover.hover-overlay-sm-info-70::before {
    background-color: rgba(43, 180, 221, 0.7);
    visibility: visible;
  }
  section.hover-overlay-sm-info-100,
  div.hover-overlay-sm-info-100 {
    position: relative;
  }
  section.hover-overlay-sm-info-100::before,
  div.hover-overlay-sm-info-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-info-100::before,
  div.hover-overlay-sm-info-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-info-100::before,
  div:hover.hover-overlay-sm-info-100::before {
    background-color: #2bb4dd;
    visibility: visible;
  }
  section.gradient-overlay-sm-info-0,
  div.gradient-overlay-sm-info-0 {
    position: relative;
  }
  section.gradient-overlay-sm-info-0::before,
  div.gradient-overlay-sm-info-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-info-0::before,
  div.gradient-overlay-sm-info-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-info-30,
  div.gradient-overlay-sm-info-30 {
    position: relative;
  }
  section.gradient-overlay-sm-info-30::before,
  div.gradient-overlay-sm-info-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.3) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-info-30::before,
  div.gradient-overlay-sm-info-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-info-50,
  div.gradient-overlay-sm-info-50 {
    position: relative;
  }
  section.gradient-overlay-sm-info-50::before,
  div.gradient-overlay-sm-info-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.5) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-info-50::before,
  div.gradient-overlay-sm-info-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-info-70,
  div.gradient-overlay-sm-info-70 {
    position: relative;
  }
  section.gradient-overlay-sm-info-70::before,
  div.gradient-overlay-sm-info-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.7) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-info-70::before,
  div.gradient-overlay-sm-info-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-info-100,
  div.gradient-overlay-sm-info-100 {
    position: relative;
  }
  section.gradient-overlay-sm-info-100::before,
  div.gradient-overlay-sm-info-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, #2bb4dd 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-info-100::before,
  div.gradient-overlay-sm-info-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.hover-gradient-overlay-sm-info-0,
  div.hover-gradient-overlay-sm-info-0 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-info-0::before,
  div.hover-gradient-overlay-sm-info-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-info-0::before,
  div.hover-gradient-overlay-sm-info-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-info-0::before,
  div:hover.hover-gradient-overlay-sm-info-0::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-info-30,
  div.hover-gradient-overlay-sm-info-30 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-info-30::before,
  div.hover-gradient-overlay-sm-info-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-info-30::before,
  div.hover-gradient-overlay-sm-info-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-info-30::before,
  div:hover.hover-gradient-overlay-sm-info-30::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-info-50,
  div.hover-gradient-overlay-sm-info-50 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-info-50::before,
  div.hover-gradient-overlay-sm-info-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-info-50::before,
  div.hover-gradient-overlay-sm-info-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-info-50::before,
  div:hover.hover-gradient-overlay-sm-info-50::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-info-70,
  div.hover-gradient-overlay-sm-info-70 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-info-70::before,
  div.hover-gradient-overlay-sm-info-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-info-70::before,
  div.hover-gradient-overlay-sm-info-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-info-70::before,
  div:hover.hover-gradient-overlay-sm-info-70::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-info-100,
  div.hover-gradient-overlay-sm-info-100 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-info-100::before,
  div.hover-gradient-overlay-sm-info-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-info-100::before,
  div.hover-gradient-overlay-sm-info-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-info-100::before,
  div:hover.hover-gradient-overlay-sm-info-100::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, #2bb4dd 100%);
    opacity: 1;
  }
  section.overlay-sm-warning-100,
  div.overlay-sm-warning-100 {
    position: relative;
  }
  section.overlay-sm-warning-100::before,
  div.overlay-sm-warning-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #ddb32b;
  }
  section.overlay-sm-warning-70,
  div.overlay-sm-warning-70 {
    position: relative;
  }
  section.overlay-sm-warning-70::before,
  div.overlay-sm-warning-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0.7);
  }
  section.overlay-sm-warning-50,
  div.overlay-sm-warning-50 {
    position: relative;
  }
  section.overlay-sm-warning-50::before,
  div.overlay-sm-warning-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0.5);
  }
  section.overlay-sm-warning-30,
  div.overlay-sm-warning-30 {
    position: relative;
  }
  section.overlay-sm-warning-30::before,
  div.overlay-sm-warning-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0.3);
  }
  section.overlay-sm-warning-0,
  div.overlay-sm-warning-0 {
    position: relative;
  }
  section.overlay-sm-warning-0::before,
  div.overlay-sm-warning-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
  section.hover-overlay-sm-warning-0,
  div.hover-overlay-sm-warning-0 {
    position: relative;
  }
  section.hover-overlay-sm-warning-0::before,
  div.hover-overlay-sm-warning-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-warning-0::before,
  div.hover-overlay-sm-warning-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-warning-0::before,
  div:hover.hover-overlay-sm-warning-0::before {
    background-color: rgba(221, 179, 43, 0);
    visibility: visible;
  }
  section.hover-overlay-sm-warning-30,
  div.hover-overlay-sm-warning-30 {
    position: relative;
  }
  section.hover-overlay-sm-warning-30::before,
  div.hover-overlay-sm-warning-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-warning-30::before,
  div.hover-overlay-sm-warning-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-warning-30::before,
  div:hover.hover-overlay-sm-warning-30::before {
    background-color: rgba(221, 179, 43, 0.3);
    visibility: visible;
  }
  section.hover-overlay-sm-warning-50,
  div.hover-overlay-sm-warning-50 {
    position: relative;
  }
  section.hover-overlay-sm-warning-50::before,
  div.hover-overlay-sm-warning-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-warning-50::before,
  div.hover-overlay-sm-warning-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-warning-50::before,
  div:hover.hover-overlay-sm-warning-50::before {
    background-color: rgba(221, 179, 43, 0.5);
    visibility: visible;
  }
  section.hover-overlay-sm-warning-70,
  div.hover-overlay-sm-warning-70 {
    position: relative;
  }
  section.hover-overlay-sm-warning-70::before,
  div.hover-overlay-sm-warning-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-warning-70::before,
  div.hover-overlay-sm-warning-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-warning-70::before,
  div:hover.hover-overlay-sm-warning-70::before {
    background-color: rgba(221, 179, 43, 0.7);
    visibility: visible;
  }
  section.hover-overlay-sm-warning-100,
  div.hover-overlay-sm-warning-100 {
    position: relative;
  }
  section.hover-overlay-sm-warning-100::before,
  div.hover-overlay-sm-warning-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-warning-100::before,
  div.hover-overlay-sm-warning-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-warning-100::before,
  div:hover.hover-overlay-sm-warning-100::before {
    background-color: #ddb32b;
    visibility: visible;
  }
  section.gradient-overlay-sm-warning-0,
  div.gradient-overlay-sm-warning-0 {
    position: relative;
  }
  section.gradient-overlay-sm-warning-0::before,
  div.gradient-overlay-sm-warning-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-warning-0::before,
  div.gradient-overlay-sm-warning-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-warning-30,
  div.gradient-overlay-sm-warning-30 {
    position: relative;
  }
  section.gradient-overlay-sm-warning-30::before,
  div.gradient-overlay-sm-warning-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.3) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-warning-30::before,
  div.gradient-overlay-sm-warning-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-warning-50,
  div.gradient-overlay-sm-warning-50 {
    position: relative;
  }
  section.gradient-overlay-sm-warning-50::before,
  div.gradient-overlay-sm-warning-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.5) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-warning-50::before,
  div.gradient-overlay-sm-warning-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-warning-70,
  div.gradient-overlay-sm-warning-70 {
    position: relative;
  }
  section.gradient-overlay-sm-warning-70::before,
  div.gradient-overlay-sm-warning-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.7) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-warning-70::before,
  div.gradient-overlay-sm-warning-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-warning-100,
  div.gradient-overlay-sm-warning-100 {
    position: relative;
  }
  section.gradient-overlay-sm-warning-100::before,
  div.gradient-overlay-sm-warning-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, #ddb32b 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-warning-100::before,
  div.gradient-overlay-sm-warning-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.hover-gradient-overlay-sm-warning-0,
  div.hover-gradient-overlay-sm-warning-0 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-warning-0::before,
  div.hover-gradient-overlay-sm-warning-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-warning-0::before,
  div.hover-gradient-overlay-sm-warning-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-warning-0::before,
  div:hover.hover-gradient-overlay-sm-warning-0::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-warning-30,
  div.hover-gradient-overlay-sm-warning-30 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-warning-30::before,
  div.hover-gradient-overlay-sm-warning-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-warning-30::before,
  div.hover-gradient-overlay-sm-warning-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-warning-30::before,
  div:hover.hover-gradient-overlay-sm-warning-30::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-warning-50,
  div.hover-gradient-overlay-sm-warning-50 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-warning-50::before,
  div.hover-gradient-overlay-sm-warning-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-warning-50::before,
  div.hover-gradient-overlay-sm-warning-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-warning-50::before,
  div:hover.hover-gradient-overlay-sm-warning-50::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-warning-70,
  div.hover-gradient-overlay-sm-warning-70 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-warning-70::before,
  div.hover-gradient-overlay-sm-warning-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-warning-70::before,
  div.hover-gradient-overlay-sm-warning-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-warning-70::before,
  div:hover.hover-gradient-overlay-sm-warning-70::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-warning-100,
  div.hover-gradient-overlay-sm-warning-100 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-warning-100::before,
  div.hover-gradient-overlay-sm-warning-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-warning-100::before,
  div.hover-gradient-overlay-sm-warning-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-warning-100::before,
  div:hover.hover-gradient-overlay-sm-warning-100::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, #ddb32b 100%);
    opacity: 1;
  }
  section.overlay-sm-danger-100,
  div.overlay-sm-danger-100 {
    position: relative;
  }
  section.overlay-sm-danger-100::before,
  div.overlay-sm-danger-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #f90000;
  }
  section.overlay-sm-danger-70,
  div.overlay-sm-danger-70 {
    position: relative;
  }
  section.overlay-sm-danger-70::before,
  div.overlay-sm-danger-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0.7);
  }
  section.overlay-sm-danger-50,
  div.overlay-sm-danger-50 {
    position: relative;
  }
  section.overlay-sm-danger-50::before,
  div.overlay-sm-danger-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0.5);
  }
  section.overlay-sm-danger-30,
  div.overlay-sm-danger-30 {
    position: relative;
  }
  section.overlay-sm-danger-30::before,
  div.overlay-sm-danger-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0.3);
  }
  section.overlay-sm-danger-0,
  div.overlay-sm-danger-0 {
    position: relative;
  }
  section.overlay-sm-danger-0::before,
  div.overlay-sm-danger-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
  section.hover-overlay-sm-danger-0,
  div.hover-overlay-sm-danger-0 {
    position: relative;
  }
  section.hover-overlay-sm-danger-0::before,
  div.hover-overlay-sm-danger-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-danger-0::before,
  div.hover-overlay-sm-danger-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-danger-0::before,
  div:hover.hover-overlay-sm-danger-0::before {
    background-color: rgba(249, 0, 0, 0);
    visibility: visible;
  }
  section.hover-overlay-sm-danger-30,
  div.hover-overlay-sm-danger-30 {
    position: relative;
  }
  section.hover-overlay-sm-danger-30::before,
  div.hover-overlay-sm-danger-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-danger-30::before,
  div.hover-overlay-sm-danger-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-danger-30::before,
  div:hover.hover-overlay-sm-danger-30::before {
    background-color: rgba(249, 0, 0, 0.3);
    visibility: visible;
  }
  section.hover-overlay-sm-danger-50,
  div.hover-overlay-sm-danger-50 {
    position: relative;
  }
  section.hover-overlay-sm-danger-50::before,
  div.hover-overlay-sm-danger-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-danger-50::before,
  div.hover-overlay-sm-danger-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-danger-50::before,
  div:hover.hover-overlay-sm-danger-50::before {
    background-color: rgba(249, 0, 0, 0.5);
    visibility: visible;
  }
  section.hover-overlay-sm-danger-70,
  div.hover-overlay-sm-danger-70 {
    position: relative;
  }
  section.hover-overlay-sm-danger-70::before,
  div.hover-overlay-sm-danger-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-danger-70::before,
  div.hover-overlay-sm-danger-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-danger-70::before,
  div:hover.hover-overlay-sm-danger-70::before {
    background-color: rgba(249, 0, 0, 0.7);
    visibility: visible;
  }
  section.hover-overlay-sm-danger-100,
  div.hover-overlay-sm-danger-100 {
    position: relative;
  }
  section.hover-overlay-sm-danger-100::before,
  div.hover-overlay-sm-danger-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-danger-100::before,
  div.hover-overlay-sm-danger-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-danger-100::before,
  div:hover.hover-overlay-sm-danger-100::before {
    background-color: #f90000;
    visibility: visible;
  }
  section.gradient-overlay-sm-danger-0,
  div.gradient-overlay-sm-danger-0 {
    position: relative;
  }
  section.gradient-overlay-sm-danger-0::before,
  div.gradient-overlay-sm-danger-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-danger-0::before,
  div.gradient-overlay-sm-danger-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-danger-30,
  div.gradient-overlay-sm-danger-30 {
    position: relative;
  }
  section.gradient-overlay-sm-danger-30::before,
  div.gradient-overlay-sm-danger-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.3) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-danger-30::before,
  div.gradient-overlay-sm-danger-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-danger-50,
  div.gradient-overlay-sm-danger-50 {
    position: relative;
  }
  section.gradient-overlay-sm-danger-50::before,
  div.gradient-overlay-sm-danger-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.5) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-danger-50::before,
  div.gradient-overlay-sm-danger-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-danger-70,
  div.gradient-overlay-sm-danger-70 {
    position: relative;
  }
  section.gradient-overlay-sm-danger-70::before,
  div.gradient-overlay-sm-danger-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.7) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-danger-70::before,
  div.gradient-overlay-sm-danger-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-danger-100,
  div.gradient-overlay-sm-danger-100 {
    position: relative;
  }
  section.gradient-overlay-sm-danger-100::before,
  div.gradient-overlay-sm-danger-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, #f90000 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-danger-100::before,
  div.gradient-overlay-sm-danger-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.hover-gradient-overlay-sm-danger-0,
  div.hover-gradient-overlay-sm-danger-0 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-danger-0::before,
  div.hover-gradient-overlay-sm-danger-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-danger-0::before,
  div.hover-gradient-overlay-sm-danger-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-danger-0::before,
  div:hover.hover-gradient-overlay-sm-danger-0::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-danger-30,
  div.hover-gradient-overlay-sm-danger-30 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-danger-30::before,
  div.hover-gradient-overlay-sm-danger-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-danger-30::before,
  div.hover-gradient-overlay-sm-danger-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-danger-30::before,
  div:hover.hover-gradient-overlay-sm-danger-30::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-danger-50,
  div.hover-gradient-overlay-sm-danger-50 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-danger-50::before,
  div.hover-gradient-overlay-sm-danger-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-danger-50::before,
  div.hover-gradient-overlay-sm-danger-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-danger-50::before,
  div:hover.hover-gradient-overlay-sm-danger-50::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-danger-70,
  div.hover-gradient-overlay-sm-danger-70 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-danger-70::before,
  div.hover-gradient-overlay-sm-danger-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-danger-70::before,
  div.hover-gradient-overlay-sm-danger-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-danger-70::before,
  div:hover.hover-gradient-overlay-sm-danger-70::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-danger-100,
  div.hover-gradient-overlay-sm-danger-100 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-danger-100::before,
  div.hover-gradient-overlay-sm-danger-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-danger-100::before,
  div.hover-gradient-overlay-sm-danger-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-danger-100::before,
  div:hover.hover-gradient-overlay-sm-danger-100::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, #f90000 100%);
    opacity: 1;
  }
  section.overlay-sm-light-100,
  div.overlay-sm-light-100 {
    position: relative;
  }
  section.overlay-sm-light-100::before,
  div.overlay-sm-light-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #f7f5f6;
  }
  section.overlay-sm-light-70,
  div.overlay-sm-light-70 {
    position: relative;
  }
  section.overlay-sm-light-70::before,
  div.overlay-sm-light-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0.7);
  }
  section.overlay-sm-light-50,
  div.overlay-sm-light-50 {
    position: relative;
  }
  section.overlay-sm-light-50::before,
  div.overlay-sm-light-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0.5);
  }
  section.overlay-sm-light-30,
  div.overlay-sm-light-30 {
    position: relative;
  }
  section.overlay-sm-light-30::before,
  div.overlay-sm-light-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0.3);
  }
  section.overlay-sm-light-0,
  div.overlay-sm-light-0 {
    position: relative;
  }
  section.overlay-sm-light-0::before,
  div.overlay-sm-light-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
  section.hover-overlay-sm-light-0,
  div.hover-overlay-sm-light-0 {
    position: relative;
  }
  section.hover-overlay-sm-light-0::before,
  div.hover-overlay-sm-light-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-light-0::before,
  div.hover-overlay-sm-light-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-light-0::before,
  div:hover.hover-overlay-sm-light-0::before {
    background-color: rgba(247, 245, 246, 0);
    visibility: visible;
  }
  section.hover-overlay-sm-light-30,
  div.hover-overlay-sm-light-30 {
    position: relative;
  }
  section.hover-overlay-sm-light-30::before,
  div.hover-overlay-sm-light-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-light-30::before,
  div.hover-overlay-sm-light-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-light-30::before,
  div:hover.hover-overlay-sm-light-30::before {
    background-color: rgba(247, 245, 246, 0.3);
    visibility: visible;
  }
  section.hover-overlay-sm-light-50,
  div.hover-overlay-sm-light-50 {
    position: relative;
  }
  section.hover-overlay-sm-light-50::before,
  div.hover-overlay-sm-light-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-light-50::before,
  div.hover-overlay-sm-light-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-light-50::before,
  div:hover.hover-overlay-sm-light-50::before {
    background-color: rgba(247, 245, 246, 0.5);
    visibility: visible;
  }
  section.hover-overlay-sm-light-70,
  div.hover-overlay-sm-light-70 {
    position: relative;
  }
  section.hover-overlay-sm-light-70::before,
  div.hover-overlay-sm-light-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-light-70::before,
  div.hover-overlay-sm-light-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-light-70::before,
  div:hover.hover-overlay-sm-light-70::before {
    background-color: rgba(247, 245, 246, 0.7);
    visibility: visible;
  }
  section.hover-overlay-sm-light-100,
  div.hover-overlay-sm-light-100 {
    position: relative;
  }
  section.hover-overlay-sm-light-100::before,
  div.hover-overlay-sm-light-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-light-100::before,
  div.hover-overlay-sm-light-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-light-100::before,
  div:hover.hover-overlay-sm-light-100::before {
    background-color: #f7f5f6;
    visibility: visible;
  }
  section.gradient-overlay-sm-light-0,
  div.gradient-overlay-sm-light-0 {
    position: relative;
  }
  section.gradient-overlay-sm-light-0::before,
  div.gradient-overlay-sm-light-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-light-0::before,
  div.gradient-overlay-sm-light-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-light-30,
  div.gradient-overlay-sm-light-30 {
    position: relative;
  }
  section.gradient-overlay-sm-light-30::before,
  div.gradient-overlay-sm-light-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.3) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-light-30::before,
  div.gradient-overlay-sm-light-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-light-50,
  div.gradient-overlay-sm-light-50 {
    position: relative;
  }
  section.gradient-overlay-sm-light-50::before,
  div.gradient-overlay-sm-light-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.5) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-light-50::before,
  div.gradient-overlay-sm-light-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-light-70,
  div.gradient-overlay-sm-light-70 {
    position: relative;
  }
  section.gradient-overlay-sm-light-70::before,
  div.gradient-overlay-sm-light-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.7) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-light-70::before,
  div.gradient-overlay-sm-light-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-light-100,
  div.gradient-overlay-sm-light-100 {
    position: relative;
  }
  section.gradient-overlay-sm-light-100::before,
  div.gradient-overlay-sm-light-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, #f7f5f6 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-light-100::before,
  div.gradient-overlay-sm-light-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.hover-gradient-overlay-sm-light-0,
  div.hover-gradient-overlay-sm-light-0 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-light-0::before,
  div.hover-gradient-overlay-sm-light-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-light-0::before,
  div.hover-gradient-overlay-sm-light-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-light-0::before,
  div:hover.hover-gradient-overlay-sm-light-0::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-light-30,
  div.hover-gradient-overlay-sm-light-30 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-light-30::before,
  div.hover-gradient-overlay-sm-light-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-light-30::before,
  div.hover-gradient-overlay-sm-light-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-light-30::before,
  div:hover.hover-gradient-overlay-sm-light-30::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-light-50,
  div.hover-gradient-overlay-sm-light-50 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-light-50::before,
  div.hover-gradient-overlay-sm-light-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-light-50::before,
  div.hover-gradient-overlay-sm-light-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-light-50::before,
  div:hover.hover-gradient-overlay-sm-light-50::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-light-70,
  div.hover-gradient-overlay-sm-light-70 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-light-70::before,
  div.hover-gradient-overlay-sm-light-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-light-70::before,
  div.hover-gradient-overlay-sm-light-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-light-70::before,
  div:hover.hover-gradient-overlay-sm-light-70::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-light-100,
  div.hover-gradient-overlay-sm-light-100 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-light-100::before,
  div.hover-gradient-overlay-sm-light-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-light-100::before,
  div.hover-gradient-overlay-sm-light-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-light-100::before,
  div:hover.hover-gradient-overlay-sm-light-100::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, #f7f5f6 100%);
    opacity: 1;
  }
  section.overlay-sm-dark-100,
  div.overlay-sm-dark-100 {
    position: relative;
  }
  section.overlay-sm-dark-100::before,
  div.overlay-sm-dark-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #1e1e1e;
  }
  section.overlay-sm-dark-70,
  div.overlay-sm-dark-70 {
    position: relative;
  }
  section.overlay-sm-dark-70::before,
  div.overlay-sm-dark-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0.7);
  }
  section.overlay-sm-dark-50,
  div.overlay-sm-dark-50 {
    position: relative;
  }
  section.overlay-sm-dark-50::before,
  div.overlay-sm-dark-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0.5);
  }
  section.overlay-sm-dark-30,
  div.overlay-sm-dark-30 {
    position: relative;
  }
  section.overlay-sm-dark-30::before,
  div.overlay-sm-dark-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0.3);
  }
  section.overlay-sm-dark-0,
  div.overlay-sm-dark-0 {
    position: relative;
  }
  section.overlay-sm-dark-0::before,
  div.overlay-sm-dark-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
  section.hover-overlay-sm-dark-0,
  div.hover-overlay-sm-dark-0 {
    position: relative;
  }
  section.hover-overlay-sm-dark-0::before,
  div.hover-overlay-sm-dark-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-dark-0::before,
  div.hover-overlay-sm-dark-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-dark-0::before,
  div:hover.hover-overlay-sm-dark-0::before {
    background-color: rgba(30, 30, 30, 0);
    visibility: visible;
  }
  section.hover-overlay-sm-dark-30,
  div.hover-overlay-sm-dark-30 {
    position: relative;
  }
  section.hover-overlay-sm-dark-30::before,
  div.hover-overlay-sm-dark-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-dark-30::before,
  div.hover-overlay-sm-dark-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-dark-30::before,
  div:hover.hover-overlay-sm-dark-30::before {
    background-color: rgba(30, 30, 30, 0.3);
    visibility: visible;
  }
  section.hover-overlay-sm-dark-50,
  div.hover-overlay-sm-dark-50 {
    position: relative;
  }
  section.hover-overlay-sm-dark-50::before,
  div.hover-overlay-sm-dark-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-dark-50::before,
  div.hover-overlay-sm-dark-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-dark-50::before,
  div:hover.hover-overlay-sm-dark-50::before {
    background-color: rgba(30, 30, 30, 0.5);
    visibility: visible;
  }
  section.hover-overlay-sm-dark-70,
  div.hover-overlay-sm-dark-70 {
    position: relative;
  }
  section.hover-overlay-sm-dark-70::before,
  div.hover-overlay-sm-dark-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-dark-70::before,
  div.hover-overlay-sm-dark-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-dark-70::before,
  div:hover.hover-overlay-sm-dark-70::before {
    background-color: rgba(30, 30, 30, 0.7);
    visibility: visible;
  }
  section.hover-overlay-sm-dark-100,
  div.hover-overlay-sm-dark-100 {
    position: relative;
  }
  section.hover-overlay-sm-dark-100::before,
  div.hover-overlay-sm-dark-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-dark-100::before,
  div.hover-overlay-sm-dark-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-dark-100::before,
  div:hover.hover-overlay-sm-dark-100::before {
    background-color: #1e1e1e;
    visibility: visible;
  }
  section.gradient-overlay-sm-dark-0,
  div.gradient-overlay-sm-dark-0 {
    position: relative;
  }
  section.gradient-overlay-sm-dark-0::before,
  div.gradient-overlay-sm-dark-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-dark-0::before,
  div.gradient-overlay-sm-dark-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-dark-30,
  div.gradient-overlay-sm-dark-30 {
    position: relative;
  }
  section.gradient-overlay-sm-dark-30::before,
  div.gradient-overlay-sm-dark-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.3) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-dark-30::before,
  div.gradient-overlay-sm-dark-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-dark-50,
  div.gradient-overlay-sm-dark-50 {
    position: relative;
  }
  section.gradient-overlay-sm-dark-50::before,
  div.gradient-overlay-sm-dark-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.5) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-dark-50::before,
  div.gradient-overlay-sm-dark-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-dark-70,
  div.gradient-overlay-sm-dark-70 {
    position: relative;
  }
  section.gradient-overlay-sm-dark-70::before,
  div.gradient-overlay-sm-dark-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.7) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-dark-70::before,
  div.gradient-overlay-sm-dark-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-dark-100,
  div.gradient-overlay-sm-dark-100 {
    position: relative;
  }
  section.gradient-overlay-sm-dark-100::before,
  div.gradient-overlay-sm-dark-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-dark-100::before,
  div.gradient-overlay-sm-dark-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.hover-gradient-overlay-sm-dark-0,
  div.hover-gradient-overlay-sm-dark-0 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-dark-0::before,
  div.hover-gradient-overlay-sm-dark-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-dark-0::before,
  div.hover-gradient-overlay-sm-dark-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-dark-0::before,
  div:hover.hover-gradient-overlay-sm-dark-0::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-dark-30,
  div.hover-gradient-overlay-sm-dark-30 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-dark-30::before,
  div.hover-gradient-overlay-sm-dark-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-dark-30::before,
  div.hover-gradient-overlay-sm-dark-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-dark-30::before,
  div:hover.hover-gradient-overlay-sm-dark-30::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-dark-50,
  div.hover-gradient-overlay-sm-dark-50 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-dark-50::before,
  div.hover-gradient-overlay-sm-dark-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-dark-50::before,
  div.hover-gradient-overlay-sm-dark-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-dark-50::before,
  div:hover.hover-gradient-overlay-sm-dark-50::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-dark-70,
  div.hover-gradient-overlay-sm-dark-70 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-dark-70::before,
  div.hover-gradient-overlay-sm-dark-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-dark-70::before,
  div.hover-gradient-overlay-sm-dark-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-dark-70::before,
  div:hover.hover-gradient-overlay-sm-dark-70::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-dark-100,
  div.hover-gradient-overlay-sm-dark-100 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-dark-100::before,
  div.hover-gradient-overlay-sm-dark-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-dark-100::before,
  div.hover-gradient-overlay-sm-dark-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-dark-100::before,
  div:hover.hover-gradient-overlay-sm-dark-100::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
    opacity: 1;
  }
  section.overlay-sm-green-100,
  div.overlay-sm-green-100 {
    position: relative;
  }
  section.overlay-sm-green-100::before,
  div.overlay-sm-green-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #1f8d61;
  }
  section.overlay-sm-green-70,
  div.overlay-sm-green-70 {
    position: relative;
  }
  section.overlay-sm-green-70::before,
  div.overlay-sm-green-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0.7);
  }
  section.overlay-sm-green-50,
  div.overlay-sm-green-50 {
    position: relative;
  }
  section.overlay-sm-green-50::before,
  div.overlay-sm-green-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0.5);
  }
  section.overlay-sm-green-30,
  div.overlay-sm-green-30 {
    position: relative;
  }
  section.overlay-sm-green-30::before,
  div.overlay-sm-green-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0.3);
  }
  section.overlay-sm-green-0,
  div.overlay-sm-green-0 {
    position: relative;
  }
  section.overlay-sm-green-0::before,
  div.overlay-sm-green-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
  section.hover-overlay-sm-green-0,
  div.hover-overlay-sm-green-0 {
    position: relative;
  }
  section.hover-overlay-sm-green-0::before,
  div.hover-overlay-sm-green-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-green-0::before,
  div.hover-overlay-sm-green-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-green-0::before,
  div:hover.hover-overlay-sm-green-0::before {
    background-color: rgba(31, 141, 97, 0);
    visibility: visible;
  }
  section.hover-overlay-sm-green-30,
  div.hover-overlay-sm-green-30 {
    position: relative;
  }
  section.hover-overlay-sm-green-30::before,
  div.hover-overlay-sm-green-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-green-30::before,
  div.hover-overlay-sm-green-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-green-30::before,
  div:hover.hover-overlay-sm-green-30::before {
    background-color: rgba(31, 141, 97, 0.3);
    visibility: visible;
  }
  section.hover-overlay-sm-green-50,
  div.hover-overlay-sm-green-50 {
    position: relative;
  }
  section.hover-overlay-sm-green-50::before,
  div.hover-overlay-sm-green-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-green-50::before,
  div.hover-overlay-sm-green-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-green-50::before,
  div:hover.hover-overlay-sm-green-50::before {
    background-color: rgba(31, 141, 97, 0.5);
    visibility: visible;
  }
  section.hover-overlay-sm-green-70,
  div.hover-overlay-sm-green-70 {
    position: relative;
  }
  section.hover-overlay-sm-green-70::before,
  div.hover-overlay-sm-green-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-green-70::before,
  div.hover-overlay-sm-green-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-green-70::before,
  div:hover.hover-overlay-sm-green-70::before {
    background-color: rgba(31, 141, 97, 0.7);
    visibility: visible;
  }
  section.hover-overlay-sm-green-100,
  div.hover-overlay-sm-green-100 {
    position: relative;
  }
  section.hover-overlay-sm-green-100::before,
  div.hover-overlay-sm-green-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-green-100::before,
  div.hover-overlay-sm-green-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-green-100::before,
  div:hover.hover-overlay-sm-green-100::before {
    background-color: #1f8d61;
    visibility: visible;
  }
  section.gradient-overlay-sm-green-0,
  div.gradient-overlay-sm-green-0 {
    position: relative;
  }
  section.gradient-overlay-sm-green-0::before,
  div.gradient-overlay-sm-green-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-green-0::before,
  div.gradient-overlay-sm-green-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-green-30,
  div.gradient-overlay-sm-green-30 {
    position: relative;
  }
  section.gradient-overlay-sm-green-30::before,
  div.gradient-overlay-sm-green-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.3) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-green-30::before,
  div.gradient-overlay-sm-green-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-green-50,
  div.gradient-overlay-sm-green-50 {
    position: relative;
  }
  section.gradient-overlay-sm-green-50::before,
  div.gradient-overlay-sm-green-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.5) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-green-50::before,
  div.gradient-overlay-sm-green-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-green-70,
  div.gradient-overlay-sm-green-70 {
    position: relative;
  }
  section.gradient-overlay-sm-green-70::before,
  div.gradient-overlay-sm-green-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.7) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-green-70::before,
  div.gradient-overlay-sm-green-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-green-100,
  div.gradient-overlay-sm-green-100 {
    position: relative;
  }
  section.gradient-overlay-sm-green-100::before,
  div.gradient-overlay-sm-green-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, #1f8d61 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-green-100::before,
  div.gradient-overlay-sm-green-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.hover-gradient-overlay-sm-green-0,
  div.hover-gradient-overlay-sm-green-0 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-green-0::before,
  div.hover-gradient-overlay-sm-green-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-green-0::before,
  div.hover-gradient-overlay-sm-green-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-green-0::before,
  div:hover.hover-gradient-overlay-sm-green-0::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-green-30,
  div.hover-gradient-overlay-sm-green-30 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-green-30::before,
  div.hover-gradient-overlay-sm-green-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-green-30::before,
  div.hover-gradient-overlay-sm-green-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-green-30::before,
  div:hover.hover-gradient-overlay-sm-green-30::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-green-50,
  div.hover-gradient-overlay-sm-green-50 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-green-50::before,
  div.hover-gradient-overlay-sm-green-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-green-50::before,
  div.hover-gradient-overlay-sm-green-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-green-50::before,
  div:hover.hover-gradient-overlay-sm-green-50::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-green-70,
  div.hover-gradient-overlay-sm-green-70 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-green-70::before,
  div.hover-gradient-overlay-sm-green-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-green-70::before,
  div.hover-gradient-overlay-sm-green-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-green-70::before,
  div:hover.hover-gradient-overlay-sm-green-70::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-green-100,
  div.hover-gradient-overlay-sm-green-100 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-green-100::before,
  div.hover-gradient-overlay-sm-green-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-green-100::before,
  div.hover-gradient-overlay-sm-green-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-green-100::before,
  div:hover.hover-gradient-overlay-sm-green-100::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, #1f8d61 100%);
    opacity: 1;
  }
  section.overlay-sm-blue-100,
  div.overlay-sm-blue-100 {
    position: relative;
  }
  section.overlay-sm-blue-100::before,
  div.overlay-sm-blue-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #0e49b5;
  }
  section.overlay-sm-blue-70,
  div.overlay-sm-blue-70 {
    position: relative;
  }
  section.overlay-sm-blue-70::before,
  div.overlay-sm-blue-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0.7);
  }
  section.overlay-sm-blue-50,
  div.overlay-sm-blue-50 {
    position: relative;
  }
  section.overlay-sm-blue-50::before,
  div.overlay-sm-blue-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0.5);
  }
  section.overlay-sm-blue-30,
  div.overlay-sm-blue-30 {
    position: relative;
  }
  section.overlay-sm-blue-30::before,
  div.overlay-sm-blue-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0.3);
  }
  section.overlay-sm-blue-0,
  div.overlay-sm-blue-0 {
    position: relative;
  }
  section.overlay-sm-blue-0::before,
  div.overlay-sm-blue-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
  section.hover-overlay-sm-blue-0,
  div.hover-overlay-sm-blue-0 {
    position: relative;
  }
  section.hover-overlay-sm-blue-0::before,
  div.hover-overlay-sm-blue-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-blue-0::before,
  div.hover-overlay-sm-blue-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-blue-0::before,
  div:hover.hover-overlay-sm-blue-0::before {
    background-color: rgba(14, 73, 181, 0);
    visibility: visible;
  }
  section.hover-overlay-sm-blue-30,
  div.hover-overlay-sm-blue-30 {
    position: relative;
  }
  section.hover-overlay-sm-blue-30::before,
  div.hover-overlay-sm-blue-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-blue-30::before,
  div.hover-overlay-sm-blue-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-blue-30::before,
  div:hover.hover-overlay-sm-blue-30::before {
    background-color: rgba(14, 73, 181, 0.3);
    visibility: visible;
  }
  section.hover-overlay-sm-blue-50,
  div.hover-overlay-sm-blue-50 {
    position: relative;
  }
  section.hover-overlay-sm-blue-50::before,
  div.hover-overlay-sm-blue-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-blue-50::before,
  div.hover-overlay-sm-blue-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-blue-50::before,
  div:hover.hover-overlay-sm-blue-50::before {
    background-color: rgba(14, 73, 181, 0.5);
    visibility: visible;
  }
  section.hover-overlay-sm-blue-70,
  div.hover-overlay-sm-blue-70 {
    position: relative;
  }
  section.hover-overlay-sm-blue-70::before,
  div.hover-overlay-sm-blue-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-blue-70::before,
  div.hover-overlay-sm-blue-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-blue-70::before,
  div:hover.hover-overlay-sm-blue-70::before {
    background-color: rgba(14, 73, 181, 0.7);
    visibility: visible;
  }
  section.hover-overlay-sm-blue-100,
  div.hover-overlay-sm-blue-100 {
    position: relative;
  }
  section.hover-overlay-sm-blue-100::before,
  div.hover-overlay-sm-blue-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-blue-100::before,
  div.hover-overlay-sm-blue-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-blue-100::before,
  div:hover.hover-overlay-sm-blue-100::before {
    background-color: #0e49b5;
    visibility: visible;
  }
  section.gradient-overlay-sm-blue-0,
  div.gradient-overlay-sm-blue-0 {
    position: relative;
  }
  section.gradient-overlay-sm-blue-0::before,
  div.gradient-overlay-sm-blue-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-blue-0::before,
  div.gradient-overlay-sm-blue-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-blue-30,
  div.gradient-overlay-sm-blue-30 {
    position: relative;
  }
  section.gradient-overlay-sm-blue-30::before,
  div.gradient-overlay-sm-blue-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.3) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-blue-30::before,
  div.gradient-overlay-sm-blue-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-blue-50,
  div.gradient-overlay-sm-blue-50 {
    position: relative;
  }
  section.gradient-overlay-sm-blue-50::before,
  div.gradient-overlay-sm-blue-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.5) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-blue-50::before,
  div.gradient-overlay-sm-blue-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-blue-70,
  div.gradient-overlay-sm-blue-70 {
    position: relative;
  }
  section.gradient-overlay-sm-blue-70::before,
  div.gradient-overlay-sm-blue-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.7) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-blue-70::before,
  div.gradient-overlay-sm-blue-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-blue-100,
  div.gradient-overlay-sm-blue-100 {
    position: relative;
  }
  section.gradient-overlay-sm-blue-100::before,
  div.gradient-overlay-sm-blue-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, #0e49b5 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-blue-100::before,
  div.gradient-overlay-sm-blue-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.hover-gradient-overlay-sm-blue-0,
  div.hover-gradient-overlay-sm-blue-0 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-blue-0::before,
  div.hover-gradient-overlay-sm-blue-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-blue-0::before,
  div.hover-gradient-overlay-sm-blue-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-blue-0::before,
  div:hover.hover-gradient-overlay-sm-blue-0::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-blue-30,
  div.hover-gradient-overlay-sm-blue-30 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-blue-30::before,
  div.hover-gradient-overlay-sm-blue-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-blue-30::before,
  div.hover-gradient-overlay-sm-blue-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-blue-30::before,
  div:hover.hover-gradient-overlay-sm-blue-30::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-blue-50,
  div.hover-gradient-overlay-sm-blue-50 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-blue-50::before,
  div.hover-gradient-overlay-sm-blue-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-blue-50::before,
  div.hover-gradient-overlay-sm-blue-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-blue-50::before,
  div:hover.hover-gradient-overlay-sm-blue-50::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-blue-70,
  div.hover-gradient-overlay-sm-blue-70 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-blue-70::before,
  div.hover-gradient-overlay-sm-blue-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-blue-70::before,
  div.hover-gradient-overlay-sm-blue-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-blue-70::before,
  div:hover.hover-gradient-overlay-sm-blue-70::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-blue-100,
  div.hover-gradient-overlay-sm-blue-100 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-blue-100::before,
  div.hover-gradient-overlay-sm-blue-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-blue-100::before,
  div.hover-gradient-overlay-sm-blue-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-blue-100::before,
  div:hover.hover-gradient-overlay-sm-blue-100::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, #0e49b5 100%);
    opacity: 1;
  }
  section.overlay-sm-gray-100,
  div.overlay-sm-gray-100 {
    position: relative;
  }
  section.overlay-sm-gray-100::before,
  div.overlay-sm-gray-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #9f9f9f;
  }
  section.overlay-sm-gray-70,
  div.overlay-sm-gray-70 {
    position: relative;
  }
  section.overlay-sm-gray-70::before,
  div.overlay-sm-gray-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0.7);
  }
  section.overlay-sm-gray-50,
  div.overlay-sm-gray-50 {
    position: relative;
  }
  section.overlay-sm-gray-50::before,
  div.overlay-sm-gray-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0.5);
  }
  section.overlay-sm-gray-30,
  div.overlay-sm-gray-30 {
    position: relative;
  }
  section.overlay-sm-gray-30::before,
  div.overlay-sm-gray-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0.3);
  }
  section.overlay-sm-gray-0,
  div.overlay-sm-gray-0 {
    position: relative;
  }
  section.overlay-sm-gray-0::before,
  div.overlay-sm-gray-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
  section.hover-overlay-sm-gray-0,
  div.hover-overlay-sm-gray-0 {
    position: relative;
  }
  section.hover-overlay-sm-gray-0::before,
  div.hover-overlay-sm-gray-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-0::before,
  div.hover-overlay-sm-gray-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-0::before,
  div:hover.hover-overlay-sm-gray-0::before {
    background-color: rgba(159, 159, 159, 0);
    visibility: visible;
  }
  section.hover-overlay-sm-gray-30,
  div.hover-overlay-sm-gray-30 {
    position: relative;
  }
  section.hover-overlay-sm-gray-30::before,
  div.hover-overlay-sm-gray-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-30::before,
  div.hover-overlay-sm-gray-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-30::before,
  div:hover.hover-overlay-sm-gray-30::before {
    background-color: rgba(159, 159, 159, 0.3);
    visibility: visible;
  }
  section.hover-overlay-sm-gray-50,
  div.hover-overlay-sm-gray-50 {
    position: relative;
  }
  section.hover-overlay-sm-gray-50::before,
  div.hover-overlay-sm-gray-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-50::before,
  div.hover-overlay-sm-gray-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-50::before,
  div:hover.hover-overlay-sm-gray-50::before {
    background-color: rgba(159, 159, 159, 0.5);
    visibility: visible;
  }
  section.hover-overlay-sm-gray-70,
  div.hover-overlay-sm-gray-70 {
    position: relative;
  }
  section.hover-overlay-sm-gray-70::before,
  div.hover-overlay-sm-gray-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-70::before,
  div.hover-overlay-sm-gray-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-70::before,
  div:hover.hover-overlay-sm-gray-70::before {
    background-color: rgba(159, 159, 159, 0.7);
    visibility: visible;
  }
  section.hover-overlay-sm-gray-100,
  div.hover-overlay-sm-gray-100 {
    position: relative;
  }
  section.hover-overlay-sm-gray-100::before,
  div.hover-overlay-sm-gray-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-100::before,
  div.hover-overlay-sm-gray-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-100::before,
  div:hover.hover-overlay-sm-gray-100::before {
    background-color: #9f9f9f;
    visibility: visible;
  }
  section.gradient-overlay-sm-gray-0,
  div.gradient-overlay-sm-gray-0 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-0::before,
  div.gradient-overlay-sm-gray-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-0::before,
  div.gradient-overlay-sm-gray-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-gray-30,
  div.gradient-overlay-sm-gray-30 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-30::before,
  div.gradient-overlay-sm-gray-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.3) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-30::before,
  div.gradient-overlay-sm-gray-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-gray-50,
  div.gradient-overlay-sm-gray-50 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-50::before,
  div.gradient-overlay-sm-gray-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.5) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-50::before,
  div.gradient-overlay-sm-gray-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-gray-70,
  div.gradient-overlay-sm-gray-70 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-70::before,
  div.gradient-overlay-sm-gray-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.7) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-70::before,
  div.gradient-overlay-sm-gray-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-gray-100,
  div.gradient-overlay-sm-gray-100 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-100::before,
  div.gradient-overlay-sm-gray-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, #9f9f9f 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-100::before,
  div.gradient-overlay-sm-gray-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.hover-gradient-overlay-sm-gray-0,
  div.hover-gradient-overlay-sm-gray-0 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-0::before,
  div.hover-gradient-overlay-sm-gray-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-0::before,
  div.hover-gradient-overlay-sm-gray-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-0::before,
  div:hover.hover-gradient-overlay-sm-gray-0::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-gray-30,
  div.hover-gradient-overlay-sm-gray-30 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-30::before,
  div.hover-gradient-overlay-sm-gray-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-30::before,
  div.hover-gradient-overlay-sm-gray-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-30::before,
  div:hover.hover-gradient-overlay-sm-gray-30::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-gray-50,
  div.hover-gradient-overlay-sm-gray-50 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-50::before,
  div.hover-gradient-overlay-sm-gray-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-50::before,
  div.hover-gradient-overlay-sm-gray-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-50::before,
  div:hover.hover-gradient-overlay-sm-gray-50::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-gray-70,
  div.hover-gradient-overlay-sm-gray-70 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-70::before,
  div.hover-gradient-overlay-sm-gray-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-70::before,
  div.hover-gradient-overlay-sm-gray-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-70::before,
  div:hover.hover-gradient-overlay-sm-gray-70::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-gray-100,
  div.hover-gradient-overlay-sm-gray-100 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-100::before,
  div.hover-gradient-overlay-sm-gray-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-100::before,
  div.hover-gradient-overlay-sm-gray-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-100::before,
  div:hover.hover-gradient-overlay-sm-gray-100::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, #9f9f9f 100%);
    opacity: 1;
  }
  section.overlay-sm-gray-200-100,
  div.overlay-sm-gray-200-100 {
    position: relative;
  }
  section.overlay-sm-gray-200-100::before,
  div.overlay-sm-gray-200-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #e9e9e9;
  }
  section.overlay-sm-gray-200-70,
  div.overlay-sm-gray-200-70 {
    position: relative;
  }
  section.overlay-sm-gray-200-70::before,
  div.overlay-sm-gray-200-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0.7);
  }
  section.overlay-sm-gray-200-50,
  div.overlay-sm-gray-200-50 {
    position: relative;
  }
  section.overlay-sm-gray-200-50::before,
  div.overlay-sm-gray-200-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0.5);
  }
  section.overlay-sm-gray-200-30,
  div.overlay-sm-gray-200-30 {
    position: relative;
  }
  section.overlay-sm-gray-200-30::before,
  div.overlay-sm-gray-200-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0.3);
  }
  section.overlay-sm-gray-200-0,
  div.overlay-sm-gray-200-0 {
    position: relative;
  }
  section.overlay-sm-gray-200-0::before,
  div.overlay-sm-gray-200-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
  section.hover-overlay-sm-gray-200-0,
  div.hover-overlay-sm-gray-200-0 {
    position: relative;
  }
  section.hover-overlay-sm-gray-200-0::before,
  div.hover-overlay-sm-gray-200-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-200-0::before,
  div.hover-overlay-sm-gray-200-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-200-0::before,
  div:hover.hover-overlay-sm-gray-200-0::before {
    background-color: rgba(233, 233, 233, 0);
    visibility: visible;
  }
  section.hover-overlay-sm-gray-200-30,
  div.hover-overlay-sm-gray-200-30 {
    position: relative;
  }
  section.hover-overlay-sm-gray-200-30::before,
  div.hover-overlay-sm-gray-200-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-200-30::before,
  div.hover-overlay-sm-gray-200-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-200-30::before,
  div:hover.hover-overlay-sm-gray-200-30::before {
    background-color: rgba(233, 233, 233, 0.3);
    visibility: visible;
  }
  section.hover-overlay-sm-gray-200-50,
  div.hover-overlay-sm-gray-200-50 {
    position: relative;
  }
  section.hover-overlay-sm-gray-200-50::before,
  div.hover-overlay-sm-gray-200-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-200-50::before,
  div.hover-overlay-sm-gray-200-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-200-50::before,
  div:hover.hover-overlay-sm-gray-200-50::before {
    background-color: rgba(233, 233, 233, 0.5);
    visibility: visible;
  }
  section.hover-overlay-sm-gray-200-70,
  div.hover-overlay-sm-gray-200-70 {
    position: relative;
  }
  section.hover-overlay-sm-gray-200-70::before,
  div.hover-overlay-sm-gray-200-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-200-70::before,
  div.hover-overlay-sm-gray-200-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-200-70::before,
  div:hover.hover-overlay-sm-gray-200-70::before {
    background-color: rgba(233, 233, 233, 0.7);
    visibility: visible;
  }
  section.hover-overlay-sm-gray-200-100,
  div.hover-overlay-sm-gray-200-100 {
    position: relative;
  }
  section.hover-overlay-sm-gray-200-100::before,
  div.hover-overlay-sm-gray-200-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-200-100::before,
  div.hover-overlay-sm-gray-200-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-200-100::before,
  div:hover.hover-overlay-sm-gray-200-100::before {
    background-color: #e9e9e9;
    visibility: visible;
  }
  section.gradient-overlay-sm-gray-200-0,
  div.gradient-overlay-sm-gray-200-0 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-200-0::before,
  div.gradient-overlay-sm-gray-200-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-200-0::before,
  div.gradient-overlay-sm-gray-200-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-gray-200-30,
  div.gradient-overlay-sm-gray-200-30 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-200-30::before,
  div.gradient-overlay-sm-gray-200-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.3) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-200-30::before,
  div.gradient-overlay-sm-gray-200-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-gray-200-50,
  div.gradient-overlay-sm-gray-200-50 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-200-50::before,
  div.gradient-overlay-sm-gray-200-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.5) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-200-50::before,
  div.gradient-overlay-sm-gray-200-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-gray-200-70,
  div.gradient-overlay-sm-gray-200-70 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-200-70::before,
  div.gradient-overlay-sm-gray-200-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.7) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-200-70::before,
  div.gradient-overlay-sm-gray-200-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-gray-200-100,
  div.gradient-overlay-sm-gray-200-100 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-200-100::before,
  div.gradient-overlay-sm-gray-200-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, #e9e9e9 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-200-100::before,
  div.gradient-overlay-sm-gray-200-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.hover-gradient-overlay-sm-gray-200-0,
  div.hover-gradient-overlay-sm-gray-200-0 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-200-0::before,
  div.hover-gradient-overlay-sm-gray-200-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-200-0::before,
  div.hover-gradient-overlay-sm-gray-200-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-200-0::before,
  div:hover.hover-gradient-overlay-sm-gray-200-0::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-gray-200-30,
  div.hover-gradient-overlay-sm-gray-200-30 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-200-30::before,
  div.hover-gradient-overlay-sm-gray-200-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-200-30::before,
  div.hover-gradient-overlay-sm-gray-200-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-200-30::before,
  div:hover.hover-gradient-overlay-sm-gray-200-30::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-gray-200-50,
  div.hover-gradient-overlay-sm-gray-200-50 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-200-50::before,
  div.hover-gradient-overlay-sm-gray-200-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-200-50::before,
  div.hover-gradient-overlay-sm-gray-200-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-200-50::before,
  div:hover.hover-gradient-overlay-sm-gray-200-50::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-gray-200-70,
  div.hover-gradient-overlay-sm-gray-200-70 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-200-70::before,
  div.hover-gradient-overlay-sm-gray-200-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-200-70::before,
  div.hover-gradient-overlay-sm-gray-200-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-200-70::before,
  div:hover.hover-gradient-overlay-sm-gray-200-70::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-gray-200-100,
  div.hover-gradient-overlay-sm-gray-200-100 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-200-100::before,
  div.hover-gradient-overlay-sm-gray-200-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-200-100::before,
  div.hover-gradient-overlay-sm-gray-200-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-200-100::before,
  div:hover.hover-gradient-overlay-sm-gray-200-100::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, #e9e9e9 100%);
    opacity: 1;
  }
  section.overlay-sm-gray-300-100,
  div.overlay-sm-gray-300-100 {
    position: relative;
  }
  section.overlay-sm-gray-300-100::before,
  div.overlay-sm-gray-300-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #dee2e6;
  }
  section.overlay-sm-gray-300-70,
  div.overlay-sm-gray-300-70 {
    position: relative;
  }
  section.overlay-sm-gray-300-70::before,
  div.overlay-sm-gray-300-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0.7);
  }
  section.overlay-sm-gray-300-50,
  div.overlay-sm-gray-300-50 {
    position: relative;
  }
  section.overlay-sm-gray-300-50::before,
  div.overlay-sm-gray-300-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0.5);
  }
  section.overlay-sm-gray-300-30,
  div.overlay-sm-gray-300-30 {
    position: relative;
  }
  section.overlay-sm-gray-300-30::before,
  div.overlay-sm-gray-300-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0.3);
  }
  section.overlay-sm-gray-300-0,
  div.overlay-sm-gray-300-0 {
    position: relative;
  }
  section.overlay-sm-gray-300-0::before,
  div.overlay-sm-gray-300-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
  section.hover-overlay-sm-gray-300-0,
  div.hover-overlay-sm-gray-300-0 {
    position: relative;
  }
  section.hover-overlay-sm-gray-300-0::before,
  div.hover-overlay-sm-gray-300-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-300-0::before,
  div.hover-overlay-sm-gray-300-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-300-0::before,
  div:hover.hover-overlay-sm-gray-300-0::before {
    background-color: rgba(222, 226, 230, 0);
    visibility: visible;
  }
  section.hover-overlay-sm-gray-300-30,
  div.hover-overlay-sm-gray-300-30 {
    position: relative;
  }
  section.hover-overlay-sm-gray-300-30::before,
  div.hover-overlay-sm-gray-300-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-300-30::before,
  div.hover-overlay-sm-gray-300-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-300-30::before,
  div:hover.hover-overlay-sm-gray-300-30::before {
    background-color: rgba(222, 226, 230, 0.3);
    visibility: visible;
  }
  section.hover-overlay-sm-gray-300-50,
  div.hover-overlay-sm-gray-300-50 {
    position: relative;
  }
  section.hover-overlay-sm-gray-300-50::before,
  div.hover-overlay-sm-gray-300-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-300-50::before,
  div.hover-overlay-sm-gray-300-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-300-50::before,
  div:hover.hover-overlay-sm-gray-300-50::before {
    background-color: rgba(222, 226, 230, 0.5);
    visibility: visible;
  }
  section.hover-overlay-sm-gray-300-70,
  div.hover-overlay-sm-gray-300-70 {
    position: relative;
  }
  section.hover-overlay-sm-gray-300-70::before,
  div.hover-overlay-sm-gray-300-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-300-70::before,
  div.hover-overlay-sm-gray-300-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-300-70::before,
  div:hover.hover-overlay-sm-gray-300-70::before {
    background-color: rgba(222, 226, 230, 0.7);
    visibility: visible;
  }
  section.hover-overlay-sm-gray-300-100,
  div.hover-overlay-sm-gray-300-100 {
    position: relative;
  }
  section.hover-overlay-sm-gray-300-100::before,
  div.hover-overlay-sm-gray-300-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-300-100::before,
  div.hover-overlay-sm-gray-300-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-300-100::before,
  div:hover.hover-overlay-sm-gray-300-100::before {
    background-color: #dee2e6;
    visibility: visible;
  }
  section.gradient-overlay-sm-gray-300-0,
  div.gradient-overlay-sm-gray-300-0 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-300-0::before,
  div.gradient-overlay-sm-gray-300-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-300-0::before,
  div.gradient-overlay-sm-gray-300-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-gray-300-30,
  div.gradient-overlay-sm-gray-300-30 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-300-30::before,
  div.gradient-overlay-sm-gray-300-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.3) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-300-30::before,
  div.gradient-overlay-sm-gray-300-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-gray-300-50,
  div.gradient-overlay-sm-gray-300-50 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-300-50::before,
  div.gradient-overlay-sm-gray-300-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.5) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-300-50::before,
  div.gradient-overlay-sm-gray-300-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-gray-300-70,
  div.gradient-overlay-sm-gray-300-70 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-300-70::before,
  div.gradient-overlay-sm-gray-300-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.7) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-300-70::before,
  div.gradient-overlay-sm-gray-300-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-gray-300-100,
  div.gradient-overlay-sm-gray-300-100 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-300-100::before,
  div.gradient-overlay-sm-gray-300-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, #dee2e6 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-300-100::before,
  div.gradient-overlay-sm-gray-300-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.hover-gradient-overlay-sm-gray-300-0,
  div.hover-gradient-overlay-sm-gray-300-0 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-300-0::before,
  div.hover-gradient-overlay-sm-gray-300-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-300-0::before,
  div.hover-gradient-overlay-sm-gray-300-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-300-0::before,
  div:hover.hover-gradient-overlay-sm-gray-300-0::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-gray-300-30,
  div.hover-gradient-overlay-sm-gray-300-30 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-300-30::before,
  div.hover-gradient-overlay-sm-gray-300-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-300-30::before,
  div.hover-gradient-overlay-sm-gray-300-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-300-30::before,
  div:hover.hover-gradient-overlay-sm-gray-300-30::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-gray-300-50,
  div.hover-gradient-overlay-sm-gray-300-50 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-300-50::before,
  div.hover-gradient-overlay-sm-gray-300-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-300-50::before,
  div.hover-gradient-overlay-sm-gray-300-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-300-50::before,
  div:hover.hover-gradient-overlay-sm-gray-300-50::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-gray-300-70,
  div.hover-gradient-overlay-sm-gray-300-70 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-300-70::before,
  div.hover-gradient-overlay-sm-gray-300-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-300-70::before,
  div.hover-gradient-overlay-sm-gray-300-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-300-70::before,
  div:hover.hover-gradient-overlay-sm-gray-300-70::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-gray-300-100,
  div.hover-gradient-overlay-sm-gray-300-100 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-300-100::before,
  div.hover-gradient-overlay-sm-gray-300-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-300-100::before,
  div.hover-gradient-overlay-sm-gray-300-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-300-100::before,
  div:hover.hover-gradient-overlay-sm-gray-300-100::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, #dee2e6 100%);
    opacity: 1;
  }
  section.overlay-sm-gray-400-100,
  div.overlay-sm-gray-400-100 {
    position: relative;
  }
  section.overlay-sm-gray-400-100::before,
  div.overlay-sm-gray-400-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #ced4da;
  }
  section.overlay-sm-gray-400-70,
  div.overlay-sm-gray-400-70 {
    position: relative;
  }
  section.overlay-sm-gray-400-70::before,
  div.overlay-sm-gray-400-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0.7);
  }
  section.overlay-sm-gray-400-50,
  div.overlay-sm-gray-400-50 {
    position: relative;
  }
  section.overlay-sm-gray-400-50::before,
  div.overlay-sm-gray-400-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0.5);
  }
  section.overlay-sm-gray-400-30,
  div.overlay-sm-gray-400-30 {
    position: relative;
  }
  section.overlay-sm-gray-400-30::before,
  div.overlay-sm-gray-400-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0.3);
  }
  section.overlay-sm-gray-400-0,
  div.overlay-sm-gray-400-0 {
    position: relative;
  }
  section.overlay-sm-gray-400-0::before,
  div.overlay-sm-gray-400-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
  section.hover-overlay-sm-gray-400-0,
  div.hover-overlay-sm-gray-400-0 {
    position: relative;
  }
  section.hover-overlay-sm-gray-400-0::before,
  div.hover-overlay-sm-gray-400-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-400-0::before,
  div.hover-overlay-sm-gray-400-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-400-0::before,
  div:hover.hover-overlay-sm-gray-400-0::before {
    background-color: rgba(206, 212, 218, 0);
    visibility: visible;
  }
  section.hover-overlay-sm-gray-400-30,
  div.hover-overlay-sm-gray-400-30 {
    position: relative;
  }
  section.hover-overlay-sm-gray-400-30::before,
  div.hover-overlay-sm-gray-400-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-400-30::before,
  div.hover-overlay-sm-gray-400-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-400-30::before,
  div:hover.hover-overlay-sm-gray-400-30::before {
    background-color: rgba(206, 212, 218, 0.3);
    visibility: visible;
  }
  section.hover-overlay-sm-gray-400-50,
  div.hover-overlay-sm-gray-400-50 {
    position: relative;
  }
  section.hover-overlay-sm-gray-400-50::before,
  div.hover-overlay-sm-gray-400-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-400-50::before,
  div.hover-overlay-sm-gray-400-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-400-50::before,
  div:hover.hover-overlay-sm-gray-400-50::before {
    background-color: rgba(206, 212, 218, 0.5);
    visibility: visible;
  }
  section.hover-overlay-sm-gray-400-70,
  div.hover-overlay-sm-gray-400-70 {
    position: relative;
  }
  section.hover-overlay-sm-gray-400-70::before,
  div.hover-overlay-sm-gray-400-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-400-70::before,
  div.hover-overlay-sm-gray-400-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-400-70::before,
  div:hover.hover-overlay-sm-gray-400-70::before {
    background-color: rgba(206, 212, 218, 0.7);
    visibility: visible;
  }
  section.hover-overlay-sm-gray-400-100,
  div.hover-overlay-sm-gray-400-100 {
    position: relative;
  }
  section.hover-overlay-sm-gray-400-100::before,
  div.hover-overlay-sm-gray-400-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-sm-gray-400-100::before,
  div.hover-overlay-sm-gray-400-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-overlay-sm-gray-400-100::before,
  div:hover.hover-overlay-sm-gray-400-100::before {
    background-color: #ced4da;
    visibility: visible;
  }
  section.gradient-overlay-sm-gray-400-0,
  div.gradient-overlay-sm-gray-400-0 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-400-0::before,
  div.gradient-overlay-sm-gray-400-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-400-0::before,
  div.gradient-overlay-sm-gray-400-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-gray-400-30,
  div.gradient-overlay-sm-gray-400-30 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-400-30::before,
  div.gradient-overlay-sm-gray-400-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.3) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-400-30::before,
  div.gradient-overlay-sm-gray-400-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-gray-400-50,
  div.gradient-overlay-sm-gray-400-50 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-400-50::before,
  div.gradient-overlay-sm-gray-400-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.5) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-400-50::before,
  div.gradient-overlay-sm-gray-400-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-gray-400-70,
  div.gradient-overlay-sm-gray-400-70 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-400-70::before,
  div.gradient-overlay-sm-gray-400-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.7) 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-400-70::before,
  div.gradient-overlay-sm-gray-400-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.gradient-overlay-sm-gray-400-100,
  div.gradient-overlay-sm-gray-400-100 {
    position: relative;
  }
  section.gradient-overlay-sm-gray-400-100::before,
  div.gradient-overlay-sm-gray-400-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, #ced4da 100%);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-sm-gray-400-100::before,
  div.gradient-overlay-sm-gray-400-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section.hover-gradient-overlay-sm-gray-400-0,
  div.hover-gradient-overlay-sm-gray-400-0 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-400-0::before,
  div.hover-gradient-overlay-sm-gray-400-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-400-0::before,
  div.hover-gradient-overlay-sm-gray-400-0::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-400-0::before,
  div:hover.hover-gradient-overlay-sm-gray-400-0::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-gray-400-30,
  div.hover-gradient-overlay-sm-gray-400-30 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-400-30::before,
  div.hover-gradient-overlay-sm-gray-400-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-400-30::before,
  div.hover-gradient-overlay-sm-gray-400-30::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-400-30::before,
  div:hover.hover-gradient-overlay-sm-gray-400-30::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-gray-400-50,
  div.hover-gradient-overlay-sm-gray-400-50 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-400-50::before,
  div.hover-gradient-overlay-sm-gray-400-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-400-50::before,
  div.hover-gradient-overlay-sm-gray-400-50::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-400-50::before,
  div:hover.hover-gradient-overlay-sm-gray-400-50::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-gray-400-70,
  div.hover-gradient-overlay-sm-gray-400-70 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-400-70::before,
  div.hover-gradient-overlay-sm-gray-400-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-400-70::before,
  div.hover-gradient-overlay-sm-gray-400-70::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-400-70::before,
  div:hover.hover-gradient-overlay-sm-gray-400-70::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-sm-gray-400-100,
  div.hover-gradient-overlay-sm-gray-400-100 {
    position: relative;
  }
  section.hover-gradient-overlay-sm-gray-400-100::before,
  div.hover-gradient-overlay-sm-gray-400-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-sm-gray-400-100::before,
  div.hover-gradient-overlay-sm-gray-400-100::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  section:hover.hover-gradient-overlay-sm-gray-400-100::before,
  div:hover.hover-gradient-overlay-sm-gray-400-100::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, #ced4da 100%);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  section.overlay-md-primary-100,
  div.overlay-md-primary-100 {
    position: relative;
  }
  section.overlay-md-primary-100::before,
  div.overlay-md-primary-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: var(--main);
  }
  section.overlay-md-primary-70,
  div.overlay-md-primary-70 {
    position: relative;
  }
  section.overlay-md-primary-70::before,
  div.overlay-md-primary-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0.7);
  }
  section.overlay-md-primary-50,
  div.overlay-md-primary-50 {
    position: relative;
  }
  section.overlay-md-primary-50::before,
  div.overlay-md-primary-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0.5);
  }
  section.overlay-md-primary-30,
  div.overlay-md-primary-30 {
    position: relative;
  }
  section.overlay-md-primary-30::before,
  div.overlay-md-primary-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0.3);
  }
  section.overlay-md-primary-0,
  div.overlay-md-primary-0 {
    position: relative;
  }
  section.overlay-md-primary-0::before,
  div.overlay-md-primary-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
  section.hover-overlay-md-primary-0,
  div.hover-overlay-md-primary-0 {
    position: relative;
  }
  section.hover-overlay-md-primary-0::before,
  div.hover-overlay-md-primary-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-primary-0::before,
  div.hover-overlay-md-primary-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-primary-0::before,
  div:hover.hover-overlay-md-primary-0::before {
    background-color: rgba(172, 156, 127, 0);
    visibility: visible;
  }
  section.hover-overlay-md-primary-30,
  div.hover-overlay-md-primary-30 {
    position: relative;
  }
  section.hover-overlay-md-primary-30::before,
  div.hover-overlay-md-primary-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-primary-30::before,
  div.hover-overlay-md-primary-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-primary-30::before,
  div:hover.hover-overlay-md-primary-30::before {
    background-color: rgba(172, 156, 127, 0.3);
    visibility: visible;
  }
  section.hover-overlay-md-primary-50,
  div.hover-overlay-md-primary-50 {
    position: relative;
  }
  section.hover-overlay-md-primary-50::before,
  div.hover-overlay-md-primary-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-primary-50::before,
  div.hover-overlay-md-primary-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-primary-50::before,
  div:hover.hover-overlay-md-primary-50::before {
    background-color: rgba(172, 156, 127, 0.5);
    visibility: visible;
  }
  section.hover-overlay-md-primary-70,
  div.hover-overlay-md-primary-70 {
    position: relative;
  }
  section.hover-overlay-md-primary-70::before,
  div.hover-overlay-md-primary-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-primary-70::before,
  div.hover-overlay-md-primary-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-primary-70::before,
  div:hover.hover-overlay-md-primary-70::before {
    background-color: rgba(172, 156, 127, 0.7);
    visibility: visible;
  }
  section.hover-overlay-md-primary-100,
  div.hover-overlay-md-primary-100 {
    position: relative;
  }
  section.hover-overlay-md-primary-100::before,
  div.hover-overlay-md-primary-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-primary-100::before,
  div.hover-overlay-md-primary-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-primary-100::before,
  div:hover.hover-overlay-md-primary-100::before {
    background-color: var(--main);
    visibility: visible;
  }
  section.gradient-overlay-md-primary-0,
  div.gradient-overlay-md-primary-0 {
    position: relative;
  }
  section.gradient-overlay-md-primary-0::before,
  div.gradient-overlay-md-primary-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-primary-0::before,
  div.gradient-overlay-md-primary-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-primary-30,
  div.gradient-overlay-md-primary-30 {
    position: relative;
  }
  section.gradient-overlay-md-primary-30::before,
  div.gradient-overlay-md-primary-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.3) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-primary-30::before,
  div.gradient-overlay-md-primary-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-primary-50,
  div.gradient-overlay-md-primary-50 {
    position: relative;
  }
  section.gradient-overlay-md-primary-50::before,
  div.gradient-overlay-md-primary-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.5) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-primary-50::before,
  div.gradient-overlay-md-primary-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-primary-70,
  div.gradient-overlay-md-primary-70 {
    position: relative;
  }
  section.gradient-overlay-md-primary-70::before,
  div.gradient-overlay-md-primary-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.7) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-primary-70::before,
  div.gradient-overlay-md-primary-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-primary-100,
  div.gradient-overlay-md-primary-100 {
    position: relative;
  }
  section.gradient-overlay-md-primary-100::before,
  div.gradient-overlay-md-primary-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, var(--main) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-primary-100::before,
  div.gradient-overlay-md-primary-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.hover-gradient-overlay-md-primary-0,
  div.hover-gradient-overlay-md-primary-0 {
    position: relative;
  }
  section.hover-gradient-overlay-md-primary-0::before,
  div.hover-gradient-overlay-md-primary-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-primary-0::before,
  div.hover-gradient-overlay-md-primary-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-primary-0::before,
  div:hover.hover-gradient-overlay-md-primary-0::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-primary-30,
  div.hover-gradient-overlay-md-primary-30 {
    position: relative;
  }
  section.hover-gradient-overlay-md-primary-30::before,
  div.hover-gradient-overlay-md-primary-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-primary-30::before,
  div.hover-gradient-overlay-md-primary-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-primary-30::before,
  div:hover.hover-gradient-overlay-md-primary-30::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-primary-50,
  div.hover-gradient-overlay-md-primary-50 {
    position: relative;
  }
  section.hover-gradient-overlay-md-primary-50::before,
  div.hover-gradient-overlay-md-primary-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-primary-50::before,
  div.hover-gradient-overlay-md-primary-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-primary-50::before,
  div:hover.hover-gradient-overlay-md-primary-50::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-primary-70,
  div.hover-gradient-overlay-md-primary-70 {
    position: relative;
  }
  section.hover-gradient-overlay-md-primary-70::before,
  div.hover-gradient-overlay-md-primary-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-primary-70::before,
  div.hover-gradient-overlay-md-primary-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-primary-70::before,
  div:hover.hover-gradient-overlay-md-primary-70::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-primary-100,
  div.hover-gradient-overlay-md-primary-100 {
    position: relative;
  }
  section.hover-gradient-overlay-md-primary-100::before,
  div.hover-gradient-overlay-md-primary-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-primary-100::before,
  div.hover-gradient-overlay-md-primary-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-primary-100::before,
  div:hover.hover-gradient-overlay-md-primary-100::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, var(--main) 100%);
    opacity: 1;
  }
  section.overlay-md-secondary-100,
  div.overlay-md-secondary-100 {
    position: relative;
  }
  section.overlay-md-secondary-100::before,
  div.overlay-md-secondary-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #686868;
  }
  section.overlay-md-secondary-70,
  div.overlay-md-secondary-70 {
    position: relative;
  }
  section.overlay-md-secondary-70::before,
  div.overlay-md-secondary-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0.7);
  }
  section.overlay-md-secondary-50,
  div.overlay-md-secondary-50 {
    position: relative;
  }
  section.overlay-md-secondary-50::before,
  div.overlay-md-secondary-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0.5);
  }
  section.overlay-md-secondary-30,
  div.overlay-md-secondary-30 {
    position: relative;
  }
  section.overlay-md-secondary-30::before,
  div.overlay-md-secondary-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0.3);
  }
  section.overlay-md-secondary-0,
  div.overlay-md-secondary-0 {
    position: relative;
  }
  section.overlay-md-secondary-0::before,
  div.overlay-md-secondary-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
  section.hover-overlay-md-secondary-0,
  div.hover-overlay-md-secondary-0 {
    position: relative;
  }
  section.hover-overlay-md-secondary-0::before,
  div.hover-overlay-md-secondary-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-secondary-0::before,
  div.hover-overlay-md-secondary-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-secondary-0::before,
  div:hover.hover-overlay-md-secondary-0::before {
    background-color: rgba(104, 104, 104, 0);
    visibility: visible;
  }
  section.hover-overlay-md-secondary-30,
  div.hover-overlay-md-secondary-30 {
    position: relative;
  }
  section.hover-overlay-md-secondary-30::before,
  div.hover-overlay-md-secondary-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-secondary-30::before,
  div.hover-overlay-md-secondary-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-secondary-30::before,
  div:hover.hover-overlay-md-secondary-30::before {
    background-color: rgba(104, 104, 104, 0.3);
    visibility: visible;
  }
  section.hover-overlay-md-secondary-50,
  div.hover-overlay-md-secondary-50 {
    position: relative;
  }
  section.hover-overlay-md-secondary-50::before,
  div.hover-overlay-md-secondary-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-secondary-50::before,
  div.hover-overlay-md-secondary-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-secondary-50::before,
  div:hover.hover-overlay-md-secondary-50::before {
    background-color: rgba(104, 104, 104, 0.5);
    visibility: visible;
  }
  section.hover-overlay-md-secondary-70,
  div.hover-overlay-md-secondary-70 {
    position: relative;
  }
  section.hover-overlay-md-secondary-70::before,
  div.hover-overlay-md-secondary-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-secondary-70::before,
  div.hover-overlay-md-secondary-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-secondary-70::before,
  div:hover.hover-overlay-md-secondary-70::before {
    background-color: rgba(104, 104, 104, 0.7);
    visibility: visible;
  }
  section.hover-overlay-md-secondary-100,
  div.hover-overlay-md-secondary-100 {
    position: relative;
  }
  section.hover-overlay-md-secondary-100::before,
  div.hover-overlay-md-secondary-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-secondary-100::before,
  div.hover-overlay-md-secondary-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-secondary-100::before,
  div:hover.hover-overlay-md-secondary-100::before {
    background-color: #686868;
    visibility: visible;
  }
  section.gradient-overlay-md-secondary-0,
  div.gradient-overlay-md-secondary-0 {
    position: relative;
  }
  section.gradient-overlay-md-secondary-0::before,
  div.gradient-overlay-md-secondary-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-secondary-0::before,
  div.gradient-overlay-md-secondary-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-secondary-30,
  div.gradient-overlay-md-secondary-30 {
    position: relative;
  }
  section.gradient-overlay-md-secondary-30::before,
  div.gradient-overlay-md-secondary-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.3) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-secondary-30::before,
  div.gradient-overlay-md-secondary-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-secondary-50,
  div.gradient-overlay-md-secondary-50 {
    position: relative;
  }
  section.gradient-overlay-md-secondary-50::before,
  div.gradient-overlay-md-secondary-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.5) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-secondary-50::before,
  div.gradient-overlay-md-secondary-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-secondary-70,
  div.gradient-overlay-md-secondary-70 {
    position: relative;
  }
  section.gradient-overlay-md-secondary-70::before,
  div.gradient-overlay-md-secondary-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.7) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-secondary-70::before,
  div.gradient-overlay-md-secondary-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-secondary-100,
  div.gradient-overlay-md-secondary-100 {
    position: relative;
  }
  section.gradient-overlay-md-secondary-100::before,
  div.gradient-overlay-md-secondary-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, #686868 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-secondary-100::before,
  div.gradient-overlay-md-secondary-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.hover-gradient-overlay-md-secondary-0,
  div.hover-gradient-overlay-md-secondary-0 {
    position: relative;
  }
  section.hover-gradient-overlay-md-secondary-0::before,
  div.hover-gradient-overlay-md-secondary-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-secondary-0::before,
  div.hover-gradient-overlay-md-secondary-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-secondary-0::before,
  div:hover.hover-gradient-overlay-md-secondary-0::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-secondary-30,
  div.hover-gradient-overlay-md-secondary-30 {
    position: relative;
  }
  section.hover-gradient-overlay-md-secondary-30::before,
  div.hover-gradient-overlay-md-secondary-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-secondary-30::before,
  div.hover-gradient-overlay-md-secondary-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-secondary-30::before,
  div:hover.hover-gradient-overlay-md-secondary-30::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-secondary-50,
  div.hover-gradient-overlay-md-secondary-50 {
    position: relative;
  }
  section.hover-gradient-overlay-md-secondary-50::before,
  div.hover-gradient-overlay-md-secondary-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-secondary-50::before,
  div.hover-gradient-overlay-md-secondary-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-secondary-50::before,
  div:hover.hover-gradient-overlay-md-secondary-50::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-secondary-70,
  div.hover-gradient-overlay-md-secondary-70 {
    position: relative;
  }
  section.hover-gradient-overlay-md-secondary-70::before,
  div.hover-gradient-overlay-md-secondary-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-secondary-70::before,
  div.hover-gradient-overlay-md-secondary-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-secondary-70::before,
  div:hover.hover-gradient-overlay-md-secondary-70::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-secondary-100,
  div.hover-gradient-overlay-md-secondary-100 {
    position: relative;
  }
  section.hover-gradient-overlay-md-secondary-100::before,
  div.hover-gradient-overlay-md-secondary-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-secondary-100::before,
  div.hover-gradient-overlay-md-secondary-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-secondary-100::before,
  div:hover.hover-gradient-overlay-md-secondary-100::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, #686868 100%);
    opacity: 1;
  }
  section.overlay-md-success-100,
  div.overlay-md-success-100 {
    position: relative;
  }
  section.overlay-md-success-100::before,
  div.overlay-md-success-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #87de7d;
  }
  section.overlay-md-success-70,
  div.overlay-md-success-70 {
    position: relative;
  }
  section.overlay-md-success-70::before,
  div.overlay-md-success-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0.7);
  }
  section.overlay-md-success-50,
  div.overlay-md-success-50 {
    position: relative;
  }
  section.overlay-md-success-50::before,
  div.overlay-md-success-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0.5);
  }
  section.overlay-md-success-30,
  div.overlay-md-success-30 {
    position: relative;
  }
  section.overlay-md-success-30::before,
  div.overlay-md-success-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0.3);
  }
  section.overlay-md-success-0,
  div.overlay-md-success-0 {
    position: relative;
  }
  section.overlay-md-success-0::before,
  div.overlay-md-success-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
  section.hover-overlay-md-success-0,
  div.hover-overlay-md-success-0 {
    position: relative;
  }
  section.hover-overlay-md-success-0::before,
  div.hover-overlay-md-success-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-success-0::before,
  div.hover-overlay-md-success-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-success-0::before,
  div:hover.hover-overlay-md-success-0::before {
    background-color: rgba(135, 222, 125, 0);
    visibility: visible;
  }
  section.hover-overlay-md-success-30,
  div.hover-overlay-md-success-30 {
    position: relative;
  }
  section.hover-overlay-md-success-30::before,
  div.hover-overlay-md-success-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-success-30::before,
  div.hover-overlay-md-success-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-success-30::before,
  div:hover.hover-overlay-md-success-30::before {
    background-color: rgba(135, 222, 125, 0.3);
    visibility: visible;
  }
  section.hover-overlay-md-success-50,
  div.hover-overlay-md-success-50 {
    position: relative;
  }
  section.hover-overlay-md-success-50::before,
  div.hover-overlay-md-success-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-success-50::before,
  div.hover-overlay-md-success-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-success-50::before,
  div:hover.hover-overlay-md-success-50::before {
    background-color: rgba(135, 222, 125, 0.5);
    visibility: visible;
  }
  section.hover-overlay-md-success-70,
  div.hover-overlay-md-success-70 {
    position: relative;
  }
  section.hover-overlay-md-success-70::before,
  div.hover-overlay-md-success-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-success-70::before,
  div.hover-overlay-md-success-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-success-70::before,
  div:hover.hover-overlay-md-success-70::before {
    background-color: rgba(135, 222, 125, 0.7);
    visibility: visible;
  }
  section.hover-overlay-md-success-100,
  div.hover-overlay-md-success-100 {
    position: relative;
  }
  section.hover-overlay-md-success-100::before,
  div.hover-overlay-md-success-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-success-100::before,
  div.hover-overlay-md-success-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-success-100::before,
  div:hover.hover-overlay-md-success-100::before {
    background-color: #87de7d;
    visibility: visible;
  }
  section.gradient-overlay-md-success-0,
  div.gradient-overlay-md-success-0 {
    position: relative;
  }
  section.gradient-overlay-md-success-0::before,
  div.gradient-overlay-md-success-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-success-0::before,
  div.gradient-overlay-md-success-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-success-30,
  div.gradient-overlay-md-success-30 {
    position: relative;
  }
  section.gradient-overlay-md-success-30::before,
  div.gradient-overlay-md-success-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.3) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-success-30::before,
  div.gradient-overlay-md-success-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-success-50,
  div.gradient-overlay-md-success-50 {
    position: relative;
  }
  section.gradient-overlay-md-success-50::before,
  div.gradient-overlay-md-success-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.5) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-success-50::before,
  div.gradient-overlay-md-success-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-success-70,
  div.gradient-overlay-md-success-70 {
    position: relative;
  }
  section.gradient-overlay-md-success-70::before,
  div.gradient-overlay-md-success-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.7) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-success-70::before,
  div.gradient-overlay-md-success-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-success-100,
  div.gradient-overlay-md-success-100 {
    position: relative;
  }
  section.gradient-overlay-md-success-100::before,
  div.gradient-overlay-md-success-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, #87de7d 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-success-100::before,
  div.gradient-overlay-md-success-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.hover-gradient-overlay-md-success-0,
  div.hover-gradient-overlay-md-success-0 {
    position: relative;
  }
  section.hover-gradient-overlay-md-success-0::before,
  div.hover-gradient-overlay-md-success-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-success-0::before,
  div.hover-gradient-overlay-md-success-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-success-0::before,
  div:hover.hover-gradient-overlay-md-success-0::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-success-30,
  div.hover-gradient-overlay-md-success-30 {
    position: relative;
  }
  section.hover-gradient-overlay-md-success-30::before,
  div.hover-gradient-overlay-md-success-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-success-30::before,
  div.hover-gradient-overlay-md-success-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-success-30::before,
  div:hover.hover-gradient-overlay-md-success-30::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-success-50,
  div.hover-gradient-overlay-md-success-50 {
    position: relative;
  }
  section.hover-gradient-overlay-md-success-50::before,
  div.hover-gradient-overlay-md-success-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-success-50::before,
  div.hover-gradient-overlay-md-success-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-success-50::before,
  div:hover.hover-gradient-overlay-md-success-50::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-success-70,
  div.hover-gradient-overlay-md-success-70 {
    position: relative;
  }
  section.hover-gradient-overlay-md-success-70::before,
  div.hover-gradient-overlay-md-success-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-success-70::before,
  div.hover-gradient-overlay-md-success-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-success-70::before,
  div:hover.hover-gradient-overlay-md-success-70::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-success-100,
  div.hover-gradient-overlay-md-success-100 {
    position: relative;
  }
  section.hover-gradient-overlay-md-success-100::before,
  div.hover-gradient-overlay-md-success-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-success-100::before,
  div.hover-gradient-overlay-md-success-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-success-100::before,
  div:hover.hover-gradient-overlay-md-success-100::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, #87de7d 100%);
    opacity: 1;
  }
  section.overlay-md-info-100,
  div.overlay-md-info-100 {
    position: relative;
  }
  section.overlay-md-info-100::before,
  div.overlay-md-info-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #2bb4dd;
  }
  section.overlay-md-info-70,
  div.overlay-md-info-70 {
    position: relative;
  }
  section.overlay-md-info-70::before,
  div.overlay-md-info-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0.7);
  }
  section.overlay-md-info-50,
  div.overlay-md-info-50 {
    position: relative;
  }
  section.overlay-md-info-50::before,
  div.overlay-md-info-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0.5);
  }
  section.overlay-md-info-30,
  div.overlay-md-info-30 {
    position: relative;
  }
  section.overlay-md-info-30::before,
  div.overlay-md-info-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0.3);
  }
  section.overlay-md-info-0,
  div.overlay-md-info-0 {
    position: relative;
  }
  section.overlay-md-info-0::before,
  div.overlay-md-info-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
  section.hover-overlay-md-info-0,
  div.hover-overlay-md-info-0 {
    position: relative;
  }
  section.hover-overlay-md-info-0::before,
  div.hover-overlay-md-info-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-info-0::before,
  div.hover-overlay-md-info-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-info-0::before,
  div:hover.hover-overlay-md-info-0::before {
    background-color: rgba(43, 180, 221, 0);
    visibility: visible;
  }
  section.hover-overlay-md-info-30,
  div.hover-overlay-md-info-30 {
    position: relative;
  }
  section.hover-overlay-md-info-30::before,
  div.hover-overlay-md-info-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-info-30::before,
  div.hover-overlay-md-info-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-info-30::before,
  div:hover.hover-overlay-md-info-30::before {
    background-color: rgba(43, 180, 221, 0.3);
    visibility: visible;
  }
  section.hover-overlay-md-info-50,
  div.hover-overlay-md-info-50 {
    position: relative;
  }
  section.hover-overlay-md-info-50::before,
  div.hover-overlay-md-info-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-info-50::before,
  div.hover-overlay-md-info-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-info-50::before,
  div:hover.hover-overlay-md-info-50::before {
    background-color: rgba(43, 180, 221, 0.5);
    visibility: visible;
  }
  section.hover-overlay-md-info-70,
  div.hover-overlay-md-info-70 {
    position: relative;
  }
  section.hover-overlay-md-info-70::before,
  div.hover-overlay-md-info-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-info-70::before,
  div.hover-overlay-md-info-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-info-70::before,
  div:hover.hover-overlay-md-info-70::before {
    background-color: rgba(43, 180, 221, 0.7);
    visibility: visible;
  }
  section.hover-overlay-md-info-100,
  div.hover-overlay-md-info-100 {
    position: relative;
  }
  section.hover-overlay-md-info-100::before,
  div.hover-overlay-md-info-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-info-100::before,
  div.hover-overlay-md-info-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-info-100::before,
  div:hover.hover-overlay-md-info-100::before {
    background-color: #2bb4dd;
    visibility: visible;
  }
  section.gradient-overlay-md-info-0,
  div.gradient-overlay-md-info-0 {
    position: relative;
  }
  section.gradient-overlay-md-info-0::before,
  div.gradient-overlay-md-info-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-info-0::before,
  div.gradient-overlay-md-info-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-info-30,
  div.gradient-overlay-md-info-30 {
    position: relative;
  }
  section.gradient-overlay-md-info-30::before,
  div.gradient-overlay-md-info-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.3) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-info-30::before,
  div.gradient-overlay-md-info-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-info-50,
  div.gradient-overlay-md-info-50 {
    position: relative;
  }
  section.gradient-overlay-md-info-50::before,
  div.gradient-overlay-md-info-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.5) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-info-50::before,
  div.gradient-overlay-md-info-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-info-70,
  div.gradient-overlay-md-info-70 {
    position: relative;
  }
  section.gradient-overlay-md-info-70::before,
  div.gradient-overlay-md-info-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.7) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-info-70::before,
  div.gradient-overlay-md-info-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-info-100,
  div.gradient-overlay-md-info-100 {
    position: relative;
  }
  section.gradient-overlay-md-info-100::before,
  div.gradient-overlay-md-info-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, #2bb4dd 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-info-100::before,
  div.gradient-overlay-md-info-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.hover-gradient-overlay-md-info-0,
  div.hover-gradient-overlay-md-info-0 {
    position: relative;
  }
  section.hover-gradient-overlay-md-info-0::before,
  div.hover-gradient-overlay-md-info-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-info-0::before,
  div.hover-gradient-overlay-md-info-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-info-0::before,
  div:hover.hover-gradient-overlay-md-info-0::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-info-30,
  div.hover-gradient-overlay-md-info-30 {
    position: relative;
  }
  section.hover-gradient-overlay-md-info-30::before,
  div.hover-gradient-overlay-md-info-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-info-30::before,
  div.hover-gradient-overlay-md-info-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-info-30::before,
  div:hover.hover-gradient-overlay-md-info-30::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-info-50,
  div.hover-gradient-overlay-md-info-50 {
    position: relative;
  }
  section.hover-gradient-overlay-md-info-50::before,
  div.hover-gradient-overlay-md-info-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-info-50::before,
  div.hover-gradient-overlay-md-info-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-info-50::before,
  div:hover.hover-gradient-overlay-md-info-50::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-info-70,
  div.hover-gradient-overlay-md-info-70 {
    position: relative;
  }
  section.hover-gradient-overlay-md-info-70::before,
  div.hover-gradient-overlay-md-info-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-info-70::before,
  div.hover-gradient-overlay-md-info-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-info-70::before,
  div:hover.hover-gradient-overlay-md-info-70::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-info-100,
  div.hover-gradient-overlay-md-info-100 {
    position: relative;
  }
  section.hover-gradient-overlay-md-info-100::before,
  div.hover-gradient-overlay-md-info-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-info-100::before,
  div.hover-gradient-overlay-md-info-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-info-100::before,
  div:hover.hover-gradient-overlay-md-info-100::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, #2bb4dd 100%);
    opacity: 1;
  }
  section.overlay-md-warning-100,
  div.overlay-md-warning-100 {
    position: relative;
  }
  section.overlay-md-warning-100::before,
  div.overlay-md-warning-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #ddb32b;
  }
  section.overlay-md-warning-70,
  div.overlay-md-warning-70 {
    position: relative;
  }
  section.overlay-md-warning-70::before,
  div.overlay-md-warning-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0.7);
  }
  section.overlay-md-warning-50,
  div.overlay-md-warning-50 {
    position: relative;
  }
  section.overlay-md-warning-50::before,
  div.overlay-md-warning-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0.5);
  }
  section.overlay-md-warning-30,
  div.overlay-md-warning-30 {
    position: relative;
  }
  section.overlay-md-warning-30::before,
  div.overlay-md-warning-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0.3);
  }
  section.overlay-md-warning-0,
  div.overlay-md-warning-0 {
    position: relative;
  }
  section.overlay-md-warning-0::before,
  div.overlay-md-warning-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
  section.hover-overlay-md-warning-0,
  div.hover-overlay-md-warning-0 {
    position: relative;
  }
  section.hover-overlay-md-warning-0::before,
  div.hover-overlay-md-warning-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-warning-0::before,
  div.hover-overlay-md-warning-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-warning-0::before,
  div:hover.hover-overlay-md-warning-0::before {
    background-color: rgba(221, 179, 43, 0);
    visibility: visible;
  }
  section.hover-overlay-md-warning-30,
  div.hover-overlay-md-warning-30 {
    position: relative;
  }
  section.hover-overlay-md-warning-30::before,
  div.hover-overlay-md-warning-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-warning-30::before,
  div.hover-overlay-md-warning-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-warning-30::before,
  div:hover.hover-overlay-md-warning-30::before {
    background-color: rgba(221, 179, 43, 0.3);
    visibility: visible;
  }
  section.hover-overlay-md-warning-50,
  div.hover-overlay-md-warning-50 {
    position: relative;
  }
  section.hover-overlay-md-warning-50::before,
  div.hover-overlay-md-warning-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-warning-50::before,
  div.hover-overlay-md-warning-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-warning-50::before,
  div:hover.hover-overlay-md-warning-50::before {
    background-color: rgba(221, 179, 43, 0.5);
    visibility: visible;
  }
  section.hover-overlay-md-warning-70,
  div.hover-overlay-md-warning-70 {
    position: relative;
  }
  section.hover-overlay-md-warning-70::before,
  div.hover-overlay-md-warning-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-warning-70::before,
  div.hover-overlay-md-warning-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-warning-70::before,
  div:hover.hover-overlay-md-warning-70::before {
    background-color: rgba(221, 179, 43, 0.7);
    visibility: visible;
  }
  section.hover-overlay-md-warning-100,
  div.hover-overlay-md-warning-100 {
    position: relative;
  }
  section.hover-overlay-md-warning-100::before,
  div.hover-overlay-md-warning-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-warning-100::before,
  div.hover-overlay-md-warning-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-warning-100::before,
  div:hover.hover-overlay-md-warning-100::before {
    background-color: #ddb32b;
    visibility: visible;
  }
  section.gradient-overlay-md-warning-0,
  div.gradient-overlay-md-warning-0 {
    position: relative;
  }
  section.gradient-overlay-md-warning-0::before,
  div.gradient-overlay-md-warning-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-warning-0::before,
  div.gradient-overlay-md-warning-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-warning-30,
  div.gradient-overlay-md-warning-30 {
    position: relative;
  }
  section.gradient-overlay-md-warning-30::before,
  div.gradient-overlay-md-warning-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.3) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-warning-30::before,
  div.gradient-overlay-md-warning-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-warning-50,
  div.gradient-overlay-md-warning-50 {
    position: relative;
  }
  section.gradient-overlay-md-warning-50::before,
  div.gradient-overlay-md-warning-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.5) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-warning-50::before,
  div.gradient-overlay-md-warning-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-warning-70,
  div.gradient-overlay-md-warning-70 {
    position: relative;
  }
  section.gradient-overlay-md-warning-70::before,
  div.gradient-overlay-md-warning-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.7) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-warning-70::before,
  div.gradient-overlay-md-warning-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-warning-100,
  div.gradient-overlay-md-warning-100 {
    position: relative;
  }
  section.gradient-overlay-md-warning-100::before,
  div.gradient-overlay-md-warning-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, #ddb32b 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-warning-100::before,
  div.gradient-overlay-md-warning-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.hover-gradient-overlay-md-warning-0,
  div.hover-gradient-overlay-md-warning-0 {
    position: relative;
  }
  section.hover-gradient-overlay-md-warning-0::before,
  div.hover-gradient-overlay-md-warning-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-warning-0::before,
  div.hover-gradient-overlay-md-warning-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-warning-0::before,
  div:hover.hover-gradient-overlay-md-warning-0::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-warning-30,
  div.hover-gradient-overlay-md-warning-30 {
    position: relative;
  }
  section.hover-gradient-overlay-md-warning-30::before,
  div.hover-gradient-overlay-md-warning-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-warning-30::before,
  div.hover-gradient-overlay-md-warning-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-warning-30::before,
  div:hover.hover-gradient-overlay-md-warning-30::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-warning-50,
  div.hover-gradient-overlay-md-warning-50 {
    position: relative;
  }
  section.hover-gradient-overlay-md-warning-50::before,
  div.hover-gradient-overlay-md-warning-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-warning-50::before,
  div.hover-gradient-overlay-md-warning-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-warning-50::before,
  div:hover.hover-gradient-overlay-md-warning-50::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-warning-70,
  div.hover-gradient-overlay-md-warning-70 {
    position: relative;
  }
  section.hover-gradient-overlay-md-warning-70::before,
  div.hover-gradient-overlay-md-warning-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-warning-70::before,
  div.hover-gradient-overlay-md-warning-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-warning-70::before,
  div:hover.hover-gradient-overlay-md-warning-70::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-warning-100,
  div.hover-gradient-overlay-md-warning-100 {
    position: relative;
  }
  section.hover-gradient-overlay-md-warning-100::before,
  div.hover-gradient-overlay-md-warning-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-warning-100::before,
  div.hover-gradient-overlay-md-warning-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-warning-100::before,
  div:hover.hover-gradient-overlay-md-warning-100::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, #ddb32b 100%);
    opacity: 1;
  }
  section.overlay-md-danger-100,
  div.overlay-md-danger-100 {
    position: relative;
  }
  section.overlay-md-danger-100::before,
  div.overlay-md-danger-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #f90000;
  }
  section.overlay-md-danger-70,
  div.overlay-md-danger-70 {
    position: relative;
  }
  section.overlay-md-danger-70::before,
  div.overlay-md-danger-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0.7);
  }
  section.overlay-md-danger-50,
  div.overlay-md-danger-50 {
    position: relative;
  }
  section.overlay-md-danger-50::before,
  div.overlay-md-danger-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0.5);
  }
  section.overlay-md-danger-30,
  div.overlay-md-danger-30 {
    position: relative;
  }
  section.overlay-md-danger-30::before,
  div.overlay-md-danger-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0.3);
  }
  section.overlay-md-danger-0,
  div.overlay-md-danger-0 {
    position: relative;
  }
  section.overlay-md-danger-0::before,
  div.overlay-md-danger-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
  section.hover-overlay-md-danger-0,
  div.hover-overlay-md-danger-0 {
    position: relative;
  }
  section.hover-overlay-md-danger-0::before,
  div.hover-overlay-md-danger-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-danger-0::before,
  div.hover-overlay-md-danger-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-danger-0::before,
  div:hover.hover-overlay-md-danger-0::before {
    background-color: rgba(249, 0, 0, 0);
    visibility: visible;
  }
  section.hover-overlay-md-danger-30,
  div.hover-overlay-md-danger-30 {
    position: relative;
  }
  section.hover-overlay-md-danger-30::before,
  div.hover-overlay-md-danger-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-danger-30::before,
  div.hover-overlay-md-danger-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-danger-30::before,
  div:hover.hover-overlay-md-danger-30::before {
    background-color: rgba(249, 0, 0, 0.3);
    visibility: visible;
  }
  section.hover-overlay-md-danger-50,
  div.hover-overlay-md-danger-50 {
    position: relative;
  }
  section.hover-overlay-md-danger-50::before,
  div.hover-overlay-md-danger-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-danger-50::before,
  div.hover-overlay-md-danger-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-danger-50::before,
  div:hover.hover-overlay-md-danger-50::before {
    background-color: rgba(249, 0, 0, 0.5);
    visibility: visible;
  }
  section.hover-overlay-md-danger-70,
  div.hover-overlay-md-danger-70 {
    position: relative;
  }
  section.hover-overlay-md-danger-70::before,
  div.hover-overlay-md-danger-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-danger-70::before,
  div.hover-overlay-md-danger-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-danger-70::before,
  div:hover.hover-overlay-md-danger-70::before {
    background-color: rgba(249, 0, 0, 0.7);
    visibility: visible;
  }
  section.hover-overlay-md-danger-100,
  div.hover-overlay-md-danger-100 {
    position: relative;
  }
  section.hover-overlay-md-danger-100::before,
  div.hover-overlay-md-danger-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-danger-100::before,
  div.hover-overlay-md-danger-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-danger-100::before,
  div:hover.hover-overlay-md-danger-100::before {
    background-color: #f90000;
    visibility: visible;
  }
  section.gradient-overlay-md-danger-0,
  div.gradient-overlay-md-danger-0 {
    position: relative;
  }
  section.gradient-overlay-md-danger-0::before,
  div.gradient-overlay-md-danger-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-danger-0::before,
  div.gradient-overlay-md-danger-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-danger-30,
  div.gradient-overlay-md-danger-30 {
    position: relative;
  }
  section.gradient-overlay-md-danger-30::before,
  div.gradient-overlay-md-danger-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.3) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-danger-30::before,
  div.gradient-overlay-md-danger-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-danger-50,
  div.gradient-overlay-md-danger-50 {
    position: relative;
  }
  section.gradient-overlay-md-danger-50::before,
  div.gradient-overlay-md-danger-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.5) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-danger-50::before,
  div.gradient-overlay-md-danger-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-danger-70,
  div.gradient-overlay-md-danger-70 {
    position: relative;
  }
  section.gradient-overlay-md-danger-70::before,
  div.gradient-overlay-md-danger-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.7) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-danger-70::before,
  div.gradient-overlay-md-danger-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-danger-100,
  div.gradient-overlay-md-danger-100 {
    position: relative;
  }
  section.gradient-overlay-md-danger-100::before,
  div.gradient-overlay-md-danger-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, #f90000 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-danger-100::before,
  div.gradient-overlay-md-danger-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.hover-gradient-overlay-md-danger-0,
  div.hover-gradient-overlay-md-danger-0 {
    position: relative;
  }
  section.hover-gradient-overlay-md-danger-0::before,
  div.hover-gradient-overlay-md-danger-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-danger-0::before,
  div.hover-gradient-overlay-md-danger-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-danger-0::before,
  div:hover.hover-gradient-overlay-md-danger-0::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-danger-30,
  div.hover-gradient-overlay-md-danger-30 {
    position: relative;
  }
  section.hover-gradient-overlay-md-danger-30::before,
  div.hover-gradient-overlay-md-danger-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-danger-30::before,
  div.hover-gradient-overlay-md-danger-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-danger-30::before,
  div:hover.hover-gradient-overlay-md-danger-30::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-danger-50,
  div.hover-gradient-overlay-md-danger-50 {
    position: relative;
  }
  section.hover-gradient-overlay-md-danger-50::before,
  div.hover-gradient-overlay-md-danger-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-danger-50::before,
  div.hover-gradient-overlay-md-danger-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-danger-50::before,
  div:hover.hover-gradient-overlay-md-danger-50::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-danger-70,
  div.hover-gradient-overlay-md-danger-70 {
    position: relative;
  }
  section.hover-gradient-overlay-md-danger-70::before,
  div.hover-gradient-overlay-md-danger-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-danger-70::before,
  div.hover-gradient-overlay-md-danger-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-danger-70::before,
  div:hover.hover-gradient-overlay-md-danger-70::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-danger-100,
  div.hover-gradient-overlay-md-danger-100 {
    position: relative;
  }
  section.hover-gradient-overlay-md-danger-100::before,
  div.hover-gradient-overlay-md-danger-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-danger-100::before,
  div.hover-gradient-overlay-md-danger-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-danger-100::before,
  div:hover.hover-gradient-overlay-md-danger-100::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, #f90000 100%);
    opacity: 1;
  }
  section.overlay-md-light-100,
  div.overlay-md-light-100 {
    position: relative;
  }
  section.overlay-md-light-100::before,
  div.overlay-md-light-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #f7f5f6;
  }
  section.overlay-md-light-70,
  div.overlay-md-light-70 {
    position: relative;
  }
  section.overlay-md-light-70::before,
  div.overlay-md-light-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0.7);
  }
  section.overlay-md-light-50,
  div.overlay-md-light-50 {
    position: relative;
  }
  section.overlay-md-light-50::before,
  div.overlay-md-light-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0.5);
  }
  section.overlay-md-light-30,
  div.overlay-md-light-30 {
    position: relative;
  }
  section.overlay-md-light-30::before,
  div.overlay-md-light-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0.3);
  }
  section.overlay-md-light-0,
  div.overlay-md-light-0 {
    position: relative;
  }
  section.overlay-md-light-0::before,
  div.overlay-md-light-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
  section.hover-overlay-md-light-0,
  div.hover-overlay-md-light-0 {
    position: relative;
  }
  section.hover-overlay-md-light-0::before,
  div.hover-overlay-md-light-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-light-0::before,
  div.hover-overlay-md-light-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-light-0::before,
  div:hover.hover-overlay-md-light-0::before {
    background-color: rgba(247, 245, 246, 0);
    visibility: visible;
  }
  section.hover-overlay-md-light-30,
  div.hover-overlay-md-light-30 {
    position: relative;
  }
  section.hover-overlay-md-light-30::before,
  div.hover-overlay-md-light-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-light-30::before,
  div.hover-overlay-md-light-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-light-30::before,
  div:hover.hover-overlay-md-light-30::before {
    background-color: rgba(247, 245, 246, 0.3);
    visibility: visible;
  }
  section.hover-overlay-md-light-50,
  div.hover-overlay-md-light-50 {
    position: relative;
  }
  section.hover-overlay-md-light-50::before,
  div.hover-overlay-md-light-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-light-50::before,
  div.hover-overlay-md-light-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-light-50::before,
  div:hover.hover-overlay-md-light-50::before {
    background-color: rgba(247, 245, 246, 0.5);
    visibility: visible;
  }
  section.hover-overlay-md-light-70,
  div.hover-overlay-md-light-70 {
    position: relative;
  }
  section.hover-overlay-md-light-70::before,
  div.hover-overlay-md-light-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-light-70::before,
  div.hover-overlay-md-light-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-light-70::before,
  div:hover.hover-overlay-md-light-70::before {
    background-color: rgba(247, 245, 246, 0.7);
    visibility: visible;
  }
  section.hover-overlay-md-light-100,
  div.hover-overlay-md-light-100 {
    position: relative;
  }
  section.hover-overlay-md-light-100::before,
  div.hover-overlay-md-light-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-light-100::before,
  div.hover-overlay-md-light-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-light-100::before,
  div:hover.hover-overlay-md-light-100::before {
    background-color: #f7f5f6;
    visibility: visible;
  }
  section.gradient-overlay-md-light-0,
  div.gradient-overlay-md-light-0 {
    position: relative;
  }
  section.gradient-overlay-md-light-0::before,
  div.gradient-overlay-md-light-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-light-0::before,
  div.gradient-overlay-md-light-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-light-30,
  div.gradient-overlay-md-light-30 {
    position: relative;
  }
  section.gradient-overlay-md-light-30::before,
  div.gradient-overlay-md-light-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.3) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-light-30::before,
  div.gradient-overlay-md-light-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-light-50,
  div.gradient-overlay-md-light-50 {
    position: relative;
  }
  section.gradient-overlay-md-light-50::before,
  div.gradient-overlay-md-light-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.5) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-light-50::before,
  div.gradient-overlay-md-light-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-light-70,
  div.gradient-overlay-md-light-70 {
    position: relative;
  }
  section.gradient-overlay-md-light-70::before,
  div.gradient-overlay-md-light-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.7) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-light-70::before,
  div.gradient-overlay-md-light-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-light-100,
  div.gradient-overlay-md-light-100 {
    position: relative;
  }
  section.gradient-overlay-md-light-100::before,
  div.gradient-overlay-md-light-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, #f7f5f6 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-light-100::before,
  div.gradient-overlay-md-light-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.hover-gradient-overlay-md-light-0,
  div.hover-gradient-overlay-md-light-0 {
    position: relative;
  }
  section.hover-gradient-overlay-md-light-0::before,
  div.hover-gradient-overlay-md-light-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-light-0::before,
  div.hover-gradient-overlay-md-light-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-light-0::before,
  div:hover.hover-gradient-overlay-md-light-0::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-light-30,
  div.hover-gradient-overlay-md-light-30 {
    position: relative;
  }
  section.hover-gradient-overlay-md-light-30::before,
  div.hover-gradient-overlay-md-light-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-light-30::before,
  div.hover-gradient-overlay-md-light-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-light-30::before,
  div:hover.hover-gradient-overlay-md-light-30::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-light-50,
  div.hover-gradient-overlay-md-light-50 {
    position: relative;
  }
  section.hover-gradient-overlay-md-light-50::before,
  div.hover-gradient-overlay-md-light-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-light-50::before,
  div.hover-gradient-overlay-md-light-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-light-50::before,
  div:hover.hover-gradient-overlay-md-light-50::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-light-70,
  div.hover-gradient-overlay-md-light-70 {
    position: relative;
  }
  section.hover-gradient-overlay-md-light-70::before,
  div.hover-gradient-overlay-md-light-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-light-70::before,
  div.hover-gradient-overlay-md-light-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-light-70::before,
  div:hover.hover-gradient-overlay-md-light-70::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-light-100,
  div.hover-gradient-overlay-md-light-100 {
    position: relative;
  }
  section.hover-gradient-overlay-md-light-100::before,
  div.hover-gradient-overlay-md-light-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-light-100::before,
  div.hover-gradient-overlay-md-light-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-light-100::before,
  div:hover.hover-gradient-overlay-md-light-100::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, #f7f5f6 100%);
    opacity: 1;
  }
  section.overlay-md-dark-100,
  div.overlay-md-dark-100 {
    position: relative;
  }
  section.overlay-md-dark-100::before,
  div.overlay-md-dark-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #1e1e1e;
  }
  section.overlay-md-dark-70,
  div.overlay-md-dark-70 {
    position: relative;
  }
  section.overlay-md-dark-70::before,
  div.overlay-md-dark-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0.7);
  }
  section.overlay-md-dark-50,
  div.overlay-md-dark-50 {
    position: relative;
  }
  section.overlay-md-dark-50::before,
  div.overlay-md-dark-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0.5);
  }
  section.overlay-md-dark-30,
  div.overlay-md-dark-30 {
    position: relative;
  }
  section.overlay-md-dark-30::before,
  div.overlay-md-dark-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0.3);
  }
  section.overlay-md-dark-0,
  div.overlay-md-dark-0 {
    position: relative;
  }
  section.overlay-md-dark-0::before,
  div.overlay-md-dark-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
  section.hover-overlay-md-dark-0,
  div.hover-overlay-md-dark-0 {
    position: relative;
  }
  section.hover-overlay-md-dark-0::before,
  div.hover-overlay-md-dark-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-dark-0::before,
  div.hover-overlay-md-dark-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-dark-0::before,
  div:hover.hover-overlay-md-dark-0::before {
    background-color: rgba(30, 30, 30, 0);
    visibility: visible;
  }
  section.hover-overlay-md-dark-30,
  div.hover-overlay-md-dark-30 {
    position: relative;
  }
  section.hover-overlay-md-dark-30::before,
  div.hover-overlay-md-dark-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-dark-30::before,
  div.hover-overlay-md-dark-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-dark-30::before,
  div:hover.hover-overlay-md-dark-30::before {
    background-color: rgba(30, 30, 30, 0.3);
    visibility: visible;
  }
  section.hover-overlay-md-dark-50,
  div.hover-overlay-md-dark-50 {
    position: relative;
  }
  section.hover-overlay-md-dark-50::before,
  div.hover-overlay-md-dark-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-dark-50::before,
  div.hover-overlay-md-dark-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-dark-50::before,
  div:hover.hover-overlay-md-dark-50::before {
    background-color: rgba(30, 30, 30, 0.5);
    visibility: visible;
  }
  section.hover-overlay-md-dark-70,
  div.hover-overlay-md-dark-70 {
    position: relative;
  }
  section.hover-overlay-md-dark-70::before,
  div.hover-overlay-md-dark-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-dark-70::before,
  div.hover-overlay-md-dark-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-dark-70::before,
  div:hover.hover-overlay-md-dark-70::before {
    background-color: rgba(30, 30, 30, 0.7);
    visibility: visible;
  }
  section.hover-overlay-md-dark-100,
  div.hover-overlay-md-dark-100 {
    position: relative;
  }
  section.hover-overlay-md-dark-100::before,
  div.hover-overlay-md-dark-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-dark-100::before,
  div.hover-overlay-md-dark-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-dark-100::before,
  div:hover.hover-overlay-md-dark-100::before {
    background-color: #1e1e1e;
    visibility: visible;
  }
  section.gradient-overlay-md-dark-0,
  div.gradient-overlay-md-dark-0 {
    position: relative;
  }
  section.gradient-overlay-md-dark-0::before,
  div.gradient-overlay-md-dark-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-dark-0::before,
  div.gradient-overlay-md-dark-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-dark-30,
  div.gradient-overlay-md-dark-30 {
    position: relative;
  }
  section.gradient-overlay-md-dark-30::before,
  div.gradient-overlay-md-dark-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.3) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-dark-30::before,
  div.gradient-overlay-md-dark-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-dark-50,
  div.gradient-overlay-md-dark-50 {
    position: relative;
  }
  section.gradient-overlay-md-dark-50::before,
  div.gradient-overlay-md-dark-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.5) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-dark-50::before,
  div.gradient-overlay-md-dark-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-dark-70,
  div.gradient-overlay-md-dark-70 {
    position: relative;
  }
  section.gradient-overlay-md-dark-70::before,
  div.gradient-overlay-md-dark-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.7) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-dark-70::before,
  div.gradient-overlay-md-dark-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-dark-100,
  div.gradient-overlay-md-dark-100 {
    position: relative;
  }
  section.gradient-overlay-md-dark-100::before,
  div.gradient-overlay-md-dark-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-dark-100::before,
  div.gradient-overlay-md-dark-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.hover-gradient-overlay-md-dark-0,
  div.hover-gradient-overlay-md-dark-0 {
    position: relative;
  }
  section.hover-gradient-overlay-md-dark-0::before,
  div.hover-gradient-overlay-md-dark-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-dark-0::before,
  div.hover-gradient-overlay-md-dark-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-dark-0::before,
  div:hover.hover-gradient-overlay-md-dark-0::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-dark-30,
  div.hover-gradient-overlay-md-dark-30 {
    position: relative;
  }
  section.hover-gradient-overlay-md-dark-30::before,
  div.hover-gradient-overlay-md-dark-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-dark-30::before,
  div.hover-gradient-overlay-md-dark-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-dark-30::before,
  div:hover.hover-gradient-overlay-md-dark-30::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-dark-50,
  div.hover-gradient-overlay-md-dark-50 {
    position: relative;
  }
  section.hover-gradient-overlay-md-dark-50::before,
  div.hover-gradient-overlay-md-dark-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-dark-50::before,
  div.hover-gradient-overlay-md-dark-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-dark-50::before,
  div:hover.hover-gradient-overlay-md-dark-50::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-dark-70,
  div.hover-gradient-overlay-md-dark-70 {
    position: relative;
  }
  section.hover-gradient-overlay-md-dark-70::before,
  div.hover-gradient-overlay-md-dark-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-dark-70::before,
  div.hover-gradient-overlay-md-dark-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-dark-70::before,
  div:hover.hover-gradient-overlay-md-dark-70::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-dark-100,
  div.hover-gradient-overlay-md-dark-100 {
    position: relative;
  }
  section.hover-gradient-overlay-md-dark-100::before,
  div.hover-gradient-overlay-md-dark-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-dark-100::before,
  div.hover-gradient-overlay-md-dark-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-dark-100::before,
  div:hover.hover-gradient-overlay-md-dark-100::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
    opacity: 1;
  }
  section.overlay-md-green-100,
  div.overlay-md-green-100 {
    position: relative;
  }
  section.overlay-md-green-100::before,
  div.overlay-md-green-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #1f8d61;
  }
  section.overlay-md-green-70,
  div.overlay-md-green-70 {
    position: relative;
  }
  section.overlay-md-green-70::before,
  div.overlay-md-green-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0.7);
  }
  section.overlay-md-green-50,
  div.overlay-md-green-50 {
    position: relative;
  }
  section.overlay-md-green-50::before,
  div.overlay-md-green-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0.5);
  }
  section.overlay-md-green-30,
  div.overlay-md-green-30 {
    position: relative;
  }
  section.overlay-md-green-30::before,
  div.overlay-md-green-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0.3);
  }
  section.overlay-md-green-0,
  div.overlay-md-green-0 {
    position: relative;
  }
  section.overlay-md-green-0::before,
  div.overlay-md-green-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
  section.hover-overlay-md-green-0,
  div.hover-overlay-md-green-0 {
    position: relative;
  }
  section.hover-overlay-md-green-0::before,
  div.hover-overlay-md-green-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-green-0::before,
  div.hover-overlay-md-green-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-green-0::before,
  div:hover.hover-overlay-md-green-0::before {
    background-color: rgba(31, 141, 97, 0);
    visibility: visible;
  }
  section.hover-overlay-md-green-30,
  div.hover-overlay-md-green-30 {
    position: relative;
  }
  section.hover-overlay-md-green-30::before,
  div.hover-overlay-md-green-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-green-30::before,
  div.hover-overlay-md-green-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-green-30::before,
  div:hover.hover-overlay-md-green-30::before {
    background-color: rgba(31, 141, 97, 0.3);
    visibility: visible;
  }
  section.hover-overlay-md-green-50,
  div.hover-overlay-md-green-50 {
    position: relative;
  }
  section.hover-overlay-md-green-50::before,
  div.hover-overlay-md-green-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-green-50::before,
  div.hover-overlay-md-green-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-green-50::before,
  div:hover.hover-overlay-md-green-50::before {
    background-color: rgba(31, 141, 97, 0.5);
    visibility: visible;
  }
  section.hover-overlay-md-green-70,
  div.hover-overlay-md-green-70 {
    position: relative;
  }
  section.hover-overlay-md-green-70::before,
  div.hover-overlay-md-green-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-green-70::before,
  div.hover-overlay-md-green-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-green-70::before,
  div:hover.hover-overlay-md-green-70::before {
    background-color: rgba(31, 141, 97, 0.7);
    visibility: visible;
  }
  section.hover-overlay-md-green-100,
  div.hover-overlay-md-green-100 {
    position: relative;
  }
  section.hover-overlay-md-green-100::before,
  div.hover-overlay-md-green-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-green-100::before,
  div.hover-overlay-md-green-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-green-100::before,
  div:hover.hover-overlay-md-green-100::before {
    background-color: #1f8d61;
    visibility: visible;
  }
  section.gradient-overlay-md-green-0,
  div.gradient-overlay-md-green-0 {
    position: relative;
  }
  section.gradient-overlay-md-green-0::before,
  div.gradient-overlay-md-green-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-green-0::before,
  div.gradient-overlay-md-green-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-green-30,
  div.gradient-overlay-md-green-30 {
    position: relative;
  }
  section.gradient-overlay-md-green-30::before,
  div.gradient-overlay-md-green-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.3) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-green-30::before,
  div.gradient-overlay-md-green-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-green-50,
  div.gradient-overlay-md-green-50 {
    position: relative;
  }
  section.gradient-overlay-md-green-50::before,
  div.gradient-overlay-md-green-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.5) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-green-50::before,
  div.gradient-overlay-md-green-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-green-70,
  div.gradient-overlay-md-green-70 {
    position: relative;
  }
  section.gradient-overlay-md-green-70::before,
  div.gradient-overlay-md-green-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.7) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-green-70::before,
  div.gradient-overlay-md-green-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-green-100,
  div.gradient-overlay-md-green-100 {
    position: relative;
  }
  section.gradient-overlay-md-green-100::before,
  div.gradient-overlay-md-green-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, #1f8d61 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-green-100::before,
  div.gradient-overlay-md-green-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.hover-gradient-overlay-md-green-0,
  div.hover-gradient-overlay-md-green-0 {
    position: relative;
  }
  section.hover-gradient-overlay-md-green-0::before,
  div.hover-gradient-overlay-md-green-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-green-0::before,
  div.hover-gradient-overlay-md-green-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-green-0::before,
  div:hover.hover-gradient-overlay-md-green-0::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-green-30,
  div.hover-gradient-overlay-md-green-30 {
    position: relative;
  }
  section.hover-gradient-overlay-md-green-30::before,
  div.hover-gradient-overlay-md-green-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-green-30::before,
  div.hover-gradient-overlay-md-green-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-green-30::before,
  div:hover.hover-gradient-overlay-md-green-30::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-green-50,
  div.hover-gradient-overlay-md-green-50 {
    position: relative;
  }
  section.hover-gradient-overlay-md-green-50::before,
  div.hover-gradient-overlay-md-green-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-green-50::before,
  div.hover-gradient-overlay-md-green-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-green-50::before,
  div:hover.hover-gradient-overlay-md-green-50::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-green-70,
  div.hover-gradient-overlay-md-green-70 {
    position: relative;
  }
  section.hover-gradient-overlay-md-green-70::before,
  div.hover-gradient-overlay-md-green-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-green-70::before,
  div.hover-gradient-overlay-md-green-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-green-70::before,
  div:hover.hover-gradient-overlay-md-green-70::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-green-100,
  div.hover-gradient-overlay-md-green-100 {
    position: relative;
  }
  section.hover-gradient-overlay-md-green-100::before,
  div.hover-gradient-overlay-md-green-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-green-100::before,
  div.hover-gradient-overlay-md-green-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-green-100::before,
  div:hover.hover-gradient-overlay-md-green-100::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, #1f8d61 100%);
    opacity: 1;
  }
  section.overlay-md-blue-100,
  div.overlay-md-blue-100 {
    position: relative;
  }
  section.overlay-md-blue-100::before,
  div.overlay-md-blue-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #0e49b5;
  }
  section.overlay-md-blue-70,
  div.overlay-md-blue-70 {
    position: relative;
  }
  section.overlay-md-blue-70::before,
  div.overlay-md-blue-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0.7);
  }
  section.overlay-md-blue-50,
  div.overlay-md-blue-50 {
    position: relative;
  }
  section.overlay-md-blue-50::before,
  div.overlay-md-blue-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0.5);
  }
  section.overlay-md-blue-30,
  div.overlay-md-blue-30 {
    position: relative;
  }
  section.overlay-md-blue-30::before,
  div.overlay-md-blue-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0.3);
  }
  section.overlay-md-blue-0,
  div.overlay-md-blue-0 {
    position: relative;
  }
  section.overlay-md-blue-0::before,
  div.overlay-md-blue-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
  section.hover-overlay-md-blue-0,
  div.hover-overlay-md-blue-0 {
    position: relative;
  }
  section.hover-overlay-md-blue-0::before,
  div.hover-overlay-md-blue-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-blue-0::before,
  div.hover-overlay-md-blue-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-blue-0::before,
  div:hover.hover-overlay-md-blue-0::before {
    background-color: rgba(14, 73, 181, 0);
    visibility: visible;
  }
  section.hover-overlay-md-blue-30,
  div.hover-overlay-md-blue-30 {
    position: relative;
  }
  section.hover-overlay-md-blue-30::before,
  div.hover-overlay-md-blue-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-blue-30::before,
  div.hover-overlay-md-blue-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-blue-30::before,
  div:hover.hover-overlay-md-blue-30::before {
    background-color: rgba(14, 73, 181, 0.3);
    visibility: visible;
  }
  section.hover-overlay-md-blue-50,
  div.hover-overlay-md-blue-50 {
    position: relative;
  }
  section.hover-overlay-md-blue-50::before,
  div.hover-overlay-md-blue-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-blue-50::before,
  div.hover-overlay-md-blue-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-blue-50::before,
  div:hover.hover-overlay-md-blue-50::before {
    background-color: rgba(14, 73, 181, 0.5);
    visibility: visible;
  }
  section.hover-overlay-md-blue-70,
  div.hover-overlay-md-blue-70 {
    position: relative;
  }
  section.hover-overlay-md-blue-70::before,
  div.hover-overlay-md-blue-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-blue-70::before,
  div.hover-overlay-md-blue-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-blue-70::before,
  div:hover.hover-overlay-md-blue-70::before {
    background-color: rgba(14, 73, 181, 0.7);
    visibility: visible;
  }
  section.hover-overlay-md-blue-100,
  div.hover-overlay-md-blue-100 {
    position: relative;
  }
  section.hover-overlay-md-blue-100::before,
  div.hover-overlay-md-blue-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-blue-100::before,
  div.hover-overlay-md-blue-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-blue-100::before,
  div:hover.hover-overlay-md-blue-100::before {
    background-color: #0e49b5;
    visibility: visible;
  }
  section.gradient-overlay-md-blue-0,
  div.gradient-overlay-md-blue-0 {
    position: relative;
  }
  section.gradient-overlay-md-blue-0::before,
  div.gradient-overlay-md-blue-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-blue-0::before,
  div.gradient-overlay-md-blue-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-blue-30,
  div.gradient-overlay-md-blue-30 {
    position: relative;
  }
  section.gradient-overlay-md-blue-30::before,
  div.gradient-overlay-md-blue-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.3) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-blue-30::before,
  div.gradient-overlay-md-blue-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-blue-50,
  div.gradient-overlay-md-blue-50 {
    position: relative;
  }
  section.gradient-overlay-md-blue-50::before,
  div.gradient-overlay-md-blue-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.5) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-blue-50::before,
  div.gradient-overlay-md-blue-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-blue-70,
  div.gradient-overlay-md-blue-70 {
    position: relative;
  }
  section.gradient-overlay-md-blue-70::before,
  div.gradient-overlay-md-blue-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.7) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-blue-70::before,
  div.gradient-overlay-md-blue-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-blue-100,
  div.gradient-overlay-md-blue-100 {
    position: relative;
  }
  section.gradient-overlay-md-blue-100::before,
  div.gradient-overlay-md-blue-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, #0e49b5 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-blue-100::before,
  div.gradient-overlay-md-blue-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.hover-gradient-overlay-md-blue-0,
  div.hover-gradient-overlay-md-blue-0 {
    position: relative;
  }
  section.hover-gradient-overlay-md-blue-0::before,
  div.hover-gradient-overlay-md-blue-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-blue-0::before,
  div.hover-gradient-overlay-md-blue-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-blue-0::before,
  div:hover.hover-gradient-overlay-md-blue-0::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-blue-30,
  div.hover-gradient-overlay-md-blue-30 {
    position: relative;
  }
  section.hover-gradient-overlay-md-blue-30::before,
  div.hover-gradient-overlay-md-blue-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-blue-30::before,
  div.hover-gradient-overlay-md-blue-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-blue-30::before,
  div:hover.hover-gradient-overlay-md-blue-30::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-blue-50,
  div.hover-gradient-overlay-md-blue-50 {
    position: relative;
  }
  section.hover-gradient-overlay-md-blue-50::before,
  div.hover-gradient-overlay-md-blue-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-blue-50::before,
  div.hover-gradient-overlay-md-blue-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-blue-50::before,
  div:hover.hover-gradient-overlay-md-blue-50::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-blue-70,
  div.hover-gradient-overlay-md-blue-70 {
    position: relative;
  }
  section.hover-gradient-overlay-md-blue-70::before,
  div.hover-gradient-overlay-md-blue-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-blue-70::before,
  div.hover-gradient-overlay-md-blue-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-blue-70::before,
  div:hover.hover-gradient-overlay-md-blue-70::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-blue-100,
  div.hover-gradient-overlay-md-blue-100 {
    position: relative;
  }
  section.hover-gradient-overlay-md-blue-100::before,
  div.hover-gradient-overlay-md-blue-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-blue-100::before,
  div.hover-gradient-overlay-md-blue-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-blue-100::before,
  div:hover.hover-gradient-overlay-md-blue-100::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, #0e49b5 100%);
    opacity: 1;
  }
  section.overlay-md-gray-100,
  div.overlay-md-gray-100 {
    position: relative;
  }
  section.overlay-md-gray-100::before,
  div.overlay-md-gray-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #9f9f9f;
  }
  section.overlay-md-gray-70,
  div.overlay-md-gray-70 {
    position: relative;
  }
  section.overlay-md-gray-70::before,
  div.overlay-md-gray-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0.7);
  }
  section.overlay-md-gray-50,
  div.overlay-md-gray-50 {
    position: relative;
  }
  section.overlay-md-gray-50::before,
  div.overlay-md-gray-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0.5);
  }
  section.overlay-md-gray-30,
  div.overlay-md-gray-30 {
    position: relative;
  }
  section.overlay-md-gray-30::before,
  div.overlay-md-gray-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0.3);
  }
  section.overlay-md-gray-0,
  div.overlay-md-gray-0 {
    position: relative;
  }
  section.overlay-md-gray-0::before,
  div.overlay-md-gray-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
  section.hover-overlay-md-gray-0,
  div.hover-overlay-md-gray-0 {
    position: relative;
  }
  section.hover-overlay-md-gray-0::before,
  div.hover-overlay-md-gray-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-0::before,
  div.hover-overlay-md-gray-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-0::before,
  div:hover.hover-overlay-md-gray-0::before {
    background-color: rgba(159, 159, 159, 0);
    visibility: visible;
  }
  section.hover-overlay-md-gray-30,
  div.hover-overlay-md-gray-30 {
    position: relative;
  }
  section.hover-overlay-md-gray-30::before,
  div.hover-overlay-md-gray-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-30::before,
  div.hover-overlay-md-gray-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-30::before,
  div:hover.hover-overlay-md-gray-30::before {
    background-color: rgba(159, 159, 159, 0.3);
    visibility: visible;
  }
  section.hover-overlay-md-gray-50,
  div.hover-overlay-md-gray-50 {
    position: relative;
  }
  section.hover-overlay-md-gray-50::before,
  div.hover-overlay-md-gray-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-50::before,
  div.hover-overlay-md-gray-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-50::before,
  div:hover.hover-overlay-md-gray-50::before {
    background-color: rgba(159, 159, 159, 0.5);
    visibility: visible;
  }
  section.hover-overlay-md-gray-70,
  div.hover-overlay-md-gray-70 {
    position: relative;
  }
  section.hover-overlay-md-gray-70::before,
  div.hover-overlay-md-gray-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-70::before,
  div.hover-overlay-md-gray-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-70::before,
  div:hover.hover-overlay-md-gray-70::before {
    background-color: rgba(159, 159, 159, 0.7);
    visibility: visible;
  }
  section.hover-overlay-md-gray-100,
  div.hover-overlay-md-gray-100 {
    position: relative;
  }
  section.hover-overlay-md-gray-100::before,
  div.hover-overlay-md-gray-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-100::before,
  div.hover-overlay-md-gray-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-100::before,
  div:hover.hover-overlay-md-gray-100::before {
    background-color: #9f9f9f;
    visibility: visible;
  }
  section.gradient-overlay-md-gray-0,
  div.gradient-overlay-md-gray-0 {
    position: relative;
  }
  section.gradient-overlay-md-gray-0::before,
  div.gradient-overlay-md-gray-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-0::before,
  div.gradient-overlay-md-gray-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-gray-30,
  div.gradient-overlay-md-gray-30 {
    position: relative;
  }
  section.gradient-overlay-md-gray-30::before,
  div.gradient-overlay-md-gray-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.3) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-30::before,
  div.gradient-overlay-md-gray-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-gray-50,
  div.gradient-overlay-md-gray-50 {
    position: relative;
  }
  section.gradient-overlay-md-gray-50::before,
  div.gradient-overlay-md-gray-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.5) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-50::before,
  div.gradient-overlay-md-gray-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-gray-70,
  div.gradient-overlay-md-gray-70 {
    position: relative;
  }
  section.gradient-overlay-md-gray-70::before,
  div.gradient-overlay-md-gray-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.7) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-70::before,
  div.gradient-overlay-md-gray-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-gray-100,
  div.gradient-overlay-md-gray-100 {
    position: relative;
  }
  section.gradient-overlay-md-gray-100::before,
  div.gradient-overlay-md-gray-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, #9f9f9f 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-100::before,
  div.gradient-overlay-md-gray-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.hover-gradient-overlay-md-gray-0,
  div.hover-gradient-overlay-md-gray-0 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-0::before,
  div.hover-gradient-overlay-md-gray-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-0::before,
  div.hover-gradient-overlay-md-gray-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-0::before,
  div:hover.hover-gradient-overlay-md-gray-0::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-gray-30,
  div.hover-gradient-overlay-md-gray-30 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-30::before,
  div.hover-gradient-overlay-md-gray-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-30::before,
  div.hover-gradient-overlay-md-gray-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-30::before,
  div:hover.hover-gradient-overlay-md-gray-30::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-gray-50,
  div.hover-gradient-overlay-md-gray-50 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-50::before,
  div.hover-gradient-overlay-md-gray-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-50::before,
  div.hover-gradient-overlay-md-gray-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-50::before,
  div:hover.hover-gradient-overlay-md-gray-50::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-gray-70,
  div.hover-gradient-overlay-md-gray-70 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-70::before,
  div.hover-gradient-overlay-md-gray-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-70::before,
  div.hover-gradient-overlay-md-gray-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-70::before,
  div:hover.hover-gradient-overlay-md-gray-70::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-gray-100,
  div.hover-gradient-overlay-md-gray-100 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-100::before,
  div.hover-gradient-overlay-md-gray-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-100::before,
  div.hover-gradient-overlay-md-gray-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-100::before,
  div:hover.hover-gradient-overlay-md-gray-100::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, #9f9f9f 100%);
    opacity: 1;
  }
  section.overlay-md-gray-200-100,
  div.overlay-md-gray-200-100 {
    position: relative;
  }
  section.overlay-md-gray-200-100::before,
  div.overlay-md-gray-200-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #e9e9e9;
  }
  section.overlay-md-gray-200-70,
  div.overlay-md-gray-200-70 {
    position: relative;
  }
  section.overlay-md-gray-200-70::before,
  div.overlay-md-gray-200-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0.7);
  }
  section.overlay-md-gray-200-50,
  div.overlay-md-gray-200-50 {
    position: relative;
  }
  section.overlay-md-gray-200-50::before,
  div.overlay-md-gray-200-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0.5);
  }
  section.overlay-md-gray-200-30,
  div.overlay-md-gray-200-30 {
    position: relative;
  }
  section.overlay-md-gray-200-30::before,
  div.overlay-md-gray-200-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0.3);
  }
  section.overlay-md-gray-200-0,
  div.overlay-md-gray-200-0 {
    position: relative;
  }
  section.overlay-md-gray-200-0::before,
  div.overlay-md-gray-200-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
  section.hover-overlay-md-gray-200-0,
  div.hover-overlay-md-gray-200-0 {
    position: relative;
  }
  section.hover-overlay-md-gray-200-0::before,
  div.hover-overlay-md-gray-200-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-200-0::before,
  div.hover-overlay-md-gray-200-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-200-0::before,
  div:hover.hover-overlay-md-gray-200-0::before {
    background-color: rgba(233, 233, 233, 0);
    visibility: visible;
  }
  section.hover-overlay-md-gray-200-30,
  div.hover-overlay-md-gray-200-30 {
    position: relative;
  }
  section.hover-overlay-md-gray-200-30::before,
  div.hover-overlay-md-gray-200-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-200-30::before,
  div.hover-overlay-md-gray-200-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-200-30::before,
  div:hover.hover-overlay-md-gray-200-30::before {
    background-color: rgba(233, 233, 233, 0.3);
    visibility: visible;
  }
  section.hover-overlay-md-gray-200-50,
  div.hover-overlay-md-gray-200-50 {
    position: relative;
  }
  section.hover-overlay-md-gray-200-50::before,
  div.hover-overlay-md-gray-200-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-200-50::before,
  div.hover-overlay-md-gray-200-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-200-50::before,
  div:hover.hover-overlay-md-gray-200-50::before {
    background-color: rgba(233, 233, 233, 0.5);
    visibility: visible;
  }
  section.hover-overlay-md-gray-200-70,
  div.hover-overlay-md-gray-200-70 {
    position: relative;
  }
  section.hover-overlay-md-gray-200-70::before,
  div.hover-overlay-md-gray-200-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-200-70::before,
  div.hover-overlay-md-gray-200-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-200-70::before,
  div:hover.hover-overlay-md-gray-200-70::before {
    background-color: rgba(233, 233, 233, 0.7);
    visibility: visible;
  }
  section.hover-overlay-md-gray-200-100,
  div.hover-overlay-md-gray-200-100 {
    position: relative;
  }
  section.hover-overlay-md-gray-200-100::before,
  div.hover-overlay-md-gray-200-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-200-100::before,
  div.hover-overlay-md-gray-200-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-200-100::before,
  div:hover.hover-overlay-md-gray-200-100::before {
    background-color: #e9e9e9;
    visibility: visible;
  }
  section.gradient-overlay-md-gray-200-0,
  div.gradient-overlay-md-gray-200-0 {
    position: relative;
  }
  section.gradient-overlay-md-gray-200-0::before,
  div.gradient-overlay-md-gray-200-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-200-0::before,
  div.gradient-overlay-md-gray-200-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-gray-200-30,
  div.gradient-overlay-md-gray-200-30 {
    position: relative;
  }
  section.gradient-overlay-md-gray-200-30::before,
  div.gradient-overlay-md-gray-200-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.3) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-200-30::before,
  div.gradient-overlay-md-gray-200-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-gray-200-50,
  div.gradient-overlay-md-gray-200-50 {
    position: relative;
  }
  section.gradient-overlay-md-gray-200-50::before,
  div.gradient-overlay-md-gray-200-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.5) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-200-50::before,
  div.gradient-overlay-md-gray-200-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-gray-200-70,
  div.gradient-overlay-md-gray-200-70 {
    position: relative;
  }
  section.gradient-overlay-md-gray-200-70::before,
  div.gradient-overlay-md-gray-200-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.7) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-200-70::before,
  div.gradient-overlay-md-gray-200-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-gray-200-100,
  div.gradient-overlay-md-gray-200-100 {
    position: relative;
  }
  section.gradient-overlay-md-gray-200-100::before,
  div.gradient-overlay-md-gray-200-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, #e9e9e9 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-200-100::before,
  div.gradient-overlay-md-gray-200-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.hover-gradient-overlay-md-gray-200-0,
  div.hover-gradient-overlay-md-gray-200-0 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-200-0::before,
  div.hover-gradient-overlay-md-gray-200-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-200-0::before,
  div.hover-gradient-overlay-md-gray-200-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-200-0::before,
  div:hover.hover-gradient-overlay-md-gray-200-0::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-gray-200-30,
  div.hover-gradient-overlay-md-gray-200-30 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-200-30::before,
  div.hover-gradient-overlay-md-gray-200-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-200-30::before,
  div.hover-gradient-overlay-md-gray-200-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-200-30::before,
  div:hover.hover-gradient-overlay-md-gray-200-30::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-gray-200-50,
  div.hover-gradient-overlay-md-gray-200-50 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-200-50::before,
  div.hover-gradient-overlay-md-gray-200-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-200-50::before,
  div.hover-gradient-overlay-md-gray-200-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-200-50::before,
  div:hover.hover-gradient-overlay-md-gray-200-50::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-gray-200-70,
  div.hover-gradient-overlay-md-gray-200-70 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-200-70::before,
  div.hover-gradient-overlay-md-gray-200-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-200-70::before,
  div.hover-gradient-overlay-md-gray-200-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-200-70::before,
  div:hover.hover-gradient-overlay-md-gray-200-70::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-gray-200-100,
  div.hover-gradient-overlay-md-gray-200-100 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-200-100::before,
  div.hover-gradient-overlay-md-gray-200-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-200-100::before,
  div.hover-gradient-overlay-md-gray-200-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-200-100::before,
  div:hover.hover-gradient-overlay-md-gray-200-100::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, #e9e9e9 100%);
    opacity: 1;
  }
  section.overlay-md-gray-300-100,
  div.overlay-md-gray-300-100 {
    position: relative;
  }
  section.overlay-md-gray-300-100::before,
  div.overlay-md-gray-300-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #dee2e6;
  }
  section.overlay-md-gray-300-70,
  div.overlay-md-gray-300-70 {
    position: relative;
  }
  section.overlay-md-gray-300-70::before,
  div.overlay-md-gray-300-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0.7);
  }
  section.overlay-md-gray-300-50,
  div.overlay-md-gray-300-50 {
    position: relative;
  }
  section.overlay-md-gray-300-50::before,
  div.overlay-md-gray-300-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0.5);
  }
  section.overlay-md-gray-300-30,
  div.overlay-md-gray-300-30 {
    position: relative;
  }
  section.overlay-md-gray-300-30::before,
  div.overlay-md-gray-300-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0.3);
  }
  section.overlay-md-gray-300-0,
  div.overlay-md-gray-300-0 {
    position: relative;
  }
  section.overlay-md-gray-300-0::before,
  div.overlay-md-gray-300-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
  section.hover-overlay-md-gray-300-0,
  div.hover-overlay-md-gray-300-0 {
    position: relative;
  }
  section.hover-overlay-md-gray-300-0::before,
  div.hover-overlay-md-gray-300-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-300-0::before,
  div.hover-overlay-md-gray-300-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-300-0::before,
  div:hover.hover-overlay-md-gray-300-0::before {
    background-color: rgba(222, 226, 230, 0);
    visibility: visible;
  }
  section.hover-overlay-md-gray-300-30,
  div.hover-overlay-md-gray-300-30 {
    position: relative;
  }
  section.hover-overlay-md-gray-300-30::before,
  div.hover-overlay-md-gray-300-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-300-30::before,
  div.hover-overlay-md-gray-300-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-300-30::before,
  div:hover.hover-overlay-md-gray-300-30::before {
    background-color: rgba(222, 226, 230, 0.3);
    visibility: visible;
  }
  section.hover-overlay-md-gray-300-50,
  div.hover-overlay-md-gray-300-50 {
    position: relative;
  }
  section.hover-overlay-md-gray-300-50::before,
  div.hover-overlay-md-gray-300-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-300-50::before,
  div.hover-overlay-md-gray-300-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-300-50::before,
  div:hover.hover-overlay-md-gray-300-50::before {
    background-color: rgba(222, 226, 230, 0.5);
    visibility: visible;
  }
  section.hover-overlay-md-gray-300-70,
  div.hover-overlay-md-gray-300-70 {
    position: relative;
  }
  section.hover-overlay-md-gray-300-70::before,
  div.hover-overlay-md-gray-300-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-300-70::before,
  div.hover-overlay-md-gray-300-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-300-70::before,
  div:hover.hover-overlay-md-gray-300-70::before {
    background-color: rgba(222, 226, 230, 0.7);
    visibility: visible;
  }
  section.hover-overlay-md-gray-300-100,
  div.hover-overlay-md-gray-300-100 {
    position: relative;
  }
  section.hover-overlay-md-gray-300-100::before,
  div.hover-overlay-md-gray-300-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-300-100::before,
  div.hover-overlay-md-gray-300-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-300-100::before,
  div:hover.hover-overlay-md-gray-300-100::before {
    background-color: #dee2e6;
    visibility: visible;
  }
  section.gradient-overlay-md-gray-300-0,
  div.gradient-overlay-md-gray-300-0 {
    position: relative;
  }
  section.gradient-overlay-md-gray-300-0::before,
  div.gradient-overlay-md-gray-300-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-300-0::before,
  div.gradient-overlay-md-gray-300-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-gray-300-30,
  div.gradient-overlay-md-gray-300-30 {
    position: relative;
  }
  section.gradient-overlay-md-gray-300-30::before,
  div.gradient-overlay-md-gray-300-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.3) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-300-30::before,
  div.gradient-overlay-md-gray-300-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-gray-300-50,
  div.gradient-overlay-md-gray-300-50 {
    position: relative;
  }
  section.gradient-overlay-md-gray-300-50::before,
  div.gradient-overlay-md-gray-300-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.5) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-300-50::before,
  div.gradient-overlay-md-gray-300-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-gray-300-70,
  div.gradient-overlay-md-gray-300-70 {
    position: relative;
  }
  section.gradient-overlay-md-gray-300-70::before,
  div.gradient-overlay-md-gray-300-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.7) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-300-70::before,
  div.gradient-overlay-md-gray-300-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-gray-300-100,
  div.gradient-overlay-md-gray-300-100 {
    position: relative;
  }
  section.gradient-overlay-md-gray-300-100::before,
  div.gradient-overlay-md-gray-300-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, #dee2e6 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-300-100::before,
  div.gradient-overlay-md-gray-300-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.hover-gradient-overlay-md-gray-300-0,
  div.hover-gradient-overlay-md-gray-300-0 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-300-0::before,
  div.hover-gradient-overlay-md-gray-300-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-300-0::before,
  div.hover-gradient-overlay-md-gray-300-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-300-0::before,
  div:hover.hover-gradient-overlay-md-gray-300-0::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-gray-300-30,
  div.hover-gradient-overlay-md-gray-300-30 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-300-30::before,
  div.hover-gradient-overlay-md-gray-300-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-300-30::before,
  div.hover-gradient-overlay-md-gray-300-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-300-30::before,
  div:hover.hover-gradient-overlay-md-gray-300-30::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-gray-300-50,
  div.hover-gradient-overlay-md-gray-300-50 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-300-50::before,
  div.hover-gradient-overlay-md-gray-300-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-300-50::before,
  div.hover-gradient-overlay-md-gray-300-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-300-50::before,
  div:hover.hover-gradient-overlay-md-gray-300-50::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-gray-300-70,
  div.hover-gradient-overlay-md-gray-300-70 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-300-70::before,
  div.hover-gradient-overlay-md-gray-300-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-300-70::before,
  div.hover-gradient-overlay-md-gray-300-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-300-70::before,
  div:hover.hover-gradient-overlay-md-gray-300-70::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-gray-300-100,
  div.hover-gradient-overlay-md-gray-300-100 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-300-100::before,
  div.hover-gradient-overlay-md-gray-300-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-300-100::before,
  div.hover-gradient-overlay-md-gray-300-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-300-100::before,
  div:hover.hover-gradient-overlay-md-gray-300-100::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, #dee2e6 100%);
    opacity: 1;
  }
  section.overlay-md-gray-400-100,
  div.overlay-md-gray-400-100 {
    position: relative;
  }
  section.overlay-md-gray-400-100::before,
  div.overlay-md-gray-400-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #ced4da;
  }
  section.overlay-md-gray-400-70,
  div.overlay-md-gray-400-70 {
    position: relative;
  }
  section.overlay-md-gray-400-70::before,
  div.overlay-md-gray-400-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0.7);
  }
  section.overlay-md-gray-400-50,
  div.overlay-md-gray-400-50 {
    position: relative;
  }
  section.overlay-md-gray-400-50::before,
  div.overlay-md-gray-400-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0.5);
  }
  section.overlay-md-gray-400-30,
  div.overlay-md-gray-400-30 {
    position: relative;
  }
  section.overlay-md-gray-400-30::before,
  div.overlay-md-gray-400-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0.3);
  }
  section.overlay-md-gray-400-0,
  div.overlay-md-gray-400-0 {
    position: relative;
  }
  section.overlay-md-gray-400-0::before,
  div.overlay-md-gray-400-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
  section.hover-overlay-md-gray-400-0,
  div.hover-overlay-md-gray-400-0 {
    position: relative;
  }
  section.hover-overlay-md-gray-400-0::before,
  div.hover-overlay-md-gray-400-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-400-0::before,
  div.hover-overlay-md-gray-400-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-400-0::before,
  div:hover.hover-overlay-md-gray-400-0::before {
    background-color: rgba(206, 212, 218, 0);
    visibility: visible;
  }
  section.hover-overlay-md-gray-400-30,
  div.hover-overlay-md-gray-400-30 {
    position: relative;
  }
  section.hover-overlay-md-gray-400-30::before,
  div.hover-overlay-md-gray-400-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-400-30::before,
  div.hover-overlay-md-gray-400-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-400-30::before,
  div:hover.hover-overlay-md-gray-400-30::before {
    background-color: rgba(206, 212, 218, 0.3);
    visibility: visible;
  }
  section.hover-overlay-md-gray-400-50,
  div.hover-overlay-md-gray-400-50 {
    position: relative;
  }
  section.hover-overlay-md-gray-400-50::before,
  div.hover-overlay-md-gray-400-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-400-50::before,
  div.hover-overlay-md-gray-400-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-400-50::before,
  div:hover.hover-overlay-md-gray-400-50::before {
    background-color: rgba(206, 212, 218, 0.5);
    visibility: visible;
  }
  section.hover-overlay-md-gray-400-70,
  div.hover-overlay-md-gray-400-70 {
    position: relative;
  }
  section.hover-overlay-md-gray-400-70::before,
  div.hover-overlay-md-gray-400-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-400-70::before,
  div.hover-overlay-md-gray-400-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-400-70::before,
  div:hover.hover-overlay-md-gray-400-70::before {
    background-color: rgba(206, 212, 218, 0.7);
    visibility: visible;
  }
  section.hover-overlay-md-gray-400-100,
  div.hover-overlay-md-gray-400-100 {
    position: relative;
  }
  section.hover-overlay-md-gray-400-100::before,
  div.hover-overlay-md-gray-400-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-md-gray-400-100::before,
  div.hover-overlay-md-gray-400-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-overlay-md-gray-400-100::before,
  div:hover.hover-overlay-md-gray-400-100::before {
    background-color: #ced4da;
    visibility: visible;
  }
  section.gradient-overlay-md-gray-400-0,
  div.gradient-overlay-md-gray-400-0 {
    position: relative;
  }
  section.gradient-overlay-md-gray-400-0::before,
  div.gradient-overlay-md-gray-400-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-400-0::before,
  div.gradient-overlay-md-gray-400-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-gray-400-30,
  div.gradient-overlay-md-gray-400-30 {
    position: relative;
  }
  section.gradient-overlay-md-gray-400-30::before,
  div.gradient-overlay-md-gray-400-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.3) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-400-30::before,
  div.gradient-overlay-md-gray-400-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-gray-400-50,
  div.gradient-overlay-md-gray-400-50 {
    position: relative;
  }
  section.gradient-overlay-md-gray-400-50::before,
  div.gradient-overlay-md-gray-400-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.5) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-400-50::before,
  div.gradient-overlay-md-gray-400-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-gray-400-70,
  div.gradient-overlay-md-gray-400-70 {
    position: relative;
  }
  section.gradient-overlay-md-gray-400-70::before,
  div.gradient-overlay-md-gray-400-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.7) 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-400-70::before,
  div.gradient-overlay-md-gray-400-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.gradient-overlay-md-gray-400-100,
  div.gradient-overlay-md-gray-400-100 {
    position: relative;
  }
  section.gradient-overlay-md-gray-400-100::before,
  div.gradient-overlay-md-gray-400-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, #ced4da 100%);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-md-gray-400-100::before,
  div.gradient-overlay-md-gray-400-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section.hover-gradient-overlay-md-gray-400-0,
  div.hover-gradient-overlay-md-gray-400-0 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-400-0::before,
  div.hover-gradient-overlay-md-gray-400-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-400-0::before,
  div.hover-gradient-overlay-md-gray-400-0::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-400-0::before,
  div:hover.hover-gradient-overlay-md-gray-400-0::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-gray-400-30,
  div.hover-gradient-overlay-md-gray-400-30 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-400-30::before,
  div.hover-gradient-overlay-md-gray-400-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-400-30::before,
  div.hover-gradient-overlay-md-gray-400-30::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-400-30::before,
  div:hover.hover-gradient-overlay-md-gray-400-30::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-gray-400-50,
  div.hover-gradient-overlay-md-gray-400-50 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-400-50::before,
  div.hover-gradient-overlay-md-gray-400-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-400-50::before,
  div.hover-gradient-overlay-md-gray-400-50::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-400-50::before,
  div:hover.hover-gradient-overlay-md-gray-400-50::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-gray-400-70,
  div.hover-gradient-overlay-md-gray-400-70 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-400-70::before,
  div.hover-gradient-overlay-md-gray-400-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-400-70::before,
  div.hover-gradient-overlay-md-gray-400-70::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-400-70::before,
  div:hover.hover-gradient-overlay-md-gray-400-70::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-md-gray-400-100,
  div.hover-gradient-overlay-md-gray-400-100 {
    position: relative;
  }
  section.hover-gradient-overlay-md-gray-400-100::before,
  div.hover-gradient-overlay-md-gray-400-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-md-gray-400-100::before,
  div.hover-gradient-overlay-md-gray-400-100::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  section:hover.hover-gradient-overlay-md-gray-400-100::before,
  div:hover.hover-gradient-overlay-md-gray-400-100::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, #ced4da 100%);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  section.overlay-lg-primary-100,
  div.overlay-lg-primary-100 {
    position: relative;
  }
  section.overlay-lg-primary-100::before,
  div.overlay-lg-primary-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: var(--main);
  }
  section.overlay-lg-primary-70,
  div.overlay-lg-primary-70 {
    position: relative;
  }
  section.overlay-lg-primary-70::before,
  div.overlay-lg-primary-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0.7);
  }
  section.overlay-lg-primary-50,
  div.overlay-lg-primary-50 {
    position: relative;
  }
  section.overlay-lg-primary-50::before,
  div.overlay-lg-primary-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0.5);
  }
  section.overlay-lg-primary-30,
  div.overlay-lg-primary-30 {
    position: relative;
  }
  section.overlay-lg-primary-30::before,
  div.overlay-lg-primary-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0.3);
  }
  section.overlay-lg-primary-0,
  div.overlay-lg-primary-0 {
    position: relative;
  }
  section.overlay-lg-primary-0::before,
  div.overlay-lg-primary-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
  section.hover-overlay-lg-primary-0,
  div.hover-overlay-lg-primary-0 {
    position: relative;
  }
  section.hover-overlay-lg-primary-0::before,
  div.hover-overlay-lg-primary-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-primary-0::before,
  div.hover-overlay-lg-primary-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-primary-0::before,
  div:hover.hover-overlay-lg-primary-0::before {
    background-color: rgba(172, 156, 127, 0);
    visibility: visible;
  }
  section.hover-overlay-lg-primary-30,
  div.hover-overlay-lg-primary-30 {
    position: relative;
  }
  section.hover-overlay-lg-primary-30::before,
  div.hover-overlay-lg-primary-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-primary-30::before,
  div.hover-overlay-lg-primary-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-primary-30::before,
  div:hover.hover-overlay-lg-primary-30::before {
    background-color: rgba(172, 156, 127, 0.3);
    visibility: visible;
  }
  section.hover-overlay-lg-primary-50,
  div.hover-overlay-lg-primary-50 {
    position: relative;
  }
  section.hover-overlay-lg-primary-50::before,
  div.hover-overlay-lg-primary-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-primary-50::before,
  div.hover-overlay-lg-primary-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-primary-50::before,
  div:hover.hover-overlay-lg-primary-50::before {
    background-color: rgba(172, 156, 127, 0.5);
    visibility: visible;
  }
  section.hover-overlay-lg-primary-70,
  div.hover-overlay-lg-primary-70 {
    position: relative;
  }
  section.hover-overlay-lg-primary-70::before,
  div.hover-overlay-lg-primary-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-primary-70::before,
  div.hover-overlay-lg-primary-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-primary-70::before,
  div:hover.hover-overlay-lg-primary-70::before {
    background-color: rgba(172, 156, 127, 0.7);
    visibility: visible;
  }
  section.hover-overlay-lg-primary-100,
  div.hover-overlay-lg-primary-100 {
    position: relative;
  }
  section.hover-overlay-lg-primary-100::before,
  div.hover-overlay-lg-primary-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-primary-100::before,
  div.hover-overlay-lg-primary-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-primary-100::before,
  div:hover.hover-overlay-lg-primary-100::before {
    background-color: var(--main);
    visibility: visible;
  }
  section.gradient-overlay-lg-primary-0,
  div.gradient-overlay-lg-primary-0 {
    position: relative;
  }
  section.gradient-overlay-lg-primary-0::before,
  div.gradient-overlay-lg-primary-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-primary-0::before,
  div.gradient-overlay-lg-primary-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-primary-30,
  div.gradient-overlay-lg-primary-30 {
    position: relative;
  }
  section.gradient-overlay-lg-primary-30::before,
  div.gradient-overlay-lg-primary-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.3) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-primary-30::before,
  div.gradient-overlay-lg-primary-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-primary-50,
  div.gradient-overlay-lg-primary-50 {
    position: relative;
  }
  section.gradient-overlay-lg-primary-50::before,
  div.gradient-overlay-lg-primary-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.5) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-primary-50::before,
  div.gradient-overlay-lg-primary-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-primary-70,
  div.gradient-overlay-lg-primary-70 {
    position: relative;
  }
  section.gradient-overlay-lg-primary-70::before,
  div.gradient-overlay-lg-primary-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.7) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-primary-70::before,
  div.gradient-overlay-lg-primary-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-primary-100,
  div.gradient-overlay-lg-primary-100 {
    position: relative;
  }
  section.gradient-overlay-lg-primary-100::before,
  div.gradient-overlay-lg-primary-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, var(--main) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-primary-100::before,
  div.gradient-overlay-lg-primary-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.hover-gradient-overlay-lg-primary-0,
  div.hover-gradient-overlay-lg-primary-0 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-primary-0::before,
  div.hover-gradient-overlay-lg-primary-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-primary-0::before,
  div.hover-gradient-overlay-lg-primary-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-primary-0::before,
  div:hover.hover-gradient-overlay-lg-primary-0::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-primary-30,
  div.hover-gradient-overlay-lg-primary-30 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-primary-30::before,
  div.hover-gradient-overlay-lg-primary-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-primary-30::before,
  div.hover-gradient-overlay-lg-primary-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-primary-30::before,
  div:hover.hover-gradient-overlay-lg-primary-30::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-primary-50,
  div.hover-gradient-overlay-lg-primary-50 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-primary-50::before,
  div.hover-gradient-overlay-lg-primary-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-primary-50::before,
  div.hover-gradient-overlay-lg-primary-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-primary-50::before,
  div:hover.hover-gradient-overlay-lg-primary-50::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-primary-70,
  div.hover-gradient-overlay-lg-primary-70 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-primary-70::before,
  div.hover-gradient-overlay-lg-primary-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-primary-70::before,
  div.hover-gradient-overlay-lg-primary-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-primary-70::before,
  div:hover.hover-gradient-overlay-lg-primary-70::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-primary-100,
  div.hover-gradient-overlay-lg-primary-100 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-primary-100::before,
  div.hover-gradient-overlay-lg-primary-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-primary-100::before,
  div.hover-gradient-overlay-lg-primary-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-primary-100::before,
  div:hover.hover-gradient-overlay-lg-primary-100::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, var(--main) 100%);
    opacity: 1;
  }
  section.overlay-lg-secondary-100,
  div.overlay-lg-secondary-100 {
    position: relative;
  }
  section.overlay-lg-secondary-100::before,
  div.overlay-lg-secondary-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #686868;
  }
  section.overlay-lg-secondary-70,
  div.overlay-lg-secondary-70 {
    position: relative;
  }
  section.overlay-lg-secondary-70::before,
  div.overlay-lg-secondary-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0.7);
  }
  section.overlay-lg-secondary-50,
  div.overlay-lg-secondary-50 {
    position: relative;
  }
  section.overlay-lg-secondary-50::before,
  div.overlay-lg-secondary-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0.5);
  }
  section.overlay-lg-secondary-30,
  div.overlay-lg-secondary-30 {
    position: relative;
  }
  section.overlay-lg-secondary-30::before,
  div.overlay-lg-secondary-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0.3);
  }
  section.overlay-lg-secondary-0,
  div.overlay-lg-secondary-0 {
    position: relative;
  }
  section.overlay-lg-secondary-0::before,
  div.overlay-lg-secondary-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
  section.hover-overlay-lg-secondary-0,
  div.hover-overlay-lg-secondary-0 {
    position: relative;
  }
  section.hover-overlay-lg-secondary-0::before,
  div.hover-overlay-lg-secondary-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-secondary-0::before,
  div.hover-overlay-lg-secondary-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-secondary-0::before,
  div:hover.hover-overlay-lg-secondary-0::before {
    background-color: rgba(104, 104, 104, 0);
    visibility: visible;
  }
  section.hover-overlay-lg-secondary-30,
  div.hover-overlay-lg-secondary-30 {
    position: relative;
  }
  section.hover-overlay-lg-secondary-30::before,
  div.hover-overlay-lg-secondary-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-secondary-30::before,
  div.hover-overlay-lg-secondary-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-secondary-30::before,
  div:hover.hover-overlay-lg-secondary-30::before {
    background-color: rgba(104, 104, 104, 0.3);
    visibility: visible;
  }
  section.hover-overlay-lg-secondary-50,
  div.hover-overlay-lg-secondary-50 {
    position: relative;
  }
  section.hover-overlay-lg-secondary-50::before,
  div.hover-overlay-lg-secondary-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-secondary-50::before,
  div.hover-overlay-lg-secondary-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-secondary-50::before,
  div:hover.hover-overlay-lg-secondary-50::before {
    background-color: rgba(104, 104, 104, 0.5);
    visibility: visible;
  }
  section.hover-overlay-lg-secondary-70,
  div.hover-overlay-lg-secondary-70 {
    position: relative;
  }
  section.hover-overlay-lg-secondary-70::before,
  div.hover-overlay-lg-secondary-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-secondary-70::before,
  div.hover-overlay-lg-secondary-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-secondary-70::before,
  div:hover.hover-overlay-lg-secondary-70::before {
    background-color: rgba(104, 104, 104, 0.7);
    visibility: visible;
  }
  section.hover-overlay-lg-secondary-100,
  div.hover-overlay-lg-secondary-100 {
    position: relative;
  }
  section.hover-overlay-lg-secondary-100::before,
  div.hover-overlay-lg-secondary-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-secondary-100::before,
  div.hover-overlay-lg-secondary-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-secondary-100::before,
  div:hover.hover-overlay-lg-secondary-100::before {
    background-color: #686868;
    visibility: visible;
  }
  section.gradient-overlay-lg-secondary-0,
  div.gradient-overlay-lg-secondary-0 {
    position: relative;
  }
  section.gradient-overlay-lg-secondary-0::before,
  div.gradient-overlay-lg-secondary-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-secondary-0::before,
  div.gradient-overlay-lg-secondary-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-secondary-30,
  div.gradient-overlay-lg-secondary-30 {
    position: relative;
  }
  section.gradient-overlay-lg-secondary-30::before,
  div.gradient-overlay-lg-secondary-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.3) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-secondary-30::before,
  div.gradient-overlay-lg-secondary-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-secondary-50,
  div.gradient-overlay-lg-secondary-50 {
    position: relative;
  }
  section.gradient-overlay-lg-secondary-50::before,
  div.gradient-overlay-lg-secondary-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.5) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-secondary-50::before,
  div.gradient-overlay-lg-secondary-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-secondary-70,
  div.gradient-overlay-lg-secondary-70 {
    position: relative;
  }
  section.gradient-overlay-lg-secondary-70::before,
  div.gradient-overlay-lg-secondary-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.7) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-secondary-70::before,
  div.gradient-overlay-lg-secondary-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-secondary-100,
  div.gradient-overlay-lg-secondary-100 {
    position: relative;
  }
  section.gradient-overlay-lg-secondary-100::before,
  div.gradient-overlay-lg-secondary-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, #686868 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-secondary-100::before,
  div.gradient-overlay-lg-secondary-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.hover-gradient-overlay-lg-secondary-0,
  div.hover-gradient-overlay-lg-secondary-0 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-secondary-0::before,
  div.hover-gradient-overlay-lg-secondary-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-secondary-0::before,
  div.hover-gradient-overlay-lg-secondary-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-secondary-0::before,
  div:hover.hover-gradient-overlay-lg-secondary-0::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-secondary-30,
  div.hover-gradient-overlay-lg-secondary-30 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-secondary-30::before,
  div.hover-gradient-overlay-lg-secondary-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-secondary-30::before,
  div.hover-gradient-overlay-lg-secondary-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-secondary-30::before,
  div:hover.hover-gradient-overlay-lg-secondary-30::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-secondary-50,
  div.hover-gradient-overlay-lg-secondary-50 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-secondary-50::before,
  div.hover-gradient-overlay-lg-secondary-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-secondary-50::before,
  div.hover-gradient-overlay-lg-secondary-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-secondary-50::before,
  div:hover.hover-gradient-overlay-lg-secondary-50::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-secondary-70,
  div.hover-gradient-overlay-lg-secondary-70 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-secondary-70::before,
  div.hover-gradient-overlay-lg-secondary-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-secondary-70::before,
  div.hover-gradient-overlay-lg-secondary-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-secondary-70::before,
  div:hover.hover-gradient-overlay-lg-secondary-70::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-secondary-100,
  div.hover-gradient-overlay-lg-secondary-100 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-secondary-100::before,
  div.hover-gradient-overlay-lg-secondary-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-secondary-100::before,
  div.hover-gradient-overlay-lg-secondary-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-secondary-100::before,
  div:hover.hover-gradient-overlay-lg-secondary-100::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, #686868 100%);
    opacity: 1;
  }
  section.overlay-lg-success-100,
  div.overlay-lg-success-100 {
    position: relative;
  }
  section.overlay-lg-success-100::before,
  div.overlay-lg-success-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #87de7d;
  }
  section.overlay-lg-success-70,
  div.overlay-lg-success-70 {
    position: relative;
  }
  section.overlay-lg-success-70::before,
  div.overlay-lg-success-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0.7);
  }
  section.overlay-lg-success-50,
  div.overlay-lg-success-50 {
    position: relative;
  }
  section.overlay-lg-success-50::before,
  div.overlay-lg-success-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0.5);
  }
  section.overlay-lg-success-30,
  div.overlay-lg-success-30 {
    position: relative;
  }
  section.overlay-lg-success-30::before,
  div.overlay-lg-success-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0.3);
  }
  section.overlay-lg-success-0,
  div.overlay-lg-success-0 {
    position: relative;
  }
  section.overlay-lg-success-0::before,
  div.overlay-lg-success-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
  section.hover-overlay-lg-success-0,
  div.hover-overlay-lg-success-0 {
    position: relative;
  }
  section.hover-overlay-lg-success-0::before,
  div.hover-overlay-lg-success-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-success-0::before,
  div.hover-overlay-lg-success-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-success-0::before,
  div:hover.hover-overlay-lg-success-0::before {
    background-color: rgba(135, 222, 125, 0);
    visibility: visible;
  }
  section.hover-overlay-lg-success-30,
  div.hover-overlay-lg-success-30 {
    position: relative;
  }
  section.hover-overlay-lg-success-30::before,
  div.hover-overlay-lg-success-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-success-30::before,
  div.hover-overlay-lg-success-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-success-30::before,
  div:hover.hover-overlay-lg-success-30::before {
    background-color: rgba(135, 222, 125, 0.3);
    visibility: visible;
  }
  section.hover-overlay-lg-success-50,
  div.hover-overlay-lg-success-50 {
    position: relative;
  }
  section.hover-overlay-lg-success-50::before,
  div.hover-overlay-lg-success-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-success-50::before,
  div.hover-overlay-lg-success-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-success-50::before,
  div:hover.hover-overlay-lg-success-50::before {
    background-color: rgba(135, 222, 125, 0.5);
    visibility: visible;
  }
  section.hover-overlay-lg-success-70,
  div.hover-overlay-lg-success-70 {
    position: relative;
  }
  section.hover-overlay-lg-success-70::before,
  div.hover-overlay-lg-success-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-success-70::before,
  div.hover-overlay-lg-success-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-success-70::before,
  div:hover.hover-overlay-lg-success-70::before {
    background-color: rgba(135, 222, 125, 0.7);
    visibility: visible;
  }
  section.hover-overlay-lg-success-100,
  div.hover-overlay-lg-success-100 {
    position: relative;
  }
  section.hover-overlay-lg-success-100::before,
  div.hover-overlay-lg-success-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-success-100::before,
  div.hover-overlay-lg-success-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-success-100::before,
  div:hover.hover-overlay-lg-success-100::before {
    background-color: #87de7d;
    visibility: visible;
  }
  section.gradient-overlay-lg-success-0,
  div.gradient-overlay-lg-success-0 {
    position: relative;
  }
  section.gradient-overlay-lg-success-0::before,
  div.gradient-overlay-lg-success-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-success-0::before,
  div.gradient-overlay-lg-success-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-success-30,
  div.gradient-overlay-lg-success-30 {
    position: relative;
  }
  section.gradient-overlay-lg-success-30::before,
  div.gradient-overlay-lg-success-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.3) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-success-30::before,
  div.gradient-overlay-lg-success-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-success-50,
  div.gradient-overlay-lg-success-50 {
    position: relative;
  }
  section.gradient-overlay-lg-success-50::before,
  div.gradient-overlay-lg-success-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.5) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-success-50::before,
  div.gradient-overlay-lg-success-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-success-70,
  div.gradient-overlay-lg-success-70 {
    position: relative;
  }
  section.gradient-overlay-lg-success-70::before,
  div.gradient-overlay-lg-success-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.7) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-success-70::before,
  div.gradient-overlay-lg-success-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-success-100,
  div.gradient-overlay-lg-success-100 {
    position: relative;
  }
  section.gradient-overlay-lg-success-100::before,
  div.gradient-overlay-lg-success-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, #87de7d 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-success-100::before,
  div.gradient-overlay-lg-success-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.hover-gradient-overlay-lg-success-0,
  div.hover-gradient-overlay-lg-success-0 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-success-0::before,
  div.hover-gradient-overlay-lg-success-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-success-0::before,
  div.hover-gradient-overlay-lg-success-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-success-0::before,
  div:hover.hover-gradient-overlay-lg-success-0::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-success-30,
  div.hover-gradient-overlay-lg-success-30 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-success-30::before,
  div.hover-gradient-overlay-lg-success-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-success-30::before,
  div.hover-gradient-overlay-lg-success-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-success-30::before,
  div:hover.hover-gradient-overlay-lg-success-30::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-success-50,
  div.hover-gradient-overlay-lg-success-50 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-success-50::before,
  div.hover-gradient-overlay-lg-success-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-success-50::before,
  div.hover-gradient-overlay-lg-success-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-success-50::before,
  div:hover.hover-gradient-overlay-lg-success-50::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-success-70,
  div.hover-gradient-overlay-lg-success-70 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-success-70::before,
  div.hover-gradient-overlay-lg-success-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-success-70::before,
  div.hover-gradient-overlay-lg-success-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-success-70::before,
  div:hover.hover-gradient-overlay-lg-success-70::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-success-100,
  div.hover-gradient-overlay-lg-success-100 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-success-100::before,
  div.hover-gradient-overlay-lg-success-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-success-100::before,
  div.hover-gradient-overlay-lg-success-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-success-100::before,
  div:hover.hover-gradient-overlay-lg-success-100::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, #87de7d 100%);
    opacity: 1;
  }
  section.overlay-lg-info-100,
  div.overlay-lg-info-100 {
    position: relative;
  }
  section.overlay-lg-info-100::before,
  div.overlay-lg-info-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #2bb4dd;
  }
  section.overlay-lg-info-70,
  div.overlay-lg-info-70 {
    position: relative;
  }
  section.overlay-lg-info-70::before,
  div.overlay-lg-info-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0.7);
  }
  section.overlay-lg-info-50,
  div.overlay-lg-info-50 {
    position: relative;
  }
  section.overlay-lg-info-50::before,
  div.overlay-lg-info-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0.5);
  }
  section.overlay-lg-info-30,
  div.overlay-lg-info-30 {
    position: relative;
  }
  section.overlay-lg-info-30::before,
  div.overlay-lg-info-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0.3);
  }
  section.overlay-lg-info-0,
  div.overlay-lg-info-0 {
    position: relative;
  }
  section.overlay-lg-info-0::before,
  div.overlay-lg-info-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
  section.hover-overlay-lg-info-0,
  div.hover-overlay-lg-info-0 {
    position: relative;
  }
  section.hover-overlay-lg-info-0::before,
  div.hover-overlay-lg-info-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-info-0::before,
  div.hover-overlay-lg-info-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-info-0::before,
  div:hover.hover-overlay-lg-info-0::before {
    background-color: rgba(43, 180, 221, 0);
    visibility: visible;
  }
  section.hover-overlay-lg-info-30,
  div.hover-overlay-lg-info-30 {
    position: relative;
  }
  section.hover-overlay-lg-info-30::before,
  div.hover-overlay-lg-info-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-info-30::before,
  div.hover-overlay-lg-info-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-info-30::before,
  div:hover.hover-overlay-lg-info-30::before {
    background-color: rgba(43, 180, 221, 0.3);
    visibility: visible;
  }
  section.hover-overlay-lg-info-50,
  div.hover-overlay-lg-info-50 {
    position: relative;
  }
  section.hover-overlay-lg-info-50::before,
  div.hover-overlay-lg-info-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-info-50::before,
  div.hover-overlay-lg-info-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-info-50::before,
  div:hover.hover-overlay-lg-info-50::before {
    background-color: rgba(43, 180, 221, 0.5);
    visibility: visible;
  }
  section.hover-overlay-lg-info-70,
  div.hover-overlay-lg-info-70 {
    position: relative;
  }
  section.hover-overlay-lg-info-70::before,
  div.hover-overlay-lg-info-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-info-70::before,
  div.hover-overlay-lg-info-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-info-70::before,
  div:hover.hover-overlay-lg-info-70::before {
    background-color: rgba(43, 180, 221, 0.7);
    visibility: visible;
  }
  section.hover-overlay-lg-info-100,
  div.hover-overlay-lg-info-100 {
    position: relative;
  }
  section.hover-overlay-lg-info-100::before,
  div.hover-overlay-lg-info-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-info-100::before,
  div.hover-overlay-lg-info-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-info-100::before,
  div:hover.hover-overlay-lg-info-100::before {
    background-color: #2bb4dd;
    visibility: visible;
  }
  section.gradient-overlay-lg-info-0,
  div.gradient-overlay-lg-info-0 {
    position: relative;
  }
  section.gradient-overlay-lg-info-0::before,
  div.gradient-overlay-lg-info-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-info-0::before,
  div.gradient-overlay-lg-info-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-info-30,
  div.gradient-overlay-lg-info-30 {
    position: relative;
  }
  section.gradient-overlay-lg-info-30::before,
  div.gradient-overlay-lg-info-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.3) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-info-30::before,
  div.gradient-overlay-lg-info-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-info-50,
  div.gradient-overlay-lg-info-50 {
    position: relative;
  }
  section.gradient-overlay-lg-info-50::before,
  div.gradient-overlay-lg-info-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.5) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-info-50::before,
  div.gradient-overlay-lg-info-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-info-70,
  div.gradient-overlay-lg-info-70 {
    position: relative;
  }
  section.gradient-overlay-lg-info-70::before,
  div.gradient-overlay-lg-info-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.7) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-info-70::before,
  div.gradient-overlay-lg-info-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-info-100,
  div.gradient-overlay-lg-info-100 {
    position: relative;
  }
  section.gradient-overlay-lg-info-100::before,
  div.gradient-overlay-lg-info-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, #2bb4dd 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-info-100::before,
  div.gradient-overlay-lg-info-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.hover-gradient-overlay-lg-info-0,
  div.hover-gradient-overlay-lg-info-0 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-info-0::before,
  div.hover-gradient-overlay-lg-info-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-info-0::before,
  div.hover-gradient-overlay-lg-info-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-info-0::before,
  div:hover.hover-gradient-overlay-lg-info-0::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-info-30,
  div.hover-gradient-overlay-lg-info-30 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-info-30::before,
  div.hover-gradient-overlay-lg-info-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-info-30::before,
  div.hover-gradient-overlay-lg-info-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-info-30::before,
  div:hover.hover-gradient-overlay-lg-info-30::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-info-50,
  div.hover-gradient-overlay-lg-info-50 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-info-50::before,
  div.hover-gradient-overlay-lg-info-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-info-50::before,
  div.hover-gradient-overlay-lg-info-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-info-50::before,
  div:hover.hover-gradient-overlay-lg-info-50::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-info-70,
  div.hover-gradient-overlay-lg-info-70 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-info-70::before,
  div.hover-gradient-overlay-lg-info-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-info-70::before,
  div.hover-gradient-overlay-lg-info-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-info-70::before,
  div:hover.hover-gradient-overlay-lg-info-70::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-info-100,
  div.hover-gradient-overlay-lg-info-100 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-info-100::before,
  div.hover-gradient-overlay-lg-info-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-info-100::before,
  div.hover-gradient-overlay-lg-info-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-info-100::before,
  div:hover.hover-gradient-overlay-lg-info-100::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, #2bb4dd 100%);
    opacity: 1;
  }
  section.overlay-lg-warning-100,
  div.overlay-lg-warning-100 {
    position: relative;
  }
  section.overlay-lg-warning-100::before,
  div.overlay-lg-warning-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #ddb32b;
  }
  section.overlay-lg-warning-70,
  div.overlay-lg-warning-70 {
    position: relative;
  }
  section.overlay-lg-warning-70::before,
  div.overlay-lg-warning-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0.7);
  }
  section.overlay-lg-warning-50,
  div.overlay-lg-warning-50 {
    position: relative;
  }
  section.overlay-lg-warning-50::before,
  div.overlay-lg-warning-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0.5);
  }
  section.overlay-lg-warning-30,
  div.overlay-lg-warning-30 {
    position: relative;
  }
  section.overlay-lg-warning-30::before,
  div.overlay-lg-warning-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0.3);
  }
  section.overlay-lg-warning-0,
  div.overlay-lg-warning-0 {
    position: relative;
  }
  section.overlay-lg-warning-0::before,
  div.overlay-lg-warning-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
  section.hover-overlay-lg-warning-0,
  div.hover-overlay-lg-warning-0 {
    position: relative;
  }
  section.hover-overlay-lg-warning-0::before,
  div.hover-overlay-lg-warning-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-warning-0::before,
  div.hover-overlay-lg-warning-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-warning-0::before,
  div:hover.hover-overlay-lg-warning-0::before {
    background-color: rgba(221, 179, 43, 0);
    visibility: visible;
  }
  section.hover-overlay-lg-warning-30,
  div.hover-overlay-lg-warning-30 {
    position: relative;
  }
  section.hover-overlay-lg-warning-30::before,
  div.hover-overlay-lg-warning-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-warning-30::before,
  div.hover-overlay-lg-warning-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-warning-30::before,
  div:hover.hover-overlay-lg-warning-30::before {
    background-color: rgba(221, 179, 43, 0.3);
    visibility: visible;
  }
  section.hover-overlay-lg-warning-50,
  div.hover-overlay-lg-warning-50 {
    position: relative;
  }
  section.hover-overlay-lg-warning-50::before,
  div.hover-overlay-lg-warning-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-warning-50::before,
  div.hover-overlay-lg-warning-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-warning-50::before,
  div:hover.hover-overlay-lg-warning-50::before {
    background-color: rgba(221, 179, 43, 0.5);
    visibility: visible;
  }
  section.hover-overlay-lg-warning-70,
  div.hover-overlay-lg-warning-70 {
    position: relative;
  }
  section.hover-overlay-lg-warning-70::before,
  div.hover-overlay-lg-warning-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-warning-70::before,
  div.hover-overlay-lg-warning-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-warning-70::before,
  div:hover.hover-overlay-lg-warning-70::before {
    background-color: rgba(221, 179, 43, 0.7);
    visibility: visible;
  }
  section.hover-overlay-lg-warning-100,
  div.hover-overlay-lg-warning-100 {
    position: relative;
  }
  section.hover-overlay-lg-warning-100::before,
  div.hover-overlay-lg-warning-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-warning-100::before,
  div.hover-overlay-lg-warning-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-warning-100::before,
  div:hover.hover-overlay-lg-warning-100::before {
    background-color: #ddb32b;
    visibility: visible;
  }
  section.gradient-overlay-lg-warning-0,
  div.gradient-overlay-lg-warning-0 {
    position: relative;
  }
  section.gradient-overlay-lg-warning-0::before,
  div.gradient-overlay-lg-warning-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-warning-0::before,
  div.gradient-overlay-lg-warning-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-warning-30,
  div.gradient-overlay-lg-warning-30 {
    position: relative;
  }
  section.gradient-overlay-lg-warning-30::before,
  div.gradient-overlay-lg-warning-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.3) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-warning-30::before,
  div.gradient-overlay-lg-warning-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-warning-50,
  div.gradient-overlay-lg-warning-50 {
    position: relative;
  }
  section.gradient-overlay-lg-warning-50::before,
  div.gradient-overlay-lg-warning-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.5) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-warning-50::before,
  div.gradient-overlay-lg-warning-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-warning-70,
  div.gradient-overlay-lg-warning-70 {
    position: relative;
  }
  section.gradient-overlay-lg-warning-70::before,
  div.gradient-overlay-lg-warning-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.7) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-warning-70::before,
  div.gradient-overlay-lg-warning-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-warning-100,
  div.gradient-overlay-lg-warning-100 {
    position: relative;
  }
  section.gradient-overlay-lg-warning-100::before,
  div.gradient-overlay-lg-warning-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, #ddb32b 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-warning-100::before,
  div.gradient-overlay-lg-warning-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.hover-gradient-overlay-lg-warning-0,
  div.hover-gradient-overlay-lg-warning-0 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-warning-0::before,
  div.hover-gradient-overlay-lg-warning-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-warning-0::before,
  div.hover-gradient-overlay-lg-warning-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-warning-0::before,
  div:hover.hover-gradient-overlay-lg-warning-0::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-warning-30,
  div.hover-gradient-overlay-lg-warning-30 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-warning-30::before,
  div.hover-gradient-overlay-lg-warning-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-warning-30::before,
  div.hover-gradient-overlay-lg-warning-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-warning-30::before,
  div:hover.hover-gradient-overlay-lg-warning-30::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-warning-50,
  div.hover-gradient-overlay-lg-warning-50 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-warning-50::before,
  div.hover-gradient-overlay-lg-warning-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-warning-50::before,
  div.hover-gradient-overlay-lg-warning-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-warning-50::before,
  div:hover.hover-gradient-overlay-lg-warning-50::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-warning-70,
  div.hover-gradient-overlay-lg-warning-70 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-warning-70::before,
  div.hover-gradient-overlay-lg-warning-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-warning-70::before,
  div.hover-gradient-overlay-lg-warning-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-warning-70::before,
  div:hover.hover-gradient-overlay-lg-warning-70::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-warning-100,
  div.hover-gradient-overlay-lg-warning-100 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-warning-100::before,
  div.hover-gradient-overlay-lg-warning-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-warning-100::before,
  div.hover-gradient-overlay-lg-warning-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-warning-100::before,
  div:hover.hover-gradient-overlay-lg-warning-100::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, #ddb32b 100%);
    opacity: 1;
  }
  section.overlay-lg-danger-100,
  div.overlay-lg-danger-100 {
    position: relative;
  }
  section.overlay-lg-danger-100::before,
  div.overlay-lg-danger-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #f90000;
  }
  section.overlay-lg-danger-70,
  div.overlay-lg-danger-70 {
    position: relative;
  }
  section.overlay-lg-danger-70::before,
  div.overlay-lg-danger-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0.7);
  }
  section.overlay-lg-danger-50,
  div.overlay-lg-danger-50 {
    position: relative;
  }
  section.overlay-lg-danger-50::before,
  div.overlay-lg-danger-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0.5);
  }
  section.overlay-lg-danger-30,
  div.overlay-lg-danger-30 {
    position: relative;
  }
  section.overlay-lg-danger-30::before,
  div.overlay-lg-danger-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0.3);
  }
  section.overlay-lg-danger-0,
  div.overlay-lg-danger-0 {
    position: relative;
  }
  section.overlay-lg-danger-0::before,
  div.overlay-lg-danger-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
  section.hover-overlay-lg-danger-0,
  div.hover-overlay-lg-danger-0 {
    position: relative;
  }
  section.hover-overlay-lg-danger-0::before,
  div.hover-overlay-lg-danger-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-danger-0::before,
  div.hover-overlay-lg-danger-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-danger-0::before,
  div:hover.hover-overlay-lg-danger-0::before {
    background-color: rgba(249, 0, 0, 0);
    visibility: visible;
  }
  section.hover-overlay-lg-danger-30,
  div.hover-overlay-lg-danger-30 {
    position: relative;
  }
  section.hover-overlay-lg-danger-30::before,
  div.hover-overlay-lg-danger-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-danger-30::before,
  div.hover-overlay-lg-danger-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-danger-30::before,
  div:hover.hover-overlay-lg-danger-30::before {
    background-color: rgba(249, 0, 0, 0.3);
    visibility: visible;
  }
  section.hover-overlay-lg-danger-50,
  div.hover-overlay-lg-danger-50 {
    position: relative;
  }
  section.hover-overlay-lg-danger-50::before,
  div.hover-overlay-lg-danger-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-danger-50::before,
  div.hover-overlay-lg-danger-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-danger-50::before,
  div:hover.hover-overlay-lg-danger-50::before {
    background-color: rgba(249, 0, 0, 0.5);
    visibility: visible;
  }
  section.hover-overlay-lg-danger-70,
  div.hover-overlay-lg-danger-70 {
    position: relative;
  }
  section.hover-overlay-lg-danger-70::before,
  div.hover-overlay-lg-danger-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-danger-70::before,
  div.hover-overlay-lg-danger-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-danger-70::before,
  div:hover.hover-overlay-lg-danger-70::before {
    background-color: rgba(249, 0, 0, 0.7);
    visibility: visible;
  }
  section.hover-overlay-lg-danger-100,
  div.hover-overlay-lg-danger-100 {
    position: relative;
  }
  section.hover-overlay-lg-danger-100::before,
  div.hover-overlay-lg-danger-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-danger-100::before,
  div.hover-overlay-lg-danger-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-danger-100::before,
  div:hover.hover-overlay-lg-danger-100::before {
    background-color: #f90000;
    visibility: visible;
  }
  section.gradient-overlay-lg-danger-0,
  div.gradient-overlay-lg-danger-0 {
    position: relative;
  }
  section.gradient-overlay-lg-danger-0::before,
  div.gradient-overlay-lg-danger-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-danger-0::before,
  div.gradient-overlay-lg-danger-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-danger-30,
  div.gradient-overlay-lg-danger-30 {
    position: relative;
  }
  section.gradient-overlay-lg-danger-30::before,
  div.gradient-overlay-lg-danger-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.3) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-danger-30::before,
  div.gradient-overlay-lg-danger-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-danger-50,
  div.gradient-overlay-lg-danger-50 {
    position: relative;
  }
  section.gradient-overlay-lg-danger-50::before,
  div.gradient-overlay-lg-danger-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.5) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-danger-50::before,
  div.gradient-overlay-lg-danger-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-danger-70,
  div.gradient-overlay-lg-danger-70 {
    position: relative;
  }
  section.gradient-overlay-lg-danger-70::before,
  div.gradient-overlay-lg-danger-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.7) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-danger-70::before,
  div.gradient-overlay-lg-danger-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-danger-100,
  div.gradient-overlay-lg-danger-100 {
    position: relative;
  }
  section.gradient-overlay-lg-danger-100::before,
  div.gradient-overlay-lg-danger-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, #f90000 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-danger-100::before,
  div.gradient-overlay-lg-danger-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.hover-gradient-overlay-lg-danger-0,
  div.hover-gradient-overlay-lg-danger-0 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-danger-0::before,
  div.hover-gradient-overlay-lg-danger-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-danger-0::before,
  div.hover-gradient-overlay-lg-danger-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-danger-0::before,
  div:hover.hover-gradient-overlay-lg-danger-0::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-danger-30,
  div.hover-gradient-overlay-lg-danger-30 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-danger-30::before,
  div.hover-gradient-overlay-lg-danger-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-danger-30::before,
  div.hover-gradient-overlay-lg-danger-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-danger-30::before,
  div:hover.hover-gradient-overlay-lg-danger-30::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-danger-50,
  div.hover-gradient-overlay-lg-danger-50 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-danger-50::before,
  div.hover-gradient-overlay-lg-danger-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-danger-50::before,
  div.hover-gradient-overlay-lg-danger-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-danger-50::before,
  div:hover.hover-gradient-overlay-lg-danger-50::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-danger-70,
  div.hover-gradient-overlay-lg-danger-70 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-danger-70::before,
  div.hover-gradient-overlay-lg-danger-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-danger-70::before,
  div.hover-gradient-overlay-lg-danger-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-danger-70::before,
  div:hover.hover-gradient-overlay-lg-danger-70::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-danger-100,
  div.hover-gradient-overlay-lg-danger-100 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-danger-100::before,
  div.hover-gradient-overlay-lg-danger-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-danger-100::before,
  div.hover-gradient-overlay-lg-danger-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-danger-100::before,
  div:hover.hover-gradient-overlay-lg-danger-100::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, #f90000 100%);
    opacity: 1;
  }
  section.overlay-lg-light-100,
  div.overlay-lg-light-100 {
    position: relative;
  }
  section.overlay-lg-light-100::before,
  div.overlay-lg-light-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #f7f5f6;
  }
  section.overlay-lg-light-70,
  div.overlay-lg-light-70 {
    position: relative;
  }
  section.overlay-lg-light-70::before,
  div.overlay-lg-light-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0.7);
  }
  section.overlay-lg-light-50,
  div.overlay-lg-light-50 {
    position: relative;
  }
  section.overlay-lg-light-50::before,
  div.overlay-lg-light-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0.5);
  }
  section.overlay-lg-light-30,
  div.overlay-lg-light-30 {
    position: relative;
  }
  section.overlay-lg-light-30::before,
  div.overlay-lg-light-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0.3);
  }
  section.overlay-lg-light-0,
  div.overlay-lg-light-0 {
    position: relative;
  }
  section.overlay-lg-light-0::before,
  div.overlay-lg-light-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
  section.hover-overlay-lg-light-0,
  div.hover-overlay-lg-light-0 {
    position: relative;
  }
  section.hover-overlay-lg-light-0::before,
  div.hover-overlay-lg-light-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-light-0::before,
  div.hover-overlay-lg-light-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-light-0::before,
  div:hover.hover-overlay-lg-light-0::before {
    background-color: rgba(247, 245, 246, 0);
    visibility: visible;
  }
  section.hover-overlay-lg-light-30,
  div.hover-overlay-lg-light-30 {
    position: relative;
  }
  section.hover-overlay-lg-light-30::before,
  div.hover-overlay-lg-light-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-light-30::before,
  div.hover-overlay-lg-light-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-light-30::before,
  div:hover.hover-overlay-lg-light-30::before {
    background-color: rgba(247, 245, 246, 0.3);
    visibility: visible;
  }
  section.hover-overlay-lg-light-50,
  div.hover-overlay-lg-light-50 {
    position: relative;
  }
  section.hover-overlay-lg-light-50::before,
  div.hover-overlay-lg-light-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-light-50::before,
  div.hover-overlay-lg-light-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-light-50::before,
  div:hover.hover-overlay-lg-light-50::before {
    background-color: rgba(247, 245, 246, 0.5);
    visibility: visible;
  }
  section.hover-overlay-lg-light-70,
  div.hover-overlay-lg-light-70 {
    position: relative;
  }
  section.hover-overlay-lg-light-70::before,
  div.hover-overlay-lg-light-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-light-70::before,
  div.hover-overlay-lg-light-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-light-70::before,
  div:hover.hover-overlay-lg-light-70::before {
    background-color: rgba(247, 245, 246, 0.7);
    visibility: visible;
  }
  section.hover-overlay-lg-light-100,
  div.hover-overlay-lg-light-100 {
    position: relative;
  }
  section.hover-overlay-lg-light-100::before,
  div.hover-overlay-lg-light-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-light-100::before,
  div.hover-overlay-lg-light-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-light-100::before,
  div:hover.hover-overlay-lg-light-100::before {
    background-color: #f7f5f6;
    visibility: visible;
  }
  section.gradient-overlay-lg-light-0,
  div.gradient-overlay-lg-light-0 {
    position: relative;
  }
  section.gradient-overlay-lg-light-0::before,
  div.gradient-overlay-lg-light-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-light-0::before,
  div.gradient-overlay-lg-light-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-light-30,
  div.gradient-overlay-lg-light-30 {
    position: relative;
  }
  section.gradient-overlay-lg-light-30::before,
  div.gradient-overlay-lg-light-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.3) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-light-30::before,
  div.gradient-overlay-lg-light-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-light-50,
  div.gradient-overlay-lg-light-50 {
    position: relative;
  }
  section.gradient-overlay-lg-light-50::before,
  div.gradient-overlay-lg-light-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.5) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-light-50::before,
  div.gradient-overlay-lg-light-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-light-70,
  div.gradient-overlay-lg-light-70 {
    position: relative;
  }
  section.gradient-overlay-lg-light-70::before,
  div.gradient-overlay-lg-light-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.7) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-light-70::before,
  div.gradient-overlay-lg-light-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-light-100,
  div.gradient-overlay-lg-light-100 {
    position: relative;
  }
  section.gradient-overlay-lg-light-100::before,
  div.gradient-overlay-lg-light-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, #f7f5f6 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-light-100::before,
  div.gradient-overlay-lg-light-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.hover-gradient-overlay-lg-light-0,
  div.hover-gradient-overlay-lg-light-0 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-light-0::before,
  div.hover-gradient-overlay-lg-light-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-light-0::before,
  div.hover-gradient-overlay-lg-light-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-light-0::before,
  div:hover.hover-gradient-overlay-lg-light-0::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-light-30,
  div.hover-gradient-overlay-lg-light-30 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-light-30::before,
  div.hover-gradient-overlay-lg-light-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-light-30::before,
  div.hover-gradient-overlay-lg-light-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-light-30::before,
  div:hover.hover-gradient-overlay-lg-light-30::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-light-50,
  div.hover-gradient-overlay-lg-light-50 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-light-50::before,
  div.hover-gradient-overlay-lg-light-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-light-50::before,
  div.hover-gradient-overlay-lg-light-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-light-50::before,
  div:hover.hover-gradient-overlay-lg-light-50::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-light-70,
  div.hover-gradient-overlay-lg-light-70 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-light-70::before,
  div.hover-gradient-overlay-lg-light-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-light-70::before,
  div.hover-gradient-overlay-lg-light-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-light-70::before,
  div:hover.hover-gradient-overlay-lg-light-70::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-light-100,
  div.hover-gradient-overlay-lg-light-100 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-light-100::before,
  div.hover-gradient-overlay-lg-light-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-light-100::before,
  div.hover-gradient-overlay-lg-light-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-light-100::before,
  div:hover.hover-gradient-overlay-lg-light-100::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, #f7f5f6 100%);
    opacity: 1;
  }
  section.overlay-lg-dark-100,
  div.overlay-lg-dark-100 {
    position: relative;
  }
  section.overlay-lg-dark-100::before,
  div.overlay-lg-dark-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #1e1e1e;
  }
  section.overlay-lg-dark-70,
  div.overlay-lg-dark-70 {
    position: relative;
  }
  section.overlay-lg-dark-70::before,
  div.overlay-lg-dark-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0.7);
  }
  section.overlay-lg-dark-50,
  div.overlay-lg-dark-50 {
    position: relative;
  }
  section.overlay-lg-dark-50::before,
  div.overlay-lg-dark-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0.5);
  }
  section.overlay-lg-dark-30,
  div.overlay-lg-dark-30 {
    position: relative;
  }
  section.overlay-lg-dark-30::before,
  div.overlay-lg-dark-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0.3);
  }
  section.overlay-lg-dark-0,
  div.overlay-lg-dark-0 {
    position: relative;
  }
  section.overlay-lg-dark-0::before,
  div.overlay-lg-dark-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
  section.hover-overlay-lg-dark-0,
  div.hover-overlay-lg-dark-0 {
    position: relative;
  }
  section.hover-overlay-lg-dark-0::before,
  div.hover-overlay-lg-dark-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-dark-0::before,
  div.hover-overlay-lg-dark-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-dark-0::before,
  div:hover.hover-overlay-lg-dark-0::before {
    background-color: rgba(30, 30, 30, 0);
    visibility: visible;
  }
  section.hover-overlay-lg-dark-30,
  div.hover-overlay-lg-dark-30 {
    position: relative;
  }
  section.hover-overlay-lg-dark-30::before,
  div.hover-overlay-lg-dark-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-dark-30::before,
  div.hover-overlay-lg-dark-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-dark-30::before,
  div:hover.hover-overlay-lg-dark-30::before {
    background-color: rgba(30, 30, 30, 0.3);
    visibility: visible;
  }
  section.hover-overlay-lg-dark-50,
  div.hover-overlay-lg-dark-50 {
    position: relative;
  }
  section.hover-overlay-lg-dark-50::before,
  div.hover-overlay-lg-dark-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-dark-50::before,
  div.hover-overlay-lg-dark-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-dark-50::before,
  div:hover.hover-overlay-lg-dark-50::before {
    background-color: rgba(30, 30, 30, 0.5);
    visibility: visible;
  }
  section.hover-overlay-lg-dark-70,
  div.hover-overlay-lg-dark-70 {
    position: relative;
  }
  section.hover-overlay-lg-dark-70::before,
  div.hover-overlay-lg-dark-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-dark-70::before,
  div.hover-overlay-lg-dark-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-dark-70::before,
  div:hover.hover-overlay-lg-dark-70::before {
    background-color: rgba(30, 30, 30, 0.7);
    visibility: visible;
  }
  section.hover-overlay-lg-dark-100,
  div.hover-overlay-lg-dark-100 {
    position: relative;
  }
  section.hover-overlay-lg-dark-100::before,
  div.hover-overlay-lg-dark-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-dark-100::before,
  div.hover-overlay-lg-dark-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-dark-100::before,
  div:hover.hover-overlay-lg-dark-100::before {
    background-color: #1e1e1e;
    visibility: visible;
  }
  section.gradient-overlay-lg-dark-0,
  div.gradient-overlay-lg-dark-0 {
    position: relative;
  }
  section.gradient-overlay-lg-dark-0::before,
  div.gradient-overlay-lg-dark-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-dark-0::before,
  div.gradient-overlay-lg-dark-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-dark-30,
  div.gradient-overlay-lg-dark-30 {
    position: relative;
  }
  section.gradient-overlay-lg-dark-30::before,
  div.gradient-overlay-lg-dark-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.3) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-dark-30::before,
  div.gradient-overlay-lg-dark-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-dark-50,
  div.gradient-overlay-lg-dark-50 {
    position: relative;
  }
  section.gradient-overlay-lg-dark-50::before,
  div.gradient-overlay-lg-dark-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.5) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-dark-50::before,
  div.gradient-overlay-lg-dark-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-dark-70,
  div.gradient-overlay-lg-dark-70 {
    position: relative;
  }
  section.gradient-overlay-lg-dark-70::before,
  div.gradient-overlay-lg-dark-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.7) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-dark-70::before,
  div.gradient-overlay-lg-dark-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-dark-100,
  div.gradient-overlay-lg-dark-100 {
    position: relative;
  }
  section.gradient-overlay-lg-dark-100::before,
  div.gradient-overlay-lg-dark-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-dark-100::before,
  div.gradient-overlay-lg-dark-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.hover-gradient-overlay-lg-dark-0,
  div.hover-gradient-overlay-lg-dark-0 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-dark-0::before,
  div.hover-gradient-overlay-lg-dark-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-dark-0::before,
  div.hover-gradient-overlay-lg-dark-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-dark-0::before,
  div:hover.hover-gradient-overlay-lg-dark-0::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-dark-30,
  div.hover-gradient-overlay-lg-dark-30 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-dark-30::before,
  div.hover-gradient-overlay-lg-dark-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-dark-30::before,
  div.hover-gradient-overlay-lg-dark-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-dark-30::before,
  div:hover.hover-gradient-overlay-lg-dark-30::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-dark-50,
  div.hover-gradient-overlay-lg-dark-50 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-dark-50::before,
  div.hover-gradient-overlay-lg-dark-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-dark-50::before,
  div.hover-gradient-overlay-lg-dark-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-dark-50::before,
  div:hover.hover-gradient-overlay-lg-dark-50::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-dark-70,
  div.hover-gradient-overlay-lg-dark-70 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-dark-70::before,
  div.hover-gradient-overlay-lg-dark-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-dark-70::before,
  div.hover-gradient-overlay-lg-dark-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-dark-70::before,
  div:hover.hover-gradient-overlay-lg-dark-70::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-dark-100,
  div.hover-gradient-overlay-lg-dark-100 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-dark-100::before,
  div.hover-gradient-overlay-lg-dark-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-dark-100::before,
  div.hover-gradient-overlay-lg-dark-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-dark-100::before,
  div:hover.hover-gradient-overlay-lg-dark-100::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
    opacity: 1;
  }
  section.overlay-lg-green-100,
  div.overlay-lg-green-100 {
    position: relative;
  }
  section.overlay-lg-green-100::before,
  div.overlay-lg-green-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #1f8d61;
  }
  section.overlay-lg-green-70,
  div.overlay-lg-green-70 {
    position: relative;
  }
  section.overlay-lg-green-70::before,
  div.overlay-lg-green-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0.7);
  }
  section.overlay-lg-green-50,
  div.overlay-lg-green-50 {
    position: relative;
  }
  section.overlay-lg-green-50::before,
  div.overlay-lg-green-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0.5);
  }
  section.overlay-lg-green-30,
  div.overlay-lg-green-30 {
    position: relative;
  }
  section.overlay-lg-green-30::before,
  div.overlay-lg-green-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0.3);
  }
  section.overlay-lg-green-0,
  div.overlay-lg-green-0 {
    position: relative;
  }
  section.overlay-lg-green-0::before,
  div.overlay-lg-green-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
  section.hover-overlay-lg-green-0,
  div.hover-overlay-lg-green-0 {
    position: relative;
  }
  section.hover-overlay-lg-green-0::before,
  div.hover-overlay-lg-green-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-green-0::before,
  div.hover-overlay-lg-green-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-green-0::before,
  div:hover.hover-overlay-lg-green-0::before {
    background-color: rgba(31, 141, 97, 0);
    visibility: visible;
  }
  section.hover-overlay-lg-green-30,
  div.hover-overlay-lg-green-30 {
    position: relative;
  }
  section.hover-overlay-lg-green-30::before,
  div.hover-overlay-lg-green-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-green-30::before,
  div.hover-overlay-lg-green-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-green-30::before,
  div:hover.hover-overlay-lg-green-30::before {
    background-color: rgba(31, 141, 97, 0.3);
    visibility: visible;
  }
  section.hover-overlay-lg-green-50,
  div.hover-overlay-lg-green-50 {
    position: relative;
  }
  section.hover-overlay-lg-green-50::before,
  div.hover-overlay-lg-green-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-green-50::before,
  div.hover-overlay-lg-green-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-green-50::before,
  div:hover.hover-overlay-lg-green-50::before {
    background-color: rgba(31, 141, 97, 0.5);
    visibility: visible;
  }
  section.hover-overlay-lg-green-70,
  div.hover-overlay-lg-green-70 {
    position: relative;
  }
  section.hover-overlay-lg-green-70::before,
  div.hover-overlay-lg-green-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-green-70::before,
  div.hover-overlay-lg-green-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-green-70::before,
  div:hover.hover-overlay-lg-green-70::before {
    background-color: rgba(31, 141, 97, 0.7);
    visibility: visible;
  }
  section.hover-overlay-lg-green-100,
  div.hover-overlay-lg-green-100 {
    position: relative;
  }
  section.hover-overlay-lg-green-100::before,
  div.hover-overlay-lg-green-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-green-100::before,
  div.hover-overlay-lg-green-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-green-100::before,
  div:hover.hover-overlay-lg-green-100::before {
    background-color: #1f8d61;
    visibility: visible;
  }
  section.gradient-overlay-lg-green-0,
  div.gradient-overlay-lg-green-0 {
    position: relative;
  }
  section.gradient-overlay-lg-green-0::before,
  div.gradient-overlay-lg-green-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-green-0::before,
  div.gradient-overlay-lg-green-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-green-30,
  div.gradient-overlay-lg-green-30 {
    position: relative;
  }
  section.gradient-overlay-lg-green-30::before,
  div.gradient-overlay-lg-green-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.3) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-green-30::before,
  div.gradient-overlay-lg-green-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-green-50,
  div.gradient-overlay-lg-green-50 {
    position: relative;
  }
  section.gradient-overlay-lg-green-50::before,
  div.gradient-overlay-lg-green-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.5) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-green-50::before,
  div.gradient-overlay-lg-green-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-green-70,
  div.gradient-overlay-lg-green-70 {
    position: relative;
  }
  section.gradient-overlay-lg-green-70::before,
  div.gradient-overlay-lg-green-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.7) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-green-70::before,
  div.gradient-overlay-lg-green-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-green-100,
  div.gradient-overlay-lg-green-100 {
    position: relative;
  }
  section.gradient-overlay-lg-green-100::before,
  div.gradient-overlay-lg-green-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, #1f8d61 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-green-100::before,
  div.gradient-overlay-lg-green-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.hover-gradient-overlay-lg-green-0,
  div.hover-gradient-overlay-lg-green-0 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-green-0::before,
  div.hover-gradient-overlay-lg-green-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-green-0::before,
  div.hover-gradient-overlay-lg-green-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-green-0::before,
  div:hover.hover-gradient-overlay-lg-green-0::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-green-30,
  div.hover-gradient-overlay-lg-green-30 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-green-30::before,
  div.hover-gradient-overlay-lg-green-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-green-30::before,
  div.hover-gradient-overlay-lg-green-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-green-30::before,
  div:hover.hover-gradient-overlay-lg-green-30::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-green-50,
  div.hover-gradient-overlay-lg-green-50 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-green-50::before,
  div.hover-gradient-overlay-lg-green-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-green-50::before,
  div.hover-gradient-overlay-lg-green-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-green-50::before,
  div:hover.hover-gradient-overlay-lg-green-50::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-green-70,
  div.hover-gradient-overlay-lg-green-70 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-green-70::before,
  div.hover-gradient-overlay-lg-green-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-green-70::before,
  div.hover-gradient-overlay-lg-green-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-green-70::before,
  div:hover.hover-gradient-overlay-lg-green-70::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-green-100,
  div.hover-gradient-overlay-lg-green-100 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-green-100::before,
  div.hover-gradient-overlay-lg-green-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-green-100::before,
  div.hover-gradient-overlay-lg-green-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-green-100::before,
  div:hover.hover-gradient-overlay-lg-green-100::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, #1f8d61 100%);
    opacity: 1;
  }
  section.overlay-lg-blue-100,
  div.overlay-lg-blue-100 {
    position: relative;
  }
  section.overlay-lg-blue-100::before,
  div.overlay-lg-blue-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #0e49b5;
  }
  section.overlay-lg-blue-70,
  div.overlay-lg-blue-70 {
    position: relative;
  }
  section.overlay-lg-blue-70::before,
  div.overlay-lg-blue-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0.7);
  }
  section.overlay-lg-blue-50,
  div.overlay-lg-blue-50 {
    position: relative;
  }
  section.overlay-lg-blue-50::before,
  div.overlay-lg-blue-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0.5);
  }
  section.overlay-lg-blue-30,
  div.overlay-lg-blue-30 {
    position: relative;
  }
  section.overlay-lg-blue-30::before,
  div.overlay-lg-blue-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0.3);
  }
  section.overlay-lg-blue-0,
  div.overlay-lg-blue-0 {
    position: relative;
  }
  section.overlay-lg-blue-0::before,
  div.overlay-lg-blue-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
  section.hover-overlay-lg-blue-0,
  div.hover-overlay-lg-blue-0 {
    position: relative;
  }
  section.hover-overlay-lg-blue-0::before,
  div.hover-overlay-lg-blue-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-blue-0::before,
  div.hover-overlay-lg-blue-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-blue-0::before,
  div:hover.hover-overlay-lg-blue-0::before {
    background-color: rgba(14, 73, 181, 0);
    visibility: visible;
  }
  section.hover-overlay-lg-blue-30,
  div.hover-overlay-lg-blue-30 {
    position: relative;
  }
  section.hover-overlay-lg-blue-30::before,
  div.hover-overlay-lg-blue-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-blue-30::before,
  div.hover-overlay-lg-blue-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-blue-30::before,
  div:hover.hover-overlay-lg-blue-30::before {
    background-color: rgba(14, 73, 181, 0.3);
    visibility: visible;
  }
  section.hover-overlay-lg-blue-50,
  div.hover-overlay-lg-blue-50 {
    position: relative;
  }
  section.hover-overlay-lg-blue-50::before,
  div.hover-overlay-lg-blue-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-blue-50::before,
  div.hover-overlay-lg-blue-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-blue-50::before,
  div:hover.hover-overlay-lg-blue-50::before {
    background-color: rgba(14, 73, 181, 0.5);
    visibility: visible;
  }
  section.hover-overlay-lg-blue-70,
  div.hover-overlay-lg-blue-70 {
    position: relative;
  }
  section.hover-overlay-lg-blue-70::before,
  div.hover-overlay-lg-blue-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-blue-70::before,
  div.hover-overlay-lg-blue-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-blue-70::before,
  div:hover.hover-overlay-lg-blue-70::before {
    background-color: rgba(14, 73, 181, 0.7);
    visibility: visible;
  }
  section.hover-overlay-lg-blue-100,
  div.hover-overlay-lg-blue-100 {
    position: relative;
  }
  section.hover-overlay-lg-blue-100::before,
  div.hover-overlay-lg-blue-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-blue-100::before,
  div.hover-overlay-lg-blue-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-blue-100::before,
  div:hover.hover-overlay-lg-blue-100::before {
    background-color: #0e49b5;
    visibility: visible;
  }
  section.gradient-overlay-lg-blue-0,
  div.gradient-overlay-lg-blue-0 {
    position: relative;
  }
  section.gradient-overlay-lg-blue-0::before,
  div.gradient-overlay-lg-blue-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-blue-0::before,
  div.gradient-overlay-lg-blue-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-blue-30,
  div.gradient-overlay-lg-blue-30 {
    position: relative;
  }
  section.gradient-overlay-lg-blue-30::before,
  div.gradient-overlay-lg-blue-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.3) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-blue-30::before,
  div.gradient-overlay-lg-blue-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-blue-50,
  div.gradient-overlay-lg-blue-50 {
    position: relative;
  }
  section.gradient-overlay-lg-blue-50::before,
  div.gradient-overlay-lg-blue-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.5) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-blue-50::before,
  div.gradient-overlay-lg-blue-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-blue-70,
  div.gradient-overlay-lg-blue-70 {
    position: relative;
  }
  section.gradient-overlay-lg-blue-70::before,
  div.gradient-overlay-lg-blue-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.7) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-blue-70::before,
  div.gradient-overlay-lg-blue-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-blue-100,
  div.gradient-overlay-lg-blue-100 {
    position: relative;
  }
  section.gradient-overlay-lg-blue-100::before,
  div.gradient-overlay-lg-blue-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, #0e49b5 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-blue-100::before,
  div.gradient-overlay-lg-blue-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.hover-gradient-overlay-lg-blue-0,
  div.hover-gradient-overlay-lg-blue-0 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-blue-0::before,
  div.hover-gradient-overlay-lg-blue-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-blue-0::before,
  div.hover-gradient-overlay-lg-blue-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-blue-0::before,
  div:hover.hover-gradient-overlay-lg-blue-0::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-blue-30,
  div.hover-gradient-overlay-lg-blue-30 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-blue-30::before,
  div.hover-gradient-overlay-lg-blue-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-blue-30::before,
  div.hover-gradient-overlay-lg-blue-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-blue-30::before,
  div:hover.hover-gradient-overlay-lg-blue-30::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-blue-50,
  div.hover-gradient-overlay-lg-blue-50 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-blue-50::before,
  div.hover-gradient-overlay-lg-blue-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-blue-50::before,
  div.hover-gradient-overlay-lg-blue-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-blue-50::before,
  div:hover.hover-gradient-overlay-lg-blue-50::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-blue-70,
  div.hover-gradient-overlay-lg-blue-70 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-blue-70::before,
  div.hover-gradient-overlay-lg-blue-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-blue-70::before,
  div.hover-gradient-overlay-lg-blue-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-blue-70::before,
  div:hover.hover-gradient-overlay-lg-blue-70::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-blue-100,
  div.hover-gradient-overlay-lg-blue-100 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-blue-100::before,
  div.hover-gradient-overlay-lg-blue-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-blue-100::before,
  div.hover-gradient-overlay-lg-blue-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-blue-100::before,
  div:hover.hover-gradient-overlay-lg-blue-100::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, #0e49b5 100%);
    opacity: 1;
  }
  section.overlay-lg-gray-100,
  div.overlay-lg-gray-100 {
    position: relative;
  }
  section.overlay-lg-gray-100::before,
  div.overlay-lg-gray-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #9f9f9f;
  }
  section.overlay-lg-gray-70,
  div.overlay-lg-gray-70 {
    position: relative;
  }
  section.overlay-lg-gray-70::before,
  div.overlay-lg-gray-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0.7);
  }
  section.overlay-lg-gray-50,
  div.overlay-lg-gray-50 {
    position: relative;
  }
  section.overlay-lg-gray-50::before,
  div.overlay-lg-gray-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0.5);
  }
  section.overlay-lg-gray-30,
  div.overlay-lg-gray-30 {
    position: relative;
  }
  section.overlay-lg-gray-30::before,
  div.overlay-lg-gray-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0.3);
  }
  section.overlay-lg-gray-0,
  div.overlay-lg-gray-0 {
    position: relative;
  }
  section.overlay-lg-gray-0::before,
  div.overlay-lg-gray-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
  section.hover-overlay-lg-gray-0,
  div.hover-overlay-lg-gray-0 {
    position: relative;
  }
  section.hover-overlay-lg-gray-0::before,
  div.hover-overlay-lg-gray-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-0::before,
  div.hover-overlay-lg-gray-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-0::before,
  div:hover.hover-overlay-lg-gray-0::before {
    background-color: rgba(159, 159, 159, 0);
    visibility: visible;
  }
  section.hover-overlay-lg-gray-30,
  div.hover-overlay-lg-gray-30 {
    position: relative;
  }
  section.hover-overlay-lg-gray-30::before,
  div.hover-overlay-lg-gray-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-30::before,
  div.hover-overlay-lg-gray-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-30::before,
  div:hover.hover-overlay-lg-gray-30::before {
    background-color: rgba(159, 159, 159, 0.3);
    visibility: visible;
  }
  section.hover-overlay-lg-gray-50,
  div.hover-overlay-lg-gray-50 {
    position: relative;
  }
  section.hover-overlay-lg-gray-50::before,
  div.hover-overlay-lg-gray-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-50::before,
  div.hover-overlay-lg-gray-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-50::before,
  div:hover.hover-overlay-lg-gray-50::before {
    background-color: rgba(159, 159, 159, 0.5);
    visibility: visible;
  }
  section.hover-overlay-lg-gray-70,
  div.hover-overlay-lg-gray-70 {
    position: relative;
  }
  section.hover-overlay-lg-gray-70::before,
  div.hover-overlay-lg-gray-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-70::before,
  div.hover-overlay-lg-gray-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-70::before,
  div:hover.hover-overlay-lg-gray-70::before {
    background-color: rgba(159, 159, 159, 0.7);
    visibility: visible;
  }
  section.hover-overlay-lg-gray-100,
  div.hover-overlay-lg-gray-100 {
    position: relative;
  }
  section.hover-overlay-lg-gray-100::before,
  div.hover-overlay-lg-gray-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-100::before,
  div.hover-overlay-lg-gray-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-100::before,
  div:hover.hover-overlay-lg-gray-100::before {
    background-color: #9f9f9f;
    visibility: visible;
  }
  section.gradient-overlay-lg-gray-0,
  div.gradient-overlay-lg-gray-0 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-0::before,
  div.gradient-overlay-lg-gray-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-0::before,
  div.gradient-overlay-lg-gray-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-gray-30,
  div.gradient-overlay-lg-gray-30 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-30::before,
  div.gradient-overlay-lg-gray-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.3) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-30::before,
  div.gradient-overlay-lg-gray-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-gray-50,
  div.gradient-overlay-lg-gray-50 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-50::before,
  div.gradient-overlay-lg-gray-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.5) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-50::before,
  div.gradient-overlay-lg-gray-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-gray-70,
  div.gradient-overlay-lg-gray-70 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-70::before,
  div.gradient-overlay-lg-gray-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.7) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-70::before,
  div.gradient-overlay-lg-gray-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-gray-100,
  div.gradient-overlay-lg-gray-100 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-100::before,
  div.gradient-overlay-lg-gray-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, #9f9f9f 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-100::before,
  div.gradient-overlay-lg-gray-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.hover-gradient-overlay-lg-gray-0,
  div.hover-gradient-overlay-lg-gray-0 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-0::before,
  div.hover-gradient-overlay-lg-gray-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-0::before,
  div.hover-gradient-overlay-lg-gray-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-0::before,
  div:hover.hover-gradient-overlay-lg-gray-0::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-gray-30,
  div.hover-gradient-overlay-lg-gray-30 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-30::before,
  div.hover-gradient-overlay-lg-gray-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-30::before,
  div.hover-gradient-overlay-lg-gray-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-30::before,
  div:hover.hover-gradient-overlay-lg-gray-30::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-gray-50,
  div.hover-gradient-overlay-lg-gray-50 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-50::before,
  div.hover-gradient-overlay-lg-gray-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-50::before,
  div.hover-gradient-overlay-lg-gray-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-50::before,
  div:hover.hover-gradient-overlay-lg-gray-50::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-gray-70,
  div.hover-gradient-overlay-lg-gray-70 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-70::before,
  div.hover-gradient-overlay-lg-gray-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-70::before,
  div.hover-gradient-overlay-lg-gray-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-70::before,
  div:hover.hover-gradient-overlay-lg-gray-70::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-gray-100,
  div.hover-gradient-overlay-lg-gray-100 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-100::before,
  div.hover-gradient-overlay-lg-gray-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-100::before,
  div.hover-gradient-overlay-lg-gray-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-100::before,
  div:hover.hover-gradient-overlay-lg-gray-100::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, #9f9f9f 100%);
    opacity: 1;
  }
  section.overlay-lg-gray-200-100,
  div.overlay-lg-gray-200-100 {
    position: relative;
  }
  section.overlay-lg-gray-200-100::before,
  div.overlay-lg-gray-200-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #e9e9e9;
  }
  section.overlay-lg-gray-200-70,
  div.overlay-lg-gray-200-70 {
    position: relative;
  }
  section.overlay-lg-gray-200-70::before,
  div.overlay-lg-gray-200-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0.7);
  }
  section.overlay-lg-gray-200-50,
  div.overlay-lg-gray-200-50 {
    position: relative;
  }
  section.overlay-lg-gray-200-50::before,
  div.overlay-lg-gray-200-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0.5);
  }
  section.overlay-lg-gray-200-30,
  div.overlay-lg-gray-200-30 {
    position: relative;
  }
  section.overlay-lg-gray-200-30::before,
  div.overlay-lg-gray-200-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0.3);
  }
  section.overlay-lg-gray-200-0,
  div.overlay-lg-gray-200-0 {
    position: relative;
  }
  section.overlay-lg-gray-200-0::before,
  div.overlay-lg-gray-200-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
  section.hover-overlay-lg-gray-200-0,
  div.hover-overlay-lg-gray-200-0 {
    position: relative;
  }
  section.hover-overlay-lg-gray-200-0::before,
  div.hover-overlay-lg-gray-200-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-200-0::before,
  div.hover-overlay-lg-gray-200-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-200-0::before,
  div:hover.hover-overlay-lg-gray-200-0::before {
    background-color: rgba(233, 233, 233, 0);
    visibility: visible;
  }
  section.hover-overlay-lg-gray-200-30,
  div.hover-overlay-lg-gray-200-30 {
    position: relative;
  }
  section.hover-overlay-lg-gray-200-30::before,
  div.hover-overlay-lg-gray-200-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-200-30::before,
  div.hover-overlay-lg-gray-200-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-200-30::before,
  div:hover.hover-overlay-lg-gray-200-30::before {
    background-color: rgba(233, 233, 233, 0.3);
    visibility: visible;
  }
  section.hover-overlay-lg-gray-200-50,
  div.hover-overlay-lg-gray-200-50 {
    position: relative;
  }
  section.hover-overlay-lg-gray-200-50::before,
  div.hover-overlay-lg-gray-200-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-200-50::before,
  div.hover-overlay-lg-gray-200-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-200-50::before,
  div:hover.hover-overlay-lg-gray-200-50::before {
    background-color: rgba(233, 233, 233, 0.5);
    visibility: visible;
  }
  section.hover-overlay-lg-gray-200-70,
  div.hover-overlay-lg-gray-200-70 {
    position: relative;
  }
  section.hover-overlay-lg-gray-200-70::before,
  div.hover-overlay-lg-gray-200-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-200-70::before,
  div.hover-overlay-lg-gray-200-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-200-70::before,
  div:hover.hover-overlay-lg-gray-200-70::before {
    background-color: rgba(233, 233, 233, 0.7);
    visibility: visible;
  }
  section.hover-overlay-lg-gray-200-100,
  div.hover-overlay-lg-gray-200-100 {
    position: relative;
  }
  section.hover-overlay-lg-gray-200-100::before,
  div.hover-overlay-lg-gray-200-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-200-100::before,
  div.hover-overlay-lg-gray-200-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-200-100::before,
  div:hover.hover-overlay-lg-gray-200-100::before {
    background-color: #e9e9e9;
    visibility: visible;
  }
  section.gradient-overlay-lg-gray-200-0,
  div.gradient-overlay-lg-gray-200-0 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-200-0::before,
  div.gradient-overlay-lg-gray-200-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-200-0::before,
  div.gradient-overlay-lg-gray-200-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-gray-200-30,
  div.gradient-overlay-lg-gray-200-30 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-200-30::before,
  div.gradient-overlay-lg-gray-200-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.3) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-200-30::before,
  div.gradient-overlay-lg-gray-200-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-gray-200-50,
  div.gradient-overlay-lg-gray-200-50 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-200-50::before,
  div.gradient-overlay-lg-gray-200-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.5) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-200-50::before,
  div.gradient-overlay-lg-gray-200-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-gray-200-70,
  div.gradient-overlay-lg-gray-200-70 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-200-70::before,
  div.gradient-overlay-lg-gray-200-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.7) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-200-70::before,
  div.gradient-overlay-lg-gray-200-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-gray-200-100,
  div.gradient-overlay-lg-gray-200-100 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-200-100::before,
  div.gradient-overlay-lg-gray-200-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, #e9e9e9 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-200-100::before,
  div.gradient-overlay-lg-gray-200-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.hover-gradient-overlay-lg-gray-200-0,
  div.hover-gradient-overlay-lg-gray-200-0 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-200-0::before,
  div.hover-gradient-overlay-lg-gray-200-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-200-0::before,
  div.hover-gradient-overlay-lg-gray-200-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-200-0::before,
  div:hover.hover-gradient-overlay-lg-gray-200-0::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-gray-200-30,
  div.hover-gradient-overlay-lg-gray-200-30 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-200-30::before,
  div.hover-gradient-overlay-lg-gray-200-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-200-30::before,
  div.hover-gradient-overlay-lg-gray-200-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-200-30::before,
  div:hover.hover-gradient-overlay-lg-gray-200-30::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-gray-200-50,
  div.hover-gradient-overlay-lg-gray-200-50 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-200-50::before,
  div.hover-gradient-overlay-lg-gray-200-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-200-50::before,
  div.hover-gradient-overlay-lg-gray-200-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-200-50::before,
  div:hover.hover-gradient-overlay-lg-gray-200-50::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-gray-200-70,
  div.hover-gradient-overlay-lg-gray-200-70 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-200-70::before,
  div.hover-gradient-overlay-lg-gray-200-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-200-70::before,
  div.hover-gradient-overlay-lg-gray-200-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-200-70::before,
  div:hover.hover-gradient-overlay-lg-gray-200-70::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-gray-200-100,
  div.hover-gradient-overlay-lg-gray-200-100 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-200-100::before,
  div.hover-gradient-overlay-lg-gray-200-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-200-100::before,
  div.hover-gradient-overlay-lg-gray-200-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-200-100::before,
  div:hover.hover-gradient-overlay-lg-gray-200-100::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, #e9e9e9 100%);
    opacity: 1;
  }
  section.overlay-lg-gray-300-100,
  div.overlay-lg-gray-300-100 {
    position: relative;
  }
  section.overlay-lg-gray-300-100::before,
  div.overlay-lg-gray-300-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #dee2e6;
  }
  section.overlay-lg-gray-300-70,
  div.overlay-lg-gray-300-70 {
    position: relative;
  }
  section.overlay-lg-gray-300-70::before,
  div.overlay-lg-gray-300-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0.7);
  }
  section.overlay-lg-gray-300-50,
  div.overlay-lg-gray-300-50 {
    position: relative;
  }
  section.overlay-lg-gray-300-50::before,
  div.overlay-lg-gray-300-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0.5);
  }
  section.overlay-lg-gray-300-30,
  div.overlay-lg-gray-300-30 {
    position: relative;
  }
  section.overlay-lg-gray-300-30::before,
  div.overlay-lg-gray-300-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0.3);
  }
  section.overlay-lg-gray-300-0,
  div.overlay-lg-gray-300-0 {
    position: relative;
  }
  section.overlay-lg-gray-300-0::before,
  div.overlay-lg-gray-300-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
  section.hover-overlay-lg-gray-300-0,
  div.hover-overlay-lg-gray-300-0 {
    position: relative;
  }
  section.hover-overlay-lg-gray-300-0::before,
  div.hover-overlay-lg-gray-300-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-300-0::before,
  div.hover-overlay-lg-gray-300-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-300-0::before,
  div:hover.hover-overlay-lg-gray-300-0::before {
    background-color: rgba(222, 226, 230, 0);
    visibility: visible;
  }
  section.hover-overlay-lg-gray-300-30,
  div.hover-overlay-lg-gray-300-30 {
    position: relative;
  }
  section.hover-overlay-lg-gray-300-30::before,
  div.hover-overlay-lg-gray-300-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-300-30::before,
  div.hover-overlay-lg-gray-300-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-300-30::before,
  div:hover.hover-overlay-lg-gray-300-30::before {
    background-color: rgba(222, 226, 230, 0.3);
    visibility: visible;
  }
  section.hover-overlay-lg-gray-300-50,
  div.hover-overlay-lg-gray-300-50 {
    position: relative;
  }
  section.hover-overlay-lg-gray-300-50::before,
  div.hover-overlay-lg-gray-300-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-300-50::before,
  div.hover-overlay-lg-gray-300-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-300-50::before,
  div:hover.hover-overlay-lg-gray-300-50::before {
    background-color: rgba(222, 226, 230, 0.5);
    visibility: visible;
  }
  section.hover-overlay-lg-gray-300-70,
  div.hover-overlay-lg-gray-300-70 {
    position: relative;
  }
  section.hover-overlay-lg-gray-300-70::before,
  div.hover-overlay-lg-gray-300-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-300-70::before,
  div.hover-overlay-lg-gray-300-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-300-70::before,
  div:hover.hover-overlay-lg-gray-300-70::before {
    background-color: rgba(222, 226, 230, 0.7);
    visibility: visible;
  }
  section.hover-overlay-lg-gray-300-100,
  div.hover-overlay-lg-gray-300-100 {
    position: relative;
  }
  section.hover-overlay-lg-gray-300-100::before,
  div.hover-overlay-lg-gray-300-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-300-100::before,
  div.hover-overlay-lg-gray-300-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-300-100::before,
  div:hover.hover-overlay-lg-gray-300-100::before {
    background-color: #dee2e6;
    visibility: visible;
  }
  section.gradient-overlay-lg-gray-300-0,
  div.gradient-overlay-lg-gray-300-0 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-300-0::before,
  div.gradient-overlay-lg-gray-300-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-300-0::before,
  div.gradient-overlay-lg-gray-300-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-gray-300-30,
  div.gradient-overlay-lg-gray-300-30 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-300-30::before,
  div.gradient-overlay-lg-gray-300-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.3) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-300-30::before,
  div.gradient-overlay-lg-gray-300-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-gray-300-50,
  div.gradient-overlay-lg-gray-300-50 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-300-50::before,
  div.gradient-overlay-lg-gray-300-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.5) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-300-50::before,
  div.gradient-overlay-lg-gray-300-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-gray-300-70,
  div.gradient-overlay-lg-gray-300-70 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-300-70::before,
  div.gradient-overlay-lg-gray-300-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.7) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-300-70::before,
  div.gradient-overlay-lg-gray-300-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-gray-300-100,
  div.gradient-overlay-lg-gray-300-100 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-300-100::before,
  div.gradient-overlay-lg-gray-300-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, #dee2e6 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-300-100::before,
  div.gradient-overlay-lg-gray-300-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.hover-gradient-overlay-lg-gray-300-0,
  div.hover-gradient-overlay-lg-gray-300-0 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-300-0::before,
  div.hover-gradient-overlay-lg-gray-300-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-300-0::before,
  div.hover-gradient-overlay-lg-gray-300-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-300-0::before,
  div:hover.hover-gradient-overlay-lg-gray-300-0::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-gray-300-30,
  div.hover-gradient-overlay-lg-gray-300-30 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-300-30::before,
  div.hover-gradient-overlay-lg-gray-300-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-300-30::before,
  div.hover-gradient-overlay-lg-gray-300-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-300-30::before,
  div:hover.hover-gradient-overlay-lg-gray-300-30::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-gray-300-50,
  div.hover-gradient-overlay-lg-gray-300-50 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-300-50::before,
  div.hover-gradient-overlay-lg-gray-300-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-300-50::before,
  div.hover-gradient-overlay-lg-gray-300-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-300-50::before,
  div:hover.hover-gradient-overlay-lg-gray-300-50::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-gray-300-70,
  div.hover-gradient-overlay-lg-gray-300-70 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-300-70::before,
  div.hover-gradient-overlay-lg-gray-300-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-300-70::before,
  div.hover-gradient-overlay-lg-gray-300-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-300-70::before,
  div:hover.hover-gradient-overlay-lg-gray-300-70::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-gray-300-100,
  div.hover-gradient-overlay-lg-gray-300-100 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-300-100::before,
  div.hover-gradient-overlay-lg-gray-300-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-300-100::before,
  div.hover-gradient-overlay-lg-gray-300-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-300-100::before,
  div:hover.hover-gradient-overlay-lg-gray-300-100::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, #dee2e6 100%);
    opacity: 1;
  }
  section.overlay-lg-gray-400-100,
  div.overlay-lg-gray-400-100 {
    position: relative;
  }
  section.overlay-lg-gray-400-100::before,
  div.overlay-lg-gray-400-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #ced4da;
  }
  section.overlay-lg-gray-400-70,
  div.overlay-lg-gray-400-70 {
    position: relative;
  }
  section.overlay-lg-gray-400-70::before,
  div.overlay-lg-gray-400-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0.7);
  }
  section.overlay-lg-gray-400-50,
  div.overlay-lg-gray-400-50 {
    position: relative;
  }
  section.overlay-lg-gray-400-50::before,
  div.overlay-lg-gray-400-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0.5);
  }
  section.overlay-lg-gray-400-30,
  div.overlay-lg-gray-400-30 {
    position: relative;
  }
  section.overlay-lg-gray-400-30::before,
  div.overlay-lg-gray-400-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0.3);
  }
  section.overlay-lg-gray-400-0,
  div.overlay-lg-gray-400-0 {
    position: relative;
  }
  section.overlay-lg-gray-400-0::before,
  div.overlay-lg-gray-400-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
  section.hover-overlay-lg-gray-400-0,
  div.hover-overlay-lg-gray-400-0 {
    position: relative;
  }
  section.hover-overlay-lg-gray-400-0::before,
  div.hover-overlay-lg-gray-400-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-400-0::before,
  div.hover-overlay-lg-gray-400-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-400-0::before,
  div:hover.hover-overlay-lg-gray-400-0::before {
    background-color: rgba(206, 212, 218, 0);
    visibility: visible;
  }
  section.hover-overlay-lg-gray-400-30,
  div.hover-overlay-lg-gray-400-30 {
    position: relative;
  }
  section.hover-overlay-lg-gray-400-30::before,
  div.hover-overlay-lg-gray-400-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-400-30::before,
  div.hover-overlay-lg-gray-400-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-400-30::before,
  div:hover.hover-overlay-lg-gray-400-30::before {
    background-color: rgba(206, 212, 218, 0.3);
    visibility: visible;
  }
  section.hover-overlay-lg-gray-400-50,
  div.hover-overlay-lg-gray-400-50 {
    position: relative;
  }
  section.hover-overlay-lg-gray-400-50::before,
  div.hover-overlay-lg-gray-400-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-400-50::before,
  div.hover-overlay-lg-gray-400-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-400-50::before,
  div:hover.hover-overlay-lg-gray-400-50::before {
    background-color: rgba(206, 212, 218, 0.5);
    visibility: visible;
  }
  section.hover-overlay-lg-gray-400-70,
  div.hover-overlay-lg-gray-400-70 {
    position: relative;
  }
  section.hover-overlay-lg-gray-400-70::before,
  div.hover-overlay-lg-gray-400-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-400-70::before,
  div.hover-overlay-lg-gray-400-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-400-70::before,
  div:hover.hover-overlay-lg-gray-400-70::before {
    background-color: rgba(206, 212, 218, 0.7);
    visibility: visible;
  }
  section.hover-overlay-lg-gray-400-100,
  div.hover-overlay-lg-gray-400-100 {
    position: relative;
  }
  section.hover-overlay-lg-gray-400-100::before,
  div.hover-overlay-lg-gray-400-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-lg-gray-400-100::before,
  div.hover-overlay-lg-gray-400-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-overlay-lg-gray-400-100::before,
  div:hover.hover-overlay-lg-gray-400-100::before {
    background-color: #ced4da;
    visibility: visible;
  }
  section.gradient-overlay-lg-gray-400-0,
  div.gradient-overlay-lg-gray-400-0 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-400-0::before,
  div.gradient-overlay-lg-gray-400-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-400-0::before,
  div.gradient-overlay-lg-gray-400-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-gray-400-30,
  div.gradient-overlay-lg-gray-400-30 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-400-30::before,
  div.gradient-overlay-lg-gray-400-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.3) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-400-30::before,
  div.gradient-overlay-lg-gray-400-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-gray-400-50,
  div.gradient-overlay-lg-gray-400-50 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-400-50::before,
  div.gradient-overlay-lg-gray-400-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.5) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-400-50::before,
  div.gradient-overlay-lg-gray-400-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-gray-400-70,
  div.gradient-overlay-lg-gray-400-70 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-400-70::before,
  div.gradient-overlay-lg-gray-400-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.7) 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-400-70::before,
  div.gradient-overlay-lg-gray-400-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.gradient-overlay-lg-gray-400-100,
  div.gradient-overlay-lg-gray-400-100 {
    position: relative;
  }
  section.gradient-overlay-lg-gray-400-100::before,
  div.gradient-overlay-lg-gray-400-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, #ced4da 100%);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-lg-gray-400-100::before,
  div.gradient-overlay-lg-gray-400-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section.hover-gradient-overlay-lg-gray-400-0,
  div.hover-gradient-overlay-lg-gray-400-0 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-400-0::before,
  div.hover-gradient-overlay-lg-gray-400-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-400-0::before,
  div.hover-gradient-overlay-lg-gray-400-0::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-400-0::before,
  div:hover.hover-gradient-overlay-lg-gray-400-0::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-gray-400-30,
  div.hover-gradient-overlay-lg-gray-400-30 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-400-30::before,
  div.hover-gradient-overlay-lg-gray-400-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-400-30::before,
  div.hover-gradient-overlay-lg-gray-400-30::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-400-30::before,
  div:hover.hover-gradient-overlay-lg-gray-400-30::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-gray-400-50,
  div.hover-gradient-overlay-lg-gray-400-50 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-400-50::before,
  div.hover-gradient-overlay-lg-gray-400-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-400-50::before,
  div.hover-gradient-overlay-lg-gray-400-50::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-400-50::before,
  div:hover.hover-gradient-overlay-lg-gray-400-50::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-gray-400-70,
  div.hover-gradient-overlay-lg-gray-400-70 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-400-70::before,
  div.hover-gradient-overlay-lg-gray-400-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-400-70::before,
  div.hover-gradient-overlay-lg-gray-400-70::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-400-70::before,
  div:hover.hover-gradient-overlay-lg-gray-400-70::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-lg-gray-400-100,
  div.hover-gradient-overlay-lg-gray-400-100 {
    position: relative;
  }
  section.hover-gradient-overlay-lg-gray-400-100::before,
  div.hover-gradient-overlay-lg-gray-400-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-lg-gray-400-100::before,
  div.hover-gradient-overlay-lg-gray-400-100::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  section:hover.hover-gradient-overlay-lg-gray-400-100::before,
  div:hover.hover-gradient-overlay-lg-gray-400-100::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, #ced4da 100%);
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  section.overlay-xl-primary-100,
  div.overlay-xl-primary-100 {
    position: relative;
  }
  section.overlay-xl-primary-100::before,
  div.overlay-xl-primary-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: var(--main);
  }
  section.overlay-xl-primary-70,
  div.overlay-xl-primary-70 {
    position: relative;
  }
  section.overlay-xl-primary-70::before,
  div.overlay-xl-primary-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0.7);
  }
  section.overlay-xl-primary-50,
  div.overlay-xl-primary-50 {
    position: relative;
  }
  section.overlay-xl-primary-50::before,
  div.overlay-xl-primary-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0.5);
  }
  section.overlay-xl-primary-30,
  div.overlay-xl-primary-30 {
    position: relative;
  }
  section.overlay-xl-primary-30::before,
  div.overlay-xl-primary-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0.3);
  }
  section.overlay-xl-primary-0,
  div.overlay-xl-primary-0 {
    position: relative;
  }
  section.overlay-xl-primary-0::before,
  div.overlay-xl-primary-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
  section.hover-overlay-xl-primary-0,
  div.hover-overlay-xl-primary-0 {
    position: relative;
  }
  section.hover-overlay-xl-primary-0::before,
  div.hover-overlay-xl-primary-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-primary-0::before,
  div.hover-overlay-xl-primary-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-primary-0::before,
  div:hover.hover-overlay-xl-primary-0::before {
    background-color: rgba(172, 156, 127, 0);
    visibility: visible;
  }
  section.hover-overlay-xl-primary-30,
  div.hover-overlay-xl-primary-30 {
    position: relative;
  }
  section.hover-overlay-xl-primary-30::before,
  div.hover-overlay-xl-primary-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-primary-30::before,
  div.hover-overlay-xl-primary-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-primary-30::before,
  div:hover.hover-overlay-xl-primary-30::before {
    background-color: rgba(172, 156, 127, 0.3);
    visibility: visible;
  }
  section.hover-overlay-xl-primary-50,
  div.hover-overlay-xl-primary-50 {
    position: relative;
  }
  section.hover-overlay-xl-primary-50::before,
  div.hover-overlay-xl-primary-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-primary-50::before,
  div.hover-overlay-xl-primary-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-primary-50::before,
  div:hover.hover-overlay-xl-primary-50::before {
    background-color: rgba(172, 156, 127, 0.5);
    visibility: visible;
  }
  section.hover-overlay-xl-primary-70,
  div.hover-overlay-xl-primary-70 {
    position: relative;
  }
  section.hover-overlay-xl-primary-70::before,
  div.hover-overlay-xl-primary-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-primary-70::before,
  div.hover-overlay-xl-primary-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-primary-70::before,
  div:hover.hover-overlay-xl-primary-70::before {
    background-color: rgba(172, 156, 127, 0.7);
    visibility: visible;
  }
  section.hover-overlay-xl-primary-100,
  div.hover-overlay-xl-primary-100 {
    position: relative;
  }
  section.hover-overlay-xl-primary-100::before,
  div.hover-overlay-xl-primary-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(172, 156, 127, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-primary-100::before,
  div.hover-overlay-xl-primary-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-primary-100::before,
  div:hover.hover-overlay-xl-primary-100::before {
    background-color: var(--main);
    visibility: visible;
  }
  section.gradient-overlay-xl-primary-0,
  div.gradient-overlay-xl-primary-0 {
    position: relative;
  }
  section.gradient-overlay-xl-primary-0::before,
  div.gradient-overlay-xl-primary-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-primary-0::before,
  div.gradient-overlay-xl-primary-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-primary-30,
  div.gradient-overlay-xl-primary-30 {
    position: relative;
  }
  section.gradient-overlay-xl-primary-30::before,
  div.gradient-overlay-xl-primary-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.3) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-primary-30::before,
  div.gradient-overlay-xl-primary-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-primary-50,
  div.gradient-overlay-xl-primary-50 {
    position: relative;
  }
  section.gradient-overlay-xl-primary-50::before,
  div.gradient-overlay-xl-primary-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.5) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-primary-50::before,
  div.gradient-overlay-xl-primary-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-primary-70,
  div.gradient-overlay-xl-primary-70 {
    position: relative;
  }
  section.gradient-overlay-xl-primary-70::before,
  div.gradient-overlay-xl-primary-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.7) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-primary-70::before,
  div.gradient-overlay-xl-primary-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-primary-100,
  div.gradient-overlay-xl-primary-100 {
    position: relative;
  }
  section.gradient-overlay-xl-primary-100::before,
  div.gradient-overlay-xl-primary-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, var(--main) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-primary-100::before,
  div.gradient-overlay-xl-primary-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.hover-gradient-overlay-xl-primary-0,
  div.hover-gradient-overlay-xl-primary-0 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-primary-0::before,
  div.hover-gradient-overlay-xl-primary-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-primary-0::before,
  div.hover-gradient-overlay-xl-primary-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-primary-0::before,
  div:hover.hover-gradient-overlay-xl-primary-0::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-primary-30,
  div.hover-gradient-overlay-xl-primary-30 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-primary-30::before,
  div.hover-gradient-overlay-xl-primary-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-primary-30::before,
  div.hover-gradient-overlay-xl-primary-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-primary-30::before,
  div:hover.hover-gradient-overlay-xl-primary-30::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-primary-50,
  div.hover-gradient-overlay-xl-primary-50 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-primary-50::before,
  div.hover-gradient-overlay-xl-primary-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-primary-50::before,
  div.hover-gradient-overlay-xl-primary-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-primary-50::before,
  div:hover.hover-gradient-overlay-xl-primary-50::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-primary-70,
  div.hover-gradient-overlay-xl-primary-70 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-primary-70::before,
  div.hover-gradient-overlay-xl-primary-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-primary-70::before,
  div.hover-gradient-overlay-xl-primary-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-primary-70::before,
  div:hover.hover-gradient-overlay-xl-primary-70::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-primary-100,
  div.hover-gradient-overlay-xl-primary-100 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-primary-100::before,
  div.hover-gradient-overlay-xl-primary-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, rgba(172, 156, 127, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-primary-100::before,
  div.hover-gradient-overlay-xl-primary-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-primary-100::before,
  div:hover.hover-gradient-overlay-xl-primary-100::before {
    background-image: linear-gradient(to bottom, rgba(172, 156, 127, 0) 0%, var(--main) 100%);
    opacity: 1;
  }
  section.overlay-xl-secondary-100,
  div.overlay-xl-secondary-100 {
    position: relative;
  }
  section.overlay-xl-secondary-100::before,
  div.overlay-xl-secondary-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #686868;
  }
  section.overlay-xl-secondary-70,
  div.overlay-xl-secondary-70 {
    position: relative;
  }
  section.overlay-xl-secondary-70::before,
  div.overlay-xl-secondary-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0.7);
  }
  section.overlay-xl-secondary-50,
  div.overlay-xl-secondary-50 {
    position: relative;
  }
  section.overlay-xl-secondary-50::before,
  div.overlay-xl-secondary-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0.5);
  }
  section.overlay-xl-secondary-30,
  div.overlay-xl-secondary-30 {
    position: relative;
  }
  section.overlay-xl-secondary-30::before,
  div.overlay-xl-secondary-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0.3);
  }
  section.overlay-xl-secondary-0,
  div.overlay-xl-secondary-0 {
    position: relative;
  }
  section.overlay-xl-secondary-0::before,
  div.overlay-xl-secondary-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
  section.hover-overlay-xl-secondary-0,
  div.hover-overlay-xl-secondary-0 {
    position: relative;
  }
  section.hover-overlay-xl-secondary-0::before,
  div.hover-overlay-xl-secondary-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-secondary-0::before,
  div.hover-overlay-xl-secondary-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-secondary-0::before,
  div:hover.hover-overlay-xl-secondary-0::before {
    background-color: rgba(104, 104, 104, 0);
    visibility: visible;
  }
  section.hover-overlay-xl-secondary-30,
  div.hover-overlay-xl-secondary-30 {
    position: relative;
  }
  section.hover-overlay-xl-secondary-30::before,
  div.hover-overlay-xl-secondary-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-secondary-30::before,
  div.hover-overlay-xl-secondary-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-secondary-30::before,
  div:hover.hover-overlay-xl-secondary-30::before {
    background-color: rgba(104, 104, 104, 0.3);
    visibility: visible;
  }
  section.hover-overlay-xl-secondary-50,
  div.hover-overlay-xl-secondary-50 {
    position: relative;
  }
  section.hover-overlay-xl-secondary-50::before,
  div.hover-overlay-xl-secondary-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-secondary-50::before,
  div.hover-overlay-xl-secondary-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-secondary-50::before,
  div:hover.hover-overlay-xl-secondary-50::before {
    background-color: rgba(104, 104, 104, 0.5);
    visibility: visible;
  }
  section.hover-overlay-xl-secondary-70,
  div.hover-overlay-xl-secondary-70 {
    position: relative;
  }
  section.hover-overlay-xl-secondary-70::before,
  div.hover-overlay-xl-secondary-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-secondary-70::before,
  div.hover-overlay-xl-secondary-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-secondary-70::before,
  div:hover.hover-overlay-xl-secondary-70::before {
    background-color: rgba(104, 104, 104, 0.7);
    visibility: visible;
  }
  section.hover-overlay-xl-secondary-100,
  div.hover-overlay-xl-secondary-100 {
    position: relative;
  }
  section.hover-overlay-xl-secondary-100::before,
  div.hover-overlay-xl-secondary-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(104, 104, 104, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-secondary-100::before,
  div.hover-overlay-xl-secondary-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-secondary-100::before,
  div:hover.hover-overlay-xl-secondary-100::before {
    background-color: #686868;
    visibility: visible;
  }
  section.gradient-overlay-xl-secondary-0,
  div.gradient-overlay-xl-secondary-0 {
    position: relative;
  }
  section.gradient-overlay-xl-secondary-0::before,
  div.gradient-overlay-xl-secondary-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-secondary-0::before,
  div.gradient-overlay-xl-secondary-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-secondary-30,
  div.gradient-overlay-xl-secondary-30 {
    position: relative;
  }
  section.gradient-overlay-xl-secondary-30::before,
  div.gradient-overlay-xl-secondary-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.3) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-secondary-30::before,
  div.gradient-overlay-xl-secondary-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-secondary-50,
  div.gradient-overlay-xl-secondary-50 {
    position: relative;
  }
  section.gradient-overlay-xl-secondary-50::before,
  div.gradient-overlay-xl-secondary-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.5) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-secondary-50::before,
  div.gradient-overlay-xl-secondary-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-secondary-70,
  div.gradient-overlay-xl-secondary-70 {
    position: relative;
  }
  section.gradient-overlay-xl-secondary-70::before,
  div.gradient-overlay-xl-secondary-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.7) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-secondary-70::before,
  div.gradient-overlay-xl-secondary-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-secondary-100,
  div.gradient-overlay-xl-secondary-100 {
    position: relative;
  }
  section.gradient-overlay-xl-secondary-100::before,
  div.gradient-overlay-xl-secondary-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, #686868 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-secondary-100::before,
  div.gradient-overlay-xl-secondary-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.hover-gradient-overlay-xl-secondary-0,
  div.hover-gradient-overlay-xl-secondary-0 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-secondary-0::before,
  div.hover-gradient-overlay-xl-secondary-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-secondary-0::before,
  div.hover-gradient-overlay-xl-secondary-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-secondary-0::before,
  div:hover.hover-gradient-overlay-xl-secondary-0::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-secondary-30,
  div.hover-gradient-overlay-xl-secondary-30 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-secondary-30::before,
  div.hover-gradient-overlay-xl-secondary-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-secondary-30::before,
  div.hover-gradient-overlay-xl-secondary-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-secondary-30::before,
  div:hover.hover-gradient-overlay-xl-secondary-30::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-secondary-50,
  div.hover-gradient-overlay-xl-secondary-50 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-secondary-50::before,
  div.hover-gradient-overlay-xl-secondary-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-secondary-50::before,
  div.hover-gradient-overlay-xl-secondary-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-secondary-50::before,
  div:hover.hover-gradient-overlay-xl-secondary-50::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-secondary-70,
  div.hover-gradient-overlay-xl-secondary-70 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-secondary-70::before,
  div.hover-gradient-overlay-xl-secondary-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-secondary-70::before,
  div.hover-gradient-overlay-xl-secondary-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-secondary-70::before,
  div:hover.hover-gradient-overlay-xl-secondary-70::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-secondary-100,
  div.hover-gradient-overlay-xl-secondary-100 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-secondary-100::before,
  div.hover-gradient-overlay-xl-secondary-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, rgba(104, 104, 104, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-secondary-100::before,
  div.hover-gradient-overlay-xl-secondary-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-secondary-100::before,
  div:hover.hover-gradient-overlay-xl-secondary-100::before {
    background-image: linear-gradient(to bottom, rgba(104, 104, 104, 0) 0%, #686868 100%);
    opacity: 1;
  }
  section.overlay-xl-success-100,
  div.overlay-xl-success-100 {
    position: relative;
  }
  section.overlay-xl-success-100::before,
  div.overlay-xl-success-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #87de7d;
  }
  section.overlay-xl-success-70,
  div.overlay-xl-success-70 {
    position: relative;
  }
  section.overlay-xl-success-70::before,
  div.overlay-xl-success-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0.7);
  }
  section.overlay-xl-success-50,
  div.overlay-xl-success-50 {
    position: relative;
  }
  section.overlay-xl-success-50::before,
  div.overlay-xl-success-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0.5);
  }
  section.overlay-xl-success-30,
  div.overlay-xl-success-30 {
    position: relative;
  }
  section.overlay-xl-success-30::before,
  div.overlay-xl-success-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0.3);
  }
  section.overlay-xl-success-0,
  div.overlay-xl-success-0 {
    position: relative;
  }
  section.overlay-xl-success-0::before,
  div.overlay-xl-success-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
  section.hover-overlay-xl-success-0,
  div.hover-overlay-xl-success-0 {
    position: relative;
  }
  section.hover-overlay-xl-success-0::before,
  div.hover-overlay-xl-success-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-success-0::before,
  div.hover-overlay-xl-success-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-success-0::before,
  div:hover.hover-overlay-xl-success-0::before {
    background-color: rgba(135, 222, 125, 0);
    visibility: visible;
  }
  section.hover-overlay-xl-success-30,
  div.hover-overlay-xl-success-30 {
    position: relative;
  }
  section.hover-overlay-xl-success-30::before,
  div.hover-overlay-xl-success-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-success-30::before,
  div.hover-overlay-xl-success-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-success-30::before,
  div:hover.hover-overlay-xl-success-30::before {
    background-color: rgba(135, 222, 125, 0.3);
    visibility: visible;
  }
  section.hover-overlay-xl-success-50,
  div.hover-overlay-xl-success-50 {
    position: relative;
  }
  section.hover-overlay-xl-success-50::before,
  div.hover-overlay-xl-success-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-success-50::before,
  div.hover-overlay-xl-success-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-success-50::before,
  div:hover.hover-overlay-xl-success-50::before {
    background-color: rgba(135, 222, 125, 0.5);
    visibility: visible;
  }
  section.hover-overlay-xl-success-70,
  div.hover-overlay-xl-success-70 {
    position: relative;
  }
  section.hover-overlay-xl-success-70::before,
  div.hover-overlay-xl-success-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-success-70::before,
  div.hover-overlay-xl-success-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-success-70::before,
  div:hover.hover-overlay-xl-success-70::before {
    background-color: rgba(135, 222, 125, 0.7);
    visibility: visible;
  }
  section.hover-overlay-xl-success-100,
  div.hover-overlay-xl-success-100 {
    position: relative;
  }
  section.hover-overlay-xl-success-100::before,
  div.hover-overlay-xl-success-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(135, 222, 125, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-success-100::before,
  div.hover-overlay-xl-success-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-success-100::before,
  div:hover.hover-overlay-xl-success-100::before {
    background-color: #87de7d;
    visibility: visible;
  }
  section.gradient-overlay-xl-success-0,
  div.gradient-overlay-xl-success-0 {
    position: relative;
  }
  section.gradient-overlay-xl-success-0::before,
  div.gradient-overlay-xl-success-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-success-0::before,
  div.gradient-overlay-xl-success-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-success-30,
  div.gradient-overlay-xl-success-30 {
    position: relative;
  }
  section.gradient-overlay-xl-success-30::before,
  div.gradient-overlay-xl-success-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.3) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-success-30::before,
  div.gradient-overlay-xl-success-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-success-50,
  div.gradient-overlay-xl-success-50 {
    position: relative;
  }
  section.gradient-overlay-xl-success-50::before,
  div.gradient-overlay-xl-success-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.5) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-success-50::before,
  div.gradient-overlay-xl-success-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-success-70,
  div.gradient-overlay-xl-success-70 {
    position: relative;
  }
  section.gradient-overlay-xl-success-70::before,
  div.gradient-overlay-xl-success-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.7) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-success-70::before,
  div.gradient-overlay-xl-success-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-success-100,
  div.gradient-overlay-xl-success-100 {
    position: relative;
  }
  section.gradient-overlay-xl-success-100::before,
  div.gradient-overlay-xl-success-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, #87de7d 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-success-100::before,
  div.gradient-overlay-xl-success-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.hover-gradient-overlay-xl-success-0,
  div.hover-gradient-overlay-xl-success-0 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-success-0::before,
  div.hover-gradient-overlay-xl-success-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-success-0::before,
  div.hover-gradient-overlay-xl-success-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-success-0::before,
  div:hover.hover-gradient-overlay-xl-success-0::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-success-30,
  div.hover-gradient-overlay-xl-success-30 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-success-30::before,
  div.hover-gradient-overlay-xl-success-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-success-30::before,
  div.hover-gradient-overlay-xl-success-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-success-30::before,
  div:hover.hover-gradient-overlay-xl-success-30::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-success-50,
  div.hover-gradient-overlay-xl-success-50 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-success-50::before,
  div.hover-gradient-overlay-xl-success-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-success-50::before,
  div.hover-gradient-overlay-xl-success-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-success-50::before,
  div:hover.hover-gradient-overlay-xl-success-50::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-success-70,
  div.hover-gradient-overlay-xl-success-70 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-success-70::before,
  div.hover-gradient-overlay-xl-success-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-success-70::before,
  div.hover-gradient-overlay-xl-success-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-success-70::before,
  div:hover.hover-gradient-overlay-xl-success-70::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-success-100,
  div.hover-gradient-overlay-xl-success-100 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-success-100::before,
  div.hover-gradient-overlay-xl-success-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, rgba(135, 222, 125, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-success-100::before,
  div.hover-gradient-overlay-xl-success-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-success-100::before,
  div:hover.hover-gradient-overlay-xl-success-100::before {
    background-image: linear-gradient(to bottom, rgba(135, 222, 125, 0) 0%, #87de7d 100%);
    opacity: 1;
  }
  section.overlay-xl-info-100,
  div.overlay-xl-info-100 {
    position: relative;
  }
  section.overlay-xl-info-100::before,
  div.overlay-xl-info-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #2bb4dd;
  }
  section.overlay-xl-info-70,
  div.overlay-xl-info-70 {
    position: relative;
  }
  section.overlay-xl-info-70::before,
  div.overlay-xl-info-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0.7);
  }
  section.overlay-xl-info-50,
  div.overlay-xl-info-50 {
    position: relative;
  }
  section.overlay-xl-info-50::before,
  div.overlay-xl-info-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0.5);
  }
  section.overlay-xl-info-30,
  div.overlay-xl-info-30 {
    position: relative;
  }
  section.overlay-xl-info-30::before,
  div.overlay-xl-info-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0.3);
  }
  section.overlay-xl-info-0,
  div.overlay-xl-info-0 {
    position: relative;
  }
  section.overlay-xl-info-0::before,
  div.overlay-xl-info-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
  section.hover-overlay-xl-info-0,
  div.hover-overlay-xl-info-0 {
    position: relative;
  }
  section.hover-overlay-xl-info-0::before,
  div.hover-overlay-xl-info-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-info-0::before,
  div.hover-overlay-xl-info-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-info-0::before,
  div:hover.hover-overlay-xl-info-0::before {
    background-color: rgba(43, 180, 221, 0);
    visibility: visible;
  }
  section.hover-overlay-xl-info-30,
  div.hover-overlay-xl-info-30 {
    position: relative;
  }
  section.hover-overlay-xl-info-30::before,
  div.hover-overlay-xl-info-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-info-30::before,
  div.hover-overlay-xl-info-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-info-30::before,
  div:hover.hover-overlay-xl-info-30::before {
    background-color: rgba(43, 180, 221, 0.3);
    visibility: visible;
  }
  section.hover-overlay-xl-info-50,
  div.hover-overlay-xl-info-50 {
    position: relative;
  }
  section.hover-overlay-xl-info-50::before,
  div.hover-overlay-xl-info-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-info-50::before,
  div.hover-overlay-xl-info-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-info-50::before,
  div:hover.hover-overlay-xl-info-50::before {
    background-color: rgba(43, 180, 221, 0.5);
    visibility: visible;
  }
  section.hover-overlay-xl-info-70,
  div.hover-overlay-xl-info-70 {
    position: relative;
  }
  section.hover-overlay-xl-info-70::before,
  div.hover-overlay-xl-info-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-info-70::before,
  div.hover-overlay-xl-info-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-info-70::before,
  div:hover.hover-overlay-xl-info-70::before {
    background-color: rgba(43, 180, 221, 0.7);
    visibility: visible;
  }
  section.hover-overlay-xl-info-100,
  div.hover-overlay-xl-info-100 {
    position: relative;
  }
  section.hover-overlay-xl-info-100::before,
  div.hover-overlay-xl-info-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(43, 180, 221, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-info-100::before,
  div.hover-overlay-xl-info-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-info-100::before,
  div:hover.hover-overlay-xl-info-100::before {
    background-color: #2bb4dd;
    visibility: visible;
  }
  section.gradient-overlay-xl-info-0,
  div.gradient-overlay-xl-info-0 {
    position: relative;
  }
  section.gradient-overlay-xl-info-0::before,
  div.gradient-overlay-xl-info-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-info-0::before,
  div.gradient-overlay-xl-info-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-info-30,
  div.gradient-overlay-xl-info-30 {
    position: relative;
  }
  section.gradient-overlay-xl-info-30::before,
  div.gradient-overlay-xl-info-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.3) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-info-30::before,
  div.gradient-overlay-xl-info-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-info-50,
  div.gradient-overlay-xl-info-50 {
    position: relative;
  }
  section.gradient-overlay-xl-info-50::before,
  div.gradient-overlay-xl-info-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.5) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-info-50::before,
  div.gradient-overlay-xl-info-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-info-70,
  div.gradient-overlay-xl-info-70 {
    position: relative;
  }
  section.gradient-overlay-xl-info-70::before,
  div.gradient-overlay-xl-info-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.7) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-info-70::before,
  div.gradient-overlay-xl-info-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-info-100,
  div.gradient-overlay-xl-info-100 {
    position: relative;
  }
  section.gradient-overlay-xl-info-100::before,
  div.gradient-overlay-xl-info-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, #2bb4dd 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-info-100::before,
  div.gradient-overlay-xl-info-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.hover-gradient-overlay-xl-info-0,
  div.hover-gradient-overlay-xl-info-0 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-info-0::before,
  div.hover-gradient-overlay-xl-info-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-info-0::before,
  div.hover-gradient-overlay-xl-info-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-info-0::before,
  div:hover.hover-gradient-overlay-xl-info-0::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-info-30,
  div.hover-gradient-overlay-xl-info-30 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-info-30::before,
  div.hover-gradient-overlay-xl-info-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-info-30::before,
  div.hover-gradient-overlay-xl-info-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-info-30::before,
  div:hover.hover-gradient-overlay-xl-info-30::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-info-50,
  div.hover-gradient-overlay-xl-info-50 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-info-50::before,
  div.hover-gradient-overlay-xl-info-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-info-50::before,
  div.hover-gradient-overlay-xl-info-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-info-50::before,
  div:hover.hover-gradient-overlay-xl-info-50::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-info-70,
  div.hover-gradient-overlay-xl-info-70 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-info-70::before,
  div.hover-gradient-overlay-xl-info-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-info-70::before,
  div.hover-gradient-overlay-xl-info-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-info-70::before,
  div:hover.hover-gradient-overlay-xl-info-70::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-info-100,
  div.hover-gradient-overlay-xl-info-100 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-info-100::before,
  div.hover-gradient-overlay-xl-info-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, rgba(43, 180, 221, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-info-100::before,
  div.hover-gradient-overlay-xl-info-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-info-100::before,
  div:hover.hover-gradient-overlay-xl-info-100::before {
    background-image: linear-gradient(to bottom, rgba(43, 180, 221, 0) 0%, #2bb4dd 100%);
    opacity: 1;
  }
  section.overlay-xl-warning-100,
  div.overlay-xl-warning-100 {
    position: relative;
  }
  section.overlay-xl-warning-100::before,
  div.overlay-xl-warning-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #ddb32b;
  }
  section.overlay-xl-warning-70,
  div.overlay-xl-warning-70 {
    position: relative;
  }
  section.overlay-xl-warning-70::before,
  div.overlay-xl-warning-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0.7);
  }
  section.overlay-xl-warning-50,
  div.overlay-xl-warning-50 {
    position: relative;
  }
  section.overlay-xl-warning-50::before,
  div.overlay-xl-warning-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0.5);
  }
  section.overlay-xl-warning-30,
  div.overlay-xl-warning-30 {
    position: relative;
  }
  section.overlay-xl-warning-30::before,
  div.overlay-xl-warning-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0.3);
  }
  section.overlay-xl-warning-0,
  div.overlay-xl-warning-0 {
    position: relative;
  }
  section.overlay-xl-warning-0::before,
  div.overlay-xl-warning-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
  section.hover-overlay-xl-warning-0,
  div.hover-overlay-xl-warning-0 {
    position: relative;
  }
  section.hover-overlay-xl-warning-0::before,
  div.hover-overlay-xl-warning-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-warning-0::before,
  div.hover-overlay-xl-warning-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-warning-0::before,
  div:hover.hover-overlay-xl-warning-0::before {
    background-color: rgba(221, 179, 43, 0);
    visibility: visible;
  }
  section.hover-overlay-xl-warning-30,
  div.hover-overlay-xl-warning-30 {
    position: relative;
  }
  section.hover-overlay-xl-warning-30::before,
  div.hover-overlay-xl-warning-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-warning-30::before,
  div.hover-overlay-xl-warning-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-warning-30::before,
  div:hover.hover-overlay-xl-warning-30::before {
    background-color: rgba(221, 179, 43, 0.3);
    visibility: visible;
  }
  section.hover-overlay-xl-warning-50,
  div.hover-overlay-xl-warning-50 {
    position: relative;
  }
  section.hover-overlay-xl-warning-50::before,
  div.hover-overlay-xl-warning-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-warning-50::before,
  div.hover-overlay-xl-warning-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-warning-50::before,
  div:hover.hover-overlay-xl-warning-50::before {
    background-color: rgba(221, 179, 43, 0.5);
    visibility: visible;
  }
  section.hover-overlay-xl-warning-70,
  div.hover-overlay-xl-warning-70 {
    position: relative;
  }
  section.hover-overlay-xl-warning-70::before,
  div.hover-overlay-xl-warning-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-warning-70::before,
  div.hover-overlay-xl-warning-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-warning-70::before,
  div:hover.hover-overlay-xl-warning-70::before {
    background-color: rgba(221, 179, 43, 0.7);
    visibility: visible;
  }
  section.hover-overlay-xl-warning-100,
  div.hover-overlay-xl-warning-100 {
    position: relative;
  }
  section.hover-overlay-xl-warning-100::before,
  div.hover-overlay-xl-warning-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(221, 179, 43, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-warning-100::before,
  div.hover-overlay-xl-warning-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-warning-100::before,
  div:hover.hover-overlay-xl-warning-100::before {
    background-color: #ddb32b;
    visibility: visible;
  }
  section.gradient-overlay-xl-warning-0,
  div.gradient-overlay-xl-warning-0 {
    position: relative;
  }
  section.gradient-overlay-xl-warning-0::before,
  div.gradient-overlay-xl-warning-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-warning-0::before,
  div.gradient-overlay-xl-warning-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-warning-30,
  div.gradient-overlay-xl-warning-30 {
    position: relative;
  }
  section.gradient-overlay-xl-warning-30::before,
  div.gradient-overlay-xl-warning-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.3) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-warning-30::before,
  div.gradient-overlay-xl-warning-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-warning-50,
  div.gradient-overlay-xl-warning-50 {
    position: relative;
  }
  section.gradient-overlay-xl-warning-50::before,
  div.gradient-overlay-xl-warning-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.5) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-warning-50::before,
  div.gradient-overlay-xl-warning-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-warning-70,
  div.gradient-overlay-xl-warning-70 {
    position: relative;
  }
  section.gradient-overlay-xl-warning-70::before,
  div.gradient-overlay-xl-warning-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.7) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-warning-70::before,
  div.gradient-overlay-xl-warning-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-warning-100,
  div.gradient-overlay-xl-warning-100 {
    position: relative;
  }
  section.gradient-overlay-xl-warning-100::before,
  div.gradient-overlay-xl-warning-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, #ddb32b 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-warning-100::before,
  div.gradient-overlay-xl-warning-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.hover-gradient-overlay-xl-warning-0,
  div.hover-gradient-overlay-xl-warning-0 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-warning-0::before,
  div.hover-gradient-overlay-xl-warning-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-warning-0::before,
  div.hover-gradient-overlay-xl-warning-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-warning-0::before,
  div:hover.hover-gradient-overlay-xl-warning-0::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-warning-30,
  div.hover-gradient-overlay-xl-warning-30 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-warning-30::before,
  div.hover-gradient-overlay-xl-warning-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-warning-30::before,
  div.hover-gradient-overlay-xl-warning-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-warning-30::before,
  div:hover.hover-gradient-overlay-xl-warning-30::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-warning-50,
  div.hover-gradient-overlay-xl-warning-50 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-warning-50::before,
  div.hover-gradient-overlay-xl-warning-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-warning-50::before,
  div.hover-gradient-overlay-xl-warning-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-warning-50::before,
  div:hover.hover-gradient-overlay-xl-warning-50::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-warning-70,
  div.hover-gradient-overlay-xl-warning-70 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-warning-70::before,
  div.hover-gradient-overlay-xl-warning-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-warning-70::before,
  div.hover-gradient-overlay-xl-warning-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-warning-70::before,
  div:hover.hover-gradient-overlay-xl-warning-70::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-warning-100,
  div.hover-gradient-overlay-xl-warning-100 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-warning-100::before,
  div.hover-gradient-overlay-xl-warning-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, rgba(221, 179, 43, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-warning-100::before,
  div.hover-gradient-overlay-xl-warning-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-warning-100::before,
  div:hover.hover-gradient-overlay-xl-warning-100::before {
    background-image: linear-gradient(to bottom, rgba(221, 179, 43, 0) 0%, #ddb32b 100%);
    opacity: 1;
  }
  section.overlay-xl-danger-100,
  div.overlay-xl-danger-100 {
    position: relative;
  }
  section.overlay-xl-danger-100::before,
  div.overlay-xl-danger-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #f90000;
  }
  section.overlay-xl-danger-70,
  div.overlay-xl-danger-70 {
    position: relative;
  }
  section.overlay-xl-danger-70::before,
  div.overlay-xl-danger-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0.7);
  }
  section.overlay-xl-danger-50,
  div.overlay-xl-danger-50 {
    position: relative;
  }
  section.overlay-xl-danger-50::before,
  div.overlay-xl-danger-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0.5);
  }
  section.overlay-xl-danger-30,
  div.overlay-xl-danger-30 {
    position: relative;
  }
  section.overlay-xl-danger-30::before,
  div.overlay-xl-danger-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0.3);
  }
  section.overlay-xl-danger-0,
  div.overlay-xl-danger-0 {
    position: relative;
  }
  section.overlay-xl-danger-0::before,
  div.overlay-xl-danger-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
  section.hover-overlay-xl-danger-0,
  div.hover-overlay-xl-danger-0 {
    position: relative;
  }
  section.hover-overlay-xl-danger-0::before,
  div.hover-overlay-xl-danger-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-danger-0::before,
  div.hover-overlay-xl-danger-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-danger-0::before,
  div:hover.hover-overlay-xl-danger-0::before {
    background-color: rgba(249, 0, 0, 0);
    visibility: visible;
  }
  section.hover-overlay-xl-danger-30,
  div.hover-overlay-xl-danger-30 {
    position: relative;
  }
  section.hover-overlay-xl-danger-30::before,
  div.hover-overlay-xl-danger-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-danger-30::before,
  div.hover-overlay-xl-danger-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-danger-30::before,
  div:hover.hover-overlay-xl-danger-30::before {
    background-color: rgba(249, 0, 0, 0.3);
    visibility: visible;
  }
  section.hover-overlay-xl-danger-50,
  div.hover-overlay-xl-danger-50 {
    position: relative;
  }
  section.hover-overlay-xl-danger-50::before,
  div.hover-overlay-xl-danger-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-danger-50::before,
  div.hover-overlay-xl-danger-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-danger-50::before,
  div:hover.hover-overlay-xl-danger-50::before {
    background-color: rgba(249, 0, 0, 0.5);
    visibility: visible;
  }
  section.hover-overlay-xl-danger-70,
  div.hover-overlay-xl-danger-70 {
    position: relative;
  }
  section.hover-overlay-xl-danger-70::before,
  div.hover-overlay-xl-danger-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-danger-70::before,
  div.hover-overlay-xl-danger-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-danger-70::before,
  div:hover.hover-overlay-xl-danger-70::before {
    background-color: rgba(249, 0, 0, 0.7);
    visibility: visible;
  }
  section.hover-overlay-xl-danger-100,
  div.hover-overlay-xl-danger-100 {
    position: relative;
  }
  section.hover-overlay-xl-danger-100::before,
  div.hover-overlay-xl-danger-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(249, 0, 0, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-danger-100::before,
  div.hover-overlay-xl-danger-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-danger-100::before,
  div:hover.hover-overlay-xl-danger-100::before {
    background-color: #f90000;
    visibility: visible;
  }
  section.gradient-overlay-xl-danger-0,
  div.gradient-overlay-xl-danger-0 {
    position: relative;
  }
  section.gradient-overlay-xl-danger-0::before,
  div.gradient-overlay-xl-danger-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-danger-0::before,
  div.gradient-overlay-xl-danger-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-danger-30,
  div.gradient-overlay-xl-danger-30 {
    position: relative;
  }
  section.gradient-overlay-xl-danger-30::before,
  div.gradient-overlay-xl-danger-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.3) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-danger-30::before,
  div.gradient-overlay-xl-danger-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-danger-50,
  div.gradient-overlay-xl-danger-50 {
    position: relative;
  }
  section.gradient-overlay-xl-danger-50::before,
  div.gradient-overlay-xl-danger-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.5) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-danger-50::before,
  div.gradient-overlay-xl-danger-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-danger-70,
  div.gradient-overlay-xl-danger-70 {
    position: relative;
  }
  section.gradient-overlay-xl-danger-70::before,
  div.gradient-overlay-xl-danger-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.7) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-danger-70::before,
  div.gradient-overlay-xl-danger-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-danger-100,
  div.gradient-overlay-xl-danger-100 {
    position: relative;
  }
  section.gradient-overlay-xl-danger-100::before,
  div.gradient-overlay-xl-danger-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, #f90000 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-danger-100::before,
  div.gradient-overlay-xl-danger-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.hover-gradient-overlay-xl-danger-0,
  div.hover-gradient-overlay-xl-danger-0 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-danger-0::before,
  div.hover-gradient-overlay-xl-danger-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-danger-0::before,
  div.hover-gradient-overlay-xl-danger-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-danger-0::before,
  div:hover.hover-gradient-overlay-xl-danger-0::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-danger-30,
  div.hover-gradient-overlay-xl-danger-30 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-danger-30::before,
  div.hover-gradient-overlay-xl-danger-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-danger-30::before,
  div.hover-gradient-overlay-xl-danger-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-danger-30::before,
  div:hover.hover-gradient-overlay-xl-danger-30::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-danger-50,
  div.hover-gradient-overlay-xl-danger-50 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-danger-50::before,
  div.hover-gradient-overlay-xl-danger-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-danger-50::before,
  div.hover-gradient-overlay-xl-danger-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-danger-50::before,
  div:hover.hover-gradient-overlay-xl-danger-50::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-danger-70,
  div.hover-gradient-overlay-xl-danger-70 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-danger-70::before,
  div.hover-gradient-overlay-xl-danger-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-danger-70::before,
  div.hover-gradient-overlay-xl-danger-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-danger-70::before,
  div:hover.hover-gradient-overlay-xl-danger-70::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-danger-100,
  div.hover-gradient-overlay-xl-danger-100 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-danger-100::before,
  div.hover-gradient-overlay-xl-danger-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, rgba(249, 0, 0, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-danger-100::before,
  div.hover-gradient-overlay-xl-danger-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-danger-100::before,
  div:hover.hover-gradient-overlay-xl-danger-100::before {
    background-image: linear-gradient(to bottom, rgba(249, 0, 0, 0) 0%, #f90000 100%);
    opacity: 1;
  }
  section.overlay-xl-light-100,
  div.overlay-xl-light-100 {
    position: relative;
  }
  section.overlay-xl-light-100::before,
  div.overlay-xl-light-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #f7f5f6;
  }
  section.overlay-xl-light-70,
  div.overlay-xl-light-70 {
    position: relative;
  }
  section.overlay-xl-light-70::before,
  div.overlay-xl-light-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0.7);
  }
  section.overlay-xl-light-50,
  div.overlay-xl-light-50 {
    position: relative;
  }
  section.overlay-xl-light-50::before,
  div.overlay-xl-light-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0.5);
  }
  section.overlay-xl-light-30,
  div.overlay-xl-light-30 {
    position: relative;
  }
  section.overlay-xl-light-30::before,
  div.overlay-xl-light-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0.3);
  }
  section.overlay-xl-light-0,
  div.overlay-xl-light-0 {
    position: relative;
  }
  section.overlay-xl-light-0::before,
  div.overlay-xl-light-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
  section.hover-overlay-xl-light-0,
  div.hover-overlay-xl-light-0 {
    position: relative;
  }
  section.hover-overlay-xl-light-0::before,
  div.hover-overlay-xl-light-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-light-0::before,
  div.hover-overlay-xl-light-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-light-0::before,
  div:hover.hover-overlay-xl-light-0::before {
    background-color: rgba(247, 245, 246, 0);
    visibility: visible;
  }
  section.hover-overlay-xl-light-30,
  div.hover-overlay-xl-light-30 {
    position: relative;
  }
  section.hover-overlay-xl-light-30::before,
  div.hover-overlay-xl-light-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-light-30::before,
  div.hover-overlay-xl-light-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-light-30::before,
  div:hover.hover-overlay-xl-light-30::before {
    background-color: rgba(247, 245, 246, 0.3);
    visibility: visible;
  }
  section.hover-overlay-xl-light-50,
  div.hover-overlay-xl-light-50 {
    position: relative;
  }
  section.hover-overlay-xl-light-50::before,
  div.hover-overlay-xl-light-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-light-50::before,
  div.hover-overlay-xl-light-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-light-50::before,
  div:hover.hover-overlay-xl-light-50::before {
    background-color: rgba(247, 245, 246, 0.5);
    visibility: visible;
  }
  section.hover-overlay-xl-light-70,
  div.hover-overlay-xl-light-70 {
    position: relative;
  }
  section.hover-overlay-xl-light-70::before,
  div.hover-overlay-xl-light-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-light-70::before,
  div.hover-overlay-xl-light-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-light-70::before,
  div:hover.hover-overlay-xl-light-70::before {
    background-color: rgba(247, 245, 246, 0.7);
    visibility: visible;
  }
  section.hover-overlay-xl-light-100,
  div.hover-overlay-xl-light-100 {
    position: relative;
  }
  section.hover-overlay-xl-light-100::before,
  div.hover-overlay-xl-light-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(247, 245, 246, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-light-100::before,
  div.hover-overlay-xl-light-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-light-100::before,
  div:hover.hover-overlay-xl-light-100::before {
    background-color: #f7f5f6;
    visibility: visible;
  }
  section.gradient-overlay-xl-light-0,
  div.gradient-overlay-xl-light-0 {
    position: relative;
  }
  section.gradient-overlay-xl-light-0::before,
  div.gradient-overlay-xl-light-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-light-0::before,
  div.gradient-overlay-xl-light-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-light-30,
  div.gradient-overlay-xl-light-30 {
    position: relative;
  }
  section.gradient-overlay-xl-light-30::before,
  div.gradient-overlay-xl-light-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.3) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-light-30::before,
  div.gradient-overlay-xl-light-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-light-50,
  div.gradient-overlay-xl-light-50 {
    position: relative;
  }
  section.gradient-overlay-xl-light-50::before,
  div.gradient-overlay-xl-light-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.5) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-light-50::before,
  div.gradient-overlay-xl-light-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-light-70,
  div.gradient-overlay-xl-light-70 {
    position: relative;
  }
  section.gradient-overlay-xl-light-70::before,
  div.gradient-overlay-xl-light-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.7) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-light-70::before,
  div.gradient-overlay-xl-light-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-light-100,
  div.gradient-overlay-xl-light-100 {
    position: relative;
  }
  section.gradient-overlay-xl-light-100::before,
  div.gradient-overlay-xl-light-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, #f7f5f6 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-light-100::before,
  div.gradient-overlay-xl-light-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.hover-gradient-overlay-xl-light-0,
  div.hover-gradient-overlay-xl-light-0 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-light-0::before,
  div.hover-gradient-overlay-xl-light-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-light-0::before,
  div.hover-gradient-overlay-xl-light-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-light-0::before,
  div:hover.hover-gradient-overlay-xl-light-0::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-light-30,
  div.hover-gradient-overlay-xl-light-30 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-light-30::before,
  div.hover-gradient-overlay-xl-light-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-light-30::before,
  div.hover-gradient-overlay-xl-light-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-light-30::before,
  div:hover.hover-gradient-overlay-xl-light-30::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-light-50,
  div.hover-gradient-overlay-xl-light-50 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-light-50::before,
  div.hover-gradient-overlay-xl-light-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-light-50::before,
  div.hover-gradient-overlay-xl-light-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-light-50::before,
  div:hover.hover-gradient-overlay-xl-light-50::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-light-70,
  div.hover-gradient-overlay-xl-light-70 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-light-70::before,
  div.hover-gradient-overlay-xl-light-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-light-70::before,
  div.hover-gradient-overlay-xl-light-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-light-70::before,
  div:hover.hover-gradient-overlay-xl-light-70::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-light-100,
  div.hover-gradient-overlay-xl-light-100 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-light-100::before,
  div.hover-gradient-overlay-xl-light-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, rgba(247, 245, 246, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-light-100::before,
  div.hover-gradient-overlay-xl-light-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-light-100::before,
  div:hover.hover-gradient-overlay-xl-light-100::before {
    background-image: linear-gradient(to bottom, rgba(247, 245, 246, 0) 0%, #f7f5f6 100%);
    opacity: 1;
  }
  section.overlay-xl-dark-100,
  div.overlay-xl-dark-100 {
    position: relative;
  }
  section.overlay-xl-dark-100::before,
  div.overlay-xl-dark-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #1e1e1e;
  }
  section.overlay-xl-dark-70,
  div.overlay-xl-dark-70 {
    position: relative;
  }
  section.overlay-xl-dark-70::before,
  div.overlay-xl-dark-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0.7);
  }
  section.overlay-xl-dark-50,
  div.overlay-xl-dark-50 {
    position: relative;
  }
  section.overlay-xl-dark-50::before,
  div.overlay-xl-dark-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0.5);
  }
  section.overlay-xl-dark-30,
  div.overlay-xl-dark-30 {
    position: relative;
  }
  section.overlay-xl-dark-30::before,
  div.overlay-xl-dark-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0.3);
  }
  section.overlay-xl-dark-0,
  div.overlay-xl-dark-0 {
    position: relative;
  }
  section.overlay-xl-dark-0::before,
  div.overlay-xl-dark-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
  section.hover-overlay-xl-dark-0,
  div.hover-overlay-xl-dark-0 {
    position: relative;
  }
  section.hover-overlay-xl-dark-0::before,
  div.hover-overlay-xl-dark-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-dark-0::before,
  div.hover-overlay-xl-dark-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-dark-0::before,
  div:hover.hover-overlay-xl-dark-0::before {
    background-color: rgba(30, 30, 30, 0);
    visibility: visible;
  }
  section.hover-overlay-xl-dark-30,
  div.hover-overlay-xl-dark-30 {
    position: relative;
  }
  section.hover-overlay-xl-dark-30::before,
  div.hover-overlay-xl-dark-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-dark-30::before,
  div.hover-overlay-xl-dark-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-dark-30::before,
  div:hover.hover-overlay-xl-dark-30::before {
    background-color: rgba(30, 30, 30, 0.3);
    visibility: visible;
  }
  section.hover-overlay-xl-dark-50,
  div.hover-overlay-xl-dark-50 {
    position: relative;
  }
  section.hover-overlay-xl-dark-50::before,
  div.hover-overlay-xl-dark-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-dark-50::before,
  div.hover-overlay-xl-dark-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-dark-50::before,
  div:hover.hover-overlay-xl-dark-50::before {
    background-color: rgba(30, 30, 30, 0.5);
    visibility: visible;
  }
  section.hover-overlay-xl-dark-70,
  div.hover-overlay-xl-dark-70 {
    position: relative;
  }
  section.hover-overlay-xl-dark-70::before,
  div.hover-overlay-xl-dark-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-dark-70::before,
  div.hover-overlay-xl-dark-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-dark-70::before,
  div:hover.hover-overlay-xl-dark-70::before {
    background-color: rgba(30, 30, 30, 0.7);
    visibility: visible;
  }
  section.hover-overlay-xl-dark-100,
  div.hover-overlay-xl-dark-100 {
    position: relative;
  }
  section.hover-overlay-xl-dark-100::before,
  div.hover-overlay-xl-dark-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(30, 30, 30, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-dark-100::before,
  div.hover-overlay-xl-dark-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-dark-100::before,
  div:hover.hover-overlay-xl-dark-100::before {
    background-color: #1e1e1e;
    visibility: visible;
  }
  section.gradient-overlay-xl-dark-0,
  div.gradient-overlay-xl-dark-0 {
    position: relative;
  }
  section.gradient-overlay-xl-dark-0::before,
  div.gradient-overlay-xl-dark-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-dark-0::before,
  div.gradient-overlay-xl-dark-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-dark-30,
  div.gradient-overlay-xl-dark-30 {
    position: relative;
  }
  section.gradient-overlay-xl-dark-30::before,
  div.gradient-overlay-xl-dark-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.3) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-dark-30::before,
  div.gradient-overlay-xl-dark-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-dark-50,
  div.gradient-overlay-xl-dark-50 {
    position: relative;
  }
  section.gradient-overlay-xl-dark-50::before,
  div.gradient-overlay-xl-dark-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.5) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-dark-50::before,
  div.gradient-overlay-xl-dark-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-dark-70,
  div.gradient-overlay-xl-dark-70 {
    position: relative;
  }
  section.gradient-overlay-xl-dark-70::before,
  div.gradient-overlay-xl-dark-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.7) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-dark-70::before,
  div.gradient-overlay-xl-dark-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-dark-100,
  div.gradient-overlay-xl-dark-100 {
    position: relative;
  }
  section.gradient-overlay-xl-dark-100::before,
  div.gradient-overlay-xl-dark-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-dark-100::before,
  div.gradient-overlay-xl-dark-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.hover-gradient-overlay-xl-dark-0,
  div.hover-gradient-overlay-xl-dark-0 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-dark-0::before,
  div.hover-gradient-overlay-xl-dark-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-dark-0::before,
  div.hover-gradient-overlay-xl-dark-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-dark-0::before,
  div:hover.hover-gradient-overlay-xl-dark-0::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-dark-30,
  div.hover-gradient-overlay-xl-dark-30 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-dark-30::before,
  div.hover-gradient-overlay-xl-dark-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-dark-30::before,
  div.hover-gradient-overlay-xl-dark-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-dark-30::before,
  div:hover.hover-gradient-overlay-xl-dark-30::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-dark-50,
  div.hover-gradient-overlay-xl-dark-50 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-dark-50::before,
  div.hover-gradient-overlay-xl-dark-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-dark-50::before,
  div.hover-gradient-overlay-xl-dark-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-dark-50::before,
  div:hover.hover-gradient-overlay-xl-dark-50::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-dark-70,
  div.hover-gradient-overlay-xl-dark-70 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-dark-70::before,
  div.hover-gradient-overlay-xl-dark-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-dark-70::before,
  div.hover-gradient-overlay-xl-dark-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-dark-70::before,
  div:hover.hover-gradient-overlay-xl-dark-70::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-dark-100,
  div.hover-gradient-overlay-xl-dark-100 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-dark-100::before,
  div.hover-gradient-overlay-xl-dark-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, rgba(30, 30, 30, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-dark-100::before,
  div.hover-gradient-overlay-xl-dark-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-dark-100::before,
  div:hover.hover-gradient-overlay-xl-dark-100::before {
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0) 0%, #1e1e1e 100%);
    opacity: 1;
  }
  section.overlay-xl-green-100,
  div.overlay-xl-green-100 {
    position: relative;
  }
  section.overlay-xl-green-100::before,
  div.overlay-xl-green-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #1f8d61;
  }
  section.overlay-xl-green-70,
  div.overlay-xl-green-70 {
    position: relative;
  }
  section.overlay-xl-green-70::before,
  div.overlay-xl-green-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0.7);
  }
  section.overlay-xl-green-50,
  div.overlay-xl-green-50 {
    position: relative;
  }
  section.overlay-xl-green-50::before,
  div.overlay-xl-green-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0.5);
  }
  section.overlay-xl-green-30,
  div.overlay-xl-green-30 {
    position: relative;
  }
  section.overlay-xl-green-30::before,
  div.overlay-xl-green-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0.3);
  }
  section.overlay-xl-green-0,
  div.overlay-xl-green-0 {
    position: relative;
  }
  section.overlay-xl-green-0::before,
  div.overlay-xl-green-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
  section.hover-overlay-xl-green-0,
  div.hover-overlay-xl-green-0 {
    position: relative;
  }
  section.hover-overlay-xl-green-0::before,
  div.hover-overlay-xl-green-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-green-0::before,
  div.hover-overlay-xl-green-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-green-0::before,
  div:hover.hover-overlay-xl-green-0::before {
    background-color: rgba(31, 141, 97, 0);
    visibility: visible;
  }
  section.hover-overlay-xl-green-30,
  div.hover-overlay-xl-green-30 {
    position: relative;
  }
  section.hover-overlay-xl-green-30::before,
  div.hover-overlay-xl-green-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-green-30::before,
  div.hover-overlay-xl-green-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-green-30::before,
  div:hover.hover-overlay-xl-green-30::before {
    background-color: rgba(31, 141, 97, 0.3);
    visibility: visible;
  }
  section.hover-overlay-xl-green-50,
  div.hover-overlay-xl-green-50 {
    position: relative;
  }
  section.hover-overlay-xl-green-50::before,
  div.hover-overlay-xl-green-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-green-50::before,
  div.hover-overlay-xl-green-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-green-50::before,
  div:hover.hover-overlay-xl-green-50::before {
    background-color: rgba(31, 141, 97, 0.5);
    visibility: visible;
  }
  section.hover-overlay-xl-green-70,
  div.hover-overlay-xl-green-70 {
    position: relative;
  }
  section.hover-overlay-xl-green-70::before,
  div.hover-overlay-xl-green-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-green-70::before,
  div.hover-overlay-xl-green-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-green-70::before,
  div:hover.hover-overlay-xl-green-70::before {
    background-color: rgba(31, 141, 97, 0.7);
    visibility: visible;
  }
  section.hover-overlay-xl-green-100,
  div.hover-overlay-xl-green-100 {
    position: relative;
  }
  section.hover-overlay-xl-green-100::before,
  div.hover-overlay-xl-green-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(31, 141, 97, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-green-100::before,
  div.hover-overlay-xl-green-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-green-100::before,
  div:hover.hover-overlay-xl-green-100::before {
    background-color: #1f8d61;
    visibility: visible;
  }
  section.gradient-overlay-xl-green-0,
  div.gradient-overlay-xl-green-0 {
    position: relative;
  }
  section.gradient-overlay-xl-green-0::before,
  div.gradient-overlay-xl-green-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-green-0::before,
  div.gradient-overlay-xl-green-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-green-30,
  div.gradient-overlay-xl-green-30 {
    position: relative;
  }
  section.gradient-overlay-xl-green-30::before,
  div.gradient-overlay-xl-green-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.3) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-green-30::before,
  div.gradient-overlay-xl-green-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-green-50,
  div.gradient-overlay-xl-green-50 {
    position: relative;
  }
  section.gradient-overlay-xl-green-50::before,
  div.gradient-overlay-xl-green-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.5) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-green-50::before,
  div.gradient-overlay-xl-green-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-green-70,
  div.gradient-overlay-xl-green-70 {
    position: relative;
  }
  section.gradient-overlay-xl-green-70::before,
  div.gradient-overlay-xl-green-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.7) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-green-70::before,
  div.gradient-overlay-xl-green-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-green-100,
  div.gradient-overlay-xl-green-100 {
    position: relative;
  }
  section.gradient-overlay-xl-green-100::before,
  div.gradient-overlay-xl-green-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, #1f8d61 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-green-100::before,
  div.gradient-overlay-xl-green-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.hover-gradient-overlay-xl-green-0,
  div.hover-gradient-overlay-xl-green-0 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-green-0::before,
  div.hover-gradient-overlay-xl-green-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-green-0::before,
  div.hover-gradient-overlay-xl-green-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-green-0::before,
  div:hover.hover-gradient-overlay-xl-green-0::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-green-30,
  div.hover-gradient-overlay-xl-green-30 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-green-30::before,
  div.hover-gradient-overlay-xl-green-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-green-30::before,
  div.hover-gradient-overlay-xl-green-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-green-30::before,
  div:hover.hover-gradient-overlay-xl-green-30::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-green-50,
  div.hover-gradient-overlay-xl-green-50 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-green-50::before,
  div.hover-gradient-overlay-xl-green-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-green-50::before,
  div.hover-gradient-overlay-xl-green-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-green-50::before,
  div:hover.hover-gradient-overlay-xl-green-50::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-green-70,
  div.hover-gradient-overlay-xl-green-70 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-green-70::before,
  div.hover-gradient-overlay-xl-green-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-green-70::before,
  div.hover-gradient-overlay-xl-green-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-green-70::before,
  div:hover.hover-gradient-overlay-xl-green-70::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-green-100,
  div.hover-gradient-overlay-xl-green-100 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-green-100::before,
  div.hover-gradient-overlay-xl-green-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, rgba(31, 141, 97, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-green-100::before,
  div.hover-gradient-overlay-xl-green-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-green-100::before,
  div:hover.hover-gradient-overlay-xl-green-100::before {
    background-image: linear-gradient(to bottom, rgba(31, 141, 97, 0) 0%, #1f8d61 100%);
    opacity: 1;
  }
  section.overlay-xl-blue-100,
  div.overlay-xl-blue-100 {
    position: relative;
  }
  section.overlay-xl-blue-100::before,
  div.overlay-xl-blue-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #0e49b5;
  }
  section.overlay-xl-blue-70,
  div.overlay-xl-blue-70 {
    position: relative;
  }
  section.overlay-xl-blue-70::before,
  div.overlay-xl-blue-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0.7);
  }
  section.overlay-xl-blue-50,
  div.overlay-xl-blue-50 {
    position: relative;
  }
  section.overlay-xl-blue-50::before,
  div.overlay-xl-blue-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0.5);
  }
  section.overlay-xl-blue-30,
  div.overlay-xl-blue-30 {
    position: relative;
  }
  section.overlay-xl-blue-30::before,
  div.overlay-xl-blue-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0.3);
  }
  section.overlay-xl-blue-0,
  div.overlay-xl-blue-0 {
    position: relative;
  }
  section.overlay-xl-blue-0::before,
  div.overlay-xl-blue-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
  section.hover-overlay-xl-blue-0,
  div.hover-overlay-xl-blue-0 {
    position: relative;
  }
  section.hover-overlay-xl-blue-0::before,
  div.hover-overlay-xl-blue-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-blue-0::before,
  div.hover-overlay-xl-blue-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-blue-0::before,
  div:hover.hover-overlay-xl-blue-0::before {
    background-color: rgba(14, 73, 181, 0);
    visibility: visible;
  }
  section.hover-overlay-xl-blue-30,
  div.hover-overlay-xl-blue-30 {
    position: relative;
  }
  section.hover-overlay-xl-blue-30::before,
  div.hover-overlay-xl-blue-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-blue-30::before,
  div.hover-overlay-xl-blue-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-blue-30::before,
  div:hover.hover-overlay-xl-blue-30::before {
    background-color: rgba(14, 73, 181, 0.3);
    visibility: visible;
  }
  section.hover-overlay-xl-blue-50,
  div.hover-overlay-xl-blue-50 {
    position: relative;
  }
  section.hover-overlay-xl-blue-50::before,
  div.hover-overlay-xl-blue-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-blue-50::before,
  div.hover-overlay-xl-blue-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-blue-50::before,
  div:hover.hover-overlay-xl-blue-50::before {
    background-color: rgba(14, 73, 181, 0.5);
    visibility: visible;
  }
  section.hover-overlay-xl-blue-70,
  div.hover-overlay-xl-blue-70 {
    position: relative;
  }
  section.hover-overlay-xl-blue-70::before,
  div.hover-overlay-xl-blue-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-blue-70::before,
  div.hover-overlay-xl-blue-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-blue-70::before,
  div:hover.hover-overlay-xl-blue-70::before {
    background-color: rgba(14, 73, 181, 0.7);
    visibility: visible;
  }
  section.hover-overlay-xl-blue-100,
  div.hover-overlay-xl-blue-100 {
    position: relative;
  }
  section.hover-overlay-xl-blue-100::before,
  div.hover-overlay-xl-blue-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(14, 73, 181, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-blue-100::before,
  div.hover-overlay-xl-blue-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-blue-100::before,
  div:hover.hover-overlay-xl-blue-100::before {
    background-color: #0e49b5;
    visibility: visible;
  }
  section.gradient-overlay-xl-blue-0,
  div.gradient-overlay-xl-blue-0 {
    position: relative;
  }
  section.gradient-overlay-xl-blue-0::before,
  div.gradient-overlay-xl-blue-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-blue-0::before,
  div.gradient-overlay-xl-blue-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-blue-30,
  div.gradient-overlay-xl-blue-30 {
    position: relative;
  }
  section.gradient-overlay-xl-blue-30::before,
  div.gradient-overlay-xl-blue-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.3) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-blue-30::before,
  div.gradient-overlay-xl-blue-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-blue-50,
  div.gradient-overlay-xl-blue-50 {
    position: relative;
  }
  section.gradient-overlay-xl-blue-50::before,
  div.gradient-overlay-xl-blue-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.5) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-blue-50::before,
  div.gradient-overlay-xl-blue-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-blue-70,
  div.gradient-overlay-xl-blue-70 {
    position: relative;
  }
  section.gradient-overlay-xl-blue-70::before,
  div.gradient-overlay-xl-blue-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.7) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-blue-70::before,
  div.gradient-overlay-xl-blue-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-blue-100,
  div.gradient-overlay-xl-blue-100 {
    position: relative;
  }
  section.gradient-overlay-xl-blue-100::before,
  div.gradient-overlay-xl-blue-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, #0e49b5 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-blue-100::before,
  div.gradient-overlay-xl-blue-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.hover-gradient-overlay-xl-blue-0,
  div.hover-gradient-overlay-xl-blue-0 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-blue-0::before,
  div.hover-gradient-overlay-xl-blue-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-blue-0::before,
  div.hover-gradient-overlay-xl-blue-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-blue-0::before,
  div:hover.hover-gradient-overlay-xl-blue-0::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-blue-30,
  div.hover-gradient-overlay-xl-blue-30 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-blue-30::before,
  div.hover-gradient-overlay-xl-blue-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-blue-30::before,
  div.hover-gradient-overlay-xl-blue-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-blue-30::before,
  div:hover.hover-gradient-overlay-xl-blue-30::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-blue-50,
  div.hover-gradient-overlay-xl-blue-50 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-blue-50::before,
  div.hover-gradient-overlay-xl-blue-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-blue-50::before,
  div.hover-gradient-overlay-xl-blue-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-blue-50::before,
  div:hover.hover-gradient-overlay-xl-blue-50::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-blue-70,
  div.hover-gradient-overlay-xl-blue-70 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-blue-70::before,
  div.hover-gradient-overlay-xl-blue-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-blue-70::before,
  div.hover-gradient-overlay-xl-blue-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-blue-70::before,
  div:hover.hover-gradient-overlay-xl-blue-70::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-blue-100,
  div.hover-gradient-overlay-xl-blue-100 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-blue-100::before,
  div.hover-gradient-overlay-xl-blue-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, rgba(14, 73, 181, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-blue-100::before,
  div.hover-gradient-overlay-xl-blue-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-blue-100::before,
  div:hover.hover-gradient-overlay-xl-blue-100::before {
    background-image: linear-gradient(to bottom, rgba(14, 73, 181, 0) 0%, #0e49b5 100%);
    opacity: 1;
  }
  section.overlay-xl-gray-100,
  div.overlay-xl-gray-100 {
    position: relative;
  }
  section.overlay-xl-gray-100::before,
  div.overlay-xl-gray-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #9f9f9f;
  }
  section.overlay-xl-gray-70,
  div.overlay-xl-gray-70 {
    position: relative;
  }
  section.overlay-xl-gray-70::before,
  div.overlay-xl-gray-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0.7);
  }
  section.overlay-xl-gray-50,
  div.overlay-xl-gray-50 {
    position: relative;
  }
  section.overlay-xl-gray-50::before,
  div.overlay-xl-gray-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0.5);
  }
  section.overlay-xl-gray-30,
  div.overlay-xl-gray-30 {
    position: relative;
  }
  section.overlay-xl-gray-30::before,
  div.overlay-xl-gray-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0.3);
  }
  section.overlay-xl-gray-0,
  div.overlay-xl-gray-0 {
    position: relative;
  }
  section.overlay-xl-gray-0::before,
  div.overlay-xl-gray-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
  section.hover-overlay-xl-gray-0,
  div.hover-overlay-xl-gray-0 {
    position: relative;
  }
  section.hover-overlay-xl-gray-0::before,
  div.hover-overlay-xl-gray-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-0::before,
  div.hover-overlay-xl-gray-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-0::before,
  div:hover.hover-overlay-xl-gray-0::before {
    background-color: rgba(159, 159, 159, 0);
    visibility: visible;
  }
  section.hover-overlay-xl-gray-30,
  div.hover-overlay-xl-gray-30 {
    position: relative;
  }
  section.hover-overlay-xl-gray-30::before,
  div.hover-overlay-xl-gray-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-30::before,
  div.hover-overlay-xl-gray-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-30::before,
  div:hover.hover-overlay-xl-gray-30::before {
    background-color: rgba(159, 159, 159, 0.3);
    visibility: visible;
  }
  section.hover-overlay-xl-gray-50,
  div.hover-overlay-xl-gray-50 {
    position: relative;
  }
  section.hover-overlay-xl-gray-50::before,
  div.hover-overlay-xl-gray-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-50::before,
  div.hover-overlay-xl-gray-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-50::before,
  div:hover.hover-overlay-xl-gray-50::before {
    background-color: rgba(159, 159, 159, 0.5);
    visibility: visible;
  }
  section.hover-overlay-xl-gray-70,
  div.hover-overlay-xl-gray-70 {
    position: relative;
  }
  section.hover-overlay-xl-gray-70::before,
  div.hover-overlay-xl-gray-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-70::before,
  div.hover-overlay-xl-gray-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-70::before,
  div:hover.hover-overlay-xl-gray-70::before {
    background-color: rgba(159, 159, 159, 0.7);
    visibility: visible;
  }
  section.hover-overlay-xl-gray-100,
  div.hover-overlay-xl-gray-100 {
    position: relative;
  }
  section.hover-overlay-xl-gray-100::before,
  div.hover-overlay-xl-gray-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(159, 159, 159, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-100::before,
  div.hover-overlay-xl-gray-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-100::before,
  div:hover.hover-overlay-xl-gray-100::before {
    background-color: #9f9f9f;
    visibility: visible;
  }
  section.gradient-overlay-xl-gray-0,
  div.gradient-overlay-xl-gray-0 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-0::before,
  div.gradient-overlay-xl-gray-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-0::before,
  div.gradient-overlay-xl-gray-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-gray-30,
  div.gradient-overlay-xl-gray-30 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-30::before,
  div.gradient-overlay-xl-gray-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.3) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-30::before,
  div.gradient-overlay-xl-gray-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-gray-50,
  div.gradient-overlay-xl-gray-50 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-50::before,
  div.gradient-overlay-xl-gray-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.5) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-50::before,
  div.gradient-overlay-xl-gray-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-gray-70,
  div.gradient-overlay-xl-gray-70 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-70::before,
  div.gradient-overlay-xl-gray-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.7) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-70::before,
  div.gradient-overlay-xl-gray-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-gray-100,
  div.gradient-overlay-xl-gray-100 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-100::before,
  div.gradient-overlay-xl-gray-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, #9f9f9f 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-100::before,
  div.gradient-overlay-xl-gray-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.hover-gradient-overlay-xl-gray-0,
  div.hover-gradient-overlay-xl-gray-0 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-0::before,
  div.hover-gradient-overlay-xl-gray-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-0::before,
  div.hover-gradient-overlay-xl-gray-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-0::before,
  div:hover.hover-gradient-overlay-xl-gray-0::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-gray-30,
  div.hover-gradient-overlay-xl-gray-30 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-30::before,
  div.hover-gradient-overlay-xl-gray-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-30::before,
  div.hover-gradient-overlay-xl-gray-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-30::before,
  div:hover.hover-gradient-overlay-xl-gray-30::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-gray-50,
  div.hover-gradient-overlay-xl-gray-50 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-50::before,
  div.hover-gradient-overlay-xl-gray-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-50::before,
  div.hover-gradient-overlay-xl-gray-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-50::before,
  div:hover.hover-gradient-overlay-xl-gray-50::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-gray-70,
  div.hover-gradient-overlay-xl-gray-70 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-70::before,
  div.hover-gradient-overlay-xl-gray-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-70::before,
  div.hover-gradient-overlay-xl-gray-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-70::before,
  div:hover.hover-gradient-overlay-xl-gray-70::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-gray-100,
  div.hover-gradient-overlay-xl-gray-100 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-100::before,
  div.hover-gradient-overlay-xl-gray-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, rgba(159, 159, 159, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-100::before,
  div.hover-gradient-overlay-xl-gray-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-100::before,
  div:hover.hover-gradient-overlay-xl-gray-100::before {
    background-image: linear-gradient(to bottom, rgba(159, 159, 159, 0) 0%, #9f9f9f 100%);
    opacity: 1;
  }
  section.overlay-xl-gray-200-100,
  div.overlay-xl-gray-200-100 {
    position: relative;
  }
  section.overlay-xl-gray-200-100::before,
  div.overlay-xl-gray-200-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #e9e9e9;
  }
  section.overlay-xl-gray-200-70,
  div.overlay-xl-gray-200-70 {
    position: relative;
  }
  section.overlay-xl-gray-200-70::before,
  div.overlay-xl-gray-200-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0.7);
  }
  section.overlay-xl-gray-200-50,
  div.overlay-xl-gray-200-50 {
    position: relative;
  }
  section.overlay-xl-gray-200-50::before,
  div.overlay-xl-gray-200-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0.5);
  }
  section.overlay-xl-gray-200-30,
  div.overlay-xl-gray-200-30 {
    position: relative;
  }
  section.overlay-xl-gray-200-30::before,
  div.overlay-xl-gray-200-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0.3);
  }
  section.overlay-xl-gray-200-0,
  div.overlay-xl-gray-200-0 {
    position: relative;
  }
  section.overlay-xl-gray-200-0::before,
  div.overlay-xl-gray-200-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
  section.hover-overlay-xl-gray-200-0,
  div.hover-overlay-xl-gray-200-0 {
    position: relative;
  }
  section.hover-overlay-xl-gray-200-0::before,
  div.hover-overlay-xl-gray-200-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-200-0::before,
  div.hover-overlay-xl-gray-200-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-200-0::before,
  div:hover.hover-overlay-xl-gray-200-0::before {
    background-color: rgba(233, 233, 233, 0);
    visibility: visible;
  }
  section.hover-overlay-xl-gray-200-30,
  div.hover-overlay-xl-gray-200-30 {
    position: relative;
  }
  section.hover-overlay-xl-gray-200-30::before,
  div.hover-overlay-xl-gray-200-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-200-30::before,
  div.hover-overlay-xl-gray-200-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-200-30::before,
  div:hover.hover-overlay-xl-gray-200-30::before {
    background-color: rgba(233, 233, 233, 0.3);
    visibility: visible;
  }
  section.hover-overlay-xl-gray-200-50,
  div.hover-overlay-xl-gray-200-50 {
    position: relative;
  }
  section.hover-overlay-xl-gray-200-50::before,
  div.hover-overlay-xl-gray-200-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-200-50::before,
  div.hover-overlay-xl-gray-200-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-200-50::before,
  div:hover.hover-overlay-xl-gray-200-50::before {
    background-color: rgba(233, 233, 233, 0.5);
    visibility: visible;
  }
  section.hover-overlay-xl-gray-200-70,
  div.hover-overlay-xl-gray-200-70 {
    position: relative;
  }
  section.hover-overlay-xl-gray-200-70::before,
  div.hover-overlay-xl-gray-200-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-200-70::before,
  div.hover-overlay-xl-gray-200-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-200-70::before,
  div:hover.hover-overlay-xl-gray-200-70::before {
    background-color: rgba(233, 233, 233, 0.7);
    visibility: visible;
  }
  section.hover-overlay-xl-gray-200-100,
  div.hover-overlay-xl-gray-200-100 {
    position: relative;
  }
  section.hover-overlay-xl-gray-200-100::before,
  div.hover-overlay-xl-gray-200-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(233, 233, 233, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-200-100::before,
  div.hover-overlay-xl-gray-200-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-200-100::before,
  div:hover.hover-overlay-xl-gray-200-100::before {
    background-color: #e9e9e9;
    visibility: visible;
  }
  section.gradient-overlay-xl-gray-200-0,
  div.gradient-overlay-xl-gray-200-0 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-200-0::before,
  div.gradient-overlay-xl-gray-200-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-200-0::before,
  div.gradient-overlay-xl-gray-200-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-gray-200-30,
  div.gradient-overlay-xl-gray-200-30 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-200-30::before,
  div.gradient-overlay-xl-gray-200-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.3) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-200-30::before,
  div.gradient-overlay-xl-gray-200-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-gray-200-50,
  div.gradient-overlay-xl-gray-200-50 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-200-50::before,
  div.gradient-overlay-xl-gray-200-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.5) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-200-50::before,
  div.gradient-overlay-xl-gray-200-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-gray-200-70,
  div.gradient-overlay-xl-gray-200-70 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-200-70::before,
  div.gradient-overlay-xl-gray-200-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.7) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-200-70::before,
  div.gradient-overlay-xl-gray-200-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-gray-200-100,
  div.gradient-overlay-xl-gray-200-100 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-200-100::before,
  div.gradient-overlay-xl-gray-200-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, #e9e9e9 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-200-100::before,
  div.gradient-overlay-xl-gray-200-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.hover-gradient-overlay-xl-gray-200-0,
  div.hover-gradient-overlay-xl-gray-200-0 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-200-0::before,
  div.hover-gradient-overlay-xl-gray-200-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-200-0::before,
  div.hover-gradient-overlay-xl-gray-200-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-200-0::before,
  div:hover.hover-gradient-overlay-xl-gray-200-0::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-gray-200-30,
  div.hover-gradient-overlay-xl-gray-200-30 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-200-30::before,
  div.hover-gradient-overlay-xl-gray-200-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-200-30::before,
  div.hover-gradient-overlay-xl-gray-200-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-200-30::before,
  div:hover.hover-gradient-overlay-xl-gray-200-30::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-gray-200-50,
  div.hover-gradient-overlay-xl-gray-200-50 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-200-50::before,
  div.hover-gradient-overlay-xl-gray-200-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-200-50::before,
  div.hover-gradient-overlay-xl-gray-200-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-200-50::before,
  div:hover.hover-gradient-overlay-xl-gray-200-50::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-gray-200-70,
  div.hover-gradient-overlay-xl-gray-200-70 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-200-70::before,
  div.hover-gradient-overlay-xl-gray-200-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-200-70::before,
  div.hover-gradient-overlay-xl-gray-200-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-200-70::before,
  div:hover.hover-gradient-overlay-xl-gray-200-70::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-gray-200-100,
  div.hover-gradient-overlay-xl-gray-200-100 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-200-100::before,
  div.hover-gradient-overlay-xl-gray-200-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, rgba(233, 233, 233, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-200-100::before,
  div.hover-gradient-overlay-xl-gray-200-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-200-100::before,
  div:hover.hover-gradient-overlay-xl-gray-200-100::before {
    background-image: linear-gradient(to bottom, rgba(233, 233, 233, 0) 0%, #e9e9e9 100%);
    opacity: 1;
  }
  section.overlay-xl-gray-300-100,
  div.overlay-xl-gray-300-100 {
    position: relative;
  }
  section.overlay-xl-gray-300-100::before,
  div.overlay-xl-gray-300-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #dee2e6;
  }
  section.overlay-xl-gray-300-70,
  div.overlay-xl-gray-300-70 {
    position: relative;
  }
  section.overlay-xl-gray-300-70::before,
  div.overlay-xl-gray-300-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0.7);
  }
  section.overlay-xl-gray-300-50,
  div.overlay-xl-gray-300-50 {
    position: relative;
  }
  section.overlay-xl-gray-300-50::before,
  div.overlay-xl-gray-300-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0.5);
  }
  section.overlay-xl-gray-300-30,
  div.overlay-xl-gray-300-30 {
    position: relative;
  }
  section.overlay-xl-gray-300-30::before,
  div.overlay-xl-gray-300-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0.3);
  }
  section.overlay-xl-gray-300-0,
  div.overlay-xl-gray-300-0 {
    position: relative;
  }
  section.overlay-xl-gray-300-0::before,
  div.overlay-xl-gray-300-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
  section.hover-overlay-xl-gray-300-0,
  div.hover-overlay-xl-gray-300-0 {
    position: relative;
  }
  section.hover-overlay-xl-gray-300-0::before,
  div.hover-overlay-xl-gray-300-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-300-0::before,
  div.hover-overlay-xl-gray-300-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-300-0::before,
  div:hover.hover-overlay-xl-gray-300-0::before {
    background-color: rgba(222, 226, 230, 0);
    visibility: visible;
  }
  section.hover-overlay-xl-gray-300-30,
  div.hover-overlay-xl-gray-300-30 {
    position: relative;
  }
  section.hover-overlay-xl-gray-300-30::before,
  div.hover-overlay-xl-gray-300-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-300-30::before,
  div.hover-overlay-xl-gray-300-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-300-30::before,
  div:hover.hover-overlay-xl-gray-300-30::before {
    background-color: rgba(222, 226, 230, 0.3);
    visibility: visible;
  }
  section.hover-overlay-xl-gray-300-50,
  div.hover-overlay-xl-gray-300-50 {
    position: relative;
  }
  section.hover-overlay-xl-gray-300-50::before,
  div.hover-overlay-xl-gray-300-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-300-50::before,
  div.hover-overlay-xl-gray-300-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-300-50::before,
  div:hover.hover-overlay-xl-gray-300-50::before {
    background-color: rgba(222, 226, 230, 0.5);
    visibility: visible;
  }
  section.hover-overlay-xl-gray-300-70,
  div.hover-overlay-xl-gray-300-70 {
    position: relative;
  }
  section.hover-overlay-xl-gray-300-70::before,
  div.hover-overlay-xl-gray-300-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-300-70::before,
  div.hover-overlay-xl-gray-300-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-300-70::before,
  div:hover.hover-overlay-xl-gray-300-70::before {
    background-color: rgba(222, 226, 230, 0.7);
    visibility: visible;
  }
  section.hover-overlay-xl-gray-300-100,
  div.hover-overlay-xl-gray-300-100 {
    position: relative;
  }
  section.hover-overlay-xl-gray-300-100::before,
  div.hover-overlay-xl-gray-300-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(222, 226, 230, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-300-100::before,
  div.hover-overlay-xl-gray-300-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-300-100::before,
  div:hover.hover-overlay-xl-gray-300-100::before {
    background-color: #dee2e6;
    visibility: visible;
  }
  section.gradient-overlay-xl-gray-300-0,
  div.gradient-overlay-xl-gray-300-0 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-300-0::before,
  div.gradient-overlay-xl-gray-300-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-300-0::before,
  div.gradient-overlay-xl-gray-300-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-gray-300-30,
  div.gradient-overlay-xl-gray-300-30 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-300-30::before,
  div.gradient-overlay-xl-gray-300-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.3) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-300-30::before,
  div.gradient-overlay-xl-gray-300-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-gray-300-50,
  div.gradient-overlay-xl-gray-300-50 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-300-50::before,
  div.gradient-overlay-xl-gray-300-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.5) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-300-50::before,
  div.gradient-overlay-xl-gray-300-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-gray-300-70,
  div.gradient-overlay-xl-gray-300-70 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-300-70::before,
  div.gradient-overlay-xl-gray-300-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.7) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-300-70::before,
  div.gradient-overlay-xl-gray-300-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-gray-300-100,
  div.gradient-overlay-xl-gray-300-100 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-300-100::before,
  div.gradient-overlay-xl-gray-300-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, #dee2e6 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-300-100::before,
  div.gradient-overlay-xl-gray-300-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.hover-gradient-overlay-xl-gray-300-0,
  div.hover-gradient-overlay-xl-gray-300-0 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-300-0::before,
  div.hover-gradient-overlay-xl-gray-300-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-300-0::before,
  div.hover-gradient-overlay-xl-gray-300-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-300-0::before,
  div:hover.hover-gradient-overlay-xl-gray-300-0::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-gray-300-30,
  div.hover-gradient-overlay-xl-gray-300-30 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-300-30::before,
  div.hover-gradient-overlay-xl-gray-300-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-300-30::before,
  div.hover-gradient-overlay-xl-gray-300-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-300-30::before,
  div:hover.hover-gradient-overlay-xl-gray-300-30::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-gray-300-50,
  div.hover-gradient-overlay-xl-gray-300-50 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-300-50::before,
  div.hover-gradient-overlay-xl-gray-300-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-300-50::before,
  div.hover-gradient-overlay-xl-gray-300-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-300-50::before,
  div:hover.hover-gradient-overlay-xl-gray-300-50::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-gray-300-70,
  div.hover-gradient-overlay-xl-gray-300-70 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-300-70::before,
  div.hover-gradient-overlay-xl-gray-300-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-300-70::before,
  div.hover-gradient-overlay-xl-gray-300-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-300-70::before,
  div:hover.hover-gradient-overlay-xl-gray-300-70::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-gray-300-100,
  div.hover-gradient-overlay-xl-gray-300-100 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-300-100::before,
  div.hover-gradient-overlay-xl-gray-300-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, rgba(222, 226, 230, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-300-100::before,
  div.hover-gradient-overlay-xl-gray-300-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-300-100::before,
  div:hover.hover-gradient-overlay-xl-gray-300-100::before {
    background-image: linear-gradient(to bottom, rgba(222, 226, 230, 0) 0%, #dee2e6 100%);
    opacity: 1;
  }
  section.overlay-xl-gray-400-100,
  div.overlay-xl-gray-400-100 {
    position: relative;
  }
  section.overlay-xl-gray-400-100::before,
  div.overlay-xl-gray-400-100::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #ced4da;
  }
  section.overlay-xl-gray-400-70,
  div.overlay-xl-gray-400-70 {
    position: relative;
  }
  section.overlay-xl-gray-400-70::before,
  div.overlay-xl-gray-400-70::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0.7);
  }
  section.overlay-xl-gray-400-50,
  div.overlay-xl-gray-400-50 {
    position: relative;
  }
  section.overlay-xl-gray-400-50::before,
  div.overlay-xl-gray-400-50::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0.5);
  }
  section.overlay-xl-gray-400-30,
  div.overlay-xl-gray-400-30 {
    position: relative;
  }
  section.overlay-xl-gray-400-30::before,
  div.overlay-xl-gray-400-30::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0.3);
  }
  section.overlay-xl-gray-400-0,
  div.overlay-xl-gray-400-0 {
    position: relative;
  }
  section.overlay-xl-gray-400-0::before,
  div.overlay-xl-gray-400-0::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
  section.hover-overlay-xl-gray-400-0,
  div.hover-overlay-xl-gray-400-0 {
    position: relative;
  }
  section.hover-overlay-xl-gray-400-0::before,
  div.hover-overlay-xl-gray-400-0::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-400-0::before,
  div.hover-overlay-xl-gray-400-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-400-0::before,
  div:hover.hover-overlay-xl-gray-400-0::before {
    background-color: rgba(206, 212, 218, 0);
    visibility: visible;
  }
  section.hover-overlay-xl-gray-400-30,
  div.hover-overlay-xl-gray-400-30 {
    position: relative;
  }
  section.hover-overlay-xl-gray-400-30::before,
  div.hover-overlay-xl-gray-400-30::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-400-30::before,
  div.hover-overlay-xl-gray-400-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-400-30::before,
  div:hover.hover-overlay-xl-gray-400-30::before {
    background-color: rgba(206, 212, 218, 0.3);
    visibility: visible;
  }
  section.hover-overlay-xl-gray-400-50,
  div.hover-overlay-xl-gray-400-50 {
    position: relative;
  }
  section.hover-overlay-xl-gray-400-50::before,
  div.hover-overlay-xl-gray-400-50::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-400-50::before,
  div.hover-overlay-xl-gray-400-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-400-50::before,
  div:hover.hover-overlay-xl-gray-400-50::before {
    background-color: rgba(206, 212, 218, 0.5);
    visibility: visible;
  }
  section.hover-overlay-xl-gray-400-70,
  div.hover-overlay-xl-gray-400-70 {
    position: relative;
  }
  section.hover-overlay-xl-gray-400-70::before,
  div.hover-overlay-xl-gray-400-70::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-400-70::before,
  div.hover-overlay-xl-gray-400-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-400-70::before,
  div:hover.hover-overlay-xl-gray-400-70::before {
    background-color: rgba(206, 212, 218, 0.7);
    visibility: visible;
  }
  section.hover-overlay-xl-gray-400-100,
  div.hover-overlay-xl-gray-400-100 {
    position: relative;
  }
  section.hover-overlay-xl-gray-400-100::before,
  div.hover-overlay-xl-gray-400-100::before {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(206, 212, 218, 0);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-overlay-xl-gray-400-100::before,
  div.hover-overlay-xl-gray-400-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-overlay-xl-gray-400-100::before,
  div:hover.hover-overlay-xl-gray-400-100::before {
    background-color: #ced4da;
    visibility: visible;
  }
  section.gradient-overlay-xl-gray-400-0,
  div.gradient-overlay-xl-gray-400-0 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-400-0::before,
  div.gradient-overlay-xl-gray-400-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-400-0::before,
  div.gradient-overlay-xl-gray-400-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-gray-400-30,
  div.gradient-overlay-xl-gray-400-30 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-400-30::before,
  div.gradient-overlay-xl-gray-400-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.3) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-400-30::before,
  div.gradient-overlay-xl-gray-400-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-gray-400-50,
  div.gradient-overlay-xl-gray-400-50 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-400-50::before,
  div.gradient-overlay-xl-gray-400-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.5) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-400-50::before,
  div.gradient-overlay-xl-gray-400-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-gray-400-70,
  div.gradient-overlay-xl-gray-400-70 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-400-70::before,
  div.gradient-overlay-xl-gray-400-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.7) 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-400-70::before,
  div.gradient-overlay-xl-gray-400-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.gradient-overlay-xl-gray-400-100,
  div.gradient-overlay-xl-gray-400-100 {
    position: relative;
  }
  section.gradient-overlay-xl-gray-400-100::before,
  div.gradient-overlay-xl-gray-400-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, #ced4da 100%);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.gradient-overlay-xl-gray-400-100::before,
  div.gradient-overlay-xl-gray-400-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section.hover-gradient-overlay-xl-gray-400-0,
  div.hover-gradient-overlay-xl-gray-400-0 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-400-0::before,
  div.hover-gradient-overlay-xl-gray-400-0::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-400-0::before,
  div.hover-gradient-overlay-xl-gray-400-0::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-400-0::before,
  div:hover.hover-gradient-overlay-xl-gray-400-0::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-gray-400-30,
  div.hover-gradient-overlay-xl-gray-400-30 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-400-30::before,
  div.hover-gradient-overlay-xl-gray-400-30::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-400-30::before,
  div.hover-gradient-overlay-xl-gray-400-30::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-400-30::before,
  div:hover.hover-gradient-overlay-xl-gray-400-30::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.3) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-gray-400-50,
  div.hover-gradient-overlay-xl-gray-400-50 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-400-50::before,
  div.hover-gradient-overlay-xl-gray-400-50::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-400-50::before,
  div.hover-gradient-overlay-xl-gray-400-50::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-400-50::before,
  div:hover.hover-gradient-overlay-xl-gray-400-50::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.5) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-gray-400-70,
  div.hover-gradient-overlay-xl-gray-400-70 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-400-70::before,
  div.hover-gradient-overlay-xl-gray-400-70::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-400-70::before,
  div.hover-gradient-overlay-xl-gray-400-70::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-400-70::before,
  div:hover.hover-gradient-overlay-xl-gray-400-70::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0.7) 100%);
    opacity: 1;
    visibility: visible;
  }
  section.hover-gradient-overlay-xl-gray-400-100,
  div.hover-gradient-overlay-xl-gray-400-100 {
    position: relative;
  }
  section.hover-gradient-overlay-xl-gray-400-100::before,
  div.hover-gradient-overlay-xl-gray-400-100::before {
    content: '';
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, rgba(206, 212, 218, 0) 100%);
    opacity: 0;
    visibility: hidden;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  section.hover-gradient-overlay-xl-gray-400-100::before,
  div.hover-gradient-overlay-xl-gray-400-100::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  section:hover.hover-gradient-overlay-xl-gray-400-100::before,
  div:hover.hover-gradient-overlay-xl-gray-400-100::before {
    background-image: linear-gradient(to bottom, rgba(206, 212, 218, 0) 0%, #ced4da 100%);
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .slide-border-left::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #dee2e6;
    transition-property: height;
    transition-duration: 0.9s;
  }
  .slide-border-left.aos-animate::after {
    height: 100%;
  }
  .slide-border-left-bottom::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #dee2e6;
    transition-property: width;
    transition-duration: 0.9s;
    transition-delay: 0.9s;
  }
  .slide-border-left-bottom.aos-animate::before {
    width: 100%;
  }
  .slide-border-right::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
    background-color: #dee2e6;
    transition-property: height;
    transition-duration: 0.9s;
  }
  .slide-border-right.aos-animate::after {
    height: 100%;
  }
  .slide-border-right-bottom::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #dee2e6;
    transition-property: width;
    transition-duration: 0.9s;
    transition-delay: 0.9s;
  }
  .slide-border-right-bottom.aos-animate::before {
    width: 55%;
  }
}

.font-weight-medium {
  font-weight: 500 !important;
}

.text-primary {
  color: var(--main) !important;
}

.text-secondary {
  color: #686868 !important;
}

.text-success {
  color: #87de7d !important;
}

.text-info {
  color: #2bb4dd !important;
}

.text-warning {
  color: #ddb32b !important;
}

.text-danger {
  color: #f90000 !important;
}

.text-light {
  color: #f7f5f6 !important;
}

.text-dark {
  color: #1e1e1e !important;
}

.text-green {
  color: #1F8D61 !important;
}

.text-blue {
  color: #0E49B5 !important;
}

.text-gray {
  color: #9f9f9f !important;
}

.text-gray-200 {
  color: #e9e9e9 !important;
}

.text-gray-300 {
  color: #dee2e6 !important;
}

.text-gray-400 {
  color: #ced4da !important;
}

@media (min-width: 576px) {
  .text-sm-primary {
    color: var(--main) !important;
  }
  .text-sm-secondary {
    color: #686868 !important;
  }
  .text-sm-success {
    color: #87de7d !important;
  }
  .text-sm-info {
    color: #2bb4dd !important;
  }
  .text-sm-warning {
    color: #ddb32b !important;
  }
  .text-sm-danger {
    color: #f90000 !important;
  }
  .text-sm-light {
    color: #f7f5f6 !important;
  }
  .text-sm-dark {
    color: #1e1e1e !important;
  }
  .text-sm-green {
    color: #1F8D61 !important;
  }
  .text-sm-blue {
    color: #0E49B5 !important;
  }
  .text-sm-gray {
    color: #9f9f9f !important;
  }
  .text-sm-gray-200 {
    color: #e9e9e9 !important;
  }
  .text-sm-gray-300 {
    color: #dee2e6 !important;
  }
  .text-sm-gray-400 {
    color: #ced4da !important;
  }
}

@media (min-width: 768px) {
  .text-md-primary {
    color: var(--main) !important;
  }
  .text-md-secondary {
    color: #686868 !important;
  }
  .text-md-success {
    color: #87de7d !important;
  }
  .text-md-info {
    color: #2bb4dd !important;
  }
  .text-md-warning {
    color: #ddb32b !important;
  }
  .text-md-danger {
    color: #f90000 !important;
  }
  .text-md-light {
    color: #f7f5f6 !important;
  }
  .text-md-dark {
    color: #1e1e1e !important;
  }
  .text-md-green {
    color: #1F8D61 !important;
  }
  .text-md-blue {
    color: #0E49B5 !important;
  }
  .text-md-gray {
    color: #9f9f9f !important;
  }
  .text-md-gray-200 {
    color: #e9e9e9 !important;
  }
  .text-md-gray-300 {
    color: #dee2e6 !important;
  }
  .text-md-gray-400 {
    color: #ced4da !important;
  }
}

@media (min-width: 992px) {
  .text-lg-primary {
    color: var(--main) !important;
  }
  .text-lg-secondary {
    color: #686868 !important;
  }
  .text-lg-success {
    color: #87de7d !important;
  }
  .text-lg-info {
    color: #2bb4dd !important;
  }
  .text-lg-warning {
    color: #ddb32b !important;
  }
  .text-lg-danger {
    color: #f90000 !important;
  }
  .text-lg-light {
    color: #f7f5f6 !important;
  }
  .text-lg-dark {
    color: #1e1e1e !important;
  }
  .text-lg-green {
    color: #1F8D61 !important;
  }
  .text-lg-blue {
    color: #0E49B5 !important;
  }
  .text-lg-gray {
    color: #9f9f9f !important;
  }
  .text-lg-gray-200 {
    color: #e9e9e9 !important;
  }
  .text-lg-gray-300 {
    color: #dee2e6 !important;
  }
  .text-lg-gray-400 {
    color: #ced4da !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-primary {
    color: var(--main) !important;
  }
  .text-xl-secondary {
    color: #686868 !important;
  }
  .text-xl-success {
    color: #87de7d !important;
  }
  .text-xl-info {
    color: #2bb4dd !important;
  }
  .text-xl-warning {
    color: #ddb32b !important;
  }
  .text-xl-danger {
    color: #f90000 !important;
  }
  .text-xl-light {
    color: #f7f5f6 !important;
  }
  .text-xl-dark {
    color: #1e1e1e !important;
  }
  .text-xl-green {
    color: #1F8D61 !important;
  }
  .text-xl-blue {
    color: #0E49B5 !important;
  }
  .text-xl-gray {
    color: #9f9f9f !important;
  }
  .text-xl-gray-200 {
    color: #e9e9e9 !important;
  }
  .text-xl-gray-300 {
    color: #dee2e6 !important;
  }
  .text-xl-gray-400 {
    color: #ced4da !important;
  }
}

.text-hover-primary {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-primary {
    transition: none;
  }
}

.text-hover-primary:hover {
  color: var(--main) !important;
}

.text-hover-secondary {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-secondary {
    transition: none;
  }
}

.text-hover-secondary:hover {
  color: #686868 !important;
}

.text-hover-success {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-success {
    transition: none;
  }
}

.text-hover-success:hover {
  color: #87de7d !important;
}

.text-hover-info {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-info {
    transition: none;
  }
}

.text-hover-info:hover {
  color: #2bb4dd !important;
}

.text-hover-warning {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-warning {
    transition: none;
  }
}

.text-hover-warning:hover {
  color: #ddb32b !important;
}

.text-hover-danger {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-danger {
    transition: none;
  }
}

.text-hover-danger:hover {
  color: #f90000 !important;
}

.text-hover-light {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-light {
    transition: none;
  }
}

.text-hover-light:hover {
  color: #f7f5f6 !important;
}

.text-hover-dark {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-dark {
    transition: none;
  }
}

.text-hover-dark:hover {
  color: #1e1e1e !important;
}

.text-hover-green {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-green {
    transition: none;
  }
}

.text-hover-green:hover {
  color: #1F8D61 !important;
}

.text-hover-blue {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-blue {
    transition: none;
  }
}

.text-hover-blue:hover {
  color: #0E49B5 !important;
}

.text-hover-gray {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-gray {
    transition: none;
  }
}

.text-hover-gray:hover {
  color: #9f9f9f !important;
}

.text-hover-gray-200 {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-gray-200 {
    transition: none;
  }
}

.text-hover-gray-200:hover {
  color: #e9e9e9 !important;
}

.text-hover-gray-300 {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-gray-300 {
    transition: none;
  }
}

.text-hover-gray-300:hover {
  color: #dee2e6 !important;
}

.text-hover-gray-400 {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-gray-400 {
    transition: none;
  }
}

.text-hover-gray-400:hover {
  color: #ced4da !important;
}

.text-hover-facebook {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-facebook {
    transition: none;
  }
}

.text-hover-facebook:hover {
  color: #4e73bd !important;
}

.text-hover-google-plus {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-google-plus {
    transition: none;
  }
}

.text-hover-google-plus:hover {
  color: #e84b36 !important;
}

.text-hover-twitter {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-twitter {
    transition: none;
  }
}

.text-hover-twitter:hover {
  color: #1DA1F2 !important;
}

.text-hover-pinterest {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-pinterest {
    transition: none;
  }
}

.text-hover-pinterest:hover {
  color: #E60023 !important;
}

.text-hover-instagram {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-instagram {
    transition: none;
  }
}

.text-hover-instagram:hover {
  color: #f58529 !important;
}

.text-hover-linkedin {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-linkedin {
    transition: none;
  }
}

.text-hover-linkedin:hover {
  color: #2665B1 !important;
}

.line-before-after {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}

.line-before-after::before, .line-before-after::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e9e9e9;
  width: 10000%;
  height: 1px;
}

.line-before-after::before {
  right: calc(100% + 10px);
}

.line-before-after::after {
  left: calc(100% + 10px);
}

.center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-center {
  top: 50%;
  transform: translateY(-50%);
}

.left-center {
  left: 50%;
  transform: translateX(-50%);
}

.min-w-auto {
  min-width: auto !important;
}

.flex-basic-100 {
  flex-basis: 100% !important;
}

.flex-basic-30 {
  flex-basis: 30% !important;
}

@media (min-width: 576px) {
  .flex-basic-sm-100 {
    flex-basis: 100% !important;
  }
  .flex-basic-sm-30 {
    flex-basis: 30% !important;
  }
}

@media (min-width: 768px) {
  .flex-basic-md-100 {
    flex-basis: 100% !important;
  }
  .flex-basic-md-30 {
    flex-basis: 30% !important;
  }
}

@media (min-width: 992px) {
  .flex-basic-lg-100 {
    flex-basis: 100% !important;
  }
  .flex-basic-lg-30 {
    flex-basis: 30% !important;
  }
}

@media (min-width: 1200px) {
  .flex-basic-xl-100 {
    flex-basis: 100% !important;
  }
  .flex-basic-xl-30 {
    flex-basis: 30% !important;
  }
}

/*
  Flaticon icon fonts: Flaticon
  Creation date: 04/03/2020 12:26
*/
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"], [class*=" flaticon-"] {
  line-height: normal;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 0.875rem;
  font-style: normal;
}

[class^="display-1"]:before, [class*="display-1"]:before,
[class^="display-1"]:after, [class*="display-1"]:after {
  font-size: 6.25rem;
  margin-bottom: 0;
}

[class^="display-2"]:before, [class*="display-2"]:before,
[class^="display-2"]:after, [class*="display-2"]:after {
  font-size: 3.75rem;
  margin-bottom: 0;
}

[class^="display-3"]:before, [class*="display-3"]:before,
[class^="display-3"]:after, [class*="display-3"]:after {
  font-size: 3.125rem;
  margin-bottom: 0;
}

[class^="display-4"]:before, [class*="display-4"]:before,
[class^="display-4"]:after, [class*="display-4"]:after {
  font-size: 2.5rem;
  margin-bottom: 0;
}

[class^="h1"]:before, [class*="h1"]:before,
[class^="h1"]:after, [class*="h1"]:after {
  font-size: 1.875rem;
  margin-bottom: 0;
}

[class^="h2"]:before, [class*="h2"]:before,
[class^="h2"]:after, [class*="h2"]:after {
  font-size: 1.625rem;
  margin-bottom: 0;
}

[class^="h3"]:before, [class*="h3"]:before,
[class^="h3"]:after, [class*="h3"]:after {
  font-size: 1.375rem;
  margin-bottom: 0;
}

[class^="h4"]:before, [class*="h4"]:before,
[class^="h4"]:after, [class*="h4"]:after {
  font-size: 1.25rem;
  margin-bottom: 0;
}

[class^="h5"]:before, [class*="h5"]:before,
[class^="h5"]:after, [class*="h5"]:after {
  font-size: 1rem;
  margin-bottom: 0;
}

[class^="h6"]:before, [class*="h6"]:before,
[class^="h6"]:after, [class*="h6"]:after {
  font-size: 0.875rem;
  margin-bottom: 0;
}

[class^="small"]:before, [class*="small"]:before,
[class^="small"]:after, [class*="small"]:after {
  font-size: 0.75rem;
  margin-bottom: 0;
}

[class^="font-size-10"]:before, [class*="font-size-10"]:before,
[class^="font-size-10"]:after, [class*="font-size-10"]:after {
  font-size: 0.625rem;
  margin-bottom: 0;
  line-height: 26px;
}

[class^="font-size-8"]:before, [class*="font-size-8"]:before,
[class^="font-size-8"]:after, [class*="font-size-8"]:after {
  font-size: 0.5rem;
  margin-bottom: 0;
  line-height: 24px;
}

.svg-icon.display-1 {
  width: 6.25rem;
  height: 6.25rem;
  margin-bottom: 0;
}

.svg-icon.display-2 {
  width: 3.75rem;
  height: 3.75rem;
  margin-bottom: 0;
}

.svg-icon.display-3 {
  width: 3.125rem;
  height: 3.125rem;
  margin-bottom: 0;
}

.svg-icon.display-4 {
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 0;
}

.svg-icon.h1 {
  width: 1.875rem;
  height: 1.875rem;
  margin-bottom: 0;
}

.svg-icon.h2 {
  width: 1.625rem;
  height: 1.625rem;
  margin-bottom: 0;
}

.svg-icon.h3 {
  width: 1.375rem;
  height: 1.375rem;
  margin-bottom: 0;
}

.svg-icon.h4 {
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
}

.svg-icon.h5 {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0;
}

.svg-icon.h6 {
  width: 0.875rem;
  height: 0.875rem;
  margin-bottom: 0;
}

.svg-icon.small {
  width: 0.875rem;
  height: 0.875rem;
  margin-bottom: 0;
}

.flaticon-envelope:before {
  content: "\f100";
}

.flaticon-instagram:before {
  content: "\f101";
}

.flaticon-settings:before {
  content: "\f102";
}

.flaticon-chair:before {
  content: "\f103";
}

.flaticon-security:before {
  content: "\f104";
}

.flaticon-plastic-bag:before {
  content: "\f105";
}

.flaticon-help:before {
  content: "\f106";
}

.flaticon-all:before {
  content: "\f107";
}

.flaticon-play-button:before {
  content: "\f108";
}

.flaticon-camera:before {
  content: "\f109";
}

.flaticon-close:before {
  content: "\f10a";
}

.flaticon-null:before {
  content: "\f10b";
}

.flaticon-close-1:before {
  content: "\f10c";
}

.flaticon-google-plus:before {
  content: "\f10d";
}

.flaticon-sofa:before {
  content: "\f10e";
}

.flaticon-sofa-bed:before {
  content: "\f10f";
}

.flaticon-sofa-1:before {
  content: "\f110";
}

.flaticon-stool:before {
  content: "\f111";
}

.flaticon-stool-1:before {
  content: "\f112";
}

.flaticon-box:before {
  content: "\f113";
}

.flaticon-icon-263110:before {
  content: "\f114";
}

.flaticon-lamps:before {
  content: "\f115";
}

.flaticon-alert:before {
  content: "\f116";
}

.flaticon-maps-and-flags:before {
  content: "\f117";
}

.flaticon-envelope-1:before {
  content: "\f118";
}

.flaticon-search:before {
  content: "\f119";
}

.flaticon-pin:before {
  content: "\f11a";
}

.flaticon-shopping-cart:before {
  content: "\f11b";
}

.flaticon-visibility:before {
  content: "\f11c";
}

.flaticon-star:before {
  content: "\f11d";
}

.flaticon-document:before {
  content: "\f11e";
}

.flaticon-next:before {
  content: "\f11f";
}

.flaticon-facebook:before {
  content: "\f120";
}

.flaticon-pinterest:before {
  content: "\f121";
}

.flaticon-twitter:before {
  content: "\f122";
}

.flaticon-cube:before {
  content: "\f123";
}

.flaticon-left-arrow:before {
  content: "\f124";
}

.flaticon-play-button-1:before {
  content: "\f125";
}

.flaticon-plus:before {
  content: "\f126";
}

.flaticon-user:before {
  content: "\f127";
}

.flaticon-chair-1:before {
  content: "\f128";
}

.flaticon-right-arrow:before {
  content: "\f129";
}

.flaticon-left-arrow-1:before {
  content: "\f12a";
}

.flaticon-like:before {
  content: "\f12b";
}

.flaticon-like-1:before {
  content: "\f12c";
}

.flaticon-play-button-2:before {
  content: "\f12d";
}

.flaticon-phone-call:before {
  content: "\f12e";
}

.flaticon-organic:before {
  content: "\f12f";
}

.flaticon-eco:before {
  content: "\f130";
}

.flaticon-trust:before {
  content: "\f131";
}

.flaticon-sesame:before {
  content: "\f132";
}

.flaticon-sunflower:before {
  content: "\f133";
}

.flaticon-skin:before {
  content: "\f134";
}

.flaticon-right-arrow-1:before {
  content: "\f135";
}

.flaticon-lamp:before {
  content: "\f136";
}

.flaticon-zoom-in:before {
  content: "\f137";
}

.flaticon-game-console:before {
  content: "\f139";
}

.flaticon-headphones:before {
  content: "\f13a";
}

.flaticon-smartphone:before {
  content: "\f13b";
}

.flaticon-laptop:before {
  content: "\f13c";
}

.flaticon-hardware:before {
  content: "\f13d";
}

.flaticon-printer:before {
  content: "\f13e";
}

.flaticon-camera-1:before {
  content: "\f13f";
}

.flaticon-monitor:before {
  content: "\f140";
}

.flaticon-security-camera:before {
  content: "\f141";
}

.flaticon-smartwatch:before {
  content: "\f142";
}

.flaticon-heart:before {
  content: "\f143";
}

.flaticon-shopping-cart-empty-side-view:before {
  content: "\f144";
}

.flaticon-compare:before {
  content: "\f145";
}

.flaticon-original:before {
  content: "\f146";
}

.flaticon-shipped:before {
  content: "\f147";
}

.flaticon-shield:before {
  content: "\f148";
}

.flaticon-help-1:before {
  content: "\f149";
}

/*
    Alerts
   ------------------------
*/
.alert-dismissible {
  padding-right: 4.4375rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 0.9375rem 1.5625rem;
  color: inherit;
  transform: translateY(-50%);
  line-height: 0.75rem;
}

.alert.notification {
  background-color: #f7f5f6;
  display: flex;
  align-items: center;
  color: #686868;
  padding: 0.9375rem 1.5625rem;
}

.alert .alert-icon {
  margin-right: 1.5625rem;
}

.alert .alert-icon:before {
  font-size: 1.625rem;
}

.badge {
  display: initial;
  padding: 5px 8px;
  margin: 0 3px;
  font-weight: 500;
}

.social-icons li {
  min-width: 30px;
  min-height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

.social-icons li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.custom-breadcrumb {
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.custom-breadcrumb a {
  color: #1e1e1e;
  font-weight: 500;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #1e1e1e;
  font-weight: 500;
}

.custom-breadcrumb .breadcrumb-item.active {
  color: #9f9f9f;
}

/*
    Bootstrap Select
   -----------------------------
*/
.bootstrap-select {
  min-width: 10.625rem !important;
  width: auto !important;
}

.bootstrap-select .minimalis.bs-placeholder {
  border: 1px solid #9f9f9f;
}

.bootstrap-select > .dropdown-toggle:focus {
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle.minimalis:not(.bs-placeholder) {
  border-color: var(--main);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-warning:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light:active {
  color: #1e1e1e;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-green, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-green:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-green:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-green:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-blue, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-blue:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-blue:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-blue:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-gray, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-gray:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-gray:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-gray:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-gray-200, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-gray-200:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-gray-200:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-gray-200:active {
  color: #1e1e1e;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-gray-300, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-gray-300:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-gray-300:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-gray-300:active {
  color: #1e1e1e;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-gray-400, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-gray-400:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-gray-400:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-gray-400:active {
  color: #1e1e1e;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-primary {
  color: var(--main);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-primary:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-secondary {
  color: #686868;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-secondary:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-success {
  color: #87de7d;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-success:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-info {
  color: #2bb4dd;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-info:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-warning {
  color: #ddb32b;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-warning:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-warning:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-warning:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-danger {
  color: #f90000;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-danger:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-light {
  color: #f7f5f6;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-light:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-light:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-light:active {
  color: #1e1e1e;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-dark {
  color: #1e1e1e;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-dark:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-green {
  color: #1F8D61;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-green:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-green:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-green:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-blue {
  color: #0E49B5;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-blue:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-blue:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-blue:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-gray {
  color: #9f9f9f;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-gray:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-gray:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-gray:active {
  color: #ffffff;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-gray-200 {
  color: #e9e9e9;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-gray-200:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-gray-200:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-gray-200:active {
  color: #1e1e1e;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-gray-300 {
  color: #dee2e6;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-gray-300:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-gray-300:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-gray-300:active {
  color: #1e1e1e;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-gray-400 {
  color: #ced4da;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-gray-400:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-gray-400:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-outline-gray-400:active {
  color: #1e1e1e;
}

.bootstrap-select.show .minimalis {
  border-color: var(--main);
}

.bootstrap-select.show .btn-outline-primary {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-primary.bs-placeholder {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-secondary {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-secondary.bs-placeholder {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-success {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-success.bs-placeholder {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-info {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-info.bs-placeholder {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-warning {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-warning.bs-placeholder {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-danger {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-danger.bs-placeholder {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-light {
  color: #1e1e1e;
}

.bootstrap-select.show .btn-outline-light.bs-placeholder {
  color: #1e1e1e;
}

.bootstrap-select.show .btn-outline-dark {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-dark.bs-placeholder {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-green {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-green.bs-placeholder {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-blue {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-blue.bs-placeholder {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-gray {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-gray.bs-placeholder {
  color: #ffffff;
}

.bootstrap-select.show .btn-outline-gray-200 {
  color: #1e1e1e;
}

.bootstrap-select.show .btn-outline-gray-200.bs-placeholder {
  color: #1e1e1e;
}

.bootstrap-select.show .btn-outline-gray-300 {
  color: #1e1e1e;
}

.bootstrap-select.show .btn-outline-gray-300.bs-placeholder {
  color: #1e1e1e;
}

.bootstrap-select.show .btn-outline-gray-400 {
  color: #1e1e1e;
}

.bootstrap-select.show .btn-outline-gray-400.bs-placeholder {
  color: #1e1e1e;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  font-weight: 400;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  margin-right: 0.625rem;
  font-weight: 400;
}

.bootstrap-select .dropdown-menu {
  z-index: 1002;
}

.bootstrap-select .dropdown-menu li {
  outline: none !important;
}

.bootstrap-select .dropdown-menu li a {
  outline: none !important;
}

.bootstrap-select .no-results {
  background: #f7f5f6;
}

.w-100 .bootstrap-select {
  min-width: 100% !important;
}

.bootstrap-select .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-select .dropdown-menu {
    transition: none;
  }
}

.bootstrap-select .dropdown-menu .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-select .dropdown-menu .dropdown-menu {
    transition: none;
  }
}

.bootstrap-select .dropdown-menu .dropdown-menu.show {
  visibility: hidden;
  opacity: 0;
  transform: translateY(0px);
}

.bootstrap-select .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.bootstrap-select .dropdown-menu.show .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.bootstrap-select .dropdown-menu.show .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

/*
    Avatars
   ------------------------
*/
.avatar {
  display: inline-block;
  width: 3.125rem;
  height: 3.125rem;
  border: none;
  background: #ffffff;
}

.avatar.avatar-sm {
  width: 1.875rem;
  height: 1.875rem;
}

.avatar.avatar-lg {
  width: 5.625rem;
  height: 5.625rem;
}

.avatar.avatar-xl {
  width: 7.8125rem;
  height: 7.8125rem;
}

.avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.15937rem;
  vertical-align: 0.15937rem;
  content: "";
  border-top: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 0;
  padding: 0.1875rem;
  transform: rotate(45deg);
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.15937rem;
  vertical-align: 0.15937rem;
  content: "";
  border-top: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid;
  padding: 0.1875rem;
  transform: rotate(45deg);
  vertical-align: 0;
  margin-top: 5px !important;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.15937rem;
  vertical-align: 0.15937rem;
  content: "";
  border-top: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 0;
  padding: 0.1875rem;
  transform: rotate(-45deg);
  vertical-align: 1px;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.15937rem;
  vertical-align: 0.15937rem;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.15937rem;
  vertical-align: 0.15937rem;
  content: "";
  border-top: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 0;
  padding: 0.1875rem;
  transform: rotate(135deg);
  vertical-align: 1px;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.show > .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.15937rem;
  vertical-align: 0.15937rem;
  content: "";
  border-top: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid;
  padding: 0.1875rem;
  transform: rotate(45deg);
  vertical-align: 0;
  margin-top: 5px !important;
}

.show > .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-header {
  font-size: 1rem;
}

/*
    Close
   ------------------------
*/
.close {
  opacity: 1;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 1;
  outline: none;
}

.card {
  position: relative;
}

.card .card-badge {
  display: inline-block;
  min-width: 130px;
  height: 40px;
  line-height: 36px;
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 9;
  text-align: center;
  border: 2px solid #ffffff;
  transform: translateX(-50%);
}

.card .card-img {
  position: relative;
}

.card .card-img figure {
  overflow: hidden;
}

.card .card-img figure img {
  transition: all 0.3s ease-in-out;
  width: 100%;
    height: 200px;
    background-size: cover;
}

@media (prefers-reduced-motion: reduce) {
  .card .card-img figure img {
    transition: none;
  }
}

.card .card-img:hover .zoom-in img {
  transform: scale(1.1);
}

.card .card-img:hover .zoom-out img {
  transform: scale(1);
}

.card .card-img .zoom-out img {
  transform: scale(1.1);
}

.card .card-img .add-to-cart {
  position: absolute;
  bottom: -0.9375rem;
  right: 1.875rem;
}

.card.luxury-card .add-to-cart.btn-large {
  bottom: -1.4375rem;
}

.card.luxury-card .add-to-cart.btn-medium {
  bottom: -1.125rem;
}

.card.luxury-card .add-to-cart.btn-small {
  bottom: -1rem;
}

@media (min-width: 576px) {
  .card.luxury-card .add-to-cart.btn-sm-large {
    bottom: -1.4375rem;
  }
  .card.luxury-card .add-to-cart.btn-sm-medium {
    bottom: -1.125rem;
  }
  .card.luxury-card .add-to-cart.btn-sm-small {
    bottom: -1rem;
  }
}

@media (min-width: 768px) {
  .card.luxury-card .add-to-cart.btn-md-large {
    bottom: -1.4375rem;
  }
  .card.luxury-card .add-to-cart.btn-md-medium {
    bottom: -1.125rem;
  }
  .card.luxury-card .add-to-cart.btn-md-small {
    bottom: -1rem;
  }
}

@media (min-width: 992px) {
  .card.luxury-card .add-to-cart.btn-lg-large {
    bottom: -1.4375rem;
  }
  .card.luxury-card .add-to-cart.btn-lg-medium {
    bottom: -1.125rem;
  }
  .card.luxury-card .add-to-cart.btn-lg-small {
    bottom: -1rem;
  }
}

@media (min-width: 1200px) {
  .card.luxury-card .add-to-cart.btn-xl-large {
    bottom: -1.4375rem;
  }
  .card.luxury-card .add-to-cart.btn-xl-medium {
    bottom: -1.125rem;
  }
  .card.luxury-card .add-to-cart.btn-xl-small {
    bottom: -1rem;
  }
}

.card .card-action {
  transition: all 0.2s ease-in-out;
  position: absolute;
  background-color: transparent;
  border: none;
  z-index: 9;
}

@media (prefers-reduced-motion: reduce) {
  .card .card-action {
    transition: none;
  }
}

.card .card-action .like-product {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
}

.card .card-action .like-product [class^="flaticon-"], .card .card-action .like-product [class*=" flaticon-"],
.card .card-action .like-product [class^="flaticon-"], .card .card-action .like-product [class*=" flaticon-"] {
  position: absolute;
  top: 0;
  left: 0;
}

.card .card-action:focus, .card .card-action:active {
  outline: none;
}

.card .card-action.action-top {
  top: 1.25rem;
}

.card .card-action.action-bottom {
  bottom: 1.25rem;
}

.card .card-action.action-left {
  left: 1.25rem;
}

.card .card-action.action-center {
  left: 50%;
  transform: translateX(-50%);
}

.card .card-action.action-right {
  right: 1.25rem;
}

.card .card-action.hover-card-action.action-left {
  left: 0;
}

.card .card-action.hover-card-action.action-right {
  right: 0;
}

.card .card-action.hover-card-action.action-center {
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 100%);
}

.card .card-action.active [class^="flaticon-"], .card .card-action.active [class*=" flaticon-"],
.card .card-action.active [class^="flaticon-"], .card .card-action.active [class*=" flaticon-"] {
  color: var(--main);
}

.card .hover-card-action {
  opacity: 0;
  visibility: hidden;
}

.card:hover .hover-card-action {
  opacity: 1;
  visibility: visible;
}

.card:hover .hover-card-action.action-left {
  left: 1.25rem;
}

.card:hover .hover-card-action.action-right {
  right: 1.25rem;
}

.card:hover .hover-card-action.action-center {
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}

.card.blog-card .card-img {
  position: relative;
}

.card.blog-card .card-img .title-block {
  position: absolute;
  bottom: 0.75rem;
  left: 1.5625rem;
  right: 1.5625rem;
  z-index: 9;
  transform: translate3d(0, 100%, 0);
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .card.blog-card .card-img .title-block {
    transition: none;
  }
}

.card.blog-card .card-img .title-block .title {
  position: absolute;
  bottom: 100%;
  margin-bottom: 0.4375rem;
}

.card.blog-card .card-img:hover .title-block {
  transform: translate3d(0, 0, 0);
}

.card.blog-card .card-img .cat-title-block {
  position: absolute;
  bottom: 0;
  left: 1.875rem;
  right: 1.875rem;
}

.card.blog-card .card-img .cat-title-block .cat-title {
  display: block;
  padding: .875rem .3125rem 0 .3125rem;
  font-weight: 500;
  line-height: normal;
}

.card.product-card .card-img {
  position: relative;
}

.card.product-card .card-img .block-content {
  position: absolute;
  bottom: 0;
  left: 1.5625rem;
  right: 1.5625rem;
  z-index: 9;
  transform: translate3d(0, 30px, 0);
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .card.product-card .card-img .block-content {
    transition: none;
  }
}

.card.product-card .card-img:hover .block-content {
  transform: translate3d(0, -15px, 0);
}

.card.product-classic-card .card-img {
  position: relative;
}

.card.product-classic-card .card-img .block-content {
  position: absolute;
  bottom: 0;
  left: 1.5625rem;
  right: 1.5625rem;
  z-index: 9;
  transform: translate3d(0, calc(100% - 60px), 0);
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .card.product-classic-card .card-img .block-content {
    transition: none;
  }
}

.card.product-classic-card .card-img .block-content.block-center {
  left: 10%;
  right: 10%;
}

.card.product-classic-card .card-img .block-content.block-left {
  left: 0;
  right: 20%;
}

.card.product-classic-card .card-img .block-content.block-right {
  left: 20%;
  right: 0;
}

@media (min-width: 576px) {
  .card.product-classic-card .card-img .block-content.block-sm-center {
    left: 10%;
    right: 10%;
  }
  .card.product-classic-card .card-img .block-content.block-sm-left {
    left: 0;
    right: 20%;
  }
  .card.product-classic-card .card-img .block-content.block-sm-right {
    left: 20%;
    right: 0;
  }
}

@media (min-width: 768px) {
  .card.product-classic-card .card-img .block-content.block-md-center {
    left: 10%;
    right: 10%;
  }
  .card.product-classic-card .card-img .block-content.block-md-left {
    left: 0;
    right: 20%;
  }
  .card.product-classic-card .card-img .block-content.block-md-right {
    left: 20%;
    right: 0;
  }
}

@media (min-width: 992px) {
  .card.product-classic-card .card-img .block-content.block-lg-center {
    left: 10%;
    right: 10%;
  }
  .card.product-classic-card .card-img .block-content.block-lg-left {
    left: 0;
    right: 20%;
  }
  .card.product-classic-card .card-img .block-content.block-lg-right {
    left: 20%;
    right: 0;
  }
}

@media (min-width: 1200px) {
  .card.product-classic-card .card-img .block-content.block-xl-center {
    left: 10%;
    right: 10%;
  }
  .card.product-classic-card .card-img .block-content.block-xl-left {
    left: 0;
    right: 20%;
  }
  .card.product-classic-card .card-img .block-content.block-xl-right {
    left: 20%;
    right: 0;
  }
}

.card.product-classic-card .card-img:hover .block-content {
  transform: translate3d(0, 0, 0);
}

.card.product-card-style .card-body {
  position: relative;
  padding: 15px;
  overflow: hidden;
}

.card.product-card-style .block-content {
  z-index: 9;
  transform: translate3d(0, 60px, 0);
  transition: all 0.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .card.product-card-style .block-content {
    transition: none;
  }
}

.card.product-card-style:hover .block-content {
  transform: translate3d(0, 0, 0);
}

.card .product-button-group {
  border: 1px solid #e9e9e9;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 5px;
}

.card .product-button-group .product-button {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #1e1e1e;
  border-bottom: 1px solid #e9e9e9;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .card .product-button-group .product-button {
    transition: none;
  }
}

.card .product-button-group .product-button [class^="flaticon-"]:before, .card .product-button-group .product-button [class*=" flaticon-"]:before,
.card .product-button-group .product-button [class^="flaticon-"]:after, .card .product-button-group .product-button [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 16px;
  line-height: 16px;
}

.card .product-button-group .product-button:last-child {
  border-bottom: none;
}

.card .product-button-group .product-button:hover {
  background-color: #0E49B5;
  color: #ffffff;
}

.card .double-image-fig {
  position: relative;
}

.card .double-image-fig .front {
  visibility: visible;
  opacity: 1;
}

.card .double-image-fig .back {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}

.card:hover .double-image-fig .front {
  visibility: hidden;
  opacity: 0;
}

.card:hover .double-image-fig .back {
  visibility: visible;
  opacity: 1;
}

.accordion .card {
  overflow: hidden;
  border-color: transparent;
  margin-bottom: 1.25rem;
}

.accordion .card .card-header {
  border-radius: 4px;
  border-bottom-color: transparent;
}

.accordion .card .plus-after {
  position: relative;
  padding-right: 1.5rem;
}

.accordion .card .plus-after::before, .accordion .card .plus-after::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.75rem;
  height: 0.125rem;
  background-color: #1e1e1e;
}

.accordion .card .plus-after::before {
  transform: translateY(-50%) rotate(90deg);
  display: none;
}

.accordion .card .plus-after::after {
  transform: translateY(-50%);
}

.accordion .card [aria-expanded=false] .plus-after::before {
  display: block;
}

.accordion .card [aria-expanded=true] .card-header {
  background-color: transparent;
}

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: transparent;
}

.list-group-lg .list-group-item {
  padding: 1.875rem 1.875rem;
}

/*===================================================
*     Navbar
* ===================================================*/
.navbar {
  transition: 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  .navbar {
    transition: none;
  }
}

.bg-transparent.bg-white {
  background-color: #ffffff !important;
}

.navbar-brand {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.01875rem;
  height: 4.5625rem;
  line-height: 4.5625rem;
}

.navbar-nav .nav-link {
  font-weight: 500;
}

/*===================================================
*     Navbar icons
* ===================================================*/
.navbar-icons {
  flex-direction: row;
}

.navbar-icons .nav-item {
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

@media (max-width: 575.98px) {
  .navbar-icons .nav-item {
    margin-right: 0.46875rem;
    margin-left: 0.46875rem;
  }
}

.navbar-icons .nav-item:first-child {
  margin-left: 0;
}

.navbar-icons .nav-item:last-child {
  margin-right: 0;
}

.navbar-icons .nav-item:hover .nav-link {
  color: var(--main) !important;
}

.navbar-icons .nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.navbar-icons .nav-link i::before {
  font-size: 1.125rem;
}

.navbar-icons .dropdown-menu {
  position: absolute;
  min-width: 12.5rem;
}

.navbar-icons .dropdown-menu.dropdown-menu-right {
  right: -.9375rem;
}

.navbar-icons .dropdown-menu.dropdown-menu-right::after, .navbar-icons .dropdown-menu.dropdown-menu-right::before {
  left: auto;
}

.navbar-icons .dropdown-menu.dropdown-menu-right::after {
  right: .9375rem;
}

.navbar-icons .dropdown-menu.dropdown-menu-right::before {
  right: .875rem;
}

.nav-search .nav-search-form {
  padding: 0.9375rem 0;
  width: 100px;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .nav-search .nav-search-form {
    transition: none;
  }
}

.nav-search .nav-search-form .form-control {
  background-color: transparent;
  width: 100px;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .nav-search .nav-search-form .form-control {
    transition: none;
  }
}

.nav-search .nav-search-form .v-hidden {
  visibility: hidden;
  opacity: 0;
}

.nav-search .input-group-text i::before {
  font-size: 1.125rem;
}

.nav-search .input-group-text .search-icon,
.nav-search .input-group-text .close-icon {
  cursor: pointer;
}

.icon-label {
  position: relative;
}

.icon-label .label-value {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
}

.label-value {
  background-color: var(--main);
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 1.5625rem;
  color: #ffffff;
}

/*===================================================
*     Mega menu
* ===================================================*/
.dropdown-menu-lg {
  padding: 1.25rem 0 .9375rem 0;
}

.mega-dropdown {
  position: static;
}

.mega-dropdown-menu {
  width: 100%;
  position: absolute;
  padding: 2.5rem 0;
}

.mega-dropdown-menu::before {
  display: none;
}

/*===================================================
*     custom toggler
* ===================================================*/
.custom-toggler {
  cursor: pointer;
  position: relative;
  padding-left: 0;
  width: 1.6875rem;
  height: 1.6875rem;
  background-image: none;
}

.custom-toggler:hover, .custom-toggler:focus {
  outline: none;
}

.custom-toggler .navbar-toggler-icon {
  margin-top: 0.6875rem;
  width: 0.875rem;
  height: 0.1875rem;
  background-color: #1e1e1e;
  transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.2s;
}

@media (prefers-reduced-motion: reduce) {
  .custom-toggler .navbar-toggler-icon {
    transition: none;
  }
}

.custom-toggler .navbar-toggler-icon::before, .custom-toggler .navbar-toggler-icon::after {
  transition: all cubic-bezier(0.26, 0.1, 0.27, 1.55) 0.2s;
  content: "";
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 0.1875rem;
  background-color: #1e1e1e;
}

@media (prefers-reduced-motion: reduce) {
  .custom-toggler .navbar-toggler-icon::before, .custom-toggler .navbar-toggler-icon::after {
    transition: none;
  }
}

.custom-toggler .navbar-toggler-icon::before {
  top: 0.1875rem;
}

.custom-toggler .navbar-toggler-icon::after {
  top: 1.3125rem;
}

.custom-toggler[aria-expanded="true"] .navbar-toggler-icon {
  width: 0;
}

.custom-toggler[aria-expanded="true"] .navbar-toggler-icon::before {
  top: .6875rem;
  transform: rotate(45deg);
}

.custom-toggler[aria-expanded="true"] .navbar-toggler-icon::after {
  top: .6875rem;
  transform: rotate(-45deg);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

/*===================================================
*     navbar-expand
* ===================================================*/
@media (min-width: 576px) {
  .navbar-expand-sm {
    /*===================================================
        *     border menu style
        * ===================================================*/
    /*===================================================
        *     Dropdown effect
        * ===================================================*/
    /*===================================================
        *     hovered nav style
        * ===================================================*/
    /*===================================================
        *     navbar style
        * ===================================================*/
  }
  .navbar-expand-sm.menu-border .nav-link {
    position: relative;
  }
  .navbar-expand-sm.menu-border .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm.menu-border .nav-link::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm.menu-border .navbar-nav:not(.navbar-icons) .nav-link:hover::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-sm.menu-border .navbar-nav:not(.navbar-icons):hover .show > .nav-link::before,
  .navbar-expand-sm.menu-border .navbar-nav:not(.navbar-icons):hover .nav-link.show::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-sm.menu-border .navbar-nav:not(.navbar-icons) .active > .nav-link::before,
  .navbar-expand-sm.menu-border .navbar-nav:not(.navbar-icons) .nav-link.active::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-sm.menu-border .navbar-nav:not(.hovered-nav) .show > .nav-link::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-sm .dropdown:not(.bootstrap-select) .dropdown-menu,
  .navbar-expand-sm .dropdown-submenu:not(.bootstrap-select) .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(2rem);
    transition: all 0.2s ease-in-out;
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-sm .dropdown:not(.bootstrap-select) .dropdown-menu,
  .navbar-expand-sm .dropdown-submenu:not(.bootstrap-select) .dropdown-menu {
    transition: none;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm .hovered-nav .dropdown:hover > .dropdown-menu,
  .navbar-expand-sm .hovered-nav .dropdown-submenu:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  .navbar-expand-sm .hovered-nav .dropdown:not(.dropdown-submenu):hover > .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.15937rem;
    vertical-align: 0.15937rem;
    content: "";
    border-top: 1px solid;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid;
    padding: 0.1875rem;
    transform: rotate(45deg);
    vertical-align: 0;
    margin-top: 5px !important;
  }
  .navbar-expand-sm .hovered-nav .dropdown:not(.dropdown-submenu):hover > .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .navbar-expand-sm .hovered-nav:not(.navbar-icons) .dropdown:hover > .nav-link::before,
  .navbar-expand-sm .hovered-nav:not(.navbar-icons) .dropdown-submenu:hover > .nav-link::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-sm .navbar-nav {
    /*===================================================
          *     dropdown submenu
          * ===================================================*/
  }
  .navbar-expand-sm .navbar-nav:not(.hovered-nav) .dropdown.show > .dropdown-menu,
  .navbar-expand-sm .navbar-nav:not(.hovered-nav) .dropdown-submenu.show > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  .navbar-expand-sm .navbar-nav .nav-item {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  .navbar-expand-sm .navbar-nav .nav-item:first-child {
    margin-left: 0;
  }
  .navbar-expand-sm .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .navbar-expand-sm .navbar-nav .dropdown-submenu {
    position: relative;
  }
  .navbar-expand-sm .navbar-nav .dropdown-submenu .dropdown-toggle {
    margin-right: .9375rem;
  }
  .navbar-expand-sm .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.15937rem;
    vertical-align: 0.15937rem;
    content: "";
    border-top: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 0;
    padding: 0.1875rem;
    transform: rotate(-45deg);
    vertical-align: 1px;
  }
  .navbar-expand-sm .navbar-nav .dropdown-submenu .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .navbar-expand-sm .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    position: absolute;
    right: 0.625rem;
    top: 50%;
    margin-top: -0.1875rem !important;
  }
  .navbar-expand-sm .navbar-nav .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
  }
}

@media (max-width: 575.98px) {
  .navbar-expand-sm.navbar-light .navbar-collapse {
    background-color: #ffffff;
  }
  .navbar-expand-sm.navbar-transparent .navbar-collapse {
    background-color: #ffffff;
  }
  .navbar-expand-sm.navbar-transparent .navbar-collapse .nav-link {
    color: #1e1e1e;
  }
  .navbar-expand-sm.navbar-transparent .navbar-collapse .input-group-text {
    color: #1e1e1e;
  }
  .navbar-expand-sm.navbar-transparent .navbar-collapse .form-control {
    color: #1e1e1e;
  }
  .navbar-expand-sm.navbar-filter .navbar-nav .nav-item {
    margin-right: calc(0.9375rem + 0.625rem);
    margin-left: calc(0.9375rem + 0.625rem);
  }
  .navbar-expand-sm:not(.navbar-filter) .navbar-collapse {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    overflow: auto;
  }
  .navbar-expand-sm:not(.navbar-filter) .navbar-collapse .navbar-nav {
    max-height: calc(100vh - 4.5625rem);
  }
  .navbar-expand-sm:not(.navbar-filter) .navbar-nav:not(.navbar-icons) .dropdown-menu {
    border-color: #f7f5f6;
    background-color: #f7f5f6;
  }
  .navbar-expand-sm:not(.navbar-filter) .mega-dropdown-menu .container {
    max-width: 100%;
  }
  .navbar-expand-sm:not(.navbar-filter) .show > .dropdown-toggle::after {
    margin-top: 0 !important;
  }
  .navbar-expand-sm:not(.navbar-filter) .dropdown-toggle {
    position: relative;
  }
  .navbar-expand-sm:not(.navbar-filter) .dropdown-toggle::after {
    position: absolute;
    margin-top: -0.3125rem;
    top: 50%;
    right: 0;
  }
  .navbar-expand-sm:not(.navbar-filter) .dropdown-menu .dropdown-toggle::after {
    right: 1rem;
  }
  .navbar-expand-sm:not(.navbar-filter).menu-border .navbar-nav:not(.navbar-icons) .nav-item {
    margin-top: 0.9375rem;
  }
  .navbar-expand-sm:not(.navbar-filter).menu-border .navbar-nav:not(.navbar-icons) .nav-link {
    border-bottom: 1px solid #f7f5f6;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    /*===================================================
        *     border menu style
        * ===================================================*/
    /*===================================================
        *     Dropdown effect
        * ===================================================*/
    /*===================================================
        *     hovered nav style
        * ===================================================*/
    /*===================================================
        *     navbar style
        * ===================================================*/
  }
  .navbar-expand-md.menu-border .nav-link {
    position: relative;
  }
  .navbar-expand-md.menu-border .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md.menu-border .nav-link::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md.menu-border .navbar-nav:not(.navbar-icons) .nav-link:hover::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-md.menu-border .navbar-nav:not(.navbar-icons):hover .show > .nav-link::before,
  .navbar-expand-md.menu-border .navbar-nav:not(.navbar-icons):hover .nav-link.show::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-md.menu-border .navbar-nav:not(.navbar-icons) .active > .nav-link::before,
  .navbar-expand-md.menu-border .navbar-nav:not(.navbar-icons) .nav-link.active::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-md.menu-border .navbar-nav:not(.hovered-nav) .show > .nav-link::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-md .dropdown:not(.bootstrap-select) .dropdown-menu,
  .navbar-expand-md .dropdown-submenu:not(.bootstrap-select) .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(2rem);
    transition: all 0.2s ease-in-out;
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-md .dropdown:not(.bootstrap-select) .dropdown-menu,
  .navbar-expand-md .dropdown-submenu:not(.bootstrap-select) .dropdown-menu {
    transition: none;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .hovered-nav .dropdown:hover > .dropdown-menu,
  .navbar-expand-md .hovered-nav .dropdown-submenu:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  .navbar-expand-md .hovered-nav .dropdown:not(.dropdown-submenu):hover > .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.15937rem;
    vertical-align: 0.15937rem;
    content: "";
    border-top: 1px solid;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid;
    padding: 0.1875rem;
    transform: rotate(45deg);
    vertical-align: 0;
    margin-top: 5px !important;
  }
  .navbar-expand-md .hovered-nav .dropdown:not(.dropdown-submenu):hover > .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .navbar-expand-md .hovered-nav:not(.navbar-icons) .dropdown:hover > .nav-link::before,
  .navbar-expand-md .hovered-nav:not(.navbar-icons) .dropdown-submenu:hover > .nav-link::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-md .navbar-nav {
    /*===================================================
          *     dropdown submenu
          * ===================================================*/
  }
  .navbar-expand-md .navbar-nav:not(.hovered-nav) .dropdown.show > .dropdown-menu,
  .navbar-expand-md .navbar-nav:not(.hovered-nav) .dropdown-submenu.show > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  .navbar-expand-md .navbar-nav .nav-item {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  .navbar-expand-md .navbar-nav .nav-item:first-child {
    margin-left: 0;
  }
  .navbar-expand-md .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .navbar-expand-md .navbar-nav .dropdown-submenu {
    position: relative;
  }
  .navbar-expand-md .navbar-nav .dropdown-submenu .dropdown-toggle {
    margin-right: .9375rem;
  }
  .navbar-expand-md .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.15937rem;
    vertical-align: 0.15937rem;
    content: "";
    border-top: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 0;
    padding: 0.1875rem;
    transform: rotate(-45deg);
    vertical-align: 1px;
  }
  .navbar-expand-md .navbar-nav .dropdown-submenu .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .navbar-expand-md .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    position: absolute;
    right: 0.625rem;
    top: 50%;
    margin-top: -0.1875rem !important;
  }
  .navbar-expand-md .navbar-nav .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md.navbar-light .navbar-collapse {
    background-color: #ffffff;
  }
  .navbar-expand-md.navbar-transparent .navbar-collapse {
    background-color: #ffffff;
  }
  .navbar-expand-md.navbar-transparent .navbar-collapse .nav-link {
    color: #1e1e1e;
  }
  .navbar-expand-md.navbar-transparent .navbar-collapse .input-group-text {
    color: #1e1e1e;
  }
  .navbar-expand-md.navbar-transparent .navbar-collapse .form-control {
    color: #1e1e1e;
  }
  .navbar-expand-md.navbar-filter .navbar-nav .nav-item {
    margin-right: calc(0.9375rem + 0.625rem);
    margin-left: calc(0.9375rem + 0.625rem);
  }
  .navbar-expand-md:not(.navbar-filter) .navbar-collapse {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    overflow: auto;
  }
  .navbar-expand-md:not(.navbar-filter) .navbar-collapse .navbar-nav {
    max-height: calc(100vh - 4.5625rem);
  }
  .navbar-expand-md:not(.navbar-filter) .navbar-nav:not(.navbar-icons) .dropdown-menu {
    border-color: #f7f5f6;
    background-color: #f7f5f6;
  }
  .navbar-expand-md:not(.navbar-filter) .mega-dropdown-menu .container {
    max-width: 100%;
  }
  .navbar-expand-md:not(.navbar-filter) .show > .dropdown-toggle::after {
    margin-top: 0 !important;
  }
  .navbar-expand-md:not(.navbar-filter) .dropdown-toggle {
    position: relative;
  }
  .navbar-expand-md:not(.navbar-filter) .dropdown-toggle::after {
    position: absolute;
    margin-top: -0.3125rem;
    top: 50%;
    right: 0;
  }
  .navbar-expand-md:not(.navbar-filter) .dropdown-menu .dropdown-toggle::after {
    right: 1rem;
  }
  .navbar-expand-md:not(.navbar-filter).menu-border .navbar-nav:not(.navbar-icons) .nav-item {
    margin-top: 0.9375rem;
  }
  .navbar-expand-md:not(.navbar-filter).menu-border .navbar-nav:not(.navbar-icons) .nav-link {
    border-bottom: 1px solid #f7f5f6;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    /*===================================================
        *     border menu style
        * ===================================================*/
    /*===================================================
        *     Dropdown effect
        * ===================================================*/
    /*===================================================
        *     hovered nav style
        * ===================================================*/
    /*===================================================
        *     navbar style
        * ===================================================*/
  }
  .navbar-expand-lg.menu-border .nav-link {
    position: relative;
  }
  .navbar-expand-lg.menu-border .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg.menu-border .nav-link::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg.menu-border .navbar-nav:not(.navbar-icons) .nav-link:hover::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-lg.menu-border .navbar-nav:not(.navbar-icons):hover .show > .nav-link::before,
  .navbar-expand-lg.menu-border .navbar-nav:not(.navbar-icons):hover .nav-link.show::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-lg.menu-border .navbar-nav:not(.navbar-icons) .active > .nav-link::before,
  .navbar-expand-lg.menu-border .navbar-nav:not(.navbar-icons) .nav-link.active::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-lg.menu-border .navbar-nav:not(.hovered-nav) .show > .nav-link::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-lg .dropdown:not(.bootstrap-select) .dropdown-menu,
  .navbar-expand-lg .dropdown-submenu:not(.bootstrap-select) .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(2rem);
    transition: all 0.2s ease-in-out;
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-lg .dropdown:not(.bootstrap-select) .dropdown-menu,
  .navbar-expand-lg .dropdown-submenu:not(.bootstrap-select) .dropdown-menu {
    transition: none;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .hovered-nav .dropdown:hover > .dropdown-menu,
  .navbar-expand-lg .hovered-nav .dropdown-submenu:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  .navbar-expand-lg .hovered-nav .dropdown:not(.dropdown-submenu):hover > .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.15937rem;
    vertical-align: 0.15937rem;
    content: "";
    border-top: 1px solid;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid;
    padding: 0.1875rem;
    transform: rotate(45deg);
    vertical-align: 0;
    margin-top: 5px !important;
  }
  .navbar-expand-lg .hovered-nav .dropdown:not(.dropdown-submenu):hover > .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .navbar-expand-lg .hovered-nav:not(.navbar-icons) .dropdown:hover > .nav-link::before,
  .navbar-expand-lg .hovered-nav:not(.navbar-icons) .dropdown-submenu:hover > .nav-link::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-lg .navbar-nav {
    /*===================================================
          *     dropdown submenu
          * ===================================================*/
  }
  .navbar-expand-lg .navbar-nav:not(.hovered-nav) .dropdown.show > .dropdown-menu,
  .navbar-expand-lg .navbar-nav:not(.hovered-nav) .dropdown-submenu.show > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  .navbar-expand-lg .navbar-nav .nav-item:first-child {
    margin-left: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .navbar-expand-lg .navbar-nav .dropdown-submenu {
    position: relative;
  }
  .navbar-expand-lg .navbar-nav .dropdown-submenu .dropdown-toggle {
    margin-right: .9375rem;
  }
  .navbar-expand-lg .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.15937rem;
    vertical-align: 0.15937rem;
    content: "";
    border-top: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 0;
    padding: 0.1875rem;
    transform: rotate(-45deg);
    vertical-align: 1px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-submenu .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .navbar-expand-lg .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    position: absolute;
    right: 0.625rem;
    top: 50%;
    margin-top: -0.1875rem !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg.navbar-light .navbar-collapse {
    background-color: #ffffff;
  }
  .navbar-expand-lg.navbar-transparent .navbar-collapse {
    background-color: #ffffff;
  }
  .navbar-expand-lg.navbar-transparent .navbar-collapse .nav-link {
    color: #1e1e1e;
  }
  .navbar-expand-lg.navbar-transparent .navbar-collapse .input-group-text {
    color: #1e1e1e;
  }
  .navbar-expand-lg.navbar-transparent .navbar-collapse .form-control {
    color: #1e1e1e;
  }
  .navbar-expand-lg.navbar-filter .navbar-nav .nav-item {
    margin-right: calc(0.9375rem + 0.625rem);
    margin-left: calc(0.9375rem + 0.625rem);
  }
  .navbar-expand-lg:not(.navbar-filter) .navbar-collapse {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    overflow: auto;
  }
  .navbar-expand-lg:not(.navbar-filter) .navbar-collapse .navbar-nav {
    max-height: calc(100vh - 4.5625rem);
  }
  .navbar-expand-lg:not(.navbar-filter) .navbar-nav:not(.navbar-icons) .dropdown-menu {
    border-color: #f7f5f6;
    background-color: #f7f5f6;
  }
  .navbar-expand-lg:not(.navbar-filter) .mega-dropdown-menu .container {
    max-width: 100%;
  }
  .navbar-expand-lg:not(.navbar-filter) .show > .dropdown-toggle::after {
    margin-top: 0 !important;
  }
  .navbar-expand-lg:not(.navbar-filter) .dropdown-toggle {
    position: relative;
  }
  .navbar-expand-lg:not(.navbar-filter) .dropdown-toggle::after {
    position: absolute;
    margin-top: -0.3125rem;
    top: 50%;
    right: 0;
  }
  .navbar-expand-lg:not(.navbar-filter) .dropdown-menu .dropdown-toggle::after {
    right: 1rem;
  }
  .navbar-expand-lg:not(.navbar-filter).menu-border .navbar-nav:not(.navbar-icons) .nav-item {
    margin-top: 0.9375rem;
  }
  .navbar-expand-lg:not(.navbar-filter).menu-border .navbar-nav:not(.navbar-icons) .nav-link {
    border-bottom: 1px solid #f7f5f6;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    /*===================================================
        *     border menu style
        * ===================================================*/
    /*===================================================
        *     Dropdown effect
        * ===================================================*/
    /*===================================================
        *     hovered nav style
        * ===================================================*/
    /*===================================================
        *     navbar style
        * ===================================================*/
  }
  .navbar-expand-xl.menu-border .nav-link {
    position: relative;
  }
  .navbar-expand-xl.menu-border .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl.menu-border .nav-link::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl.menu-border .navbar-nav:not(.navbar-icons) .nav-link:hover::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-xl.menu-border .navbar-nav:not(.navbar-icons):hover .show > .nav-link::before,
  .navbar-expand-xl.menu-border .navbar-nav:not(.navbar-icons):hover .nav-link.show::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-xl.menu-border .navbar-nav:not(.navbar-icons) .active > .nav-link::before,
  .navbar-expand-xl.menu-border .navbar-nav:not(.navbar-icons) .nav-link.active::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-xl.menu-border .navbar-nav:not(.hovered-nav) .show > .nav-link::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-xl .dropdown:not(.bootstrap-select) .dropdown-menu,
  .navbar-expand-xl .dropdown-submenu:not(.bootstrap-select) .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(2rem);
    transition: all 0.2s ease-in-out;
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .navbar-expand-xl .dropdown:not(.bootstrap-select) .dropdown-menu,
  .navbar-expand-xl .dropdown-submenu:not(.bootstrap-select) .dropdown-menu {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .hovered-nav .dropdown:hover > .dropdown-menu,
  .navbar-expand-xl .hovered-nav .dropdown-submenu:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  .navbar-expand-xl .hovered-nav .dropdown:not(.dropdown-submenu):hover > .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.15937rem;
    vertical-align: 0.15937rem;
    content: "";
    border-top: 1px solid;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid;
    padding: 0.1875rem;
    transform: rotate(45deg);
    vertical-align: 0;
    margin-top: 5px !important;
  }
  .navbar-expand-xl .hovered-nav .dropdown:not(.dropdown-submenu):hover > .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .navbar-expand-xl .hovered-nav:not(.navbar-icons) .dropdown:hover > .nav-link::before,
  .navbar-expand-xl .hovered-nav:not(.navbar-icons) .dropdown-submenu:hover > .nav-link::before {
    width: 100%;
    height: 2px;
    background-color: #1e1e1e;
  }
  .navbar-expand-xl .navbar-nav {
    /*===================================================
          *     dropdown submenu
          * ===================================================*/
  }
  .navbar-expand-xl .navbar-nav:not(.hovered-nav) .dropdown.show > .dropdown-menu,
  .navbar-expand-xl .navbar-nav:not(.hovered-nav) .dropdown-submenu.show > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  .navbar-expand-xl .navbar-nav .nav-item {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  .navbar-expand-xl .navbar-nav .nav-item:first-child {
    margin-left: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .navbar-expand-xl .navbar-nav .dropdown-submenu {
    position: relative;
  }
  .navbar-expand-xl .navbar-nav .dropdown-submenu .dropdown-toggle {
    margin-right: .9375rem;
  }
  .navbar-expand-xl .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.15937rem;
    vertical-align: 0.15937rem;
    content: "";
    border-top: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-left: 0;
    padding: 0.1875rem;
    transform: rotate(-45deg);
    vertical-align: 1px;
  }
  .navbar-expand-xl .navbar-nav .dropdown-submenu .dropdown-toggle:empty::after {
    margin-left: 0;
  }
  .navbar-expand-xl .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    position: absolute;
    right: 0.625rem;
    top: 50%;
    margin-top: -0.1875rem !important;
  }
  .navbar-expand-xl .navbar-nav .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl.navbar-light .navbar-collapse {
    background-color: #ffffff;
  }
  .navbar-expand-xl.navbar-transparent .navbar-collapse {
    background-color: #ffffff;
  }
  .navbar-expand-xl.navbar-transparent .navbar-collapse .nav-link {
    color: #1e1e1e;
  }
  .navbar-expand-xl.navbar-transparent .navbar-collapse .input-group-text {
    color: #1e1e1e;
  }
  .navbar-expand-xl.navbar-transparent .navbar-collapse .form-control {
    color: #1e1e1e;
  }
  .navbar-expand-xl.navbar-filter .navbar-nav .nav-item {
    margin-right: calc(0.9375rem + 0.625rem);
    margin-left: calc(0.9375rem + 0.625rem);
  }
  .navbar-expand-xl:not(.navbar-filter) .navbar-collapse {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    overflow: auto;
  }
  .navbar-expand-xl:not(.navbar-filter) .navbar-collapse .navbar-nav {
    max-height: calc(100vh - 4.5625rem);
  }
  .navbar-expand-xl:not(.navbar-filter) .navbar-nav:not(.navbar-icons) .dropdown-menu {
    border-color: #f7f5f6;
    background-color: #f7f5f6;
  }
  .navbar-expand-xl:not(.navbar-filter) .mega-dropdown-menu .container {
    max-width: 100%;
  }
  .navbar-expand-xl:not(.navbar-filter) .show > .dropdown-toggle::after {
    margin-top: 0 !important;
  }
  .navbar-expand-xl:not(.navbar-filter) .dropdown-toggle {
    position: relative;
  }
  .navbar-expand-xl:not(.navbar-filter) .dropdown-toggle::after {
    position: absolute;
    margin-top: -0.3125rem;
    top: 50%;
    right: 0;
  }
  .navbar-expand-xl:not(.navbar-filter) .dropdown-menu .dropdown-toggle::after {
    right: 1rem;
  }
  .navbar-expand-xl:not(.navbar-filter).menu-border .navbar-nav:not(.navbar-icons) .nav-item {
    margin-top: 0.9375rem;
  }
  .navbar-expand-xl:not(.navbar-filter).menu-border .navbar-nav:not(.navbar-icons) .nav-link {
    border-bottom: 1px solid #f7f5f6;
  }
}

.navbar-expand {
  /*===================================================
        *     border menu style
        * ===================================================*/
  /*===================================================
        *     Dropdown effect
        * ===================================================*/
  /*===================================================
        *     hovered nav style
        * ===================================================*/
  /*===================================================
        *     navbar style
        * ===================================================*/
}

.navbar-expand.menu-border .nav-link {
  position: relative;
}

.navbar-expand.menu-border .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .navbar-expand.menu-border .nav-link::before {
    transition: none;
  }
}

.navbar-expand.menu-border .navbar-nav:not(.navbar-icons) .nav-link:hover::before {
  width: 100%;
  height: 2px;
  background-color: #1e1e1e;
}

.navbar-expand.menu-border .navbar-nav:not(.navbar-icons):hover .show > .nav-link::before,
.navbar-expand.menu-border .navbar-nav:not(.navbar-icons):hover .nav-link.show::before {
  width: 100%;
  height: 2px;
  background-color: #1e1e1e;
}

.navbar-expand.menu-border .navbar-nav:not(.navbar-icons) .active > .nav-link::before,
.navbar-expand.menu-border .navbar-nav:not(.navbar-icons) .nav-link.active::before {
  width: 100%;
  height: 2px;
  background-color: #1e1e1e;
}

.navbar-expand.menu-border .navbar-nav:not(.hovered-nav) .show > .nav-link::before {
  width: 100%;
  height: 2px;
  background-color: #1e1e1e;
}

.navbar-expand .dropdown:not(.bootstrap-select) .dropdown-menu,
.navbar-expand .dropdown-submenu:not(.bootstrap-select) .dropdown-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  transform: translateY(2rem);
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-expand .dropdown:not(.bootstrap-select) .dropdown-menu,
  .navbar-expand .dropdown-submenu:not(.bootstrap-select) .dropdown-menu {
    transition: none;
  }
}

.navbar-expand .hovered-nav .dropdown:hover > .dropdown-menu,
.navbar-expand .hovered-nav .dropdown-submenu:hover > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.navbar-expand .hovered-nav .dropdown:not(.dropdown-submenu):hover > .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.15937rem;
  vertical-align: 0.15937rem;
  content: "";
  border-top: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid;
  padding: 0.1875rem;
  transform: rotate(45deg);
  vertical-align: 0;
  margin-top: 5px !important;
}

.navbar-expand .hovered-nav .dropdown:not(.dropdown-submenu):hover > .dropdown-toggle:empty::after {
  margin-left: 0;
}

.navbar-expand .hovered-nav:not(.navbar-icons) .dropdown:hover > .nav-link::before,
.navbar-expand .hovered-nav:not(.navbar-icons) .dropdown-submenu:hover > .nav-link::before {
  width: 100%;
  height: 2px;
  background-color: #1e1e1e;
}

.navbar-expand .navbar-nav {
  /*===================================================
          *     dropdown submenu
          * ===================================================*/
}

.navbar-expand .navbar-nav:not(.hovered-nav) .dropdown.show > .dropdown-menu,
.navbar-expand .navbar-nav:not(.hovered-nav) .dropdown-submenu.show > .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.navbar-expand .navbar-nav .nav-item {
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.navbar-expand .navbar-nav .nav-item:first-child {
  margin-left: 0;
}

.navbar-expand .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.navbar-expand .navbar-nav .nav-link {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.navbar-expand .navbar-nav .dropdown-submenu {
  position: relative;
}

.navbar-expand .navbar-nav .dropdown-submenu .dropdown-toggle {
  margin-right: .9375rem;
}

.navbar-expand .navbar-nav .dropdown-submenu .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.15937rem;
  vertical-align: 0.15937rem;
  content: "";
  border-top: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-left: 0;
  padding: 0.1875rem;
  transform: rotate(-45deg);
  vertical-align: 1px;
}

.navbar-expand .navbar-nav .dropdown-submenu .dropdown-toggle:empty::after {
  margin-left: 0;
}

.navbar-expand .navbar-nav .dropdown-submenu .dropdown-toggle::after {
  position: absolute;
  right: 0.625rem;
  top: 50%;
  margin-top: -0.1875rem !important;
}

.navbar-expand .navbar-nav .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
}

.navbar-expand.navbar-light .navbar-collapse {
  background-color: #ffffff;
}

.navbar-expand.navbar-transparent .navbar-collapse {
  background-color: #ffffff;
}

.navbar-expand.navbar-transparent .navbar-collapse .nav-link {
  color: #1e1e1e;
}

.navbar-expand.navbar-transparent .navbar-collapse .input-group-text {
  color: #1e1e1e;
}

.navbar-expand.navbar-transparent .navbar-collapse .form-control {
  color: #1e1e1e;
}

.navbar-expand.navbar-filter .navbar-nav .nav-item {
  margin-right: calc(0.9375rem + 0.625rem);
  margin-left: calc(0.9375rem + 0.625rem);
}

.navbar-expand:not(.navbar-filter) .navbar-collapse {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  overflow: auto;
}

.navbar-expand:not(.navbar-filter) .navbar-collapse .navbar-nav {
  max-height: calc(100vh - 4.5625rem);
}

.navbar-expand:not(.navbar-filter) .navbar-nav:not(.navbar-icons) .dropdown-menu {
  border-color: #f7f5f6;
  background-color: #f7f5f6;
}

.navbar-expand:not(.navbar-filter) .mega-dropdown-menu .container {
  max-width: 100%;
}

.navbar-expand:not(.navbar-filter) .show > .dropdown-toggle::after {
  margin-top: 0 !important;
}

.navbar-expand:not(.navbar-filter) .dropdown-toggle {
  position: relative;
}

.navbar-expand:not(.navbar-filter) .dropdown-toggle::after {
  position: absolute;
  margin-top: -0.3125rem;
  top: 50%;
  right: 0;
}

.navbar-expand:not(.navbar-filter) .dropdown-menu .dropdown-toggle::after {
  right: 1rem;
}

.navbar-expand:not(.navbar-filter).menu-border .navbar-nav:not(.navbar-icons) .nav-item {
  margin-top: 0.9375rem;
}

.navbar-expand:not(.navbar-filter).menu-border .navbar-nav:not(.navbar-icons) .nav-link {
  border-bottom: 1px solid #f7f5f6;
}

@media (max-width: 767.98px) {
  .navbar-filter .navbar-nav .nav-item {
    margin-right: calc(0.9375rem - 3px) !important;
    margin-left: calc(0.9375rem - 3px) !important;
  }
}

@media (max-width: 575.98px) {
  .fixed-top .navbar-collapse .navbar-nav.navbar-sm-full,
  .sticky-navbar .navbar-collapse .navbar-nav.navbar-sm-full {
    height: calc(100vh - 4.5625rem);
  }
}

/* ===================================================
*     navbar secondary
* ===================================================*/
.navbar-filter .nav-link {
  padding-top: 0.8125rem !important;
  padding-bottom: 0.8125rem !important;
}

.navbar-filter .mega-dropdown-menu {
  border-left: 0;
  border-right: 0;
}

.navbar-light .navbar-icons .input-group-text {
  color: #1e1e1e;
}

.navbar-light .navbar-collapse {
  border-top: 1px solid #e9e9e9;
}

.navbar-dark .nav-item .nav-link {
  color: #ffffff;
}

.navbar-dark .nav-item:hover .nav-link {
  color: #ffffff;
}

.navbar-dark .nav-item .input-group-text {
  color: #9f9f9f;
}

.navbar-dark .nav-item .form-control {
  color: #f7f5f6;
  background-color: transparent;
}

.navbar-dark .navbar-text {
  color: #ffffff;
}

.navbar-dark .custom-toggler .navbar-toggler-icon {
  background-color: #9f9f9f;
}

.navbar-dark .custom-toggler .navbar-toggler-icon::before, .navbar-dark .custom-toggler .navbar-toggler-icon::after {
  background-color: #9f9f9f;
}

.navbar-dark .navbar-collapse {
  border-top: 1px solid #e9e9e9;
}

.navbar-transparent .nav-item .nav-link {
  color: #ffffff;
}

.navbar-transparent .nav-item .input-group-text {
  color: #ffffff;
}

.navbar-transparent .nav-item .form-control {
  color: #ffffff;
  background-color: transparent;
}

.navbar-transparent .custom-toggler .navbar-toggler-icon {
  background-color: #ffffff;
}

.navbar-transparent .custom-toggler .navbar-toggler-icon::before, .navbar-transparent .custom-toggler .navbar-toggler-icon::after {
  background-color: #ffffff;
}

.navbar-transparent .navbar-brand {
  color: #ffffff;
}

.navbar-transparent .active > .nav-link::before,
.navbar-transparent .nav-link.active::before {
  background-color: #ffffff !important;
}

.navbar-transparent .nav-link:hover::before {
  background-color: #ffffff !important;
}

.navbar-transparent .dropdown:hover > .nav-link::before,
.navbar-transparent .dropdown-submenu:hover > .nav-link::before {
  background-color: #ffffff !important;
}

.navbar-transparent.bg-white {
  border-bottom: 1px solid #e9e9e9;
}

.navbar-transparent.bg-white .custom-toggler .navbar-toggler-icon {
  background-color: #1e1e1e;
}

.navbar-transparent.bg-white .custom-toggler .navbar-toggler-icon::before, .navbar-transparent.bg-white .custom-toggler .navbar-toggler-icon::after {
  background-color: #1e1e1e;
}

.navbar-transparent.bg-white .navbar-brand {
  color: #1e1e1e;
}

.navbar-transparent.bg-white .nav-item .nav-link {
  color: #1e1e1e;
}

.navbar-transparent.bg-white .nav-item .input-group-text {
  color: #1e1e1e;
}

.navbar-transparent.bg-white .nav-item .form-control {
  color: #1e1e1e;
  background-color: transparent;
}

.navbar-transparent.bg-white .active > .nav-link::before,
.navbar-transparent.bg-white .nav-link.active::before {
  background-color: #1e1e1e !important;
}

.navbar-transparent.bg-white .nav-link:hover::before {
  background-color: #1e1e1e !important;
}

.navbar-transparent.bg-white .dropdown:hover > .nav-link::before,
.navbar-transparent.bg-white .dropdown-submenu:hover > .nav-link::before {
  background-color: #1e1e1e !important;
}

/*
* ===================================================
*     Nav Border
* ===================================================
*/
.nav.nav-border .nav-item:first-child .nav-link {
  margin-left: 0;
}

.nav.nav-border .nav-item:last-child .nav-link {
  margin-right: 0;
}

.nav.nav-border .nav-link {
  padding: 1.5rem 0;
  margin: 0 1rem;
  position: relative;
}

.nav.nav-border .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .nav.nav-border .nav-link::before {
    transition: none;
  }
}

.nav.nav-border .nav-link.active::before {
  width: 100%;
  height: 2px;
  background-color: #1e1e1e;
}

.nav.nav-border .nav-link:hover::before {
  width: 100%;
  height: 2px;
  background-color: #1e1e1e;
}

/*
    Buttons
   ------------------------
*/
.btn {
  letter-spacing: 0.01563rem;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:not(.dropdown-toggle) {
  min-width: 10.625rem;
}

.btn-primary {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
}

.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
  box-shadow: 0 0 0 0 rgba(184, 171, 146, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #a29070;
  border-color: #9d8a68;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(184, 171, 146, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
  box-shadow: 0 0 0 0 rgba(127, 127, 127, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #5b5b5b;
  border-color: #555555;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(127, 127, 127, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
}

.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
  box-shadow: 0 0 0 0 rgba(153, 227, 145, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #74d969;
  border-color: #6bd65e;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(153, 227, 145, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
}

.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
  box-shadow: 0 0 0 0 rgba(75, 191, 226, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #21a6ce;
  border-color: #1f9dc3;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(75, 191, 226, 0.5);
}

.btn-warning {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
}

.btn-warning:focus, .btn-warning.focus {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
  box-shadow: 0 0 0 0 rgba(226, 190, 75, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #cea521;
  border-color: #c39c1f;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(226, 190, 75, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
}

.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
  box-shadow: 0 0 0 0 rgba(250, 38, 38, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #e00000;
  border-color: #d30000;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(250, 38, 38, 0.5);
}

.btn-light {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-light:hover {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
}

.btn-light:focus, .btn-light.focus {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
  box-shadow: 0 0 0 0 rgba(214, 213, 214, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #1e1e1e;
  background-color: #ece7e9;
  border-color: #e6e0e3;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(214, 213, 214, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-dark:hover {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
  border-color: #0b0b0b;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.5);
}

.btn-green {
  color: #ffffff;
  background-color: #1F8D61;
  border-color: #1F8D61;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-green:hover {
  color: #ffffff;
  background-color: #1f8d61;
  border-color: #1f8d61;
}

.btn-green:focus, .btn-green.focus {
  color: #ffffff;
  background-color: #1f8d61;
  border-color: #1f8d61;
  box-shadow: 0 0 0 0 rgba(65, 158, 121, 0.5);
}

.btn-green.disabled, .btn-green:disabled {
  color: #ffffff;
  background-color: #1F8D61;
  border-color: #1F8D61;
}

.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
.show > .btn-green.dropdown-toggle {
  color: #ffffff;
  background-color: #1a7853;
  border-color: #186e4b;
}

.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(65, 158, 121, 0.5);
}

.btn-blue {
  color: #ffffff;
  background-color: #0E49B5;
  border-color: #0E49B5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-blue:hover {
  color: #ffffff;
  background-color: #0e49b5;
  border-color: #0e49b5;
}

.btn-blue:focus, .btn-blue.focus {
  color: #ffffff;
  background-color: #0e49b5;
  border-color: #0e49b5;
  box-shadow: 0 0 0 0 rgba(50, 100, 192, 0.5);
}

.btn-blue.disabled, .btn-blue:disabled {
  color: #ffffff;
  background-color: #0E49B5;
  border-color: #0E49B5;
}

.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
.show > .btn-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #0c3f9d;
  border-color: #0b3b91;
}

.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(50, 100, 192, 0.5);
}

.btn-gray {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-gray:hover {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}

.btn-gray:focus, .btn-gray.focus {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
  box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
}

.btn-gray.disabled, .btn-gray:disabled {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #ffffff;
  background-color: #929292;
  border-color: #8c8c8c;
}

.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
}

.btn-gray-200 {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-gray-200:hover {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-gray-200:focus, .btn-gray-200.focus {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
  box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
}

.btn-gray-200.disabled, .btn-gray-200:disabled {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-gray-200:not(:disabled):not(.disabled):active, .btn-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-gray-200.dropdown-toggle {
  color: #1e1e1e;
  background-color: gainsboro;
  border-color: #d6d6d6;
}

.btn-gray-200:not(:disabled):not(.disabled):active:focus, .btn-gray-200:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
}

.btn-gray-300 {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-gray-300:hover {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-gray-300:focus, .btn-gray-300.focus {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
  box-shadow: 0 0 0 0 rgba(193, 197, 200, 0.5);
}

.btn-gray-300.disabled, .btn-gray-300:disabled {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-gray-300:not(:disabled):not(.disabled):active, .btn-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-gray-300.dropdown-toggle {
  color: #1e1e1e;
  background-color: #cfd5db;
  border-color: #c8cfd6;
}

.btn-gray-300:not(:disabled):not(.disabled):active:focus, .btn-gray-300:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(193, 197, 200, 0.5);
}

.btn-gray-400 {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-gray-400:hover {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-gray-400:focus, .btn-gray-400.focus {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
  box-shadow: 0 0 0 0 rgba(180, 185, 190, 0.5);
}

.btn-gray-400.disabled, .btn-gray-400:disabled {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-gray-400:not(:disabled):not(.disabled):active, .btn-gray-400:not(:disabled):not(.disabled).active,
.show > .btn-gray-400.dropdown-toggle {
  color: #1e1e1e;
  background-color: #bfc7cf;
  border-color: #b8c1ca;
}

.btn-gray-400:not(:disabled):not(.disabled):active:focus, .btn-gray-400:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(180, 185, 190, 0.5);
}

.btn-outline-primary {
  color: var(--main);
  border-color: var(--main);
  overflow: hidden;
}

.btn-outline-primary:hover {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: var(--main);
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.5);
}

.btn-outline-secondary {
  color: #686868;
  border-color: #686868;
  overflow: hidden;
}

.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #686868;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.5);
}

.btn-outline-success {
  color: #87de7d;
  border-color: #87de7d;
  overflow: hidden;
}

.btn-outline-success:hover {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #87de7d;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.5);
}

.btn-outline-info {
  color: #2bb4dd;
  border-color: #2bb4dd;
  overflow: hidden;
}

.btn-outline-info:hover {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(43, 180, 221, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #2bb4dd;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(43, 180, 221, 0.5);
}

.btn-outline-warning {
  color: #ddb32b;
  border-color: #ddb32b;
  overflow: hidden;
}

.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(221, 179, 43, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ddb32b;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(221, 179, 43, 0.5);
}

.btn-outline-danger {
  color: #f90000;
  border-color: #f90000;
  overflow: hidden;
}

.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f90000;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.5);
}

.btn-outline-light {
  color: #f7f5f6;
  border-color: #f7f5f6;
  overflow: hidden;
}

.btn-outline-light:hover {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(247, 245, 246, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f7f5f6;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(247, 245, 246, 0.5);
}

.btn-outline-dark {
  color: #1e1e1e;
  border-color: #1e1e1e;
  overflow: hidden;
}

.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #1e1e1e;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.5);
}

.btn-outline-green {
  color: #1F8D61;
  border-color: #1F8D61;
  overflow: hidden;
}

.btn-outline-green:hover {
  color: #ffffff;
  background-color: #1F8D61;
  border-color: #1F8D61;
}

.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(31, 141, 97, 0.5);
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #1F8D61;
  background-color: transparent;
}

.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: #1F8D61;
  border-color: #1F8D61;
}

.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(31, 141, 97, 0.5);
}

.btn-outline-blue {
  color: #0E49B5;
  border-color: #0E49B5;
  overflow: hidden;
}

.btn-outline-blue:hover {
  color: #ffffff;
  background-color: #0E49B5;
  border-color: #0E49B5;
}

.btn-outline-blue:focus, .btn-outline-blue.focus {
  box-shadow: 0 0 0 0 rgba(14, 73, 181, 0.5);
}

.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #0E49B5;
  background-color: transparent;
}

.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-outline-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #0E49B5;
  border-color: #0E49B5;
}

.btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(14, 73, 181, 0.5);
}

.btn-outline-gray {
  color: #9f9f9f;
  border-color: #9f9f9f;
  overflow: hidden;
}

.btn-outline-gray:hover {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}

.btn-outline-gray:focus, .btn-outline-gray.focus {
  box-shadow: 0 0 0 0 rgba(159, 159, 159, 0.5);
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #9f9f9f;
  background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(159, 159, 159, 0.5);
}

.btn-outline-gray-200 {
  color: #e9e9e9;
  border-color: #e9e9e9;
  overflow: hidden;
}

.btn-outline-gray-200:hover {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-outline-gray-200:focus, .btn-outline-gray-200.focus {
  box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.5);
}

.btn-outline-gray-200.disabled, .btn-outline-gray-200:disabled {
  color: #e9e9e9;
  background-color: transparent;
}

.btn-outline-gray-200:not(:disabled):not(.disabled):active, .btn-outline-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-200.dropdown-toggle {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-200:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.5);
}

.btn-outline-gray-300 {
  color: #dee2e6;
  border-color: #dee2e6;
  overflow: hidden;
}

.btn-outline-gray-300:hover {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-gray-300:focus, .btn-outline-gray-300.focus {
  box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
}

.btn-outline-gray-300.disabled, .btn-outline-gray-300:disabled {
  color: #dee2e6;
  background-color: transparent;
}

.btn-outline-gray-300:not(:disabled):not(.disabled):active, .btn-outline-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-300.dropdown-toggle {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-300:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-300.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
}

.btn-outline-gray-400 {
  color: #ced4da;
  border-color: #ced4da;
  overflow: hidden;
}

.btn-outline-gray-400:hover {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-gray-400:focus, .btn-outline-gray-400.focus {
  box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
}

.btn-outline-gray-400.disabled, .btn-outline-gray-400:disabled {
  color: #ced4da;
  background-color: transparent;
}

.btn-outline-gray-400:not(:disabled):not(.disabled):active, .btn-outline-gray-400:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray-400.dropdown-toggle {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-outline-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-400:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray-400.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
}

@media (min-width: 576px) {
  .btn-sm-primary {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-sm-primary:hover {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-sm-primary:focus, .btn-sm-primary.focus {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
    box-shadow: 0 0 0 0 rgba(184, 171, 146, 0.5);
  }
  .btn-sm-primary.disabled, .btn-sm-primary:disabled {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-sm-primary:not(:disabled):not(.disabled):active, .btn-sm-primary:not(:disabled):not(.disabled).active,
  .show > .btn-sm-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #a29070;
    border-color: #9d8a68;
  }
  .btn-sm-primary:not(:disabled):not(.disabled):active:focus, .btn-sm-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-sm-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(184, 171, 146, 0.5);
  }
  .btn-sm-secondary {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-sm-secondary:hover {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-sm-secondary:focus, .btn-sm-secondary.focus {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
    box-shadow: 0 0 0 0 rgba(127, 127, 127, 0.5);
  }
  .btn-sm-secondary.disabled, .btn-sm-secondary:disabled {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-sm-secondary:not(:disabled):not(.disabled):active, .btn-sm-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-sm-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #5b5b5b;
    border-color: #555555;
  }
  .btn-sm-secondary:not(:disabled):not(.disabled):active:focus, .btn-sm-secondary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-sm-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(127, 127, 127, 0.5);
  }
  .btn-sm-success {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-sm-success:hover {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-sm-success:focus, .btn-sm-success.focus {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
    box-shadow: 0 0 0 0 rgba(153, 227, 145, 0.5);
  }
  .btn-sm-success.disabled, .btn-sm-success:disabled {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-sm-success:not(:disabled):not(.disabled):active, .btn-sm-success:not(:disabled):not(.disabled).active,
  .show > .btn-sm-success.dropdown-toggle {
    color: #ffffff;
    background-color: #74d969;
    border-color: #6bd65e;
  }
  .btn-sm-success:not(:disabled):not(.disabled):active:focus, .btn-sm-success:not(:disabled):not(.disabled).active:focus,
  .show > .btn-sm-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(153, 227, 145, 0.5);
  }
  .btn-sm-info {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-sm-info:hover {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-sm-info:focus, .btn-sm-info.focus {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
    box-shadow: 0 0 0 0 rgba(75, 191, 226, 0.5);
  }
  .btn-sm-info.disabled, .btn-sm-info:disabled {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-sm-info:not(:disabled):not(.disabled):active, .btn-sm-info:not(:disabled):not(.disabled).active,
  .show > .btn-sm-info.dropdown-toggle {
    color: #ffffff;
    background-color: #21a6ce;
    border-color: #1f9dc3;
  }
  .btn-sm-info:not(:disabled):not(.disabled):active:focus, .btn-sm-info:not(:disabled):not(.disabled).active:focus,
  .show > .btn-sm-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(75, 191, 226, 0.5);
  }
  .btn-sm-warning {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-sm-warning:hover {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-sm-warning:focus, .btn-sm-warning.focus {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
    box-shadow: 0 0 0 0 rgba(226, 190, 75, 0.5);
  }
  .btn-sm-warning.disabled, .btn-sm-warning:disabled {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-sm-warning:not(:disabled):not(.disabled):active, .btn-sm-warning:not(:disabled):not(.disabled).active,
  .show > .btn-sm-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #cea521;
    border-color: #c39c1f;
  }
  .btn-sm-warning:not(:disabled):not(.disabled):active:focus, .btn-sm-warning:not(:disabled):not(.disabled).active:focus,
  .show > .btn-sm-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(226, 190, 75, 0.5);
  }
  .btn-sm-danger {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-sm-danger:hover {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-sm-danger:focus, .btn-sm-danger.focus {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
    box-shadow: 0 0 0 0 rgba(250, 38, 38, 0.5);
  }
  .btn-sm-danger.disabled, .btn-sm-danger:disabled {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-sm-danger:not(:disabled):not(.disabled):active, .btn-sm-danger:not(:disabled):not(.disabled).active,
  .show > .btn-sm-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #e00000;
    border-color: #d30000;
  }
  .btn-sm-danger:not(:disabled):not(.disabled):active:focus, .btn-sm-danger:not(:disabled):not(.disabled).active:focus,
  .show > .btn-sm-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(250, 38, 38, 0.5);
  }
  .btn-sm-light {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-sm-light:hover {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-sm-light:focus, .btn-sm-light.focus {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
    box-shadow: 0 0 0 0 rgba(214, 213, 214, 0.5);
  }
  .btn-sm-light.disabled, .btn-sm-light:disabled {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-sm-light:not(:disabled):not(.disabled):active, .btn-sm-light:not(:disabled):not(.disabled).active,
  .show > .btn-sm-light.dropdown-toggle {
    color: #1e1e1e;
    background-color: #ece7e9;
    border-color: #e6e0e3;
  }
  .btn-sm-light:not(:disabled):not(.disabled):active:focus, .btn-sm-light:not(:disabled):not(.disabled).active:focus,
  .show > .btn-sm-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(214, 213, 214, 0.5);
  }
  .btn-sm-dark {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-sm-dark:hover {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-sm-dark:focus, .btn-sm-dark.focus {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.5);
  }
  .btn-sm-dark.disabled, .btn-sm-dark:disabled {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-sm-dark:not(:disabled):not(.disabled):active, .btn-sm-dark:not(:disabled):not(.disabled).active,
  .show > .btn-sm-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #111111;
    border-color: #0b0b0b;
  }
  .btn-sm-dark:not(:disabled):not(.disabled):active:focus, .btn-sm-dark:not(:disabled):not(.disabled).active:focus,
  .show > .btn-sm-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.5);
  }
  .btn-sm-green {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-sm-green:hover {
    color: #ffffff;
    background-color: #1f8d61;
    border-color: #1f8d61;
  }
  .btn-sm-green:focus, .btn-sm-green.focus {
    color: #ffffff;
    background-color: #1f8d61;
    border-color: #1f8d61;
    box-shadow: 0 0 0 0 rgba(65, 158, 121, 0.5);
  }
  .btn-sm-green.disabled, .btn-sm-green:disabled {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-sm-green:not(:disabled):not(.disabled):active, .btn-sm-green:not(:disabled):not(.disabled).active,
  .show > .btn-sm-green.dropdown-toggle {
    color: #ffffff;
    background-color: #1a7853;
    border-color: #186e4b;
  }
  .btn-sm-green:not(:disabled):not(.disabled):active:focus, .btn-sm-green:not(:disabled):not(.disabled).active:focus,
  .show > .btn-sm-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(65, 158, 121, 0.5);
  }
  .btn-sm-blue {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-sm-blue:hover {
    color: #ffffff;
    background-color: #0e49b5;
    border-color: #0e49b5;
  }
  .btn-sm-blue:focus, .btn-sm-blue.focus {
    color: #ffffff;
    background-color: #0e49b5;
    border-color: #0e49b5;
    box-shadow: 0 0 0 0 rgba(50, 100, 192, 0.5);
  }
  .btn-sm-blue.disabled, .btn-sm-blue:disabled {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-sm-blue:not(:disabled):not(.disabled):active, .btn-sm-blue:not(:disabled):not(.disabled).active,
  .show > .btn-sm-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #0c3f9d;
    border-color: #0b3b91;
  }
  .btn-sm-blue:not(:disabled):not(.disabled):active:focus, .btn-sm-blue:not(:disabled):not(.disabled).active:focus,
  .show > .btn-sm-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(50, 100, 192, 0.5);
  }
  .btn-sm-gray {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-sm-gray:hover {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-sm-gray:focus, .btn-sm-gray.focus {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
    box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
  }
  .btn-sm-gray.disabled, .btn-sm-gray:disabled {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-sm-gray:not(:disabled):not(.disabled):active, .btn-sm-gray:not(:disabled):not(.disabled).active,
  .show > .btn-sm-gray.dropdown-toggle {
    color: #ffffff;
    background-color: #929292;
    border-color: #8c8c8c;
  }
  .btn-sm-gray:not(:disabled):not(.disabled):active:focus, .btn-sm-gray:not(:disabled):not(.disabled).active:focus,
  .show > .btn-sm-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
  }
  .btn-sm-gray-200 {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-sm-gray-200:hover {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-sm-gray-200:focus, .btn-sm-gray-200.focus {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
  }
  .btn-sm-gray-200.disabled, .btn-sm-gray-200:disabled {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-sm-gray-200:not(:disabled):not(.disabled):active, .btn-sm-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-sm-gray-200.dropdown-toggle {
    color: #1e1e1e;
    background-color: gainsboro;
    border-color: #d6d6d6;
  }
  .btn-sm-gray-200:not(:disabled):not(.disabled):active:focus, .btn-sm-gray-200:not(:disabled):not(.disabled).active:focus,
  .show > .btn-sm-gray-200.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
  }
  .btn-sm-gray-300 {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-sm-gray-300:hover {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-sm-gray-300:focus, .btn-sm-gray-300.focus {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
    box-shadow: 0 0 0 0 rgba(193, 197, 200, 0.5);
  }
  .btn-sm-gray-300.disabled, .btn-sm-gray-300:disabled {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-sm-gray-300:not(:disabled):not(.disabled):active, .btn-sm-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-sm-gray-300.dropdown-toggle {
    color: #1e1e1e;
    background-color: #cfd5db;
    border-color: #c8cfd6;
  }
  .btn-sm-gray-300:not(:disabled):not(.disabled):active:focus, .btn-sm-gray-300:not(:disabled):not(.disabled).active:focus,
  .show > .btn-sm-gray-300.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(193, 197, 200, 0.5);
  }
  .btn-sm-gray-400 {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-sm-gray-400:hover {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-sm-gray-400:focus, .btn-sm-gray-400.focus {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
    box-shadow: 0 0 0 0 rgba(180, 185, 190, 0.5);
  }
  .btn-sm-gray-400.disabled, .btn-sm-gray-400:disabled {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-sm-gray-400:not(:disabled):not(.disabled):active, .btn-sm-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-sm-gray-400.dropdown-toggle {
    color: #1e1e1e;
    background-color: #bfc7cf;
    border-color: #b8c1ca;
  }
  .btn-sm-gray-400:not(:disabled):not(.disabled):active:focus, .btn-sm-gray-400:not(:disabled):not(.disabled).active:focus,
  .show > .btn-sm-gray-400.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(180, 185, 190, 0.5);
  }
  .btn-outline-sm-primary {
    color: var(--main);
    border-color: var(--main);
    overflow: hidden;
  }
  .btn-outline-sm-primary:hover {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-outline-sm-primary:focus, .btn-outline-sm-primary.focus {
    box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.5);
  }
  .btn-outline-sm-primary.disabled, .btn-outline-sm-primary:disabled {
    color: var(--main);
    background-color: transparent;
  }
  .btn-outline-sm-primary:not(:disabled):not(.disabled):active, .btn-outline-sm-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sm-primary.dropdown-toggle {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-outline-sm-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-sm-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-sm-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.5);
  }
  .btn-outline-sm-secondary {
    color: #686868;
    border-color: #686868;
    overflow: hidden;
  }
  .btn-outline-sm-secondary:hover {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-outline-sm-secondary:focus, .btn-outline-sm-secondary.focus {
    box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.5);
  }
  .btn-outline-sm-secondary.disabled, .btn-outline-sm-secondary:disabled {
    color: #686868;
    background-color: transparent;
  }
  .btn-outline-sm-secondary:not(:disabled):not(.disabled):active, .btn-outline-sm-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sm-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-outline-sm-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-sm-secondary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-sm-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.5);
  }
  .btn-outline-sm-success {
    color: #87de7d;
    border-color: #87de7d;
    overflow: hidden;
  }
  .btn-outline-sm-success:hover {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-outline-sm-success:focus, .btn-outline-sm-success.focus {
    box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.5);
  }
  .btn-outline-sm-success.disabled, .btn-outline-sm-success:disabled {
    color: #87de7d;
    background-color: transparent;
  }
  .btn-outline-sm-success:not(:disabled):not(.disabled):active, .btn-outline-sm-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sm-success.dropdown-toggle {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-outline-sm-success:not(:disabled):not(.disabled):active:focus, .btn-outline-sm-success:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-sm-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.5);
  }
  .btn-outline-sm-info {
    color: #2bb4dd;
    border-color: #2bb4dd;
    overflow: hidden;
  }
  .btn-outline-sm-info:hover {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-outline-sm-info:focus, .btn-outline-sm-info.focus {
    box-shadow: 0 0 0 0 rgba(43, 180, 221, 0.5);
  }
  .btn-outline-sm-info.disabled, .btn-outline-sm-info:disabled {
    color: #2bb4dd;
    background-color: transparent;
  }
  .btn-outline-sm-info:not(:disabled):not(.disabled):active, .btn-outline-sm-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sm-info.dropdown-toggle {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-outline-sm-info:not(:disabled):not(.disabled):active:focus, .btn-outline-sm-info:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-sm-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(43, 180, 221, 0.5);
  }
  .btn-outline-sm-warning {
    color: #ddb32b;
    border-color: #ddb32b;
    overflow: hidden;
  }
  .btn-outline-sm-warning:hover {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-outline-sm-warning:focus, .btn-outline-sm-warning.focus {
    box-shadow: 0 0 0 0 rgba(221, 179, 43, 0.5);
  }
  .btn-outline-sm-warning.disabled, .btn-outline-sm-warning:disabled {
    color: #ddb32b;
    background-color: transparent;
  }
  .btn-outline-sm-warning:not(:disabled):not(.disabled):active, .btn-outline-sm-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sm-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-outline-sm-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-sm-warning:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-sm-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(221, 179, 43, 0.5);
  }
  .btn-outline-sm-danger {
    color: #f90000;
    border-color: #f90000;
    overflow: hidden;
  }
  .btn-outline-sm-danger:hover {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-outline-sm-danger:focus, .btn-outline-sm-danger.focus {
    box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.5);
  }
  .btn-outline-sm-danger.disabled, .btn-outline-sm-danger:disabled {
    color: #f90000;
    background-color: transparent;
  }
  .btn-outline-sm-danger:not(:disabled):not(.disabled):active, .btn-outline-sm-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sm-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-outline-sm-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-sm-danger:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-sm-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.5);
  }
  .btn-outline-sm-light {
    color: #f7f5f6;
    border-color: #f7f5f6;
    overflow: hidden;
  }
  .btn-outline-sm-light:hover {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-outline-sm-light:focus, .btn-outline-sm-light.focus {
    box-shadow: 0 0 0 0 rgba(247, 245, 246, 0.5);
  }
  .btn-outline-sm-light.disabled, .btn-outline-sm-light:disabled {
    color: #f7f5f6;
    background-color: transparent;
  }
  .btn-outline-sm-light:not(:disabled):not(.disabled):active, .btn-outline-sm-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sm-light.dropdown-toggle {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-outline-sm-light:not(:disabled):not(.disabled):active:focus, .btn-outline-sm-light:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-sm-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(247, 245, 246, 0.5);
  }
  .btn-outline-sm-dark {
    color: #1e1e1e;
    border-color: #1e1e1e;
    overflow: hidden;
  }
  .btn-outline-sm-dark:hover {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-outline-sm-dark:focus, .btn-outline-sm-dark.focus {
    box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.5);
  }
  .btn-outline-sm-dark.disabled, .btn-outline-sm-dark:disabled {
    color: #1e1e1e;
    background-color: transparent;
  }
  .btn-outline-sm-dark:not(:disabled):not(.disabled):active, .btn-outline-sm-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sm-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-outline-sm-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-sm-dark:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-sm-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.5);
  }
  .btn-outline-sm-green {
    color: #1F8D61;
    border-color: #1F8D61;
    overflow: hidden;
  }
  .btn-outline-sm-green:hover {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-outline-sm-green:focus, .btn-outline-sm-green.focus {
    box-shadow: 0 0 0 0 rgba(31, 141, 97, 0.5);
  }
  .btn-outline-sm-green.disabled, .btn-outline-sm-green:disabled {
    color: #1F8D61;
    background-color: transparent;
  }
  .btn-outline-sm-green:not(:disabled):not(.disabled):active, .btn-outline-sm-green:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sm-green.dropdown-toggle {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-outline-sm-green:not(:disabled):not(.disabled):active:focus, .btn-outline-sm-green:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-sm-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(31, 141, 97, 0.5);
  }
  .btn-outline-sm-blue {
    color: #0E49B5;
    border-color: #0E49B5;
    overflow: hidden;
  }
  .btn-outline-sm-blue:hover {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-outline-sm-blue:focus, .btn-outline-sm-blue.focus {
    box-shadow: 0 0 0 0 rgba(14, 73, 181, 0.5);
  }
  .btn-outline-sm-blue.disabled, .btn-outline-sm-blue:disabled {
    color: #0E49B5;
    background-color: transparent;
  }
  .btn-outline-sm-blue:not(:disabled):not(.disabled):active, .btn-outline-sm-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sm-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-outline-sm-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-sm-blue:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-sm-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(14, 73, 181, 0.5);
  }
  .btn-outline-sm-gray {
    color: #9f9f9f;
    border-color: #9f9f9f;
    overflow: hidden;
  }
  .btn-outline-sm-gray:hover {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-outline-sm-gray:focus, .btn-outline-sm-gray.focus {
    box-shadow: 0 0 0 0 rgba(159, 159, 159, 0.5);
  }
  .btn-outline-sm-gray.disabled, .btn-outline-sm-gray:disabled {
    color: #9f9f9f;
    background-color: transparent;
  }
  .btn-outline-sm-gray:not(:disabled):not(.disabled):active, .btn-outline-sm-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sm-gray.dropdown-toggle {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-outline-sm-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-sm-gray:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-sm-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(159, 159, 159, 0.5);
  }
  .btn-outline-sm-gray-200 {
    color: #e9e9e9;
    border-color: #e9e9e9;
    overflow: hidden;
  }
  .btn-outline-sm-gray-200:hover {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-outline-sm-gray-200:focus, .btn-outline-sm-gray-200.focus {
    box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.5);
  }
  .btn-outline-sm-gray-200.disabled, .btn-outline-sm-gray-200:disabled {
    color: #e9e9e9;
    background-color: transparent;
  }
  .btn-outline-sm-gray-200:not(:disabled):not(.disabled):active, .btn-outline-sm-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sm-gray-200.dropdown-toggle {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-outline-sm-gray-200:not(:disabled):not(.disabled):active:focus, .btn-outline-sm-gray-200:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-sm-gray-200.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.5);
  }
  .btn-outline-sm-gray-300 {
    color: #dee2e6;
    border-color: #dee2e6;
    overflow: hidden;
  }
  .btn-outline-sm-gray-300:hover {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-outline-sm-gray-300:focus, .btn-outline-sm-gray-300.focus {
    box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
  }
  .btn-outline-sm-gray-300.disabled, .btn-outline-sm-gray-300:disabled {
    color: #dee2e6;
    background-color: transparent;
  }
  .btn-outline-sm-gray-300:not(:disabled):not(.disabled):active, .btn-outline-sm-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sm-gray-300.dropdown-toggle {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-outline-sm-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-sm-gray-300:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-sm-gray-300.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
  }
  .btn-outline-sm-gray-400 {
    color: #ced4da;
    border-color: #ced4da;
    overflow: hidden;
  }
  .btn-outline-sm-gray-400:hover {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-outline-sm-gray-400:focus, .btn-outline-sm-gray-400.focus {
    box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
  }
  .btn-outline-sm-gray-400.disabled, .btn-outline-sm-gray-400:disabled {
    color: #ced4da;
    background-color: transparent;
  }
  .btn-outline-sm-gray-400:not(:disabled):not(.disabled):active, .btn-outline-sm-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-outline-sm-gray-400.dropdown-toggle {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-outline-sm-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-sm-gray-400:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-sm-gray-400.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
  }
}

@media (min-width: 768px) {
  .btn-md-primary {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-md-primary:hover {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-md-primary:focus, .btn-md-primary.focus {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
    box-shadow: 0 0 0 0 rgba(184, 171, 146, 0.5);
  }
  .btn-md-primary.disabled, .btn-md-primary:disabled {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-md-primary:not(:disabled):not(.disabled):active, .btn-md-primary:not(:disabled):not(.disabled).active,
  .show > .btn-md-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #a29070;
    border-color: #9d8a68;
  }
  .btn-md-primary:not(:disabled):not(.disabled):active:focus, .btn-md-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-md-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(184, 171, 146, 0.5);
  }
  .btn-md-secondary {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-md-secondary:hover {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-md-secondary:focus, .btn-md-secondary.focus {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
    box-shadow: 0 0 0 0 rgba(127, 127, 127, 0.5);
  }
  .btn-md-secondary.disabled, .btn-md-secondary:disabled {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-md-secondary:not(:disabled):not(.disabled):active, .btn-md-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-md-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #5b5b5b;
    border-color: #555555;
  }
  .btn-md-secondary:not(:disabled):not(.disabled):active:focus, .btn-md-secondary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-md-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(127, 127, 127, 0.5);
  }
  .btn-md-success {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-md-success:hover {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-md-success:focus, .btn-md-success.focus {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
    box-shadow: 0 0 0 0 rgba(153, 227, 145, 0.5);
  }
  .btn-md-success.disabled, .btn-md-success:disabled {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-md-success:not(:disabled):not(.disabled):active, .btn-md-success:not(:disabled):not(.disabled).active,
  .show > .btn-md-success.dropdown-toggle {
    color: #ffffff;
    background-color: #74d969;
    border-color: #6bd65e;
  }
  .btn-md-success:not(:disabled):not(.disabled):active:focus, .btn-md-success:not(:disabled):not(.disabled).active:focus,
  .show > .btn-md-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(153, 227, 145, 0.5);
  }
  .btn-md-info {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-md-info:hover {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-md-info:focus, .btn-md-info.focus {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
    box-shadow: 0 0 0 0 rgba(75, 191, 226, 0.5);
  }
  .btn-md-info.disabled, .btn-md-info:disabled {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-md-info:not(:disabled):not(.disabled):active, .btn-md-info:not(:disabled):not(.disabled).active,
  .show > .btn-md-info.dropdown-toggle {
    color: #ffffff;
    background-color: #21a6ce;
    border-color: #1f9dc3;
  }
  .btn-md-info:not(:disabled):not(.disabled):active:focus, .btn-md-info:not(:disabled):not(.disabled).active:focus,
  .show > .btn-md-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(75, 191, 226, 0.5);
  }
  .btn-md-warning {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-md-warning:hover {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-md-warning:focus, .btn-md-warning.focus {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
    box-shadow: 0 0 0 0 rgba(226, 190, 75, 0.5);
  }
  .btn-md-warning.disabled, .btn-md-warning:disabled {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-md-warning:not(:disabled):not(.disabled):active, .btn-md-warning:not(:disabled):not(.disabled).active,
  .show > .btn-md-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #cea521;
    border-color: #c39c1f;
  }
  .btn-md-warning:not(:disabled):not(.disabled):active:focus, .btn-md-warning:not(:disabled):not(.disabled).active:focus,
  .show > .btn-md-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(226, 190, 75, 0.5);
  }
  .btn-md-danger {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-md-danger:hover {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-md-danger:focus, .btn-md-danger.focus {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
    box-shadow: 0 0 0 0 rgba(250, 38, 38, 0.5);
  }
  .btn-md-danger.disabled, .btn-md-danger:disabled {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-md-danger:not(:disabled):not(.disabled):active, .btn-md-danger:not(:disabled):not(.disabled).active,
  .show > .btn-md-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #e00000;
    border-color: #d30000;
  }
  .btn-md-danger:not(:disabled):not(.disabled):active:focus, .btn-md-danger:not(:disabled):not(.disabled).active:focus,
  .show > .btn-md-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(250, 38, 38, 0.5);
  }
  .btn-md-light {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-md-light:hover {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-md-light:focus, .btn-md-light.focus {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
    box-shadow: 0 0 0 0 rgba(214, 213, 214, 0.5);
  }
  .btn-md-light.disabled, .btn-md-light:disabled {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-md-light:not(:disabled):not(.disabled):active, .btn-md-light:not(:disabled):not(.disabled).active,
  .show > .btn-md-light.dropdown-toggle {
    color: #1e1e1e;
    background-color: #ece7e9;
    border-color: #e6e0e3;
  }
  .btn-md-light:not(:disabled):not(.disabled):active:focus, .btn-md-light:not(:disabled):not(.disabled).active:focus,
  .show > .btn-md-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(214, 213, 214, 0.5);
  }
  .btn-md-dark {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-md-dark:hover {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-md-dark:focus, .btn-md-dark.focus {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.5);
  }
  .btn-md-dark.disabled, .btn-md-dark:disabled {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-md-dark:not(:disabled):not(.disabled):active, .btn-md-dark:not(:disabled):not(.disabled).active,
  .show > .btn-md-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #111111;
    border-color: #0b0b0b;
  }
  .btn-md-dark:not(:disabled):not(.disabled):active:focus, .btn-md-dark:not(:disabled):not(.disabled).active:focus,
  .show > .btn-md-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.5);
  }
  .btn-md-green {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-md-green:hover {
    color: #ffffff;
    background-color: #1f8d61;
    border-color: #1f8d61;
  }
  .btn-md-green:focus, .btn-md-green.focus {
    color: #ffffff;
    background-color: #1f8d61;
    border-color: #1f8d61;
    box-shadow: 0 0 0 0 rgba(65, 158, 121, 0.5);
  }
  .btn-md-green.disabled, .btn-md-green:disabled {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-md-green:not(:disabled):not(.disabled):active, .btn-md-green:not(:disabled):not(.disabled).active,
  .show > .btn-md-green.dropdown-toggle {
    color: #ffffff;
    background-color: #1a7853;
    border-color: #186e4b;
  }
  .btn-md-green:not(:disabled):not(.disabled):active:focus, .btn-md-green:not(:disabled):not(.disabled).active:focus,
  .show > .btn-md-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(65, 158, 121, 0.5);
  }
  .btn-md-blue {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-md-blue:hover {
    color: #ffffff;
    background-color: #0e49b5;
    border-color: #0e49b5;
  }
  .btn-md-blue:focus, .btn-md-blue.focus {
    color: #ffffff;
    background-color: #0e49b5;
    border-color: #0e49b5;
    box-shadow: 0 0 0 0 rgba(50, 100, 192, 0.5);
  }
  .btn-md-blue.disabled, .btn-md-blue:disabled {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-md-blue:not(:disabled):not(.disabled):active, .btn-md-blue:not(:disabled):not(.disabled).active,
  .show > .btn-md-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #0c3f9d;
    border-color: #0b3b91;
  }
  .btn-md-blue:not(:disabled):not(.disabled):active:focus, .btn-md-blue:not(:disabled):not(.disabled).active:focus,
  .show > .btn-md-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(50, 100, 192, 0.5);
  }
  .btn-md-gray {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-md-gray:hover {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-md-gray:focus, .btn-md-gray.focus {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
    box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
  }
  .btn-md-gray.disabled, .btn-md-gray:disabled {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-md-gray:not(:disabled):not(.disabled):active, .btn-md-gray:not(:disabled):not(.disabled).active,
  .show > .btn-md-gray.dropdown-toggle {
    color: #ffffff;
    background-color: #929292;
    border-color: #8c8c8c;
  }
  .btn-md-gray:not(:disabled):not(.disabled):active:focus, .btn-md-gray:not(:disabled):not(.disabled).active:focus,
  .show > .btn-md-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
  }
  .btn-md-gray-200 {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-md-gray-200:hover {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-md-gray-200:focus, .btn-md-gray-200.focus {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
  }
  .btn-md-gray-200.disabled, .btn-md-gray-200:disabled {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-md-gray-200:not(:disabled):not(.disabled):active, .btn-md-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-md-gray-200.dropdown-toggle {
    color: #1e1e1e;
    background-color: gainsboro;
    border-color: #d6d6d6;
  }
  .btn-md-gray-200:not(:disabled):not(.disabled):active:focus, .btn-md-gray-200:not(:disabled):not(.disabled).active:focus,
  .show > .btn-md-gray-200.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
  }
  .btn-md-gray-300 {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-md-gray-300:hover {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-md-gray-300:focus, .btn-md-gray-300.focus {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
    box-shadow: 0 0 0 0 rgba(193, 197, 200, 0.5);
  }
  .btn-md-gray-300.disabled, .btn-md-gray-300:disabled {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-md-gray-300:not(:disabled):not(.disabled):active, .btn-md-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-md-gray-300.dropdown-toggle {
    color: #1e1e1e;
    background-color: #cfd5db;
    border-color: #c8cfd6;
  }
  .btn-md-gray-300:not(:disabled):not(.disabled):active:focus, .btn-md-gray-300:not(:disabled):not(.disabled).active:focus,
  .show > .btn-md-gray-300.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(193, 197, 200, 0.5);
  }
  .btn-md-gray-400 {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-md-gray-400:hover {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-md-gray-400:focus, .btn-md-gray-400.focus {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
    box-shadow: 0 0 0 0 rgba(180, 185, 190, 0.5);
  }
  .btn-md-gray-400.disabled, .btn-md-gray-400:disabled {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-md-gray-400:not(:disabled):not(.disabled):active, .btn-md-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-md-gray-400.dropdown-toggle {
    color: #1e1e1e;
    background-color: #bfc7cf;
    border-color: #b8c1ca;
  }
  .btn-md-gray-400:not(:disabled):not(.disabled):active:focus, .btn-md-gray-400:not(:disabled):not(.disabled).active:focus,
  .show > .btn-md-gray-400.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(180, 185, 190, 0.5);
  }
  .btn-outline-md-primary {
    color: var(--main);
    border-color: var(--main);
    overflow: hidden;
  }
  .btn-outline-md-primary:hover {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-outline-md-primary:focus, .btn-outline-md-primary.focus {
    box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.5);
  }
  .btn-outline-md-primary.disabled, .btn-outline-md-primary:disabled {
    color: var(--main);
    background-color: transparent;
  }
  .btn-outline-md-primary:not(:disabled):not(.disabled):active, .btn-outline-md-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-md-primary.dropdown-toggle {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-outline-md-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-md-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-md-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.5);
  }
  .btn-outline-md-secondary {
    color: #686868;
    border-color: #686868;
    overflow: hidden;
  }
  .btn-outline-md-secondary:hover {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-outline-md-secondary:focus, .btn-outline-md-secondary.focus {
    box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.5);
  }
  .btn-outline-md-secondary.disabled, .btn-outline-md-secondary:disabled {
    color: #686868;
    background-color: transparent;
  }
  .btn-outline-md-secondary:not(:disabled):not(.disabled):active, .btn-outline-md-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-md-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-outline-md-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-md-secondary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-md-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.5);
  }
  .btn-outline-md-success {
    color: #87de7d;
    border-color: #87de7d;
    overflow: hidden;
  }
  .btn-outline-md-success:hover {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-outline-md-success:focus, .btn-outline-md-success.focus {
    box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.5);
  }
  .btn-outline-md-success.disabled, .btn-outline-md-success:disabled {
    color: #87de7d;
    background-color: transparent;
  }
  .btn-outline-md-success:not(:disabled):not(.disabled):active, .btn-outline-md-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-md-success.dropdown-toggle {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-outline-md-success:not(:disabled):not(.disabled):active:focus, .btn-outline-md-success:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-md-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.5);
  }
  .btn-outline-md-info {
    color: #2bb4dd;
    border-color: #2bb4dd;
    overflow: hidden;
  }
  .btn-outline-md-info:hover {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-outline-md-info:focus, .btn-outline-md-info.focus {
    box-shadow: 0 0 0 0 rgba(43, 180, 221, 0.5);
  }
  .btn-outline-md-info.disabled, .btn-outline-md-info:disabled {
    color: #2bb4dd;
    background-color: transparent;
  }
  .btn-outline-md-info:not(:disabled):not(.disabled):active, .btn-outline-md-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-md-info.dropdown-toggle {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-outline-md-info:not(:disabled):not(.disabled):active:focus, .btn-outline-md-info:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-md-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(43, 180, 221, 0.5);
  }
  .btn-outline-md-warning {
    color: #ddb32b;
    border-color: #ddb32b;
    overflow: hidden;
  }
  .btn-outline-md-warning:hover {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-outline-md-warning:focus, .btn-outline-md-warning.focus {
    box-shadow: 0 0 0 0 rgba(221, 179, 43, 0.5);
  }
  .btn-outline-md-warning.disabled, .btn-outline-md-warning:disabled {
    color: #ddb32b;
    background-color: transparent;
  }
  .btn-outline-md-warning:not(:disabled):not(.disabled):active, .btn-outline-md-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-md-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-outline-md-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-md-warning:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-md-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(221, 179, 43, 0.5);
  }
  .btn-outline-md-danger {
    color: #f90000;
    border-color: #f90000;
    overflow: hidden;
  }
  .btn-outline-md-danger:hover {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-outline-md-danger:focus, .btn-outline-md-danger.focus {
    box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.5);
  }
  .btn-outline-md-danger.disabled, .btn-outline-md-danger:disabled {
    color: #f90000;
    background-color: transparent;
  }
  .btn-outline-md-danger:not(:disabled):not(.disabled):active, .btn-outline-md-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-md-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-outline-md-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-md-danger:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-md-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.5);
  }
  .btn-outline-md-light {
    color: #f7f5f6;
    border-color: #f7f5f6;
    overflow: hidden;
  }
  .btn-outline-md-light:hover {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-outline-md-light:focus, .btn-outline-md-light.focus {
    box-shadow: 0 0 0 0 rgba(247, 245, 246, 0.5);
  }
  .btn-outline-md-light.disabled, .btn-outline-md-light:disabled {
    color: #f7f5f6;
    background-color: transparent;
  }
  .btn-outline-md-light:not(:disabled):not(.disabled):active, .btn-outline-md-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-md-light.dropdown-toggle {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-outline-md-light:not(:disabled):not(.disabled):active:focus, .btn-outline-md-light:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-md-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(247, 245, 246, 0.5);
  }
  .btn-outline-md-dark {
    color: #1e1e1e;
    border-color: #1e1e1e;
    overflow: hidden;
  }
  .btn-outline-md-dark:hover {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-outline-md-dark:focus, .btn-outline-md-dark.focus {
    box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.5);
  }
  .btn-outline-md-dark.disabled, .btn-outline-md-dark:disabled {
    color: #1e1e1e;
    background-color: transparent;
  }
  .btn-outline-md-dark:not(:disabled):not(.disabled):active, .btn-outline-md-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-md-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-outline-md-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-md-dark:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-md-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.5);
  }
  .btn-outline-md-green {
    color: #1F8D61;
    border-color: #1F8D61;
    overflow: hidden;
  }
  .btn-outline-md-green:hover {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-outline-md-green:focus, .btn-outline-md-green.focus {
    box-shadow: 0 0 0 0 rgba(31, 141, 97, 0.5);
  }
  .btn-outline-md-green.disabled, .btn-outline-md-green:disabled {
    color: #1F8D61;
    background-color: transparent;
  }
  .btn-outline-md-green:not(:disabled):not(.disabled):active, .btn-outline-md-green:not(:disabled):not(.disabled).active,
  .show > .btn-outline-md-green.dropdown-toggle {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-outline-md-green:not(:disabled):not(.disabled):active:focus, .btn-outline-md-green:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-md-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(31, 141, 97, 0.5);
  }
  .btn-outline-md-blue {
    color: #0E49B5;
    border-color: #0E49B5;
    overflow: hidden;
  }
  .btn-outline-md-blue:hover {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-outline-md-blue:focus, .btn-outline-md-blue.focus {
    box-shadow: 0 0 0 0 rgba(14, 73, 181, 0.5);
  }
  .btn-outline-md-blue.disabled, .btn-outline-md-blue:disabled {
    color: #0E49B5;
    background-color: transparent;
  }
  .btn-outline-md-blue:not(:disabled):not(.disabled):active, .btn-outline-md-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-md-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-outline-md-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-md-blue:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-md-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(14, 73, 181, 0.5);
  }
  .btn-outline-md-gray {
    color: #9f9f9f;
    border-color: #9f9f9f;
    overflow: hidden;
  }
  .btn-outline-md-gray:hover {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-outline-md-gray:focus, .btn-outline-md-gray.focus {
    box-shadow: 0 0 0 0 rgba(159, 159, 159, 0.5);
  }
  .btn-outline-md-gray.disabled, .btn-outline-md-gray:disabled {
    color: #9f9f9f;
    background-color: transparent;
  }
  .btn-outline-md-gray:not(:disabled):not(.disabled):active, .btn-outline-md-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-md-gray.dropdown-toggle {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-outline-md-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-md-gray:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-md-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(159, 159, 159, 0.5);
  }
  .btn-outline-md-gray-200 {
    color: #e9e9e9;
    border-color: #e9e9e9;
    overflow: hidden;
  }
  .btn-outline-md-gray-200:hover {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-outline-md-gray-200:focus, .btn-outline-md-gray-200.focus {
    box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.5);
  }
  .btn-outline-md-gray-200.disabled, .btn-outline-md-gray-200:disabled {
    color: #e9e9e9;
    background-color: transparent;
  }
  .btn-outline-md-gray-200:not(:disabled):not(.disabled):active, .btn-outline-md-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-outline-md-gray-200.dropdown-toggle {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-outline-md-gray-200:not(:disabled):not(.disabled):active:focus, .btn-outline-md-gray-200:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-md-gray-200.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.5);
  }
  .btn-outline-md-gray-300 {
    color: #dee2e6;
    border-color: #dee2e6;
    overflow: hidden;
  }
  .btn-outline-md-gray-300:hover {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-outline-md-gray-300:focus, .btn-outline-md-gray-300.focus {
    box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
  }
  .btn-outline-md-gray-300.disabled, .btn-outline-md-gray-300:disabled {
    color: #dee2e6;
    background-color: transparent;
  }
  .btn-outline-md-gray-300:not(:disabled):not(.disabled):active, .btn-outline-md-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-outline-md-gray-300.dropdown-toggle {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-outline-md-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-md-gray-300:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-md-gray-300.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
  }
  .btn-outline-md-gray-400 {
    color: #ced4da;
    border-color: #ced4da;
    overflow: hidden;
  }
  .btn-outline-md-gray-400:hover {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-outline-md-gray-400:focus, .btn-outline-md-gray-400.focus {
    box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
  }
  .btn-outline-md-gray-400.disabled, .btn-outline-md-gray-400:disabled {
    color: #ced4da;
    background-color: transparent;
  }
  .btn-outline-md-gray-400:not(:disabled):not(.disabled):active, .btn-outline-md-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-outline-md-gray-400.dropdown-toggle {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-outline-md-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-md-gray-400:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-md-gray-400.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
  }
}

@media (min-width: 992px) {
  .btn-lg-primary {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-lg-primary:hover {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-lg-primary:focus, .btn-lg-primary.focus {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
    box-shadow: 0 0 0 0 rgba(184, 171, 146, 0.5);
  }
  .btn-lg-primary.disabled, .btn-lg-primary:disabled {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-lg-primary:not(:disabled):not(.disabled):active, .btn-lg-primary:not(:disabled):not(.disabled).active,
  .show > .btn-lg-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #a29070;
    border-color: #9d8a68;
  }
  .btn-lg-primary:not(:disabled):not(.disabled):active:focus, .btn-lg-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-lg-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(184, 171, 146, 0.5);
  }
  .btn-lg-secondary {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-lg-secondary:hover {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-lg-secondary:focus, .btn-lg-secondary.focus {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
    box-shadow: 0 0 0 0 rgba(127, 127, 127, 0.5);
  }
  .btn-lg-secondary.disabled, .btn-lg-secondary:disabled {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-lg-secondary:not(:disabled):not(.disabled):active, .btn-lg-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-lg-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #5b5b5b;
    border-color: #555555;
  }
  .btn-lg-secondary:not(:disabled):not(.disabled):active:focus, .btn-lg-secondary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-lg-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(127, 127, 127, 0.5);
  }
  .btn-lg-success {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-lg-success:hover {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-lg-success:focus, .btn-lg-success.focus {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
    box-shadow: 0 0 0 0 rgba(153, 227, 145, 0.5);
  }
  .btn-lg-success.disabled, .btn-lg-success:disabled {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-lg-success:not(:disabled):not(.disabled):active, .btn-lg-success:not(:disabled):not(.disabled).active,
  .show > .btn-lg-success.dropdown-toggle {
    color: #ffffff;
    background-color: #74d969;
    border-color: #6bd65e;
  }
  .btn-lg-success:not(:disabled):not(.disabled):active:focus, .btn-lg-success:not(:disabled):not(.disabled).active:focus,
  .show > .btn-lg-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(153, 227, 145, 0.5);
  }
  .btn-lg-info {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-lg-info:hover {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-lg-info:focus, .btn-lg-info.focus {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
    box-shadow: 0 0 0 0 rgba(75, 191, 226, 0.5);
  }
  .btn-lg-info.disabled, .btn-lg-info:disabled {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-lg-info:not(:disabled):not(.disabled):active, .btn-lg-info:not(:disabled):not(.disabled).active,
  .show > .btn-lg-info.dropdown-toggle {
    color: #ffffff;
    background-color: #21a6ce;
    border-color: #1f9dc3;
  }
  .btn-lg-info:not(:disabled):not(.disabled):active:focus, .btn-lg-info:not(:disabled):not(.disabled).active:focus,
  .show > .btn-lg-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(75, 191, 226, 0.5);
  }
  .btn-lg-warning {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-lg-warning:hover {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-lg-warning:focus, .btn-lg-warning.focus {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
    box-shadow: 0 0 0 0 rgba(226, 190, 75, 0.5);
  }
  .btn-lg-warning.disabled, .btn-lg-warning:disabled {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-lg-warning:not(:disabled):not(.disabled):active, .btn-lg-warning:not(:disabled):not(.disabled).active,
  .show > .btn-lg-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #cea521;
    border-color: #c39c1f;
  }
  .btn-lg-warning:not(:disabled):not(.disabled):active:focus, .btn-lg-warning:not(:disabled):not(.disabled).active:focus,
  .show > .btn-lg-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(226, 190, 75, 0.5);
  }
  .btn-lg-danger {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-lg-danger:hover {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-lg-danger:focus, .btn-lg-danger.focus {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
    box-shadow: 0 0 0 0 rgba(250, 38, 38, 0.5);
  }
  .btn-lg-danger.disabled, .btn-lg-danger:disabled {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-lg-danger:not(:disabled):not(.disabled):active, .btn-lg-danger:not(:disabled):not(.disabled).active,
  .show > .btn-lg-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #e00000;
    border-color: #d30000;
  }
  .btn-lg-danger:not(:disabled):not(.disabled):active:focus, .btn-lg-danger:not(:disabled):not(.disabled).active:focus,
  .show > .btn-lg-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(250, 38, 38, 0.5);
  }
  .btn-lg-light {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-lg-light:hover {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-lg-light:focus, .btn-lg-light.focus {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
    box-shadow: 0 0 0 0 rgba(214, 213, 214, 0.5);
  }
  .btn-lg-light.disabled, .btn-lg-light:disabled {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-lg-light:not(:disabled):not(.disabled):active, .btn-lg-light:not(:disabled):not(.disabled).active,
  .show > .btn-lg-light.dropdown-toggle {
    color: #1e1e1e;
    background-color: #ece7e9;
    border-color: #e6e0e3;
  }
  .btn-lg-light:not(:disabled):not(.disabled):active:focus, .btn-lg-light:not(:disabled):not(.disabled).active:focus,
  .show > .btn-lg-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(214, 213, 214, 0.5);
  }
  .btn-lg-dark {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-lg-dark:hover {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-lg-dark:focus, .btn-lg-dark.focus {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.5);
  }
  .btn-lg-dark.disabled, .btn-lg-dark:disabled {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-lg-dark:not(:disabled):not(.disabled):active, .btn-lg-dark:not(:disabled):not(.disabled).active,
  .show > .btn-lg-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #111111;
    border-color: #0b0b0b;
  }
  .btn-lg-dark:not(:disabled):not(.disabled):active:focus, .btn-lg-dark:not(:disabled):not(.disabled).active:focus,
  .show > .btn-lg-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.5);
  }
  .btn-lg-green {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-lg-green:hover {
    color: #ffffff;
    background-color: #1f8d61;
    border-color: #1f8d61;
  }
  .btn-lg-green:focus, .btn-lg-green.focus {
    color: #ffffff;
    background-color: #1f8d61;
    border-color: #1f8d61;
    box-shadow: 0 0 0 0 rgba(65, 158, 121, 0.5);
  }
  .btn-lg-green.disabled, .btn-lg-green:disabled {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-lg-green:not(:disabled):not(.disabled):active, .btn-lg-green:not(:disabled):not(.disabled).active,
  .show > .btn-lg-green.dropdown-toggle {
    color: #ffffff;
    background-color: #1a7853;
    border-color: #186e4b;
  }
  .btn-lg-green:not(:disabled):not(.disabled):active:focus, .btn-lg-green:not(:disabled):not(.disabled).active:focus,
  .show > .btn-lg-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(65, 158, 121, 0.5);
  }
  .btn-lg-blue {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-lg-blue:hover {
    color: #ffffff;
    background-color: #0e49b5;
    border-color: #0e49b5;
  }
  .btn-lg-blue:focus, .btn-lg-blue.focus {
    color: #ffffff;
    background-color: #0e49b5;
    border-color: #0e49b5;
    box-shadow: 0 0 0 0 rgba(50, 100, 192, 0.5);
  }
  .btn-lg-blue.disabled, .btn-lg-blue:disabled {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-lg-blue:not(:disabled):not(.disabled):active, .btn-lg-blue:not(:disabled):not(.disabled).active,
  .show > .btn-lg-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #0c3f9d;
    border-color: #0b3b91;
  }
  .btn-lg-blue:not(:disabled):not(.disabled):active:focus, .btn-lg-blue:not(:disabled):not(.disabled).active:focus,
  .show > .btn-lg-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(50, 100, 192, 0.5);
  }
  .btn-lg-gray {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-lg-gray:hover {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-lg-gray:focus, .btn-lg-gray.focus {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
    box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
  }
  .btn-lg-gray.disabled, .btn-lg-gray:disabled {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-lg-gray:not(:disabled):not(.disabled):active, .btn-lg-gray:not(:disabled):not(.disabled).active,
  .show > .btn-lg-gray.dropdown-toggle {
    color: #ffffff;
    background-color: #929292;
    border-color: #8c8c8c;
  }
  .btn-lg-gray:not(:disabled):not(.disabled):active:focus, .btn-lg-gray:not(:disabled):not(.disabled).active:focus,
  .show > .btn-lg-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
  }
  .btn-lg-gray-200 {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-lg-gray-200:hover {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-lg-gray-200:focus, .btn-lg-gray-200.focus {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
  }
  .btn-lg-gray-200.disabled, .btn-lg-gray-200:disabled {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-lg-gray-200:not(:disabled):not(.disabled):active, .btn-lg-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-lg-gray-200.dropdown-toggle {
    color: #1e1e1e;
    background-color: gainsboro;
    border-color: #d6d6d6;
  }
  .btn-lg-gray-200:not(:disabled):not(.disabled):active:focus, .btn-lg-gray-200:not(:disabled):not(.disabled).active:focus,
  .show > .btn-lg-gray-200.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
  }
  .btn-lg-gray-300 {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-lg-gray-300:hover {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-lg-gray-300:focus, .btn-lg-gray-300.focus {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
    box-shadow: 0 0 0 0 rgba(193, 197, 200, 0.5);
  }
  .btn-lg-gray-300.disabled, .btn-lg-gray-300:disabled {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-lg-gray-300:not(:disabled):not(.disabled):active, .btn-lg-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-lg-gray-300.dropdown-toggle {
    color: #1e1e1e;
    background-color: #cfd5db;
    border-color: #c8cfd6;
  }
  .btn-lg-gray-300:not(:disabled):not(.disabled):active:focus, .btn-lg-gray-300:not(:disabled):not(.disabled).active:focus,
  .show > .btn-lg-gray-300.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(193, 197, 200, 0.5);
  }
  .btn-lg-gray-400 {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-lg-gray-400:hover {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-lg-gray-400:focus, .btn-lg-gray-400.focus {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
    box-shadow: 0 0 0 0 rgba(180, 185, 190, 0.5);
  }
  .btn-lg-gray-400.disabled, .btn-lg-gray-400:disabled {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-lg-gray-400:not(:disabled):not(.disabled):active, .btn-lg-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-lg-gray-400.dropdown-toggle {
    color: #1e1e1e;
    background-color: #bfc7cf;
    border-color: #b8c1ca;
  }
  .btn-lg-gray-400:not(:disabled):not(.disabled):active:focus, .btn-lg-gray-400:not(:disabled):not(.disabled).active:focus,
  .show > .btn-lg-gray-400.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(180, 185, 190, 0.5);
  }
  .btn-outline-lg-primary {
    color: var(--main);
    border-color: var(--main);
    overflow: hidden;
  }
  .btn-outline-lg-primary:hover {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-outline-lg-primary:focus, .btn-outline-lg-primary.focus {
    box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.5);
  }
  .btn-outline-lg-primary.disabled, .btn-outline-lg-primary:disabled {
    color: var(--main);
    background-color: transparent;
  }
  .btn-outline-lg-primary:not(:disabled):not(.disabled):active, .btn-outline-lg-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lg-primary.dropdown-toggle {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-outline-lg-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-lg-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-lg-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.5);
  }
  .btn-outline-lg-secondary {
    color: #686868;
    border-color: #686868;
    overflow: hidden;
  }
  .btn-outline-lg-secondary:hover {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-outline-lg-secondary:focus, .btn-outline-lg-secondary.focus {
    box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.5);
  }
  .btn-outline-lg-secondary.disabled, .btn-outline-lg-secondary:disabled {
    color: #686868;
    background-color: transparent;
  }
  .btn-outline-lg-secondary:not(:disabled):not(.disabled):active, .btn-outline-lg-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lg-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-outline-lg-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-lg-secondary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-lg-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.5);
  }
  .btn-outline-lg-success {
    color: #87de7d;
    border-color: #87de7d;
    overflow: hidden;
  }
  .btn-outline-lg-success:hover {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-outline-lg-success:focus, .btn-outline-lg-success.focus {
    box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.5);
  }
  .btn-outline-lg-success.disabled, .btn-outline-lg-success:disabled {
    color: #87de7d;
    background-color: transparent;
  }
  .btn-outline-lg-success:not(:disabled):not(.disabled):active, .btn-outline-lg-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lg-success.dropdown-toggle {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-outline-lg-success:not(:disabled):not(.disabled):active:focus, .btn-outline-lg-success:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-lg-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.5);
  }
  .btn-outline-lg-info {
    color: #2bb4dd;
    border-color: #2bb4dd;
    overflow: hidden;
  }
  .btn-outline-lg-info:hover {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-outline-lg-info:focus, .btn-outline-lg-info.focus {
    box-shadow: 0 0 0 0 rgba(43, 180, 221, 0.5);
  }
  .btn-outline-lg-info.disabled, .btn-outline-lg-info:disabled {
    color: #2bb4dd;
    background-color: transparent;
  }
  .btn-outline-lg-info:not(:disabled):not(.disabled):active, .btn-outline-lg-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lg-info.dropdown-toggle {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-outline-lg-info:not(:disabled):not(.disabled):active:focus, .btn-outline-lg-info:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-lg-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(43, 180, 221, 0.5);
  }
  .btn-outline-lg-warning {
    color: #ddb32b;
    border-color: #ddb32b;
    overflow: hidden;
  }
  .btn-outline-lg-warning:hover {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-outline-lg-warning:focus, .btn-outline-lg-warning.focus {
    box-shadow: 0 0 0 0 rgba(221, 179, 43, 0.5);
  }
  .btn-outline-lg-warning.disabled, .btn-outline-lg-warning:disabled {
    color: #ddb32b;
    background-color: transparent;
  }
  .btn-outline-lg-warning:not(:disabled):not(.disabled):active, .btn-outline-lg-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lg-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-outline-lg-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-lg-warning:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-lg-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(221, 179, 43, 0.5);
  }
  .btn-outline-lg-danger {
    color: #f90000;
    border-color: #f90000;
    overflow: hidden;
  }
  .btn-outline-lg-danger:hover {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-outline-lg-danger:focus, .btn-outline-lg-danger.focus {
    box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.5);
  }
  .btn-outline-lg-danger.disabled, .btn-outline-lg-danger:disabled {
    color: #f90000;
    background-color: transparent;
  }
  .btn-outline-lg-danger:not(:disabled):not(.disabled):active, .btn-outline-lg-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lg-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-outline-lg-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-lg-danger:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-lg-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.5);
  }
  .btn-outline-lg-light {
    color: #f7f5f6;
    border-color: #f7f5f6;
    overflow: hidden;
  }
  .btn-outline-lg-light:hover {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-outline-lg-light:focus, .btn-outline-lg-light.focus {
    box-shadow: 0 0 0 0 rgba(247, 245, 246, 0.5);
  }
  .btn-outline-lg-light.disabled, .btn-outline-lg-light:disabled {
    color: #f7f5f6;
    background-color: transparent;
  }
  .btn-outline-lg-light:not(:disabled):not(.disabled):active, .btn-outline-lg-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lg-light.dropdown-toggle {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-outline-lg-light:not(:disabled):not(.disabled):active:focus, .btn-outline-lg-light:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-lg-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(247, 245, 246, 0.5);
  }
  .btn-outline-lg-dark {
    color: #1e1e1e;
    border-color: #1e1e1e;
    overflow: hidden;
  }
  .btn-outline-lg-dark:hover {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-outline-lg-dark:focus, .btn-outline-lg-dark.focus {
    box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.5);
  }
  .btn-outline-lg-dark.disabled, .btn-outline-lg-dark:disabled {
    color: #1e1e1e;
    background-color: transparent;
  }
  .btn-outline-lg-dark:not(:disabled):not(.disabled):active, .btn-outline-lg-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lg-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-outline-lg-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-lg-dark:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-lg-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.5);
  }
  .btn-outline-lg-green {
    color: #1F8D61;
    border-color: #1F8D61;
    overflow: hidden;
  }
  .btn-outline-lg-green:hover {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-outline-lg-green:focus, .btn-outline-lg-green.focus {
    box-shadow: 0 0 0 0 rgba(31, 141, 97, 0.5);
  }
  .btn-outline-lg-green.disabled, .btn-outline-lg-green:disabled {
    color: #1F8D61;
    background-color: transparent;
  }
  .btn-outline-lg-green:not(:disabled):not(.disabled):active, .btn-outline-lg-green:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lg-green.dropdown-toggle {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-outline-lg-green:not(:disabled):not(.disabled):active:focus, .btn-outline-lg-green:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-lg-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(31, 141, 97, 0.5);
  }
  .btn-outline-lg-blue {
    color: #0E49B5;
    border-color: #0E49B5;
    overflow: hidden;
  }
  .btn-outline-lg-blue:hover {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-outline-lg-blue:focus, .btn-outline-lg-blue.focus {
    box-shadow: 0 0 0 0 rgba(14, 73, 181, 0.5);
  }
  .btn-outline-lg-blue.disabled, .btn-outline-lg-blue:disabled {
    color: #0E49B5;
    background-color: transparent;
  }
  .btn-outline-lg-blue:not(:disabled):not(.disabled):active, .btn-outline-lg-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lg-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-outline-lg-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-lg-blue:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-lg-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(14, 73, 181, 0.5);
  }
  .btn-outline-lg-gray {
    color: #9f9f9f;
    border-color: #9f9f9f;
    overflow: hidden;
  }
  .btn-outline-lg-gray:hover {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-outline-lg-gray:focus, .btn-outline-lg-gray.focus {
    box-shadow: 0 0 0 0 rgba(159, 159, 159, 0.5);
  }
  .btn-outline-lg-gray.disabled, .btn-outline-lg-gray:disabled {
    color: #9f9f9f;
    background-color: transparent;
  }
  .btn-outline-lg-gray:not(:disabled):not(.disabled):active, .btn-outline-lg-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lg-gray.dropdown-toggle {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-outline-lg-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-lg-gray:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-lg-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(159, 159, 159, 0.5);
  }
  .btn-outline-lg-gray-200 {
    color: #e9e9e9;
    border-color: #e9e9e9;
    overflow: hidden;
  }
  .btn-outline-lg-gray-200:hover {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-outline-lg-gray-200:focus, .btn-outline-lg-gray-200.focus {
    box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.5);
  }
  .btn-outline-lg-gray-200.disabled, .btn-outline-lg-gray-200:disabled {
    color: #e9e9e9;
    background-color: transparent;
  }
  .btn-outline-lg-gray-200:not(:disabled):not(.disabled):active, .btn-outline-lg-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lg-gray-200.dropdown-toggle {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-outline-lg-gray-200:not(:disabled):not(.disabled):active:focus, .btn-outline-lg-gray-200:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-lg-gray-200.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.5);
  }
  .btn-outline-lg-gray-300 {
    color: #dee2e6;
    border-color: #dee2e6;
    overflow: hidden;
  }
  .btn-outline-lg-gray-300:hover {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-outline-lg-gray-300:focus, .btn-outline-lg-gray-300.focus {
    box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
  }
  .btn-outline-lg-gray-300.disabled, .btn-outline-lg-gray-300:disabled {
    color: #dee2e6;
    background-color: transparent;
  }
  .btn-outline-lg-gray-300:not(:disabled):not(.disabled):active, .btn-outline-lg-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lg-gray-300.dropdown-toggle {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-outline-lg-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-lg-gray-300:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-lg-gray-300.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
  }
  .btn-outline-lg-gray-400 {
    color: #ced4da;
    border-color: #ced4da;
    overflow: hidden;
  }
  .btn-outline-lg-gray-400:hover {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-outline-lg-gray-400:focus, .btn-outline-lg-gray-400.focus {
    box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
  }
  .btn-outline-lg-gray-400.disabled, .btn-outline-lg-gray-400:disabled {
    color: #ced4da;
    background-color: transparent;
  }
  .btn-outline-lg-gray-400:not(:disabled):not(.disabled):active, .btn-outline-lg-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-outline-lg-gray-400.dropdown-toggle {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-outline-lg-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-lg-gray-400:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-lg-gray-400.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
  }
}

@media (min-width: 1200px) {
  .btn-xl-primary {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-xl-primary:hover {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-xl-primary:focus, .btn-xl-primary.focus {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
    box-shadow: 0 0 0 0 rgba(184, 171, 146, 0.5);
  }
  .btn-xl-primary.disabled, .btn-xl-primary:disabled {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-xl-primary:not(:disabled):not(.disabled):active, .btn-xl-primary:not(:disabled):not(.disabled).active,
  .show > .btn-xl-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #a29070;
    border-color: #9d8a68;
  }
  .btn-xl-primary:not(:disabled):not(.disabled):active:focus, .btn-xl-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-xl-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(184, 171, 146, 0.5);
  }
  .btn-xl-secondary {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-xl-secondary:hover {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-xl-secondary:focus, .btn-xl-secondary.focus {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
    box-shadow: 0 0 0 0 rgba(127, 127, 127, 0.5);
  }
  .btn-xl-secondary.disabled, .btn-xl-secondary:disabled {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-xl-secondary:not(:disabled):not(.disabled):active, .btn-xl-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-xl-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #5b5b5b;
    border-color: #555555;
  }
  .btn-xl-secondary:not(:disabled):not(.disabled):active:focus, .btn-xl-secondary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-xl-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(127, 127, 127, 0.5);
  }
  .btn-xl-success {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-xl-success:hover {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-xl-success:focus, .btn-xl-success.focus {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
    box-shadow: 0 0 0 0 rgba(153, 227, 145, 0.5);
  }
  .btn-xl-success.disabled, .btn-xl-success:disabled {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-xl-success:not(:disabled):not(.disabled):active, .btn-xl-success:not(:disabled):not(.disabled).active,
  .show > .btn-xl-success.dropdown-toggle {
    color: #ffffff;
    background-color: #74d969;
    border-color: #6bd65e;
  }
  .btn-xl-success:not(:disabled):not(.disabled):active:focus, .btn-xl-success:not(:disabled):not(.disabled).active:focus,
  .show > .btn-xl-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(153, 227, 145, 0.5);
  }
  .btn-xl-info {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-xl-info:hover {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-xl-info:focus, .btn-xl-info.focus {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
    box-shadow: 0 0 0 0 rgba(75, 191, 226, 0.5);
  }
  .btn-xl-info.disabled, .btn-xl-info:disabled {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-xl-info:not(:disabled):not(.disabled):active, .btn-xl-info:not(:disabled):not(.disabled).active,
  .show > .btn-xl-info.dropdown-toggle {
    color: #ffffff;
    background-color: #21a6ce;
    border-color: #1f9dc3;
  }
  .btn-xl-info:not(:disabled):not(.disabled):active:focus, .btn-xl-info:not(:disabled):not(.disabled).active:focus,
  .show > .btn-xl-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(75, 191, 226, 0.5);
  }
  .btn-xl-warning {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-xl-warning:hover {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-xl-warning:focus, .btn-xl-warning.focus {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
    box-shadow: 0 0 0 0 rgba(226, 190, 75, 0.5);
  }
  .btn-xl-warning.disabled, .btn-xl-warning:disabled {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-xl-warning:not(:disabled):not(.disabled):active, .btn-xl-warning:not(:disabled):not(.disabled).active,
  .show > .btn-xl-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #cea521;
    border-color: #c39c1f;
  }
  .btn-xl-warning:not(:disabled):not(.disabled):active:focus, .btn-xl-warning:not(:disabled):not(.disabled).active:focus,
  .show > .btn-xl-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(226, 190, 75, 0.5);
  }
  .btn-xl-danger {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-xl-danger:hover {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-xl-danger:focus, .btn-xl-danger.focus {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
    box-shadow: 0 0 0 0 rgba(250, 38, 38, 0.5);
  }
  .btn-xl-danger.disabled, .btn-xl-danger:disabled {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-xl-danger:not(:disabled):not(.disabled):active, .btn-xl-danger:not(:disabled):not(.disabled).active,
  .show > .btn-xl-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #e00000;
    border-color: #d30000;
  }
  .btn-xl-danger:not(:disabled):not(.disabled):active:focus, .btn-xl-danger:not(:disabled):not(.disabled).active:focus,
  .show > .btn-xl-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(250, 38, 38, 0.5);
  }
  .btn-xl-light {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-xl-light:hover {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-xl-light:focus, .btn-xl-light.focus {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
    box-shadow: 0 0 0 0 rgba(214, 213, 214, 0.5);
  }
  .btn-xl-light.disabled, .btn-xl-light:disabled {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-xl-light:not(:disabled):not(.disabled):active, .btn-xl-light:not(:disabled):not(.disabled).active,
  .show > .btn-xl-light.dropdown-toggle {
    color: #1e1e1e;
    background-color: #ece7e9;
    border-color: #e6e0e3;
  }
  .btn-xl-light:not(:disabled):not(.disabled):active:focus, .btn-xl-light:not(:disabled):not(.disabled).active:focus,
  .show > .btn-xl-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(214, 213, 214, 0.5);
  }
  .btn-xl-dark {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-xl-dark:hover {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-xl-dark:focus, .btn-xl-dark.focus {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.5);
  }
  .btn-xl-dark.disabled, .btn-xl-dark:disabled {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-xl-dark:not(:disabled):not(.disabled):active, .btn-xl-dark:not(:disabled):not(.disabled).active,
  .show > .btn-xl-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #111111;
    border-color: #0b0b0b;
  }
  .btn-xl-dark:not(:disabled):not(.disabled):active:focus, .btn-xl-dark:not(:disabled):not(.disabled).active:focus,
  .show > .btn-xl-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(64, 64, 64, 0.5);
  }
  .btn-xl-green {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-xl-green:hover {
    color: #ffffff;
    background-color: #1f8d61;
    border-color: #1f8d61;
  }
  .btn-xl-green:focus, .btn-xl-green.focus {
    color: #ffffff;
    background-color: #1f8d61;
    border-color: #1f8d61;
    box-shadow: 0 0 0 0 rgba(65, 158, 121, 0.5);
  }
  .btn-xl-green.disabled, .btn-xl-green:disabled {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-xl-green:not(:disabled):not(.disabled):active, .btn-xl-green:not(:disabled):not(.disabled).active,
  .show > .btn-xl-green.dropdown-toggle {
    color: #ffffff;
    background-color: #1a7853;
    border-color: #186e4b;
  }
  .btn-xl-green:not(:disabled):not(.disabled):active:focus, .btn-xl-green:not(:disabled):not(.disabled).active:focus,
  .show > .btn-xl-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(65, 158, 121, 0.5);
  }
  .btn-xl-blue {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-xl-blue:hover {
    color: #ffffff;
    background-color: #0e49b5;
    border-color: #0e49b5;
  }
  .btn-xl-blue:focus, .btn-xl-blue.focus {
    color: #ffffff;
    background-color: #0e49b5;
    border-color: #0e49b5;
    box-shadow: 0 0 0 0 rgba(50, 100, 192, 0.5);
  }
  .btn-xl-blue.disabled, .btn-xl-blue:disabled {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-xl-blue:not(:disabled):not(.disabled):active, .btn-xl-blue:not(:disabled):not(.disabled).active,
  .show > .btn-xl-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #0c3f9d;
    border-color: #0b3b91;
  }
  .btn-xl-blue:not(:disabled):not(.disabled):active:focus, .btn-xl-blue:not(:disabled):not(.disabled).active:focus,
  .show > .btn-xl-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(50, 100, 192, 0.5);
  }
  .btn-xl-gray {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-xl-gray:hover {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-xl-gray:focus, .btn-xl-gray.focus {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
    box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
  }
  .btn-xl-gray.disabled, .btn-xl-gray:disabled {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-xl-gray:not(:disabled):not(.disabled):active, .btn-xl-gray:not(:disabled):not(.disabled).active,
  .show > .btn-xl-gray.dropdown-toggle {
    color: #ffffff;
    background-color: #929292;
    border-color: #8c8c8c;
  }
  .btn-xl-gray:not(:disabled):not(.disabled):active:focus, .btn-xl-gray:not(:disabled):not(.disabled).active:focus,
  .show > .btn-xl-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
  }
  .btn-xl-gray-200 {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-xl-gray-200:hover {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-xl-gray-200:focus, .btn-xl-gray-200.focus {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
    box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
  }
  .btn-xl-gray-200.disabled, .btn-xl-gray-200:disabled {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-xl-gray-200:not(:disabled):not(.disabled):active, .btn-xl-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-xl-gray-200.dropdown-toggle {
    color: #1e1e1e;
    background-color: gainsboro;
    border-color: #d6d6d6;
  }
  .btn-xl-gray-200:not(:disabled):not(.disabled):active:focus, .btn-xl-gray-200:not(:disabled):not(.disabled).active:focus,
  .show > .btn-xl-gray-200.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(203, 203, 203, 0.5);
  }
  .btn-xl-gray-300 {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-xl-gray-300:hover {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-xl-gray-300:focus, .btn-xl-gray-300.focus {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
    box-shadow: 0 0 0 0 rgba(193, 197, 200, 0.5);
  }
  .btn-xl-gray-300.disabled, .btn-xl-gray-300:disabled {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-xl-gray-300:not(:disabled):not(.disabled):active, .btn-xl-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-xl-gray-300.dropdown-toggle {
    color: #1e1e1e;
    background-color: #cfd5db;
    border-color: #c8cfd6;
  }
  .btn-xl-gray-300:not(:disabled):not(.disabled):active:focus, .btn-xl-gray-300:not(:disabled):not(.disabled).active:focus,
  .show > .btn-xl-gray-300.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(193, 197, 200, 0.5);
  }
  .btn-xl-gray-400 {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn-xl-gray-400:hover {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-xl-gray-400:focus, .btn-xl-gray-400.focus {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
    box-shadow: 0 0 0 0 rgba(180, 185, 190, 0.5);
  }
  .btn-xl-gray-400.disabled, .btn-xl-gray-400:disabled {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-xl-gray-400:not(:disabled):not(.disabled):active, .btn-xl-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-xl-gray-400.dropdown-toggle {
    color: #1e1e1e;
    background-color: #bfc7cf;
    border-color: #b8c1ca;
  }
  .btn-xl-gray-400:not(:disabled):not(.disabled):active:focus, .btn-xl-gray-400:not(:disabled):not(.disabled).active:focus,
  .show > .btn-xl-gray-400.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(180, 185, 190, 0.5);
  }
  .btn-outline-xl-primary {
    color: var(--main);
    border-color: var(--main);
    overflow: hidden;
  }
  .btn-outline-xl-primary:hover {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-outline-xl-primary:focus, .btn-outline-xl-primary.focus {
    box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.5);
  }
  .btn-outline-xl-primary.disabled, .btn-outline-xl-primary:disabled {
    color: var(--main);
    background-color: transparent;
  }
  .btn-outline-xl-primary:not(:disabled):not(.disabled):active, .btn-outline-xl-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-xl-primary.dropdown-toggle {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-outline-xl-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-xl-primary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-xl-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.5);
  }
  .btn-outline-xl-secondary {
    color: #686868;
    border-color: #686868;
    overflow: hidden;
  }
  .btn-outline-xl-secondary:hover {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-outline-xl-secondary:focus, .btn-outline-xl-secondary.focus {
    box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.5);
  }
  .btn-outline-xl-secondary.disabled, .btn-outline-xl-secondary:disabled {
    color: #686868;
    background-color: transparent;
  }
  .btn-outline-xl-secondary:not(:disabled):not(.disabled):active, .btn-outline-xl-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-xl-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-outline-xl-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-xl-secondary:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-xl-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(104, 104, 104, 0.5);
  }
  .btn-outline-xl-success {
    color: #87de7d;
    border-color: #87de7d;
    overflow: hidden;
  }
  .btn-outline-xl-success:hover {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-outline-xl-success:focus, .btn-outline-xl-success.focus {
    box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.5);
  }
  .btn-outline-xl-success.disabled, .btn-outline-xl-success:disabled {
    color: #87de7d;
    background-color: transparent;
  }
  .btn-outline-xl-success:not(:disabled):not(.disabled):active, .btn-outline-xl-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-xl-success.dropdown-toggle {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-outline-xl-success:not(:disabled):not(.disabled):active:focus, .btn-outline-xl-success:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-xl-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(135, 222, 125, 0.5);
  }
  .btn-outline-xl-info {
    color: #2bb4dd;
    border-color: #2bb4dd;
    overflow: hidden;
  }
  .btn-outline-xl-info:hover {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-outline-xl-info:focus, .btn-outline-xl-info.focus {
    box-shadow: 0 0 0 0 rgba(43, 180, 221, 0.5);
  }
  .btn-outline-xl-info.disabled, .btn-outline-xl-info:disabled {
    color: #2bb4dd;
    background-color: transparent;
  }
  .btn-outline-xl-info:not(:disabled):not(.disabled):active, .btn-outline-xl-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-xl-info.dropdown-toggle {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-outline-xl-info:not(:disabled):not(.disabled):active:focus, .btn-outline-xl-info:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-xl-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(43, 180, 221, 0.5);
  }
  .btn-outline-xl-warning {
    color: #ddb32b;
    border-color: #ddb32b;
    overflow: hidden;
  }
  .btn-outline-xl-warning:hover {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-outline-xl-warning:focus, .btn-outline-xl-warning.focus {
    box-shadow: 0 0 0 0 rgba(221, 179, 43, 0.5);
  }
  .btn-outline-xl-warning.disabled, .btn-outline-xl-warning:disabled {
    color: #ddb32b;
    background-color: transparent;
  }
  .btn-outline-xl-warning:not(:disabled):not(.disabled):active, .btn-outline-xl-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-xl-warning.dropdown-toggle {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-outline-xl-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-xl-warning:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-xl-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(221, 179, 43, 0.5);
  }
  .btn-outline-xl-danger {
    color: #f90000;
    border-color: #f90000;
    overflow: hidden;
  }
  .btn-outline-xl-danger:hover {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-outline-xl-danger:focus, .btn-outline-xl-danger.focus {
    box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.5);
  }
  .btn-outline-xl-danger.disabled, .btn-outline-xl-danger:disabled {
    color: #f90000;
    background-color: transparent;
  }
  .btn-outline-xl-danger:not(:disabled):not(.disabled):active, .btn-outline-xl-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-xl-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-outline-xl-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-xl-danger:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-xl-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(249, 0, 0, 0.5);
  }
  .btn-outline-xl-light {
    color: #f7f5f6;
    border-color: #f7f5f6;
    overflow: hidden;
  }
  .btn-outline-xl-light:hover {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-outline-xl-light:focus, .btn-outline-xl-light.focus {
    box-shadow: 0 0 0 0 rgba(247, 245, 246, 0.5);
  }
  .btn-outline-xl-light.disabled, .btn-outline-xl-light:disabled {
    color: #f7f5f6;
    background-color: transparent;
  }
  .btn-outline-xl-light:not(:disabled):not(.disabled):active, .btn-outline-xl-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-xl-light.dropdown-toggle {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-outline-xl-light:not(:disabled):not(.disabled):active:focus, .btn-outline-xl-light:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-xl-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(247, 245, 246, 0.5);
  }
  .btn-outline-xl-dark {
    color: #1e1e1e;
    border-color: #1e1e1e;
    overflow: hidden;
  }
  .btn-outline-xl-dark:hover {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-outline-xl-dark:focus, .btn-outline-xl-dark.focus {
    box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.5);
  }
  .btn-outline-xl-dark.disabled, .btn-outline-xl-dark:disabled {
    color: #1e1e1e;
    background-color: transparent;
  }
  .btn-outline-xl-dark:not(:disabled):not(.disabled):active, .btn-outline-xl-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-xl-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-outline-xl-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-xl-dark:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-xl-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(30, 30, 30, 0.5);
  }
  .btn-outline-xl-green {
    color: #1F8D61;
    border-color: #1F8D61;
    overflow: hidden;
  }
  .btn-outline-xl-green:hover {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-outline-xl-green:focus, .btn-outline-xl-green.focus {
    box-shadow: 0 0 0 0 rgba(31, 141, 97, 0.5);
  }
  .btn-outline-xl-green.disabled, .btn-outline-xl-green:disabled {
    color: #1F8D61;
    background-color: transparent;
  }
  .btn-outline-xl-green:not(:disabled):not(.disabled):active, .btn-outline-xl-green:not(:disabled):not(.disabled).active,
  .show > .btn-outline-xl-green.dropdown-toggle {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-outline-xl-green:not(:disabled):not(.disabled):active:focus, .btn-outline-xl-green:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-xl-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(31, 141, 97, 0.5);
  }
  .btn-outline-xl-blue {
    color: #0E49B5;
    border-color: #0E49B5;
    overflow: hidden;
  }
  .btn-outline-xl-blue:hover {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-outline-xl-blue:focus, .btn-outline-xl-blue.focus {
    box-shadow: 0 0 0 0 rgba(14, 73, 181, 0.5);
  }
  .btn-outline-xl-blue.disabled, .btn-outline-xl-blue:disabled {
    color: #0E49B5;
    background-color: transparent;
  }
  .btn-outline-xl-blue:not(:disabled):not(.disabled):active, .btn-outline-xl-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-xl-blue.dropdown-toggle {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-outline-xl-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-xl-blue:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-xl-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(14, 73, 181, 0.5);
  }
  .btn-outline-xl-gray {
    color: #9f9f9f;
    border-color: #9f9f9f;
    overflow: hidden;
  }
  .btn-outline-xl-gray:hover {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-outline-xl-gray:focus, .btn-outline-xl-gray.focus {
    box-shadow: 0 0 0 0 rgba(159, 159, 159, 0.5);
  }
  .btn-outline-xl-gray.disabled, .btn-outline-xl-gray:disabled {
    color: #9f9f9f;
    background-color: transparent;
  }
  .btn-outline-xl-gray:not(:disabled):not(.disabled):active, .btn-outline-xl-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-xl-gray.dropdown-toggle {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-outline-xl-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-xl-gray:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-xl-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(159, 159, 159, 0.5);
  }
  .btn-outline-xl-gray-200 {
    color: #e9e9e9;
    border-color: #e9e9e9;
    overflow: hidden;
  }
  .btn-outline-xl-gray-200:hover {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-outline-xl-gray-200:focus, .btn-outline-xl-gray-200.focus {
    box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.5);
  }
  .btn-outline-xl-gray-200.disabled, .btn-outline-xl-gray-200:disabled {
    color: #e9e9e9;
    background-color: transparent;
  }
  .btn-outline-xl-gray-200:not(:disabled):not(.disabled):active, .btn-outline-xl-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-outline-xl-gray-200.dropdown-toggle {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-outline-xl-gray-200:not(:disabled):not(.disabled):active:focus, .btn-outline-xl-gray-200:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-xl-gray-200.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(233, 233, 233, 0.5);
  }
  .btn-outline-xl-gray-300 {
    color: #dee2e6;
    border-color: #dee2e6;
    overflow: hidden;
  }
  .btn-outline-xl-gray-300:hover {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-outline-xl-gray-300:focus, .btn-outline-xl-gray-300.focus {
    box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
  }
  .btn-outline-xl-gray-300.disabled, .btn-outline-xl-gray-300:disabled {
    color: #dee2e6;
    background-color: transparent;
  }
  .btn-outline-xl-gray-300:not(:disabled):not(.disabled):active, .btn-outline-xl-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-outline-xl-gray-300.dropdown-toggle {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-outline-xl-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-xl-gray-300:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-xl-gray-300.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(222, 226, 230, 0.5);
  }
  .btn-outline-xl-gray-400 {
    color: #ced4da;
    border-color: #ced4da;
    overflow: hidden;
  }
  .btn-outline-xl-gray-400:hover {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-outline-xl-gray-400:focus, .btn-outline-xl-gray-400.focus {
    box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
  }
  .btn-outline-xl-gray-400.disabled, .btn-outline-xl-gray-400:disabled {
    color: #ced4da;
    background-color: transparent;
  }
  .btn-outline-xl-gray-400:not(:disabled):not(.disabled):active, .btn-outline-xl-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-outline-xl-gray-400.dropdown-toggle {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-outline-xl-gray-400:not(:disabled):not(.disabled):active:focus, .btn-outline-xl-gray-400:not(:disabled):not(.disabled).active:focus,
  .show > .btn-outline-xl-gray-400.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
  }
}

.btn-link-primary {
  color: var(--main);
}

.btn-link-primary:hover {
  color: var(--main);
  text-decoration: none;
}

.btn-link-primary:focus, .btn-link-primary.focus {
  color: var(--main);
}

.btn-link-primary:disabled, .btn-link-primary.disabled {
  pointer-events: none;
}

.btn-link-secondary {
  color: #686868;
}

.btn-link-secondary:hover {
  color: #686868;
  text-decoration: none;
}

.btn-link-secondary:focus, .btn-link-secondary.focus {
  color: #686868;
}

.btn-link-secondary:disabled, .btn-link-secondary.disabled {
  pointer-events: none;
}

.btn-link-success {
  color: #87de7d;
}

.btn-link-success:hover {
  color: #87de7d;
  text-decoration: none;
}

.btn-link-success:focus, .btn-link-success.focus {
  color: #87de7d;
}

.btn-link-success:disabled, .btn-link-success.disabled {
  pointer-events: none;
}

.btn-link-info {
  color: #2bb4dd;
}

.btn-link-info:hover {
  color: #2bb4dd;
  text-decoration: none;
}

.btn-link-info:focus, .btn-link-info.focus {
  color: #2bb4dd;
}

.btn-link-info:disabled, .btn-link-info.disabled {
  pointer-events: none;
}

.btn-link-warning {
  color: #ddb32b;
}

.btn-link-warning:hover {
  color: #ddb32b;
  text-decoration: none;
}

.btn-link-warning:focus, .btn-link-warning.focus {
  color: #ddb32b;
}

.btn-link-warning:disabled, .btn-link-warning.disabled {
  pointer-events: none;
}

.btn-link-danger {
  color: #f90000;
}

.btn-link-danger:hover {
  color: #f90000;
  text-decoration: none;
}

.btn-link-danger:focus, .btn-link-danger.focus {
  color: #f90000;
}

.btn-link-danger:disabled, .btn-link-danger.disabled {
  pointer-events: none;
}

.btn-link-light {
  color: #f7f5f6;
}

.btn-link-light:hover {
  color: #f7f5f6;
  text-decoration: none;
}

.btn-link-light:focus, .btn-link-light.focus {
  color: #f7f5f6;
}

.btn-link-light:disabled, .btn-link-light.disabled {
  pointer-events: none;
}

.btn-link-dark {
  color: #1e1e1e;
}

.btn-link-dark:hover {
  color: #1e1e1e;
  text-decoration: none;
}

.btn-link-dark:focus, .btn-link-dark.focus {
  color: #1e1e1e;
}

.btn-link-dark:disabled, .btn-link-dark.disabled {
  pointer-events: none;
}

.btn-link-green {
  color: #1F8D61;
}

.btn-link-green:hover {
  color: #1F8D61;
  text-decoration: none;
}

.btn-link-green:focus, .btn-link-green.focus {
  color: #1F8D61;
}

.btn-link-green:disabled, .btn-link-green.disabled {
  pointer-events: none;
}

.btn-link-blue {
  color: #0E49B5;
}

.btn-link-blue:hover {
  color: #0E49B5;
  text-decoration: none;
}

.btn-link-blue:focus, .btn-link-blue.focus {
  color: #0E49B5;
}

.btn-link-blue:disabled, .btn-link-blue.disabled {
  pointer-events: none;
}

.btn-link-gray {
  color: #9f9f9f;
}

.btn-link-gray:hover {
  color: #9f9f9f;
  text-decoration: none;
}

.btn-link-gray:focus, .btn-link-gray.focus {
  color: #9f9f9f;
}

.btn-link-gray:disabled, .btn-link-gray.disabled {
  pointer-events: none;
}

.btn-link-gray-200 {
  color: #e9e9e9;
}

.btn-link-gray-200:hover {
  color: #e9e9e9;
  text-decoration: none;
}

.btn-link-gray-200:focus, .btn-link-gray-200.focus {
  color: #e9e9e9;
}

.btn-link-gray-200:disabled, .btn-link-gray-200.disabled {
  pointer-events: none;
}

.btn-link-gray-300 {
  color: #dee2e6;
}

.btn-link-gray-300:hover {
  color: #dee2e6;
  text-decoration: none;
}

.btn-link-gray-300:focus, .btn-link-gray-300.focus {
  color: #dee2e6;
}

.btn-link-gray-300:disabled, .btn-link-gray-300.disabled {
  pointer-events: none;
}

.btn-link-gray-400 {
  color: #ced4da;
}

.btn-link-gray-400:hover {
  color: #ced4da;
  text-decoration: none;
}

.btn-link-gray-400:focus, .btn-link-gray-400.focus {
  color: #ced4da;
}

.btn-link-gray-400:disabled, .btn-link-gray-400.disabled {
  pointer-events: none;
}

@media (min-width: 576px) {
  .btn-link-sm-primary {
    color: var(--main);
  }
  .btn-link-sm-primary:hover {
    color: var(--main);
    text-decoration: none;
  }
  .btn-link-sm-primary:focus, .btn-link-sm-primary.focus {
    color: var(--main);
  }
  .btn-link-sm-primary:disabled, .btn-link-sm-primary.disabled {
    pointer-events: none;
  }
  .btn-link-sm-secondary {
    color: #686868;
  }
  .btn-link-sm-secondary:hover {
    color: #686868;
    text-decoration: none;
  }
  .btn-link-sm-secondary:focus, .btn-link-sm-secondary.focus {
    color: #686868;
  }
  .btn-link-sm-secondary:disabled, .btn-link-sm-secondary.disabled {
    pointer-events: none;
  }
  .btn-link-sm-success {
    color: #87de7d;
  }
  .btn-link-sm-success:hover {
    color: #87de7d;
    text-decoration: none;
  }
  .btn-link-sm-success:focus, .btn-link-sm-success.focus {
    color: #87de7d;
  }
  .btn-link-sm-success:disabled, .btn-link-sm-success.disabled {
    pointer-events: none;
  }
  .btn-link-sm-info {
    color: #2bb4dd;
  }
  .btn-link-sm-info:hover {
    color: #2bb4dd;
    text-decoration: none;
  }
  .btn-link-sm-info:focus, .btn-link-sm-info.focus {
    color: #2bb4dd;
  }
  .btn-link-sm-info:disabled, .btn-link-sm-info.disabled {
    pointer-events: none;
  }
  .btn-link-sm-warning {
    color: #ddb32b;
  }
  .btn-link-sm-warning:hover {
    color: #ddb32b;
    text-decoration: none;
  }
  .btn-link-sm-warning:focus, .btn-link-sm-warning.focus {
    color: #ddb32b;
  }
  .btn-link-sm-warning:disabled, .btn-link-sm-warning.disabled {
    pointer-events: none;
  }
  .btn-link-sm-danger {
    color: #f90000;
  }
  .btn-link-sm-danger:hover {
    color: #f90000;
    text-decoration: none;
  }
  .btn-link-sm-danger:focus, .btn-link-sm-danger.focus {
    color: #f90000;
  }
  .btn-link-sm-danger:disabled, .btn-link-sm-danger.disabled {
    pointer-events: none;
  }
  .btn-link-sm-light {
    color: #f7f5f6;
  }
  .btn-link-sm-light:hover {
    color: #f7f5f6;
    text-decoration: none;
  }
  .btn-link-sm-light:focus, .btn-link-sm-light.focus {
    color: #f7f5f6;
  }
  .btn-link-sm-light:disabled, .btn-link-sm-light.disabled {
    pointer-events: none;
  }
  .btn-link-sm-dark {
    color: #1e1e1e;
  }
  .btn-link-sm-dark:hover {
    color: #1e1e1e;
    text-decoration: none;
  }
  .btn-link-sm-dark:focus, .btn-link-sm-dark.focus {
    color: #1e1e1e;
  }
  .btn-link-sm-dark:disabled, .btn-link-sm-dark.disabled {
    pointer-events: none;
  }
  .btn-link-sm-green {
    color: #1F8D61;
  }
  .btn-link-sm-green:hover {
    color: #1F8D61;
    text-decoration: none;
  }
  .btn-link-sm-green:focus, .btn-link-sm-green.focus {
    color: #1F8D61;
  }
  .btn-link-sm-green:disabled, .btn-link-sm-green.disabled {
    pointer-events: none;
  }
  .btn-link-sm-blue {
    color: #0E49B5;
  }
  .btn-link-sm-blue:hover {
    color: #0E49B5;
    text-decoration: none;
  }
  .btn-link-sm-blue:focus, .btn-link-sm-blue.focus {
    color: #0E49B5;
  }
  .btn-link-sm-blue:disabled, .btn-link-sm-blue.disabled {
    pointer-events: none;
  }
  .btn-link-sm-gray {
    color: #9f9f9f;
  }
  .btn-link-sm-gray:hover {
    color: #9f9f9f;
    text-decoration: none;
  }
  .btn-link-sm-gray:focus, .btn-link-sm-gray.focus {
    color: #9f9f9f;
  }
  .btn-link-sm-gray:disabled, .btn-link-sm-gray.disabled {
    pointer-events: none;
  }
  .btn-link-sm-gray-200 {
    color: #e9e9e9;
  }
  .btn-link-sm-gray-200:hover {
    color: #e9e9e9;
    text-decoration: none;
  }
  .btn-link-sm-gray-200:focus, .btn-link-sm-gray-200.focus {
    color: #e9e9e9;
  }
  .btn-link-sm-gray-200:disabled, .btn-link-sm-gray-200.disabled {
    pointer-events: none;
  }
  .btn-link-sm-gray-300 {
    color: #dee2e6;
  }
  .btn-link-sm-gray-300:hover {
    color: #dee2e6;
    text-decoration: none;
  }
  .btn-link-sm-gray-300:focus, .btn-link-sm-gray-300.focus {
    color: #dee2e6;
  }
  .btn-link-sm-gray-300:disabled, .btn-link-sm-gray-300.disabled {
    pointer-events: none;
  }
  .btn-link-sm-gray-400 {
    color: #ced4da;
  }
  .btn-link-sm-gray-400:hover {
    color: #ced4da;
    text-decoration: none;
  }
  .btn-link-sm-gray-400:focus, .btn-link-sm-gray-400.focus {
    color: #ced4da;
  }
  .btn-link-sm-gray-400:disabled, .btn-link-sm-gray-400.disabled {
    pointer-events: none;
  }
}

@media (min-width: 768px) {
  .btn-link-md-primary {
    color: var(--main);
  }
  .btn-link-md-primary:hover {
    color: var(--main);
    text-decoration: none;
  }
  .btn-link-md-primary:focus, .btn-link-md-primary.focus {
    color: var(--main);
  }
  .btn-link-md-primary:disabled, .btn-link-md-primary.disabled {
    pointer-events: none;
  }
  .btn-link-md-secondary {
    color: #686868;
  }
  .btn-link-md-secondary:hover {
    color: #686868;
    text-decoration: none;
  }
  .btn-link-md-secondary:focus, .btn-link-md-secondary.focus {
    color: #686868;
  }
  .btn-link-md-secondary:disabled, .btn-link-md-secondary.disabled {
    pointer-events: none;
  }
  .btn-link-md-success {
    color: #87de7d;
  }
  .btn-link-md-success:hover {
    color: #87de7d;
    text-decoration: none;
  }
  .btn-link-md-success:focus, .btn-link-md-success.focus {
    color: #87de7d;
  }
  .btn-link-md-success:disabled, .btn-link-md-success.disabled {
    pointer-events: none;
  }
  .btn-link-md-info {
    color: #2bb4dd;
  }
  .btn-link-md-info:hover {
    color: #2bb4dd;
    text-decoration: none;
  }
  .btn-link-md-info:focus, .btn-link-md-info.focus {
    color: #2bb4dd;
  }
  .btn-link-md-info:disabled, .btn-link-md-info.disabled {
    pointer-events: none;
  }
  .btn-link-md-warning {
    color: #ddb32b;
  }
  .btn-link-md-warning:hover {
    color: #ddb32b;
    text-decoration: none;
  }
  .btn-link-md-warning:focus, .btn-link-md-warning.focus {
    color: #ddb32b;
  }
  .btn-link-md-warning:disabled, .btn-link-md-warning.disabled {
    pointer-events: none;
  }
  .btn-link-md-danger {
    color: #f90000;
  }
  .btn-link-md-danger:hover {
    color: #f90000;
    text-decoration: none;
  }
  .btn-link-md-danger:focus, .btn-link-md-danger.focus {
    color: #f90000;
  }
  .btn-link-md-danger:disabled, .btn-link-md-danger.disabled {
    pointer-events: none;
  }
  .btn-link-md-light {
    color: #f7f5f6;
  }
  .btn-link-md-light:hover {
    color: #f7f5f6;
    text-decoration: none;
  }
  .btn-link-md-light:focus, .btn-link-md-light.focus {
    color: #f7f5f6;
  }
  .btn-link-md-light:disabled, .btn-link-md-light.disabled {
    pointer-events: none;
  }
  .btn-link-md-dark {
    color: #1e1e1e;
  }
  .btn-link-md-dark:hover {
    color: #1e1e1e;
    text-decoration: none;
  }
  .btn-link-md-dark:focus, .btn-link-md-dark.focus {
    color: #1e1e1e;
  }
  .btn-link-md-dark:disabled, .btn-link-md-dark.disabled {
    pointer-events: none;
  }
  .btn-link-md-green {
    color: #1F8D61;
  }
  .btn-link-md-green:hover {
    color: #1F8D61;
    text-decoration: none;
  }
  .btn-link-md-green:focus, .btn-link-md-green.focus {
    color: #1F8D61;
  }
  .btn-link-md-green:disabled, .btn-link-md-green.disabled {
    pointer-events: none;
  }
  .btn-link-md-blue {
    color: #0E49B5;
  }
  .btn-link-md-blue:hover {
    color: #0E49B5;
    text-decoration: none;
  }
  .btn-link-md-blue:focus, .btn-link-md-blue.focus {
    color: #0E49B5;
  }
  .btn-link-md-blue:disabled, .btn-link-md-blue.disabled {
    pointer-events: none;
  }
  .btn-link-md-gray {
    color: #9f9f9f;
  }
  .btn-link-md-gray:hover {
    color: #9f9f9f;
    text-decoration: none;
  }
  .btn-link-md-gray:focus, .btn-link-md-gray.focus {
    color: #9f9f9f;
  }
  .btn-link-md-gray:disabled, .btn-link-md-gray.disabled {
    pointer-events: none;
  }
  .btn-link-md-gray-200 {
    color: #e9e9e9;
  }
  .btn-link-md-gray-200:hover {
    color: #e9e9e9;
    text-decoration: none;
  }
  .btn-link-md-gray-200:focus, .btn-link-md-gray-200.focus {
    color: #e9e9e9;
  }
  .btn-link-md-gray-200:disabled, .btn-link-md-gray-200.disabled {
    pointer-events: none;
  }
  .btn-link-md-gray-300 {
    color: #dee2e6;
  }
  .btn-link-md-gray-300:hover {
    color: #dee2e6;
    text-decoration: none;
  }
  .btn-link-md-gray-300:focus, .btn-link-md-gray-300.focus {
    color: #dee2e6;
  }
  .btn-link-md-gray-300:disabled, .btn-link-md-gray-300.disabled {
    pointer-events: none;
  }
  .btn-link-md-gray-400 {
    color: #ced4da;
  }
  .btn-link-md-gray-400:hover {
    color: #ced4da;
    text-decoration: none;
  }
  .btn-link-md-gray-400:focus, .btn-link-md-gray-400.focus {
    color: #ced4da;
  }
  .btn-link-md-gray-400:disabled, .btn-link-md-gray-400.disabled {
    pointer-events: none;
  }
}

@media (min-width: 992px) {
  .btn-link-lg-primary {
    color: var(--main);
  }
  .btn-link-lg-primary:hover {
    color: var(--main);
    text-decoration: none;
  }
  .btn-link-lg-primary:focus, .btn-link-lg-primary.focus {
    color: var(--main);
  }
  .btn-link-lg-primary:disabled, .btn-link-lg-primary.disabled {
    pointer-events: none;
  }
  .btn-link-lg-secondary {
    color: #686868;
  }
  .btn-link-lg-secondary:hover {
    color: #686868;
    text-decoration: none;
  }
  .btn-link-lg-secondary:focus, .btn-link-lg-secondary.focus {
    color: #686868;
  }
  .btn-link-lg-secondary:disabled, .btn-link-lg-secondary.disabled {
    pointer-events: none;
  }
  .btn-link-lg-success {
    color: #87de7d;
  }
  .btn-link-lg-success:hover {
    color: #87de7d;
    text-decoration: none;
  }
  .btn-link-lg-success:focus, .btn-link-lg-success.focus {
    color: #87de7d;
  }
  .btn-link-lg-success:disabled, .btn-link-lg-success.disabled {
    pointer-events: none;
  }
  .btn-link-lg-info {
    color: #2bb4dd;
  }
  .btn-link-lg-info:hover {
    color: #2bb4dd;
    text-decoration: none;
  }
  .btn-link-lg-info:focus, .btn-link-lg-info.focus {
    color: #2bb4dd;
  }
  .btn-link-lg-info:disabled, .btn-link-lg-info.disabled {
    pointer-events: none;
  }
  .btn-link-lg-warning {
    color: #ddb32b;
  }
  .btn-link-lg-warning:hover {
    color: #ddb32b;
    text-decoration: none;
  }
  .btn-link-lg-warning:focus, .btn-link-lg-warning.focus {
    color: #ddb32b;
  }
  .btn-link-lg-warning:disabled, .btn-link-lg-warning.disabled {
    pointer-events: none;
  }
  .btn-link-lg-danger {
    color: #f90000;
  }
  .btn-link-lg-danger:hover {
    color: #f90000;
    text-decoration: none;
  }
  .btn-link-lg-danger:focus, .btn-link-lg-danger.focus {
    color: #f90000;
  }
  .btn-link-lg-danger:disabled, .btn-link-lg-danger.disabled {
    pointer-events: none;
  }
  .btn-link-lg-light {
    color: #f7f5f6;
  }
  .btn-link-lg-light:hover {
    color: #f7f5f6;
    text-decoration: none;
  }
  .btn-link-lg-light:focus, .btn-link-lg-light.focus {
    color: #f7f5f6;
  }
  .btn-link-lg-light:disabled, .btn-link-lg-light.disabled {
    pointer-events: none;
  }
  .btn-link-lg-dark {
    color: #1e1e1e;
  }
  .btn-link-lg-dark:hover {
    color: #1e1e1e;
    text-decoration: none;
  }
  .btn-link-lg-dark:focus, .btn-link-lg-dark.focus {
    color: #1e1e1e;
  }
  .btn-link-lg-dark:disabled, .btn-link-lg-dark.disabled {
    pointer-events: none;
  }
  .btn-link-lg-green {
    color: #1F8D61;
  }
  .btn-link-lg-green:hover {
    color: #1F8D61;
    text-decoration: none;
  }
  .btn-link-lg-green:focus, .btn-link-lg-green.focus {
    color: #1F8D61;
  }
  .btn-link-lg-green:disabled, .btn-link-lg-green.disabled {
    pointer-events: none;
  }
  .btn-link-lg-blue {
    color: #0E49B5;
  }
  .btn-link-lg-blue:hover {
    color: #0E49B5;
    text-decoration: none;
  }
  .btn-link-lg-blue:focus, .btn-link-lg-blue.focus {
    color: #0E49B5;
  }
  .btn-link-lg-blue:disabled, .btn-link-lg-blue.disabled {
    pointer-events: none;
  }
  .btn-link-lg-gray {
    color: #9f9f9f;
  }
  .btn-link-lg-gray:hover {
    color: #9f9f9f;
    text-decoration: none;
  }
  .btn-link-lg-gray:focus, .btn-link-lg-gray.focus {
    color: #9f9f9f;
  }
  .btn-link-lg-gray:disabled, .btn-link-lg-gray.disabled {
    pointer-events: none;
  }
  .btn-link-lg-gray-200 {
    color: #e9e9e9;
  }
  .btn-link-lg-gray-200:hover {
    color: #e9e9e9;
    text-decoration: none;
  }
  .btn-link-lg-gray-200:focus, .btn-link-lg-gray-200.focus {
    color: #e9e9e9;
  }
  .btn-link-lg-gray-200:disabled, .btn-link-lg-gray-200.disabled {
    pointer-events: none;
  }
  .btn-link-lg-gray-300 {
    color: #dee2e6;
  }
  .btn-link-lg-gray-300:hover {
    color: #dee2e6;
    text-decoration: none;
  }
  .btn-link-lg-gray-300:focus, .btn-link-lg-gray-300.focus {
    color: #dee2e6;
  }
  .btn-link-lg-gray-300:disabled, .btn-link-lg-gray-300.disabled {
    pointer-events: none;
  }
  .btn-link-lg-gray-400 {
    color: #ced4da;
  }
  .btn-link-lg-gray-400:hover {
    color: #ced4da;
    text-decoration: none;
  }
  .btn-link-lg-gray-400:focus, .btn-link-lg-gray-400.focus {
    color: #ced4da;
  }
  .btn-link-lg-gray-400:disabled, .btn-link-lg-gray-400.disabled {
    pointer-events: none;
  }
}

@media (min-width: 1200px) {
  .btn-link-xl-primary {
    color: var(--main);
  }
  .btn-link-xl-primary:hover {
    color: var(--main);
    text-decoration: none;
  }
  .btn-link-xl-primary:focus, .btn-link-xl-primary.focus {
    color: var(--main);
  }
  .btn-link-xl-primary:disabled, .btn-link-xl-primary.disabled {
    pointer-events: none;
  }
  .btn-link-xl-secondary {
    color: #686868;
  }
  .btn-link-xl-secondary:hover {
    color: #686868;
    text-decoration: none;
  }
  .btn-link-xl-secondary:focus, .btn-link-xl-secondary.focus {
    color: #686868;
  }
  .btn-link-xl-secondary:disabled, .btn-link-xl-secondary.disabled {
    pointer-events: none;
  }
  .btn-link-xl-success {
    color: #87de7d;
  }
  .btn-link-xl-success:hover {
    color: #87de7d;
    text-decoration: none;
  }
  .btn-link-xl-success:focus, .btn-link-xl-success.focus {
    color: #87de7d;
  }
  .btn-link-xl-success:disabled, .btn-link-xl-success.disabled {
    pointer-events: none;
  }
  .btn-link-xl-info {
    color: #2bb4dd;
  }
  .btn-link-xl-info:hover {
    color: #2bb4dd;
    text-decoration: none;
  }
  .btn-link-xl-info:focus, .btn-link-xl-info.focus {
    color: #2bb4dd;
  }
  .btn-link-xl-info:disabled, .btn-link-xl-info.disabled {
    pointer-events: none;
  }
  .btn-link-xl-warning {
    color: #ddb32b;
  }
  .btn-link-xl-warning:hover {
    color: #ddb32b;
    text-decoration: none;
  }
  .btn-link-xl-warning:focus, .btn-link-xl-warning.focus {
    color: #ddb32b;
  }
  .btn-link-xl-warning:disabled, .btn-link-xl-warning.disabled {
    pointer-events: none;
  }
  .btn-link-xl-danger {
    color: #f90000;
  }
  .btn-link-xl-danger:hover {
    color: #f90000;
    text-decoration: none;
  }
  .btn-link-xl-danger:focus, .btn-link-xl-danger.focus {
    color: #f90000;
  }
  .btn-link-xl-danger:disabled, .btn-link-xl-danger.disabled {
    pointer-events: none;
  }
  .btn-link-xl-light {
    color: #f7f5f6;
  }
  .btn-link-xl-light:hover {
    color: #f7f5f6;
    text-decoration: none;
  }
  .btn-link-xl-light:focus, .btn-link-xl-light.focus {
    color: #f7f5f6;
  }
  .btn-link-xl-light:disabled, .btn-link-xl-light.disabled {
    pointer-events: none;
  }
  .btn-link-xl-dark {
    color: #1e1e1e;
  }
  .btn-link-xl-dark:hover {
    color: #1e1e1e;
    text-decoration: none;
  }
  .btn-link-xl-dark:focus, .btn-link-xl-dark.focus {
    color: #1e1e1e;
  }
  .btn-link-xl-dark:disabled, .btn-link-xl-dark.disabled {
    pointer-events: none;
  }
  .btn-link-xl-green {
    color: #1F8D61;
  }
  .btn-link-xl-green:hover {
    color: #1F8D61;
    text-decoration: none;
  }
  .btn-link-xl-green:focus, .btn-link-xl-green.focus {
    color: #1F8D61;
  }
  .btn-link-xl-green:disabled, .btn-link-xl-green.disabled {
    pointer-events: none;
  }
  .btn-link-xl-blue {
    color: #0E49B5;
  }
  .btn-link-xl-blue:hover {
    color: #0E49B5;
    text-decoration: none;
  }
  .btn-link-xl-blue:focus, .btn-link-xl-blue.focus {
    color: #0E49B5;
  }
  .btn-link-xl-blue:disabled, .btn-link-xl-blue.disabled {
    pointer-events: none;
  }
  .btn-link-xl-gray {
    color: #9f9f9f;
  }
  .btn-link-xl-gray:hover {
    color: #9f9f9f;
    text-decoration: none;
  }
  .btn-link-xl-gray:focus, .btn-link-xl-gray.focus {
    color: #9f9f9f;
  }
  .btn-link-xl-gray:disabled, .btn-link-xl-gray.disabled {
    pointer-events: none;
  }
  .btn-link-xl-gray-200 {
    color: #e9e9e9;
  }
  .btn-link-xl-gray-200:hover {
    color: #e9e9e9;
    text-decoration: none;
  }
  .btn-link-xl-gray-200:focus, .btn-link-xl-gray-200.focus {
    color: #e9e9e9;
  }
  .btn-link-xl-gray-200:disabled, .btn-link-xl-gray-200.disabled {
    pointer-events: none;
  }
  .btn-link-xl-gray-300 {
    color: #dee2e6;
  }
  .btn-link-xl-gray-300:hover {
    color: #dee2e6;
    text-decoration: none;
  }
  .btn-link-xl-gray-300:focus, .btn-link-xl-gray-300.focus {
    color: #dee2e6;
  }
  .btn-link-xl-gray-300:disabled, .btn-link-xl-gray-300.disabled {
    pointer-events: none;
  }
  .btn-link-xl-gray-400 {
    color: #ced4da;
  }
  .btn-link-xl-gray-400:hover {
    color: #ced4da;
    text-decoration: none;
  }
  .btn-link-xl-gray-400:focus, .btn-link-xl-gray-400.focus {
    color: #ced4da;
  }
  .btn-link-xl-gray-400:disabled, .btn-link-xl-gray-400.disabled {
    pointer-events: none;
  }
}

.btn-primary.hover-outline:hover {
  background-color: transparent;
  color: var(--main);
}

.btn-primary.hover-outline:not(:disabled):not(.disabled):active, .btn-primary.hover-outline:not(:disabled):not(.disabled).active,
.show > .btn-primary.hover-outline.dropdown-toggle {
  color: var(--main);
  background-color: transparent;
}

.btn-primary.hover-outline:disabled, .btn-primary.hover-outline.disabled {
  pointer-events: none;
}

.btn-secondary.hover-outline:hover {
  background-color: transparent;
  color: #686868;
}

.btn-secondary.hover-outline:not(:disabled):not(.disabled):active, .btn-secondary.hover-outline:not(:disabled):not(.disabled).active,
.show > .btn-secondary.hover-outline.dropdown-toggle {
  color: #686868;
  background-color: transparent;
}

.btn-secondary.hover-outline:disabled, .btn-secondary.hover-outline.disabled {
  pointer-events: none;
}

.btn-success.hover-outline:hover {
  background-color: transparent;
  color: #87de7d;
}

.btn-success.hover-outline:not(:disabled):not(.disabled):active, .btn-success.hover-outline:not(:disabled):not(.disabled).active,
.show > .btn-success.hover-outline.dropdown-toggle {
  color: #87de7d;
  background-color: transparent;
}

.btn-success.hover-outline:disabled, .btn-success.hover-outline.disabled {
  pointer-events: none;
}

.btn-info.hover-outline:hover {
  background-color: transparent;
  color: #2bb4dd;
}

.btn-info.hover-outline:not(:disabled):not(.disabled):active, .btn-info.hover-outline:not(:disabled):not(.disabled).active,
.show > .btn-info.hover-outline.dropdown-toggle {
  color: #2bb4dd;
  background-color: transparent;
}

.btn-info.hover-outline:disabled, .btn-info.hover-outline.disabled {
  pointer-events: none;
}

.btn-warning.hover-outline:hover {
  background-color: transparent;
  color: #ddb32b;
}

.btn-warning.hover-outline:not(:disabled):not(.disabled):active, .btn-warning.hover-outline:not(:disabled):not(.disabled).active,
.show > .btn-warning.hover-outline.dropdown-toggle {
  color: #ddb32b;
  background-color: transparent;
}

.btn-warning.hover-outline:disabled, .btn-warning.hover-outline.disabled {
  pointer-events: none;
}

.btn-danger.hover-outline:hover {
  background-color: transparent;
  color: #f90000;
}

.btn-danger.hover-outline:not(:disabled):not(.disabled):active, .btn-danger.hover-outline:not(:disabled):not(.disabled).active,
.show > .btn-danger.hover-outline.dropdown-toggle {
  color: #f90000;
  background-color: transparent;
}

.btn-danger.hover-outline:disabled, .btn-danger.hover-outline.disabled {
  pointer-events: none;
}

.btn-light.hover-outline:hover {
  background-color: transparent;
  color: #f7f5f6;
}

.btn-light.hover-outline:not(:disabled):not(.disabled):active, .btn-light.hover-outline:not(:disabled):not(.disabled).active,
.show > .btn-light.hover-outline.dropdown-toggle {
  color: #f7f5f6;
  background-color: transparent;
}

.btn-light.hover-outline:disabled, .btn-light.hover-outline.disabled {
  pointer-events: none;
}

.btn-dark.hover-outline:hover {
  background-color: transparent;
  color: #1e1e1e;
}

.btn-dark.hover-outline:not(:disabled):not(.disabled):active, .btn-dark.hover-outline:not(:disabled):not(.disabled).active,
.show > .btn-dark.hover-outline.dropdown-toggle {
  color: #1e1e1e;
  background-color: transparent;
}

.btn-dark.hover-outline:disabled, .btn-dark.hover-outline.disabled {
  pointer-events: none;
}

.btn-green.hover-outline:hover {
  background-color: transparent;
  color: #1F8D61;
}

.btn-green.hover-outline:not(:disabled):not(.disabled):active, .btn-green.hover-outline:not(:disabled):not(.disabled).active,
.show > .btn-green.hover-outline.dropdown-toggle {
  color: #1F8D61;
  background-color: transparent;
}

.btn-green.hover-outline:disabled, .btn-green.hover-outline.disabled {
  pointer-events: none;
}

.btn-blue.hover-outline:hover {
  background-color: transparent;
  color: #0E49B5;
}

.btn-blue.hover-outline:not(:disabled):not(.disabled):active, .btn-blue.hover-outline:not(:disabled):not(.disabled).active,
.show > .btn-blue.hover-outline.dropdown-toggle {
  color: #0E49B5;
  background-color: transparent;
}

.btn-blue.hover-outline:disabled, .btn-blue.hover-outline.disabled {
  pointer-events: none;
}

.btn-gray.hover-outline:hover {
  background-color: transparent;
  color: #9f9f9f;
}

.btn-gray.hover-outline:not(:disabled):not(.disabled):active, .btn-gray.hover-outline:not(:disabled):not(.disabled).active,
.show > .btn-gray.hover-outline.dropdown-toggle {
  color: #9f9f9f;
  background-color: transparent;
}

.btn-gray.hover-outline:disabled, .btn-gray.hover-outline.disabled {
  pointer-events: none;
}

.btn-gray-200.hover-outline:hover {
  background-color: transparent;
  color: #e9e9e9;
}

.btn-gray-200.hover-outline:not(:disabled):not(.disabled):active, .btn-gray-200.hover-outline:not(:disabled):not(.disabled).active,
.show > .btn-gray-200.hover-outline.dropdown-toggle {
  color: #e9e9e9;
  background-color: transparent;
}

.btn-gray-200.hover-outline:disabled, .btn-gray-200.hover-outline.disabled {
  pointer-events: none;
}

.btn-gray-300.hover-outline:hover {
  background-color: transparent;
  color: #dee2e6;
}

.btn-gray-300.hover-outline:not(:disabled):not(.disabled):active, .btn-gray-300.hover-outline:not(:disabled):not(.disabled).active,
.show > .btn-gray-300.hover-outline.dropdown-toggle {
  color: #dee2e6;
  background-color: transparent;
}

.btn-gray-300.hover-outline:disabled, .btn-gray-300.hover-outline.disabled {
  pointer-events: none;
}

.btn-gray-400.hover-outline:hover {
  background-color: transparent;
  color: #ced4da;
}

.btn-gray-400.hover-outline:not(:disabled):not(.disabled):active, .btn-gray-400.hover-outline:not(:disabled):not(.disabled).active,
.show > .btn-gray-400.hover-outline.dropdown-toggle {
  color: #ced4da;
  background-color: transparent;
}

.btn-gray-400.hover-outline:disabled, .btn-gray-400.hover-outline.disabled {
  pointer-events: none;
}

@media (min-width: 576px) {
  .btn-sm-primary.hover-outline:hover {
    background-color: transparent;
    color: var(--main);
  }
  .btn-sm-primary.hover-outline:not(:disabled):not(.disabled):active, .btn-sm-primary.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-sm-primary.hover-outline.dropdown-toggle {
    color: var(--main);
    background-color: transparent;
  }
  .btn-sm-primary.hover-outline:disabled, .btn-sm-primary.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-sm-secondary.hover-outline:hover {
    background-color: transparent;
    color: #686868;
  }
  .btn-sm-secondary.hover-outline:not(:disabled):not(.disabled):active, .btn-sm-secondary.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-sm-secondary.hover-outline.dropdown-toggle {
    color: #686868;
    background-color: transparent;
  }
  .btn-sm-secondary.hover-outline:disabled, .btn-sm-secondary.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-sm-success.hover-outline:hover {
    background-color: transparent;
    color: #87de7d;
  }
  .btn-sm-success.hover-outline:not(:disabled):not(.disabled):active, .btn-sm-success.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-sm-success.hover-outline.dropdown-toggle {
    color: #87de7d;
    background-color: transparent;
  }
  .btn-sm-success.hover-outline:disabled, .btn-sm-success.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-sm-info.hover-outline:hover {
    background-color: transparent;
    color: #2bb4dd;
  }
  .btn-sm-info.hover-outline:not(:disabled):not(.disabled):active, .btn-sm-info.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-sm-info.hover-outline.dropdown-toggle {
    color: #2bb4dd;
    background-color: transparent;
  }
  .btn-sm-info.hover-outline:disabled, .btn-sm-info.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-sm-warning.hover-outline:hover {
    background-color: transparent;
    color: #ddb32b;
  }
  .btn-sm-warning.hover-outline:not(:disabled):not(.disabled):active, .btn-sm-warning.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-sm-warning.hover-outline.dropdown-toggle {
    color: #ddb32b;
    background-color: transparent;
  }
  .btn-sm-warning.hover-outline:disabled, .btn-sm-warning.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-sm-danger.hover-outline:hover {
    background-color: transparent;
    color: #f90000;
  }
  .btn-sm-danger.hover-outline:not(:disabled):not(.disabled):active, .btn-sm-danger.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-sm-danger.hover-outline.dropdown-toggle {
    color: #f90000;
    background-color: transparent;
  }
  .btn-sm-danger.hover-outline:disabled, .btn-sm-danger.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-sm-light.hover-outline:hover {
    background-color: transparent;
    color: #f7f5f6;
  }
  .btn-sm-light.hover-outline:not(:disabled):not(.disabled):active, .btn-sm-light.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-sm-light.hover-outline.dropdown-toggle {
    color: #f7f5f6;
    background-color: transparent;
  }
  .btn-sm-light.hover-outline:disabled, .btn-sm-light.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-sm-dark.hover-outline:hover {
    background-color: transparent;
    color: #1e1e1e;
  }
  .btn-sm-dark.hover-outline:not(:disabled):not(.disabled):active, .btn-sm-dark.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-sm-dark.hover-outline.dropdown-toggle {
    color: #1e1e1e;
    background-color: transparent;
  }
  .btn-sm-dark.hover-outline:disabled, .btn-sm-dark.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-sm-green.hover-outline:hover {
    background-color: transparent;
    color: #1F8D61;
  }
  .btn-sm-green.hover-outline:not(:disabled):not(.disabled):active, .btn-sm-green.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-sm-green.hover-outline.dropdown-toggle {
    color: #1F8D61;
    background-color: transparent;
  }
  .btn-sm-green.hover-outline:disabled, .btn-sm-green.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-sm-blue.hover-outline:hover {
    background-color: transparent;
    color: #0E49B5;
  }
  .btn-sm-blue.hover-outline:not(:disabled):not(.disabled):active, .btn-sm-blue.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-sm-blue.hover-outline.dropdown-toggle {
    color: #0E49B5;
    background-color: transparent;
  }
  .btn-sm-blue.hover-outline:disabled, .btn-sm-blue.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-sm-gray.hover-outline:hover {
    background-color: transparent;
    color: #9f9f9f;
  }
  .btn-sm-gray.hover-outline:not(:disabled):not(.disabled):active, .btn-sm-gray.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-sm-gray.hover-outline.dropdown-toggle {
    color: #9f9f9f;
    background-color: transparent;
  }
  .btn-sm-gray.hover-outline:disabled, .btn-sm-gray.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-sm-gray-200.hover-outline:hover {
    background-color: transparent;
    color: #e9e9e9;
  }
  .btn-sm-gray-200.hover-outline:not(:disabled):not(.disabled):active, .btn-sm-gray-200.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-sm-gray-200.hover-outline.dropdown-toggle {
    color: #e9e9e9;
    background-color: transparent;
  }
  .btn-sm-gray-200.hover-outline:disabled, .btn-sm-gray-200.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-sm-gray-300.hover-outline:hover {
    background-color: transparent;
    color: #dee2e6;
  }
  .btn-sm-gray-300.hover-outline:not(:disabled):not(.disabled):active, .btn-sm-gray-300.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-sm-gray-300.hover-outline.dropdown-toggle {
    color: #dee2e6;
    background-color: transparent;
  }
  .btn-sm-gray-300.hover-outline:disabled, .btn-sm-gray-300.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-sm-gray-400.hover-outline:hover {
    background-color: transparent;
    color: #ced4da;
  }
  .btn-sm-gray-400.hover-outline:not(:disabled):not(.disabled):active, .btn-sm-gray-400.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-sm-gray-400.hover-outline.dropdown-toggle {
    color: #ced4da;
    background-color: transparent;
  }
  .btn-sm-gray-400.hover-outline:disabled, .btn-sm-gray-400.hover-outline.disabled {
    pointer-events: none;
  }
}

@media (min-width: 768px) {
  .btn-md-primary.hover-outline:hover {
    background-color: transparent;
    color: var(--main);
  }
  .btn-md-primary.hover-outline:not(:disabled):not(.disabled):active, .btn-md-primary.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-md-primary.hover-outline.dropdown-toggle {
    color: var(--main);
    background-color: transparent;
  }
  .btn-md-primary.hover-outline:disabled, .btn-md-primary.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-md-secondary.hover-outline:hover {
    background-color: transparent;
    color: #686868;
  }
  .btn-md-secondary.hover-outline:not(:disabled):not(.disabled):active, .btn-md-secondary.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-md-secondary.hover-outline.dropdown-toggle {
    color: #686868;
    background-color: transparent;
  }
  .btn-md-secondary.hover-outline:disabled, .btn-md-secondary.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-md-success.hover-outline:hover {
    background-color: transparent;
    color: #87de7d;
  }
  .btn-md-success.hover-outline:not(:disabled):not(.disabled):active, .btn-md-success.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-md-success.hover-outline.dropdown-toggle {
    color: #87de7d;
    background-color: transparent;
  }
  .btn-md-success.hover-outline:disabled, .btn-md-success.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-md-info.hover-outline:hover {
    background-color: transparent;
    color: #2bb4dd;
  }
  .btn-md-info.hover-outline:not(:disabled):not(.disabled):active, .btn-md-info.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-md-info.hover-outline.dropdown-toggle {
    color: #2bb4dd;
    background-color: transparent;
  }
  .btn-md-info.hover-outline:disabled, .btn-md-info.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-md-warning.hover-outline:hover {
    background-color: transparent;
    color: #ddb32b;
  }
  .btn-md-warning.hover-outline:not(:disabled):not(.disabled):active, .btn-md-warning.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-md-warning.hover-outline.dropdown-toggle {
    color: #ddb32b;
    background-color: transparent;
  }
  .btn-md-warning.hover-outline:disabled, .btn-md-warning.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-md-danger.hover-outline:hover {
    background-color: transparent;
    color: #f90000;
  }
  .btn-md-danger.hover-outline:not(:disabled):not(.disabled):active, .btn-md-danger.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-md-danger.hover-outline.dropdown-toggle {
    color: #f90000;
    background-color: transparent;
  }
  .btn-md-danger.hover-outline:disabled, .btn-md-danger.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-md-light.hover-outline:hover {
    background-color: transparent;
    color: #f7f5f6;
  }
  .btn-md-light.hover-outline:not(:disabled):not(.disabled):active, .btn-md-light.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-md-light.hover-outline.dropdown-toggle {
    color: #f7f5f6;
    background-color: transparent;
  }
  .btn-md-light.hover-outline:disabled, .btn-md-light.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-md-dark.hover-outline:hover {
    background-color: transparent;
    color: #1e1e1e;
  }
  .btn-md-dark.hover-outline:not(:disabled):not(.disabled):active, .btn-md-dark.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-md-dark.hover-outline.dropdown-toggle {
    color: #1e1e1e;
    background-color: transparent;
  }
  .btn-md-dark.hover-outline:disabled, .btn-md-dark.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-md-green.hover-outline:hover {
    background-color: transparent;
    color: #1F8D61;
  }
  .btn-md-green.hover-outline:not(:disabled):not(.disabled):active, .btn-md-green.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-md-green.hover-outline.dropdown-toggle {
    color: #1F8D61;
    background-color: transparent;
  }
  .btn-md-green.hover-outline:disabled, .btn-md-green.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-md-blue.hover-outline:hover {
    background-color: transparent;
    color: #0E49B5;
  }
  .btn-md-blue.hover-outline:not(:disabled):not(.disabled):active, .btn-md-blue.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-md-blue.hover-outline.dropdown-toggle {
    color: #0E49B5;
    background-color: transparent;
  }
  .btn-md-blue.hover-outline:disabled, .btn-md-blue.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-md-gray.hover-outline:hover {
    background-color: transparent;
    color: #9f9f9f;
  }
  .btn-md-gray.hover-outline:not(:disabled):not(.disabled):active, .btn-md-gray.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-md-gray.hover-outline.dropdown-toggle {
    color: #9f9f9f;
    background-color: transparent;
  }
  .btn-md-gray.hover-outline:disabled, .btn-md-gray.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-md-gray-200.hover-outline:hover {
    background-color: transparent;
    color: #e9e9e9;
  }
  .btn-md-gray-200.hover-outline:not(:disabled):not(.disabled):active, .btn-md-gray-200.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-md-gray-200.hover-outline.dropdown-toggle {
    color: #e9e9e9;
    background-color: transparent;
  }
  .btn-md-gray-200.hover-outline:disabled, .btn-md-gray-200.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-md-gray-300.hover-outline:hover {
    background-color: transparent;
    color: #dee2e6;
  }
  .btn-md-gray-300.hover-outline:not(:disabled):not(.disabled):active, .btn-md-gray-300.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-md-gray-300.hover-outline.dropdown-toggle {
    color: #dee2e6;
    background-color: transparent;
  }
  .btn-md-gray-300.hover-outline:disabled, .btn-md-gray-300.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-md-gray-400.hover-outline:hover {
    background-color: transparent;
    color: #ced4da;
  }
  .btn-md-gray-400.hover-outline:not(:disabled):not(.disabled):active, .btn-md-gray-400.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-md-gray-400.hover-outline.dropdown-toggle {
    color: #ced4da;
    background-color: transparent;
  }
  .btn-md-gray-400.hover-outline:disabled, .btn-md-gray-400.hover-outline.disabled {
    pointer-events: none;
  }
}

@media (min-width: 992px) {
  .btn-lg-primary.hover-outline:hover {
    background-color: transparent;
    color: var(--main);
  }
  .btn-lg-primary.hover-outline:not(:disabled):not(.disabled):active, .btn-lg-primary.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-lg-primary.hover-outline.dropdown-toggle {
    color: var(--main);
    background-color: transparent;
  }
  .btn-lg-primary.hover-outline:disabled, .btn-lg-primary.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-lg-secondary.hover-outline:hover {
    background-color: transparent;
    color: #686868;
  }
  .btn-lg-secondary.hover-outline:not(:disabled):not(.disabled):active, .btn-lg-secondary.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-lg-secondary.hover-outline.dropdown-toggle {
    color: #686868;
    background-color: transparent;
  }
  .btn-lg-secondary.hover-outline:disabled, .btn-lg-secondary.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-lg-success.hover-outline:hover {
    background-color: transparent;
    color: #87de7d;
  }
  .btn-lg-success.hover-outline:not(:disabled):not(.disabled):active, .btn-lg-success.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-lg-success.hover-outline.dropdown-toggle {
    color: #87de7d;
    background-color: transparent;
  }
  .btn-lg-success.hover-outline:disabled, .btn-lg-success.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-lg-info.hover-outline:hover {
    background-color: transparent;
    color: #2bb4dd;
  }
  .btn-lg-info.hover-outline:not(:disabled):not(.disabled):active, .btn-lg-info.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-lg-info.hover-outline.dropdown-toggle {
    color: #2bb4dd;
    background-color: transparent;
  }
  .btn-lg-info.hover-outline:disabled, .btn-lg-info.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-lg-warning.hover-outline:hover {
    background-color: transparent;
    color: #ddb32b;
  }
  .btn-lg-warning.hover-outline:not(:disabled):not(.disabled):active, .btn-lg-warning.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-lg-warning.hover-outline.dropdown-toggle {
    color: #ddb32b;
    background-color: transparent;
  }
  .btn-lg-warning.hover-outline:disabled, .btn-lg-warning.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-lg-danger.hover-outline:hover {
    background-color: transparent;
    color: #f90000;
  }
  .btn-lg-danger.hover-outline:not(:disabled):not(.disabled):active, .btn-lg-danger.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-lg-danger.hover-outline.dropdown-toggle {
    color: #f90000;
    background-color: transparent;
  }
  .btn-lg-danger.hover-outline:disabled, .btn-lg-danger.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-lg-light.hover-outline:hover {
    background-color: transparent;
    color: #f7f5f6;
  }
  .btn-lg-light.hover-outline:not(:disabled):not(.disabled):active, .btn-lg-light.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-lg-light.hover-outline.dropdown-toggle {
    color: #f7f5f6;
    background-color: transparent;
  }
  .btn-lg-light.hover-outline:disabled, .btn-lg-light.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-lg-dark.hover-outline:hover {
    background-color: transparent;
    color: #1e1e1e;
  }
  .btn-lg-dark.hover-outline:not(:disabled):not(.disabled):active, .btn-lg-dark.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-lg-dark.hover-outline.dropdown-toggle {
    color: #1e1e1e;
    background-color: transparent;
  }
  .btn-lg-dark.hover-outline:disabled, .btn-lg-dark.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-lg-green.hover-outline:hover {
    background-color: transparent;
    color: #1F8D61;
  }
  .btn-lg-green.hover-outline:not(:disabled):not(.disabled):active, .btn-lg-green.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-lg-green.hover-outline.dropdown-toggle {
    color: #1F8D61;
    background-color: transparent;
  }
  .btn-lg-green.hover-outline:disabled, .btn-lg-green.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-lg-blue.hover-outline:hover {
    background-color: transparent;
    color: #0E49B5;
  }
  .btn-lg-blue.hover-outline:not(:disabled):not(.disabled):active, .btn-lg-blue.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-lg-blue.hover-outline.dropdown-toggle {
    color: #0E49B5;
    background-color: transparent;
  }
  .btn-lg-blue.hover-outline:disabled, .btn-lg-blue.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-lg-gray.hover-outline:hover {
    background-color: transparent;
    color: #9f9f9f;
  }
  .btn-lg-gray.hover-outline:not(:disabled):not(.disabled):active, .btn-lg-gray.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-lg-gray.hover-outline.dropdown-toggle {
    color: #9f9f9f;
    background-color: transparent;
  }
  .btn-lg-gray.hover-outline:disabled, .btn-lg-gray.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-lg-gray-200.hover-outline:hover {
    background-color: transparent;
    color: #e9e9e9;
  }
  .btn-lg-gray-200.hover-outline:not(:disabled):not(.disabled):active, .btn-lg-gray-200.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-lg-gray-200.hover-outline.dropdown-toggle {
    color: #e9e9e9;
    background-color: transparent;
  }
  .btn-lg-gray-200.hover-outline:disabled, .btn-lg-gray-200.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-lg-gray-300.hover-outline:hover {
    background-color: transparent;
    color: #dee2e6;
  }
  .btn-lg-gray-300.hover-outline:not(:disabled):not(.disabled):active, .btn-lg-gray-300.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-lg-gray-300.hover-outline.dropdown-toggle {
    color: #dee2e6;
    background-color: transparent;
  }
  .btn-lg-gray-300.hover-outline:disabled, .btn-lg-gray-300.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-lg-gray-400.hover-outline:hover {
    background-color: transparent;
    color: #ced4da;
  }
  .btn-lg-gray-400.hover-outline:not(:disabled):not(.disabled):active, .btn-lg-gray-400.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-lg-gray-400.hover-outline.dropdown-toggle {
    color: #ced4da;
    background-color: transparent;
  }
  .btn-lg-gray-400.hover-outline:disabled, .btn-lg-gray-400.hover-outline.disabled {
    pointer-events: none;
  }
}

@media (min-width: 1200px) {
  .btn-xl-primary.hover-outline:hover {
    background-color: transparent;
    color: var(--main);
  }
  .btn-xl-primary.hover-outline:not(:disabled):not(.disabled):active, .btn-xl-primary.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-xl-primary.hover-outline.dropdown-toggle {
    color: var(--main);
    background-color: transparent;
  }
  .btn-xl-primary.hover-outline:disabled, .btn-xl-primary.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-xl-secondary.hover-outline:hover {
    background-color: transparent;
    color: #686868;
  }
  .btn-xl-secondary.hover-outline:not(:disabled):not(.disabled):active, .btn-xl-secondary.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-xl-secondary.hover-outline.dropdown-toggle {
    color: #686868;
    background-color: transparent;
  }
  .btn-xl-secondary.hover-outline:disabled, .btn-xl-secondary.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-xl-success.hover-outline:hover {
    background-color: transparent;
    color: #87de7d;
  }
  .btn-xl-success.hover-outline:not(:disabled):not(.disabled):active, .btn-xl-success.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-xl-success.hover-outline.dropdown-toggle {
    color: #87de7d;
    background-color: transparent;
  }
  .btn-xl-success.hover-outline:disabled, .btn-xl-success.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-xl-info.hover-outline:hover {
    background-color: transparent;
    color: #2bb4dd;
  }
  .btn-xl-info.hover-outline:not(:disabled):not(.disabled):active, .btn-xl-info.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-xl-info.hover-outline.dropdown-toggle {
    color: #2bb4dd;
    background-color: transparent;
  }
  .btn-xl-info.hover-outline:disabled, .btn-xl-info.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-xl-warning.hover-outline:hover {
    background-color: transparent;
    color: #ddb32b;
  }
  .btn-xl-warning.hover-outline:not(:disabled):not(.disabled):active, .btn-xl-warning.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-xl-warning.hover-outline.dropdown-toggle {
    color: #ddb32b;
    background-color: transparent;
  }
  .btn-xl-warning.hover-outline:disabled, .btn-xl-warning.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-xl-danger.hover-outline:hover {
    background-color: transparent;
    color: #f90000;
  }
  .btn-xl-danger.hover-outline:not(:disabled):not(.disabled):active, .btn-xl-danger.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-xl-danger.hover-outline.dropdown-toggle {
    color: #f90000;
    background-color: transparent;
  }
  .btn-xl-danger.hover-outline:disabled, .btn-xl-danger.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-xl-light.hover-outline:hover {
    background-color: transparent;
    color: #f7f5f6;
  }
  .btn-xl-light.hover-outline:not(:disabled):not(.disabled):active, .btn-xl-light.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-xl-light.hover-outline.dropdown-toggle {
    color: #f7f5f6;
    background-color: transparent;
  }
  .btn-xl-light.hover-outline:disabled, .btn-xl-light.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-xl-dark.hover-outline:hover {
    background-color: transparent;
    color: #1e1e1e;
  }
  .btn-xl-dark.hover-outline:not(:disabled):not(.disabled):active, .btn-xl-dark.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-xl-dark.hover-outline.dropdown-toggle {
    color: #1e1e1e;
    background-color: transparent;
  }
  .btn-xl-dark.hover-outline:disabled, .btn-xl-dark.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-xl-green.hover-outline:hover {
    background-color: transparent;
    color: #1F8D61;
  }
  .btn-xl-green.hover-outline:not(:disabled):not(.disabled):active, .btn-xl-green.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-xl-green.hover-outline.dropdown-toggle {
    color: #1F8D61;
    background-color: transparent;
  }
  .btn-xl-green.hover-outline:disabled, .btn-xl-green.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-xl-blue.hover-outline:hover {
    background-color: transparent;
    color: #0E49B5;
  }
  .btn-xl-blue.hover-outline:not(:disabled):not(.disabled):active, .btn-xl-blue.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-xl-blue.hover-outline.dropdown-toggle {
    color: #0E49B5;
    background-color: transparent;
  }
  .btn-xl-blue.hover-outline:disabled, .btn-xl-blue.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-xl-gray.hover-outline:hover {
    background-color: transparent;
    color: #9f9f9f;
  }
  .btn-xl-gray.hover-outline:not(:disabled):not(.disabled):active, .btn-xl-gray.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-xl-gray.hover-outline.dropdown-toggle {
    color: #9f9f9f;
    background-color: transparent;
  }
  .btn-xl-gray.hover-outline:disabled, .btn-xl-gray.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-xl-gray-200.hover-outline:hover {
    background-color: transparent;
    color: #e9e9e9;
  }
  .btn-xl-gray-200.hover-outline:not(:disabled):not(.disabled):active, .btn-xl-gray-200.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-xl-gray-200.hover-outline.dropdown-toggle {
    color: #e9e9e9;
    background-color: transparent;
  }
  .btn-xl-gray-200.hover-outline:disabled, .btn-xl-gray-200.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-xl-gray-300.hover-outline:hover {
    background-color: transparent;
    color: #dee2e6;
  }
  .btn-xl-gray-300.hover-outline:not(:disabled):not(.disabled):active, .btn-xl-gray-300.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-xl-gray-300.hover-outline.dropdown-toggle {
    color: #dee2e6;
    background-color: transparent;
  }
  .btn-xl-gray-300.hover-outline:disabled, .btn-xl-gray-300.hover-outline.disabled {
    pointer-events: none;
  }
  .btn-xl-gray-400.hover-outline:hover {
    background-color: transparent;
    color: #ced4da;
  }
  .btn-xl-gray-400.hover-outline:not(:disabled):not(.disabled):active, .btn-xl-gray-400.hover-outline:not(:disabled):not(.disabled).active,
  .show > .btn-xl-gray-400.hover-outline.dropdown-toggle {
    color: #ced4da;
    background-color: transparent;
  }
  .btn-xl-gray-400.hover-outline:disabled, .btn-xl-gray-400.hover-outline.disabled {
    pointer-events: none;
  }
}

.btn-minimalis-primary {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: var(--main);
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-primary::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main);
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-primary::before {
    transition: none;
  }
}

.btn-minimalis-primary:hover {
  color: var(--main);
  background: none;
  border-color: var(--main);
}

.btn-minimalis-primary:hover::before {
  width: 0;
}

.btn-minimalis-primary:focus, .btn-minimalis-primary.focus {
  background: none;
  border-color: var(--main);
}

.btn-minimalis-primary.disabled, .btn-minimalis-primary:disabled {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
}

.btn-minimalis-primary:not(:disabled):not(.disabled):active, .btn-minimalis-primary:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-primary.dropdown-toggle {
  background: none;
  border-color: var(--main);
}

.btn-minimalis-secondary {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #686868;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-secondary::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #686868;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-secondary::before {
    transition: none;
  }
}

.btn-minimalis-secondary:hover {
  color: #686868;
  background: none;
  border-color: #686868;
}

.btn-minimalis-secondary:hover::before {
  width: 0;
}

.btn-minimalis-secondary:focus, .btn-minimalis-secondary.focus {
  background: none;
  border-color: #686868;
}

.btn-minimalis-secondary.disabled, .btn-minimalis-secondary:disabled {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
}

.btn-minimalis-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-secondary:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-secondary.dropdown-toggle {
  background: none;
  border-color: #686868;
}

.btn-minimalis-success {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #87de7d;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-success::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #87de7d;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-success::before {
    transition: none;
  }
}

.btn-minimalis-success:hover {
  color: #87de7d;
  background: none;
  border-color: #87de7d;
}

.btn-minimalis-success:hover::before {
  width: 0;
}

.btn-minimalis-success:focus, .btn-minimalis-success.focus {
  background: none;
  border-color: #87de7d;
}

.btn-minimalis-success.disabled, .btn-minimalis-success:disabled {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
}

.btn-minimalis-success:not(:disabled):not(.disabled):active, .btn-minimalis-success:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-success.dropdown-toggle {
  background: none;
  border-color: #87de7d;
}

.btn-minimalis-info {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #2bb4dd;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-info::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #2bb4dd;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-info::before {
    transition: none;
  }
}

.btn-minimalis-info:hover {
  color: #2bb4dd;
  background: none;
  border-color: #2bb4dd;
}

.btn-minimalis-info:hover::before {
  width: 0;
}

.btn-minimalis-info:focus, .btn-minimalis-info.focus {
  background: none;
  border-color: #2bb4dd;
}

.btn-minimalis-info.disabled, .btn-minimalis-info:disabled {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
}

.btn-minimalis-info:not(:disabled):not(.disabled):active, .btn-minimalis-info:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-info.dropdown-toggle {
  background: none;
  border-color: #2bb4dd;
}

.btn-minimalis-warning {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #ddb32b;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-warning::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ddb32b;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-warning::before {
    transition: none;
  }
}

.btn-minimalis-warning:hover {
  color: #ddb32b;
  background: none;
  border-color: #ddb32b;
}

.btn-minimalis-warning:hover::before {
  width: 0;
}

.btn-minimalis-warning:focus, .btn-minimalis-warning.focus {
  background: none;
  border-color: #ddb32b;
}

.btn-minimalis-warning.disabled, .btn-minimalis-warning:disabled {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
}

.btn-minimalis-warning:not(:disabled):not(.disabled):active, .btn-minimalis-warning:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-warning.dropdown-toggle {
  background: none;
  border-color: #ddb32b;
}

.btn-minimalis-danger {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #f90000;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-danger::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f90000;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-danger::before {
    transition: none;
  }
}

.btn-minimalis-danger:hover {
  color: #f90000;
  background: none;
  border-color: #f90000;
}

.btn-minimalis-danger:hover::before {
  width: 0;
}

.btn-minimalis-danger:focus, .btn-minimalis-danger.focus {
  background: none;
  border-color: #f90000;
}

.btn-minimalis-danger.disabled, .btn-minimalis-danger:disabled {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
}

.btn-minimalis-danger:not(:disabled):not(.disabled):active, .btn-minimalis-danger:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-danger.dropdown-toggle {
  background: none;
  border-color: #f90000;
}

.btn-minimalis-light {
  position: relative;
  overflow: hidden;
  color: #1e1e1e;
  background: none;
  border-color: #f7f5f6;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-light::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f5f6;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-light::before {
    transition: none;
  }
}

.btn-minimalis-light:hover {
  color: #f7f5f6;
  background: none;
  border-color: #f7f5f6;
}

.btn-minimalis-light:hover::before {
  width: 0;
}

.btn-minimalis-light:focus, .btn-minimalis-light.focus {
  background: none;
  border-color: #f7f5f6;
}

.btn-minimalis-light.disabled, .btn-minimalis-light:disabled {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
}

.btn-minimalis-light:not(:disabled):not(.disabled):active, .btn-minimalis-light:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-light.dropdown-toggle {
  background: none;
  border-color: #f7f5f6;
}

.btn-minimalis-dark {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #1e1e1e;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-dark::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-dark::before {
    transition: none;
  }
}

.btn-minimalis-dark:hover {
  color: #1e1e1e;
  background: none;
  border-color: #1e1e1e;
}

.btn-minimalis-dark:hover::before {
  width: 0;
}

.btn-minimalis-dark:focus, .btn-minimalis-dark.focus {
  background: none;
  border-color: #1e1e1e;
}

.btn-minimalis-dark.disabled, .btn-minimalis-dark:disabled {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-minimalis-dark:not(:disabled):not(.disabled):active, .btn-minimalis-dark:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-dark.dropdown-toggle {
  background: none;
  border-color: #1e1e1e;
}

.btn-minimalis-green {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #1F8D61;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-green::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1F8D61;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-green::before {
    transition: none;
  }
}

.btn-minimalis-green:hover {
  color: #1F8D61;
  background: none;
  border-color: #1f8d61;
}

.btn-minimalis-green:hover::before {
  width: 0;
}

.btn-minimalis-green:focus, .btn-minimalis-green.focus {
  background: none;
  border-color: #1f8d61;
}

.btn-minimalis-green.disabled, .btn-minimalis-green:disabled {
  color: #ffffff;
  background-color: #1F8D61;
  border-color: #1F8D61;
}

.btn-minimalis-green:not(:disabled):not(.disabled):active, .btn-minimalis-green:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-green.dropdown-toggle {
  background: none;
  border-color: #1f8d61;
}

.btn-minimalis-blue {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #0E49B5;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-blue::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0E49B5;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-blue::before {
    transition: none;
  }
}

.btn-minimalis-blue:hover {
  color: #0E49B5;
  background: none;
  border-color: #0e49b5;
}

.btn-minimalis-blue:hover::before {
  width: 0;
}

.btn-minimalis-blue:focus, .btn-minimalis-blue.focus {
  background: none;
  border-color: #0e49b5;
}

.btn-minimalis-blue.disabled, .btn-minimalis-blue:disabled {
  color: #ffffff;
  background-color: #0E49B5;
  border-color: #0E49B5;
}

.btn-minimalis-blue:not(:disabled):not(.disabled):active, .btn-minimalis-blue:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-blue.dropdown-toggle {
  background: none;
  border-color: #0e49b5;
}

.btn-minimalis-gray {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #9f9f9f;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-gray::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #9f9f9f;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-gray::before {
    transition: none;
  }
}

.btn-minimalis-gray:hover {
  color: #9f9f9f;
  background: none;
  border-color: #9f9f9f;
}

.btn-minimalis-gray:hover::before {
  width: 0;
}

.btn-minimalis-gray:focus, .btn-minimalis-gray.focus {
  background: none;
  border-color: #9f9f9f;
}

.btn-minimalis-gray.disabled, .btn-minimalis-gray:disabled {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}

.btn-minimalis-gray:not(:disabled):not(.disabled):active, .btn-minimalis-gray:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-gray.dropdown-toggle {
  background: none;
  border-color: #9f9f9f;
}

.btn-minimalis-gray-200 {
  position: relative;
  overflow: hidden;
  color: #1e1e1e;
  background: none;
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-gray-200::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #e9e9e9;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-gray-200::before {
    transition: none;
  }
}

.btn-minimalis-gray-200:hover {
  color: #e9e9e9;
  background: none;
  border-color: #e9e9e9;
}

.btn-minimalis-gray-200:hover::before {
  width: 0;
}

.btn-minimalis-gray-200:focus, .btn-minimalis-gray-200.focus {
  background: none;
  border-color: #e9e9e9;
}

.btn-minimalis-gray-200.disabled, .btn-minimalis-gray-200:disabled {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-minimalis-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-gray-200.dropdown-toggle {
  background: none;
  border-color: #e9e9e9;
}

.btn-minimalis-gray-300 {
  position: relative;
  overflow: hidden;
  color: #1e1e1e;
  background: none;
  border-color: #dee2e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-gray-300::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #dee2e6;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-gray-300::before {
    transition: none;
  }
}

.btn-minimalis-gray-300:hover {
  color: #dee2e6;
  background: none;
  border-color: #dee2e6;
}

.btn-minimalis-gray-300:hover::before {
  width: 0;
}

.btn-minimalis-gray-300:focus, .btn-minimalis-gray-300.focus {
  background: none;
  border-color: #dee2e6;
}

.btn-minimalis-gray-300.disabled, .btn-minimalis-gray-300:disabled {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-minimalis-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-gray-300.dropdown-toggle {
  background: none;
  border-color: #dee2e6;
}

.btn-minimalis-gray-400 {
  position: relative;
  overflow: hidden;
  color: #1e1e1e;
  background: none;
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-gray-400::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ced4da;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-gray-400::before {
    transition: none;
  }
}

.btn-minimalis-gray-400:hover {
  color: #ced4da;
  background: none;
  border-color: #ced4da;
}

.btn-minimalis-gray-400:hover::before {
  width: 0;
}

.btn-minimalis-gray-400:focus, .btn-minimalis-gray-400.focus {
  background: none;
  border-color: #ced4da;
}

.btn-minimalis-gray-400.disabled, .btn-minimalis-gray-400:disabled {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-minimalis-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-gray-400:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-gray-400.dropdown-toggle {
  background: none;
  border-color: #ced4da;
}

.btn-minimalis-up-primary {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: var(--main);
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-up-primary::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main);
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-primary::before {
    transition: none;
  }
}

.btn-minimalis-up-primary:hover {
  color: var(--main);
  background: none;
  border-color: var(--main);
}

.btn-minimalis-up-primary:hover::before {
  bottom: 100%;
}

.btn-minimalis-up-primary:focus, .btn-minimalis-up-primary.focus {
  background: none;
  border-color: var(--main);
}

.btn-minimalis-up-primary.disabled, .btn-minimalis-up-primary:disabled {
  color: #ffffff;
  background-color: var(--main);
  border-color: var(--main);
}

.btn-minimalis-up-primary:not(:disabled):not(.disabled):active, .btn-minimalis-up-primary:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-up-primary.dropdown-toggle {
  background: none;
  border-color: var(--main);
}

.btn-minimalis-up-secondary {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #686868;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-up-secondary::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #686868;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-secondary::before {
    transition: none;
  }
}

.btn-minimalis-up-secondary:hover {
  color: #686868;
  background: none;
  border-color: #686868;
}

.btn-minimalis-up-secondary:hover::before {
  bottom: 100%;
}

.btn-minimalis-up-secondary:focus, .btn-minimalis-up-secondary.focus {
  background: none;
  border-color: #686868;
}

.btn-minimalis-up-secondary.disabled, .btn-minimalis-up-secondary:disabled {
  color: #ffffff;
  background-color: #686868;
  border-color: #686868;
}

.btn-minimalis-up-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-up-secondary:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-up-secondary.dropdown-toggle {
  background: none;
  border-color: #686868;
}

.btn-minimalis-up-success {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #87de7d;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-up-success::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #87de7d;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-success::before {
    transition: none;
  }
}

.btn-minimalis-up-success:hover {
  color: #87de7d;
  background: none;
  border-color: #87de7d;
}

.btn-minimalis-up-success:hover::before {
  bottom: 100%;
}

.btn-minimalis-up-success:focus, .btn-minimalis-up-success.focus {
  background: none;
  border-color: #87de7d;
}

.btn-minimalis-up-success.disabled, .btn-minimalis-up-success:disabled {
  color: #ffffff;
  background-color: #87de7d;
  border-color: #87de7d;
}

.btn-minimalis-up-success:not(:disabled):not(.disabled):active, .btn-minimalis-up-success:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-up-success.dropdown-toggle {
  background: none;
  border-color: #87de7d;
}

.btn-minimalis-up-info {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #2bb4dd;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-up-info::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #2bb4dd;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-info::before {
    transition: none;
  }
}

.btn-minimalis-up-info:hover {
  color: #2bb4dd;
  background: none;
  border-color: #2bb4dd;
}

.btn-minimalis-up-info:hover::before {
  bottom: 100%;
}

.btn-minimalis-up-info:focus, .btn-minimalis-up-info.focus {
  background: none;
  border-color: #2bb4dd;
}

.btn-minimalis-up-info.disabled, .btn-minimalis-up-info:disabled {
  color: #ffffff;
  background-color: #2bb4dd;
  border-color: #2bb4dd;
}

.btn-minimalis-up-info:not(:disabled):not(.disabled):active, .btn-minimalis-up-info:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-up-info.dropdown-toggle {
  background: none;
  border-color: #2bb4dd;
}

.btn-minimalis-up-warning {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #ddb32b;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-up-warning::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ddb32b;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-warning::before {
    transition: none;
  }
}

.btn-minimalis-up-warning:hover {
  color: #ddb32b;
  background: none;
  border-color: #ddb32b;
}

.btn-minimalis-up-warning:hover::before {
  bottom: 100%;
}

.btn-minimalis-up-warning:focus, .btn-minimalis-up-warning.focus {
  background: none;
  border-color: #ddb32b;
}

.btn-minimalis-up-warning.disabled, .btn-minimalis-up-warning:disabled {
  color: #ffffff;
  background-color: #ddb32b;
  border-color: #ddb32b;
}

.btn-minimalis-up-warning:not(:disabled):not(.disabled):active, .btn-minimalis-up-warning:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-up-warning.dropdown-toggle {
  background: none;
  border-color: #ddb32b;
}

.btn-minimalis-up-danger {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #f90000;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-up-danger::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f90000;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-danger::before {
    transition: none;
  }
}

.btn-minimalis-up-danger:hover {
  color: #f90000;
  background: none;
  border-color: #f90000;
}

.btn-minimalis-up-danger:hover::before {
  bottom: 100%;
}

.btn-minimalis-up-danger:focus, .btn-minimalis-up-danger.focus {
  background: none;
  border-color: #f90000;
}

.btn-minimalis-up-danger.disabled, .btn-minimalis-up-danger:disabled {
  color: #ffffff;
  background-color: #f90000;
  border-color: #f90000;
}

.btn-minimalis-up-danger:not(:disabled):not(.disabled):active, .btn-minimalis-up-danger:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-up-danger.dropdown-toggle {
  background: none;
  border-color: #f90000;
}

.btn-minimalis-up-light {
  position: relative;
  overflow: hidden;
  color: #1e1e1e;
  background: none;
  border-color: #f7f5f6;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-up-light::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f5f6;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-light::before {
    transition: none;
  }
}

.btn-minimalis-up-light:hover {
  color: #f7f5f6;
  background: none;
  border-color: #f7f5f6;
}

.btn-minimalis-up-light:hover::before {
  bottom: 100%;
}

.btn-minimalis-up-light:focus, .btn-minimalis-up-light.focus {
  background: none;
  border-color: #f7f5f6;
}

.btn-minimalis-up-light.disabled, .btn-minimalis-up-light:disabled {
  color: #1e1e1e;
  background-color: #f7f5f6;
  border-color: #f7f5f6;
}

.btn-minimalis-up-light:not(:disabled):not(.disabled):active, .btn-minimalis-up-light:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-up-light.dropdown-toggle {
  background: none;
  border-color: #f7f5f6;
}

.btn-minimalis-up-dark {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #1e1e1e;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-up-dark::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-dark::before {
    transition: none;
  }
}

.btn-minimalis-up-dark:hover {
  color: #1e1e1e;
  background: none;
  border-color: #1e1e1e;
}

.btn-minimalis-up-dark:hover::before {
  bottom: 100%;
}

.btn-minimalis-up-dark:focus, .btn-minimalis-up-dark.focus {
  background: none;
  border-color: #1e1e1e;
}

.btn-minimalis-up-dark.disabled, .btn-minimalis-up-dark:disabled {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.btn-minimalis-up-dark:not(:disabled):not(.disabled):active, .btn-minimalis-up-dark:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-up-dark.dropdown-toggle {
  background: none;
  border-color: #1e1e1e;
}

.btn-minimalis-up-green {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #1F8D61;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-up-green::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #1F8D61;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-green::before {
    transition: none;
  }
}

.btn-minimalis-up-green:hover {
  color: #1F8D61;
  background: none;
  border-color: #1f8d61;
}

.btn-minimalis-up-green:hover::before {
  bottom: 100%;
}

.btn-minimalis-up-green:focus, .btn-minimalis-up-green.focus {
  background: none;
  border-color: #1f8d61;
}

.btn-minimalis-up-green.disabled, .btn-minimalis-up-green:disabled {
  color: #ffffff;
  background-color: #1F8D61;
  border-color: #1F8D61;
}

.btn-minimalis-up-green:not(:disabled):not(.disabled):active, .btn-minimalis-up-green:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-up-green.dropdown-toggle {
  background: none;
  border-color: #1f8d61;
}

.btn-minimalis-up-blue {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #0E49B5;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-up-blue::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #0E49B5;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-blue::before {
    transition: none;
  }
}

.btn-minimalis-up-blue:hover {
  color: #0E49B5;
  background: none;
  border-color: #0e49b5;
}

.btn-minimalis-up-blue:hover::before {
  bottom: 100%;
}

.btn-minimalis-up-blue:focus, .btn-minimalis-up-blue.focus {
  background: none;
  border-color: #0e49b5;
}

.btn-minimalis-up-blue.disabled, .btn-minimalis-up-blue:disabled {
  color: #ffffff;
  background-color: #0E49B5;
  border-color: #0E49B5;
}

.btn-minimalis-up-blue:not(:disabled):not(.disabled):active, .btn-minimalis-up-blue:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-up-blue.dropdown-toggle {
  background: none;
  border-color: #0e49b5;
}

.btn-minimalis-up-gray {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background: none;
  border-color: #9f9f9f;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-up-gray::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #9f9f9f;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-gray::before {
    transition: none;
  }
}

.btn-minimalis-up-gray:hover {
  color: #9f9f9f;
  background: none;
  border-color: #9f9f9f;
}

.btn-minimalis-up-gray:hover::before {
  bottom: 100%;
}

.btn-minimalis-up-gray:focus, .btn-minimalis-up-gray.focus {
  background: none;
  border-color: #9f9f9f;
}

.btn-minimalis-up-gray.disabled, .btn-minimalis-up-gray:disabled {
  color: #ffffff;
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}

.btn-minimalis-up-gray:not(:disabled):not(.disabled):active, .btn-minimalis-up-gray:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-up-gray.dropdown-toggle {
  background: none;
  border-color: #9f9f9f;
}

.btn-minimalis-up-gray-200 {
  position: relative;
  overflow: hidden;
  color: #1e1e1e;
  background: none;
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-up-gray-200::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #e9e9e9;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-gray-200::before {
    transition: none;
  }
}

.btn-minimalis-up-gray-200:hover {
  color: #e9e9e9;
  background: none;
  border-color: #e9e9e9;
}

.btn-minimalis-up-gray-200:hover::before {
  bottom: 100%;
}

.btn-minimalis-up-gray-200:focus, .btn-minimalis-up-gray-200.focus {
  background: none;
  border-color: #e9e9e9;
}

.btn-minimalis-up-gray-200.disabled, .btn-minimalis-up-gray-200:disabled {
  color: #1e1e1e;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

.btn-minimalis-up-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-up-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-up-gray-200.dropdown-toggle {
  background: none;
  border-color: #e9e9e9;
}

.btn-minimalis-up-gray-300 {
  position: relative;
  overflow: hidden;
  color: #1e1e1e;
  background: none;
  border-color: #dee2e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-up-gray-300::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #dee2e6;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-gray-300::before {
    transition: none;
  }
}

.btn-minimalis-up-gray-300:hover {
  color: #dee2e6;
  background: none;
  border-color: #dee2e6;
}

.btn-minimalis-up-gray-300:hover::before {
  bottom: 100%;
}

.btn-minimalis-up-gray-300:focus, .btn-minimalis-up-gray-300.focus {
  background: none;
  border-color: #dee2e6;
}

.btn-minimalis-up-gray-300.disabled, .btn-minimalis-up-gray-300:disabled {
  color: #1e1e1e;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.btn-minimalis-up-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-up-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-up-gray-300.dropdown-toggle {
  background: none;
  border-color: #dee2e6;
}

.btn-minimalis-up-gray-400 {
  position: relative;
  overflow: hidden;
  color: #1e1e1e;
  background: none;
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-up-gray-400::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ced4da;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-gray-400::before {
    transition: none;
  }
}

.btn-minimalis-up-gray-400:hover {
  color: #ced4da;
  background: none;
  border-color: #ced4da;
}

.btn-minimalis-up-gray-400:hover::before {
  bottom: 100%;
}

.btn-minimalis-up-gray-400:focus, .btn-minimalis-up-gray-400.focus {
  background: none;
  border-color: #ced4da;
}

.btn-minimalis-up-gray-400.disabled, .btn-minimalis-up-gray-400:disabled {
  color: #1e1e1e;
  background-color: #ced4da;
  border-color: #ced4da;
}

.btn-minimalis-up-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-up-gray-400:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-up-gray-400.dropdown-toggle {
  background: none;
  border-color: #ced4da;
}

.btn-minimalis-outline-primary {
  position: relative;
  overflow: hidden;
  color: var(--main);
  background: none;
  border-color: var(--main);
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-primary::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--main);
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-primary::before {
    transition: none;
  }
}

.btn-minimalis-outline-primary:hover {
  color: #ffffff;
  background: none;
  border-color: var(--main);
}

.btn-minimalis-outline-primary:hover::before {
  width: 100%;
}

.btn-minimalis-outline-primary:focus, .btn-minimalis-outline-primary.focus {
  background: none;
  border-color: var(--main);
}

.btn-minimalis-outline-primary.disabled, .btn-minimalis-outline-primary:disabled {
  color: var(--main);
  background: none;
  border-color: var(--main);
}

.btn-minimalis-outline-primary.disabled::before, .btn-minimalis-outline-primary:disabled::before {
  width: 0;
}

.btn-minimalis-outline-primary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-primary.dropdown-toggle {
  background: none;
  border-color: var(--main);
}

.btn-minimalis-outline-secondary {
  position: relative;
  overflow: hidden;
  color: #686868;
  background: none;
  border-color: #686868;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-secondary::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #686868;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-secondary::before {
    transition: none;
  }
}

.btn-minimalis-outline-secondary:hover {
  color: #ffffff;
  background: none;
  border-color: #686868;
}

.btn-minimalis-outline-secondary:hover::before {
  width: 100%;
}

.btn-minimalis-outline-secondary:focus, .btn-minimalis-outline-secondary.focus {
  background: none;
  border-color: #686868;
}

.btn-minimalis-outline-secondary.disabled, .btn-minimalis-outline-secondary:disabled {
  color: #686868;
  background: none;
  border-color: #686868;
}

.btn-minimalis-outline-secondary.disabled::before, .btn-minimalis-outline-secondary:disabled::before {
  width: 0;
}

.btn-minimalis-outline-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-secondary.dropdown-toggle {
  background: none;
  border-color: #686868;
}

.btn-minimalis-outline-success {
  position: relative;
  overflow: hidden;
  color: #87de7d;
  background: none;
  border-color: #87de7d;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-success::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #87de7d;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-success::before {
    transition: none;
  }
}

.btn-minimalis-outline-success:hover {
  color: #ffffff;
  background: none;
  border-color: #87de7d;
}

.btn-minimalis-outline-success:hover::before {
  width: 100%;
}

.btn-minimalis-outline-success:focus, .btn-minimalis-outline-success.focus {
  background: none;
  border-color: #87de7d;
}

.btn-minimalis-outline-success.disabled, .btn-minimalis-outline-success:disabled {
  color: #87de7d;
  background: none;
  border-color: #87de7d;
}

.btn-minimalis-outline-success.disabled::before, .btn-minimalis-outline-success:disabled::before {
  width: 0;
}

.btn-minimalis-outline-success:not(:disabled):not(.disabled):active, .btn-minimalis-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-success.dropdown-toggle {
  background: none;
  border-color: #87de7d;
}

.btn-minimalis-outline-info {
  position: relative;
  overflow: hidden;
  color: #2bb4dd;
  background: none;
  border-color: #2bb4dd;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-info::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #2bb4dd;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-info::before {
    transition: none;
  }
}

.btn-minimalis-outline-info:hover {
  color: #ffffff;
  background: none;
  border-color: #2bb4dd;
}

.btn-minimalis-outline-info:hover::before {
  width: 100%;
}

.btn-minimalis-outline-info:focus, .btn-minimalis-outline-info.focus {
  background: none;
  border-color: #2bb4dd;
}

.btn-minimalis-outline-info.disabled, .btn-minimalis-outline-info:disabled {
  color: #2bb4dd;
  background: none;
  border-color: #2bb4dd;
}

.btn-minimalis-outline-info.disabled::before, .btn-minimalis-outline-info:disabled::before {
  width: 0;
}

.btn-minimalis-outline-info:not(:disabled):not(.disabled):active, .btn-minimalis-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-info.dropdown-toggle {
  background: none;
  border-color: #2bb4dd;
}

.btn-minimalis-outline-warning {
  position: relative;
  overflow: hidden;
  color: #ddb32b;
  background: none;
  border-color: #ddb32b;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-warning::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ddb32b;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-warning::before {
    transition: none;
  }
}

.btn-minimalis-outline-warning:hover {
  color: #ffffff;
  background: none;
  border-color: #ddb32b;
}

.btn-minimalis-outline-warning:hover::before {
  width: 100%;
}

.btn-minimalis-outline-warning:focus, .btn-minimalis-outline-warning.focus {
  background: none;
  border-color: #ddb32b;
}

.btn-minimalis-outline-warning.disabled, .btn-minimalis-outline-warning:disabled {
  color: #ddb32b;
  background: none;
  border-color: #ddb32b;
}

.btn-minimalis-outline-warning.disabled::before, .btn-minimalis-outline-warning:disabled::before {
  width: 0;
}

.btn-minimalis-outline-warning:not(:disabled):not(.disabled):active, .btn-minimalis-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-warning.dropdown-toggle {
  background: none;
  border-color: #ddb32b;
}

.btn-minimalis-outline-danger {
  position: relative;
  overflow: hidden;
  color: #f90000;
  background: none;
  border-color: #f90000;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-danger::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #f90000;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-danger::before {
    transition: none;
  }
}

.btn-minimalis-outline-danger:hover {
  color: #ffffff;
  background: none;
  border-color: #f90000;
}

.btn-minimalis-outline-danger:hover::before {
  width: 100%;
}

.btn-minimalis-outline-danger:focus, .btn-minimalis-outline-danger.focus {
  background: none;
  border-color: #f90000;
}

.btn-minimalis-outline-danger.disabled, .btn-minimalis-outline-danger:disabled {
  color: #f90000;
  background: none;
  border-color: #f90000;
}

.btn-minimalis-outline-danger.disabled::before, .btn-minimalis-outline-danger:disabled::before {
  width: 0;
}

.btn-minimalis-outline-danger:not(:disabled):not(.disabled):active, .btn-minimalis-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-danger.dropdown-toggle {
  background: none;
  border-color: #f90000;
}

.btn-minimalis-outline-light {
  position: relative;
  overflow: hidden;
  color: #f7f5f6;
  background: none;
  border-color: #f7f5f6;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-light::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #f7f5f6;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-light::before {
    transition: none;
  }
}

.btn-minimalis-outline-light:hover {
  color: #1e1e1e;
  background: none;
  border-color: #f7f5f6;
}

.btn-minimalis-outline-light:hover::before {
  width: 100%;
}

.btn-minimalis-outline-light:focus, .btn-minimalis-outline-light.focus {
  background: none;
  border-color: #f7f5f6;
}

.btn-minimalis-outline-light.disabled, .btn-minimalis-outline-light:disabled {
  color: #f7f5f6;
  background: none;
  border-color: #f7f5f6;
}

.btn-minimalis-outline-light.disabled::before, .btn-minimalis-outline-light:disabled::before {
  width: 0;
}

.btn-minimalis-outline-light:not(:disabled):not(.disabled):active, .btn-minimalis-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-light.dropdown-toggle {
  background: none;
  border-color: #f7f5f6;
}

.btn-minimalis-outline-dark {
  position: relative;
  overflow: hidden;
  color: #1e1e1e;
  background: none;
  border-color: #1e1e1e;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-dark::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1e1e1e;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-dark::before {
    transition: none;
  }
}

.btn-minimalis-outline-dark:hover {
  color: #ffffff;
  background: none;
  border-color: #1e1e1e;
}

.btn-minimalis-outline-dark:hover::before {
  width: 100%;
}

.btn-minimalis-outline-dark:focus, .btn-minimalis-outline-dark.focus {
  background: none;
  border-color: #1e1e1e;
}

.btn-minimalis-outline-dark.disabled, .btn-minimalis-outline-dark:disabled {
  color: #1e1e1e;
  background: none;
  border-color: #1e1e1e;
}

.btn-minimalis-outline-dark.disabled::before, .btn-minimalis-outline-dark:disabled::before {
  width: 0;
}

.btn-minimalis-outline-dark:not(:disabled):not(.disabled):active, .btn-minimalis-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-dark.dropdown-toggle {
  background: none;
  border-color: #1e1e1e;
}

.btn-minimalis-outline-green {
  position: relative;
  overflow: hidden;
  color: #1F8D61;
  background: none;
  border-color: #1F8D61;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-green::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1F8D61;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-green::before {
    transition: none;
  }
}

.btn-minimalis-outline-green:hover {
  color: #ffffff;
  background: none;
  border-color: #1f8d61;
}

.btn-minimalis-outline-green:hover::before {
  width: 100%;
}

.btn-minimalis-outline-green:focus, .btn-minimalis-outline-green.focus {
  background: none;
  border-color: #1f8d61;
}

.btn-minimalis-outline-green.disabled, .btn-minimalis-outline-green:disabled {
  color: #1F8D61;
  background: none;
  border-color: #1F8D61;
}

.btn-minimalis-outline-green.disabled::before, .btn-minimalis-outline-green:disabled::before {
  width: 0;
}

.btn-minimalis-outline-green:not(:disabled):not(.disabled):active, .btn-minimalis-outline-green:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-green.dropdown-toggle {
  background: none;
  border-color: #1f8d61;
}

.btn-minimalis-outline-blue {
  position: relative;
  overflow: hidden;
  color: #0E49B5;
  background: none;
  border-color: #0E49B5;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-blue::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0E49B5;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-blue::before {
    transition: none;
  }
}

.btn-minimalis-outline-blue:hover {
  color: #ffffff;
  background: none;
  border-color: #0e49b5;
}

.btn-minimalis-outline-blue:hover::before {
  width: 100%;
}

.btn-minimalis-outline-blue:focus, .btn-minimalis-outline-blue.focus {
  background: none;
  border-color: #0e49b5;
}

.btn-minimalis-outline-blue.disabled, .btn-minimalis-outline-blue:disabled {
  color: #0E49B5;
  background: none;
  border-color: #0E49B5;
}

.btn-minimalis-outline-blue.disabled::before, .btn-minimalis-outline-blue:disabled::before {
  width: 0;
}

.btn-minimalis-outline-blue:not(:disabled):not(.disabled):active, .btn-minimalis-outline-blue:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-blue.dropdown-toggle {
  background: none;
  border-color: #0e49b5;
}

.btn-minimalis-outline-gray {
  position: relative;
  overflow: hidden;
  color: #9f9f9f;
  background: none;
  border-color: #9f9f9f;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-gray::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #9f9f9f;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-gray::before {
    transition: none;
  }
}

.btn-minimalis-outline-gray:hover {
  color: #ffffff;
  background: none;
  border-color: #9f9f9f;
}

.btn-minimalis-outline-gray:hover::before {
  width: 100%;
}

.btn-minimalis-outline-gray:focus, .btn-minimalis-outline-gray.focus {
  background: none;
  border-color: #9f9f9f;
}

.btn-minimalis-outline-gray.disabled, .btn-minimalis-outline-gray:disabled {
  color: #9f9f9f;
  background: none;
  border-color: #9f9f9f;
}

.btn-minimalis-outline-gray.disabled::before, .btn-minimalis-outline-gray:disabled::before {
  width: 0;
}

.btn-minimalis-outline-gray:not(:disabled):not(.disabled):active, .btn-minimalis-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-gray.dropdown-toggle {
  background: none;
  border-color: #9f9f9f;
}

.btn-minimalis-outline-gray-200 {
  position: relative;
  overflow: hidden;
  color: #e9e9e9;
  background: none;
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-gray-200::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #e9e9e9;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-gray-200::before {
    transition: none;
  }
}

.btn-minimalis-outline-gray-200:hover {
  color: #1e1e1e;
  background: none;
  border-color: #e9e9e9;
}

.btn-minimalis-outline-gray-200:hover::before {
  width: 100%;
}

.btn-minimalis-outline-gray-200:focus, .btn-minimalis-outline-gray-200.focus {
  background: none;
  border-color: #e9e9e9;
}

.btn-minimalis-outline-gray-200.disabled, .btn-minimalis-outline-gray-200:disabled {
  color: #e9e9e9;
  background: none;
  border-color: #e9e9e9;
}

.btn-minimalis-outline-gray-200.disabled::before, .btn-minimalis-outline-gray-200:disabled::before {
  width: 0;
}

.btn-minimalis-outline-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-outline-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-gray-200.dropdown-toggle {
  background: none;
  border-color: #e9e9e9;
}

.btn-minimalis-outline-gray-300 {
  position: relative;
  overflow: hidden;
  color: #dee2e6;
  background: none;
  border-color: #dee2e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-gray-300::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #dee2e6;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-gray-300::before {
    transition: none;
  }
}

.btn-minimalis-outline-gray-300:hover {
  color: #1e1e1e;
  background: none;
  border-color: #dee2e6;
}

.btn-minimalis-outline-gray-300:hover::before {
  width: 100%;
}

.btn-minimalis-outline-gray-300:focus, .btn-minimalis-outline-gray-300.focus {
  background: none;
  border-color: #dee2e6;
}

.btn-minimalis-outline-gray-300.disabled, .btn-minimalis-outline-gray-300:disabled {
  color: #dee2e6;
  background: none;
  border-color: #dee2e6;
}

.btn-minimalis-outline-gray-300.disabled::before, .btn-minimalis-outline-gray-300:disabled::before {
  width: 0;
}

.btn-minimalis-outline-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-outline-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-gray-300.dropdown-toggle {
  background: none;
  border-color: #dee2e6;
}

.btn-minimalis-outline-gray-400 {
  position: relative;
  overflow: hidden;
  color: #ced4da;
  background: none;
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-gray-400::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ced4da;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-gray-400::before {
    transition: none;
  }
}

.btn-minimalis-outline-gray-400:hover {
  color: #1e1e1e;
  background: none;
  border-color: #ced4da;
}

.btn-minimalis-outline-gray-400:hover::before {
  width: 100%;
}

.btn-minimalis-outline-gray-400:focus, .btn-minimalis-outline-gray-400.focus {
  background: none;
  border-color: #ced4da;
}

.btn-minimalis-outline-gray-400.disabled, .btn-minimalis-outline-gray-400:disabled {
  color: #ced4da;
  background: none;
  border-color: #ced4da;
}

.btn-minimalis-outline-gray-400.disabled::before, .btn-minimalis-outline-gray-400:disabled::before {
  width: 0;
}

.btn-minimalis-outline-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-outline-gray-400:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-gray-400.dropdown-toggle {
  background: none;
  border-color: #ced4da;
}

.btn-minimalis-outline-up-primary {
  position: relative;
  overflow: hidden;
  color: var(--main);
  background: none;
  border-color: var(--main);
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-up-primary::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--main);
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-primary::before {
    transition: none;
  }
}

.btn-minimalis-outline-up-primary:hover {
  color: #ffffff;
  background: none;
  border-color: var(--main);
}

.btn-minimalis-outline-up-primary:hover::before {
  height: 100%;
}

.btn-minimalis-outline-up-primary:focus, .btn-minimalis-outline-up-primary.focus {
  background: none;
  border-color: var(--main);
}

.btn-minimalis-outline-up-primary.disabled, .btn-minimalis-outline-up-primary:disabled {
  color: var(--main);
  background: none;
  border-color: var(--main);
}

.btn-minimalis-outline-up-primary.disabled::before, .btn-minimalis-outline-up-primary:disabled::before {
  width: 0;
}

.btn-minimalis-outline-up-primary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-primary:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-up-primary.dropdown-toggle {
  background: none;
  border-color: var(--main);
}

.btn-minimalis-outline-up-secondary {
  position: relative;
  overflow: hidden;
  color: #686868;
  background: none;
  border-color: #686868;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-up-secondary::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #686868;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-secondary::before {
    transition: none;
  }
}

.btn-minimalis-outline-up-secondary:hover {
  color: #ffffff;
  background: none;
  border-color: #686868;
}

.btn-minimalis-outline-up-secondary:hover::before {
  height: 100%;
}

.btn-minimalis-outline-up-secondary:focus, .btn-minimalis-outline-up-secondary.focus {
  background: none;
  border-color: #686868;
}

.btn-minimalis-outline-up-secondary.disabled, .btn-minimalis-outline-up-secondary:disabled {
  color: #686868;
  background: none;
  border-color: #686868;
}

.btn-minimalis-outline-up-secondary.disabled::before, .btn-minimalis-outline-up-secondary:disabled::before {
  width: 0;
}

.btn-minimalis-outline-up-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-secondary:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-up-secondary.dropdown-toggle {
  background: none;
  border-color: #686868;
}

.btn-minimalis-outline-up-success {
  position: relative;
  overflow: hidden;
  color: #87de7d;
  background: none;
  border-color: #87de7d;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-up-success::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #87de7d;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-success::before {
    transition: none;
  }
}

.btn-minimalis-outline-up-success:hover {
  color: #ffffff;
  background: none;
  border-color: #87de7d;
}

.btn-minimalis-outline-up-success:hover::before {
  height: 100%;
}

.btn-minimalis-outline-up-success:focus, .btn-minimalis-outline-up-success.focus {
  background: none;
  border-color: #87de7d;
}

.btn-minimalis-outline-up-success.disabled, .btn-minimalis-outline-up-success:disabled {
  color: #87de7d;
  background: none;
  border-color: #87de7d;
}

.btn-minimalis-outline-up-success.disabled::before, .btn-minimalis-outline-up-success:disabled::before {
  width: 0;
}

.btn-minimalis-outline-up-success:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-success:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-up-success.dropdown-toggle {
  background: none;
  border-color: #87de7d;
}

.btn-minimalis-outline-up-info {
  position: relative;
  overflow: hidden;
  color: #2bb4dd;
  background: none;
  border-color: #2bb4dd;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-up-info::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #2bb4dd;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-info::before {
    transition: none;
  }
}

.btn-minimalis-outline-up-info:hover {
  color: #ffffff;
  background: none;
  border-color: #2bb4dd;
}

.btn-minimalis-outline-up-info:hover::before {
  height: 100%;
}

.btn-minimalis-outline-up-info:focus, .btn-minimalis-outline-up-info.focus {
  background: none;
  border-color: #2bb4dd;
}

.btn-minimalis-outline-up-info.disabled, .btn-minimalis-outline-up-info:disabled {
  color: #2bb4dd;
  background: none;
  border-color: #2bb4dd;
}

.btn-minimalis-outline-up-info.disabled::before, .btn-minimalis-outline-up-info:disabled::before {
  width: 0;
}

.btn-minimalis-outline-up-info:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-info:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-up-info.dropdown-toggle {
  background: none;
  border-color: #2bb4dd;
}

.btn-minimalis-outline-up-warning {
  position: relative;
  overflow: hidden;
  color: #ddb32b;
  background: none;
  border-color: #ddb32b;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-up-warning::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ddb32b;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-warning::before {
    transition: none;
  }
}

.btn-minimalis-outline-up-warning:hover {
  color: #ffffff;
  background: none;
  border-color: #ddb32b;
}

.btn-minimalis-outline-up-warning:hover::before {
  height: 100%;
}

.btn-minimalis-outline-up-warning:focus, .btn-minimalis-outline-up-warning.focus {
  background: none;
  border-color: #ddb32b;
}

.btn-minimalis-outline-up-warning.disabled, .btn-minimalis-outline-up-warning:disabled {
  color: #ddb32b;
  background: none;
  border-color: #ddb32b;
}

.btn-minimalis-outline-up-warning.disabled::before, .btn-minimalis-outline-up-warning:disabled::before {
  width: 0;
}

.btn-minimalis-outline-up-warning:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-warning:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-up-warning.dropdown-toggle {
  background: none;
  border-color: #ddb32b;
}

.btn-minimalis-outline-up-danger {
  position: relative;
  overflow: hidden;
  color: #f90000;
  background: none;
  border-color: #f90000;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-up-danger::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #f90000;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-danger::before {
    transition: none;
  }
}

.btn-minimalis-outline-up-danger:hover {
  color: #ffffff;
  background: none;
  border-color: #f90000;
}

.btn-minimalis-outline-up-danger:hover::before {
  height: 100%;
}

.btn-minimalis-outline-up-danger:focus, .btn-minimalis-outline-up-danger.focus {
  background: none;
  border-color: #f90000;
}

.btn-minimalis-outline-up-danger.disabled, .btn-minimalis-outline-up-danger:disabled {
  color: #f90000;
  background: none;
  border-color: #f90000;
}

.btn-minimalis-outline-up-danger.disabled::before, .btn-minimalis-outline-up-danger:disabled::before {
  width: 0;
}

.btn-minimalis-outline-up-danger:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-danger:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-up-danger.dropdown-toggle {
  background: none;
  border-color: #f90000;
}

.btn-minimalis-outline-up-light {
  position: relative;
  overflow: hidden;
  color: #f7f5f6;
  background: none;
  border-color: #f7f5f6;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-up-light::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #f7f5f6;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-light::before {
    transition: none;
  }
}

.btn-minimalis-outline-up-light:hover {
  color: #1e1e1e;
  background: none;
  border-color: #f7f5f6;
}

.btn-minimalis-outline-up-light:hover::before {
  height: 100%;
}

.btn-minimalis-outline-up-light:focus, .btn-minimalis-outline-up-light.focus {
  background: none;
  border-color: #f7f5f6;
}

.btn-minimalis-outline-up-light.disabled, .btn-minimalis-outline-up-light:disabled {
  color: #f7f5f6;
  background: none;
  border-color: #f7f5f6;
}

.btn-minimalis-outline-up-light.disabled::before, .btn-minimalis-outline-up-light:disabled::before {
  width: 0;
}

.btn-minimalis-outline-up-light:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-light:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-up-light.dropdown-toggle {
  background: none;
  border-color: #f7f5f6;
}

.btn-minimalis-outline-up-dark {
  position: relative;
  overflow: hidden;
  color: #1e1e1e;
  background: none;
  border-color: #1e1e1e;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-up-dark::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #1e1e1e;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-dark::before {
    transition: none;
  }
}

.btn-minimalis-outline-up-dark:hover {
  color: #ffffff;
  background: none;
  border-color: #1e1e1e;
}

.btn-minimalis-outline-up-dark:hover::before {
  height: 100%;
}

.btn-minimalis-outline-up-dark:focus, .btn-minimalis-outline-up-dark.focus {
  background: none;
  border-color: #1e1e1e;
}

.btn-minimalis-outline-up-dark.disabled, .btn-minimalis-outline-up-dark:disabled {
  color: #1e1e1e;
  background: none;
  border-color: #1e1e1e;
}

.btn-minimalis-outline-up-dark.disabled::before, .btn-minimalis-outline-up-dark:disabled::before {
  width: 0;
}

.btn-minimalis-outline-up-dark:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-dark:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-up-dark.dropdown-toggle {
  background: none;
  border-color: #1e1e1e;
}

.btn-minimalis-outline-up-green {
  position: relative;
  overflow: hidden;
  color: #1F8D61;
  background: none;
  border-color: #1F8D61;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-up-green::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #1F8D61;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-green::before {
    transition: none;
  }
}

.btn-minimalis-outline-up-green:hover {
  color: #ffffff;
  background: none;
  border-color: #1f8d61;
}

.btn-minimalis-outline-up-green:hover::before {
  height: 100%;
}

.btn-minimalis-outline-up-green:focus, .btn-minimalis-outline-up-green.focus {
  background: none;
  border-color: #1f8d61;
}

.btn-minimalis-outline-up-green.disabled, .btn-minimalis-outline-up-green:disabled {
  color: #1F8D61;
  background: none;
  border-color: #1F8D61;
}

.btn-minimalis-outline-up-green.disabled::before, .btn-minimalis-outline-up-green:disabled::before {
  width: 0;
}

.btn-minimalis-outline-up-green:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-green:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-up-green.dropdown-toggle {
  background: none;
  border-color: #1f8d61;
}

.btn-minimalis-outline-up-blue {
  position: relative;
  overflow: hidden;
  color: #0E49B5;
  background: none;
  border-color: #0E49B5;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-up-blue::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #0E49B5;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-blue::before {
    transition: none;
  }
}

.btn-minimalis-outline-up-blue:hover {
  color: #ffffff;
  background: none;
  border-color: #0e49b5;
}

.btn-minimalis-outline-up-blue:hover::before {
  height: 100%;
}

.btn-minimalis-outline-up-blue:focus, .btn-minimalis-outline-up-blue.focus {
  background: none;
  border-color: #0e49b5;
}

.btn-minimalis-outline-up-blue.disabled, .btn-minimalis-outline-up-blue:disabled {
  color: #0E49B5;
  background: none;
  border-color: #0E49B5;
}

.btn-minimalis-outline-up-blue.disabled::before, .btn-minimalis-outline-up-blue:disabled::before {
  width: 0;
}

.btn-minimalis-outline-up-blue:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-blue:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-up-blue.dropdown-toggle {
  background: none;
  border-color: #0e49b5;
}

.btn-minimalis-outline-up-gray {
  position: relative;
  overflow: hidden;
  color: #9f9f9f;
  background: none;
  border-color: #9f9f9f;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-up-gray::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #9f9f9f;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-gray::before {
    transition: none;
  }
}

.btn-minimalis-outline-up-gray:hover {
  color: #ffffff;
  background: none;
  border-color: #9f9f9f;
}

.btn-minimalis-outline-up-gray:hover::before {
  height: 100%;
}

.btn-minimalis-outline-up-gray:focus, .btn-minimalis-outline-up-gray.focus {
  background: none;
  border-color: #9f9f9f;
}

.btn-minimalis-outline-up-gray.disabled, .btn-minimalis-outline-up-gray:disabled {
  color: #9f9f9f;
  background: none;
  border-color: #9f9f9f;
}

.btn-minimalis-outline-up-gray.disabled::before, .btn-minimalis-outline-up-gray:disabled::before {
  width: 0;
}

.btn-minimalis-outline-up-gray:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-gray:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-up-gray.dropdown-toggle {
  background: none;
  border-color: #9f9f9f;
}

.btn-minimalis-outline-up-gray-200 {
  position: relative;
  overflow: hidden;
  color: #e9e9e9;
  background: none;
  border-color: #e9e9e9;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-up-gray-200::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #e9e9e9;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-gray-200::before {
    transition: none;
  }
}

.btn-minimalis-outline-up-gray-200:hover {
  color: #1e1e1e;
  background: none;
  border-color: #e9e9e9;
}

.btn-minimalis-outline-up-gray-200:hover::before {
  height: 100%;
}

.btn-minimalis-outline-up-gray-200:focus, .btn-minimalis-outline-up-gray-200.focus {
  background: none;
  border-color: #e9e9e9;
}

.btn-minimalis-outline-up-gray-200.disabled, .btn-minimalis-outline-up-gray-200:disabled {
  color: #e9e9e9;
  background: none;
  border-color: #e9e9e9;
}

.btn-minimalis-outline-up-gray-200.disabled::before, .btn-minimalis-outline-up-gray-200:disabled::before {
  width: 0;
}

.btn-minimalis-outline-up-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-gray-200:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-up-gray-200.dropdown-toggle {
  background: none;
  border-color: #e9e9e9;
}

.btn-minimalis-outline-up-gray-300 {
  position: relative;
  overflow: hidden;
  color: #dee2e6;
  background: none;
  border-color: #dee2e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-up-gray-300::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #dee2e6;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-gray-300::before {
    transition: none;
  }
}

.btn-minimalis-outline-up-gray-300:hover {
  color: #1e1e1e;
  background: none;
  border-color: #dee2e6;
}

.btn-minimalis-outline-up-gray-300:hover::before {
  height: 100%;
}

.btn-minimalis-outline-up-gray-300:focus, .btn-minimalis-outline-up-gray-300.focus {
  background: none;
  border-color: #dee2e6;
}

.btn-minimalis-outline-up-gray-300.disabled, .btn-minimalis-outline-up-gray-300:disabled {
  color: #dee2e6;
  background: none;
  border-color: #dee2e6;
}

.btn-minimalis-outline-up-gray-300.disabled::before, .btn-minimalis-outline-up-gray-300:disabled::before {
  width: 0;
}

.btn-minimalis-outline-up-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-gray-300:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-up-gray-300.dropdown-toggle {
  background: none;
  border-color: #dee2e6;
}

.btn-minimalis-outline-up-gray-400 {
  position: relative;
  overflow: hidden;
  color: #ced4da;
  background: none;
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 1;
}

.btn-minimalis-outline-up-gray-400::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #ced4da;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-gray-400::before {
    transition: none;
  }
}

.btn-minimalis-outline-up-gray-400:hover {
  color: #1e1e1e;
  background: none;
  border-color: #ced4da;
}

.btn-minimalis-outline-up-gray-400:hover::before {
  height: 100%;
}

.btn-minimalis-outline-up-gray-400:focus, .btn-minimalis-outline-up-gray-400.focus {
  background: none;
  border-color: #ced4da;
}

.btn-minimalis-outline-up-gray-400.disabled, .btn-minimalis-outline-up-gray-400:disabled {
  color: #ced4da;
  background: none;
  border-color: #ced4da;
}

.btn-minimalis-outline-up-gray-400.disabled::before, .btn-minimalis-outline-up-gray-400:disabled::before {
  width: 0;
}

.btn-minimalis-outline-up-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-gray-400:not(:disabled):not(.disabled).active,
.show > .btn-minimalis-outline-up-gray-400.dropdown-toggle {
  background: none;
  border-color: #ced4da;
}

@media (min-width: 576px) {
  .btn-minimalis-sm-primary {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-sm-primary::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-sm-primary::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-sm-primary:hover {
    color: var(--main);
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-sm-primary:hover::before {
    width: 0;
  }
  .btn-minimalis-sm-primary:focus, .btn-minimalis-sm-primary.focus {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-sm-primary.disabled, .btn-minimalis-sm-primary:disabled {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-minimalis-sm-primary:not(:disabled):not(.disabled):active, .btn-minimalis-sm-primary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-sm-primary.dropdown-toggle {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-sm-secondary {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-sm-secondary::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #686868;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-sm-secondary::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-sm-secondary:hover {
    color: #686868;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-sm-secondary:hover::before {
    width: 0;
  }
  .btn-minimalis-sm-secondary:focus, .btn-minimalis-sm-secondary.focus {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-sm-secondary.disabled, .btn-minimalis-sm-secondary:disabled {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-minimalis-sm-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-sm-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-sm-secondary.dropdown-toggle {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-sm-success {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-sm-success::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #87de7d;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-sm-success::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-sm-success:hover {
    color: #87de7d;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-sm-success:hover::before {
    width: 0;
  }
  .btn-minimalis-sm-success:focus, .btn-minimalis-sm-success.focus {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-sm-success.disabled, .btn-minimalis-sm-success:disabled {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-minimalis-sm-success:not(:disabled):not(.disabled):active, .btn-minimalis-sm-success:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-sm-success.dropdown-toggle {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-sm-info {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-sm-info::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #2bb4dd;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-sm-info::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-sm-info:hover {
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-sm-info:hover::before {
    width: 0;
  }
  .btn-minimalis-sm-info:focus, .btn-minimalis-sm-info.focus {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-sm-info.disabled, .btn-minimalis-sm-info:disabled {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-minimalis-sm-info:not(:disabled):not(.disabled):active, .btn-minimalis-sm-info:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-sm-info.dropdown-toggle {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-sm-warning {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-sm-warning::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ddb32b;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-sm-warning::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-sm-warning:hover {
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-sm-warning:hover::before {
    width: 0;
  }
  .btn-minimalis-sm-warning:focus, .btn-minimalis-sm-warning.focus {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-sm-warning.disabled, .btn-minimalis-sm-warning:disabled {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-minimalis-sm-warning:not(:disabled):not(.disabled):active, .btn-minimalis-sm-warning:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-sm-warning.dropdown-toggle {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-sm-danger {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-sm-danger::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f90000;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-sm-danger::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-sm-danger:hover {
    color: #f90000;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-sm-danger:hover::before {
    width: 0;
  }
  .btn-minimalis-sm-danger:focus, .btn-minimalis-sm-danger.focus {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-sm-danger.disabled, .btn-minimalis-sm-danger:disabled {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-minimalis-sm-danger:not(:disabled):not(.disabled):active, .btn-minimalis-sm-danger:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-sm-danger.dropdown-toggle {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-sm-light {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-sm-light::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f5f6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-sm-light::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-sm-light:hover {
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-sm-light:hover::before {
    width: 0;
  }
  .btn-minimalis-sm-light:focus, .btn-minimalis-sm-light.focus {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-sm-light.disabled, .btn-minimalis-sm-light:disabled {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-minimalis-sm-light:not(:disabled):not(.disabled):active, .btn-minimalis-sm-light:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-sm-light.dropdown-toggle {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-sm-dark {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-sm-dark::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1e1e1e;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-sm-dark::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-sm-dark:hover {
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-sm-dark:hover::before {
    width: 0;
  }
  .btn-minimalis-sm-dark:focus, .btn-minimalis-sm-dark.focus {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-sm-dark.disabled, .btn-minimalis-sm-dark:disabled {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-minimalis-sm-dark:not(:disabled):not(.disabled):active, .btn-minimalis-sm-dark:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-sm-dark.dropdown-toggle {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-sm-green {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-sm-green::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1F8D61;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-sm-green::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-sm-green:hover {
    color: #1F8D61;
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-sm-green:hover::before {
    width: 0;
  }
  .btn-minimalis-sm-green:focus, .btn-minimalis-sm-green.focus {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-sm-green.disabled, .btn-minimalis-sm-green:disabled {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-minimalis-sm-green:not(:disabled):not(.disabled):active, .btn-minimalis-sm-green:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-sm-green.dropdown-toggle {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-sm-blue {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-sm-blue::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0E49B5;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-sm-blue::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-sm-blue:hover {
    color: #0E49B5;
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-sm-blue:hover::before {
    width: 0;
  }
  .btn-minimalis-sm-blue:focus, .btn-minimalis-sm-blue.focus {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-sm-blue.disabled, .btn-minimalis-sm-blue:disabled {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-minimalis-sm-blue:not(:disabled):not(.disabled):active, .btn-minimalis-sm-blue:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-sm-blue.dropdown-toggle {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-sm-gray {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-sm-gray::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #9f9f9f;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-sm-gray::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-sm-gray:hover {
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-sm-gray:hover::before {
    width: 0;
  }
  .btn-minimalis-sm-gray:focus, .btn-minimalis-sm-gray.focus {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-sm-gray.disabled, .btn-minimalis-sm-gray:disabled {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-minimalis-sm-gray:not(:disabled):not(.disabled):active, .btn-minimalis-sm-gray:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-sm-gray.dropdown-toggle {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-sm-gray-200 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-sm-gray-200::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-sm-gray-200::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-sm-gray-200:hover {
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-sm-gray-200:hover::before {
    width: 0;
  }
  .btn-minimalis-sm-gray-200:focus, .btn-minimalis-sm-gray-200.focus {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-sm-gray-200.disabled, .btn-minimalis-sm-gray-200:disabled {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-minimalis-sm-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-sm-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-sm-gray-200.dropdown-toggle {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-sm-gray-300 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-sm-gray-300::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #dee2e6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-sm-gray-300::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-sm-gray-300:hover {
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-sm-gray-300:hover::before {
    width: 0;
  }
  .btn-minimalis-sm-gray-300:focus, .btn-minimalis-sm-gray-300.focus {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-sm-gray-300.disabled, .btn-minimalis-sm-gray-300:disabled {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-minimalis-sm-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-sm-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-sm-gray-300.dropdown-toggle {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-sm-gray-400 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-sm-gray-400::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ced4da;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-sm-gray-400::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-sm-gray-400:hover {
    color: #ced4da;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-sm-gray-400:hover::before {
    width: 0;
  }
  .btn-minimalis-sm-gray-400:focus, .btn-minimalis-sm-gray-400.focus {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-sm-gray-400.disabled, .btn-minimalis-sm-gray-400:disabled {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-minimalis-sm-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-sm-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-sm-gray-400.dropdown-toggle {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-up-sm-primary {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-sm-primary::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-sm-primary::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-up-sm-primary:hover {
    color: var(--main);
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-up-sm-primary:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-sm-primary:focus, .btn-minimalis-up-sm-primary.focus {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-up-sm-primary.disabled, .btn-minimalis-up-sm-primary:disabled {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-minimalis-up-sm-primary:not(:disabled):not(.disabled):active, .btn-minimalis-up-sm-primary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-sm-primary.dropdown-toggle {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-up-sm-secondary {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-sm-secondary::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #686868;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-sm-secondary::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-up-sm-secondary:hover {
    color: #686868;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-up-sm-secondary:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-sm-secondary:focus, .btn-minimalis-up-sm-secondary.focus {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-up-sm-secondary.disabled, .btn-minimalis-up-sm-secondary:disabled {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-minimalis-up-sm-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-up-sm-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-sm-secondary.dropdown-toggle {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-up-sm-success {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-sm-success::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #87de7d;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-sm-success::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-up-sm-success:hover {
    color: #87de7d;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-up-sm-success:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-sm-success:focus, .btn-minimalis-up-sm-success.focus {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-up-sm-success.disabled, .btn-minimalis-up-sm-success:disabled {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-minimalis-up-sm-success:not(:disabled):not(.disabled):active, .btn-minimalis-up-sm-success:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-sm-success.dropdown-toggle {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-up-sm-info {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-sm-info::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #2bb4dd;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-sm-info::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-up-sm-info:hover {
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-up-sm-info:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-sm-info:focus, .btn-minimalis-up-sm-info.focus {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-up-sm-info.disabled, .btn-minimalis-up-sm-info:disabled {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-minimalis-up-sm-info:not(:disabled):not(.disabled):active, .btn-minimalis-up-sm-info:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-sm-info.dropdown-toggle {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-up-sm-warning {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-sm-warning::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ddb32b;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-sm-warning::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-up-sm-warning:hover {
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-up-sm-warning:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-sm-warning:focus, .btn-minimalis-up-sm-warning.focus {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-up-sm-warning.disabled, .btn-minimalis-up-sm-warning:disabled {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-minimalis-up-sm-warning:not(:disabled):not(.disabled):active, .btn-minimalis-up-sm-warning:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-sm-warning.dropdown-toggle {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-up-sm-danger {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-sm-danger::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f90000;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-sm-danger::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-up-sm-danger:hover {
    color: #f90000;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-up-sm-danger:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-sm-danger:focus, .btn-minimalis-up-sm-danger.focus {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-up-sm-danger.disabled, .btn-minimalis-up-sm-danger:disabled {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-minimalis-up-sm-danger:not(:disabled):not(.disabled):active, .btn-minimalis-up-sm-danger:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-sm-danger.dropdown-toggle {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-up-sm-light {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-sm-light::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f5f6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-sm-light::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-up-sm-light:hover {
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-up-sm-light:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-sm-light:focus, .btn-minimalis-up-sm-light.focus {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-up-sm-light.disabled, .btn-minimalis-up-sm-light:disabled {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-minimalis-up-sm-light:not(:disabled):not(.disabled):active, .btn-minimalis-up-sm-light:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-sm-light.dropdown-toggle {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-up-sm-dark {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-sm-dark::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1e1e1e;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-sm-dark::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-up-sm-dark:hover {
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-up-sm-dark:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-sm-dark:focus, .btn-minimalis-up-sm-dark.focus {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-up-sm-dark.disabled, .btn-minimalis-up-sm-dark:disabled {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-minimalis-up-sm-dark:not(:disabled):not(.disabled):active, .btn-minimalis-up-sm-dark:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-sm-dark.dropdown-toggle {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-up-sm-green {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-sm-green::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1F8D61;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-sm-green::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-up-sm-green:hover {
    color: #1F8D61;
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-up-sm-green:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-sm-green:focus, .btn-minimalis-up-sm-green.focus {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-up-sm-green.disabled, .btn-minimalis-up-sm-green:disabled {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-minimalis-up-sm-green:not(:disabled):not(.disabled):active, .btn-minimalis-up-sm-green:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-sm-green.dropdown-toggle {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-up-sm-blue {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-sm-blue::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0E49B5;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-sm-blue::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-up-sm-blue:hover {
    color: #0E49B5;
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-up-sm-blue:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-sm-blue:focus, .btn-minimalis-up-sm-blue.focus {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-up-sm-blue.disabled, .btn-minimalis-up-sm-blue:disabled {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-minimalis-up-sm-blue:not(:disabled):not(.disabled):active, .btn-minimalis-up-sm-blue:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-sm-blue.dropdown-toggle {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-up-sm-gray {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-sm-gray::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #9f9f9f;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-sm-gray::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-up-sm-gray:hover {
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-up-sm-gray:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-sm-gray:focus, .btn-minimalis-up-sm-gray.focus {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-up-sm-gray.disabled, .btn-minimalis-up-sm-gray:disabled {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-minimalis-up-sm-gray:not(:disabled):not(.disabled):active, .btn-minimalis-up-sm-gray:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-sm-gray.dropdown-toggle {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-up-sm-gray-200 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-sm-gray-200::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-sm-gray-200::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-up-sm-gray-200:hover {
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-up-sm-gray-200:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-sm-gray-200:focus, .btn-minimalis-up-sm-gray-200.focus {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-up-sm-gray-200.disabled, .btn-minimalis-up-sm-gray-200:disabled {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-minimalis-up-sm-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-up-sm-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-sm-gray-200.dropdown-toggle {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-up-sm-gray-300 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-sm-gray-300::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #dee2e6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-sm-gray-300::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-up-sm-gray-300:hover {
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-up-sm-gray-300:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-sm-gray-300:focus, .btn-minimalis-up-sm-gray-300.focus {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-up-sm-gray-300.disabled, .btn-minimalis-up-sm-gray-300:disabled {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-minimalis-up-sm-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-up-sm-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-sm-gray-300.dropdown-toggle {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-up-sm-gray-400 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-sm-gray-400::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ced4da;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-sm-gray-400::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-up-sm-gray-400:hover {
    color: #ced4da;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-up-sm-gray-400:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-sm-gray-400:focus, .btn-minimalis-up-sm-gray-400.focus {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-up-sm-gray-400.disabled, .btn-minimalis-up-sm-gray-400:disabled {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-minimalis-up-sm-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-up-sm-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-sm-gray-400.dropdown-toggle {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-sm-primary {
    position: relative;
    overflow: hidden;
    color: var(--main);
    background: none;
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-sm-primary::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--main);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-sm-primary::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-sm-primary:hover {
    color: #ffffff;
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-sm-primary:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-sm-primary:focus, .btn-minimalis-outline-sm-primary.focus {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-sm-primary.disabled, .btn-minimalis-outline-sm-primary:disabled {
    color: var(--main);
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-sm-primary.disabled::before, .btn-minimalis-outline-sm-primary:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-sm-primary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-sm-primary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-sm-primary.dropdown-toggle {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-sm-secondary {
    position: relative;
    overflow: hidden;
    color: #686868;
    background: none;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-sm-secondary::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #686868;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-sm-secondary::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-sm-secondary:hover {
    color: #ffffff;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-sm-secondary:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-sm-secondary:focus, .btn-minimalis-outline-sm-secondary.focus {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-sm-secondary.disabled, .btn-minimalis-outline-sm-secondary:disabled {
    color: #686868;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-sm-secondary.disabled::before, .btn-minimalis-outline-sm-secondary:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-sm-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-sm-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-sm-secondary.dropdown-toggle {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-sm-success {
    position: relative;
    overflow: hidden;
    color: #87de7d;
    background: none;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-sm-success::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #87de7d;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-sm-success::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-sm-success:hover {
    color: #ffffff;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-sm-success:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-sm-success:focus, .btn-minimalis-outline-sm-success.focus {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-sm-success.disabled, .btn-minimalis-outline-sm-success:disabled {
    color: #87de7d;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-sm-success.disabled::before, .btn-minimalis-outline-sm-success:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-sm-success:not(:disabled):not(.disabled):active, .btn-minimalis-outline-sm-success:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-sm-success.dropdown-toggle {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-sm-info {
    position: relative;
    overflow: hidden;
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-sm-info::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #2bb4dd;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-sm-info::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-sm-info:hover {
    color: #ffffff;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-sm-info:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-sm-info:focus, .btn-minimalis-outline-sm-info.focus {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-sm-info.disabled, .btn-minimalis-outline-sm-info:disabled {
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-sm-info.disabled::before, .btn-minimalis-outline-sm-info:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-sm-info:not(:disabled):not(.disabled):active, .btn-minimalis-outline-sm-info:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-sm-info.dropdown-toggle {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-sm-warning {
    position: relative;
    overflow: hidden;
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-sm-warning::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ddb32b;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-sm-warning::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-sm-warning:hover {
    color: #ffffff;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-sm-warning:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-sm-warning:focus, .btn-minimalis-outline-sm-warning.focus {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-sm-warning.disabled, .btn-minimalis-outline-sm-warning:disabled {
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-sm-warning.disabled::before, .btn-minimalis-outline-sm-warning:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-sm-warning:not(:disabled):not(.disabled):active, .btn-minimalis-outline-sm-warning:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-sm-warning.dropdown-toggle {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-sm-danger {
    position: relative;
    overflow: hidden;
    color: #f90000;
    background: none;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-sm-danger::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f90000;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-sm-danger::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-sm-danger:hover {
    color: #ffffff;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-sm-danger:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-sm-danger:focus, .btn-minimalis-outline-sm-danger.focus {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-sm-danger.disabled, .btn-minimalis-outline-sm-danger:disabled {
    color: #f90000;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-sm-danger.disabled::before, .btn-minimalis-outline-sm-danger:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-sm-danger:not(:disabled):not(.disabled):active, .btn-minimalis-outline-sm-danger:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-sm-danger.dropdown-toggle {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-sm-light {
    position: relative;
    overflow: hidden;
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-sm-light::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f7f5f6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-sm-light::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-sm-light:hover {
    color: #1e1e1e;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-sm-light:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-sm-light:focus, .btn-minimalis-outline-sm-light.focus {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-sm-light.disabled, .btn-minimalis-outline-sm-light:disabled {
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-sm-light.disabled::before, .btn-minimalis-outline-sm-light:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-sm-light:not(:disabled):not(.disabled):active, .btn-minimalis-outline-sm-light:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-sm-light.dropdown-toggle {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-sm-dark {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-sm-dark::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #1e1e1e;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-sm-dark::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-sm-dark:hover {
    color: #ffffff;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-sm-dark:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-sm-dark:focus, .btn-minimalis-outline-sm-dark.focus {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-sm-dark.disabled, .btn-minimalis-outline-sm-dark:disabled {
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-sm-dark.disabled::before, .btn-minimalis-outline-sm-dark:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-sm-dark:not(:disabled):not(.disabled):active, .btn-minimalis-outline-sm-dark:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-sm-dark.dropdown-toggle {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-sm-green {
    position: relative;
    overflow: hidden;
    color: #1F8D61;
    background: none;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-sm-green::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #1F8D61;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-sm-green::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-sm-green:hover {
    color: #ffffff;
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-sm-green:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-sm-green:focus, .btn-minimalis-outline-sm-green.focus {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-sm-green.disabled, .btn-minimalis-outline-sm-green:disabled {
    color: #1F8D61;
    background: none;
    border-color: #1F8D61;
  }
  .btn-minimalis-outline-sm-green.disabled::before, .btn-minimalis-outline-sm-green:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-sm-green:not(:disabled):not(.disabled):active, .btn-minimalis-outline-sm-green:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-sm-green.dropdown-toggle {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-sm-blue {
    position: relative;
    overflow: hidden;
    color: #0E49B5;
    background: none;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-sm-blue::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #0E49B5;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-sm-blue::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-sm-blue:hover {
    color: #ffffff;
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-sm-blue:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-sm-blue:focus, .btn-minimalis-outline-sm-blue.focus {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-sm-blue.disabled, .btn-minimalis-outline-sm-blue:disabled {
    color: #0E49B5;
    background: none;
    border-color: #0E49B5;
  }
  .btn-minimalis-outline-sm-blue.disabled::before, .btn-minimalis-outline-sm-blue:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-sm-blue:not(:disabled):not(.disabled):active, .btn-minimalis-outline-sm-blue:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-sm-blue.dropdown-toggle {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-sm-gray {
    position: relative;
    overflow: hidden;
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-sm-gray::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #9f9f9f;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-sm-gray::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-sm-gray:hover {
    color: #ffffff;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-sm-gray:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-sm-gray:focus, .btn-minimalis-outline-sm-gray.focus {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-sm-gray.disabled, .btn-minimalis-outline-sm-gray:disabled {
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-sm-gray.disabled::before, .btn-minimalis-outline-sm-gray:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-sm-gray:not(:disabled):not(.disabled):active, .btn-minimalis-outline-sm-gray:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-sm-gray.dropdown-toggle {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-sm-gray-200 {
    position: relative;
    overflow: hidden;
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-sm-gray-200::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #e9e9e9;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-sm-gray-200::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-sm-gray-200:hover {
    color: #1e1e1e;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-sm-gray-200:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-sm-gray-200:focus, .btn-minimalis-outline-sm-gray-200.focus {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-sm-gray-200.disabled, .btn-minimalis-outline-sm-gray-200:disabled {
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-sm-gray-200.disabled::before, .btn-minimalis-outline-sm-gray-200:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-sm-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-outline-sm-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-sm-gray-200.dropdown-toggle {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-sm-gray-300 {
    position: relative;
    overflow: hidden;
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-sm-gray-300::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #dee2e6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-sm-gray-300::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-sm-gray-300:hover {
    color: #1e1e1e;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-sm-gray-300:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-sm-gray-300:focus, .btn-minimalis-outline-sm-gray-300.focus {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-sm-gray-300.disabled, .btn-minimalis-outline-sm-gray-300:disabled {
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-sm-gray-300.disabled::before, .btn-minimalis-outline-sm-gray-300:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-sm-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-outline-sm-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-sm-gray-300.dropdown-toggle {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-sm-gray-400 {
    position: relative;
    overflow: hidden;
    color: #ced4da;
    background: none;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-sm-gray-400::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ced4da;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-sm-gray-400::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-sm-gray-400:hover {
    color: #1e1e1e;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-sm-gray-400:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-sm-gray-400:focus, .btn-minimalis-outline-sm-gray-400.focus {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-sm-gray-400.disabled, .btn-minimalis-outline-sm-gray-400:disabled {
    color: #ced4da;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-sm-gray-400.disabled::before, .btn-minimalis-outline-sm-gray-400:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-sm-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-outline-sm-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-sm-gray-400.dropdown-toggle {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-up-sm-primary {
    position: relative;
    overflow: hidden;
    color: var(--main);
    background: none;
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-sm-primary::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--main);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-sm-primary::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-up-sm-primary:hover {
    color: #ffffff;
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-up-sm-primary:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-sm-primary:focus, .btn-minimalis-outline-up-sm-primary.focus {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-up-sm-primary.disabled, .btn-minimalis-outline-up-sm-primary:disabled {
    color: var(--main);
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-up-sm-primary.disabled::before, .btn-minimalis-outline-up-sm-primary:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-sm-primary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-sm-primary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-sm-primary.dropdown-toggle {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-up-sm-secondary {
    position: relative;
    overflow: hidden;
    color: #686868;
    background: none;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-sm-secondary::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #686868;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-sm-secondary::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-up-sm-secondary:hover {
    color: #ffffff;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-up-sm-secondary:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-sm-secondary:focus, .btn-minimalis-outline-up-sm-secondary.focus {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-up-sm-secondary.disabled, .btn-minimalis-outline-up-sm-secondary:disabled {
    color: #686868;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-up-sm-secondary.disabled::before, .btn-minimalis-outline-up-sm-secondary:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-sm-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-sm-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-sm-secondary.dropdown-toggle {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-up-sm-success {
    position: relative;
    overflow: hidden;
    color: #87de7d;
    background: none;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-sm-success::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #87de7d;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-sm-success::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-up-sm-success:hover {
    color: #ffffff;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-up-sm-success:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-sm-success:focus, .btn-minimalis-outline-up-sm-success.focus {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-up-sm-success.disabled, .btn-minimalis-outline-up-sm-success:disabled {
    color: #87de7d;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-up-sm-success.disabled::before, .btn-minimalis-outline-up-sm-success:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-sm-success:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-sm-success:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-sm-success.dropdown-toggle {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-up-sm-info {
    position: relative;
    overflow: hidden;
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-sm-info::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #2bb4dd;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-sm-info::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-up-sm-info:hover {
    color: #ffffff;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-up-sm-info:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-sm-info:focus, .btn-minimalis-outline-up-sm-info.focus {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-up-sm-info.disabled, .btn-minimalis-outline-up-sm-info:disabled {
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-up-sm-info.disabled::before, .btn-minimalis-outline-up-sm-info:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-sm-info:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-sm-info:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-sm-info.dropdown-toggle {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-up-sm-warning {
    position: relative;
    overflow: hidden;
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-sm-warning::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ddb32b;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-sm-warning::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-up-sm-warning:hover {
    color: #ffffff;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-up-sm-warning:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-sm-warning:focus, .btn-minimalis-outline-up-sm-warning.focus {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-up-sm-warning.disabled, .btn-minimalis-outline-up-sm-warning:disabled {
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-up-sm-warning.disabled::before, .btn-minimalis-outline-up-sm-warning:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-sm-warning:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-sm-warning:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-sm-warning.dropdown-toggle {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-up-sm-danger {
    position: relative;
    overflow: hidden;
    color: #f90000;
    background: none;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-sm-danger::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #f90000;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-sm-danger::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-up-sm-danger:hover {
    color: #ffffff;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-up-sm-danger:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-sm-danger:focus, .btn-minimalis-outline-up-sm-danger.focus {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-up-sm-danger.disabled, .btn-minimalis-outline-up-sm-danger:disabled {
    color: #f90000;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-up-sm-danger.disabled::before, .btn-minimalis-outline-up-sm-danger:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-sm-danger:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-sm-danger:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-sm-danger.dropdown-toggle {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-up-sm-light {
    position: relative;
    overflow: hidden;
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-sm-light::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #f7f5f6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-sm-light::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-up-sm-light:hover {
    color: #1e1e1e;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-up-sm-light:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-sm-light:focus, .btn-minimalis-outline-up-sm-light.focus {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-up-sm-light.disabled, .btn-minimalis-outline-up-sm-light:disabled {
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-up-sm-light.disabled::before, .btn-minimalis-outline-up-sm-light:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-sm-light:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-sm-light:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-sm-light.dropdown-toggle {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-up-sm-dark {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-sm-dark::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #1e1e1e;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-sm-dark::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-up-sm-dark:hover {
    color: #ffffff;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-up-sm-dark:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-sm-dark:focus, .btn-minimalis-outline-up-sm-dark.focus {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-up-sm-dark.disabled, .btn-minimalis-outline-up-sm-dark:disabled {
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-up-sm-dark.disabled::before, .btn-minimalis-outline-up-sm-dark:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-sm-dark:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-sm-dark:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-sm-dark.dropdown-toggle {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-up-sm-green {
    position: relative;
    overflow: hidden;
    color: #1F8D61;
    background: none;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-sm-green::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #1F8D61;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-sm-green::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-up-sm-green:hover {
    color: #ffffff;
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-up-sm-green:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-sm-green:focus, .btn-minimalis-outline-up-sm-green.focus {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-up-sm-green.disabled, .btn-minimalis-outline-up-sm-green:disabled {
    color: #1F8D61;
    background: none;
    border-color: #1F8D61;
  }
  .btn-minimalis-outline-up-sm-green.disabled::before, .btn-minimalis-outline-up-sm-green:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-sm-green:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-sm-green:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-sm-green.dropdown-toggle {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-up-sm-blue {
    position: relative;
    overflow: hidden;
    color: #0E49B5;
    background: none;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-sm-blue::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #0E49B5;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-sm-blue::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-up-sm-blue:hover {
    color: #ffffff;
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-up-sm-blue:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-sm-blue:focus, .btn-minimalis-outline-up-sm-blue.focus {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-up-sm-blue.disabled, .btn-minimalis-outline-up-sm-blue:disabled {
    color: #0E49B5;
    background: none;
    border-color: #0E49B5;
  }
  .btn-minimalis-outline-up-sm-blue.disabled::before, .btn-minimalis-outline-up-sm-blue:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-sm-blue:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-sm-blue:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-sm-blue.dropdown-toggle {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-up-sm-gray {
    position: relative;
    overflow: hidden;
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-sm-gray::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #9f9f9f;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-sm-gray::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-up-sm-gray:hover {
    color: #ffffff;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-up-sm-gray:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-sm-gray:focus, .btn-minimalis-outline-up-sm-gray.focus {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-up-sm-gray.disabled, .btn-minimalis-outline-up-sm-gray:disabled {
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-up-sm-gray.disabled::before, .btn-minimalis-outline-up-sm-gray:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-sm-gray:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-sm-gray:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-sm-gray.dropdown-toggle {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-up-sm-gray-200 {
    position: relative;
    overflow: hidden;
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-sm-gray-200::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #e9e9e9;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-sm-gray-200::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-up-sm-gray-200:hover {
    color: #1e1e1e;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-up-sm-gray-200:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-sm-gray-200:focus, .btn-minimalis-outline-up-sm-gray-200.focus {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-up-sm-gray-200.disabled, .btn-minimalis-outline-up-sm-gray-200:disabled {
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-up-sm-gray-200.disabled::before, .btn-minimalis-outline-up-sm-gray-200:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-sm-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-sm-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-sm-gray-200.dropdown-toggle {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-up-sm-gray-300 {
    position: relative;
    overflow: hidden;
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-sm-gray-300::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #dee2e6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-sm-gray-300::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-up-sm-gray-300:hover {
    color: #1e1e1e;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-up-sm-gray-300:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-sm-gray-300:focus, .btn-minimalis-outline-up-sm-gray-300.focus {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-up-sm-gray-300.disabled, .btn-minimalis-outline-up-sm-gray-300:disabled {
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-up-sm-gray-300.disabled::before, .btn-minimalis-outline-up-sm-gray-300:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-sm-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-sm-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-sm-gray-300.dropdown-toggle {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-up-sm-gray-400 {
    position: relative;
    overflow: hidden;
    color: #ced4da;
    background: none;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-sm-gray-400::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ced4da;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 576px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-sm-gray-400::before {
    transition: none;
  }
}

@media (min-width: 576px) {
  .btn-minimalis-outline-up-sm-gray-400:hover {
    color: #1e1e1e;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-up-sm-gray-400:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-sm-gray-400:focus, .btn-minimalis-outline-up-sm-gray-400.focus {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-up-sm-gray-400.disabled, .btn-minimalis-outline-up-sm-gray-400:disabled {
    color: #ced4da;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-up-sm-gray-400.disabled::before, .btn-minimalis-outline-up-sm-gray-400:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-sm-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-sm-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-sm-gray-400.dropdown-toggle {
    background: none;
    border-color: #ced4da;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-md-primary {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-md-primary::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-md-primary::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-md-primary:hover {
    color: var(--main);
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-md-primary:hover::before {
    width: 0;
  }
  .btn-minimalis-md-primary:focus, .btn-minimalis-md-primary.focus {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-md-primary.disabled, .btn-minimalis-md-primary:disabled {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-minimalis-md-primary:not(:disabled):not(.disabled):active, .btn-minimalis-md-primary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-md-primary.dropdown-toggle {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-md-secondary {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-md-secondary::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #686868;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-md-secondary::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-md-secondary:hover {
    color: #686868;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-md-secondary:hover::before {
    width: 0;
  }
  .btn-minimalis-md-secondary:focus, .btn-minimalis-md-secondary.focus {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-md-secondary.disabled, .btn-minimalis-md-secondary:disabled {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-minimalis-md-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-md-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-md-secondary.dropdown-toggle {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-md-success {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-md-success::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #87de7d;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-md-success::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-md-success:hover {
    color: #87de7d;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-md-success:hover::before {
    width: 0;
  }
  .btn-minimalis-md-success:focus, .btn-minimalis-md-success.focus {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-md-success.disabled, .btn-minimalis-md-success:disabled {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-minimalis-md-success:not(:disabled):not(.disabled):active, .btn-minimalis-md-success:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-md-success.dropdown-toggle {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-md-info {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-md-info::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #2bb4dd;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-md-info::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-md-info:hover {
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-md-info:hover::before {
    width: 0;
  }
  .btn-minimalis-md-info:focus, .btn-minimalis-md-info.focus {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-md-info.disabled, .btn-minimalis-md-info:disabled {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-minimalis-md-info:not(:disabled):not(.disabled):active, .btn-minimalis-md-info:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-md-info.dropdown-toggle {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-md-warning {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-md-warning::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ddb32b;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-md-warning::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-md-warning:hover {
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-md-warning:hover::before {
    width: 0;
  }
  .btn-minimalis-md-warning:focus, .btn-minimalis-md-warning.focus {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-md-warning.disabled, .btn-minimalis-md-warning:disabled {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-minimalis-md-warning:not(:disabled):not(.disabled):active, .btn-minimalis-md-warning:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-md-warning.dropdown-toggle {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-md-danger {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-md-danger::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f90000;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-md-danger::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-md-danger:hover {
    color: #f90000;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-md-danger:hover::before {
    width: 0;
  }
  .btn-minimalis-md-danger:focus, .btn-minimalis-md-danger.focus {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-md-danger.disabled, .btn-minimalis-md-danger:disabled {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-minimalis-md-danger:not(:disabled):not(.disabled):active, .btn-minimalis-md-danger:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-md-danger.dropdown-toggle {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-md-light {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-md-light::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f5f6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-md-light::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-md-light:hover {
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-md-light:hover::before {
    width: 0;
  }
  .btn-minimalis-md-light:focus, .btn-minimalis-md-light.focus {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-md-light.disabled, .btn-minimalis-md-light:disabled {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-minimalis-md-light:not(:disabled):not(.disabled):active, .btn-minimalis-md-light:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-md-light.dropdown-toggle {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-md-dark {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-md-dark::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1e1e1e;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-md-dark::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-md-dark:hover {
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-md-dark:hover::before {
    width: 0;
  }
  .btn-minimalis-md-dark:focus, .btn-minimalis-md-dark.focus {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-md-dark.disabled, .btn-minimalis-md-dark:disabled {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-minimalis-md-dark:not(:disabled):not(.disabled):active, .btn-minimalis-md-dark:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-md-dark.dropdown-toggle {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-md-green {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-md-green::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1F8D61;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-md-green::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-md-green:hover {
    color: #1F8D61;
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-md-green:hover::before {
    width: 0;
  }
  .btn-minimalis-md-green:focus, .btn-minimalis-md-green.focus {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-md-green.disabled, .btn-minimalis-md-green:disabled {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-minimalis-md-green:not(:disabled):not(.disabled):active, .btn-minimalis-md-green:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-md-green.dropdown-toggle {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-md-blue {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-md-blue::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0E49B5;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-md-blue::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-md-blue:hover {
    color: #0E49B5;
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-md-blue:hover::before {
    width: 0;
  }
  .btn-minimalis-md-blue:focus, .btn-minimalis-md-blue.focus {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-md-blue.disabled, .btn-minimalis-md-blue:disabled {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-minimalis-md-blue:not(:disabled):not(.disabled):active, .btn-minimalis-md-blue:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-md-blue.dropdown-toggle {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-md-gray {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-md-gray::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #9f9f9f;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-md-gray::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-md-gray:hover {
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-md-gray:hover::before {
    width: 0;
  }
  .btn-minimalis-md-gray:focus, .btn-minimalis-md-gray.focus {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-md-gray.disabled, .btn-minimalis-md-gray:disabled {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-minimalis-md-gray:not(:disabled):not(.disabled):active, .btn-minimalis-md-gray:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-md-gray.dropdown-toggle {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-md-gray-200 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-md-gray-200::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-md-gray-200::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-md-gray-200:hover {
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-md-gray-200:hover::before {
    width: 0;
  }
  .btn-minimalis-md-gray-200:focus, .btn-minimalis-md-gray-200.focus {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-md-gray-200.disabled, .btn-minimalis-md-gray-200:disabled {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-minimalis-md-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-md-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-md-gray-200.dropdown-toggle {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-md-gray-300 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-md-gray-300::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #dee2e6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-md-gray-300::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-md-gray-300:hover {
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-md-gray-300:hover::before {
    width: 0;
  }
  .btn-minimalis-md-gray-300:focus, .btn-minimalis-md-gray-300.focus {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-md-gray-300.disabled, .btn-minimalis-md-gray-300:disabled {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-minimalis-md-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-md-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-md-gray-300.dropdown-toggle {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-md-gray-400 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-md-gray-400::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ced4da;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-md-gray-400::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-md-gray-400:hover {
    color: #ced4da;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-md-gray-400:hover::before {
    width: 0;
  }
  .btn-minimalis-md-gray-400:focus, .btn-minimalis-md-gray-400.focus {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-md-gray-400.disabled, .btn-minimalis-md-gray-400:disabled {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-minimalis-md-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-md-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-md-gray-400.dropdown-toggle {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-up-md-primary {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-md-primary::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-md-primary::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-up-md-primary:hover {
    color: var(--main);
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-up-md-primary:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-md-primary:focus, .btn-minimalis-up-md-primary.focus {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-up-md-primary.disabled, .btn-minimalis-up-md-primary:disabled {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-minimalis-up-md-primary:not(:disabled):not(.disabled):active, .btn-minimalis-up-md-primary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-md-primary.dropdown-toggle {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-up-md-secondary {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-md-secondary::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #686868;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-md-secondary::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-up-md-secondary:hover {
    color: #686868;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-up-md-secondary:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-md-secondary:focus, .btn-minimalis-up-md-secondary.focus {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-up-md-secondary.disabled, .btn-minimalis-up-md-secondary:disabled {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-minimalis-up-md-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-up-md-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-md-secondary.dropdown-toggle {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-up-md-success {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-md-success::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #87de7d;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-md-success::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-up-md-success:hover {
    color: #87de7d;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-up-md-success:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-md-success:focus, .btn-minimalis-up-md-success.focus {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-up-md-success.disabled, .btn-minimalis-up-md-success:disabled {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-minimalis-up-md-success:not(:disabled):not(.disabled):active, .btn-minimalis-up-md-success:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-md-success.dropdown-toggle {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-up-md-info {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-md-info::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #2bb4dd;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-md-info::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-up-md-info:hover {
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-up-md-info:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-md-info:focus, .btn-minimalis-up-md-info.focus {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-up-md-info.disabled, .btn-minimalis-up-md-info:disabled {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-minimalis-up-md-info:not(:disabled):not(.disabled):active, .btn-minimalis-up-md-info:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-md-info.dropdown-toggle {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-up-md-warning {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-md-warning::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ddb32b;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-md-warning::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-up-md-warning:hover {
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-up-md-warning:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-md-warning:focus, .btn-minimalis-up-md-warning.focus {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-up-md-warning.disabled, .btn-minimalis-up-md-warning:disabled {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-minimalis-up-md-warning:not(:disabled):not(.disabled):active, .btn-minimalis-up-md-warning:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-md-warning.dropdown-toggle {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-up-md-danger {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-md-danger::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f90000;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-md-danger::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-up-md-danger:hover {
    color: #f90000;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-up-md-danger:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-md-danger:focus, .btn-minimalis-up-md-danger.focus {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-up-md-danger.disabled, .btn-minimalis-up-md-danger:disabled {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-minimalis-up-md-danger:not(:disabled):not(.disabled):active, .btn-minimalis-up-md-danger:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-md-danger.dropdown-toggle {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-up-md-light {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-md-light::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f5f6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-md-light::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-up-md-light:hover {
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-up-md-light:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-md-light:focus, .btn-minimalis-up-md-light.focus {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-up-md-light.disabled, .btn-minimalis-up-md-light:disabled {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-minimalis-up-md-light:not(:disabled):not(.disabled):active, .btn-minimalis-up-md-light:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-md-light.dropdown-toggle {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-up-md-dark {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-md-dark::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1e1e1e;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-md-dark::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-up-md-dark:hover {
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-up-md-dark:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-md-dark:focus, .btn-minimalis-up-md-dark.focus {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-up-md-dark.disabled, .btn-minimalis-up-md-dark:disabled {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-minimalis-up-md-dark:not(:disabled):not(.disabled):active, .btn-minimalis-up-md-dark:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-md-dark.dropdown-toggle {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-up-md-green {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-md-green::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1F8D61;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-md-green::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-up-md-green:hover {
    color: #1F8D61;
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-up-md-green:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-md-green:focus, .btn-minimalis-up-md-green.focus {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-up-md-green.disabled, .btn-minimalis-up-md-green:disabled {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-minimalis-up-md-green:not(:disabled):not(.disabled):active, .btn-minimalis-up-md-green:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-md-green.dropdown-toggle {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-up-md-blue {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-md-blue::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0E49B5;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-md-blue::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-up-md-blue:hover {
    color: #0E49B5;
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-up-md-blue:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-md-blue:focus, .btn-minimalis-up-md-blue.focus {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-up-md-blue.disabled, .btn-minimalis-up-md-blue:disabled {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-minimalis-up-md-blue:not(:disabled):not(.disabled):active, .btn-minimalis-up-md-blue:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-md-blue.dropdown-toggle {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-up-md-gray {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-md-gray::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #9f9f9f;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-md-gray::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-up-md-gray:hover {
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-up-md-gray:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-md-gray:focus, .btn-minimalis-up-md-gray.focus {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-up-md-gray.disabled, .btn-minimalis-up-md-gray:disabled {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-minimalis-up-md-gray:not(:disabled):not(.disabled):active, .btn-minimalis-up-md-gray:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-md-gray.dropdown-toggle {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-up-md-gray-200 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-md-gray-200::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-md-gray-200::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-up-md-gray-200:hover {
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-up-md-gray-200:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-md-gray-200:focus, .btn-minimalis-up-md-gray-200.focus {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-up-md-gray-200.disabled, .btn-minimalis-up-md-gray-200:disabled {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-minimalis-up-md-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-up-md-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-md-gray-200.dropdown-toggle {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-up-md-gray-300 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-md-gray-300::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #dee2e6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-md-gray-300::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-up-md-gray-300:hover {
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-up-md-gray-300:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-md-gray-300:focus, .btn-minimalis-up-md-gray-300.focus {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-up-md-gray-300.disabled, .btn-minimalis-up-md-gray-300:disabled {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-minimalis-up-md-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-up-md-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-md-gray-300.dropdown-toggle {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-up-md-gray-400 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-md-gray-400::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ced4da;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-md-gray-400::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-up-md-gray-400:hover {
    color: #ced4da;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-up-md-gray-400:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-md-gray-400:focus, .btn-minimalis-up-md-gray-400.focus {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-up-md-gray-400.disabled, .btn-minimalis-up-md-gray-400:disabled {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-minimalis-up-md-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-up-md-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-md-gray-400.dropdown-toggle {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-md-primary {
    position: relative;
    overflow: hidden;
    color: var(--main);
    background: none;
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-md-primary::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--main);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-md-primary::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-md-primary:hover {
    color: #ffffff;
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-md-primary:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-md-primary:focus, .btn-minimalis-outline-md-primary.focus {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-md-primary.disabled, .btn-minimalis-outline-md-primary:disabled {
    color: var(--main);
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-md-primary.disabled::before, .btn-minimalis-outline-md-primary:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-md-primary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-md-primary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-md-primary.dropdown-toggle {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-md-secondary {
    position: relative;
    overflow: hidden;
    color: #686868;
    background: none;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-md-secondary::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #686868;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-md-secondary::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-md-secondary:hover {
    color: #ffffff;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-md-secondary:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-md-secondary:focus, .btn-minimalis-outline-md-secondary.focus {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-md-secondary.disabled, .btn-minimalis-outline-md-secondary:disabled {
    color: #686868;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-md-secondary.disabled::before, .btn-minimalis-outline-md-secondary:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-md-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-md-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-md-secondary.dropdown-toggle {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-md-success {
    position: relative;
    overflow: hidden;
    color: #87de7d;
    background: none;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-md-success::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #87de7d;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-md-success::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-md-success:hover {
    color: #ffffff;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-md-success:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-md-success:focus, .btn-minimalis-outline-md-success.focus {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-md-success.disabled, .btn-minimalis-outline-md-success:disabled {
    color: #87de7d;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-md-success.disabled::before, .btn-minimalis-outline-md-success:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-md-success:not(:disabled):not(.disabled):active, .btn-minimalis-outline-md-success:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-md-success.dropdown-toggle {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-md-info {
    position: relative;
    overflow: hidden;
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-md-info::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #2bb4dd;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-md-info::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-md-info:hover {
    color: #ffffff;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-md-info:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-md-info:focus, .btn-minimalis-outline-md-info.focus {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-md-info.disabled, .btn-minimalis-outline-md-info:disabled {
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-md-info.disabled::before, .btn-minimalis-outline-md-info:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-md-info:not(:disabled):not(.disabled):active, .btn-minimalis-outline-md-info:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-md-info.dropdown-toggle {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-md-warning {
    position: relative;
    overflow: hidden;
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-md-warning::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ddb32b;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-md-warning::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-md-warning:hover {
    color: #ffffff;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-md-warning:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-md-warning:focus, .btn-minimalis-outline-md-warning.focus {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-md-warning.disabled, .btn-minimalis-outline-md-warning:disabled {
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-md-warning.disabled::before, .btn-minimalis-outline-md-warning:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-md-warning:not(:disabled):not(.disabled):active, .btn-minimalis-outline-md-warning:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-md-warning.dropdown-toggle {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-md-danger {
    position: relative;
    overflow: hidden;
    color: #f90000;
    background: none;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-md-danger::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f90000;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-md-danger::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-md-danger:hover {
    color: #ffffff;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-md-danger:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-md-danger:focus, .btn-minimalis-outline-md-danger.focus {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-md-danger.disabled, .btn-minimalis-outline-md-danger:disabled {
    color: #f90000;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-md-danger.disabled::before, .btn-minimalis-outline-md-danger:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-md-danger:not(:disabled):not(.disabled):active, .btn-minimalis-outline-md-danger:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-md-danger.dropdown-toggle {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-md-light {
    position: relative;
    overflow: hidden;
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-md-light::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f7f5f6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-md-light::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-md-light:hover {
    color: #1e1e1e;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-md-light:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-md-light:focus, .btn-minimalis-outline-md-light.focus {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-md-light.disabled, .btn-minimalis-outline-md-light:disabled {
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-md-light.disabled::before, .btn-minimalis-outline-md-light:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-md-light:not(:disabled):not(.disabled):active, .btn-minimalis-outline-md-light:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-md-light.dropdown-toggle {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-md-dark {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-md-dark::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #1e1e1e;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-md-dark::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-md-dark:hover {
    color: #ffffff;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-md-dark:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-md-dark:focus, .btn-minimalis-outline-md-dark.focus {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-md-dark.disabled, .btn-minimalis-outline-md-dark:disabled {
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-md-dark.disabled::before, .btn-minimalis-outline-md-dark:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-md-dark:not(:disabled):not(.disabled):active, .btn-minimalis-outline-md-dark:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-md-dark.dropdown-toggle {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-md-green {
    position: relative;
    overflow: hidden;
    color: #1F8D61;
    background: none;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-md-green::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #1F8D61;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-md-green::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-md-green:hover {
    color: #ffffff;
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-md-green:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-md-green:focus, .btn-minimalis-outline-md-green.focus {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-md-green.disabled, .btn-minimalis-outline-md-green:disabled {
    color: #1F8D61;
    background: none;
    border-color: #1F8D61;
  }
  .btn-minimalis-outline-md-green.disabled::before, .btn-minimalis-outline-md-green:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-md-green:not(:disabled):not(.disabled):active, .btn-minimalis-outline-md-green:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-md-green.dropdown-toggle {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-md-blue {
    position: relative;
    overflow: hidden;
    color: #0E49B5;
    background: none;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-md-blue::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #0E49B5;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-md-blue::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-md-blue:hover {
    color: #ffffff;
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-md-blue:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-md-blue:focus, .btn-minimalis-outline-md-blue.focus {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-md-blue.disabled, .btn-minimalis-outline-md-blue:disabled {
    color: #0E49B5;
    background: none;
    border-color: #0E49B5;
  }
  .btn-minimalis-outline-md-blue.disabled::before, .btn-minimalis-outline-md-blue:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-md-blue:not(:disabled):not(.disabled):active, .btn-minimalis-outline-md-blue:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-md-blue.dropdown-toggle {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-md-gray {
    position: relative;
    overflow: hidden;
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-md-gray::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #9f9f9f;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-md-gray::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-md-gray:hover {
    color: #ffffff;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-md-gray:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-md-gray:focus, .btn-minimalis-outline-md-gray.focus {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-md-gray.disabled, .btn-minimalis-outline-md-gray:disabled {
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-md-gray.disabled::before, .btn-minimalis-outline-md-gray:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-md-gray:not(:disabled):not(.disabled):active, .btn-minimalis-outline-md-gray:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-md-gray.dropdown-toggle {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-md-gray-200 {
    position: relative;
    overflow: hidden;
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-md-gray-200::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #e9e9e9;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-md-gray-200::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-md-gray-200:hover {
    color: #1e1e1e;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-md-gray-200:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-md-gray-200:focus, .btn-minimalis-outline-md-gray-200.focus {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-md-gray-200.disabled, .btn-minimalis-outline-md-gray-200:disabled {
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-md-gray-200.disabled::before, .btn-minimalis-outline-md-gray-200:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-md-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-outline-md-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-md-gray-200.dropdown-toggle {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-md-gray-300 {
    position: relative;
    overflow: hidden;
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-md-gray-300::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #dee2e6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-md-gray-300::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-md-gray-300:hover {
    color: #1e1e1e;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-md-gray-300:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-md-gray-300:focus, .btn-minimalis-outline-md-gray-300.focus {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-md-gray-300.disabled, .btn-minimalis-outline-md-gray-300:disabled {
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-md-gray-300.disabled::before, .btn-minimalis-outline-md-gray-300:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-md-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-outline-md-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-md-gray-300.dropdown-toggle {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-md-gray-400 {
    position: relative;
    overflow: hidden;
    color: #ced4da;
    background: none;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-md-gray-400::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ced4da;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-md-gray-400::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-md-gray-400:hover {
    color: #1e1e1e;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-md-gray-400:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-md-gray-400:focus, .btn-minimalis-outline-md-gray-400.focus {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-md-gray-400.disabled, .btn-minimalis-outline-md-gray-400:disabled {
    color: #ced4da;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-md-gray-400.disabled::before, .btn-minimalis-outline-md-gray-400:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-md-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-outline-md-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-md-gray-400.dropdown-toggle {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-up-md-primary {
    position: relative;
    overflow: hidden;
    color: var(--main);
    background: none;
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-md-primary::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--main);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-md-primary::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-up-md-primary:hover {
    color: #ffffff;
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-up-md-primary:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-md-primary:focus, .btn-minimalis-outline-up-md-primary.focus {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-up-md-primary.disabled, .btn-minimalis-outline-up-md-primary:disabled {
    color: var(--main);
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-up-md-primary.disabled::before, .btn-minimalis-outline-up-md-primary:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-md-primary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-md-primary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-md-primary.dropdown-toggle {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-up-md-secondary {
    position: relative;
    overflow: hidden;
    color: #686868;
    background: none;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-md-secondary::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #686868;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-md-secondary::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-up-md-secondary:hover {
    color: #ffffff;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-up-md-secondary:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-md-secondary:focus, .btn-minimalis-outline-up-md-secondary.focus {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-up-md-secondary.disabled, .btn-minimalis-outline-up-md-secondary:disabled {
    color: #686868;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-up-md-secondary.disabled::before, .btn-minimalis-outline-up-md-secondary:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-md-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-md-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-md-secondary.dropdown-toggle {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-up-md-success {
    position: relative;
    overflow: hidden;
    color: #87de7d;
    background: none;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-md-success::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #87de7d;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-md-success::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-up-md-success:hover {
    color: #ffffff;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-up-md-success:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-md-success:focus, .btn-minimalis-outline-up-md-success.focus {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-up-md-success.disabled, .btn-minimalis-outline-up-md-success:disabled {
    color: #87de7d;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-up-md-success.disabled::before, .btn-minimalis-outline-up-md-success:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-md-success:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-md-success:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-md-success.dropdown-toggle {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-up-md-info {
    position: relative;
    overflow: hidden;
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-md-info::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #2bb4dd;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-md-info::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-up-md-info:hover {
    color: #ffffff;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-up-md-info:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-md-info:focus, .btn-minimalis-outline-up-md-info.focus {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-up-md-info.disabled, .btn-minimalis-outline-up-md-info:disabled {
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-up-md-info.disabled::before, .btn-minimalis-outline-up-md-info:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-md-info:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-md-info:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-md-info.dropdown-toggle {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-up-md-warning {
    position: relative;
    overflow: hidden;
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-md-warning::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ddb32b;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-md-warning::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-up-md-warning:hover {
    color: #ffffff;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-up-md-warning:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-md-warning:focus, .btn-minimalis-outline-up-md-warning.focus {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-up-md-warning.disabled, .btn-minimalis-outline-up-md-warning:disabled {
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-up-md-warning.disabled::before, .btn-minimalis-outline-up-md-warning:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-md-warning:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-md-warning:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-md-warning.dropdown-toggle {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-up-md-danger {
    position: relative;
    overflow: hidden;
    color: #f90000;
    background: none;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-md-danger::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #f90000;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-md-danger::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-up-md-danger:hover {
    color: #ffffff;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-up-md-danger:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-md-danger:focus, .btn-minimalis-outline-up-md-danger.focus {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-up-md-danger.disabled, .btn-minimalis-outline-up-md-danger:disabled {
    color: #f90000;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-up-md-danger.disabled::before, .btn-minimalis-outline-up-md-danger:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-md-danger:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-md-danger:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-md-danger.dropdown-toggle {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-up-md-light {
    position: relative;
    overflow: hidden;
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-md-light::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #f7f5f6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-md-light::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-up-md-light:hover {
    color: #1e1e1e;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-up-md-light:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-md-light:focus, .btn-minimalis-outline-up-md-light.focus {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-up-md-light.disabled, .btn-minimalis-outline-up-md-light:disabled {
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-up-md-light.disabled::before, .btn-minimalis-outline-up-md-light:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-md-light:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-md-light:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-md-light.dropdown-toggle {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-up-md-dark {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-md-dark::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #1e1e1e;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-md-dark::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-up-md-dark:hover {
    color: #ffffff;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-up-md-dark:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-md-dark:focus, .btn-minimalis-outline-up-md-dark.focus {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-up-md-dark.disabled, .btn-minimalis-outline-up-md-dark:disabled {
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-up-md-dark.disabled::before, .btn-minimalis-outline-up-md-dark:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-md-dark:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-md-dark:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-md-dark.dropdown-toggle {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-up-md-green {
    position: relative;
    overflow: hidden;
    color: #1F8D61;
    background: none;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-md-green::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #1F8D61;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-md-green::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-up-md-green:hover {
    color: #ffffff;
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-up-md-green:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-md-green:focus, .btn-minimalis-outline-up-md-green.focus {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-up-md-green.disabled, .btn-minimalis-outline-up-md-green:disabled {
    color: #1F8D61;
    background: none;
    border-color: #1F8D61;
  }
  .btn-minimalis-outline-up-md-green.disabled::before, .btn-minimalis-outline-up-md-green:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-md-green:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-md-green:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-md-green.dropdown-toggle {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-up-md-blue {
    position: relative;
    overflow: hidden;
    color: #0E49B5;
    background: none;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-md-blue::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #0E49B5;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-md-blue::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-up-md-blue:hover {
    color: #ffffff;
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-up-md-blue:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-md-blue:focus, .btn-minimalis-outline-up-md-blue.focus {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-up-md-blue.disabled, .btn-minimalis-outline-up-md-blue:disabled {
    color: #0E49B5;
    background: none;
    border-color: #0E49B5;
  }
  .btn-minimalis-outline-up-md-blue.disabled::before, .btn-minimalis-outline-up-md-blue:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-md-blue:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-md-blue:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-md-blue.dropdown-toggle {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-up-md-gray {
    position: relative;
    overflow: hidden;
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-md-gray::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #9f9f9f;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-md-gray::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-up-md-gray:hover {
    color: #ffffff;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-up-md-gray:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-md-gray:focus, .btn-minimalis-outline-up-md-gray.focus {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-up-md-gray.disabled, .btn-minimalis-outline-up-md-gray:disabled {
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-up-md-gray.disabled::before, .btn-minimalis-outline-up-md-gray:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-md-gray:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-md-gray:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-md-gray.dropdown-toggle {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-up-md-gray-200 {
    position: relative;
    overflow: hidden;
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-md-gray-200::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #e9e9e9;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-md-gray-200::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-up-md-gray-200:hover {
    color: #1e1e1e;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-up-md-gray-200:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-md-gray-200:focus, .btn-minimalis-outline-up-md-gray-200.focus {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-up-md-gray-200.disabled, .btn-minimalis-outline-up-md-gray-200:disabled {
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-up-md-gray-200.disabled::before, .btn-minimalis-outline-up-md-gray-200:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-md-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-md-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-md-gray-200.dropdown-toggle {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-up-md-gray-300 {
    position: relative;
    overflow: hidden;
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-md-gray-300::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #dee2e6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-md-gray-300::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-up-md-gray-300:hover {
    color: #1e1e1e;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-up-md-gray-300:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-md-gray-300:focus, .btn-minimalis-outline-up-md-gray-300.focus {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-up-md-gray-300.disabled, .btn-minimalis-outline-up-md-gray-300:disabled {
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-up-md-gray-300.disabled::before, .btn-minimalis-outline-up-md-gray-300:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-md-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-md-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-md-gray-300.dropdown-toggle {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-up-md-gray-400 {
    position: relative;
    overflow: hidden;
    color: #ced4da;
    background: none;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-md-gray-400::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ced4da;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-md-gray-400::before {
    transition: none;
  }
}

@media (min-width: 768px) {
  .btn-minimalis-outline-up-md-gray-400:hover {
    color: #1e1e1e;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-up-md-gray-400:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-md-gray-400:focus, .btn-minimalis-outline-up-md-gray-400.focus {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-up-md-gray-400.disabled, .btn-minimalis-outline-up-md-gray-400:disabled {
    color: #ced4da;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-up-md-gray-400.disabled::before, .btn-minimalis-outline-up-md-gray-400:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-md-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-md-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-md-gray-400.dropdown-toggle {
    background: none;
    border-color: #ced4da;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-lg-primary {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-lg-primary::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-lg-primary::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-lg-primary:hover {
    color: var(--main);
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-lg-primary:hover::before {
    width: 0;
  }
  .btn-minimalis-lg-primary:focus, .btn-minimalis-lg-primary.focus {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-lg-primary.disabled, .btn-minimalis-lg-primary:disabled {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-minimalis-lg-primary:not(:disabled):not(.disabled):active, .btn-minimalis-lg-primary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-lg-primary.dropdown-toggle {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-lg-secondary {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-lg-secondary::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #686868;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-lg-secondary::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-lg-secondary:hover {
    color: #686868;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-lg-secondary:hover::before {
    width: 0;
  }
  .btn-minimalis-lg-secondary:focus, .btn-minimalis-lg-secondary.focus {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-lg-secondary.disabled, .btn-minimalis-lg-secondary:disabled {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-minimalis-lg-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-lg-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-lg-secondary.dropdown-toggle {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-lg-success {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-lg-success::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #87de7d;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-lg-success::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-lg-success:hover {
    color: #87de7d;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-lg-success:hover::before {
    width: 0;
  }
  .btn-minimalis-lg-success:focus, .btn-minimalis-lg-success.focus {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-lg-success.disabled, .btn-minimalis-lg-success:disabled {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-minimalis-lg-success:not(:disabled):not(.disabled):active, .btn-minimalis-lg-success:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-lg-success.dropdown-toggle {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-lg-info {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-lg-info::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #2bb4dd;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-lg-info::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-lg-info:hover {
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-lg-info:hover::before {
    width: 0;
  }
  .btn-minimalis-lg-info:focus, .btn-minimalis-lg-info.focus {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-lg-info.disabled, .btn-minimalis-lg-info:disabled {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-minimalis-lg-info:not(:disabled):not(.disabled):active, .btn-minimalis-lg-info:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-lg-info.dropdown-toggle {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-lg-warning {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-lg-warning::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ddb32b;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-lg-warning::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-lg-warning:hover {
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-lg-warning:hover::before {
    width: 0;
  }
  .btn-minimalis-lg-warning:focus, .btn-minimalis-lg-warning.focus {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-lg-warning.disabled, .btn-minimalis-lg-warning:disabled {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-minimalis-lg-warning:not(:disabled):not(.disabled):active, .btn-minimalis-lg-warning:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-lg-warning.dropdown-toggle {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-lg-danger {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-lg-danger::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f90000;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-lg-danger::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-lg-danger:hover {
    color: #f90000;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-lg-danger:hover::before {
    width: 0;
  }
  .btn-minimalis-lg-danger:focus, .btn-minimalis-lg-danger.focus {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-lg-danger.disabled, .btn-minimalis-lg-danger:disabled {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-minimalis-lg-danger:not(:disabled):not(.disabled):active, .btn-minimalis-lg-danger:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-lg-danger.dropdown-toggle {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-lg-light {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-lg-light::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f5f6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-lg-light::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-lg-light:hover {
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-lg-light:hover::before {
    width: 0;
  }
  .btn-minimalis-lg-light:focus, .btn-minimalis-lg-light.focus {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-lg-light.disabled, .btn-minimalis-lg-light:disabled {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-minimalis-lg-light:not(:disabled):not(.disabled):active, .btn-minimalis-lg-light:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-lg-light.dropdown-toggle {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-lg-dark {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-lg-dark::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1e1e1e;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-lg-dark::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-lg-dark:hover {
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-lg-dark:hover::before {
    width: 0;
  }
  .btn-minimalis-lg-dark:focus, .btn-minimalis-lg-dark.focus {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-lg-dark.disabled, .btn-minimalis-lg-dark:disabled {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-minimalis-lg-dark:not(:disabled):not(.disabled):active, .btn-minimalis-lg-dark:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-lg-dark.dropdown-toggle {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-lg-green {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-lg-green::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1F8D61;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-lg-green::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-lg-green:hover {
    color: #1F8D61;
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-lg-green:hover::before {
    width: 0;
  }
  .btn-minimalis-lg-green:focus, .btn-minimalis-lg-green.focus {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-lg-green.disabled, .btn-minimalis-lg-green:disabled {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-minimalis-lg-green:not(:disabled):not(.disabled):active, .btn-minimalis-lg-green:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-lg-green.dropdown-toggle {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-lg-blue {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-lg-blue::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0E49B5;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-lg-blue::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-lg-blue:hover {
    color: #0E49B5;
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-lg-blue:hover::before {
    width: 0;
  }
  .btn-minimalis-lg-blue:focus, .btn-minimalis-lg-blue.focus {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-lg-blue.disabled, .btn-minimalis-lg-blue:disabled {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-minimalis-lg-blue:not(:disabled):not(.disabled):active, .btn-minimalis-lg-blue:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-lg-blue.dropdown-toggle {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-lg-gray {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-lg-gray::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #9f9f9f;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-lg-gray::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-lg-gray:hover {
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-lg-gray:hover::before {
    width: 0;
  }
  .btn-minimalis-lg-gray:focus, .btn-minimalis-lg-gray.focus {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-lg-gray.disabled, .btn-minimalis-lg-gray:disabled {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-minimalis-lg-gray:not(:disabled):not(.disabled):active, .btn-minimalis-lg-gray:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-lg-gray.dropdown-toggle {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-lg-gray-200 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-lg-gray-200::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-lg-gray-200::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-lg-gray-200:hover {
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-lg-gray-200:hover::before {
    width: 0;
  }
  .btn-minimalis-lg-gray-200:focus, .btn-minimalis-lg-gray-200.focus {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-lg-gray-200.disabled, .btn-minimalis-lg-gray-200:disabled {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-minimalis-lg-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-lg-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-lg-gray-200.dropdown-toggle {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-lg-gray-300 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-lg-gray-300::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #dee2e6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-lg-gray-300::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-lg-gray-300:hover {
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-lg-gray-300:hover::before {
    width: 0;
  }
  .btn-minimalis-lg-gray-300:focus, .btn-minimalis-lg-gray-300.focus {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-lg-gray-300.disabled, .btn-minimalis-lg-gray-300:disabled {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-minimalis-lg-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-lg-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-lg-gray-300.dropdown-toggle {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-lg-gray-400 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-lg-gray-400::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ced4da;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-lg-gray-400::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-lg-gray-400:hover {
    color: #ced4da;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-lg-gray-400:hover::before {
    width: 0;
  }
  .btn-minimalis-lg-gray-400:focus, .btn-minimalis-lg-gray-400.focus {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-lg-gray-400.disabled, .btn-minimalis-lg-gray-400:disabled {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-minimalis-lg-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-lg-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-lg-gray-400.dropdown-toggle {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-up-lg-primary {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-lg-primary::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-lg-primary::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-up-lg-primary:hover {
    color: var(--main);
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-up-lg-primary:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-lg-primary:focus, .btn-minimalis-up-lg-primary.focus {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-up-lg-primary.disabled, .btn-minimalis-up-lg-primary:disabled {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-minimalis-up-lg-primary:not(:disabled):not(.disabled):active, .btn-minimalis-up-lg-primary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-lg-primary.dropdown-toggle {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-up-lg-secondary {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-lg-secondary::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #686868;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-lg-secondary::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-up-lg-secondary:hover {
    color: #686868;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-up-lg-secondary:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-lg-secondary:focus, .btn-minimalis-up-lg-secondary.focus {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-up-lg-secondary.disabled, .btn-minimalis-up-lg-secondary:disabled {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-minimalis-up-lg-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-up-lg-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-lg-secondary.dropdown-toggle {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-up-lg-success {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-lg-success::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #87de7d;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-lg-success::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-up-lg-success:hover {
    color: #87de7d;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-up-lg-success:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-lg-success:focus, .btn-minimalis-up-lg-success.focus {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-up-lg-success.disabled, .btn-minimalis-up-lg-success:disabled {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-minimalis-up-lg-success:not(:disabled):not(.disabled):active, .btn-minimalis-up-lg-success:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-lg-success.dropdown-toggle {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-up-lg-info {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-lg-info::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #2bb4dd;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-lg-info::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-up-lg-info:hover {
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-up-lg-info:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-lg-info:focus, .btn-minimalis-up-lg-info.focus {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-up-lg-info.disabled, .btn-minimalis-up-lg-info:disabled {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-minimalis-up-lg-info:not(:disabled):not(.disabled):active, .btn-minimalis-up-lg-info:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-lg-info.dropdown-toggle {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-up-lg-warning {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-lg-warning::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ddb32b;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-lg-warning::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-up-lg-warning:hover {
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-up-lg-warning:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-lg-warning:focus, .btn-minimalis-up-lg-warning.focus {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-up-lg-warning.disabled, .btn-minimalis-up-lg-warning:disabled {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-minimalis-up-lg-warning:not(:disabled):not(.disabled):active, .btn-minimalis-up-lg-warning:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-lg-warning.dropdown-toggle {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-up-lg-danger {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-lg-danger::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f90000;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-lg-danger::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-up-lg-danger:hover {
    color: #f90000;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-up-lg-danger:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-lg-danger:focus, .btn-minimalis-up-lg-danger.focus {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-up-lg-danger.disabled, .btn-minimalis-up-lg-danger:disabled {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-minimalis-up-lg-danger:not(:disabled):not(.disabled):active, .btn-minimalis-up-lg-danger:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-lg-danger.dropdown-toggle {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-up-lg-light {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-lg-light::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f5f6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-lg-light::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-up-lg-light:hover {
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-up-lg-light:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-lg-light:focus, .btn-minimalis-up-lg-light.focus {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-up-lg-light.disabled, .btn-minimalis-up-lg-light:disabled {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-minimalis-up-lg-light:not(:disabled):not(.disabled):active, .btn-minimalis-up-lg-light:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-lg-light.dropdown-toggle {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-up-lg-dark {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-lg-dark::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1e1e1e;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-lg-dark::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-up-lg-dark:hover {
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-up-lg-dark:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-lg-dark:focus, .btn-minimalis-up-lg-dark.focus {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-up-lg-dark.disabled, .btn-minimalis-up-lg-dark:disabled {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-minimalis-up-lg-dark:not(:disabled):not(.disabled):active, .btn-minimalis-up-lg-dark:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-lg-dark.dropdown-toggle {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-up-lg-green {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-lg-green::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1F8D61;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-lg-green::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-up-lg-green:hover {
    color: #1F8D61;
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-up-lg-green:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-lg-green:focus, .btn-minimalis-up-lg-green.focus {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-up-lg-green.disabled, .btn-minimalis-up-lg-green:disabled {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-minimalis-up-lg-green:not(:disabled):not(.disabled):active, .btn-minimalis-up-lg-green:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-lg-green.dropdown-toggle {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-up-lg-blue {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-lg-blue::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0E49B5;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-lg-blue::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-up-lg-blue:hover {
    color: #0E49B5;
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-up-lg-blue:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-lg-blue:focus, .btn-minimalis-up-lg-blue.focus {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-up-lg-blue.disabled, .btn-minimalis-up-lg-blue:disabled {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-minimalis-up-lg-blue:not(:disabled):not(.disabled):active, .btn-minimalis-up-lg-blue:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-lg-blue.dropdown-toggle {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-up-lg-gray {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-lg-gray::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #9f9f9f;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-lg-gray::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-up-lg-gray:hover {
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-up-lg-gray:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-lg-gray:focus, .btn-minimalis-up-lg-gray.focus {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-up-lg-gray.disabled, .btn-minimalis-up-lg-gray:disabled {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-minimalis-up-lg-gray:not(:disabled):not(.disabled):active, .btn-minimalis-up-lg-gray:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-lg-gray.dropdown-toggle {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-up-lg-gray-200 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-lg-gray-200::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-lg-gray-200::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-up-lg-gray-200:hover {
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-up-lg-gray-200:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-lg-gray-200:focus, .btn-minimalis-up-lg-gray-200.focus {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-up-lg-gray-200.disabled, .btn-minimalis-up-lg-gray-200:disabled {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-minimalis-up-lg-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-up-lg-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-lg-gray-200.dropdown-toggle {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-up-lg-gray-300 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-lg-gray-300::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #dee2e6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-lg-gray-300::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-up-lg-gray-300:hover {
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-up-lg-gray-300:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-lg-gray-300:focus, .btn-minimalis-up-lg-gray-300.focus {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-up-lg-gray-300.disabled, .btn-minimalis-up-lg-gray-300:disabled {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-minimalis-up-lg-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-up-lg-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-lg-gray-300.dropdown-toggle {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-up-lg-gray-400 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-lg-gray-400::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ced4da;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-lg-gray-400::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-up-lg-gray-400:hover {
    color: #ced4da;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-up-lg-gray-400:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-lg-gray-400:focus, .btn-minimalis-up-lg-gray-400.focus {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-up-lg-gray-400.disabled, .btn-minimalis-up-lg-gray-400:disabled {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-minimalis-up-lg-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-up-lg-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-lg-gray-400.dropdown-toggle {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-lg-primary {
    position: relative;
    overflow: hidden;
    color: var(--main);
    background: none;
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-lg-primary::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--main);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-lg-primary::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-lg-primary:hover {
    color: #ffffff;
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-lg-primary:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-lg-primary:focus, .btn-minimalis-outline-lg-primary.focus {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-lg-primary.disabled, .btn-minimalis-outline-lg-primary:disabled {
    color: var(--main);
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-lg-primary.disabled::before, .btn-minimalis-outline-lg-primary:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-lg-primary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-lg-primary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-lg-primary.dropdown-toggle {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-lg-secondary {
    position: relative;
    overflow: hidden;
    color: #686868;
    background: none;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-lg-secondary::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #686868;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-lg-secondary::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-lg-secondary:hover {
    color: #ffffff;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-lg-secondary:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-lg-secondary:focus, .btn-minimalis-outline-lg-secondary.focus {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-lg-secondary.disabled, .btn-minimalis-outline-lg-secondary:disabled {
    color: #686868;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-lg-secondary.disabled::before, .btn-minimalis-outline-lg-secondary:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-lg-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-lg-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-lg-secondary.dropdown-toggle {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-lg-success {
    position: relative;
    overflow: hidden;
    color: #87de7d;
    background: none;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-lg-success::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #87de7d;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-lg-success::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-lg-success:hover {
    color: #ffffff;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-lg-success:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-lg-success:focus, .btn-minimalis-outline-lg-success.focus {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-lg-success.disabled, .btn-minimalis-outline-lg-success:disabled {
    color: #87de7d;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-lg-success.disabled::before, .btn-minimalis-outline-lg-success:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-lg-success:not(:disabled):not(.disabled):active, .btn-minimalis-outline-lg-success:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-lg-success.dropdown-toggle {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-lg-info {
    position: relative;
    overflow: hidden;
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-lg-info::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #2bb4dd;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-lg-info::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-lg-info:hover {
    color: #ffffff;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-lg-info:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-lg-info:focus, .btn-minimalis-outline-lg-info.focus {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-lg-info.disabled, .btn-minimalis-outline-lg-info:disabled {
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-lg-info.disabled::before, .btn-minimalis-outline-lg-info:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-lg-info:not(:disabled):not(.disabled):active, .btn-minimalis-outline-lg-info:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-lg-info.dropdown-toggle {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-lg-warning {
    position: relative;
    overflow: hidden;
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-lg-warning::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ddb32b;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-lg-warning::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-lg-warning:hover {
    color: #ffffff;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-lg-warning:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-lg-warning:focus, .btn-minimalis-outline-lg-warning.focus {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-lg-warning.disabled, .btn-minimalis-outline-lg-warning:disabled {
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-lg-warning.disabled::before, .btn-minimalis-outline-lg-warning:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-lg-warning:not(:disabled):not(.disabled):active, .btn-minimalis-outline-lg-warning:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-lg-warning.dropdown-toggle {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-lg-danger {
    position: relative;
    overflow: hidden;
    color: #f90000;
    background: none;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-lg-danger::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f90000;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-lg-danger::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-lg-danger:hover {
    color: #ffffff;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-lg-danger:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-lg-danger:focus, .btn-minimalis-outline-lg-danger.focus {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-lg-danger.disabled, .btn-minimalis-outline-lg-danger:disabled {
    color: #f90000;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-lg-danger.disabled::before, .btn-minimalis-outline-lg-danger:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-lg-danger:not(:disabled):not(.disabled):active, .btn-minimalis-outline-lg-danger:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-lg-danger.dropdown-toggle {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-lg-light {
    position: relative;
    overflow: hidden;
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-lg-light::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f7f5f6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-lg-light::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-lg-light:hover {
    color: #1e1e1e;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-lg-light:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-lg-light:focus, .btn-minimalis-outline-lg-light.focus {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-lg-light.disabled, .btn-minimalis-outline-lg-light:disabled {
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-lg-light.disabled::before, .btn-minimalis-outline-lg-light:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-lg-light:not(:disabled):not(.disabled):active, .btn-minimalis-outline-lg-light:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-lg-light.dropdown-toggle {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-lg-dark {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-lg-dark::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #1e1e1e;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-lg-dark::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-lg-dark:hover {
    color: #ffffff;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-lg-dark:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-lg-dark:focus, .btn-minimalis-outline-lg-dark.focus {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-lg-dark.disabled, .btn-minimalis-outline-lg-dark:disabled {
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-lg-dark.disabled::before, .btn-minimalis-outline-lg-dark:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-lg-dark:not(:disabled):not(.disabled):active, .btn-minimalis-outline-lg-dark:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-lg-dark.dropdown-toggle {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-lg-green {
    position: relative;
    overflow: hidden;
    color: #1F8D61;
    background: none;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-lg-green::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #1F8D61;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-lg-green::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-lg-green:hover {
    color: #ffffff;
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-lg-green:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-lg-green:focus, .btn-minimalis-outline-lg-green.focus {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-lg-green.disabled, .btn-minimalis-outline-lg-green:disabled {
    color: #1F8D61;
    background: none;
    border-color: #1F8D61;
  }
  .btn-minimalis-outline-lg-green.disabled::before, .btn-minimalis-outline-lg-green:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-lg-green:not(:disabled):not(.disabled):active, .btn-minimalis-outline-lg-green:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-lg-green.dropdown-toggle {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-lg-blue {
    position: relative;
    overflow: hidden;
    color: #0E49B5;
    background: none;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-lg-blue::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #0E49B5;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-lg-blue::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-lg-blue:hover {
    color: #ffffff;
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-lg-blue:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-lg-blue:focus, .btn-minimalis-outline-lg-blue.focus {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-lg-blue.disabled, .btn-minimalis-outline-lg-blue:disabled {
    color: #0E49B5;
    background: none;
    border-color: #0E49B5;
  }
  .btn-minimalis-outline-lg-blue.disabled::before, .btn-minimalis-outline-lg-blue:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-lg-blue:not(:disabled):not(.disabled):active, .btn-minimalis-outline-lg-blue:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-lg-blue.dropdown-toggle {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-lg-gray {
    position: relative;
    overflow: hidden;
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-lg-gray::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #9f9f9f;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-lg-gray::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-lg-gray:hover {
    color: #ffffff;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-lg-gray:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-lg-gray:focus, .btn-minimalis-outline-lg-gray.focus {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-lg-gray.disabled, .btn-minimalis-outline-lg-gray:disabled {
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-lg-gray.disabled::before, .btn-minimalis-outline-lg-gray:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-lg-gray:not(:disabled):not(.disabled):active, .btn-minimalis-outline-lg-gray:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-lg-gray.dropdown-toggle {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-lg-gray-200 {
    position: relative;
    overflow: hidden;
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-lg-gray-200::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #e9e9e9;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-lg-gray-200::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-lg-gray-200:hover {
    color: #1e1e1e;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-lg-gray-200:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-lg-gray-200:focus, .btn-minimalis-outline-lg-gray-200.focus {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-lg-gray-200.disabled, .btn-minimalis-outline-lg-gray-200:disabled {
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-lg-gray-200.disabled::before, .btn-minimalis-outline-lg-gray-200:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-lg-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-outline-lg-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-lg-gray-200.dropdown-toggle {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-lg-gray-300 {
    position: relative;
    overflow: hidden;
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-lg-gray-300::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #dee2e6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-lg-gray-300::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-lg-gray-300:hover {
    color: #1e1e1e;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-lg-gray-300:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-lg-gray-300:focus, .btn-minimalis-outline-lg-gray-300.focus {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-lg-gray-300.disabled, .btn-minimalis-outline-lg-gray-300:disabled {
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-lg-gray-300.disabled::before, .btn-minimalis-outline-lg-gray-300:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-lg-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-outline-lg-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-lg-gray-300.dropdown-toggle {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-lg-gray-400 {
    position: relative;
    overflow: hidden;
    color: #ced4da;
    background: none;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-lg-gray-400::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ced4da;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-lg-gray-400::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-lg-gray-400:hover {
    color: #1e1e1e;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-lg-gray-400:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-lg-gray-400:focus, .btn-minimalis-outline-lg-gray-400.focus {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-lg-gray-400.disabled, .btn-minimalis-outline-lg-gray-400:disabled {
    color: #ced4da;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-lg-gray-400.disabled::before, .btn-minimalis-outline-lg-gray-400:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-lg-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-outline-lg-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-lg-gray-400.dropdown-toggle {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-up-lg-primary {
    position: relative;
    overflow: hidden;
    color: var(--main);
    background: none;
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-lg-primary::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--main);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-lg-primary::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-up-lg-primary:hover {
    color: #ffffff;
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-up-lg-primary:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-lg-primary:focus, .btn-minimalis-outline-up-lg-primary.focus {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-up-lg-primary.disabled, .btn-minimalis-outline-up-lg-primary:disabled {
    color: var(--main);
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-up-lg-primary.disabled::before, .btn-minimalis-outline-up-lg-primary:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-lg-primary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-lg-primary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-lg-primary.dropdown-toggle {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-up-lg-secondary {
    position: relative;
    overflow: hidden;
    color: #686868;
    background: none;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-lg-secondary::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #686868;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-lg-secondary::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-up-lg-secondary:hover {
    color: #ffffff;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-up-lg-secondary:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-lg-secondary:focus, .btn-minimalis-outline-up-lg-secondary.focus {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-up-lg-secondary.disabled, .btn-minimalis-outline-up-lg-secondary:disabled {
    color: #686868;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-up-lg-secondary.disabled::before, .btn-minimalis-outline-up-lg-secondary:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-lg-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-lg-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-lg-secondary.dropdown-toggle {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-up-lg-success {
    position: relative;
    overflow: hidden;
    color: #87de7d;
    background: none;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-lg-success::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #87de7d;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-lg-success::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-up-lg-success:hover {
    color: #ffffff;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-up-lg-success:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-lg-success:focus, .btn-minimalis-outline-up-lg-success.focus {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-up-lg-success.disabled, .btn-minimalis-outline-up-lg-success:disabled {
    color: #87de7d;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-up-lg-success.disabled::before, .btn-minimalis-outline-up-lg-success:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-lg-success:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-lg-success:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-lg-success.dropdown-toggle {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-up-lg-info {
    position: relative;
    overflow: hidden;
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-lg-info::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #2bb4dd;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-lg-info::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-up-lg-info:hover {
    color: #ffffff;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-up-lg-info:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-lg-info:focus, .btn-minimalis-outline-up-lg-info.focus {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-up-lg-info.disabled, .btn-minimalis-outline-up-lg-info:disabled {
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-up-lg-info.disabled::before, .btn-minimalis-outline-up-lg-info:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-lg-info:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-lg-info:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-lg-info.dropdown-toggle {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-up-lg-warning {
    position: relative;
    overflow: hidden;
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-lg-warning::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ddb32b;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-lg-warning::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-up-lg-warning:hover {
    color: #ffffff;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-up-lg-warning:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-lg-warning:focus, .btn-minimalis-outline-up-lg-warning.focus {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-up-lg-warning.disabled, .btn-minimalis-outline-up-lg-warning:disabled {
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-up-lg-warning.disabled::before, .btn-minimalis-outline-up-lg-warning:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-lg-warning:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-lg-warning:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-lg-warning.dropdown-toggle {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-up-lg-danger {
    position: relative;
    overflow: hidden;
    color: #f90000;
    background: none;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-lg-danger::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #f90000;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-lg-danger::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-up-lg-danger:hover {
    color: #ffffff;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-up-lg-danger:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-lg-danger:focus, .btn-minimalis-outline-up-lg-danger.focus {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-up-lg-danger.disabled, .btn-minimalis-outline-up-lg-danger:disabled {
    color: #f90000;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-up-lg-danger.disabled::before, .btn-minimalis-outline-up-lg-danger:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-lg-danger:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-lg-danger:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-lg-danger.dropdown-toggle {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-up-lg-light {
    position: relative;
    overflow: hidden;
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-lg-light::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #f7f5f6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-lg-light::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-up-lg-light:hover {
    color: #1e1e1e;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-up-lg-light:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-lg-light:focus, .btn-minimalis-outline-up-lg-light.focus {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-up-lg-light.disabled, .btn-minimalis-outline-up-lg-light:disabled {
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-up-lg-light.disabled::before, .btn-minimalis-outline-up-lg-light:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-lg-light:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-lg-light:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-lg-light.dropdown-toggle {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-up-lg-dark {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-lg-dark::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #1e1e1e;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-lg-dark::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-up-lg-dark:hover {
    color: #ffffff;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-up-lg-dark:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-lg-dark:focus, .btn-minimalis-outline-up-lg-dark.focus {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-up-lg-dark.disabled, .btn-minimalis-outline-up-lg-dark:disabled {
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-up-lg-dark.disabled::before, .btn-minimalis-outline-up-lg-dark:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-lg-dark:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-lg-dark:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-lg-dark.dropdown-toggle {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-up-lg-green {
    position: relative;
    overflow: hidden;
    color: #1F8D61;
    background: none;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-lg-green::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #1F8D61;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-lg-green::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-up-lg-green:hover {
    color: #ffffff;
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-up-lg-green:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-lg-green:focus, .btn-minimalis-outline-up-lg-green.focus {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-up-lg-green.disabled, .btn-minimalis-outline-up-lg-green:disabled {
    color: #1F8D61;
    background: none;
    border-color: #1F8D61;
  }
  .btn-minimalis-outline-up-lg-green.disabled::before, .btn-minimalis-outline-up-lg-green:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-lg-green:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-lg-green:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-lg-green.dropdown-toggle {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-up-lg-blue {
    position: relative;
    overflow: hidden;
    color: #0E49B5;
    background: none;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-lg-blue::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #0E49B5;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-lg-blue::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-up-lg-blue:hover {
    color: #ffffff;
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-up-lg-blue:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-lg-blue:focus, .btn-minimalis-outline-up-lg-blue.focus {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-up-lg-blue.disabled, .btn-minimalis-outline-up-lg-blue:disabled {
    color: #0E49B5;
    background: none;
    border-color: #0E49B5;
  }
  .btn-minimalis-outline-up-lg-blue.disabled::before, .btn-minimalis-outline-up-lg-blue:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-lg-blue:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-lg-blue:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-lg-blue.dropdown-toggle {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-up-lg-gray {
    position: relative;
    overflow: hidden;
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-lg-gray::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #9f9f9f;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-lg-gray::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-up-lg-gray:hover {
    color: #ffffff;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-up-lg-gray:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-lg-gray:focus, .btn-minimalis-outline-up-lg-gray.focus {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-up-lg-gray.disabled, .btn-minimalis-outline-up-lg-gray:disabled {
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-up-lg-gray.disabled::before, .btn-minimalis-outline-up-lg-gray:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-lg-gray:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-lg-gray:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-lg-gray.dropdown-toggle {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-up-lg-gray-200 {
    position: relative;
    overflow: hidden;
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-lg-gray-200::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #e9e9e9;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-lg-gray-200::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-up-lg-gray-200:hover {
    color: #1e1e1e;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-up-lg-gray-200:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-lg-gray-200:focus, .btn-minimalis-outline-up-lg-gray-200.focus {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-up-lg-gray-200.disabled, .btn-minimalis-outline-up-lg-gray-200:disabled {
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-up-lg-gray-200.disabled::before, .btn-minimalis-outline-up-lg-gray-200:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-lg-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-lg-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-lg-gray-200.dropdown-toggle {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-up-lg-gray-300 {
    position: relative;
    overflow: hidden;
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-lg-gray-300::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #dee2e6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-lg-gray-300::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-up-lg-gray-300:hover {
    color: #1e1e1e;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-up-lg-gray-300:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-lg-gray-300:focus, .btn-minimalis-outline-up-lg-gray-300.focus {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-up-lg-gray-300.disabled, .btn-minimalis-outline-up-lg-gray-300:disabled {
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-up-lg-gray-300.disabled::before, .btn-minimalis-outline-up-lg-gray-300:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-lg-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-lg-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-lg-gray-300.dropdown-toggle {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-up-lg-gray-400 {
    position: relative;
    overflow: hidden;
    color: #ced4da;
    background: none;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-lg-gray-400::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ced4da;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-lg-gray-400::before {
    transition: none;
  }
}

@media (min-width: 992px) {
  .btn-minimalis-outline-up-lg-gray-400:hover {
    color: #1e1e1e;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-up-lg-gray-400:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-lg-gray-400:focus, .btn-minimalis-outline-up-lg-gray-400.focus {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-up-lg-gray-400.disabled, .btn-minimalis-outline-up-lg-gray-400:disabled {
    color: #ced4da;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-up-lg-gray-400.disabled::before, .btn-minimalis-outline-up-lg-gray-400:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-lg-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-lg-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-lg-gray-400.dropdown-toggle {
    background: none;
    border-color: #ced4da;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-xl-primary {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-xl-primary::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-xl-primary::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-xl-primary:hover {
    color: var(--main);
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-xl-primary:hover::before {
    width: 0;
  }
  .btn-minimalis-xl-primary:focus, .btn-minimalis-xl-primary.focus {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-xl-primary.disabled, .btn-minimalis-xl-primary:disabled {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-minimalis-xl-primary:not(:disabled):not(.disabled):active, .btn-minimalis-xl-primary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-xl-primary.dropdown-toggle {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-xl-secondary {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-xl-secondary::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #686868;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-xl-secondary::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-xl-secondary:hover {
    color: #686868;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-xl-secondary:hover::before {
    width: 0;
  }
  .btn-minimalis-xl-secondary:focus, .btn-minimalis-xl-secondary.focus {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-xl-secondary.disabled, .btn-minimalis-xl-secondary:disabled {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-minimalis-xl-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-xl-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-xl-secondary.dropdown-toggle {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-xl-success {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-xl-success::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #87de7d;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-xl-success::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-xl-success:hover {
    color: #87de7d;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-xl-success:hover::before {
    width: 0;
  }
  .btn-minimalis-xl-success:focus, .btn-minimalis-xl-success.focus {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-xl-success.disabled, .btn-minimalis-xl-success:disabled {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-minimalis-xl-success:not(:disabled):not(.disabled):active, .btn-minimalis-xl-success:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-xl-success.dropdown-toggle {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-xl-info {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-xl-info::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #2bb4dd;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-xl-info::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-xl-info:hover {
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-xl-info:hover::before {
    width: 0;
  }
  .btn-minimalis-xl-info:focus, .btn-minimalis-xl-info.focus {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-xl-info.disabled, .btn-minimalis-xl-info:disabled {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-minimalis-xl-info:not(:disabled):not(.disabled):active, .btn-minimalis-xl-info:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-xl-info.dropdown-toggle {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-xl-warning {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-xl-warning::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ddb32b;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-xl-warning::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-xl-warning:hover {
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-xl-warning:hover::before {
    width: 0;
  }
  .btn-minimalis-xl-warning:focus, .btn-minimalis-xl-warning.focus {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-xl-warning.disabled, .btn-minimalis-xl-warning:disabled {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-minimalis-xl-warning:not(:disabled):not(.disabled):active, .btn-minimalis-xl-warning:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-xl-warning.dropdown-toggle {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-xl-danger {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-xl-danger::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f90000;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-xl-danger::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-xl-danger:hover {
    color: #f90000;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-xl-danger:hover::before {
    width: 0;
  }
  .btn-minimalis-xl-danger:focus, .btn-minimalis-xl-danger.focus {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-xl-danger.disabled, .btn-minimalis-xl-danger:disabled {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-minimalis-xl-danger:not(:disabled):not(.disabled):active, .btn-minimalis-xl-danger:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-xl-danger.dropdown-toggle {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-xl-light {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-xl-light::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f5f6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-xl-light::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-xl-light:hover {
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-xl-light:hover::before {
    width: 0;
  }
  .btn-minimalis-xl-light:focus, .btn-minimalis-xl-light.focus {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-xl-light.disabled, .btn-minimalis-xl-light:disabled {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-minimalis-xl-light:not(:disabled):not(.disabled):active, .btn-minimalis-xl-light:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-xl-light.dropdown-toggle {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-xl-dark {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-xl-dark::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1e1e1e;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-xl-dark::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-xl-dark:hover {
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-xl-dark:hover::before {
    width: 0;
  }
  .btn-minimalis-xl-dark:focus, .btn-minimalis-xl-dark.focus {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-xl-dark.disabled, .btn-minimalis-xl-dark:disabled {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-minimalis-xl-dark:not(:disabled):not(.disabled):active, .btn-minimalis-xl-dark:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-xl-dark.dropdown-toggle {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-xl-green {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-xl-green::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1F8D61;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-xl-green::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-xl-green:hover {
    color: #1F8D61;
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-xl-green:hover::before {
    width: 0;
  }
  .btn-minimalis-xl-green:focus, .btn-minimalis-xl-green.focus {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-xl-green.disabled, .btn-minimalis-xl-green:disabled {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-minimalis-xl-green:not(:disabled):not(.disabled):active, .btn-minimalis-xl-green:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-xl-green.dropdown-toggle {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-xl-blue {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-xl-blue::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0E49B5;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-xl-blue::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-xl-blue:hover {
    color: #0E49B5;
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-xl-blue:hover::before {
    width: 0;
  }
  .btn-minimalis-xl-blue:focus, .btn-minimalis-xl-blue.focus {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-xl-blue.disabled, .btn-minimalis-xl-blue:disabled {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-minimalis-xl-blue:not(:disabled):not(.disabled):active, .btn-minimalis-xl-blue:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-xl-blue.dropdown-toggle {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-xl-gray {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-xl-gray::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #9f9f9f;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-xl-gray::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-xl-gray:hover {
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-xl-gray:hover::before {
    width: 0;
  }
  .btn-minimalis-xl-gray:focus, .btn-minimalis-xl-gray.focus {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-xl-gray.disabled, .btn-minimalis-xl-gray:disabled {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-minimalis-xl-gray:not(:disabled):not(.disabled):active, .btn-minimalis-xl-gray:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-xl-gray.dropdown-toggle {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-xl-gray-200 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-xl-gray-200::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-xl-gray-200::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-xl-gray-200:hover {
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-xl-gray-200:hover::before {
    width: 0;
  }
  .btn-minimalis-xl-gray-200:focus, .btn-minimalis-xl-gray-200.focus {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-xl-gray-200.disabled, .btn-minimalis-xl-gray-200:disabled {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-minimalis-xl-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-xl-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-xl-gray-200.dropdown-toggle {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-xl-gray-300 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-xl-gray-300::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #dee2e6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-xl-gray-300::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-xl-gray-300:hover {
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-xl-gray-300:hover::before {
    width: 0;
  }
  .btn-minimalis-xl-gray-300:focus, .btn-minimalis-xl-gray-300.focus {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-xl-gray-300.disabled, .btn-minimalis-xl-gray-300:disabled {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-minimalis-xl-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-xl-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-xl-gray-300.dropdown-toggle {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-xl-gray-400 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-xl-gray-400::before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ced4da;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-xl-gray-400::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-xl-gray-400:hover {
    color: #ced4da;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-xl-gray-400:hover::before {
    width: 0;
  }
  .btn-minimalis-xl-gray-400:focus, .btn-minimalis-xl-gray-400.focus {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-xl-gray-400.disabled, .btn-minimalis-xl-gray-400:disabled {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-minimalis-xl-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-xl-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-xl-gray-400.dropdown-toggle {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-up-xl-primary {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-xl-primary::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-xl-primary::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-up-xl-primary:hover {
    color: var(--main);
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-up-xl-primary:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-xl-primary:focus, .btn-minimalis-up-xl-primary.focus {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-up-xl-primary.disabled, .btn-minimalis-up-xl-primary:disabled {
    color: #ffffff;
    background-color: var(--main);
    border-color: var(--main);
  }
  .btn-minimalis-up-xl-primary:not(:disabled):not(.disabled):active, .btn-minimalis-up-xl-primary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-xl-primary.dropdown-toggle {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-up-xl-secondary {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-xl-secondary::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #686868;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-xl-secondary::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-up-xl-secondary:hover {
    color: #686868;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-up-xl-secondary:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-xl-secondary:focus, .btn-minimalis-up-xl-secondary.focus {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-up-xl-secondary.disabled, .btn-minimalis-up-xl-secondary:disabled {
    color: #ffffff;
    background-color: #686868;
    border-color: #686868;
  }
  .btn-minimalis-up-xl-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-up-xl-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-xl-secondary.dropdown-toggle {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-up-xl-success {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-xl-success::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #87de7d;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-xl-success::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-up-xl-success:hover {
    color: #87de7d;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-up-xl-success:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-xl-success:focus, .btn-minimalis-up-xl-success.focus {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-up-xl-success.disabled, .btn-minimalis-up-xl-success:disabled {
    color: #ffffff;
    background-color: #87de7d;
    border-color: #87de7d;
  }
  .btn-minimalis-up-xl-success:not(:disabled):not(.disabled):active, .btn-minimalis-up-xl-success:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-xl-success.dropdown-toggle {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-up-xl-info {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-xl-info::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #2bb4dd;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-xl-info::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-up-xl-info:hover {
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-up-xl-info:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-xl-info:focus, .btn-minimalis-up-xl-info.focus {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-up-xl-info.disabled, .btn-minimalis-up-xl-info:disabled {
    color: #ffffff;
    background-color: #2bb4dd;
    border-color: #2bb4dd;
  }
  .btn-minimalis-up-xl-info:not(:disabled):not(.disabled):active, .btn-minimalis-up-xl-info:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-xl-info.dropdown-toggle {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-up-xl-warning {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-xl-warning::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ddb32b;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-xl-warning::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-up-xl-warning:hover {
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-up-xl-warning:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-xl-warning:focus, .btn-minimalis-up-xl-warning.focus {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-up-xl-warning.disabled, .btn-minimalis-up-xl-warning:disabled {
    color: #ffffff;
    background-color: #ddb32b;
    border-color: #ddb32b;
  }
  .btn-minimalis-up-xl-warning:not(:disabled):not(.disabled):active, .btn-minimalis-up-xl-warning:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-xl-warning.dropdown-toggle {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-up-xl-danger {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-xl-danger::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f90000;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-xl-danger::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-up-xl-danger:hover {
    color: #f90000;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-up-xl-danger:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-xl-danger:focus, .btn-minimalis-up-xl-danger.focus {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-up-xl-danger.disabled, .btn-minimalis-up-xl-danger:disabled {
    color: #ffffff;
    background-color: #f90000;
    border-color: #f90000;
  }
  .btn-minimalis-up-xl-danger:not(:disabled):not(.disabled):active, .btn-minimalis-up-xl-danger:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-xl-danger.dropdown-toggle {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-up-xl-light {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-xl-light::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f5f6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-xl-light::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-up-xl-light:hover {
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-up-xl-light:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-xl-light:focus, .btn-minimalis-up-xl-light.focus {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-up-xl-light.disabled, .btn-minimalis-up-xl-light:disabled {
    color: #1e1e1e;
    background-color: #f7f5f6;
    border-color: #f7f5f6;
  }
  .btn-minimalis-up-xl-light:not(:disabled):not(.disabled):active, .btn-minimalis-up-xl-light:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-xl-light.dropdown-toggle {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-up-xl-dark {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-xl-dark::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1e1e1e;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-xl-dark::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-up-xl-dark:hover {
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-up-xl-dark:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-xl-dark:focus, .btn-minimalis-up-xl-dark.focus {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-up-xl-dark.disabled, .btn-minimalis-up-xl-dark:disabled {
    color: #ffffff;
    background-color: #1e1e1e;
    border-color: #1e1e1e;
  }
  .btn-minimalis-up-xl-dark:not(:disabled):not(.disabled):active, .btn-minimalis-up-xl-dark:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-xl-dark.dropdown-toggle {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-up-xl-green {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-xl-green::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #1F8D61;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-xl-green::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-up-xl-green:hover {
    color: #1F8D61;
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-up-xl-green:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-xl-green:focus, .btn-minimalis-up-xl-green.focus {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-up-xl-green.disabled, .btn-minimalis-up-xl-green:disabled {
    color: #ffffff;
    background-color: #1F8D61;
    border-color: #1F8D61;
  }
  .btn-minimalis-up-xl-green:not(:disabled):not(.disabled):active, .btn-minimalis-up-xl-green:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-xl-green.dropdown-toggle {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-up-xl-blue {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-xl-blue::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0E49B5;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-xl-blue::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-up-xl-blue:hover {
    color: #0E49B5;
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-up-xl-blue:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-xl-blue:focus, .btn-minimalis-up-xl-blue.focus {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-up-xl-blue.disabled, .btn-minimalis-up-xl-blue:disabled {
    color: #ffffff;
    background-color: #0E49B5;
    border-color: #0E49B5;
  }
  .btn-minimalis-up-xl-blue:not(:disabled):not(.disabled):active, .btn-minimalis-up-xl-blue:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-xl-blue.dropdown-toggle {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-up-xl-gray {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: none;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-xl-gray::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #9f9f9f;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-xl-gray::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-up-xl-gray:hover {
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-up-xl-gray:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-xl-gray:focus, .btn-minimalis-up-xl-gray.focus {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-up-xl-gray.disabled, .btn-minimalis-up-xl-gray:disabled {
    color: #ffffff;
    background-color: #9f9f9f;
    border-color: #9f9f9f;
  }
  .btn-minimalis-up-xl-gray:not(:disabled):not(.disabled):active, .btn-minimalis-up-xl-gray:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-xl-gray.dropdown-toggle {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-up-xl-gray-200 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-xl-gray-200::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #e9e9e9;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-xl-gray-200::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-up-xl-gray-200:hover {
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-up-xl-gray-200:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-xl-gray-200:focus, .btn-minimalis-up-xl-gray-200.focus {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-up-xl-gray-200.disabled, .btn-minimalis-up-xl-gray-200:disabled {
    color: #1e1e1e;
    background-color: #e9e9e9;
    border-color: #e9e9e9;
  }
  .btn-minimalis-up-xl-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-up-xl-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-xl-gray-200.dropdown-toggle {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-up-xl-gray-300 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-xl-gray-300::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #dee2e6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-xl-gray-300::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-up-xl-gray-300:hover {
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-up-xl-gray-300:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-xl-gray-300:focus, .btn-minimalis-up-xl-gray-300.focus {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-up-xl-gray-300.disabled, .btn-minimalis-up-xl-gray-300:disabled {
    color: #1e1e1e;
    background-color: #dee2e6;
    border-color: #dee2e6;
  }
  .btn-minimalis-up-xl-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-up-xl-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-xl-gray-300.dropdown-toggle {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-up-xl-gray-400 {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-up-xl-gray-400::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #ced4da;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-up-xl-gray-400::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-up-xl-gray-400:hover {
    color: #ced4da;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-up-xl-gray-400:hover::before {
    bottom: 100%;
  }
  .btn-minimalis-up-xl-gray-400:focus, .btn-minimalis-up-xl-gray-400.focus {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-up-xl-gray-400.disabled, .btn-minimalis-up-xl-gray-400:disabled {
    color: #1e1e1e;
    background-color: #ced4da;
    border-color: #ced4da;
  }
  .btn-minimalis-up-xl-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-up-xl-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-up-xl-gray-400.dropdown-toggle {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-xl-primary {
    position: relative;
    overflow: hidden;
    color: var(--main);
    background: none;
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-xl-primary::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--main);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-xl-primary::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-xl-primary:hover {
    color: #ffffff;
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-xl-primary:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-xl-primary:focus, .btn-minimalis-outline-xl-primary.focus {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-xl-primary.disabled, .btn-minimalis-outline-xl-primary:disabled {
    color: var(--main);
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-xl-primary.disabled::before, .btn-minimalis-outline-xl-primary:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-xl-primary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-xl-primary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-xl-primary.dropdown-toggle {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-xl-secondary {
    position: relative;
    overflow: hidden;
    color: #686868;
    background: none;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-xl-secondary::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #686868;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-xl-secondary::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-xl-secondary:hover {
    color: #ffffff;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-xl-secondary:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-xl-secondary:focus, .btn-minimalis-outline-xl-secondary.focus {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-xl-secondary.disabled, .btn-minimalis-outline-xl-secondary:disabled {
    color: #686868;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-xl-secondary.disabled::before, .btn-minimalis-outline-xl-secondary:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-xl-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-xl-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-xl-secondary.dropdown-toggle {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-xl-success {
    position: relative;
    overflow: hidden;
    color: #87de7d;
    background: none;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-xl-success::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #87de7d;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-xl-success::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-xl-success:hover {
    color: #ffffff;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-xl-success:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-xl-success:focus, .btn-minimalis-outline-xl-success.focus {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-xl-success.disabled, .btn-minimalis-outline-xl-success:disabled {
    color: #87de7d;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-xl-success.disabled::before, .btn-minimalis-outline-xl-success:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-xl-success:not(:disabled):not(.disabled):active, .btn-minimalis-outline-xl-success:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-xl-success.dropdown-toggle {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-xl-info {
    position: relative;
    overflow: hidden;
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-xl-info::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #2bb4dd;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-xl-info::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-xl-info:hover {
    color: #ffffff;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-xl-info:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-xl-info:focus, .btn-minimalis-outline-xl-info.focus {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-xl-info.disabled, .btn-minimalis-outline-xl-info:disabled {
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-xl-info.disabled::before, .btn-minimalis-outline-xl-info:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-xl-info:not(:disabled):not(.disabled):active, .btn-minimalis-outline-xl-info:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-xl-info.dropdown-toggle {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-xl-warning {
    position: relative;
    overflow: hidden;
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-xl-warning::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ddb32b;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-xl-warning::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-xl-warning:hover {
    color: #ffffff;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-xl-warning:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-xl-warning:focus, .btn-minimalis-outline-xl-warning.focus {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-xl-warning.disabled, .btn-minimalis-outline-xl-warning:disabled {
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-xl-warning.disabled::before, .btn-minimalis-outline-xl-warning:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-xl-warning:not(:disabled):not(.disabled):active, .btn-minimalis-outline-xl-warning:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-xl-warning.dropdown-toggle {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-xl-danger {
    position: relative;
    overflow: hidden;
    color: #f90000;
    background: none;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-xl-danger::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f90000;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-xl-danger::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-xl-danger:hover {
    color: #ffffff;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-xl-danger:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-xl-danger:focus, .btn-minimalis-outline-xl-danger.focus {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-xl-danger.disabled, .btn-minimalis-outline-xl-danger:disabled {
    color: #f90000;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-xl-danger.disabled::before, .btn-minimalis-outline-xl-danger:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-xl-danger:not(:disabled):not(.disabled):active, .btn-minimalis-outline-xl-danger:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-xl-danger.dropdown-toggle {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-xl-light {
    position: relative;
    overflow: hidden;
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-xl-light::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f7f5f6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-xl-light::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-xl-light:hover {
    color: #1e1e1e;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-xl-light:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-xl-light:focus, .btn-minimalis-outline-xl-light.focus {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-xl-light.disabled, .btn-minimalis-outline-xl-light:disabled {
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-xl-light.disabled::before, .btn-minimalis-outline-xl-light:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-xl-light:not(:disabled):not(.disabled):active, .btn-minimalis-outline-xl-light:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-xl-light.dropdown-toggle {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-xl-dark {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-xl-dark::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #1e1e1e;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-xl-dark::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-xl-dark:hover {
    color: #ffffff;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-xl-dark:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-xl-dark:focus, .btn-minimalis-outline-xl-dark.focus {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-xl-dark.disabled, .btn-minimalis-outline-xl-dark:disabled {
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-xl-dark.disabled::before, .btn-minimalis-outline-xl-dark:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-xl-dark:not(:disabled):not(.disabled):active, .btn-minimalis-outline-xl-dark:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-xl-dark.dropdown-toggle {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-xl-green {
    position: relative;
    overflow: hidden;
    color: #1F8D61;
    background: none;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-xl-green::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #1F8D61;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-xl-green::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-xl-green:hover {
    color: #ffffff;
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-xl-green:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-xl-green:focus, .btn-minimalis-outline-xl-green.focus {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-xl-green.disabled, .btn-minimalis-outline-xl-green:disabled {
    color: #1F8D61;
    background: none;
    border-color: #1F8D61;
  }
  .btn-minimalis-outline-xl-green.disabled::before, .btn-minimalis-outline-xl-green:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-xl-green:not(:disabled):not(.disabled):active, .btn-minimalis-outline-xl-green:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-xl-green.dropdown-toggle {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-xl-blue {
    position: relative;
    overflow: hidden;
    color: #0E49B5;
    background: none;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-xl-blue::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #0E49B5;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-xl-blue::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-xl-blue:hover {
    color: #ffffff;
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-xl-blue:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-xl-blue:focus, .btn-minimalis-outline-xl-blue.focus {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-xl-blue.disabled, .btn-minimalis-outline-xl-blue:disabled {
    color: #0E49B5;
    background: none;
    border-color: #0E49B5;
  }
  .btn-minimalis-outline-xl-blue.disabled::before, .btn-minimalis-outline-xl-blue:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-xl-blue:not(:disabled):not(.disabled):active, .btn-minimalis-outline-xl-blue:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-xl-blue.dropdown-toggle {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-xl-gray {
    position: relative;
    overflow: hidden;
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-xl-gray::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #9f9f9f;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-xl-gray::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-xl-gray:hover {
    color: #ffffff;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-xl-gray:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-xl-gray:focus, .btn-minimalis-outline-xl-gray.focus {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-xl-gray.disabled, .btn-minimalis-outline-xl-gray:disabled {
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-xl-gray.disabled::before, .btn-minimalis-outline-xl-gray:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-xl-gray:not(:disabled):not(.disabled):active, .btn-minimalis-outline-xl-gray:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-xl-gray.dropdown-toggle {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-xl-gray-200 {
    position: relative;
    overflow: hidden;
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-xl-gray-200::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #e9e9e9;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-xl-gray-200::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-xl-gray-200:hover {
    color: #1e1e1e;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-xl-gray-200:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-xl-gray-200:focus, .btn-minimalis-outline-xl-gray-200.focus {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-xl-gray-200.disabled, .btn-minimalis-outline-xl-gray-200:disabled {
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-xl-gray-200.disabled::before, .btn-minimalis-outline-xl-gray-200:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-xl-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-outline-xl-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-xl-gray-200.dropdown-toggle {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-xl-gray-300 {
    position: relative;
    overflow: hidden;
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-xl-gray-300::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #dee2e6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-xl-gray-300::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-xl-gray-300:hover {
    color: #1e1e1e;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-xl-gray-300:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-xl-gray-300:focus, .btn-minimalis-outline-xl-gray-300.focus {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-xl-gray-300.disabled, .btn-minimalis-outline-xl-gray-300:disabled {
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-xl-gray-300.disabled::before, .btn-minimalis-outline-xl-gray-300:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-xl-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-outline-xl-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-xl-gray-300.dropdown-toggle {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-xl-gray-400 {
    position: relative;
    overflow: hidden;
    color: #ced4da;
    background: none;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-xl-gray-400::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ced4da;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-xl-gray-400::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-xl-gray-400:hover {
    color: #1e1e1e;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-xl-gray-400:hover::before {
    width: 100%;
  }
  .btn-minimalis-outline-xl-gray-400:focus, .btn-minimalis-outline-xl-gray-400.focus {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-xl-gray-400.disabled, .btn-minimalis-outline-xl-gray-400:disabled {
    color: #ced4da;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-xl-gray-400.disabled::before, .btn-minimalis-outline-xl-gray-400:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-xl-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-outline-xl-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-xl-gray-400.dropdown-toggle {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-up-xl-primary {
    position: relative;
    overflow: hidden;
    color: var(--main);
    background: none;
    border-color: var(--main);
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-xl-primary::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: var(--main);
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-xl-primary::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-up-xl-primary:hover {
    color: #ffffff;
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-up-xl-primary:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-xl-primary:focus, .btn-minimalis-outline-up-xl-primary.focus {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-up-xl-primary.disabled, .btn-minimalis-outline-up-xl-primary:disabled {
    color: var(--main);
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-up-xl-primary.disabled::before, .btn-minimalis-outline-up-xl-primary:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-xl-primary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-xl-primary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-xl-primary.dropdown-toggle {
    background: none;
    border-color: var(--main);
  }
  .btn-minimalis-outline-up-xl-secondary {
    position: relative;
    overflow: hidden;
    color: #686868;
    background: none;
    border-color: #686868;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-xl-secondary::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #686868;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-xl-secondary::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-up-xl-secondary:hover {
    color: #ffffff;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-up-xl-secondary:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-xl-secondary:focus, .btn-minimalis-outline-up-xl-secondary.focus {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-up-xl-secondary.disabled, .btn-minimalis-outline-up-xl-secondary:disabled {
    color: #686868;
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-up-xl-secondary.disabled::before, .btn-minimalis-outline-up-xl-secondary:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-xl-secondary:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-xl-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-xl-secondary.dropdown-toggle {
    background: none;
    border-color: #686868;
  }
  .btn-minimalis-outline-up-xl-success {
    position: relative;
    overflow: hidden;
    color: #87de7d;
    background: none;
    border-color: #87de7d;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-xl-success::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #87de7d;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-xl-success::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-up-xl-success:hover {
    color: #ffffff;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-up-xl-success:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-xl-success:focus, .btn-minimalis-outline-up-xl-success.focus {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-up-xl-success.disabled, .btn-minimalis-outline-up-xl-success:disabled {
    color: #87de7d;
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-up-xl-success.disabled::before, .btn-minimalis-outline-up-xl-success:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-xl-success:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-xl-success:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-xl-success.dropdown-toggle {
    background: none;
    border-color: #87de7d;
  }
  .btn-minimalis-outline-up-xl-info {
    position: relative;
    overflow: hidden;
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-xl-info::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #2bb4dd;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-xl-info::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-up-xl-info:hover {
    color: #ffffff;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-up-xl-info:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-xl-info:focus, .btn-minimalis-outline-up-xl-info.focus {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-up-xl-info.disabled, .btn-minimalis-outline-up-xl-info:disabled {
    color: #2bb4dd;
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-up-xl-info.disabled::before, .btn-minimalis-outline-up-xl-info:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-xl-info:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-xl-info:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-xl-info.dropdown-toggle {
    background: none;
    border-color: #2bb4dd;
  }
  .btn-minimalis-outline-up-xl-warning {
    position: relative;
    overflow: hidden;
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-xl-warning::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ddb32b;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-xl-warning::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-up-xl-warning:hover {
    color: #ffffff;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-up-xl-warning:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-xl-warning:focus, .btn-minimalis-outline-up-xl-warning.focus {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-up-xl-warning.disabled, .btn-minimalis-outline-up-xl-warning:disabled {
    color: #ddb32b;
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-up-xl-warning.disabled::before, .btn-minimalis-outline-up-xl-warning:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-xl-warning:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-xl-warning:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-xl-warning.dropdown-toggle {
    background: none;
    border-color: #ddb32b;
  }
  .btn-minimalis-outline-up-xl-danger {
    position: relative;
    overflow: hidden;
    color: #f90000;
    background: none;
    border-color: #f90000;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-xl-danger::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #f90000;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-xl-danger::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-up-xl-danger:hover {
    color: #ffffff;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-up-xl-danger:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-xl-danger:focus, .btn-minimalis-outline-up-xl-danger.focus {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-up-xl-danger.disabled, .btn-minimalis-outline-up-xl-danger:disabled {
    color: #f90000;
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-up-xl-danger.disabled::before, .btn-minimalis-outline-up-xl-danger:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-xl-danger:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-xl-danger:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-xl-danger.dropdown-toggle {
    background: none;
    border-color: #f90000;
  }
  .btn-minimalis-outline-up-xl-light {
    position: relative;
    overflow: hidden;
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-xl-light::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #f7f5f6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-xl-light::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-up-xl-light:hover {
    color: #1e1e1e;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-up-xl-light:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-xl-light:focus, .btn-minimalis-outline-up-xl-light.focus {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-up-xl-light.disabled, .btn-minimalis-outline-up-xl-light:disabled {
    color: #f7f5f6;
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-up-xl-light.disabled::before, .btn-minimalis-outline-up-xl-light:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-xl-light:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-xl-light:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-xl-light.dropdown-toggle {
    background: none;
    border-color: #f7f5f6;
  }
  .btn-minimalis-outline-up-xl-dark {
    position: relative;
    overflow: hidden;
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-xl-dark::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #1e1e1e;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-xl-dark::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-up-xl-dark:hover {
    color: #ffffff;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-up-xl-dark:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-xl-dark:focus, .btn-minimalis-outline-up-xl-dark.focus {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-up-xl-dark.disabled, .btn-minimalis-outline-up-xl-dark:disabled {
    color: #1e1e1e;
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-up-xl-dark.disabled::before, .btn-minimalis-outline-up-xl-dark:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-xl-dark:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-xl-dark:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-xl-dark.dropdown-toggle {
    background: none;
    border-color: #1e1e1e;
  }
  .btn-minimalis-outline-up-xl-green {
    position: relative;
    overflow: hidden;
    color: #1F8D61;
    background: none;
    border-color: #1F8D61;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-xl-green::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #1F8D61;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-xl-green::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-up-xl-green:hover {
    color: #ffffff;
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-up-xl-green:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-xl-green:focus, .btn-minimalis-outline-up-xl-green.focus {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-up-xl-green.disabled, .btn-minimalis-outline-up-xl-green:disabled {
    color: #1F8D61;
    background: none;
    border-color: #1F8D61;
  }
  .btn-minimalis-outline-up-xl-green.disabled::before, .btn-minimalis-outline-up-xl-green:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-xl-green:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-xl-green:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-xl-green.dropdown-toggle {
    background: none;
    border-color: #1f8d61;
  }
  .btn-minimalis-outline-up-xl-blue {
    position: relative;
    overflow: hidden;
    color: #0E49B5;
    background: none;
    border-color: #0E49B5;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-xl-blue::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #0E49B5;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-xl-blue::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-up-xl-blue:hover {
    color: #ffffff;
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-up-xl-blue:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-xl-blue:focus, .btn-minimalis-outline-up-xl-blue.focus {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-up-xl-blue.disabled, .btn-minimalis-outline-up-xl-blue:disabled {
    color: #0E49B5;
    background: none;
    border-color: #0E49B5;
  }
  .btn-minimalis-outline-up-xl-blue.disabled::before, .btn-minimalis-outline-up-xl-blue:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-xl-blue:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-xl-blue:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-xl-blue.dropdown-toggle {
    background: none;
    border-color: #0e49b5;
  }
  .btn-minimalis-outline-up-xl-gray {
    position: relative;
    overflow: hidden;
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-xl-gray::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #9f9f9f;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-xl-gray::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-up-xl-gray:hover {
    color: #ffffff;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-up-xl-gray:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-xl-gray:focus, .btn-minimalis-outline-up-xl-gray.focus {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-up-xl-gray.disabled, .btn-minimalis-outline-up-xl-gray:disabled {
    color: #9f9f9f;
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-up-xl-gray.disabled::before, .btn-minimalis-outline-up-xl-gray:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-xl-gray:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-xl-gray:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-xl-gray.dropdown-toggle {
    background: none;
    border-color: #9f9f9f;
  }
  .btn-minimalis-outline-up-xl-gray-200 {
    position: relative;
    overflow: hidden;
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-xl-gray-200::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #e9e9e9;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-xl-gray-200::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-up-xl-gray-200:hover {
    color: #1e1e1e;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-up-xl-gray-200:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-xl-gray-200:focus, .btn-minimalis-outline-up-xl-gray-200.focus {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-up-xl-gray-200.disabled, .btn-minimalis-outline-up-xl-gray-200:disabled {
    color: #e9e9e9;
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-up-xl-gray-200.disabled::before, .btn-minimalis-outline-up-xl-gray-200:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-xl-gray-200:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-xl-gray-200:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-xl-gray-200.dropdown-toggle {
    background: none;
    border-color: #e9e9e9;
  }
  .btn-minimalis-outline-up-xl-gray-300 {
    position: relative;
    overflow: hidden;
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-xl-gray-300::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #dee2e6;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-xl-gray-300::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-up-xl-gray-300:hover {
    color: #1e1e1e;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-up-xl-gray-300:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-xl-gray-300:focus, .btn-minimalis-outline-up-xl-gray-300.focus {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-up-xl-gray-300.disabled, .btn-minimalis-outline-up-xl-gray-300:disabled {
    color: #dee2e6;
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-up-xl-gray-300.disabled::before, .btn-minimalis-outline-up-xl-gray-300:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-xl-gray-300:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-xl-gray-300:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-xl-gray-300.dropdown-toggle {
    background: none;
    border-color: #dee2e6;
  }
  .btn-minimalis-outline-up-xl-gray-400 {
    position: relative;
    overflow: hidden;
    color: #ced4da;
    background: none;
    border-color: #ced4da;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 1;
  }
  .btn-minimalis-outline-up-xl-gray-400::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ced4da;
    z-index: -1;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 1200px) and (prefers-reduced-motion: reduce) {
  .btn-minimalis-outline-up-xl-gray-400::before {
    transition: none;
  }
}

@media (min-width: 1200px) {
  .btn-minimalis-outline-up-xl-gray-400:hover {
    color: #1e1e1e;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-up-xl-gray-400:hover::before {
    height: 100%;
  }
  .btn-minimalis-outline-up-xl-gray-400:focus, .btn-minimalis-outline-up-xl-gray-400.focus {
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-up-xl-gray-400.disabled, .btn-minimalis-outline-up-xl-gray-400:disabled {
    color: #ced4da;
    background: none;
    border-color: #ced4da;
  }
  .btn-minimalis-outline-up-xl-gray-400.disabled::before, .btn-minimalis-outline-up-xl-gray-400:disabled::before {
    width: 0;
  }
  .btn-minimalis-outline-up-xl-gray-400:not(:disabled):not(.disabled):active, .btn-minimalis-outline-up-xl-gray-400:not(:disabled):not(.disabled).active,
  .show > .btn-minimalis-outline-up-xl-gray-400.dropdown-toggle {
    background: none;
    border-color: #ced4da;
  }
}

.btn-arrow {
  text-align: left;
}

.btn-arrow .inner-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.btn-arrow .inner-btn .arrow {
  position: relative;
  display: inline-block;
  width: 3.75rem;
  height: 1rem;
  margin: 0 .625rem;
  flex-grow: 1;
}

.btn-arrow .inner-btn .arrow .arrow-icon {
  position: absolute;
  display: inline-block;
  width: .625rem;
  height: 1px;
  top: 50%;
  left: 0;
  transition: all 0.4s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn-arrow .inner-btn .arrow .arrow-icon {
    transition: none;
  }
}

.btn-arrow .inner-btn .arrow .arrow-icon:before, .btn-arrow .inner-btn .arrow .arrow-icon:after {
  content: ' ';
  width: 60%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  transform: rotate(0deg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn-arrow .inner-btn .arrow .arrow-icon:before, .btn-arrow .inner-btn .arrow .arrow-icon:after {
    transition: none;
  }
}

.btn-arrow .inner-btn .arrow .arrow-icon::before {
  top: -2px;
  right: -1px;
  transform: rotate(45deg);
}

.btn-arrow .inner-btn .arrow .arrow-icon::after {
  top: 2px;
  right: -1px;
  transform: rotate(-45deg);
}

.btn-arrow:not(.disabled):not(:disabled):hover .arrow .arrow-icon {
  left: 100%;
}

.btn-arrow:not(.disabled):not(:disabled):hover .arrow .arrow-icon:before, .btn-arrow:not(.disabled):not(:disabled):hover .arrow .arrow-icon:after {
  opacity: 1;
  visibility: visible;
}

.btn-primary.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-primary.btn-arrow .arrow-icon:before, .btn-primary.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-primary.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-primary.btn-arrow .arrow-icon:before, .btn-minimalis-primary.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-primary.btn-arrow:hover .arrow-icon {
  background-color: var(--main);
}

.btn-minimalis-primary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-primary.btn-arrow:hover .arrow-icon:after {
  background-color: var(--main);
}

.btn-minimalis-outline-primary.btn-arrow .arrow-icon {
  background-color: var(--main);
}

.btn-minimalis-outline-primary.btn-arrow .arrow-icon:before, .btn-minimalis-outline-primary.btn-arrow .arrow-icon:after {
  background-color: var(--main);
}

.btn-minimalis-outline-primary.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-outline-primary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-primary.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-secondary.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-secondary.btn-arrow .arrow-icon:before, .btn-secondary.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-secondary.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-secondary.btn-arrow .arrow-icon:before, .btn-minimalis-secondary.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-secondary.btn-arrow:hover .arrow-icon {
  background-color: #686868;
}

.btn-minimalis-secondary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-secondary.btn-arrow:hover .arrow-icon:after {
  background-color: #686868;
}

.btn-minimalis-outline-secondary.btn-arrow .arrow-icon {
  background-color: #686868;
}

.btn-minimalis-outline-secondary.btn-arrow .arrow-icon:before, .btn-minimalis-outline-secondary.btn-arrow .arrow-icon:after {
  background-color: #686868;
}

.btn-minimalis-outline-secondary.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-outline-secondary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-secondary.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-success.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-success.btn-arrow .arrow-icon:before, .btn-success.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-success.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-success.btn-arrow .arrow-icon:before, .btn-minimalis-success.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-success.btn-arrow:hover .arrow-icon {
  background-color: #87de7d;
}

.btn-minimalis-success.btn-arrow:hover .arrow-icon:before, .btn-minimalis-success.btn-arrow:hover .arrow-icon:after {
  background-color: #87de7d;
}

.btn-minimalis-outline-success.btn-arrow .arrow-icon {
  background-color: #87de7d;
}

.btn-minimalis-outline-success.btn-arrow .arrow-icon:before, .btn-minimalis-outline-success.btn-arrow .arrow-icon:after {
  background-color: #87de7d;
}

.btn-minimalis-outline-success.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-outline-success.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-success.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-info.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-info.btn-arrow .arrow-icon:before, .btn-info.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-info.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-info.btn-arrow .arrow-icon:before, .btn-minimalis-info.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-info.btn-arrow:hover .arrow-icon {
  background-color: #2bb4dd;
}

.btn-minimalis-info.btn-arrow:hover .arrow-icon:before, .btn-minimalis-info.btn-arrow:hover .arrow-icon:after {
  background-color: #2bb4dd;
}

.btn-minimalis-outline-info.btn-arrow .arrow-icon {
  background-color: #2bb4dd;
}

.btn-minimalis-outline-info.btn-arrow .arrow-icon:before, .btn-minimalis-outline-info.btn-arrow .arrow-icon:after {
  background-color: #2bb4dd;
}

.btn-minimalis-outline-info.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-outline-info.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-info.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-warning.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-warning.btn-arrow .arrow-icon:before, .btn-warning.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-warning.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-warning.btn-arrow .arrow-icon:before, .btn-minimalis-warning.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-warning.btn-arrow:hover .arrow-icon {
  background-color: #ddb32b;
}

.btn-minimalis-warning.btn-arrow:hover .arrow-icon:before, .btn-minimalis-warning.btn-arrow:hover .arrow-icon:after {
  background-color: #ddb32b;
}

.btn-minimalis-outline-warning.btn-arrow .arrow-icon {
  background-color: #ddb32b;
}

.btn-minimalis-outline-warning.btn-arrow .arrow-icon:before, .btn-minimalis-outline-warning.btn-arrow .arrow-icon:after {
  background-color: #ddb32b;
}

.btn-minimalis-outline-warning.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-outline-warning.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-warning.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-danger.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-danger.btn-arrow .arrow-icon:before, .btn-danger.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-danger.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-danger.btn-arrow .arrow-icon:before, .btn-minimalis-danger.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-danger.btn-arrow:hover .arrow-icon {
  background-color: #f90000;
}

.btn-minimalis-danger.btn-arrow:hover .arrow-icon:before, .btn-minimalis-danger.btn-arrow:hover .arrow-icon:after {
  background-color: #f90000;
}

.btn-minimalis-outline-danger.btn-arrow .arrow-icon {
  background-color: #f90000;
}

.btn-minimalis-outline-danger.btn-arrow .arrow-icon:before, .btn-minimalis-outline-danger.btn-arrow .arrow-icon:after {
  background-color: #f90000;
}

.btn-minimalis-outline-danger.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-outline-danger.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-danger.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-light.btn-arrow .arrow-icon {
  background-color: #1e1e1e;
}

.btn-light.btn-arrow .arrow-icon:before, .btn-light.btn-arrow .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-minimalis-light.btn-arrow .arrow-icon {
  background-color: #1e1e1e;
}

.btn-minimalis-light.btn-arrow .arrow-icon:before, .btn-minimalis-light.btn-arrow .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-minimalis-light.btn-arrow:hover .arrow-icon {
  background-color: #f7f5f6;
}

.btn-minimalis-light.btn-arrow:hover .arrow-icon:before, .btn-minimalis-light.btn-arrow:hover .arrow-icon:after {
  background-color: #f7f5f6;
}

.btn-minimalis-outline-light.btn-arrow .arrow-icon {
  background-color: #f7f5f6;
}

.btn-minimalis-outline-light.btn-arrow .arrow-icon:before, .btn-minimalis-outline-light.btn-arrow .arrow-icon:after {
  background-color: #f7f5f6;
}

.btn-minimalis-outline-light.btn-arrow:hover .arrow-icon {
  background-color: #1e1e1e;
}

.btn-minimalis-outline-light.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-light.btn-arrow:hover .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-dark.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-dark.btn-arrow .arrow-icon:before, .btn-dark.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-dark.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-dark.btn-arrow .arrow-icon:before, .btn-minimalis-dark.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-dark.btn-arrow:hover .arrow-icon {
  background-color: #1e1e1e;
}

.btn-minimalis-dark.btn-arrow:hover .arrow-icon:before, .btn-minimalis-dark.btn-arrow:hover .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-minimalis-outline-dark.btn-arrow .arrow-icon {
  background-color: #1e1e1e;
}

.btn-minimalis-outline-dark.btn-arrow .arrow-icon:before, .btn-minimalis-outline-dark.btn-arrow .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-minimalis-outline-dark.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-outline-dark.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-dark.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-green.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-green.btn-arrow .arrow-icon:before, .btn-green.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-green.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-green.btn-arrow .arrow-icon:before, .btn-minimalis-green.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-green.btn-arrow:hover .arrow-icon {
  background-color: #1F8D61;
}

.btn-minimalis-green.btn-arrow:hover .arrow-icon:before, .btn-minimalis-green.btn-arrow:hover .arrow-icon:after {
  background-color: #1F8D61;
}

.btn-minimalis-outline-green.btn-arrow .arrow-icon {
  background-color: #1F8D61;
}

.btn-minimalis-outline-green.btn-arrow .arrow-icon:before, .btn-minimalis-outline-green.btn-arrow .arrow-icon:after {
  background-color: #1F8D61;
}

.btn-minimalis-outline-green.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-outline-green.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-green.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-blue.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-blue.btn-arrow .arrow-icon:before, .btn-blue.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-blue.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-blue.btn-arrow .arrow-icon:before, .btn-minimalis-blue.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-blue.btn-arrow:hover .arrow-icon {
  background-color: #0E49B5;
}

.btn-minimalis-blue.btn-arrow:hover .arrow-icon:before, .btn-minimalis-blue.btn-arrow:hover .arrow-icon:after {
  background-color: #0E49B5;
}

.btn-minimalis-outline-blue.btn-arrow .arrow-icon {
  background-color: #0E49B5;
}

.btn-minimalis-outline-blue.btn-arrow .arrow-icon:before, .btn-minimalis-outline-blue.btn-arrow .arrow-icon:after {
  background-color: #0E49B5;
}

.btn-minimalis-outline-blue.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-outline-blue.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-blue.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-gray.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-gray.btn-arrow .arrow-icon:before, .btn-gray.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-gray.btn-arrow .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-gray.btn-arrow .arrow-icon:before, .btn-minimalis-gray.btn-arrow .arrow-icon:after {
  background-color: #ffffff;
}

.btn-minimalis-gray.btn-arrow:hover .arrow-icon {
  background-color: #9f9f9f;
}

.btn-minimalis-gray.btn-arrow:hover .arrow-icon:before, .btn-minimalis-gray.btn-arrow:hover .arrow-icon:after {
  background-color: #9f9f9f;
}

.btn-minimalis-outline-gray.btn-arrow .arrow-icon {
  background-color: #9f9f9f;
}

.btn-minimalis-outline-gray.btn-arrow .arrow-icon:before, .btn-minimalis-outline-gray.btn-arrow .arrow-icon:after {
  background-color: #9f9f9f;
}

.btn-minimalis-outline-gray.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-minimalis-outline-gray.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-gray.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-gray-200.btn-arrow .arrow-icon {
  background-color: #1e1e1e;
}

.btn-gray-200.btn-arrow .arrow-icon:before, .btn-gray-200.btn-arrow .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-minimalis-gray-200.btn-arrow .arrow-icon {
  background-color: #1e1e1e;
}

.btn-minimalis-gray-200.btn-arrow .arrow-icon:before, .btn-minimalis-gray-200.btn-arrow .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-minimalis-gray-200.btn-arrow:hover .arrow-icon {
  background-color: #e9e9e9;
}

.btn-minimalis-gray-200.btn-arrow:hover .arrow-icon:before, .btn-minimalis-gray-200.btn-arrow:hover .arrow-icon:after {
  background-color: #e9e9e9;
}

.btn-minimalis-outline-gray-200.btn-arrow .arrow-icon {
  background-color: #e9e9e9;
}

.btn-minimalis-outline-gray-200.btn-arrow .arrow-icon:before, .btn-minimalis-outline-gray-200.btn-arrow .arrow-icon:after {
  background-color: #e9e9e9;
}

.btn-minimalis-outline-gray-200.btn-arrow:hover .arrow-icon {
  background-color: #1e1e1e;
}

.btn-minimalis-outline-gray-200.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-gray-200.btn-arrow:hover .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-gray-300.btn-arrow .arrow-icon {
  background-color: #1e1e1e;
}

.btn-gray-300.btn-arrow .arrow-icon:before, .btn-gray-300.btn-arrow .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-minimalis-gray-300.btn-arrow .arrow-icon {
  background-color: #1e1e1e;
}

.btn-minimalis-gray-300.btn-arrow .arrow-icon:before, .btn-minimalis-gray-300.btn-arrow .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-minimalis-gray-300.btn-arrow:hover .arrow-icon {
  background-color: #dee2e6;
}

.btn-minimalis-gray-300.btn-arrow:hover .arrow-icon:before, .btn-minimalis-gray-300.btn-arrow:hover .arrow-icon:after {
  background-color: #dee2e6;
}

.btn-minimalis-outline-gray-300.btn-arrow .arrow-icon {
  background-color: #dee2e6;
}

.btn-minimalis-outline-gray-300.btn-arrow .arrow-icon:before, .btn-minimalis-outline-gray-300.btn-arrow .arrow-icon:after {
  background-color: #dee2e6;
}

.btn-minimalis-outline-gray-300.btn-arrow:hover .arrow-icon {
  background-color: #1e1e1e;
}

.btn-minimalis-outline-gray-300.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-gray-300.btn-arrow:hover .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-gray-400.btn-arrow .arrow-icon {
  background-color: #1e1e1e;
}

.btn-gray-400.btn-arrow .arrow-icon:before, .btn-gray-400.btn-arrow .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-minimalis-gray-400.btn-arrow .arrow-icon {
  background-color: #1e1e1e;
}

.btn-minimalis-gray-400.btn-arrow .arrow-icon:before, .btn-minimalis-gray-400.btn-arrow .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-minimalis-gray-400.btn-arrow:hover .arrow-icon {
  background-color: #ced4da;
}

.btn-minimalis-gray-400.btn-arrow:hover .arrow-icon:before, .btn-minimalis-gray-400.btn-arrow:hover .arrow-icon:after {
  background-color: #ced4da;
}

.btn-minimalis-outline-gray-400.btn-arrow .arrow-icon {
  background-color: #ced4da;
}

.btn-minimalis-outline-gray-400.btn-arrow .arrow-icon:before, .btn-minimalis-outline-gray-400.btn-arrow .arrow-icon:after {
  background-color: #ced4da;
}

.btn-minimalis-outline-gray-400.btn-arrow:hover .arrow-icon {
  background-color: #1e1e1e;
}

.btn-minimalis-outline-gray-400.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-gray-400.btn-arrow:hover .arrow-icon:after {
  background-color: #1e1e1e;
}

@media (min-width: 576px) {
  .btn-sm-primary.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-sm-primary.btn-arrow .arrow-icon:before, .btn-sm-primary.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-primary.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-primary.btn-arrow .arrow-icon:before, .btn-minimalis-sm-primary.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-primary.btn-arrow:hover .arrow-icon {
    background-color: var(--main);
  }
  .btn-minimalis-sm-primary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-sm-primary.btn-arrow:hover .arrow-icon:after {
    background-color: var(--main);
  }
  .btn-minimalis-outline-sm-primary.btn-arrow .arrow-icon {
    background-color: var(--main);
  }
  .btn-minimalis-outline-sm-primary.btn-arrow .arrow-icon:before, .btn-minimalis-outline-sm-primary.btn-arrow .arrow-icon:after {
    background-color: var(--main);
  }
  .btn-minimalis-outline-sm-primary.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-sm-primary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-sm-primary.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-sm-secondary.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-sm-secondary.btn-arrow .arrow-icon:before, .btn-sm-secondary.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-secondary.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-secondary.btn-arrow .arrow-icon:before, .btn-minimalis-sm-secondary.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-secondary.btn-arrow:hover .arrow-icon {
    background-color: #686868;
  }
  .btn-minimalis-sm-secondary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-sm-secondary.btn-arrow:hover .arrow-icon:after {
    background-color: #686868;
  }
  .btn-minimalis-outline-sm-secondary.btn-arrow .arrow-icon {
    background-color: #686868;
  }
  .btn-minimalis-outline-sm-secondary.btn-arrow .arrow-icon:before, .btn-minimalis-outline-sm-secondary.btn-arrow .arrow-icon:after {
    background-color: #686868;
  }
  .btn-minimalis-outline-sm-secondary.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-sm-secondary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-sm-secondary.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-sm-success.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-sm-success.btn-arrow .arrow-icon:before, .btn-sm-success.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-success.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-success.btn-arrow .arrow-icon:before, .btn-minimalis-sm-success.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-success.btn-arrow:hover .arrow-icon {
    background-color: #87de7d;
  }
  .btn-minimalis-sm-success.btn-arrow:hover .arrow-icon:before, .btn-minimalis-sm-success.btn-arrow:hover .arrow-icon:after {
    background-color: #87de7d;
  }
  .btn-minimalis-outline-sm-success.btn-arrow .arrow-icon {
    background-color: #87de7d;
  }
  .btn-minimalis-outline-sm-success.btn-arrow .arrow-icon:before, .btn-minimalis-outline-sm-success.btn-arrow .arrow-icon:after {
    background-color: #87de7d;
  }
  .btn-minimalis-outline-sm-success.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-sm-success.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-sm-success.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-sm-info.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-sm-info.btn-arrow .arrow-icon:before, .btn-sm-info.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-info.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-info.btn-arrow .arrow-icon:before, .btn-minimalis-sm-info.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-info.btn-arrow:hover .arrow-icon {
    background-color: #2bb4dd;
  }
  .btn-minimalis-sm-info.btn-arrow:hover .arrow-icon:before, .btn-minimalis-sm-info.btn-arrow:hover .arrow-icon:after {
    background-color: #2bb4dd;
  }
  .btn-minimalis-outline-sm-info.btn-arrow .arrow-icon {
    background-color: #2bb4dd;
  }
  .btn-minimalis-outline-sm-info.btn-arrow .arrow-icon:before, .btn-minimalis-outline-sm-info.btn-arrow .arrow-icon:after {
    background-color: #2bb4dd;
  }
  .btn-minimalis-outline-sm-info.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-sm-info.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-sm-info.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-sm-warning.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-sm-warning.btn-arrow .arrow-icon:before, .btn-sm-warning.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-warning.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-warning.btn-arrow .arrow-icon:before, .btn-minimalis-sm-warning.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-warning.btn-arrow:hover .arrow-icon {
    background-color: #ddb32b;
  }
  .btn-minimalis-sm-warning.btn-arrow:hover .arrow-icon:before, .btn-minimalis-sm-warning.btn-arrow:hover .arrow-icon:after {
    background-color: #ddb32b;
  }
  .btn-minimalis-outline-sm-warning.btn-arrow .arrow-icon {
    background-color: #ddb32b;
  }
  .btn-minimalis-outline-sm-warning.btn-arrow .arrow-icon:before, .btn-minimalis-outline-sm-warning.btn-arrow .arrow-icon:after {
    background-color: #ddb32b;
  }
  .btn-minimalis-outline-sm-warning.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-sm-warning.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-sm-warning.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-sm-danger.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-sm-danger.btn-arrow .arrow-icon:before, .btn-sm-danger.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-danger.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-danger.btn-arrow .arrow-icon:before, .btn-minimalis-sm-danger.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-danger.btn-arrow:hover .arrow-icon {
    background-color: #f90000;
  }
  .btn-minimalis-sm-danger.btn-arrow:hover .arrow-icon:before, .btn-minimalis-sm-danger.btn-arrow:hover .arrow-icon:after {
    background-color: #f90000;
  }
  .btn-minimalis-outline-sm-danger.btn-arrow .arrow-icon {
    background-color: #f90000;
  }
  .btn-minimalis-outline-sm-danger.btn-arrow .arrow-icon:before, .btn-minimalis-outline-sm-danger.btn-arrow .arrow-icon:after {
    background-color: #f90000;
  }
  .btn-minimalis-outline-sm-danger.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-sm-danger.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-sm-danger.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-sm-light.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-sm-light.btn-arrow .arrow-icon:before, .btn-sm-light.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-sm-light.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-sm-light.btn-arrow .arrow-icon:before, .btn-minimalis-sm-light.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-sm-light.btn-arrow:hover .arrow-icon {
    background-color: #f7f5f6;
  }
  .btn-minimalis-sm-light.btn-arrow:hover .arrow-icon:before, .btn-minimalis-sm-light.btn-arrow:hover .arrow-icon:after {
    background-color: #f7f5f6;
  }
  .btn-minimalis-outline-sm-light.btn-arrow .arrow-icon {
    background-color: #f7f5f6;
  }
  .btn-minimalis-outline-sm-light.btn-arrow .arrow-icon:before, .btn-minimalis-outline-sm-light.btn-arrow .arrow-icon:after {
    background-color: #f7f5f6;
  }
  .btn-minimalis-outline-sm-light.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-sm-light.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-sm-light.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-sm-dark.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-sm-dark.btn-arrow .arrow-icon:before, .btn-sm-dark.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-dark.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-dark.btn-arrow .arrow-icon:before, .btn-minimalis-sm-dark.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-dark.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-sm-dark.btn-arrow:hover .arrow-icon:before, .btn-minimalis-sm-dark.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-sm-dark.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-sm-dark.btn-arrow .arrow-icon:before, .btn-minimalis-outline-sm-dark.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-sm-dark.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-sm-dark.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-sm-dark.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-sm-green.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-sm-green.btn-arrow .arrow-icon:before, .btn-sm-green.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-green.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-green.btn-arrow .arrow-icon:before, .btn-minimalis-sm-green.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-green.btn-arrow:hover .arrow-icon {
    background-color: #1F8D61;
  }
  .btn-minimalis-sm-green.btn-arrow:hover .arrow-icon:before, .btn-minimalis-sm-green.btn-arrow:hover .arrow-icon:after {
    background-color: #1F8D61;
  }
  .btn-minimalis-outline-sm-green.btn-arrow .arrow-icon {
    background-color: #1F8D61;
  }
  .btn-minimalis-outline-sm-green.btn-arrow .arrow-icon:before, .btn-minimalis-outline-sm-green.btn-arrow .arrow-icon:after {
    background-color: #1F8D61;
  }
  .btn-minimalis-outline-sm-green.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-sm-green.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-sm-green.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-sm-blue.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-sm-blue.btn-arrow .arrow-icon:before, .btn-sm-blue.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-blue.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-blue.btn-arrow .arrow-icon:before, .btn-minimalis-sm-blue.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-blue.btn-arrow:hover .arrow-icon {
    background-color: #0E49B5;
  }
  .btn-minimalis-sm-blue.btn-arrow:hover .arrow-icon:before, .btn-minimalis-sm-blue.btn-arrow:hover .arrow-icon:after {
    background-color: #0E49B5;
  }
  .btn-minimalis-outline-sm-blue.btn-arrow .arrow-icon {
    background-color: #0E49B5;
  }
  .btn-minimalis-outline-sm-blue.btn-arrow .arrow-icon:before, .btn-minimalis-outline-sm-blue.btn-arrow .arrow-icon:after {
    background-color: #0E49B5;
  }
  .btn-minimalis-outline-sm-blue.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-sm-blue.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-sm-blue.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-sm-gray.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-sm-gray.btn-arrow .arrow-icon:before, .btn-sm-gray.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-gray.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-gray.btn-arrow .arrow-icon:before, .btn-minimalis-sm-gray.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-sm-gray.btn-arrow:hover .arrow-icon {
    background-color: #9f9f9f;
  }
  .btn-minimalis-sm-gray.btn-arrow:hover .arrow-icon:before, .btn-minimalis-sm-gray.btn-arrow:hover .arrow-icon:after {
    background-color: #9f9f9f;
  }
  .btn-minimalis-outline-sm-gray.btn-arrow .arrow-icon {
    background-color: #9f9f9f;
  }
  .btn-minimalis-outline-sm-gray.btn-arrow .arrow-icon:before, .btn-minimalis-outline-sm-gray.btn-arrow .arrow-icon:after {
    background-color: #9f9f9f;
  }
  .btn-minimalis-outline-sm-gray.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-sm-gray.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-sm-gray.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-sm-gray-200.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-sm-gray-200.btn-arrow .arrow-icon:before, .btn-sm-gray-200.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-sm-gray-200.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-sm-gray-200.btn-arrow .arrow-icon:before, .btn-minimalis-sm-gray-200.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-sm-gray-200.btn-arrow:hover .arrow-icon {
    background-color: #e9e9e9;
  }
  .btn-minimalis-sm-gray-200.btn-arrow:hover .arrow-icon:before, .btn-minimalis-sm-gray-200.btn-arrow:hover .arrow-icon:after {
    background-color: #e9e9e9;
  }
  .btn-minimalis-outline-sm-gray-200.btn-arrow .arrow-icon {
    background-color: #e9e9e9;
  }
  .btn-minimalis-outline-sm-gray-200.btn-arrow .arrow-icon:before, .btn-minimalis-outline-sm-gray-200.btn-arrow .arrow-icon:after {
    background-color: #e9e9e9;
  }
  .btn-minimalis-outline-sm-gray-200.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-sm-gray-200.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-sm-gray-200.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-sm-gray-300.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-sm-gray-300.btn-arrow .arrow-icon:before, .btn-sm-gray-300.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-sm-gray-300.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-sm-gray-300.btn-arrow .arrow-icon:before, .btn-minimalis-sm-gray-300.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-sm-gray-300.btn-arrow:hover .arrow-icon {
    background-color: #dee2e6;
  }
  .btn-minimalis-sm-gray-300.btn-arrow:hover .arrow-icon:before, .btn-minimalis-sm-gray-300.btn-arrow:hover .arrow-icon:after {
    background-color: #dee2e6;
  }
  .btn-minimalis-outline-sm-gray-300.btn-arrow .arrow-icon {
    background-color: #dee2e6;
  }
  .btn-minimalis-outline-sm-gray-300.btn-arrow .arrow-icon:before, .btn-minimalis-outline-sm-gray-300.btn-arrow .arrow-icon:after {
    background-color: #dee2e6;
  }
  .btn-minimalis-outline-sm-gray-300.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-sm-gray-300.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-sm-gray-300.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-sm-gray-400.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-sm-gray-400.btn-arrow .arrow-icon:before, .btn-sm-gray-400.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-sm-gray-400.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-sm-gray-400.btn-arrow .arrow-icon:before, .btn-minimalis-sm-gray-400.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-sm-gray-400.btn-arrow:hover .arrow-icon {
    background-color: #ced4da;
  }
  .btn-minimalis-sm-gray-400.btn-arrow:hover .arrow-icon:before, .btn-minimalis-sm-gray-400.btn-arrow:hover .arrow-icon:after {
    background-color: #ced4da;
  }
  .btn-minimalis-outline-sm-gray-400.btn-arrow .arrow-icon {
    background-color: #ced4da;
  }
  .btn-minimalis-outline-sm-gray-400.btn-arrow .arrow-icon:before, .btn-minimalis-outline-sm-gray-400.btn-arrow .arrow-icon:after {
    background-color: #ced4da;
  }
  .btn-minimalis-outline-sm-gray-400.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-sm-gray-400.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-sm-gray-400.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
}

@media (min-width: 768px) {
  .btn-md-primary.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-md-primary.btn-arrow .arrow-icon:before, .btn-md-primary.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-primary.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-md-primary.btn-arrow .arrow-icon:before, .btn-minimalis-md-primary.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-primary.btn-arrow:hover .arrow-icon {
    background-color: var(--main);
  }
  .btn-minimalis-md-primary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-md-primary.btn-arrow:hover .arrow-icon:after {
    background-color: var(--main);
  }
  .btn-minimalis-outline-md-primary.btn-arrow .arrow-icon {
    background-color: var(--main);
  }
  .btn-minimalis-outline-md-primary.btn-arrow .arrow-icon:before, .btn-minimalis-outline-md-primary.btn-arrow .arrow-icon:after {
    background-color: var(--main);
  }
  .btn-minimalis-outline-md-primary.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-md-primary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-md-primary.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-md-secondary.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-md-secondary.btn-arrow .arrow-icon:before, .btn-md-secondary.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-secondary.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-md-secondary.btn-arrow .arrow-icon:before, .btn-minimalis-md-secondary.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-secondary.btn-arrow:hover .arrow-icon {
    background-color: #686868;
  }
  .btn-minimalis-md-secondary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-md-secondary.btn-arrow:hover .arrow-icon:after {
    background-color: #686868;
  }
  .btn-minimalis-outline-md-secondary.btn-arrow .arrow-icon {
    background-color: #686868;
  }
  .btn-minimalis-outline-md-secondary.btn-arrow .arrow-icon:before, .btn-minimalis-outline-md-secondary.btn-arrow .arrow-icon:after {
    background-color: #686868;
  }
  .btn-minimalis-outline-md-secondary.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-md-secondary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-md-secondary.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-md-success.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-md-success.btn-arrow .arrow-icon:before, .btn-md-success.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-success.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-md-success.btn-arrow .arrow-icon:before, .btn-minimalis-md-success.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-success.btn-arrow:hover .arrow-icon {
    background-color: #87de7d;
  }
  .btn-minimalis-md-success.btn-arrow:hover .arrow-icon:before, .btn-minimalis-md-success.btn-arrow:hover .arrow-icon:after {
    background-color: #87de7d;
  }
  .btn-minimalis-outline-md-success.btn-arrow .arrow-icon {
    background-color: #87de7d;
  }
  .btn-minimalis-outline-md-success.btn-arrow .arrow-icon:before, .btn-minimalis-outline-md-success.btn-arrow .arrow-icon:after {
    background-color: #87de7d;
  }
  .btn-minimalis-outline-md-success.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-md-success.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-md-success.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-md-info.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-md-info.btn-arrow .arrow-icon:before, .btn-md-info.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-info.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-md-info.btn-arrow .arrow-icon:before, .btn-minimalis-md-info.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-info.btn-arrow:hover .arrow-icon {
    background-color: #2bb4dd;
  }
  .btn-minimalis-md-info.btn-arrow:hover .arrow-icon:before, .btn-minimalis-md-info.btn-arrow:hover .arrow-icon:after {
    background-color: #2bb4dd;
  }
  .btn-minimalis-outline-md-info.btn-arrow .arrow-icon {
    background-color: #2bb4dd;
  }
  .btn-minimalis-outline-md-info.btn-arrow .arrow-icon:before, .btn-minimalis-outline-md-info.btn-arrow .arrow-icon:after {
    background-color: #2bb4dd;
  }
  .btn-minimalis-outline-md-info.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-md-info.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-md-info.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-md-warning.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-md-warning.btn-arrow .arrow-icon:before, .btn-md-warning.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-warning.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-md-warning.btn-arrow .arrow-icon:before, .btn-minimalis-md-warning.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-warning.btn-arrow:hover .arrow-icon {
    background-color: #ddb32b;
  }
  .btn-minimalis-md-warning.btn-arrow:hover .arrow-icon:before, .btn-minimalis-md-warning.btn-arrow:hover .arrow-icon:after {
    background-color: #ddb32b;
  }
  .btn-minimalis-outline-md-warning.btn-arrow .arrow-icon {
    background-color: #ddb32b;
  }
  .btn-minimalis-outline-md-warning.btn-arrow .arrow-icon:before, .btn-minimalis-outline-md-warning.btn-arrow .arrow-icon:after {
    background-color: #ddb32b;
  }
  .btn-minimalis-outline-md-warning.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-md-warning.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-md-warning.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-md-danger.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-md-danger.btn-arrow .arrow-icon:before, .btn-md-danger.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-danger.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-md-danger.btn-arrow .arrow-icon:before, .btn-minimalis-md-danger.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-danger.btn-arrow:hover .arrow-icon {
    background-color: #f90000;
  }
  .btn-minimalis-md-danger.btn-arrow:hover .arrow-icon:before, .btn-minimalis-md-danger.btn-arrow:hover .arrow-icon:after {
    background-color: #f90000;
  }
  .btn-minimalis-outline-md-danger.btn-arrow .arrow-icon {
    background-color: #f90000;
  }
  .btn-minimalis-outline-md-danger.btn-arrow .arrow-icon:before, .btn-minimalis-outline-md-danger.btn-arrow .arrow-icon:after {
    background-color: #f90000;
  }
  .btn-minimalis-outline-md-danger.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-md-danger.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-md-danger.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-md-light.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-md-light.btn-arrow .arrow-icon:before, .btn-md-light.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-md-light.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-md-light.btn-arrow .arrow-icon:before, .btn-minimalis-md-light.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-md-light.btn-arrow:hover .arrow-icon {
    background-color: #f7f5f6;
  }
  .btn-minimalis-md-light.btn-arrow:hover .arrow-icon:before, .btn-minimalis-md-light.btn-arrow:hover .arrow-icon:after {
    background-color: #f7f5f6;
  }
  .btn-minimalis-outline-md-light.btn-arrow .arrow-icon {
    background-color: #f7f5f6;
  }
  .btn-minimalis-outline-md-light.btn-arrow .arrow-icon:before, .btn-minimalis-outline-md-light.btn-arrow .arrow-icon:after {
    background-color: #f7f5f6;
  }
  .btn-minimalis-outline-md-light.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-md-light.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-md-light.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-md-dark.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-md-dark.btn-arrow .arrow-icon:before, .btn-md-dark.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-dark.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-md-dark.btn-arrow .arrow-icon:before, .btn-minimalis-md-dark.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-dark.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-md-dark.btn-arrow:hover .arrow-icon:before, .btn-minimalis-md-dark.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-md-dark.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-md-dark.btn-arrow .arrow-icon:before, .btn-minimalis-outline-md-dark.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-md-dark.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-md-dark.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-md-dark.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-md-green.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-md-green.btn-arrow .arrow-icon:before, .btn-md-green.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-green.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-md-green.btn-arrow .arrow-icon:before, .btn-minimalis-md-green.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-green.btn-arrow:hover .arrow-icon {
    background-color: #1F8D61;
  }
  .btn-minimalis-md-green.btn-arrow:hover .arrow-icon:before, .btn-minimalis-md-green.btn-arrow:hover .arrow-icon:after {
    background-color: #1F8D61;
  }
  .btn-minimalis-outline-md-green.btn-arrow .arrow-icon {
    background-color: #1F8D61;
  }
  .btn-minimalis-outline-md-green.btn-arrow .arrow-icon:before, .btn-minimalis-outline-md-green.btn-arrow .arrow-icon:after {
    background-color: #1F8D61;
  }
  .btn-minimalis-outline-md-green.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-md-green.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-md-green.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-md-blue.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-md-blue.btn-arrow .arrow-icon:before, .btn-md-blue.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-blue.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-md-blue.btn-arrow .arrow-icon:before, .btn-minimalis-md-blue.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-blue.btn-arrow:hover .arrow-icon {
    background-color: #0E49B5;
  }
  .btn-minimalis-md-blue.btn-arrow:hover .arrow-icon:before, .btn-minimalis-md-blue.btn-arrow:hover .arrow-icon:after {
    background-color: #0E49B5;
  }
  .btn-minimalis-outline-md-blue.btn-arrow .arrow-icon {
    background-color: #0E49B5;
  }
  .btn-minimalis-outline-md-blue.btn-arrow .arrow-icon:before, .btn-minimalis-outline-md-blue.btn-arrow .arrow-icon:after {
    background-color: #0E49B5;
  }
  .btn-minimalis-outline-md-blue.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-md-blue.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-md-blue.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-md-gray.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-md-gray.btn-arrow .arrow-icon:before, .btn-md-gray.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-gray.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-md-gray.btn-arrow .arrow-icon:before, .btn-minimalis-md-gray.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-md-gray.btn-arrow:hover .arrow-icon {
    background-color: #9f9f9f;
  }
  .btn-minimalis-md-gray.btn-arrow:hover .arrow-icon:before, .btn-minimalis-md-gray.btn-arrow:hover .arrow-icon:after {
    background-color: #9f9f9f;
  }
  .btn-minimalis-outline-md-gray.btn-arrow .arrow-icon {
    background-color: #9f9f9f;
  }
  .btn-minimalis-outline-md-gray.btn-arrow .arrow-icon:before, .btn-minimalis-outline-md-gray.btn-arrow .arrow-icon:after {
    background-color: #9f9f9f;
  }
  .btn-minimalis-outline-md-gray.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-md-gray.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-md-gray.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-md-gray-200.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-md-gray-200.btn-arrow .arrow-icon:before, .btn-md-gray-200.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-md-gray-200.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-md-gray-200.btn-arrow .arrow-icon:before, .btn-minimalis-md-gray-200.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-md-gray-200.btn-arrow:hover .arrow-icon {
    background-color: #e9e9e9;
  }
  .btn-minimalis-md-gray-200.btn-arrow:hover .arrow-icon:before, .btn-minimalis-md-gray-200.btn-arrow:hover .arrow-icon:after {
    background-color: #e9e9e9;
  }
  .btn-minimalis-outline-md-gray-200.btn-arrow .arrow-icon {
    background-color: #e9e9e9;
  }
  .btn-minimalis-outline-md-gray-200.btn-arrow .arrow-icon:before, .btn-minimalis-outline-md-gray-200.btn-arrow .arrow-icon:after {
    background-color: #e9e9e9;
  }
  .btn-minimalis-outline-md-gray-200.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-md-gray-200.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-md-gray-200.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-md-gray-300.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-md-gray-300.btn-arrow .arrow-icon:before, .btn-md-gray-300.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-md-gray-300.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-md-gray-300.btn-arrow .arrow-icon:before, .btn-minimalis-md-gray-300.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-md-gray-300.btn-arrow:hover .arrow-icon {
    background-color: #dee2e6;
  }
  .btn-minimalis-md-gray-300.btn-arrow:hover .arrow-icon:before, .btn-minimalis-md-gray-300.btn-arrow:hover .arrow-icon:after {
    background-color: #dee2e6;
  }
  .btn-minimalis-outline-md-gray-300.btn-arrow .arrow-icon {
    background-color: #dee2e6;
  }
  .btn-minimalis-outline-md-gray-300.btn-arrow .arrow-icon:before, .btn-minimalis-outline-md-gray-300.btn-arrow .arrow-icon:after {
    background-color: #dee2e6;
  }
  .btn-minimalis-outline-md-gray-300.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-md-gray-300.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-md-gray-300.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-md-gray-400.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-md-gray-400.btn-arrow .arrow-icon:before, .btn-md-gray-400.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-md-gray-400.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-md-gray-400.btn-arrow .arrow-icon:before, .btn-minimalis-md-gray-400.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-md-gray-400.btn-arrow:hover .arrow-icon {
    background-color: #ced4da;
  }
  .btn-minimalis-md-gray-400.btn-arrow:hover .arrow-icon:before, .btn-minimalis-md-gray-400.btn-arrow:hover .arrow-icon:after {
    background-color: #ced4da;
  }
  .btn-minimalis-outline-md-gray-400.btn-arrow .arrow-icon {
    background-color: #ced4da;
  }
  .btn-minimalis-outline-md-gray-400.btn-arrow .arrow-icon:before, .btn-minimalis-outline-md-gray-400.btn-arrow .arrow-icon:after {
    background-color: #ced4da;
  }
  .btn-minimalis-outline-md-gray-400.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-md-gray-400.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-md-gray-400.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
}

@media (min-width: 992px) {
  .btn-lg-primary.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-lg-primary.btn-arrow .arrow-icon:before, .btn-lg-primary.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-primary.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-primary.btn-arrow .arrow-icon:before, .btn-minimalis-lg-primary.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-primary.btn-arrow:hover .arrow-icon {
    background-color: var(--main);
  }
  .btn-minimalis-lg-primary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-lg-primary.btn-arrow:hover .arrow-icon:after {
    background-color: var(--main);
  }
  .btn-minimalis-outline-lg-primary.btn-arrow .arrow-icon {
    background-color: var(--main);
  }
  .btn-minimalis-outline-lg-primary.btn-arrow .arrow-icon:before, .btn-minimalis-outline-lg-primary.btn-arrow .arrow-icon:after {
    background-color: var(--main);
  }
  .btn-minimalis-outline-lg-primary.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-lg-primary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-lg-primary.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-lg-secondary.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-lg-secondary.btn-arrow .arrow-icon:before, .btn-lg-secondary.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-secondary.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-secondary.btn-arrow .arrow-icon:before, .btn-minimalis-lg-secondary.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-secondary.btn-arrow:hover .arrow-icon {
    background-color: #686868;
  }
  .btn-minimalis-lg-secondary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-lg-secondary.btn-arrow:hover .arrow-icon:after {
    background-color: #686868;
  }
  .btn-minimalis-outline-lg-secondary.btn-arrow .arrow-icon {
    background-color: #686868;
  }
  .btn-minimalis-outline-lg-secondary.btn-arrow .arrow-icon:before, .btn-minimalis-outline-lg-secondary.btn-arrow .arrow-icon:after {
    background-color: #686868;
  }
  .btn-minimalis-outline-lg-secondary.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-lg-secondary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-lg-secondary.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-lg-success.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-lg-success.btn-arrow .arrow-icon:before, .btn-lg-success.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-success.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-success.btn-arrow .arrow-icon:before, .btn-minimalis-lg-success.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-success.btn-arrow:hover .arrow-icon {
    background-color: #87de7d;
  }
  .btn-minimalis-lg-success.btn-arrow:hover .arrow-icon:before, .btn-minimalis-lg-success.btn-arrow:hover .arrow-icon:after {
    background-color: #87de7d;
  }
  .btn-minimalis-outline-lg-success.btn-arrow .arrow-icon {
    background-color: #87de7d;
  }
  .btn-minimalis-outline-lg-success.btn-arrow .arrow-icon:before, .btn-minimalis-outline-lg-success.btn-arrow .arrow-icon:after {
    background-color: #87de7d;
  }
  .btn-minimalis-outline-lg-success.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-lg-success.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-lg-success.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-lg-info.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-lg-info.btn-arrow .arrow-icon:before, .btn-lg-info.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-info.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-info.btn-arrow .arrow-icon:before, .btn-minimalis-lg-info.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-info.btn-arrow:hover .arrow-icon {
    background-color: #2bb4dd;
  }
  .btn-minimalis-lg-info.btn-arrow:hover .arrow-icon:before, .btn-minimalis-lg-info.btn-arrow:hover .arrow-icon:after {
    background-color: #2bb4dd;
  }
  .btn-minimalis-outline-lg-info.btn-arrow .arrow-icon {
    background-color: #2bb4dd;
  }
  .btn-minimalis-outline-lg-info.btn-arrow .arrow-icon:before, .btn-minimalis-outline-lg-info.btn-arrow .arrow-icon:after {
    background-color: #2bb4dd;
  }
  .btn-minimalis-outline-lg-info.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-lg-info.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-lg-info.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-lg-warning.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-lg-warning.btn-arrow .arrow-icon:before, .btn-lg-warning.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-warning.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-warning.btn-arrow .arrow-icon:before, .btn-minimalis-lg-warning.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-warning.btn-arrow:hover .arrow-icon {
    background-color: #ddb32b;
  }
  .btn-minimalis-lg-warning.btn-arrow:hover .arrow-icon:before, .btn-minimalis-lg-warning.btn-arrow:hover .arrow-icon:after {
    background-color: #ddb32b;
  }
  .btn-minimalis-outline-lg-warning.btn-arrow .arrow-icon {
    background-color: #ddb32b;
  }
  .btn-minimalis-outline-lg-warning.btn-arrow .arrow-icon:before, .btn-minimalis-outline-lg-warning.btn-arrow .arrow-icon:after {
    background-color: #ddb32b;
  }
  .btn-minimalis-outline-lg-warning.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-lg-warning.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-lg-warning.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-lg-danger.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-lg-danger.btn-arrow .arrow-icon:before, .btn-lg-danger.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-danger.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-danger.btn-arrow .arrow-icon:before, .btn-minimalis-lg-danger.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-danger.btn-arrow:hover .arrow-icon {
    background-color: #f90000;
  }
  .btn-minimalis-lg-danger.btn-arrow:hover .arrow-icon:before, .btn-minimalis-lg-danger.btn-arrow:hover .arrow-icon:after {
    background-color: #f90000;
  }
  .btn-minimalis-outline-lg-danger.btn-arrow .arrow-icon {
    background-color: #f90000;
  }
  .btn-minimalis-outline-lg-danger.btn-arrow .arrow-icon:before, .btn-minimalis-outline-lg-danger.btn-arrow .arrow-icon:after {
    background-color: #f90000;
  }
  .btn-minimalis-outline-lg-danger.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-lg-danger.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-lg-danger.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-lg-light.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-lg-light.btn-arrow .arrow-icon:before, .btn-lg-light.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-lg-light.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-lg-light.btn-arrow .arrow-icon:before, .btn-minimalis-lg-light.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-lg-light.btn-arrow:hover .arrow-icon {
    background-color: #f7f5f6;
  }
  .btn-minimalis-lg-light.btn-arrow:hover .arrow-icon:before, .btn-minimalis-lg-light.btn-arrow:hover .arrow-icon:after {
    background-color: #f7f5f6;
  }
  .btn-minimalis-outline-lg-light.btn-arrow .arrow-icon {
    background-color: #f7f5f6;
  }
  .btn-minimalis-outline-lg-light.btn-arrow .arrow-icon:before, .btn-minimalis-outline-lg-light.btn-arrow .arrow-icon:after {
    background-color: #f7f5f6;
  }
  .btn-minimalis-outline-lg-light.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-lg-light.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-lg-light.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-lg-dark.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-lg-dark.btn-arrow .arrow-icon:before, .btn-lg-dark.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-dark.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-dark.btn-arrow .arrow-icon:before, .btn-minimalis-lg-dark.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-dark.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-lg-dark.btn-arrow:hover .arrow-icon:before, .btn-minimalis-lg-dark.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-lg-dark.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-lg-dark.btn-arrow .arrow-icon:before, .btn-minimalis-outline-lg-dark.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-lg-dark.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-lg-dark.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-lg-dark.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-lg-green.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-lg-green.btn-arrow .arrow-icon:before, .btn-lg-green.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-green.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-green.btn-arrow .arrow-icon:before, .btn-minimalis-lg-green.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-green.btn-arrow:hover .arrow-icon {
    background-color: #1F8D61;
  }
  .btn-minimalis-lg-green.btn-arrow:hover .arrow-icon:before, .btn-minimalis-lg-green.btn-arrow:hover .arrow-icon:after {
    background-color: #1F8D61;
  }
  .btn-minimalis-outline-lg-green.btn-arrow .arrow-icon {
    background-color: #1F8D61;
  }
  .btn-minimalis-outline-lg-green.btn-arrow .arrow-icon:before, .btn-minimalis-outline-lg-green.btn-arrow .arrow-icon:after {
    background-color: #1F8D61;
  }
  .btn-minimalis-outline-lg-green.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-lg-green.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-lg-green.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-lg-blue.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-lg-blue.btn-arrow .arrow-icon:before, .btn-lg-blue.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-blue.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-blue.btn-arrow .arrow-icon:before, .btn-minimalis-lg-blue.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-blue.btn-arrow:hover .arrow-icon {
    background-color: #0E49B5;
  }
  .btn-minimalis-lg-blue.btn-arrow:hover .arrow-icon:before, .btn-minimalis-lg-blue.btn-arrow:hover .arrow-icon:after {
    background-color: #0E49B5;
  }
  .btn-minimalis-outline-lg-blue.btn-arrow .arrow-icon {
    background-color: #0E49B5;
  }
  .btn-minimalis-outline-lg-blue.btn-arrow .arrow-icon:before, .btn-minimalis-outline-lg-blue.btn-arrow .arrow-icon:after {
    background-color: #0E49B5;
  }
  .btn-minimalis-outline-lg-blue.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-lg-blue.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-lg-blue.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-lg-gray.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-lg-gray.btn-arrow .arrow-icon:before, .btn-lg-gray.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-gray.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-gray.btn-arrow .arrow-icon:before, .btn-minimalis-lg-gray.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-lg-gray.btn-arrow:hover .arrow-icon {
    background-color: #9f9f9f;
  }
  .btn-minimalis-lg-gray.btn-arrow:hover .arrow-icon:before, .btn-minimalis-lg-gray.btn-arrow:hover .arrow-icon:after {
    background-color: #9f9f9f;
  }
  .btn-minimalis-outline-lg-gray.btn-arrow .arrow-icon {
    background-color: #9f9f9f;
  }
  .btn-minimalis-outline-lg-gray.btn-arrow .arrow-icon:before, .btn-minimalis-outline-lg-gray.btn-arrow .arrow-icon:after {
    background-color: #9f9f9f;
  }
  .btn-minimalis-outline-lg-gray.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-lg-gray.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-lg-gray.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-lg-gray-200.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-lg-gray-200.btn-arrow .arrow-icon:before, .btn-lg-gray-200.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-lg-gray-200.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-lg-gray-200.btn-arrow .arrow-icon:before, .btn-minimalis-lg-gray-200.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-lg-gray-200.btn-arrow:hover .arrow-icon {
    background-color: #e9e9e9;
  }
  .btn-minimalis-lg-gray-200.btn-arrow:hover .arrow-icon:before, .btn-minimalis-lg-gray-200.btn-arrow:hover .arrow-icon:after {
    background-color: #e9e9e9;
  }
  .btn-minimalis-outline-lg-gray-200.btn-arrow .arrow-icon {
    background-color: #e9e9e9;
  }
  .btn-minimalis-outline-lg-gray-200.btn-arrow .arrow-icon:before, .btn-minimalis-outline-lg-gray-200.btn-arrow .arrow-icon:after {
    background-color: #e9e9e9;
  }
  .btn-minimalis-outline-lg-gray-200.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-lg-gray-200.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-lg-gray-200.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-lg-gray-300.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-lg-gray-300.btn-arrow .arrow-icon:before, .btn-lg-gray-300.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-lg-gray-300.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-lg-gray-300.btn-arrow .arrow-icon:before, .btn-minimalis-lg-gray-300.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-lg-gray-300.btn-arrow:hover .arrow-icon {
    background-color: #dee2e6;
  }
  .btn-minimalis-lg-gray-300.btn-arrow:hover .arrow-icon:before, .btn-minimalis-lg-gray-300.btn-arrow:hover .arrow-icon:after {
    background-color: #dee2e6;
  }
  .btn-minimalis-outline-lg-gray-300.btn-arrow .arrow-icon {
    background-color: #dee2e6;
  }
  .btn-minimalis-outline-lg-gray-300.btn-arrow .arrow-icon:before, .btn-minimalis-outline-lg-gray-300.btn-arrow .arrow-icon:after {
    background-color: #dee2e6;
  }
  .btn-minimalis-outline-lg-gray-300.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-lg-gray-300.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-lg-gray-300.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-lg-gray-400.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-lg-gray-400.btn-arrow .arrow-icon:before, .btn-lg-gray-400.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-lg-gray-400.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-lg-gray-400.btn-arrow .arrow-icon:before, .btn-minimalis-lg-gray-400.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-lg-gray-400.btn-arrow:hover .arrow-icon {
    background-color: #ced4da;
  }
  .btn-minimalis-lg-gray-400.btn-arrow:hover .arrow-icon:before, .btn-minimalis-lg-gray-400.btn-arrow:hover .arrow-icon:after {
    background-color: #ced4da;
  }
  .btn-minimalis-outline-lg-gray-400.btn-arrow .arrow-icon {
    background-color: #ced4da;
  }
  .btn-minimalis-outline-lg-gray-400.btn-arrow .arrow-icon:before, .btn-minimalis-outline-lg-gray-400.btn-arrow .arrow-icon:after {
    background-color: #ced4da;
  }
  .btn-minimalis-outline-lg-gray-400.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-lg-gray-400.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-lg-gray-400.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
}

@media (min-width: 1200px) {
  .btn-xl-primary.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-xl-primary.btn-arrow .arrow-icon:before, .btn-xl-primary.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-primary.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-primary.btn-arrow .arrow-icon:before, .btn-minimalis-xl-primary.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-primary.btn-arrow:hover .arrow-icon {
    background-color: var(--main);
  }
  .btn-minimalis-xl-primary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-xl-primary.btn-arrow:hover .arrow-icon:after {
    background-color: var(--main);
  }
  .btn-minimalis-outline-xl-primary.btn-arrow .arrow-icon {
    background-color: var(--main);
  }
  .btn-minimalis-outline-xl-primary.btn-arrow .arrow-icon:before, .btn-minimalis-outline-xl-primary.btn-arrow .arrow-icon:after {
    background-color: var(--main);
  }
  .btn-minimalis-outline-xl-primary.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-xl-primary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-xl-primary.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-xl-secondary.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-xl-secondary.btn-arrow .arrow-icon:before, .btn-xl-secondary.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-secondary.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-secondary.btn-arrow .arrow-icon:before, .btn-minimalis-xl-secondary.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-secondary.btn-arrow:hover .arrow-icon {
    background-color: #686868;
  }
  .btn-minimalis-xl-secondary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-xl-secondary.btn-arrow:hover .arrow-icon:after {
    background-color: #686868;
  }
  .btn-minimalis-outline-xl-secondary.btn-arrow .arrow-icon {
    background-color: #686868;
  }
  .btn-minimalis-outline-xl-secondary.btn-arrow .arrow-icon:before, .btn-minimalis-outline-xl-secondary.btn-arrow .arrow-icon:after {
    background-color: #686868;
  }
  .btn-minimalis-outline-xl-secondary.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-xl-secondary.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-xl-secondary.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-xl-success.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-xl-success.btn-arrow .arrow-icon:before, .btn-xl-success.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-success.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-success.btn-arrow .arrow-icon:before, .btn-minimalis-xl-success.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-success.btn-arrow:hover .arrow-icon {
    background-color: #87de7d;
  }
  .btn-minimalis-xl-success.btn-arrow:hover .arrow-icon:before, .btn-minimalis-xl-success.btn-arrow:hover .arrow-icon:after {
    background-color: #87de7d;
  }
  .btn-minimalis-outline-xl-success.btn-arrow .arrow-icon {
    background-color: #87de7d;
  }
  .btn-minimalis-outline-xl-success.btn-arrow .arrow-icon:before, .btn-minimalis-outline-xl-success.btn-arrow .arrow-icon:after {
    background-color: #87de7d;
  }
  .btn-minimalis-outline-xl-success.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-xl-success.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-xl-success.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-xl-info.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-xl-info.btn-arrow .arrow-icon:before, .btn-xl-info.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-info.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-info.btn-arrow .arrow-icon:before, .btn-minimalis-xl-info.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-info.btn-arrow:hover .arrow-icon {
    background-color: #2bb4dd;
  }
  .btn-minimalis-xl-info.btn-arrow:hover .arrow-icon:before, .btn-minimalis-xl-info.btn-arrow:hover .arrow-icon:after {
    background-color: #2bb4dd;
  }
  .btn-minimalis-outline-xl-info.btn-arrow .arrow-icon {
    background-color: #2bb4dd;
  }
  .btn-minimalis-outline-xl-info.btn-arrow .arrow-icon:before, .btn-minimalis-outline-xl-info.btn-arrow .arrow-icon:after {
    background-color: #2bb4dd;
  }
  .btn-minimalis-outline-xl-info.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-xl-info.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-xl-info.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-xl-warning.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-xl-warning.btn-arrow .arrow-icon:before, .btn-xl-warning.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-warning.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-warning.btn-arrow .arrow-icon:before, .btn-minimalis-xl-warning.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-warning.btn-arrow:hover .arrow-icon {
    background-color: #ddb32b;
  }
  .btn-minimalis-xl-warning.btn-arrow:hover .arrow-icon:before, .btn-minimalis-xl-warning.btn-arrow:hover .arrow-icon:after {
    background-color: #ddb32b;
  }
  .btn-minimalis-outline-xl-warning.btn-arrow .arrow-icon {
    background-color: #ddb32b;
  }
  .btn-minimalis-outline-xl-warning.btn-arrow .arrow-icon:before, .btn-minimalis-outline-xl-warning.btn-arrow .arrow-icon:after {
    background-color: #ddb32b;
  }
  .btn-minimalis-outline-xl-warning.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-xl-warning.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-xl-warning.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-xl-danger.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-xl-danger.btn-arrow .arrow-icon:before, .btn-xl-danger.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-danger.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-danger.btn-arrow .arrow-icon:before, .btn-minimalis-xl-danger.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-danger.btn-arrow:hover .arrow-icon {
    background-color: #f90000;
  }
  .btn-minimalis-xl-danger.btn-arrow:hover .arrow-icon:before, .btn-minimalis-xl-danger.btn-arrow:hover .arrow-icon:after {
    background-color: #f90000;
  }
  .btn-minimalis-outline-xl-danger.btn-arrow .arrow-icon {
    background-color: #f90000;
  }
  .btn-minimalis-outline-xl-danger.btn-arrow .arrow-icon:before, .btn-minimalis-outline-xl-danger.btn-arrow .arrow-icon:after {
    background-color: #f90000;
  }
  .btn-minimalis-outline-xl-danger.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-xl-danger.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-xl-danger.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-xl-light.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-xl-light.btn-arrow .arrow-icon:before, .btn-xl-light.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-xl-light.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-xl-light.btn-arrow .arrow-icon:before, .btn-minimalis-xl-light.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-xl-light.btn-arrow:hover .arrow-icon {
    background-color: #f7f5f6;
  }
  .btn-minimalis-xl-light.btn-arrow:hover .arrow-icon:before, .btn-minimalis-xl-light.btn-arrow:hover .arrow-icon:after {
    background-color: #f7f5f6;
  }
  .btn-minimalis-outline-xl-light.btn-arrow .arrow-icon {
    background-color: #f7f5f6;
  }
  .btn-minimalis-outline-xl-light.btn-arrow .arrow-icon:before, .btn-minimalis-outline-xl-light.btn-arrow .arrow-icon:after {
    background-color: #f7f5f6;
  }
  .btn-minimalis-outline-xl-light.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-xl-light.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-xl-light.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-xl-dark.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-xl-dark.btn-arrow .arrow-icon:before, .btn-xl-dark.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-dark.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-dark.btn-arrow .arrow-icon:before, .btn-minimalis-xl-dark.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-dark.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-xl-dark.btn-arrow:hover .arrow-icon:before, .btn-minimalis-xl-dark.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-xl-dark.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-xl-dark.btn-arrow .arrow-icon:before, .btn-minimalis-outline-xl-dark.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-xl-dark.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-xl-dark.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-xl-dark.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-xl-green.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-xl-green.btn-arrow .arrow-icon:before, .btn-xl-green.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-green.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-green.btn-arrow .arrow-icon:before, .btn-minimalis-xl-green.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-green.btn-arrow:hover .arrow-icon {
    background-color: #1F8D61;
  }
  .btn-minimalis-xl-green.btn-arrow:hover .arrow-icon:before, .btn-minimalis-xl-green.btn-arrow:hover .arrow-icon:after {
    background-color: #1F8D61;
  }
  .btn-minimalis-outline-xl-green.btn-arrow .arrow-icon {
    background-color: #1F8D61;
  }
  .btn-minimalis-outline-xl-green.btn-arrow .arrow-icon:before, .btn-minimalis-outline-xl-green.btn-arrow .arrow-icon:after {
    background-color: #1F8D61;
  }
  .btn-minimalis-outline-xl-green.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-xl-green.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-xl-green.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-xl-blue.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-xl-blue.btn-arrow .arrow-icon:before, .btn-xl-blue.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-blue.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-blue.btn-arrow .arrow-icon:before, .btn-minimalis-xl-blue.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-blue.btn-arrow:hover .arrow-icon {
    background-color: #0E49B5;
  }
  .btn-minimalis-xl-blue.btn-arrow:hover .arrow-icon:before, .btn-minimalis-xl-blue.btn-arrow:hover .arrow-icon:after {
    background-color: #0E49B5;
  }
  .btn-minimalis-outline-xl-blue.btn-arrow .arrow-icon {
    background-color: #0E49B5;
  }
  .btn-minimalis-outline-xl-blue.btn-arrow .arrow-icon:before, .btn-minimalis-outline-xl-blue.btn-arrow .arrow-icon:after {
    background-color: #0E49B5;
  }
  .btn-minimalis-outline-xl-blue.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-xl-blue.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-xl-blue.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-xl-gray.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-xl-gray.btn-arrow .arrow-icon:before, .btn-xl-gray.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-gray.btn-arrow .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-gray.btn-arrow .arrow-icon:before, .btn-minimalis-xl-gray.btn-arrow .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-minimalis-xl-gray.btn-arrow:hover .arrow-icon {
    background-color: #9f9f9f;
  }
  .btn-minimalis-xl-gray.btn-arrow:hover .arrow-icon:before, .btn-minimalis-xl-gray.btn-arrow:hover .arrow-icon:after {
    background-color: #9f9f9f;
  }
  .btn-minimalis-outline-xl-gray.btn-arrow .arrow-icon {
    background-color: #9f9f9f;
  }
  .btn-minimalis-outline-xl-gray.btn-arrow .arrow-icon:before, .btn-minimalis-outline-xl-gray.btn-arrow .arrow-icon:after {
    background-color: #9f9f9f;
  }
  .btn-minimalis-outline-xl-gray.btn-arrow:hover .arrow-icon {
    background-color: #ffffff;
  }
  .btn-minimalis-outline-xl-gray.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-xl-gray.btn-arrow:hover .arrow-icon:after {
    background-color: #ffffff;
  }
  .btn-xl-gray-200.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-xl-gray-200.btn-arrow .arrow-icon:before, .btn-xl-gray-200.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-xl-gray-200.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-xl-gray-200.btn-arrow .arrow-icon:before, .btn-minimalis-xl-gray-200.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-xl-gray-200.btn-arrow:hover .arrow-icon {
    background-color: #e9e9e9;
  }
  .btn-minimalis-xl-gray-200.btn-arrow:hover .arrow-icon:before, .btn-minimalis-xl-gray-200.btn-arrow:hover .arrow-icon:after {
    background-color: #e9e9e9;
  }
  .btn-minimalis-outline-xl-gray-200.btn-arrow .arrow-icon {
    background-color: #e9e9e9;
  }
  .btn-minimalis-outline-xl-gray-200.btn-arrow .arrow-icon:before, .btn-minimalis-outline-xl-gray-200.btn-arrow .arrow-icon:after {
    background-color: #e9e9e9;
  }
  .btn-minimalis-outline-xl-gray-200.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-xl-gray-200.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-xl-gray-200.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-xl-gray-300.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-xl-gray-300.btn-arrow .arrow-icon:before, .btn-xl-gray-300.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-xl-gray-300.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-xl-gray-300.btn-arrow .arrow-icon:before, .btn-minimalis-xl-gray-300.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-xl-gray-300.btn-arrow:hover .arrow-icon {
    background-color: #dee2e6;
  }
  .btn-minimalis-xl-gray-300.btn-arrow:hover .arrow-icon:before, .btn-minimalis-xl-gray-300.btn-arrow:hover .arrow-icon:after {
    background-color: #dee2e6;
  }
  .btn-minimalis-outline-xl-gray-300.btn-arrow .arrow-icon {
    background-color: #dee2e6;
  }
  .btn-minimalis-outline-xl-gray-300.btn-arrow .arrow-icon:before, .btn-minimalis-outline-xl-gray-300.btn-arrow .arrow-icon:after {
    background-color: #dee2e6;
  }
  .btn-minimalis-outline-xl-gray-300.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-xl-gray-300.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-xl-gray-300.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-xl-gray-400.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-xl-gray-400.btn-arrow .arrow-icon:before, .btn-xl-gray-400.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-xl-gray-400.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-xl-gray-400.btn-arrow .arrow-icon:before, .btn-minimalis-xl-gray-400.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-minimalis-xl-gray-400.btn-arrow:hover .arrow-icon {
    background-color: #ced4da;
  }
  .btn-minimalis-xl-gray-400.btn-arrow:hover .arrow-icon:before, .btn-minimalis-xl-gray-400.btn-arrow:hover .arrow-icon:after {
    background-color: #ced4da;
  }
  .btn-minimalis-outline-xl-gray-400.btn-arrow .arrow-icon {
    background-color: #ced4da;
  }
  .btn-minimalis-outline-xl-gray-400.btn-arrow .arrow-icon:before, .btn-minimalis-outline-xl-gray-400.btn-arrow .arrow-icon:after {
    background-color: #ced4da;
  }
  .btn-minimalis-outline-xl-gray-400.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-minimalis-outline-xl-gray-400.btn-arrow:hover .arrow-icon:before, .btn-minimalis-outline-xl-gray-400.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
}

.btn-link-primary.btn-arrow .arrow-icon {
  background-color: var(--main);
}

.btn-link-primary.btn-arrow .arrow-icon:before, .btn-link-primary.btn-arrow .arrow-icon:after {
  background-color: var(--main);
}

.btn-link-secondary.btn-arrow .arrow-icon {
  background-color: #686868;
}

.btn-link-secondary.btn-arrow .arrow-icon:before, .btn-link-secondary.btn-arrow .arrow-icon:after {
  background-color: #686868;
}

.btn-link-success.btn-arrow .arrow-icon {
  background-color: #87de7d;
}

.btn-link-success.btn-arrow .arrow-icon:before, .btn-link-success.btn-arrow .arrow-icon:after {
  background-color: #87de7d;
}

.btn-link-info.btn-arrow .arrow-icon {
  background-color: #2bb4dd;
}

.btn-link-info.btn-arrow .arrow-icon:before, .btn-link-info.btn-arrow .arrow-icon:after {
  background-color: #2bb4dd;
}

.btn-link-warning.btn-arrow .arrow-icon {
  background-color: #ddb32b;
}

.btn-link-warning.btn-arrow .arrow-icon:before, .btn-link-warning.btn-arrow .arrow-icon:after {
  background-color: #ddb32b;
}

.btn-link-danger.btn-arrow .arrow-icon {
  background-color: #f90000;
}

.btn-link-danger.btn-arrow .arrow-icon:before, .btn-link-danger.btn-arrow .arrow-icon:after {
  background-color: #f90000;
}

.btn-link-light.btn-arrow .arrow-icon {
  background-color: #f7f5f6;
}

.btn-link-light.btn-arrow .arrow-icon:before, .btn-link-light.btn-arrow .arrow-icon:after {
  background-color: #f7f5f6;
}

.btn-link-dark.btn-arrow .arrow-icon {
  background-color: #1e1e1e;
}

.btn-link-dark.btn-arrow .arrow-icon:before, .btn-link-dark.btn-arrow .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-link-green.btn-arrow .arrow-icon {
  background-color: #1F8D61;
}

.btn-link-green.btn-arrow .arrow-icon:before, .btn-link-green.btn-arrow .arrow-icon:after {
  background-color: #1F8D61;
}

.btn-link-blue.btn-arrow .arrow-icon {
  background-color: #0E49B5;
}

.btn-link-blue.btn-arrow .arrow-icon:before, .btn-link-blue.btn-arrow .arrow-icon:after {
  background-color: #0E49B5;
}

.btn-link-gray.btn-arrow .arrow-icon {
  background-color: #9f9f9f;
}

.btn-link-gray.btn-arrow .arrow-icon:before, .btn-link-gray.btn-arrow .arrow-icon:after {
  background-color: #9f9f9f;
}

.btn-link-gray-200.btn-arrow .arrow-icon {
  background-color: #e9e9e9;
}

.btn-link-gray-200.btn-arrow .arrow-icon:before, .btn-link-gray-200.btn-arrow .arrow-icon:after {
  background-color: #e9e9e9;
}

.btn-link-gray-300.btn-arrow .arrow-icon {
  background-color: #dee2e6;
}

.btn-link-gray-300.btn-arrow .arrow-icon:before, .btn-link-gray-300.btn-arrow .arrow-icon:after {
  background-color: #dee2e6;
}

.btn-link-gray-400.btn-arrow .arrow-icon {
  background-color: #ced4da;
}

.btn-link-gray-400.btn-arrow .arrow-icon:before, .btn-link-gray-400.btn-arrow .arrow-icon:after {
  background-color: #ced4da;
}

@media (min-width: 576px) {
  .btn-link-sm-primary.btn-arrow .arrow-icon {
    background-color: var(--main);
  }
  .btn-link-sm-primary.btn-arrow .arrow-icon:before, .btn-link-sm-primary.btn-arrow .arrow-icon:after {
    background-color: var(--main);
  }
  .btn-link-sm-secondary.btn-arrow .arrow-icon {
    background-color: #686868;
  }
  .btn-link-sm-secondary.btn-arrow .arrow-icon:before, .btn-link-sm-secondary.btn-arrow .arrow-icon:after {
    background-color: #686868;
  }
  .btn-link-sm-success.btn-arrow .arrow-icon {
    background-color: #87de7d;
  }
  .btn-link-sm-success.btn-arrow .arrow-icon:before, .btn-link-sm-success.btn-arrow .arrow-icon:after {
    background-color: #87de7d;
  }
  .btn-link-sm-info.btn-arrow .arrow-icon {
    background-color: #2bb4dd;
  }
  .btn-link-sm-info.btn-arrow .arrow-icon:before, .btn-link-sm-info.btn-arrow .arrow-icon:after {
    background-color: #2bb4dd;
  }
  .btn-link-sm-warning.btn-arrow .arrow-icon {
    background-color: #ddb32b;
  }
  .btn-link-sm-warning.btn-arrow .arrow-icon:before, .btn-link-sm-warning.btn-arrow .arrow-icon:after {
    background-color: #ddb32b;
  }
  .btn-link-sm-danger.btn-arrow .arrow-icon {
    background-color: #f90000;
  }
  .btn-link-sm-danger.btn-arrow .arrow-icon:before, .btn-link-sm-danger.btn-arrow .arrow-icon:after {
    background-color: #f90000;
  }
  .btn-link-sm-light.btn-arrow .arrow-icon {
    background-color: #f7f5f6;
  }
  .btn-link-sm-light.btn-arrow .arrow-icon:before, .btn-link-sm-light.btn-arrow .arrow-icon:after {
    background-color: #f7f5f6;
  }
  .btn-link-sm-dark.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-link-sm-dark.btn-arrow .arrow-icon:before, .btn-link-sm-dark.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-link-sm-green.btn-arrow .arrow-icon {
    background-color: #1F8D61;
  }
  .btn-link-sm-green.btn-arrow .arrow-icon:before, .btn-link-sm-green.btn-arrow .arrow-icon:after {
    background-color: #1F8D61;
  }
  .btn-link-sm-blue.btn-arrow .arrow-icon {
    background-color: #0E49B5;
  }
  .btn-link-sm-blue.btn-arrow .arrow-icon:before, .btn-link-sm-blue.btn-arrow .arrow-icon:after {
    background-color: #0E49B5;
  }
  .btn-link-sm-gray.btn-arrow .arrow-icon {
    background-color: #9f9f9f;
  }
  .btn-link-sm-gray.btn-arrow .arrow-icon:before, .btn-link-sm-gray.btn-arrow .arrow-icon:after {
    background-color: #9f9f9f;
  }
  .btn-link-sm-gray-200.btn-arrow .arrow-icon {
    background-color: #e9e9e9;
  }
  .btn-link-sm-gray-200.btn-arrow .arrow-icon:before, .btn-link-sm-gray-200.btn-arrow .arrow-icon:after {
    background-color: #e9e9e9;
  }
  .btn-link-sm-gray-300.btn-arrow .arrow-icon {
    background-color: #dee2e6;
  }
  .btn-link-sm-gray-300.btn-arrow .arrow-icon:before, .btn-link-sm-gray-300.btn-arrow .arrow-icon:after {
    background-color: #dee2e6;
  }
  .btn-link-sm-gray-400.btn-arrow .arrow-icon {
    background-color: #ced4da;
  }
  .btn-link-sm-gray-400.btn-arrow .arrow-icon:before, .btn-link-sm-gray-400.btn-arrow .arrow-icon:after {
    background-color: #ced4da;
  }
}

@media (min-width: 768px) {
  .btn-link-md-primary.btn-arrow .arrow-icon {
    background-color: var(--main);
  }
  .btn-link-md-primary.btn-arrow .arrow-icon:before, .btn-link-md-primary.btn-arrow .arrow-icon:after {
    background-color: var(--main);
  }
  .btn-link-md-secondary.btn-arrow .arrow-icon {
    background-color: #686868;
  }
  .btn-link-md-secondary.btn-arrow .arrow-icon:before, .btn-link-md-secondary.btn-arrow .arrow-icon:after {
    background-color: #686868;
  }
  .btn-link-md-success.btn-arrow .arrow-icon {
    background-color: #87de7d;
  }
  .btn-link-md-success.btn-arrow .arrow-icon:before, .btn-link-md-success.btn-arrow .arrow-icon:after {
    background-color: #87de7d;
  }
  .btn-link-md-info.btn-arrow .arrow-icon {
    background-color: #2bb4dd;
  }
  .btn-link-md-info.btn-arrow .arrow-icon:before, .btn-link-md-info.btn-arrow .arrow-icon:after {
    background-color: #2bb4dd;
  }
  .btn-link-md-warning.btn-arrow .arrow-icon {
    background-color: #ddb32b;
  }
  .btn-link-md-warning.btn-arrow .arrow-icon:before, .btn-link-md-warning.btn-arrow .arrow-icon:after {
    background-color: #ddb32b;
  }
  .btn-link-md-danger.btn-arrow .arrow-icon {
    background-color: #f90000;
  }
  .btn-link-md-danger.btn-arrow .arrow-icon:before, .btn-link-md-danger.btn-arrow .arrow-icon:after {
    background-color: #f90000;
  }
  .btn-link-md-light.btn-arrow .arrow-icon {
    background-color: #f7f5f6;
  }
  .btn-link-md-light.btn-arrow .arrow-icon:before, .btn-link-md-light.btn-arrow .arrow-icon:after {
    background-color: #f7f5f6;
  }
  .btn-link-md-dark.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-link-md-dark.btn-arrow .arrow-icon:before, .btn-link-md-dark.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-link-md-green.btn-arrow .arrow-icon {
    background-color: #1F8D61;
  }
  .btn-link-md-green.btn-arrow .arrow-icon:before, .btn-link-md-green.btn-arrow .arrow-icon:after {
    background-color: #1F8D61;
  }
  .btn-link-md-blue.btn-arrow .arrow-icon {
    background-color: #0E49B5;
  }
  .btn-link-md-blue.btn-arrow .arrow-icon:before, .btn-link-md-blue.btn-arrow .arrow-icon:after {
    background-color: #0E49B5;
  }
  .btn-link-md-gray.btn-arrow .arrow-icon {
    background-color: #9f9f9f;
  }
  .btn-link-md-gray.btn-arrow .arrow-icon:before, .btn-link-md-gray.btn-arrow .arrow-icon:after {
    background-color: #9f9f9f;
  }
  .btn-link-md-gray-200.btn-arrow .arrow-icon {
    background-color: #e9e9e9;
  }
  .btn-link-md-gray-200.btn-arrow .arrow-icon:before, .btn-link-md-gray-200.btn-arrow .arrow-icon:after {
    background-color: #e9e9e9;
  }
  .btn-link-md-gray-300.btn-arrow .arrow-icon {
    background-color: #dee2e6;
  }
  .btn-link-md-gray-300.btn-arrow .arrow-icon:before, .btn-link-md-gray-300.btn-arrow .arrow-icon:after {
    background-color: #dee2e6;
  }
  .btn-link-md-gray-400.btn-arrow .arrow-icon {
    background-color: #ced4da;
  }
  .btn-link-md-gray-400.btn-arrow .arrow-icon:before, .btn-link-md-gray-400.btn-arrow .arrow-icon:after {
    background-color: #ced4da;
  }
}

@media (min-width: 992px) {
  .btn-link-lg-primary.btn-arrow .arrow-icon {
    background-color: var(--main);
  }
  .btn-link-lg-primary.btn-arrow .arrow-icon:before, .btn-link-lg-primary.btn-arrow .arrow-icon:after {
    background-color: var(--main);
  }
  .btn-link-lg-secondary.btn-arrow .arrow-icon {
    background-color: #686868;
  }
  .btn-link-lg-secondary.btn-arrow .arrow-icon:before, .btn-link-lg-secondary.btn-arrow .arrow-icon:after {
    background-color: #686868;
  }
  .btn-link-lg-success.btn-arrow .arrow-icon {
    background-color: #87de7d;
  }
  .btn-link-lg-success.btn-arrow .arrow-icon:before, .btn-link-lg-success.btn-arrow .arrow-icon:after {
    background-color: #87de7d;
  }
  .btn-link-lg-info.btn-arrow .arrow-icon {
    background-color: #2bb4dd;
  }
  .btn-link-lg-info.btn-arrow .arrow-icon:before, .btn-link-lg-info.btn-arrow .arrow-icon:after {
    background-color: #2bb4dd;
  }
  .btn-link-lg-warning.btn-arrow .arrow-icon {
    background-color: #ddb32b;
  }
  .btn-link-lg-warning.btn-arrow .arrow-icon:before, .btn-link-lg-warning.btn-arrow .arrow-icon:after {
    background-color: #ddb32b;
  }
  .btn-link-lg-danger.btn-arrow .arrow-icon {
    background-color: #f90000;
  }
  .btn-link-lg-danger.btn-arrow .arrow-icon:before, .btn-link-lg-danger.btn-arrow .arrow-icon:after {
    background-color: #f90000;
  }
  .btn-link-lg-light.btn-arrow .arrow-icon {
    background-color: #f7f5f6;
  }
  .btn-link-lg-light.btn-arrow .arrow-icon:before, .btn-link-lg-light.btn-arrow .arrow-icon:after {
    background-color: #f7f5f6;
  }
  .btn-link-lg-dark.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-link-lg-dark.btn-arrow .arrow-icon:before, .btn-link-lg-dark.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-link-lg-green.btn-arrow .arrow-icon {
    background-color: #1F8D61;
  }
  .btn-link-lg-green.btn-arrow .arrow-icon:before, .btn-link-lg-green.btn-arrow .arrow-icon:after {
    background-color: #1F8D61;
  }
  .btn-link-lg-blue.btn-arrow .arrow-icon {
    background-color: #0E49B5;
  }
  .btn-link-lg-blue.btn-arrow .arrow-icon:before, .btn-link-lg-blue.btn-arrow .arrow-icon:after {
    background-color: #0E49B5;
  }
  .btn-link-lg-gray.btn-arrow .arrow-icon {
    background-color: #9f9f9f;
  }
  .btn-link-lg-gray.btn-arrow .arrow-icon:before, .btn-link-lg-gray.btn-arrow .arrow-icon:after {
    background-color: #9f9f9f;
  }
  .btn-link-lg-gray-200.btn-arrow .arrow-icon {
    background-color: #e9e9e9;
  }
  .btn-link-lg-gray-200.btn-arrow .arrow-icon:before, .btn-link-lg-gray-200.btn-arrow .arrow-icon:after {
    background-color: #e9e9e9;
  }
  .btn-link-lg-gray-300.btn-arrow .arrow-icon {
    background-color: #dee2e6;
  }
  .btn-link-lg-gray-300.btn-arrow .arrow-icon:before, .btn-link-lg-gray-300.btn-arrow .arrow-icon:after {
    background-color: #dee2e6;
  }
  .btn-link-lg-gray-400.btn-arrow .arrow-icon {
    background-color: #ced4da;
  }
  .btn-link-lg-gray-400.btn-arrow .arrow-icon:before, .btn-link-lg-gray-400.btn-arrow .arrow-icon:after {
    background-color: #ced4da;
  }
}

@media (min-width: 1200px) {
  .btn-link-xl-primary.btn-arrow .arrow-icon {
    background-color: var(--main);
  }
  .btn-link-xl-primary.btn-arrow .arrow-icon:before, .btn-link-xl-primary.btn-arrow .arrow-icon:after {
    background-color: var(--main);
  }
  .btn-link-xl-secondary.btn-arrow .arrow-icon {
    background-color: #686868;
  }
  .btn-link-xl-secondary.btn-arrow .arrow-icon:before, .btn-link-xl-secondary.btn-arrow .arrow-icon:after {
    background-color: #686868;
  }
  .btn-link-xl-success.btn-arrow .arrow-icon {
    background-color: #87de7d;
  }
  .btn-link-xl-success.btn-arrow .arrow-icon:before, .btn-link-xl-success.btn-arrow .arrow-icon:after {
    background-color: #87de7d;
  }
  .btn-link-xl-info.btn-arrow .arrow-icon {
    background-color: #2bb4dd;
  }
  .btn-link-xl-info.btn-arrow .arrow-icon:before, .btn-link-xl-info.btn-arrow .arrow-icon:after {
    background-color: #2bb4dd;
  }
  .btn-link-xl-warning.btn-arrow .arrow-icon {
    background-color: #ddb32b;
  }
  .btn-link-xl-warning.btn-arrow .arrow-icon:before, .btn-link-xl-warning.btn-arrow .arrow-icon:after {
    background-color: #ddb32b;
  }
  .btn-link-xl-danger.btn-arrow .arrow-icon {
    background-color: #f90000;
  }
  .btn-link-xl-danger.btn-arrow .arrow-icon:before, .btn-link-xl-danger.btn-arrow .arrow-icon:after {
    background-color: #f90000;
  }
  .btn-link-xl-light.btn-arrow .arrow-icon {
    background-color: #f7f5f6;
  }
  .btn-link-xl-light.btn-arrow .arrow-icon:before, .btn-link-xl-light.btn-arrow .arrow-icon:after {
    background-color: #f7f5f6;
  }
  .btn-link-xl-dark.btn-arrow .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-link-xl-dark.btn-arrow .arrow-icon:before, .btn-link-xl-dark.btn-arrow .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-link-xl-green.btn-arrow .arrow-icon {
    background-color: #1F8D61;
  }
  .btn-link-xl-green.btn-arrow .arrow-icon:before, .btn-link-xl-green.btn-arrow .arrow-icon:after {
    background-color: #1F8D61;
  }
  .btn-link-xl-blue.btn-arrow .arrow-icon {
    background-color: #0E49B5;
  }
  .btn-link-xl-blue.btn-arrow .arrow-icon:before, .btn-link-xl-blue.btn-arrow .arrow-icon:after {
    background-color: #0E49B5;
  }
  .btn-link-xl-gray.btn-arrow .arrow-icon {
    background-color: #9f9f9f;
  }
  .btn-link-xl-gray.btn-arrow .arrow-icon:before, .btn-link-xl-gray.btn-arrow .arrow-icon:after {
    background-color: #9f9f9f;
  }
  .btn-link-xl-gray-200.btn-arrow .arrow-icon {
    background-color: #e9e9e9;
  }
  .btn-link-xl-gray-200.btn-arrow .arrow-icon:before, .btn-link-xl-gray-200.btn-arrow .arrow-icon:after {
    background-color: #e9e9e9;
  }
  .btn-link-xl-gray-300.btn-arrow .arrow-icon {
    background-color: #dee2e6;
  }
  .btn-link-xl-gray-300.btn-arrow .arrow-icon:before, .btn-link-xl-gray-300.btn-arrow .arrow-icon:after {
    background-color: #dee2e6;
  }
  .btn-link-xl-gray-400.btn-arrow .arrow-icon {
    background-color: #ced4da;
  }
  .btn-link-xl-gray-400.btn-arrow .arrow-icon:before, .btn-link-xl-gray-400.btn-arrow .arrow-icon:after {
    background-color: #ced4da;
  }
}

.btn-primary.hover-outline.btn-arrow:hover .arrow-icon {
  background-color: var(--main);
}

.btn-primary.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-primary.hover-outline.btn-arrow:hover .arrow-icon:after {
  background-color: var(--main);
}

.btn-secondary.hover-outline.btn-arrow:hover .arrow-icon {
  background-color: #686868;
}

.btn-secondary.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-secondary.hover-outline.btn-arrow:hover .arrow-icon:after {
  background-color: #686868;
}

.btn-success.hover-outline.btn-arrow:hover .arrow-icon {
  background-color: #87de7d;
}

.btn-success.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-success.hover-outline.btn-arrow:hover .arrow-icon:after {
  background-color: #87de7d;
}

.btn-info.hover-outline.btn-arrow:hover .arrow-icon {
  background-color: #2bb4dd;
}

.btn-info.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-info.hover-outline.btn-arrow:hover .arrow-icon:after {
  background-color: #2bb4dd;
}

.btn-warning.hover-outline.btn-arrow:hover .arrow-icon {
  background-color: #ddb32b;
}

.btn-warning.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-warning.hover-outline.btn-arrow:hover .arrow-icon:after {
  background-color: #ddb32b;
}

.btn-danger.hover-outline.btn-arrow:hover .arrow-icon {
  background-color: #f90000;
}

.btn-danger.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-danger.hover-outline.btn-arrow:hover .arrow-icon:after {
  background-color: #f90000;
}

.btn-light.hover-outline.btn-arrow:hover .arrow-icon {
  background-color: #f7f5f6;
}

.btn-light.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-light.hover-outline.btn-arrow:hover .arrow-icon:after {
  background-color: #f7f5f6;
}

.btn-dark.hover-outline.btn-arrow:hover .arrow-icon {
  background-color: #1e1e1e;
}

.btn-dark.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-dark.hover-outline.btn-arrow:hover .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-green.hover-outline.btn-arrow:hover .arrow-icon {
  background-color: #1F8D61;
}

.btn-green.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-green.hover-outline.btn-arrow:hover .arrow-icon:after {
  background-color: #1F8D61;
}

.btn-blue.hover-outline.btn-arrow:hover .arrow-icon {
  background-color: #0E49B5;
}

.btn-blue.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-blue.hover-outline.btn-arrow:hover .arrow-icon:after {
  background-color: #0E49B5;
}

.btn-gray.hover-outline.btn-arrow:hover .arrow-icon {
  background-color: #9f9f9f;
}

.btn-gray.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-gray.hover-outline.btn-arrow:hover .arrow-icon:after {
  background-color: #9f9f9f;
}

.btn-gray-200.hover-outline.btn-arrow:hover .arrow-icon {
  background-color: #e9e9e9;
}

.btn-gray-200.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-gray-200.hover-outline.btn-arrow:hover .arrow-icon:after {
  background-color: #e9e9e9;
}

.btn-gray-300.hover-outline.btn-arrow:hover .arrow-icon {
  background-color: #dee2e6;
}

.btn-gray-300.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-gray-300.hover-outline.btn-arrow:hover .arrow-icon:after {
  background-color: #dee2e6;
}

.btn-gray-400.hover-outline.btn-arrow:hover .arrow-icon {
  background-color: #ced4da;
}

.btn-gray-400.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-gray-400.hover-outline.btn-arrow:hover .arrow-icon:after {
  background-color: #ced4da;
}

@media (min-width: 576px) {
  .btn-sm-primary.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: var(--main);
  }
  .btn-sm-primary.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-sm-primary.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: var(--main);
  }
  .btn-sm-secondary.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #686868;
  }
  .btn-sm-secondary.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-sm-secondary.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #686868;
  }
  .btn-sm-success.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #87de7d;
  }
  .btn-sm-success.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-sm-success.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #87de7d;
  }
  .btn-sm-info.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #2bb4dd;
  }
  .btn-sm-info.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-sm-info.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #2bb4dd;
  }
  .btn-sm-warning.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #ddb32b;
  }
  .btn-sm-warning.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-sm-warning.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #ddb32b;
  }
  .btn-sm-danger.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #f90000;
  }
  .btn-sm-danger.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-sm-danger.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #f90000;
  }
  .btn-sm-light.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #f7f5f6;
  }
  .btn-sm-light.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-sm-light.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #f7f5f6;
  }
  .btn-sm-dark.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-sm-dark.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-sm-dark.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-sm-green.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #1F8D61;
  }
  .btn-sm-green.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-sm-green.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #1F8D61;
  }
  .btn-sm-blue.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #0E49B5;
  }
  .btn-sm-blue.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-sm-blue.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #0E49B5;
  }
  .btn-sm-gray.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #9f9f9f;
  }
  .btn-sm-gray.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-sm-gray.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #9f9f9f;
  }
  .btn-sm-gray-200.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #e9e9e9;
  }
  .btn-sm-gray-200.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-sm-gray-200.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #e9e9e9;
  }
  .btn-sm-gray-300.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #dee2e6;
  }
  .btn-sm-gray-300.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-sm-gray-300.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #dee2e6;
  }
  .btn-sm-gray-400.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #ced4da;
  }
  .btn-sm-gray-400.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-sm-gray-400.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #ced4da;
  }
}

@media (min-width: 768px) {
  .btn-md-primary.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: var(--main);
  }
  .btn-md-primary.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-md-primary.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: var(--main);
  }
  .btn-md-secondary.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #686868;
  }
  .btn-md-secondary.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-md-secondary.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #686868;
  }
  .btn-md-success.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #87de7d;
  }
  .btn-md-success.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-md-success.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #87de7d;
  }
  .btn-md-info.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #2bb4dd;
  }
  .btn-md-info.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-md-info.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #2bb4dd;
  }
  .btn-md-warning.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #ddb32b;
  }
  .btn-md-warning.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-md-warning.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #ddb32b;
  }
  .btn-md-danger.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #f90000;
  }
  .btn-md-danger.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-md-danger.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #f90000;
  }
  .btn-md-light.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #f7f5f6;
  }
  .btn-md-light.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-md-light.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #f7f5f6;
  }
  .btn-md-dark.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-md-dark.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-md-dark.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-md-green.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #1F8D61;
  }
  .btn-md-green.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-md-green.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #1F8D61;
  }
  .btn-md-blue.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #0E49B5;
  }
  .btn-md-blue.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-md-blue.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #0E49B5;
  }
  .btn-md-gray.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #9f9f9f;
  }
  .btn-md-gray.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-md-gray.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #9f9f9f;
  }
  .btn-md-gray-200.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #e9e9e9;
  }
  .btn-md-gray-200.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-md-gray-200.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #e9e9e9;
  }
  .btn-md-gray-300.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #dee2e6;
  }
  .btn-md-gray-300.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-md-gray-300.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #dee2e6;
  }
  .btn-md-gray-400.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #ced4da;
  }
  .btn-md-gray-400.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-md-gray-400.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #ced4da;
  }
}

@media (min-width: 992px) {
  .btn-lg-primary.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: var(--main);
  }
  .btn-lg-primary.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-lg-primary.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: var(--main);
  }
  .btn-lg-secondary.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #686868;
  }
  .btn-lg-secondary.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-lg-secondary.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #686868;
  }
  .btn-lg-success.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #87de7d;
  }
  .btn-lg-success.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-lg-success.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #87de7d;
  }
  .btn-lg-info.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #2bb4dd;
  }
  .btn-lg-info.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-lg-info.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #2bb4dd;
  }
  .btn-lg-warning.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #ddb32b;
  }
  .btn-lg-warning.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-lg-warning.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #ddb32b;
  }
  .btn-lg-danger.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #f90000;
  }
  .btn-lg-danger.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-lg-danger.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #f90000;
  }
  .btn-lg-light.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #f7f5f6;
  }
  .btn-lg-light.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-lg-light.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #f7f5f6;
  }
  .btn-lg-dark.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-lg-dark.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-lg-dark.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-lg-green.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #1F8D61;
  }
  .btn-lg-green.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-lg-green.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #1F8D61;
  }
  .btn-lg-blue.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #0E49B5;
  }
  .btn-lg-blue.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-lg-blue.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #0E49B5;
  }
  .btn-lg-gray.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #9f9f9f;
  }
  .btn-lg-gray.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-lg-gray.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #9f9f9f;
  }
  .btn-lg-gray-200.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #e9e9e9;
  }
  .btn-lg-gray-200.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-lg-gray-200.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #e9e9e9;
  }
  .btn-lg-gray-300.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #dee2e6;
  }
  .btn-lg-gray-300.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-lg-gray-300.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #dee2e6;
  }
  .btn-lg-gray-400.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #ced4da;
  }
  .btn-lg-gray-400.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-lg-gray-400.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #ced4da;
  }
}

@media (min-width: 1200px) {
  .btn-xl-primary.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: var(--main);
  }
  .btn-xl-primary.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-xl-primary.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: var(--main);
  }
  .btn-xl-secondary.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #686868;
  }
  .btn-xl-secondary.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-xl-secondary.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #686868;
  }
  .btn-xl-success.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #87de7d;
  }
  .btn-xl-success.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-xl-success.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #87de7d;
  }
  .btn-xl-info.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #2bb4dd;
  }
  .btn-xl-info.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-xl-info.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #2bb4dd;
  }
  .btn-xl-warning.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #ddb32b;
  }
  .btn-xl-warning.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-xl-warning.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #ddb32b;
  }
  .btn-xl-danger.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #f90000;
  }
  .btn-xl-danger.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-xl-danger.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #f90000;
  }
  .btn-xl-light.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #f7f5f6;
  }
  .btn-xl-light.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-xl-light.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #f7f5f6;
  }
  .btn-xl-dark.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #1e1e1e;
  }
  .btn-xl-dark.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-xl-dark.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #1e1e1e;
  }
  .btn-xl-green.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #1F8D61;
  }
  .btn-xl-green.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-xl-green.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #1F8D61;
  }
  .btn-xl-blue.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #0E49B5;
  }
  .btn-xl-blue.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-xl-blue.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #0E49B5;
  }
  .btn-xl-gray.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #9f9f9f;
  }
  .btn-xl-gray.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-xl-gray.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #9f9f9f;
  }
  .btn-xl-gray-200.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #e9e9e9;
  }
  .btn-xl-gray-200.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-xl-gray-200.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #e9e9e9;
  }
  .btn-xl-gray-300.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #dee2e6;
  }
  .btn-xl-gray-300.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-xl-gray-300.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #dee2e6;
  }
  .btn-xl-gray-400.hover-outline.btn-arrow:hover .arrow-icon {
    background-color: #ced4da;
  }
  .btn-xl-gray-400.hover-outline.btn-arrow:hover .arrow-icon:before, .btn-xl-gray-400.hover-outline.btn-arrow:hover .arrow-icon:after {
    background-color: #ced4da;
  }
}

.btn-outline-primary.btn-arrow .arrow-icon {
  background-color: var(--main);
}

.btn-outline-primary.btn-arrow .arrow-icon:before, .btn-outline-primary.btn-arrow .arrow-icon:after {
  background-color: var(--main);
}

.btn-outline-primary.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-outline-primary.btn-arrow:hover .arrow-icon:before, .btn-outline-primary.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-outline-primary.btn-arrow:disabled, .btn-outline-primary.btn-arrow.disabled {
  pointer-events: none;
}

.btn-outline-secondary.btn-arrow .arrow-icon {
  background-color: #686868;
}

.btn-outline-secondary.btn-arrow .arrow-icon:before, .btn-outline-secondary.btn-arrow .arrow-icon:after {
  background-color: #686868;
}

.btn-outline-secondary.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-outline-secondary.btn-arrow:hover .arrow-icon:before, .btn-outline-secondary.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-outline-secondary.btn-arrow:disabled, .btn-outline-secondary.btn-arrow.disabled {
  pointer-events: none;
}

.btn-outline-success.btn-arrow .arrow-icon {
  background-color: #87de7d;
}

.btn-outline-success.btn-arrow .arrow-icon:before, .btn-outline-success.btn-arrow .arrow-icon:after {
  background-color: #87de7d;
}

.btn-outline-success.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-outline-success.btn-arrow:hover .arrow-icon:before, .btn-outline-success.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-outline-success.btn-arrow:disabled, .btn-outline-success.btn-arrow.disabled {
  pointer-events: none;
}

.btn-outline-info.btn-arrow .arrow-icon {
  background-color: #2bb4dd;
}

.btn-outline-info.btn-arrow .arrow-icon:before, .btn-outline-info.btn-arrow .arrow-icon:after {
  background-color: #2bb4dd;
}

.btn-outline-info.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-outline-info.btn-arrow:hover .arrow-icon:before, .btn-outline-info.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-outline-info.btn-arrow:disabled, .btn-outline-info.btn-arrow.disabled {
  pointer-events: none;
}

.btn-outline-warning.btn-arrow .arrow-icon {
  background-color: #ddb32b;
}

.btn-outline-warning.btn-arrow .arrow-icon:before, .btn-outline-warning.btn-arrow .arrow-icon:after {
  background-color: #ddb32b;
}

.btn-outline-warning.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-outline-warning.btn-arrow:hover .arrow-icon:before, .btn-outline-warning.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-outline-warning.btn-arrow:disabled, .btn-outline-warning.btn-arrow.disabled {
  pointer-events: none;
}

.btn-outline-danger.btn-arrow .arrow-icon {
  background-color: #f90000;
}

.btn-outline-danger.btn-arrow .arrow-icon:before, .btn-outline-danger.btn-arrow .arrow-icon:after {
  background-color: #f90000;
}

.btn-outline-danger.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-outline-danger.btn-arrow:hover .arrow-icon:before, .btn-outline-danger.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-outline-danger.btn-arrow:disabled, .btn-outline-danger.btn-arrow.disabled {
  pointer-events: none;
}

.btn-outline-light.btn-arrow .arrow-icon {
  background-color: #f7f5f6;
}

.btn-outline-light.btn-arrow .arrow-icon:before, .btn-outline-light.btn-arrow .arrow-icon:after {
  background-color: #f7f5f6;
}

.btn-outline-light.btn-arrow:hover .arrow-icon {
  background-color: #1e1e1e;
}

.btn-outline-light.btn-arrow:hover .arrow-icon:before, .btn-outline-light.btn-arrow:hover .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-outline-light.btn-arrow:disabled, .btn-outline-light.btn-arrow.disabled {
  pointer-events: none;
}

.btn-outline-dark.btn-arrow .arrow-icon {
  background-color: #1e1e1e;
}

.btn-outline-dark.btn-arrow .arrow-icon:before, .btn-outline-dark.btn-arrow .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-outline-dark.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-outline-dark.btn-arrow:hover .arrow-icon:before, .btn-outline-dark.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-outline-dark.btn-arrow:disabled, .btn-outline-dark.btn-arrow.disabled {
  pointer-events: none;
}

.btn-outline-green.btn-arrow .arrow-icon {
  background-color: #1F8D61;
}

.btn-outline-green.btn-arrow .arrow-icon:before, .btn-outline-green.btn-arrow .arrow-icon:after {
  background-color: #1F8D61;
}

.btn-outline-green.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-outline-green.btn-arrow:hover .arrow-icon:before, .btn-outline-green.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-outline-green.btn-arrow:disabled, .btn-outline-green.btn-arrow.disabled {
  pointer-events: none;
}

.btn-outline-blue.btn-arrow .arrow-icon {
  background-color: #0E49B5;
}

.btn-outline-blue.btn-arrow .arrow-icon:before, .btn-outline-blue.btn-arrow .arrow-icon:after {
  background-color: #0E49B5;
}

.btn-outline-blue.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-outline-blue.btn-arrow:hover .arrow-icon:before, .btn-outline-blue.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-outline-blue.btn-arrow:disabled, .btn-outline-blue.btn-arrow.disabled {
  pointer-events: none;
}

.btn-outline-gray.btn-arrow .arrow-icon {
  background-color: #9f9f9f;
}

.btn-outline-gray.btn-arrow .arrow-icon:before, .btn-outline-gray.btn-arrow .arrow-icon:after {
  background-color: #9f9f9f;
}

.btn-outline-gray.btn-arrow:hover .arrow-icon {
  background-color: #ffffff;
}

.btn-outline-gray.btn-arrow:hover .arrow-icon:before, .btn-outline-gray.btn-arrow:hover .arrow-icon:after {
  background-color: #ffffff;
}

.btn-outline-gray.btn-arrow:disabled, .btn-outline-gray.btn-arrow.disabled {
  pointer-events: none;
}

.btn-outline-gray-200.btn-arrow .arrow-icon {
  background-color: #e9e9e9;
}

.btn-outline-gray-200.btn-arrow .arrow-icon:before, .btn-outline-gray-200.btn-arrow .arrow-icon:after {
  background-color: #e9e9e9;
}

.btn-outline-gray-200.btn-arrow:hover .arrow-icon {
  background-color: #1e1e1e;
}

.btn-outline-gray-200.btn-arrow:hover .arrow-icon:before, .btn-outline-gray-200.btn-arrow:hover .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-outline-gray-200.btn-arrow:disabled, .btn-outline-gray-200.btn-arrow.disabled {
  pointer-events: none;
}

.btn-outline-gray-300.btn-arrow .arrow-icon {
  background-color: #dee2e6;
}

.btn-outline-gray-300.btn-arrow .arrow-icon:before, .btn-outline-gray-300.btn-arrow .arrow-icon:after {
  background-color: #dee2e6;
}

.btn-outline-gray-300.btn-arrow:hover .arrow-icon {
  background-color: #1e1e1e;
}

.btn-outline-gray-300.btn-arrow:hover .arrow-icon:before, .btn-outline-gray-300.btn-arrow:hover .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-outline-gray-300.btn-arrow:disabled, .btn-outline-gray-300.btn-arrow.disabled {
  pointer-events: none;
}

.btn-outline-gray-400.btn-arrow .arrow-icon {
  background-color: #ced4da;
}

.btn-outline-gray-400.btn-arrow .arrow-icon:before, .btn-outline-gray-400.btn-arrow .arrow-icon:after {
  background-color: #ced4da;
}

.btn-outline-gray-400.btn-arrow:hover .arrow-icon {
  background-color: #1e1e1e;
}

.btn-outline-gray-400.btn-arrow:hover .arrow-icon:before, .btn-outline-gray-400.btn-arrow:hover .arrow-icon:after {
  background-color: #1e1e1e;
}

.btn-outline-gray-400.btn-arrow:disabled, .btn-outline-gray-400.btn-arrow.disabled {
  pointer-events: none;
}

.btn-facebook {
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  text-align: left;
}

.btn-facebook:hover {
  background-color: #4e73bd;
  border-color: #4e73bd;
  color: #ffffff;
}

.btn-facebook:hover .text-facebook {
  color: #ffffff;
}

.btn-facebook:focus, .btn-facebook.focus {
  background-color: #4e73bd;
  border-color: #4e73bd;
  color: #ffffff;
}

.btn-facebook:focus .text-facebook, .btn-facebook.focus .text-facebook {
  color: #ffffff;
}

.btn-facebook:disabled, .btn-facebook.disabled {
  pointer-events: none;
}

.text-facebook {
  color: #4e73bd;
}

.text-facebook {
  color: #4e73bd;
}

.btn-google-plus {
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  text-align: left;
}

.btn-google-plus:hover {
  background-color: #e84b36;
  border-color: #e84b36;
  color: #ffffff;
}

.btn-google-plus:hover .text-google-plus {
  color: #ffffff;
}

.btn-google-plus:focus, .btn-google-plus.focus {
  background-color: #e84b36;
  border-color: #e84b36;
  color: #ffffff;
}

.btn-google-plus:focus .text-google-plus, .btn-google-plus.focus .text-google-plus {
  color: #ffffff;
}

.btn-google-plus:disabled, .btn-google-plus.disabled {
  pointer-events: none;
}

.text-google-plus {
  color: #e84b36;
}

.text-google-plus {
  color: #e84b36;
}

.btn-twitter {
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  text-align: left;
}

.btn-twitter:hover {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
  color: #ffffff;
}

.btn-twitter:hover .text-twitter {
  color: #ffffff;
}

.btn-twitter:focus, .btn-twitter.focus {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
  color: #ffffff;
}

.btn-twitter:focus .text-twitter, .btn-twitter.focus .text-twitter {
  color: #ffffff;
}

.btn-twitter:disabled, .btn-twitter.disabled {
  pointer-events: none;
}

.text-twitter {
  color: #1DA1F2;
}

.text-twitter {
  color: #1DA1F2;
}

.btn-pinterest {
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  text-align: left;
}

.btn-pinterest:hover {
  background-color: #E60023;
  border-color: #E60023;
  color: #ffffff;
}

.btn-pinterest:hover .text-pinterest {
  color: #ffffff;
}

.btn-pinterest:focus, .btn-pinterest.focus {
  background-color: #E60023;
  border-color: #E60023;
  color: #ffffff;
}

.btn-pinterest:focus .text-pinterest, .btn-pinterest.focus .text-pinterest {
  color: #ffffff;
}

.btn-pinterest:disabled, .btn-pinterest.disabled {
  pointer-events: none;
}

.text-pinterest {
  color: #E60023;
}

.text-pinterest {
  color: #E60023;
}

.btn-instagram {
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  text-align: left;
}

.btn-instagram:hover {
  background-color: #f58529;
  border-color: #f58529;
  color: #ffffff;
}

.btn-instagram:hover .text-instagram {
  color: #ffffff;
}

.btn-instagram:focus, .btn-instagram.focus {
  background-color: #f58529;
  border-color: #f58529;
  color: #ffffff;
}

.btn-instagram:focus .text-instagram, .btn-instagram.focus .text-instagram {
  color: #ffffff;
}

.btn-instagram:disabled, .btn-instagram.disabled {
  pointer-events: none;
}

.text-instagram {
  color: #f58529;
}

.text-instagram {
  color: #f58529;
}

.btn-linkedin {
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  text-align: left;
}

.btn-linkedin:hover {
  background-color: #2665B1;
  border-color: #2665B1;
  color: #ffffff;
}

.btn-linkedin:hover .text-linkedin {
  color: #ffffff;
}

.btn-linkedin:focus, .btn-linkedin.focus {
  background-color: #2665B1;
  border-color: #2665B1;
  color: #ffffff;
}

.btn-linkedin:focus .text-linkedin, .btn-linkedin.focus .text-linkedin {
  color: #ffffff;
}

.btn-linkedin:disabled, .btn-linkedin.disabled {
  pointer-events: none;
}

.text-linkedin {
  color: #2665B1;
}

.text-linkedin {
  color: #2665B1;
}

.btn-minimalis-facebook {
  position: relative;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  text-align: left;
  z-index: 1;
}

.btn-minimalis-facebook::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #4e73bd;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-facebook::before {
    transition: none;
  }
}

.btn-minimalis-facebook:hover {
  border: 1px solid #4e73bd;
  color: #ffffff;
}

.btn-minimalis-facebook:hover .text-facebook {
  color: #ffffff;
}

.btn-minimalis-facebook:hover::before {
  width: 100%;
}

.btn-minimalis-google-plus {
  position: relative;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  text-align: left;
  z-index: 1;
}

.btn-minimalis-google-plus::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #e84b36;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-google-plus::before {
    transition: none;
  }
}

.btn-minimalis-google-plus:hover {
  border: 1px solid #e84b36;
  color: #ffffff;
}

.btn-minimalis-google-plus:hover .text-google-plus {
  color: #ffffff;
}

.btn-minimalis-google-plus:hover::before {
  width: 100%;
}

.btn-minimalis-twitter {
  position: relative;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  text-align: left;
  z-index: 1;
}

.btn-minimalis-twitter::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #1DA1F2;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-twitter::before {
    transition: none;
  }
}

.btn-minimalis-twitter:hover {
  border: 1px solid #1DA1F2;
  color: #ffffff;
}

.btn-minimalis-twitter:hover .text-twitter {
  color: #ffffff;
}

.btn-minimalis-twitter:hover::before {
  width: 100%;
}

.btn-minimalis-pinterest {
  position: relative;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  text-align: left;
  z-index: 1;
}

.btn-minimalis-pinterest::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #E60023;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-pinterest::before {
    transition: none;
  }
}

.btn-minimalis-pinterest:hover {
  border: 1px solid #E60023;
  color: #ffffff;
}

.btn-minimalis-pinterest:hover .text-pinterest {
  color: #ffffff;
}

.btn-minimalis-pinterest:hover::before {
  width: 100%;
}

.btn-minimalis-instagram {
  position: relative;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  text-align: left;
  z-index: 1;
}

.btn-minimalis-instagram::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #f58529;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-instagram::before {
    transition: none;
  }
}

.btn-minimalis-instagram:hover {
  border: 1px solid #f58529;
  color: #ffffff;
}

.btn-minimalis-instagram:hover .text-instagram {
  color: #ffffff;
}

.btn-minimalis-instagram:hover::before {
  width: 100%;
}

.btn-minimalis-linkedin {
  position: relative;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  text-align: left;
  z-index: 1;
}

.btn-minimalis-linkedin::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #2665B1;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-minimalis-linkedin::before {
    transition: none;
  }
}

.btn-minimalis-linkedin:hover {
  border: 1px solid #2665B1;
  color: #ffffff;
}

.btn-minimalis-linkedin:hover .text-linkedin {
  color: #ffffff;
}

.btn-minimalis-linkedin:hover::before {
  width: 100%;
}

.btn-circle {
  background-color: #ffffff;
  border: 3px solid var(--main);
  height: 2.5rem;
  min-width: 2.5rem;
  border-radius: 1.5625rem;
  padding: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  /* hover */
  /* loading */
}

@media (prefers-reduced-motion: reduce) {
  .btn-circle {
    transition: none;
  }
}

.btn-circle.btn-large {
  height: 3.125rem;
  min-width: 3.125rem;
}

.btn-circle.btn-large .add-to-cart-hover .add-to-cart-text {
  padding: 0 1.125rem;
}

.btn-circle.btn-medium {
  height: 2.5rem;
  min-width: 2.5rem;
}

.btn-circle.btn-small {
  height: 2.1875rem;
  min-width: 2.1875rem;
}

.btn-circle.btn-small .add-to-cart-hover .add-to-cart-text {
  padding: 0 0.75rem;
}

@media (min-width: 576px) {
  .btn-circle.btn-sm-large {
    height: 3.125rem;
    min-width: 3.125rem;
  }
  .btn-circle.btn-sm-large .add-to-cart-hover .add-to-cart-text {
    padding: 0 1.125rem;
  }
  .btn-circle.btn-sm-medium {
    height: 2.5rem;
    min-width: 2.5rem;
  }
  .btn-circle.btn-sm-small {
    height: 2.1875rem;
    min-width: 2.1875rem;
  }
  .btn-circle.btn-sm-small .add-to-cart-hover .add-to-cart-text {
    padding: 0 0.75rem;
  }
}

@media (min-width: 768px) {
  .btn-circle.btn-md-large {
    height: 3.125rem;
    min-width: 3.125rem;
  }
  .btn-circle.btn-md-large .add-to-cart-hover .add-to-cart-text {
    padding: 0 1.125rem;
  }
  .btn-circle.btn-md-medium {
    height: 2.5rem;
    min-width: 2.5rem;
  }
  .btn-circle.btn-md-small {
    height: 2.1875rem;
    min-width: 2.1875rem;
  }
  .btn-circle.btn-md-small .add-to-cart-hover .add-to-cart-text {
    padding: 0 0.75rem;
  }
}

@media (min-width: 992px) {
  .btn-circle.btn-lg-large {
    height: 3.125rem;
    min-width: 3.125rem;
  }
  .btn-circle.btn-lg-large .add-to-cart-hover .add-to-cart-text {
    padding: 0 1.125rem;
  }
  .btn-circle.btn-lg-medium {
    height: 2.5rem;
    min-width: 2.5rem;
  }
  .btn-circle.btn-lg-small {
    height: 2.1875rem;
    min-width: 2.1875rem;
  }
  .btn-circle.btn-lg-small .add-to-cart-hover .add-to-cart-text {
    padding: 0 0.75rem;
  }
}

@media (min-width: 1200px) {
  .btn-circle.btn-xl-large {
    height: 3.125rem;
    min-width: 3.125rem;
  }
  .btn-circle.btn-xl-large .add-to-cart-hover .add-to-cart-text {
    padding: 0 1.125rem;
  }
  .btn-circle.btn-xl-medium {
    height: 2.5rem;
    min-width: 2.5rem;
  }
  .btn-circle.btn-xl-small {
    height: 2.1875rem;
    min-width: 2.1875rem;
  }
  .btn-circle.btn-xl-small .add-to-cart-hover .add-to-cart-text {
    padding: 0 0.75rem;
  }
}

.btn-circle .add-to-cart-active,
.btn-circle .add-to-cart-success,
.btn-circle .add-to-cart-hover {
  margin-bottom: 0;
  display: inline-block;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .btn-circle .add-to-cart-active,
  .btn-circle .add-to-cart-success,
  .btn-circle .add-to-cart-hover {
    transition: none;
  }
}

.btn-circle .add-to-cart-active,
.btn-circle .add-to-cart-success {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.btn-circle .add-to-cart-active {
  left: 50%;
}

.btn-circle .add-to-cart-success {
  opacity: 0;
  visibility: hidden;
  left: 100%;
}

.btn-circle .add-to-cart-hover {
  white-space: nowrap;
  width: 0;
  margin-left: 1.5rem;
}

.btn-circle .add-to-cart-hover .add-to-cart-text {
  white-space: nowrap;
  padding: 0 0.9375rem;
}

.btn-circle:active, .btn-circle:focus {
  outline: none;
}

.btn-circle:hover .add-to-cart-hover {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}

.btn-circle:hover .add-to-cart-active,
.btn-circle:hover .add-to-cart-success {
  opacity: 0;
  visibility: hidden;
}

.btn-circle:hover .add-to-cart-active {
  left: -100%;
}

.btn-circle.loading .add-to-cart-active,
.btn-circle.loading .add-to-cart-hover, .btn-circle.success .add-to-cart-active,
.btn-circle.success .add-to-cart-hover {
  opacity: 0;
  visibility: hidden;
  left: -100%;
  width: 0;
}

.btn-circle.loading:hover .add-to-cart-active,
.btn-circle.loading:hover .add-to-cart-hover, .btn-circle.success:hover .add-to-cart-active,
.btn-circle.success:hover .add-to-cart-hover {
  opacity: 0;
  visibility: hidden;
  left: -100%;
  width: 0 !important;
}

.btn-circle.loading:not(.success), .btn-circle.success:not(.success) {
  border-left-color: #877658;
  animation: loadingRotate 1s ease .2s infinite;
}

.btn-circle.success .add-to-cart-success {
  opacity: 1;
  visibility: visible;
  left: 50%;
}

.btn-circle.btn-primary {
  background-color: #ffffff;
  border: 3px solid var(--main);
  color: #1e1e1e;
}

.btn-circle.btn-primary:active, .btn-circle.btn-primary:focus {
  background-color: #ffffff !important;
  color: #1e1e1e !important;
}

.btn-circle.btn-primary.loading:not(.success), .btn-circle.btn-primary.success:not(.success) {
  border-left-color: #907e5e;
}

.btn-circle.btn-secondary {
  background-color: #ffffff;
  border: 3px solid #686868;
  color: #1e1e1e;
}

.btn-circle.btn-secondary:active, .btn-circle.btn-secondary:focus {
  background-color: #ffffff !important;
  color: #1e1e1e !important;
}

.btn-circle.btn-secondary.loading:not(.success), .btn-circle.btn-secondary.success:not(.success) {
  border-left-color: #494949;
}

.btn-circle.btn-success {
  background-color: #ffffff;
  border: 3px solid #87de7d;
  color: #1e1e1e;
}

.btn-circle.btn-success:active, .btn-circle.btn-success:focus {
  background-color: #ffffff !important;
  color: #1e1e1e !important;
}

.btn-circle.btn-success.loading:not(.success), .btn-circle.btn-success.success:not(.success) {
  border-left-color: #5ad24c;
}

.btn-circle.btn-info {
  background-color: #ffffff;
  border: 3px solid #2bb4dd;
  color: #1e1e1e;
}

.btn-circle.btn-info:active, .btn-circle.btn-info:focus {
  background-color: #ffffff !important;
  color: #1e1e1e !important;
}

.btn-circle.btn-info.loading:not(.success), .btn-circle.btn-info.success:not(.success) {
  border-left-color: #1c8daf;
}

.btn-circle.btn-warning {
  background-color: #ffffff;
  border: 3px solid #ddb32b;
  color: #1e1e1e;
}

.btn-circle.btn-warning:active, .btn-circle.btn-warning:focus {
  background-color: #ffffff !important;
  color: #1e1e1e !important;
}

.btn-circle.btn-warning.loading:not(.success), .btn-circle.btn-warning.success:not(.success) {
  border-left-color: #af8c1c;
}

.btn-circle.btn-danger {
  background-color: #ffffff;
  border: 3px solid #f90000;
  color: #1e1e1e;
}

.btn-circle.btn-danger:active, .btn-circle.btn-danger:focus {
  background-color: #ffffff !important;
  color: #1e1e1e !important;
}

.btn-circle.btn-danger.loading:not(.success), .btn-circle.btn-danger.success:not(.success) {
  border-left-color: #bc0000;
}

.btn-circle.btn-light {
  background-color: #ffffff;
  border: 3px solid #f7f5f6;
  color: #1e1e1e;
}

.btn-circle.btn-light:active, .btn-circle.btn-light:focus {
  background-color: #ffffff !important;
  color: #1e1e1e !important;
}

.btn-circle.btn-light.loading:not(.success), .btn-circle.btn-light.success:not(.success) {
  border-left-color: #dcd3d7;
}

.btn-circle.btn-dark {
  background-color: #ffffff;
  border: 3px solid #1e1e1e;
  color: #1e1e1e;
}

.btn-circle.btn-dark:active, .btn-circle.btn-dark:focus {
  background-color: #ffffff !important;
  color: #1e1e1e !important;
}

.btn-circle.btn-dark.loading:not(.success), .btn-circle.btn-dark.success:not(.success) {
  border-left-color: black;
}

.btn-circle.btn-green {
  background-color: #ffffff;
  border: 3px solid #1F8D61;
  color: #1e1e1e;
}

.btn-circle.btn-green:active, .btn-circle.btn-green:focus {
  background-color: #ffffff !important;
  color: #1e1e1e !important;
}

.btn-circle.btn-green.loading:not(.success), .btn-circle.btn-green.success:not(.success) {
  border-left-color: #145b3e;
}

.btn-circle.btn-blue {
  background-color: #ffffff;
  border: 3px solid #0E49B5;
  color: #1e1e1e;
}

.btn-circle.btn-blue:active, .btn-circle.btn-blue:focus {
  background-color: #ffffff !important;
  color: #1e1e1e !important;
}

.btn-circle.btn-blue.loading:not(.success), .btn-circle.btn-blue.success:not(.success) {
  border-left-color: #0a327c;
}

.btn-circle.btn-gray {
  background-color: #ffffff;
  border: 3px solid #9f9f9f;
  color: #1e1e1e;
}

.btn-circle.btn-gray:active, .btn-circle.btn-gray:focus {
  background-color: #ffffff !important;
  color: #1e1e1e !important;
}

.btn-circle.btn-gray.loading:not(.success), .btn-circle.btn-gray.success:not(.success) {
  border-left-color: gray;
}

.btn-circle.btn-gray-200 {
  background-color: #ffffff;
  border: 3px solid #e9e9e9;
  color: #1e1e1e;
}

.btn-circle.btn-gray-200:active, .btn-circle.btn-gray-200:focus {
  background-color: #ffffff !important;
  color: #1e1e1e !important;
}

.btn-circle.btn-gray-200.loading:not(.success), .btn-circle.btn-gray-200.success:not(.success) {
  border-left-color: #cacaca;
}

.btn-circle.btn-gray-300 {
  background-color: #ffffff;
  border: 3px solid #dee2e6;
  color: #1e1e1e;
}

.btn-circle.btn-gray-300:active, .btn-circle.btn-gray-300:focus {
  background-color: #ffffff !important;
  color: #1e1e1e !important;
}

.btn-circle.btn-gray-300.loading:not(.success), .btn-circle.btn-gray-300.success:not(.success) {
  border-left-color: #bbc3cc;
}

.btn-circle.btn-gray-400 {
  background-color: #ffffff;
  border: 3px solid #ced4da;
  color: #1e1e1e;
}

.btn-circle.btn-gray-400:active, .btn-circle.btn-gray-400:focus {
  background-color: #ffffff !important;
  color: #1e1e1e !important;
}

.btn-circle.btn-gray-400.loading:not(.success), .btn-circle.btn-gray-400.success:not(.success) {
  border-left-color: #abb5c0;
}

.btn-circle.btn-dark.loading:not(.success), .btn-circle.btn-dark.success:not(.success) {
  border-left-color: #5e5e5e;
}

@keyframes loadingRotate {
  0% {
    transform: rotate(-360deg);
  }
}

.btn-hover-white:hover {
  background-color: #ffffff !important;
}

.play-btn {
  display: inline-block;
  border: 5px solid #e9e9e9;
  background-color: #f7f5f6;
  width: 50px;
  height: 50px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}

.youtube-play-btn {
  display: inline-block;
  background-color: #FF0A16;
  width: 32px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  position: relative;
}

.youtube-play-btn::before {
  content: ' ';
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  width: 42px;
  height: 42px;
  z-index: -1;
}

.cocoen {
  box-sizing: border-box;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  user-select: none;
}

.cocoen * {
  box-sizing: inherit;
}

.cocoen *::after, .cocoen *::before {
  box-sizing: inherit;
}

.cocoen img,
.cocoen picture > img {
  max-width: none;
}

.cocoen > img,
.cocoen > picture > img {
  display: block;
  width: 100%;
}

.cocoen > div:first-child,
picture .cocoen > div {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
}

.cocoen-drag {
  background: var(--main);
  bottom: 0;
  cursor: ew-resize;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.625rem;
}

.cocoen-drag::before, .cocoen-drag::after {
  font-family: "Flaticon";
  background: var(--main);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 3rem;
  width: 1.5rem;
  line-height: 3rem;
  color: #ffffff;
  font-size: 0.5rem;
}

.cocoen-drag::before {
  content: "";
  left: -1.1875rem;
  border-bottom-left-radius: 3rem;
  border-top-left-radius: 3rem;
  padding-right: 0.25rem;
  text-align: right;
}

.cocoen-drag::after {
  content: "";
  left: 0.3125rem;
  border-bottom-right-radius: 3rem;
  border-top-right-radius: 3rem;
  padding-left: 0.25rem;
  text-align: left;
}

@media (max-width: 991.98px) {
  .cocoen-drag::before, .cocoen-drag::after {
    height: 2.25rem;
    width: 1.125rem;
    line-height: 2.25rem;
  }
  .cocoen-drag::before {
    left: -0.8125rem;
  }
}

/*
    Forms
   ------------------------
*/
label {
  color: #1e1e1e;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.01563rem;
}

label.error {
  width: 100%;
  order: 10;
  margin-bottom: 0;
  margin-top: 0.625rem;
  font-weight: 400;
  font-size: 0.75rem;
  color: #f90000;
  text-align: left;
}

.form-control.error {
  border-color: #f90000;
}

.form-control.error:active, .form-control.error:focus {
  border-color: #f90000;
}

.qty-container {
  width: 5.375rem;
  min-height: 2.5rem;
}

.qty-container .input-group-append {
  border: 1px solid #9f9f9f;
  flex-direction: column;
}

.qty-container .input-group-append .qty {
  height: 50%;
  line-height: 0.5rem;
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
  background-color: transparent;
  border: none;
  color: #9f9f9f;
}

.qty-container .input-group-append .qty .flaticon-play-button,
.qty-container .input-group-append .qty .flaticon-play-button-1 {
  display: inline-block;
  font-size: 0.5rem;
}

.qty-container .input-group-append .qty .flaticon-play-button::before,
.qty-container .input-group-append .qty .flaticon-play-button-1::before {
  font-size: 0.5rem;
}

.qty-container .input-group-append .qty .flaticon-play-button {
  transform: rotate(-90deg);
}

.qty-container .input-group-append .qty .flaticon-play-button-1 {
  transform: rotate(-90deg);
}

.qty-container .input-group-append .qty:hover {
  outline: none;
  color: #1e1e1e;
}

.qty-container .input-group-append .qty:focus, .qty-container .input-group-append .qty:active {
  outline: none;
}

.upload-avatar {
  position: relative;
  display: inline-block;
}

.upload-avatar .blur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: blur(1px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.upload-avatar .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.upload-avatar input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.select-box {
  padding: 20px;
  border: 1px solid #e9e9e9;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  .select-box {
    transition: none;
  }
}

.select-box .recommended {
  background-color: var(--main);
  position: absolute;
  bottom: 20px;
  right: 60px;
  text-align: center;
  width: 100%;
  transform-origin: center;
  transform: translateX(50%) rotate(-45deg);
  padding: 7px 10px;
}

input[type="radio"]:checked + .select-box {
  border-color: var(--main);
}

/*
* ===================================================
*     Filter checkbox
* ===================================================
*/
.filter-checkbox label:hover span,
.filter-checkbox label:hover i {
  color: var(--main) !important;
}

.filter-checkbox {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}

.filter-checkbox label {
  cursor: pointer;
  margin-bottom: 0;
}

.filter-checkbox label span,
.filter-checkbox label i {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .filter-checkbox label span,
  .filter-checkbox label i {
    transition: none;
  }
}

.filter-checkbox:hover span, .filter-checkbox:hover i {
  color: var(--main) !important;
}

.filter-checkbox .custom-control-input:checked ~ label .custom-control-label::before {
  color: #ffffff;
  border-color: var(--main);
  background-color: var(--main);
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
}

.filter-checkbox .custom-control-input:focus ~ label .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(172, 156, 127, 0.25);
}

.filter-checkbox .custom-control-input:focus:not(:checked) ~ label .custom-control-label::before {
  border-color: var(--main);
}

.filter-checkbox .custom-control-input:not(:disabled):active ~ label .custom-control-label::before {
  color: #ffffff;
  background-color: #f2f0eb;
  border-color: #f2f0eb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.filter-checkbox .custom-control-input:disabled ~ label .custom-control-label {
  color: #686868;
}

.filter-checkbox .custom-control-input:disabled ~ label .custom-control-label::before {
  background-color: #f7f5f6;
}

.filter-checkbox .custom-control-label::before {
  top: -0.4375rem;
  left: auto;
  right: -0.4375rem;
  border-radius: 1.5625rem;
  display: block;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  visibility: hidden;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .filter-checkbox .custom-control-label::before {
    transition: none;
  }
}

.filter-checkbox .custom-control-label::after {
  top: -0.4375rem;
  left: auto;
  right: -0.4375rem;
  border-radius: 1.5625rem;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  visibility: hidden;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .filter-checkbox .custom-control-label::after {
    transition: none;
  }
}

.filter-checkbox .custom-control-input:checked ~ label .custom-control-label::before {
  visibility: visible !important;
  opacity: 1 !important;
}

.filter-checkbox .custom-control-input:checked ~ label .custom-control-label::after {
  background-image: none;
  font-family: Flaticon;
  content: "\f10b";
  color: white;
  font-size: .5rem;
  line-height: 1.125rem;
  visibility: visible !important;
  opacity: 1 !important;
}

.filter-checkbox .custom-control-input:indeterminate ~ label .custom-control-label::before {
  border-color: var(--main);
  background-color: var(--main);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.filter-checkbox .custom-control-input:indeterminate ~ label .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'><path stroke='#ffffff' d='M0 2h4'/></svg>");
}

.filter-checkbox .custom-control-input:disabled:checked ~ label .custom-control-label::before {
  background-color: rgba(172, 156, 127, 0.5);
}

.filter-checkbox .custom-control-input:disabled:indeterminate ~ label .custom-control-label::before {
  background-color: rgba(172, 156, 127, 0.5);
}

.filter-checkbox .color-filter {
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
}

.page-link {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  margin-left: 0.375rem;
  font-size: 0.75rem;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}

.page-link [class^="flaticon-"], .page-link [class*=" flaticon-"],
.page-link [class^="flaticon-"], .page-link [class*=" flaticon-"] {
  font-size: 0.75rem;
}

.page-link [class^="flaticon-"]:before, .page-link [class*=" flaticon-"]:before,
.page-link [class^="flaticon-"]:after, .page-link [class*=" flaticon-"]:after {
  font-size: 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.page-item .prev, .page-item .next {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  color: #ffffff;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.1875rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.6875rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*
    Typography
   ------------------------
*/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  letter-spacing: 0.03125rem;
}

h1, .h1 {
  line-height: 2.375rem;
}

h2, .h2 {
  line-height: 2.125rem;
}

h3, .h3 {
  line-height: 1.75rem;
}

h4, .h4 {
  line-height: 1.625rem;
}

h5, .h5 {
  line-height: 1.375rem;
}

h6, .h6 {
  line-height: 1.125rem;
}

.lead {
  letter-spacing: 0.01875rem;
}

p, a {
  letter-spacing: 0.01563rem;
}

.small {
  font-size: 0.75rem;
}

.font-size-display1 {
  font-size: 6.25rem;
  line-height: 6.25rem;
}

.font-size-display2 {
  font-size: 3.75rem;
  line-height: 4.6875rem;
}

.font-size-display3 {
  font-size: 3.125rem;
  line-height: 4.0625rem;
}

.font-size-display4 {
  font-size: 2.5rem;
  line-height: 3.4375rem;
}

.font-size-h1 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}

.font-size-h2 {
  font-size: 1.625rem;
  line-height: 2.125rem;
}

.font-size-h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
}

.font-size-h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-size-h5 {
  font-size: 1rem;
  line-height: 1.625rem;
}

.font-size-h6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media (min-width: 576px) {
  .font-size-sm-display1 {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }
  .font-size-sm-display2 {
    font-size: 3.75rem;
    line-height: 4.6875rem;
  }
  .font-size-sm-display3 {
    font-size: 3.125rem;
    line-height: 4.0625rem;
  }
  .font-size-sm-display4 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
  .font-size-sm-h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  .font-size-sm-h2 {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
  .font-size-sm-h3 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
  .font-size-sm-h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .font-size-sm-h5 {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .font-size-sm-h6 {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .font-size-md-display1 {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }
  .font-size-md-display2 {
    font-size: 3.75rem;
    line-height: 4.6875rem;
  }
  .font-size-md-display3 {
    font-size: 3.125rem;
    line-height: 4.0625rem;
  }
  .font-size-md-display4 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
  .font-size-md-h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  .font-size-md-h2 {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
  .font-size-md-h3 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
  .font-size-md-h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .font-size-md-h5 {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .font-size-md-h6 {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 992px) {
  .font-size-lg-display1 {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }
  .font-size-lg-display2 {
    font-size: 3.75rem;
    line-height: 4.6875rem;
  }
  .font-size-lg-display3 {
    font-size: 3.125rem;
    line-height: 4.0625rem;
  }
  .font-size-lg-display4 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
  .font-size-lg-h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  .font-size-lg-h2 {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
  .font-size-lg-h3 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
  .font-size-lg-h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .font-size-lg-h5 {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .font-size-lg-h6 {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .font-size-xl-display1 {
    font-size: 6.25rem;
    line-height: 6.25rem;
  }
  .font-size-xl-display2 {
    font-size: 3.75rem;
    line-height: 4.6875rem;
  }
  .font-size-xl-display3 {
    font-size: 3.125rem;
    line-height: 4.0625rem;
  }
  .font-size-xl-display4 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
  }
  .font-size-xl-h1 {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
  .font-size-xl-h2 {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
  .font-size-xl-h3 {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
  .font-size-xl-h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .font-size-xl-h5 {
    font-size: 1rem;
    line-height: 1.625rem;
  }
  .font-size-xl-h6 {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

hr.border-white {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.line-height-18 {
  line-height: 1.125rem;
}

.sep-line {
  margin-right: 0 !important;
}

.sep-line:not(:first-child) {
  line-height: .875rem;
  padding-left: 1.5rem;
  margin-left: 1.25rem;
  border-left: 1px solid #ffffff;
}

.sep-line:not(:first-child).line-primary {
  border-left: 1px solid var(--main);
}

.sep-line:not(:first-child).line-secondary {
  border-left: 1px solid #686868;
}

.sep-line:not(:first-child).line-success {
  border-left: 1px solid #87de7d;
}

.sep-line:not(:first-child).line-info {
  border-left: 1px solid #2bb4dd;
}

.sep-line:not(:first-child).line-warning {
  border-left: 1px solid #ddb32b;
}

.sep-line:not(:first-child).line-danger {
  border-left: 1px solid #f90000;
}

.sep-line:not(:first-child).line-light {
  border-left: 1px solid #f7f5f6;
}

.sep-line:not(:first-child).line-dark {
  border-left: 1px solid #1e1e1e;
}

.sep-line:not(:first-child).line-green {
  border-left: 1px solid #1F8D61;
}

.sep-line:not(:first-child).line-blue {
  border-left: 1px solid #0E49B5;
}

.sep-line:not(:first-child).line-gray {
  border-left: 1px solid #9f9f9f;
}

.sep-line:not(:first-child).line-gray-200 {
  border-left: 1px solid #e9e9e9;
}

.sep-line:not(:first-child).line-gray-300 {
  border-left: 1px solid #dee2e6;
}

.sep-line:not(:first-child).line-gray-400 {
  border-left: 1px solid #ced4da;
}

.sep-line.sep-lg:not(:first-child) {
  padding-left: 2.5rem;
  margin-left: 2.25rem;
}

.link-underline-primary li a {
  position: relative;
}

.link-underline-primary li a::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--main);
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .link-underline-primary li a::after {
    transition: none;
  }
}

.link-underline-primary li a:hover::after {
  width: 100%;
}

.link-underline-secondary li a {
  position: relative;
}

.link-underline-secondary li a::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #686868;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .link-underline-secondary li a::after {
    transition: none;
  }
}

.link-underline-secondary li a:hover::after {
  width: 100%;
}

.link-underline-success li a {
  position: relative;
}

.link-underline-success li a::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #87de7d;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .link-underline-success li a::after {
    transition: none;
  }
}

.link-underline-success li a:hover::after {
  width: 100%;
}

.link-underline-info li a {
  position: relative;
}

.link-underline-info li a::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #2bb4dd;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .link-underline-info li a::after {
    transition: none;
  }
}

.link-underline-info li a:hover::after {
  width: 100%;
}

.link-underline-warning li a {
  position: relative;
}

.link-underline-warning li a::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ddb32b;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .link-underline-warning li a::after {
    transition: none;
  }
}

.link-underline-warning li a:hover::after {
  width: 100%;
}

.link-underline-danger li a {
  position: relative;
}

.link-underline-danger li a::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f90000;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .link-underline-danger li a::after {
    transition: none;
  }
}

.link-underline-danger li a:hover::after {
  width: 100%;
}

.link-underline-light li a {
  position: relative;
}

.link-underline-light li a::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7f5f6;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .link-underline-light li a::after {
    transition: none;
  }
}

.link-underline-light li a:hover::after {
  width: 100%;
}

.link-underline-dark li a {
  position: relative;
}

.link-underline-dark li a::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1e1e1e;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .link-underline-dark li a::after {
    transition: none;
  }
}

.link-underline-dark li a:hover::after {
  width: 100%;
}

.link-underline-green li a {
  position: relative;
}

.link-underline-green li a::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1F8D61;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .link-underline-green li a::after {
    transition: none;
  }
}

.link-underline-green li a:hover::after {
  width: 100%;
}

.link-underline-blue li a {
  position: relative;
}

.link-underline-blue li a::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0E49B5;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .link-underline-blue li a::after {
    transition: none;
  }
}

.link-underline-blue li a:hover::after {
  width: 100%;
}

.link-underline-gray li a {
  position: relative;
}

.link-underline-gray li a::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #9f9f9f;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .link-underline-gray li a::after {
    transition: none;
  }
}

.link-underline-gray li a:hover::after {
  width: 100%;
}

.link-underline-gray-200 li a {
  position: relative;
}

.link-underline-gray-200 li a::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e9e9e9;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .link-underline-gray-200 li a::after {
    transition: none;
  }
}

.link-underline-gray-200 li a:hover::after {
  width: 100%;
}

.link-underline-gray-300 li a {
  position: relative;
}

.link-underline-gray-300 li a::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #dee2e6;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .link-underline-gray-300 li a::after {
    transition: none;
  }
}

.link-underline-gray-300 li a:hover::after {
  width: 100%;
}

.link-underline-gray-400 li a {
  position: relative;
}

.link-underline-gray-400 li a::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ced4da;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .link-underline-gray-400 li a::after {
    transition: none;
  }
}

.link-underline-gray-400 li a:hover::after {
  width: 100%;
}

.font-family-unna {
  font-family: 'Unna', serif;
}

.text-hover-underline-primary {
  position: relative;
}

.text-hover-underline-primary::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--main);
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-underline-primary::after {
    transition: none;
  }
}

.text-hover-underline-primary:hover::after {
  width: 100%;
}

.text-hover-underline-secondary {
  position: relative;
}

.text-hover-underline-secondary::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #686868;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-underline-secondary::after {
    transition: none;
  }
}

.text-hover-underline-secondary:hover::after {
  width: 100%;
}

.text-hover-underline-success {
  position: relative;
}

.text-hover-underline-success::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #87de7d;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-underline-success::after {
    transition: none;
  }
}

.text-hover-underline-success:hover::after {
  width: 100%;
}

.text-hover-underline-info {
  position: relative;
}

.text-hover-underline-info::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #2bb4dd;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-underline-info::after {
    transition: none;
  }
}

.text-hover-underline-info:hover::after {
  width: 100%;
}

.text-hover-underline-warning {
  position: relative;
}

.text-hover-underline-warning::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ddb32b;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-underline-warning::after {
    transition: none;
  }
}

.text-hover-underline-warning:hover::after {
  width: 100%;
}

.text-hover-underline-danger {
  position: relative;
}

.text-hover-underline-danger::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f90000;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-underline-danger::after {
    transition: none;
  }
}

.text-hover-underline-danger:hover::after {
  width: 100%;
}

.text-hover-underline-light {
  position: relative;
}

.text-hover-underline-light::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f7f5f6;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-underline-light::after {
    transition: none;
  }
}

.text-hover-underline-light:hover::after {
  width: 100%;
}

.text-hover-underline-dark {
  position: relative;
}

.text-hover-underline-dark::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1e1e1e;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-underline-dark::after {
    transition: none;
  }
}

.text-hover-underline-dark:hover::after {
  width: 100%;
}

.text-hover-underline-green {
  position: relative;
}

.text-hover-underline-green::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #1F8D61;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-underline-green::after {
    transition: none;
  }
}

.text-hover-underline-green:hover::after {
  width: 100%;
}

.text-hover-underline-blue {
  position: relative;
}

.text-hover-underline-blue::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0E49B5;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-underline-blue::after {
    transition: none;
  }
}

.text-hover-underline-blue:hover::after {
  width: 100%;
}

.text-hover-underline-gray {
  position: relative;
}

.text-hover-underline-gray::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #9f9f9f;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-underline-gray::after {
    transition: none;
  }
}

.text-hover-underline-gray:hover::after {
  width: 100%;
}

.text-hover-underline-gray-200 {
  position: relative;
}

.text-hover-underline-gray-200::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #e9e9e9;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-underline-gray-200::after {
    transition: none;
  }
}

.text-hover-underline-gray-200:hover::after {
  width: 100%;
}

.text-hover-underline-gray-300 {
  position: relative;
}

.text-hover-underline-gray-300::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #dee2e6;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-underline-gray-300::after {
    transition: none;
  }
}

.text-hover-underline-gray-300:hover::after {
  width: 100%;
}

.text-hover-underline-gray-400 {
  position: relative;
}

.text-hover-underline-gray-400::after {
  content: ' ';
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ced4da;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .text-hover-underline-gray-400::after {
    transition: none;
  }
}

.text-hover-underline-gray-400:hover::after {
  width: 100%;
}

/*--------------------------
 Rate and rating stars -----
--------------------------*/
.rate-star label,
.rating label {
  margin-right: 0.375rem;
  color: #e9e9e9;
  margin-bottom: 0;
}

.rate-star label i::before,
.rating label i::before {
  font-size: 1.25rem;
}

.rating label {
  color: #9f9f9f;
}

.rating label:last-child {
  margin-right: 0;
}

.rate-star {
  display: inline-flex;
  flex-direction: row-reverse;
}

.rate-star:not(:checked) > input {
  display: none;
}

.rate-star:not(:checked) > label {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .rate-star:not(:checked) > label {
    transition: none;
  }
}

.rate-star > input:checked ~ label {
  color: var(--main);
}

.rate-star:not(:checked) > label:hover,
.rate-star:not(:checked) > label:hover ~ label {
  color: #9f9f9f;
}

.rate-star > input:checked + label:hover,
.rate-star > input:checked + label:hover ~ label,
.rate-star > input:checked ~ label:hover,
.rate-star > input:checked ~ label:hover ~ label,
.rate-star > label:hover ~ input:checked ~ label {
  color: var(--main);
}

/*
* ===================================================
*     Modal Dialog Vertical
* ===================================================
*/
.modal-dialog-vertical {
  max-height: 100vh;
  height: 100vh;
  max-width: 29.375rem;
  margin: 0;
}

.modal-dialog-vertical.modal-lg {
  max-width: 50% !important;
}

@media (max-width: 991.98px) {
  .modal-dialog-vertical.modal-lg {
    max-width: 100% !important;
  }
}

.modal-dialog-vertical .modal-content {
  max-height: 100vh;
  height: 100vh;
}

.below-header {
  margin-top: calc(4.5625rem + 1px) !important;
  z-index: 1000;
}

.below-header .modal-dialog-vertical {
  max-height: calc(100vh - (4.5625rem + 1px)) !important;
  height: calc(100vh - (4.5625rem + 1px)) !important;
}

.below-header .modal-dialog-vertical .modal-content {
  max-height: calc(100vh - (4.5625rem + 1px)) !important;
  height: calc(100vh - (4.5625rem + 1px)) !important;
}

.modal-opacity-0 .modal-backdrop {
  margin-top: calc(4.5625rem + 1px) !important;
}

.modal-opacity-0 .modal-backdrop.show {
  opacity: 0 !important;
  z-index: 999;
}

.modal.fade .modal-dialog-vertical {
  transform: translateX(-100%);
}

.modal.show .modal-dialog-vertical {
  transform: translateX(0);
}

.modal.fixed-right {
  padding-right: 0 !important;
}

.modal.fixed-right .modal-dialog-vertical {
  margin-left: auto;
}

.modal.fixed-right.fade .modal-dialog-vertical {
  transform: translateX(100%);
}

.modal.fixed-right.show .modal-dialog-vertical {
  transform: translateX(0);
}

@media (max-width: 575.98px) {
  .modal-fullscreen {
    padding: 0 !important;
  }
  .modal-fullscreen .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-sm {
    padding: 0 !important;
  }
  .modal-fullscreen-sm .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 991.98px) {
  .modal-fullscreen-md {
    padding: 0 !important;
  }
  .modal-fullscreen-md .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md .modal-body {
    overflow-y: auto;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-lg {
    padding: 0 !important;
  }
  .modal-fullscreen-lg .modal-dialog {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg .modal-body {
    overflow-y: auto;
  }
}

.modal-fullscreen-xl {
  padding: 0 !important;
}

.modal-fullscreen-xl .modal-dialog {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen-xl .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen-xl .modal-body {
  overflow-y: auto;
}

/*--------------------------
 Functions -----------------
--------------------------*/
/*----------------------------------
 General style ---------------------
----------------------------------*/
.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-pagination .swiper-pagination-bullet {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  width: 11px;
  height: 8px;
  border-radius: 10px;
}

@media (prefers-reduced-motion: reduce) {
  .swiper-pagination .swiper-pagination-bullet {
    transition: none;
  }
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--main);
  width: 26px;
}

.swiper-pagination.bullet-green .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1F8D61;
}

.swiper-pagination.bullet-blue .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0E49B5;
}

.swiper-tech .swiper-pagination {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  bottom: auto;
  width: auto;
}

.swiper-tech .swiper-pagination .swiper-pagination-bullet {
  margin: 3px 0;
  width: 12px;
  height: 12px;
}

.swiper-tech .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 23px;
}

/*----------------------------------
 home swiper ---------------------
----------------------------------*/
.home-slider .swiper-slide {
  overflow: hidden;
}

.home-slider .home-slider-inner {
  min-height: calc(100vh - 4.5625rem);
}

.home-slider .bg-cover {
  min-height: calc(100vh - 4.5625rem);
}

@media (min-width: 992px) {
  .home-slider .slide-border::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 2.5rem;
    width: 1px;
    height: 0;
    background-color: #e9e9e9;
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .home-slider .slide-border::after {
    transition: none;
  }
}

@media (min-width: 992px) {
  .home-slider .swiper-slide-active .slide-border.active::after {
    height: calc(100% - 4.5625rem);
  }
}

.home-slider .pagination-container {
  position: absolute;
  bottom: -4rem;
  width: 100%;
  transition: bottom 0.5s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .home-slider .pagination-container {
    transition: none;
  }
}

.home-slider .swiper-pagination {
  width: auto !important;
  bottom: 0;
}

.home-slider .pagination-dots {
  font-size: 0;
  display: flex;
  align-items: flex-end;
  height: 2.125rem;
}

.home-slider .pagination-dots .swiper-pagination-bullet {
  width: 0.6875rem;
  height: 1.375rem;
  border-radius: 0;
  margin-right: 0.5rem;
  opacity: .15;
  background: #1e1e1e;
  outline: none;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .home-slider .pagination-dots .swiper-pagination-bullet {
    transition: none;
  }
}

.home-slider .pagination-dots .swiper-pagination-bullet-active {
  background: #1e1e1e;
  height: 2.125rem;
  opacity: 1;
}

@media (max-width: 991.98px) {
  .home-slider .pagination-dots .swiper-pagination-bullet,
  .home-slider .pagination-dots .swiper-pagination-active {
    background: #ffffff;
  }
}

.home-slider .pagination-numbers {
  font-size: 3.125rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  font-weight: 300;
  right: 1.875rem;
  width: 3.125rem !important;
}

.home-slider .pagination-numbers .swiper-pagination-bullet {
  position: absolute;
  top: 0;
  right: 0.3125rem;
  transform: translate3d(0, -100%, 0);
  width: auto;
  height: auto;
  border-radius: 0;
  color: #1e1e1e;
  visibility: hidden;
  opacity: 0;
  background-color: transparent;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  cursor: default;
}

@media (prefers-reduced-motion: reduce) {
  .home-slider .pagination-numbers .swiper-pagination-bullet {
    transition: none;
  }
}

.home-slider .pagination-numbers .swiper-pagination-bullet-active {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (max-width: 991.98px) {
  .home-slider .pagination-numbers .swiper-pagination-bullet {
    color: #ffffff;
  }
}

.home-slider-2 .home-slider-inner {
  min-height: 100vh;
}

.home-slider-2 .swiper-slide {
  position: relative;
}

.home-slider-2 .swiper-slide::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.home-slider-2 .arrow-icons {
  position: absolute;
  bottom: 3.75rem;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
}

.home-slider-2 .swiper-prev-icon,
.home-slider-2 .swiper-next-icon {
  cursor: pointer;
  outline: none;
}

.home-slider-2 .swiper-prev-icon::before,
.home-slider-2 .swiper-next-icon::before {
  font-size: 1.375rem;
}

.home-slider-2 .swiper-button-disabled {
  opacity: 0.3;
}

/*----------------------------------
 luxury swiper ---------------------
----------------------------------*/
@media (min-width: 992px) {
  .luxury-swiper .swiper-slide:nth-child(1n) {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .luxury-swiper .swiper-slide:nth-child(3n+2) {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .luxury-swiper .swiper-slide:nth-child(3n) {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .swiper-row .luxury-swiper .swiper-slide:first-child {
    margin-left: -0.9375rem;
  }
  .swiper-row .luxury-swiper .swiper-slide:last-child {
    margin-right: -0.9375rem;
  }
  .luxury-swiper .swiper-slide {
    flex: 0 0 65%;
    max-width: 65%;
  }
}

/*----------------------------------
 service swiper --------------------
----------------------------------*/
@media (min-width: 992px) {
  .service-swiper .swiper-slide {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .swiper-row {
    margin-left: 0;
    margin-right: 0;
  }
  .service-swiper .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*----------------------------------
 products swiper --------------------
----------------------------------*/
@media (min-width: 992px) {
  .product-swiper .swiper-slide {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .swiper-row {
    margin-left: 0;
    margin-right: 0;
  }
  .product-swiper .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .quote-swiper .swiper-slide {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .swiper-row {
    margin-left: 0;
    margin-right: 0;
  }
  .quote-swiper .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*----------------------------------
 gallery swiper --------------------
----------------------------------*/
@media (min-width: 992px) {
  .gallery-swiper .swiper-slide {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (max-width: 991.98px) {
  .swiper-row {
    margin-left: 0;
    margin-right: 0;
  }
  .gallery-swiper .swiper-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*----------------------------------
 Progress swiper -------------------
----------------------------------*/
.progress-swiper .swiper-pagination-progressbar,
.progress-swiper-related-products .swiper-pagination-progressbar {
  position: relative;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
}

.progress-swiper .swiper-pagination-progressbar-fill,
.progress-swiper-related-products .swiper-pagination-progressbar-fill {
  background: var(--main);
}

.progress-swiper .swiper-button-next,
.progress-swiper .swiper-button-prev,
.progress-swiper-related-products .swiper-button-next,
.progress-swiper-related-products .swiper-button-prev {
  color: #9f9f9f;
  width: auto;
}

.progress-swiper .swiper-button-next:hover,
.progress-swiper .swiper-button-prev:hover,
.progress-swiper-related-products .swiper-button-next:hover,
.progress-swiper-related-products .swiper-button-prev:hover {
  color: var(--main);
}

.progress-swiper .swiper-button-next::after,
.progress-swiper .swiper-button-prev::after,
.progress-swiper-related-products .swiper-button-next::after,
.progress-swiper-related-products .swiper-button-prev::after {
  font-family: Flaticon;
  font-size: 0.875rem;
  font-variant: initial;
}

.progress-swiper .swiper-button-next,
.progress-swiper-related-products .swiper-button-next {
  right: 0;
  left: auto;
}

.progress-swiper .swiper-button-next::after,
.progress-swiper-related-products .swiper-button-next::after {
  content: "\f129";
}

.progress-swiper .swiper-button-prev,
.progress-swiper-related-products .swiper-button-prev {
  left: auto;
  right: calc(0.875rem + 0.625rem);
}

.progress-swiper .swiper-button-prev::after,
.progress-swiper-related-products .swiper-button-prev::after {
  content: "\f12a";
}

.progress-swiper .swiper-button-disabled,
.progress-swiper-related-products .swiper-button-disabled {
  color: #e9e9e9;
  opacity: 1;
}

@media (min-width: 992px) {
  .swiper-slide-next .quote {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .swiper-slide-next .quote {
    transition: none;
  }
}

@media (min-width: 992px) {
  .swiper-slide:not(.swiper-slide-next) .quote {
    opacity: 0.5;
  }
}

@media (max-width: 991.98px) {
  .swiper-slide-active .quote {
    transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .swiper-slide-active .quote {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .swiper-slide:not(.swiper-slide-active) .quote {
    opacity: 0.5;
  }
}

.quote-swiper {
  background-image: url("../../assets/img/quote-pattern.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.quickview {
  width: 70%;
  float: right;
}

.quickview-thumbs {
  width: 30%;
  float: left;
  padding-right: 15px;
}

.quickview-thumbs .swiper-slide {
  border: 1px solid transparent;
  width: 100% !important;
  margin: 0 1px;
  margin-bottom: 11px;
  padding: 1px;
  cursor: pointer;
}

.quickview-thumbs .swiper-slide:last-child {
  margin-bottom: 0;
}

.quickview-thumbs .swiper-slide-thumb-active {
  border-color: var(--main);
}

.product-details-thumbs .swiper-slide {
  border: 2px solid transparent;
  cursor: pointer;
}

.product-details-thumbs .swiper-slide-thumb-active {
  border-color: var(--main);
}

.swiper-tech {
  min-height: 350px;
}

.swiper-tech.swiper-container {
  width: 100%;
}

.swiper-tech.swiper-container .swiper-slide {
  width: 100%;
  min-height: 350px;
}

.noUi-target {
  border-radius: 0;
  background: #f7f5f6;
  border: none;
  box-shadow: none;
}

.noUi-connects {
  border-radius: 0;
}

.noUi-connects .noUi-connect {
  background: var(--main);
}

.noUi-handle {
  border: none;
  border-radius: 0;
  background: #1e1e1e;
  box-shadow: none !important;
}

.noUi-handle::after, .noUi-handle::before {
  display: none;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-horizontal .noUi-handle {
  width: 14px;
  height: 14px;
  right: -14px;
  top: -4px;
}

[data-aos^=lazy-image-left]::after {
  transition: all 1.3s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  [data-aos^=lazy-image-left]::after {
    transition: none;
  }
}

[data-aos^=lazy-image-left].aos-animate::after {
  width: 0;
}

[data-aos^=lazy-image-right]::after {
  transition: all 1.3s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  [data-aos^=lazy-image-right]::after {
    transition: none;
  }
}

[data-aos^=lazy-image-right].aos-animate::after {
  width: 0;
}

[data-aos^=lazy-image-up]::after {
  transition: all 1.3s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  [data-aos^=lazy-image-up]::after {
    transition: none;
  }
}

[data-aos^=lazy-image-up].aos-animate::after {
  height: 0;
}

[data-aos^=lazy-image-down]::after {
  transition: all 1.3s cubic-bezier(0.6, 0.05, 0.01, 0.99);
  content: ' ';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

@media (prefers-reduced-motion: reduce) {
  [data-aos^=lazy-image-down]::after {
    transition: none;
  }
}

[data-aos^=lazy-image-down].aos-animate::after {
  height: 0%;
}

[data-aos-bg^=primary]::after {
  background-color: var(--main);
}

[data-aos-bg^=secondary]::after {
  background-color: #686868;
}

[data-aos-bg^=success]::after {
  background-color: #87de7d;
}

[data-aos-bg^=info]::after {
  background-color: #2bb4dd;
}

[data-aos-bg^=warning]::after {
  background-color: #ddb32b;
}

[data-aos-bg^=danger]::after {
  background-color: #f90000;
}

[data-aos-bg^=light]::after {
  background-color: #f7f5f6;
}

[data-aos-bg^=dark]::after {
  background-color: #1e1e1e;
}

[data-aos-bg^=green]::after {
  background-color: #1F8D61;
}

[data-aos-bg^=blue]::after {
  background-color: #0E49B5;
}

[data-aos-bg^=gray]::after {
  background-color: #9f9f9f;
}

[data-aos-bg^=gray-200]::after {
  background-color: #e9e9e9;
}

[data-aos-bg^=gray-300]::after {
  background-color: #dee2e6;
}

[data-aos-bg^=gray-400]::after {
  background-color: #ced4da;
}

[data-aos=fade-up] {
  transform: translate3d(0, 50px, 0);
}

.cart-icon {
  position: relative;
  display: inline-block;
}

.cart-icon img {
  position: absolute;
  width: 1.25rem;
}

.cart-icon.shopping-cart img {
  right: 1.5rem;
  bottom: -0.3125rem;
}

.cart-icon.wishlist-cart img {
  left: 50%;
  top: 50%;
  margin-left: -0.625rem;
}

.cart-icon [class^="flaticon-"]:before,
.cart-icon [class*="flaticon-"]:before {
  font-size: 5rem;
}

.cart-icon .sad-line {
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .cart-icon .sad-line {
    transition: none;
  }
}

.cart-icon .happy-line {
  transform: rotate(180deg);
}

/*
    Documentation
   ------------------------
*/
.sidebar-sticky {
  max-height: calc(100vh - (4.5625rem * 2));
  position: relative;
  width: 100%;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}

.sidebar-sticky .sidebar-heading {
  margin-bottom: 1rem;
}

.sidebar-sticky .nav {
  margin-bottom: 1.5rem;
}

.sidebar-sticky .nav-link {
  font-weight: 500;
  padding: 0.375rem 0;
  color: #686868;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .sidebar-sticky .nav-link {
    transition: none;
  }
}

.sidebar-sticky .nav-link:hover, .sidebar-sticky .nav-link:active, .sidebar-sticky .nav-link:focus {
  color: var(--main);
}

.sidebar-sticky .nav-link.active {
  color: var(--main);
}

@media (min-width: 768px) {
  .sidebar {
    min-height: calc(100vh - 5.5625rem);
    z-index: 1000;
    /* Behind the navbar */
    border-right: 2px solid #e9e9e9;
  }
  .sidebar-sticky {
    max-height: calc(100vh - (4.5625rem + 1px)) !important;
    padding: 2.1875rem 1.875rem;
    overflow-x: hidden;
    overflow-y: hidden;
    /* Scrollable contents if viewport is shorter than content. */
  }
  .sidebar-sticky:hover {
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
  }
  .sidebar-sticky .nav:last-child {
    margin-bottom: 0;
  }
}

/*
* Content main area of documentation
*/
#main {
  padding: 3.125rem 1.8125rem;
}

@media (min-width: 768px) {
  #main {
    padding: 2.1875rem 5rem;
  }
}

.file-structure {
  position: relative;
}

.file-structure:before {
  content: ' ';
  width: 1px;
  height: calc(100% - 1.875rem);
  background-color: #e9e9e9;
  position: absolute;
  left: 0.625rem;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}

.file-structure li {
  margin-bottom: 0.9375rem;
}

.file-structure li ul {
  position: relative;
  list-style-type: none;
  padding: 0 0 0 1.875rem;
  margin: 0.9375rem 0;
}

.file-structure li ul:before {
  content: ' ';
  width: 1px;
  height: calc(100% - 1.875rem);
  background-color: #e9e9e9;
  position: absolute;
  left: 2.5rem;
  top: 50%;
  z-index: -1;
  transform: translateY(-50%);
}

.product-icons {
  position: relative;
  min-height: 568px;
}

.product-icons .icon-1,
.product-icons .icon-2,
.product-icons .icon-3,
.product-icons .icon-4,
.product-icons .icon-5,
.product-icons .icon-6,
.product-icons .icon-7,
.product-icons .icon-8 {
  border: 4px solid #dee2e6;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
}

.product-icons .icon-1 {
  width: 112px;
  height: 112px;
  top: 6%;
  left: 3%;
  margin-left: -56px;
  padding: 9px;
}

.product-icons .icon-2 {
  width: 88px;
  height: 88px;
  top: 12%;
  left: 45%;
  margin-left: -44px;
}

.product-icons .icon-3 {
  width: 88px;
  height: 88px;
  top: 3%;
  right: 10%;
  padding: 9px;
}

.product-icons .icon-4 {
  width: 134px;
  height: 134px;
  top: 50%;
  left: 0%;
  margin-left: -66px;
  padding: 9px;
}

.product-icons .icon-5 {
  width: 88px;
  height: 88px;
  top: 38%;
  left: 30%;
  margin-left: -44px;
}

.product-icons .icon-6 {
  width: 112px;
  height: 112px;
  top: 34%;
  left: 60%;
  margin-left: -56px;
  padding: 9px;
}

.product-icons .icon-7 {
  width: 112px;
  height: 112px;
  top: 60%;
  right: 5%;
  padding: 9px;
}

.product-icons .icon-8 {
  width: 88px;
  height: 88px;
  top: 70%;
  left: 40%;
  margin-left: -44px;
}

.product-icons .inner-icon-1,
.product-icons .inner-icon-2,
.product-icons .inner-icon-3,
.product-icons .inner-icon-4,
.product-icons .inner-icon-5,
.product-icons .inner-icon-6,
.product-icons .inner-icon-7,
.product-icons .inner-icon-8 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: inline-block;
}

.product-icons .inner-icon-1 {
  line-height: 106px;
}

.product-icons .inner-icon-2 {
  line-height: 94px;
}

.product-icons .inner-icon-3 {
  line-height: 75px;
}

.product-icons .inner-icon-4 {
  line-height: 126px;
}

.product-icons .inner-icon-5 {
  line-height: 92px;
}

.product-icons .inner-icon-6 {
  line-height: 104px;
}

.product-icons .inner-icon-7 {
  line-height: 108px;
}

.product-icons .inner-icon-8 {
  line-height: 90px;
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .product-icons {
    min-height: 468px;
  }
  .product-icons .icon-1 {
    left: 16%;
  }
  .product-icons .icon-2 {
    left: 55%;
  }
  .product-icons .icon-3 {
    right: 5%;
  }
  .product-icons .icon-4 {
    left: 14%;
    top: 62%;
  }
  .product-icons .icon-5 {
    left: 35%;
  }
  .product-icons .icon-6 {
    left: 72%;
    top: 37%;
  }
  .product-icons .icon-7 {
    right: 7%;
    top: 70%;
  }
  .product-icons .icon-8 {
    left: 50%;
    top: 75%;
  }
}

@media (max-width: 767.98px) {
  .product-icons {
    min-height: 485px;
  }
  .product-icons .icon-1 {
    left: 16%;
  }
  .product-icons .icon-2 {
    left: 50%;
    top: 25%;
  }
  .product-icons .icon-3 {
    right: 5%;
  }
  .product-icons .icon-4 {
    left: 20%;
    top: 70%;
  }
  .product-icons .icon-5 {
    left: 15%;
  }
  .product-icons .icon-6 {
    left: 55%;
    top: 50%;
  }
  .product-icons .icon-7 {
    right: 5%;
    top: 75%;
  }
  .product-icons .icon-8 {
    left: 85%;
    top: 35%;
  }
}

.tech-cat {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.tech-cat::before {
  content: ' ';
  position: absolute;
  width: 100px;
  height: 0;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
  background-color: #0E49B5;
  transform-origin: left;
  transform: rotate(45deg) translateX(-50%);
  bottom: 0;
  left: 0;
}

@media (prefers-reduced-motion: reduce) {
  .tech-cat::before {
    transition: none;
  }
}

.tech-cat .tech-cat-icon {
  display: inline-block;
  transition: all 0.3s cubic-bezier(0, 1, 1, 1);
}

@media (prefers-reduced-motion: reduce) {
  .tech-cat .tech-cat-icon {
    transition: none;
  }
}

.tech-cat .tech-cat-title {
  line-height: 20px;
}

.tech-cat:hover .tech-cat-icon {
  color: #0E49B5 !important;
}

.tech-cat:hover::before {
  height: 25px;
}
