@charset "UTF-8";
a.disabled {
  pointer-events: none;
  cursor: pointer;
}

:root {
  --blue: #5e7ff2;
  --indigo: #6610f2;
  --purple: #555ae7;
  --pink: #ffa1bd;
  --red: #ed4d29;
  --orange: #fd7e14;
  --yellow: #f9f376;
  --green: #6bcb81;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #000;
  --secondary: #fff;
  --success: #6bcb81;
  --info: #17a2b8;
  --warning: #f9f376;
  --danger: #ed4d29;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-dp: 1200px;
  --breakpoint-xl: 1400px;
  --breakpoint-xxl: 2140px;
  --font-family-sans-serif: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          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: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 800;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):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;
  -ms-overflow-style: scrollbar;
}

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: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

[role=button] {
  cursor: pointer;
}

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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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

h1, .h1 {
  font-size: 2.1875rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}

h2, .h2 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h3, .h3 {
  font-size: 1.53125rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.278125rem + 0.3375vw);
  }
}

h4, .h4 {
  font-size: 1.3125rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.25625rem + 0.075vw);
  }
}

h5, .h5 {
  font-size: 1.09375rem;
}

h6, .h6 {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.09375rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #000;
}

small,
.small {
  font-size: 0.875em;
  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.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #ffa1bd;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 3px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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,
.container-fluid,
.container-xl,
.container-lg,
.container-md {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1220px;
  }
}
@media (min-width: 1400px) {
  .container-xl, .container-dp, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-dp,
.col-dp-auto, .col-dp-12, .col-dp-11, .col-dp-10, .col-dp-9, .col-dp-8, .col-dp-7, .col-dp-6, .col-dp-5, .col-dp-4, .col-dp-3, .col-dp-2, .col-dp-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-dp {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-dp-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-dp-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-dp-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-dp-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-dp-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-dp-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-dp-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-dp-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-dp-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-dp-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-dp-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-dp-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-dp-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-dp-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-dp-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-dp-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-dp-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-dp-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-dp-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-dp-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-dp-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-dp-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-dp-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-dp-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-dp-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-dp-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-dp-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-dp-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-dp-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-dp-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-dp-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-dp-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-dp-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-dp-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-dp-0 {
    margin-left: 0;
  }

  .offset-dp-1 {
    margin-left: 8.33333333%;
  }

  .offset-dp-2 {
    margin-left: 16.66666667%;
  }

  .offset-dp-3 {
    margin-left: 25%;
  }

  .offset-dp-4 {
    margin-left: 33.33333333%;
  }

  .offset-dp-5 {
    margin-left: 41.66666667%;
  }

  .offset-dp-6 {
    margin-left: 50%;
  }

  .offset-dp-7 {
    margin-left: 58.33333333%;
  }

  .offset-dp-8 {
    margin-left: 66.66666667%;
  }

  .offset-dp-9 {
    margin-left: 75%;
  }

  .offset-dp-10 {
    margin-left: 83.33333333%;
  }

  .offset-dp-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 2140px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }

  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }

  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }

  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }

  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }

  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #000;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #000;
}
.table tbody + tbody {
  border-top: 2px solid #000;
}

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

.table-bordered {
  border: 1px solid #000;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #000;
}
.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(0, 0, 0, 0.05);
}

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8b8b8;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7a7a7a;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: white;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: white;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #d6f0dc;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b2e4bd;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fdfcd9;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fcf9b8;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #facdc3;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f6a290;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #000;
}

.table-dark {
  color: #fff;
  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: #fff;
  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-dp {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-dp > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 2139.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .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.5em + 1.25rem + 2px);
  padding: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #404040;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 inherit;
          box-shadow: 0 0 0 0 inherit;
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.625rem + 1px);
  padding-bottom: calc(0.625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.09375rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.625rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  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.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 20px;
}

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

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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.25rem;
  font-size: 0.875em;
  color: #6bcb81;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(107, 203, 129, 0.9);
  border-radius: 5px;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.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: #6bcb81;
  padding-right: calc(1.5em + 1.25rem) !important;
  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='%236bcb81' 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.375em + 0.3125rem) center;
  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #6bcb81;
  -webkit-box-shadow: 0 0 0 0 rgba(107, 203, 129, 0.25);
          box-shadow: 0 0 0 0 rgba(107, 203, 129, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3.75rem !important;
  background-position: right 1.875rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.25rem);
  background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #6bcb81;
  padding-right: calc(0.75em + 2.875rem) !important;
  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") right 0.9375rem center/8px 10px no-repeat, #fff 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='%236bcb81' 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") center right 1.9375rem/calc(0.75em + 0.625rem) calc(0.75em + 0.625rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #6bcb81;
  -webkit-box-shadow: 0 0 0 0 rgba(107, 203, 129, 0.25);
          box-shadow: 0 0 0 0 rgba(107, 203, 129, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #6bcb81;
}
.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: #6bcb81;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #6bcb81;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #91d8a1;
  background-color: #91d8a1;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(107, 203, 129, 0.25);
          box-shadow: 0 0 0 0 rgba(107, 203, 129, 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: #6bcb81;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #6bcb81;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #6bcb81;
  -webkit-box-shadow: 0 0 0 0 rgba(107, 203, 129, 0.25);
          box-shadow: 0 0 0 0 rgba(107, 203, 129, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ed4d29;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(237, 77, 41, 0.9);
  border-radius: 5px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.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: #ed4d29;
  padding-right: calc(1.5em + 1.25rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ed4d29' 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='%23ed4d29' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3125rem) center;
  background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ed4d29;
  -webkit-box-shadow: 0 0 0 0 rgba(237, 77, 41, 0.25);
          box-shadow: 0 0 0 0 rgba(237, 77, 41, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3.75rem !important;
  background-position: right 1.875rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.25rem);
  background-position: top calc(0.375em + 0.3125rem) right calc(0.375em + 0.3125rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ed4d29;
  padding-right: calc(0.75em + 2.875rem) !important;
  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") right 0.9375rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ed4d29' 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='%23ed4d29' stroke='none'/%3e%3c/svg%3e") center right 1.9375rem/calc(0.75em + 0.625rem) calc(0.75em + 0.625rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ed4d29;
  -webkit-box-shadow: 0 0 0 0 rgba(237, 77, 41, 0.25);
          box-shadow: 0 0 0 0 rgba(237, 77, 41, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ed4d29;
}
.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: #ed4d29;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ed4d29;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f17458;
  background-color: #f17458;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(237, 77, 41, 0.25);
          box-shadow: 0 0 0 0 rgba(237, 77, 41, 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: #ed4d29;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ed4d29;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ed4d29;
  -webkit-box-shadow: 0 0 0 0 rgba(237, 77, 41, 0.25);
          box-shadow: 0 0 0 0 rgba(237, 77, 41, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.625rem 0.9375rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 5px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 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;
  transition: color 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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 inherit;
          box-shadow: 0 0 0 0 inherit;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0 rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0 rgba(222, 222, 223, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0 rgba(222, 222, 223, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #6bcb81;
  border-color: #6bcb81;
}
.btn-success:hover {
  color: #fff;
  background-color: #4fc169;
  border-color: #45be61;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #4fc169;
  border-color: #45be61;
  -webkit-box-shadow: 0 0 0 0 rgba(96, 178, 116, 0.5);
          box-shadow: 0 0 0 0 rgba(96, 178, 116, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #6bcb81;
  border-color: #6bcb81;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #45be61;
  border-color: #40b65b;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(96, 178, 116, 0.5);
          box-shadow: 0 0 0 0 rgba(96, 178, 116, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  -webkit-box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #f9f376;
  border-color: #f9f376;
}
.btn-warning:hover {
  color: #212529;
  background-color: #f7f051;
  border-color: #f7ef45;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #f7f051;
  border-color: #f7ef45;
  -webkit-box-shadow: 0 0 0 0 rgba(217, 212, 106, 0.5);
          box-shadow: 0 0 0 0 rgba(217, 212, 106, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #f9f376;
  border-color: #f9f376;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f7ef45;
  border-color: #f6ee39;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(217, 212, 106, 0.5);
          box-shadow: 0 0 0 0 rgba(217, 212, 106, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ed4d29;
  border-color: #ed4d29;
}
.btn-danger:hover {
  color: #fff;
  background-color: #dd3813;
  border-color: #d13512;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #dd3813;
  border-color: #d13512;
  -webkit-box-shadow: 0 0 0 0 rgba(240, 104, 73, 0.5);
          box-shadow: 0 0 0 0 rgba(240, 104, 73, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ed4d29;
  border-color: #ed4d29;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d13512;
  border-color: #c63211;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(240, 104, 73, 0.5);
          box-shadow: 0 0 0 0 rgba(240, 104, 73, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  -webkit-box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
          box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  -webkit-box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #000;
  border-color: #000;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #000;
  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: #fff;
  background-color: #000;
  border-color: #000;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-outline-secondary {
  color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #fff;
  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: #212529;
  background-color: #fff;
  border-color: #fff;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-outline-success {
  color: #6bcb81;
  border-color: #6bcb81;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #6bcb81;
  border-color: #6bcb81;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(107, 203, 129, 0.5);
          box-shadow: 0 0 0 0 rgba(107, 203, 129, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #6bcb81;
  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: #212529;
  background-color: #6bcb81;
  border-color: #6bcb81;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(107, 203, 129, 0.5);
          box-shadow: 0 0 0 0 rgba(107, 203, 129, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  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: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #f9f376;
  border-color: #f9f376;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #f9f376;
  border-color: #f9f376;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(249, 243, 118, 0.5);
          box-shadow: 0 0 0 0 rgba(249, 243, 118, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f9f376;
  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: #212529;
  background-color: #f9f376;
  border-color: #f9f376;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(249, 243, 118, 0.5);
          box-shadow: 0 0 0 0 rgba(249, 243, 118, 0.5);
}

.btn-outline-danger {
  color: #ed4d29;
  border-color: #ed4d29;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ed4d29;
  border-color: #ed4d29;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(237, 77, 41, 0.5);
          box-shadow: 0 0 0 0 rgba(237, 77, 41, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ed4d29;
  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: #fff;
  background-color: #ed4d29;
  border-color: #ed4d29;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(237, 77, 41, 0.5);
          box-shadow: 0 0 0 0 rgba(237, 77, 41, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  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: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  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: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 20px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
}

.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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  -webkit-transition: width 0.35s ease;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em 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.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.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-dp-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-dp-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 2140px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em 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.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em 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.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em 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.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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.703125rem;
  padding-left: 0.703125rem;
}
.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.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  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(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 0.9375rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.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 + 1rem + 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.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.5;
  border-radius: 20px;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 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.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
}

.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:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .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;
  z-index: 1;
  display: block;
  min-height: 1.3125rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.15625rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 inherit;
          box-shadow: 0 0 0 0 inherit;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #404040;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #595959;
  border-color: #595959;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.15625rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 5px;
}
.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='%23fff' 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: #000;
  background-color: #000;
}
.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='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 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='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.15625rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 1.9375rem 0.625rem 0.9375rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff 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") right 0.9375rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #404040;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 inherit;
          box-shadow: 0 0 0 0 inherit;
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.9375rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.09375rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #404040;
  -webkit-box-shadow: 0 0 0 0 inherit;
          box-shadow: 0 0 0 0 inherit;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.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.5em + 1.25rem + 2px);
  padding: 0.625rem 0.9375rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 5px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.25rem);
  padding: 0.625rem 0.9375rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 5px 5px 0;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0 inherit;
          box-shadow: 0 0 0 1px #fff, 0 0 0 0 inherit;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 inherit;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 inherit;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #000;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #595959;
}
.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: #000;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #595959;
}
.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: #000;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #595959;
}
.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: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      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: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 0 solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: 0;
  background-color: transparent;
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 5px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3359375rem;
  padding-bottom: 0.3359375rem;
  margin-right: 1rem;
  font-size: 1.09375rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.09375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 5px;
}
.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: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        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-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-dp > .container,
.navbar-expand-dp > .container-fluid,
.navbar-expand-dp > .container-md,
.navbar-expand-dp > .container-lg,
.navbar-expand-dp > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-dp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-dp .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-dp .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-dp .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-dp > .container,
.navbar-expand-dp > .container-fluid,
.navbar-expand-dp > .container-md,
.navbar-expand-dp > .container-lg,
.navbar-expand-dp > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-dp .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-dp .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-dp .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 2139.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 2140px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-md,
.navbar-expand-xxl > .container-lg,
.navbar-expand-xxl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 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: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 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='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.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: #fff;
}
.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%28255, 255, 255, 0.5%29' 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: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          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: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 4px 4px 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 4px 4px;
}

.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;
  border-radius: 4px;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            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 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 5px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 5px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 inherit;
          box-shadow: 0 0 0 0 inherit;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.09375rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 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;
  transition: color 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, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    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: #fff;
  background-color: #000;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: black;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #fff;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #e6e6e6;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.badge-success {
  color: #212529;
  background-color: #6bcb81;
}
a.badge-success:hover, a.badge-success:focus {
  color: #212529;
  background-color: #45be61;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(107, 203, 129, 0.5);
          box-shadow: 0 0 0 0 rgba(107, 203, 129, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #f9f376;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #f7ef45;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(249, 243, 118, 0.5);
          box-shadow: 0 0 0 0 rgba(249, 243, 118, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ed4d29;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #d13512;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(237, 77, 41, 0.5);
          box-shadow: 0 0 0 0 rgba(237, 77, 41, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 20px;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 5px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4.75rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-primary hr {
  border-top-color: #ababab;
}
.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-secondary hr {
  border-top-color: #f2f2f2;
}
.alert-secondary .alert-link {
  color: #6c6c6c;
}

.alert-success {
  color: #386a43;
  background-color: #e1f5e6;
  border-color: #d6f0dc;
}
.alert-success hr {
  border-top-color: #c3e9cc;
}
.alert-success .alert-link {
  color: #26492e;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #817e3d;
  background-color: #fefde4;
  border-color: #fdfcd9;
}
.alert-warning hr {
  border-top-color: #fcfac1;
}
.alert-warning .alert-link {
  color: #5e5c2d;
}

.alert-danger {
  color: #7b2815;
  background-color: #fbdbd4;
  border-color: #facdc3;
}
.alert-danger hr {
  border-top-color: #f8b9ab;
}
.alert-danger .alert-link {
  color: #4f1a0e;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 5px;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    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 {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 5px;
}

.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: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 5px;
  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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 5px;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 5px;
    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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 5px;
    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-dp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-dp > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-dp > .list-group-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-dp > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-dp > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-dp > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 5px;
    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;
  }
}
@media (min-width: 2140px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-secondary {
  color: #858585;
  background-color: white;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-success {
  color: #386a43;
  background-color: #d6f0dc;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #386a43;
  background-color: #c3e9cc;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #386a43;
  border-color: #386a43;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #817e3d;
  background-color: #fdfcd9;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #817e3d;
  background-color: #fcfac1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #817e3d;
  border-color: #817e3d;
}

.list-group-item-danger {
  color: #7b2815;
  background-color: #facdc3;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7b2815;
  background-color: #f8b9ab;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7b2815;
  border-color: #7b2815;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.35rem + 1.2vw);
  }
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.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 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  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 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #000;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #000;
  border-bottom-right-radius: 19px;
  border-bottom-left-radius: 19px;
}
.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);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1400px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.75rem;
  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: #000;
}

.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: #000;
}

.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: #000;
}

.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: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 20px;
}
.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(0, 0, 0, 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: #fff;
}

.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: 20px 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(0, 0, 0, 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: #fff;
}

.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(0, 0, 0, 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: #fff;
}
.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: 20px 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(0, 0, 0, 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: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      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%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          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;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  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: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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='%23fff' 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    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: #fff;
  text-align: center;
}

.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: #000 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: black !important;
}

.bg-secondary {
  background-color: #fff !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #e6e6e6 !important;
}

.bg-success {
  background-color: #6bcb81 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #45be61 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #f9f376 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f7ef45 !important;
}

.bg-danger {
  background-color: #ed4d29 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #d13512 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

.border {
  border: 1px solid #000 !important;
}

.border-top {
  border-top: 1px solid #000 !important;
}

.border-right {
  border-right: 1px solid #000 !important;
}

.border-bottom {
  border-bottom: 1px solid #000 !important;
}

.border-left {
  border-left: 1px solid #000 !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: #000 !important;
}

.border-secondary {
  border-color: #fff !important;
}

.border-success {
  border-color: #6bcb81 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #f9f376 !important;
}

.border-danger {
  border-color: #ed4d29 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

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

.rounded-sm {
  border-radius: 3px !important;
}

.rounded {
  border-radius: 5px !important;
}

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-lg {
  border-radius: 20px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 290px !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-dp-none {
    display: none !important;
  }

  .d-dp-inline {
    display: inline !important;
  }

  .d-dp-inline-block {
    display: inline-block !important;
  }

  .d-dp-block {
    display: block !important;
  }

  .d-dp-table {
    display: table !important;
  }

  .d-dp-table-row {
    display: table-row !important;
  }

  .d-dp-table-cell {
    display: table-cell !important;
  }

  .d-dp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-dp-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 2140px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-dp-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-dp-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-dp-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-dp-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-dp-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-dp-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-dp-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-dp-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-dp-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-dp-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-dp-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-dp-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-dp-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-dp-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-dp-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-dp-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-dp-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-dp-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-dp-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-dp-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-dp-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-dp-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-dp-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-dp-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-dp-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-dp-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-dp-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-dp-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-dp-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-dp-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-dp-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-dp-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-dp-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-dp-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 2140px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        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-dp-left {
    float: left !important;
  }

  .float-dp-right {
    float: right !important;
  }

  .float-dp-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 2140px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: 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 {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08) !important;
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          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;
}

.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.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 6px !important;
}

.mt-6,
.my-6 {
  margin-top: 6px !important;
}

.mr-6,
.mx-6 {
  margin-right: 6px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6px !important;
}

.ml-6,
.mx-6 {
  margin-left: 6px !important;
}

.m-7 {
  margin: 7px !important;
}

.mt-7,
.my-7 {
  margin-top: 7px !important;
}

.mr-7,
.mx-7 {
  margin-right: 7px !important;
}

.mb-7,
.my-7 {
  margin-bottom: 7px !important;
}

.ml-7,
.mx-7 {
  margin-left: 7px !important;
}

.m-8 {
  margin: 8px !important;
}

.mt-8,
.my-8 {
  margin-top: 8px !important;
}

.mr-8,
.mx-8 {
  margin-right: 8px !important;
}

.mb-8,
.my-8 {
  margin-bottom: 8px !important;
}

.ml-8,
.mx-8 {
  margin-left: 8px !important;
}

.m-9 {
  margin: 9px !important;
}

.mt-9,
.my-9 {
  margin-top: 9px !important;
}

.mr-9,
.mx-9 {
  margin-right: 9px !important;
}

.mb-9,
.my-9 {
  margin-bottom: 9px !important;
}

.ml-9,
.mx-9 {
  margin-left: 9px !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10,
.my-10 {
  margin-top: 10px !important;
}

.mr-10,
.mx-10 {
  margin-right: 10px !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10px !important;
}

.ml-10,
.mx-10 {
  margin-left: 10px !important;
}

.m-12 {
  margin: 12px !important;
}

.mt-12,
.my-12 {
  margin-top: 12px !important;
}

.mr-12,
.mx-12 {
  margin-right: 12px !important;
}

.mb-12,
.my-12 {
  margin-bottom: 12px !important;
}

.ml-12,
.mx-12 {
  margin-left: 12px !important;
}

.m-14 {
  margin: 14px !important;
}

.mt-14,
.my-14 {
  margin-top: 14px !important;
}

.mr-14,
.mx-14 {
  margin-right: 14px !important;
}

.mb-14,
.my-14 {
  margin-bottom: 14px !important;
}

.ml-14,
.mx-14 {
  margin-left: 14px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15,
.my-15 {
  margin-top: 15px !important;
}

.mr-15,
.mx-15 {
  margin-right: 15px !important;
}

.mb-15,
.my-15 {
  margin-bottom: 15px !important;
}

.ml-15,
.mx-15 {
  margin-left: 15px !important;
}

.m-16 {
  margin: 16px !important;
}

.mt-16,
.my-16 {
  margin-top: 16px !important;
}

.mr-16,
.mx-16 {
  margin-right: 16px !important;
}

.mb-16,
.my-16 {
  margin-bottom: 16px !important;
}

.ml-16,
.mx-16 {
  margin-left: 16px !important;
}

.m-18 {
  margin: 18px !important;
}

.mt-18,
.my-18 {
  margin-top: 18px !important;
}

.mr-18,
.mx-18 {
  margin-right: 18px !important;
}

.mb-18,
.my-18 {
  margin-bottom: 18px !important;
}

.ml-18,
.mx-18 {
  margin-left: 18px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20,
.my-20 {
  margin-top: 20px !important;
}

.mr-20,
.mx-20 {
  margin-right: 20px !important;
}

.mb-20,
.my-20 {
  margin-bottom: 20px !important;
}

.ml-20,
.mx-20 {
  margin-left: 20px !important;
}

.m-21 {
  margin: 21px !important;
}

.mt-21,
.my-21 {
  margin-top: 21px !important;
}

.mr-21,
.mx-21 {
  margin-right: 21px !important;
}

.mb-21,
.my-21 {
  margin-bottom: 21px !important;
}

.ml-21,
.mx-21 {
  margin-left: 21px !important;
}

.m-22 {
  margin: 22px !important;
}

.mt-22,
.my-22 {
  margin-top: 22px !important;
}

.mr-22,
.mx-22 {
  margin-right: 22px !important;
}

.mb-22,
.my-22 {
  margin-bottom: 22px !important;
}

.ml-22,
.mx-22 {
  margin-left: 22px !important;
}

.m-24 {
  margin: 24px !important;
}

.mt-24,
.my-24 {
  margin-top: 24px !important;
}

.mr-24,
.mx-24 {
  margin-right: 24px !important;
}

.mb-24,
.my-24 {
  margin-bottom: 24px !important;
}

.ml-24,
.mx-24 {
  margin-left: 24px !important;
}

.m-25 {
  margin: 25px !important;
}

.mt-25,
.my-25 {
  margin-top: 25px !important;
}

.mr-25,
.mx-25 {
  margin-right: 25px !important;
}

.mb-25,
.my-25 {
  margin-bottom: 25px !important;
}

.ml-25,
.mx-25 {
  margin-left: 25px !important;
}

.m-26 {
  margin: 26px !important;
}

.mt-26,
.my-26 {
  margin-top: 26px !important;
}

.mr-26,
.mx-26 {
  margin-right: 26px !important;
}

.mb-26,
.my-26 {
  margin-bottom: 26px !important;
}

.ml-26,
.mx-26 {
  margin-left: 26px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30,
.my-30 {
  margin-top: 30px !important;
}

.mr-30,
.mx-30 {
  margin-right: 30px !important;
}

.mb-30,
.my-30 {
  margin-bottom: 30px !important;
}

.ml-30,
.mx-30 {
  margin-left: 30px !important;
}

.m-32 {
  margin: 32px !important;
}

.mt-32,
.my-32 {
  margin-top: 32px !important;
}

.mr-32,
.mx-32 {
  margin-right: 32px !important;
}

.mb-32,
.my-32 {
  margin-bottom: 32px !important;
}

.ml-32,
.mx-32 {
  margin-left: 32px !important;
}

.m-34 {
  margin: 34px !important;
}

.mt-34,
.my-34 {
  margin-top: 34px !important;
}

.mr-34,
.mx-34 {
  margin-right: 34px !important;
}

.mb-34,
.my-34 {
  margin-bottom: 34px !important;
}

.ml-34,
.mx-34 {
  margin-left: 34px !important;
}

.m-35 {
  margin: 35px !important;
}

.mt-35,
.my-35 {
  margin-top: 35px !important;
}

.mr-35,
.mx-35 {
  margin-right: 35px !important;
}

.mb-35,
.my-35 {
  margin-bottom: 35px !important;
}

.ml-35,
.mx-35 {
  margin-left: 35px !important;
}

.m-36 {
  margin: 36px !important;
}

.mt-36,
.my-36 {
  margin-top: 36px !important;
}

.mr-36,
.mx-36 {
  margin-right: 36px !important;
}

.mb-36,
.my-36 {
  margin-bottom: 36px !important;
}

.ml-36,
.mx-36 {
  margin-left: 36px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40,
.my-40 {
  margin-top: 40px !important;
}

.mr-40,
.mx-40 {
  margin-right: 40px !important;
}

.mb-40,
.my-40 {
  margin-bottom: 40px !important;
}

.ml-40,
.mx-40 {
  margin-left: 40px !important;
}

.m-42 {
  margin: 42px !important;
}

.mt-42,
.my-42 {
  margin-top: 42px !important;
}

.mr-42,
.mx-42 {
  margin-right: 42px !important;
}

.mb-42,
.my-42 {
  margin-bottom: 42px !important;
}

.ml-42,
.mx-42 {
  margin-left: 42px !important;
}

.m-45 {
  margin: 45px !important;
}

.mt-45,
.my-45 {
  margin-top: 45px !important;
}

.mr-45,
.mx-45 {
  margin-right: 45px !important;
}

.mb-45,
.my-45 {
  margin-bottom: 45px !important;
}

.ml-45,
.mx-45 {
  margin-left: 45px !important;
}

.m-48 {
  margin: 48px !important;
}

.mt-48,
.my-48 {
  margin-top: 48px !important;
}

.mr-48,
.mx-48 {
  margin-right: 48px !important;
}

.mb-48,
.my-48 {
  margin-bottom: 48px !important;
}

.ml-48,
.mx-48 {
  margin-left: 48px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50,
.my-50 {
  margin-top: 50px !important;
}

.mr-50,
.mx-50 {
  margin-right: 50px !important;
}

.mb-50,
.my-50 {
  margin-bottom: 50px !important;
}

.ml-50,
.mx-50 {
  margin-left: 50px !important;
}

.m-54 {
  margin: 54px !important;
}

.mt-54,
.my-54 {
  margin-top: 54px !important;
}

.mr-54,
.mx-54 {
  margin-right: 54px !important;
}

.mb-54,
.my-54 {
  margin-bottom: 54px !important;
}

.ml-54,
.mx-54 {
  margin-left: 54px !important;
}

.m-56 {
  margin: 56px !important;
}

.mt-56,
.my-56 {
  margin-top: 56px !important;
}

.mr-56,
.mx-56 {
  margin-right: 56px !important;
}

.mb-56,
.my-56 {
  margin-bottom: 56px !important;
}

.ml-56,
.mx-56 {
  margin-left: 56px !important;
}

.m-60 {
  margin: 60px !important;
}

.mt-60,
.my-60 {
  margin-top: 60px !important;
}

.mr-60,
.mx-60 {
  margin-right: 60px !important;
}

.mb-60,
.my-60 {
  margin-bottom: 60px !important;
}

.ml-60,
.mx-60 {
  margin-left: 60px !important;
}

.m-64 {
  margin: 64px !important;
}

.mt-64,
.my-64 {
  margin-top: 64px !important;
}

.mr-64,
.mx-64 {
  margin-right: 64px !important;
}

.mb-64,
.my-64 {
  margin-bottom: 64px !important;
}

.ml-64,
.mx-64 {
  margin-left: 64px !important;
}

.m-65 {
  margin: 65px !important;
}

.mt-65,
.my-65 {
  margin-top: 65px !important;
}

.mr-65,
.mx-65 {
  margin-right: 65px !important;
}

.mb-65,
.my-65 {
  margin-bottom: 65px !important;
}

.ml-65,
.mx-65 {
  margin-left: 65px !important;
}

.m-70 {
  margin: 70px !important;
}

.mt-70,
.my-70 {
  margin-top: 70px !important;
}

.mr-70,
.mx-70 {
  margin-right: 70px !important;
}

.mb-70,
.my-70 {
  margin-bottom: 70px !important;
}

.ml-70,
.mx-70 {
  margin-left: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.mt-80,
.my-80 {
  margin-top: 80px !important;
}

.mr-80,
.mx-80 {
  margin-right: 80px !important;
}

.mb-80,
.my-80 {
  margin-bottom: 80px !important;
}

.ml-80,
.mx-80 {
  margin-left: 80px !important;
}

.m-88 {
  margin: 88px !important;
}

.mt-88,
.my-88 {
  margin-top: 88px !important;
}

.mr-88,
.mx-88 {
  margin-right: 88px !important;
}

.mb-88,
.my-88 {
  margin-bottom: 88px !important;
}

.ml-88,
.mx-88 {
  margin-left: 88px !important;
}

.m-90 {
  margin: 90px !important;
}

.mt-90,
.my-90 {
  margin-top: 90px !important;
}

.mr-90,
.mx-90 {
  margin-right: 90px !important;
}

.mb-90,
.my-90 {
  margin-bottom: 90px !important;
}

.ml-90,
.mx-90 {
  margin-left: 90px !important;
}

.m-96 {
  margin: 96px !important;
}

.mt-96,
.my-96 {
  margin-top: 96px !important;
}

.mr-96,
.mx-96 {
  margin-right: 96px !important;
}

.mb-96,
.my-96 {
  margin-bottom: 96px !important;
}

.ml-96,
.mx-96 {
  margin-left: 96px !important;
}

.m-100 {
  margin: 100px !important;
}

.mt-100,
.my-100 {
  margin-top: 100px !important;
}

.mr-100,
.mx-100 {
  margin-right: 100px !important;
}

.mb-100,
.my-100 {
  margin-bottom: 100px !important;
}

.ml-100,
.mx-100 {
  margin-left: 100px !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.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 6px !important;
}

.pt-6,
.py-6 {
  padding-top: 6px !important;
}

.pr-6,
.px-6 {
  padding-right: 6px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 6px !important;
}

.pl-6,
.px-6 {
  padding-left: 6px !important;
}

.p-7 {
  padding: 7px !important;
}

.pt-7,
.py-7 {
  padding-top: 7px !important;
}

.pr-7,
.px-7 {
  padding-right: 7px !important;
}

.pb-7,
.py-7 {
  padding-bottom: 7px !important;
}

.pl-7,
.px-7 {
  padding-left: 7px !important;
}

.p-8 {
  padding: 8px !important;
}

.pt-8,
.py-8 {
  padding-top: 8px !important;
}

.pr-8,
.px-8 {
  padding-right: 8px !important;
}

.pb-8,
.py-8 {
  padding-bottom: 8px !important;
}

.pl-8,
.px-8 {
  padding-left: 8px !important;
}

.p-9 {
  padding: 9px !important;
}

.pt-9,
.py-9 {
  padding-top: 9px !important;
}

.pr-9,
.px-9 {
  padding-right: 9px !important;
}

.pb-9,
.py-9 {
  padding-bottom: 9px !important;
}

.pl-9,
.px-9 {
  padding-left: 9px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10,
.py-10 {
  padding-top: 10px !important;
}

.pr-10,
.px-10 {
  padding-right: 10px !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10px !important;
}

.pl-10,
.px-10 {
  padding-left: 10px !important;
}

.p-12 {
  padding: 12px !important;
}

.pt-12,
.py-12 {
  padding-top: 12px !important;
}

.pr-12,
.px-12 {
  padding-right: 12px !important;
}

.pb-12,
.py-12 {
  padding-bottom: 12px !important;
}

.pl-12,
.px-12 {
  padding-left: 12px !important;
}

.p-14 {
  padding: 14px !important;
}

.pt-14,
.py-14 {
  padding-top: 14px !important;
}

.pr-14,
.px-14 {
  padding-right: 14px !important;
}

.pb-14,
.py-14 {
  padding-bottom: 14px !important;
}

.pl-14,
.px-14 {
  padding-left: 14px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15,
.py-15 {
  padding-top: 15px !important;
}

.pr-15,
.px-15 {
  padding-right: 15px !important;
}

.pb-15,
.py-15 {
  padding-bottom: 15px !important;
}

.pl-15,
.px-15 {
  padding-left: 15px !important;
}

.p-16 {
  padding: 16px !important;
}

.pt-16,
.py-16 {
  padding-top: 16px !important;
}

.pr-16,
.px-16 {
  padding-right: 16px !important;
}

.pb-16,
.py-16 {
  padding-bottom: 16px !important;
}

.pl-16,
.px-16 {
  padding-left: 16px !important;
}

.p-18 {
  padding: 18px !important;
}

.pt-18,
.py-18 {
  padding-top: 18px !important;
}

.pr-18,
.px-18 {
  padding-right: 18px !important;
}

.pb-18,
.py-18 {
  padding-bottom: 18px !important;
}

.pl-18,
.px-18 {
  padding-left: 18px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20,
.py-20 {
  padding-top: 20px !important;
}

.pr-20,
.px-20 {
  padding-right: 20px !important;
}

.pb-20,
.py-20 {
  padding-bottom: 20px !important;
}

.pl-20,
.px-20 {
  padding-left: 20px !important;
}

.p-21 {
  padding: 21px !important;
}

.pt-21,
.py-21 {
  padding-top: 21px !important;
}

.pr-21,
.px-21 {
  padding-right: 21px !important;
}

.pb-21,
.py-21 {
  padding-bottom: 21px !important;
}

.pl-21,
.px-21 {
  padding-left: 21px !important;
}

.p-22 {
  padding: 22px !important;
}

.pt-22,
.py-22 {
  padding-top: 22px !important;
}

.pr-22,
.px-22 {
  padding-right: 22px !important;
}

.pb-22,
.py-22 {
  padding-bottom: 22px !important;
}

.pl-22,
.px-22 {
  padding-left: 22px !important;
}

.p-24 {
  padding: 24px !important;
}

.pt-24,
.py-24 {
  padding-top: 24px !important;
}

.pr-24,
.px-24 {
  padding-right: 24px !important;
}

.pb-24,
.py-24 {
  padding-bottom: 24px !important;
}

.pl-24,
.px-24 {
  padding-left: 24px !important;
}

.p-25 {
  padding: 25px !important;
}

.pt-25,
.py-25 {
  padding-top: 25px !important;
}

.pr-25,
.px-25 {
  padding-right: 25px !important;
}

.pb-25,
.py-25 {
  padding-bottom: 25px !important;
}

.pl-25,
.px-25 {
  padding-left: 25px !important;
}

.p-26 {
  padding: 26px !important;
}

.pt-26,
.py-26 {
  padding-top: 26px !important;
}

.pr-26,
.px-26 {
  padding-right: 26px !important;
}

.pb-26,
.py-26 {
  padding-bottom: 26px !important;
}

.pl-26,
.px-26 {
  padding-left: 26px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30,
.py-30 {
  padding-top: 30px !important;
}

.pr-30,
.px-30 {
  padding-right: 30px !important;
}

.pb-30,
.py-30 {
  padding-bottom: 30px !important;
}

.pl-30,
.px-30 {
  padding-left: 30px !important;
}

.p-32 {
  padding: 32px !important;
}

.pt-32,
.py-32 {
  padding-top: 32px !important;
}

.pr-32,
.px-32 {
  padding-right: 32px !important;
}

.pb-32,
.py-32 {
  padding-bottom: 32px !important;
}

.pl-32,
.px-32 {
  padding-left: 32px !important;
}

.p-34 {
  padding: 34px !important;
}

.pt-34,
.py-34 {
  padding-top: 34px !important;
}

.pr-34,
.px-34 {
  padding-right: 34px !important;
}

.pb-34,
.py-34 {
  padding-bottom: 34px !important;
}

.pl-34,
.px-34 {
  padding-left: 34px !important;
}

.p-35 {
  padding: 35px !important;
}

.pt-35,
.py-35 {
  padding-top: 35px !important;
}

.pr-35,
.px-35 {
  padding-right: 35px !important;
}

.pb-35,
.py-35 {
  padding-bottom: 35px !important;
}

.pl-35,
.px-35 {
  padding-left: 35px !important;
}

.p-36 {
  padding: 36px !important;
}

.pt-36,
.py-36 {
  padding-top: 36px !important;
}

.pr-36,
.px-36 {
  padding-right: 36px !important;
}

.pb-36,
.py-36 {
  padding-bottom: 36px !important;
}

.pl-36,
.px-36 {
  padding-left: 36px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40,
.py-40 {
  padding-top: 40px !important;
}

.pr-40,
.px-40 {
  padding-right: 40px !important;
}

.pb-40,
.py-40 {
  padding-bottom: 40px !important;
}

.pl-40,
.px-40 {
  padding-left: 40px !important;
}

.p-42 {
  padding: 42px !important;
}

.pt-42,
.py-42 {
  padding-top: 42px !important;
}

.pr-42,
.px-42 {
  padding-right: 42px !important;
}

.pb-42,
.py-42 {
  padding-bottom: 42px !important;
}

.pl-42,
.px-42 {
  padding-left: 42px !important;
}

.p-45 {
  padding: 45px !important;
}

.pt-45,
.py-45 {
  padding-top: 45px !important;
}

.pr-45,
.px-45 {
  padding-right: 45px !important;
}

.pb-45,
.py-45 {
  padding-bottom: 45px !important;
}

.pl-45,
.px-45 {
  padding-left: 45px !important;
}

.p-48 {
  padding: 48px !important;
}

.pt-48,
.py-48 {
  padding-top: 48px !important;
}

.pr-48,
.px-48 {
  padding-right: 48px !important;
}

.pb-48,
.py-48 {
  padding-bottom: 48px !important;
}

.pl-48,
.px-48 {
  padding-left: 48px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50,
.py-50 {
  padding-top: 50px !important;
}

.pr-50,
.px-50 {
  padding-right: 50px !important;
}

.pb-50,
.py-50 {
  padding-bottom: 50px !important;
}

.pl-50,
.px-50 {
  padding-left: 50px !important;
}

.p-54 {
  padding: 54px !important;
}

.pt-54,
.py-54 {
  padding-top: 54px !important;
}

.pr-54,
.px-54 {
  padding-right: 54px !important;
}

.pb-54,
.py-54 {
  padding-bottom: 54px !important;
}

.pl-54,
.px-54 {
  padding-left: 54px !important;
}

.p-56 {
  padding: 56px !important;
}

.pt-56,
.py-56 {
  padding-top: 56px !important;
}

.pr-56,
.px-56 {
  padding-right: 56px !important;
}

.pb-56,
.py-56 {
  padding-bottom: 56px !important;
}

.pl-56,
.px-56 {
  padding-left: 56px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-60,
.py-60 {
  padding-top: 60px !important;
}

.pr-60,
.px-60 {
  padding-right: 60px !important;
}

.pb-60,
.py-60 {
  padding-bottom: 60px !important;
}

.pl-60,
.px-60 {
  padding-left: 60px !important;
}

.p-64 {
  padding: 64px !important;
}

.pt-64,
.py-64 {
  padding-top: 64px !important;
}

.pr-64,
.px-64 {
  padding-right: 64px !important;
}

.pb-64,
.py-64 {
  padding-bottom: 64px !important;
}

.pl-64,
.px-64 {
  padding-left: 64px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-65,
.py-65 {
  padding-top: 65px !important;
}

.pr-65,
.px-65 {
  padding-right: 65px !important;
}

.pb-65,
.py-65 {
  padding-bottom: 65px !important;
}

.pl-65,
.px-65 {
  padding-left: 65px !important;
}

.p-70 {
  padding: 70px !important;
}

.pt-70,
.py-70 {
  padding-top: 70px !important;
}

.pr-70,
.px-70 {
  padding-right: 70px !important;
}

.pb-70,
.py-70 {
  padding-bottom: 70px !important;
}

.pl-70,
.px-70 {
  padding-left: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80,
.py-80 {
  padding-top: 80px !important;
}

.pr-80,
.px-80 {
  padding-right: 80px !important;
}

.pb-80,
.py-80 {
  padding-bottom: 80px !important;
}

.pl-80,
.px-80 {
  padding-left: 80px !important;
}

.p-88 {
  padding: 88px !important;
}

.pt-88,
.py-88 {
  padding-top: 88px !important;
}

.pr-88,
.px-88 {
  padding-right: 88px !important;
}

.pb-88,
.py-88 {
  padding-bottom: 88px !important;
}

.pl-88,
.px-88 {
  padding-left: 88px !important;
}

.p-90 {
  padding: 90px !important;
}

.pt-90,
.py-90 {
  padding-top: 90px !important;
}

.pr-90,
.px-90 {
  padding-right: 90px !important;
}

.pb-90,
.py-90 {
  padding-bottom: 90px !important;
}

.pl-90,
.px-90 {
  padding-left: 90px !important;
}

.p-96 {
  padding: 96px !important;
}

.pt-96,
.py-96 {
  padding-top: 96px !important;
}

.pr-96,
.px-96 {
  padding-right: 96px !important;
}

.pb-96,
.py-96 {
  padding-bottom: 96px !important;
}

.pl-96,
.px-96 {
  padding-left: 96px !important;
}

.p-100 {
  padding: 100px !important;
}

.pt-100,
.py-100 {
  padding-top: 100px !important;
}

.pr-100,
.px-100 {
  padding-right: 100px !important;
}

.pb-100,
.py-100 {
  padding-bottom: 100px !important;
}

.pl-100,
.px-100 {
  padding-left: 100px !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.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-n6 {
  margin: -6px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -6px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -6px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -6px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -6px !important;
}

.m-n7 {
  margin: -7px !important;
}

.mt-n7,
.my-n7 {
  margin-top: -7px !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -7px !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -7px !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -7px !important;
}

.m-n8 {
  margin: -8px !important;
}

.mt-n8,
.my-n8 {
  margin-top: -8px !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -8px !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -8px !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -8px !important;
}

.m-n9 {
  margin: -9px !important;
}

.mt-n9,
.my-n9 {
  margin-top: -9px !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -9px !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -9px !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -9px !important;
}

.m-n10 {
  margin: -10px !important;
}

.mt-n10,
.my-n10 {
  margin-top: -10px !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -10px !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -10px !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -10px !important;
}

.m-n12 {
  margin: -12px !important;
}

.mt-n12,
.my-n12 {
  margin-top: -12px !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -12px !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -12px !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -12px !important;
}

.m-n14 {
  margin: -14px !important;
}

.mt-n14,
.my-n14 {
  margin-top: -14px !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -14px !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -14px !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -14px !important;
}

.m-n15 {
  margin: -15px !important;
}

.mt-n15,
.my-n15 {
  margin-top: -15px !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -15px !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -15px !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -15px !important;
}

.m-n16 {
  margin: -16px !important;
}

.mt-n16,
.my-n16 {
  margin-top: -16px !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -16px !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -16px !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -16px !important;
}

.m-n18 {
  margin: -18px !important;
}

.mt-n18,
.my-n18 {
  margin-top: -18px !important;
}

.mr-n18,
.mx-n18 {
  margin-right: -18px !important;
}

.mb-n18,
.my-n18 {
  margin-bottom: -18px !important;
}

.ml-n18,
.mx-n18 {
  margin-left: -18px !important;
}

.m-n20 {
  margin: -20px !important;
}

.mt-n20,
.my-n20 {
  margin-top: -20px !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -20px !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -20px !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -20px !important;
}

.m-n21 {
  margin: -21px !important;
}

.mt-n21,
.my-n21 {
  margin-top: -21px !important;
}

.mr-n21,
.mx-n21 {
  margin-right: -21px !important;
}

.mb-n21,
.my-n21 {
  margin-bottom: -21px !important;
}

.ml-n21,
.mx-n21 {
  margin-left: -21px !important;
}

.m-n22 {
  margin: -22px !important;
}

.mt-n22,
.my-n22 {
  margin-top: -22px !important;
}

.mr-n22,
.mx-n22 {
  margin-right: -22px !important;
}

.mb-n22,
.my-n22 {
  margin-bottom: -22px !important;
}

.ml-n22,
.mx-n22 {
  margin-left: -22px !important;
}

.m-n24 {
  margin: -24px !important;
}

.mt-n24,
.my-n24 {
  margin-top: -24px !important;
}

.mr-n24,
.mx-n24 {
  margin-right: -24px !important;
}

.mb-n24,
.my-n24 {
  margin-bottom: -24px !important;
}

.ml-n24,
.mx-n24 {
  margin-left: -24px !important;
}

.m-n25 {
  margin: -25px !important;
}

.mt-n25,
.my-n25 {
  margin-top: -25px !important;
}

.mr-n25,
.mx-n25 {
  margin-right: -25px !important;
}

.mb-n25,
.my-n25 {
  margin-bottom: -25px !important;
}

.ml-n25,
.mx-n25 {
  margin-left: -25px !important;
}

.m-n26 {
  margin: -26px !important;
}

.mt-n26,
.my-n26 {
  margin-top: -26px !important;
}

.mr-n26,
.mx-n26 {
  margin-right: -26px !important;
}

.mb-n26,
.my-n26 {
  margin-bottom: -26px !important;
}

.ml-n26,
.mx-n26 {
  margin-left: -26px !important;
}

.m-n30 {
  margin: -30px !important;
}

.mt-n30,
.my-n30 {
  margin-top: -30px !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -30px !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -30px !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -30px !important;
}

.m-n32 {
  margin: -32px !important;
}

.mt-n32,
.my-n32 {
  margin-top: -32px !important;
}

.mr-n32,
.mx-n32 {
  margin-right: -32px !important;
}

.mb-n32,
.my-n32 {
  margin-bottom: -32px !important;
}

.ml-n32,
.mx-n32 {
  margin-left: -32px !important;
}

.m-n34 {
  margin: -34px !important;
}

.mt-n34,
.my-n34 {
  margin-top: -34px !important;
}

.mr-n34,
.mx-n34 {
  margin-right: -34px !important;
}

.mb-n34,
.my-n34 {
  margin-bottom: -34px !important;
}

.ml-n34,
.mx-n34 {
  margin-left: -34px !important;
}

.m-n35 {
  margin: -35px !important;
}

.mt-n35,
.my-n35 {
  margin-top: -35px !important;
}

.mr-n35,
.mx-n35 {
  margin-right: -35px !important;
}

.mb-n35,
.my-n35 {
  margin-bottom: -35px !important;
}

.ml-n35,
.mx-n35 {
  margin-left: -35px !important;
}

.m-n36 {
  margin: -36px !important;
}

.mt-n36,
.my-n36 {
  margin-top: -36px !important;
}

.mr-n36,
.mx-n36 {
  margin-right: -36px !important;
}

.mb-n36,
.my-n36 {
  margin-bottom: -36px !important;
}

.ml-n36,
.mx-n36 {
  margin-left: -36px !important;
}

.m-n40 {
  margin: -40px !important;
}

.mt-n40,
.my-n40 {
  margin-top: -40px !important;
}

.mr-n40,
.mx-n40 {
  margin-right: -40px !important;
}

.mb-n40,
.my-n40 {
  margin-bottom: -40px !important;
}

.ml-n40,
.mx-n40 {
  margin-left: -40px !important;
}

.m-n42 {
  margin: -42px !important;
}

.mt-n42,
.my-n42 {
  margin-top: -42px !important;
}

.mr-n42,
.mx-n42 {
  margin-right: -42px !important;
}

.mb-n42,
.my-n42 {
  margin-bottom: -42px !important;
}

.ml-n42,
.mx-n42 {
  margin-left: -42px !important;
}

.m-n45 {
  margin: -45px !important;
}

.mt-n45,
.my-n45 {
  margin-top: -45px !important;
}

.mr-n45,
.mx-n45 {
  margin-right: -45px !important;
}

.mb-n45,
.my-n45 {
  margin-bottom: -45px !important;
}

.ml-n45,
.mx-n45 {
  margin-left: -45px !important;
}

.m-n48 {
  margin: -48px !important;
}

.mt-n48,
.my-n48 {
  margin-top: -48px !important;
}

.mr-n48,
.mx-n48 {
  margin-right: -48px !important;
}

.mb-n48,
.my-n48 {
  margin-bottom: -48px !important;
}

.ml-n48,
.mx-n48 {
  margin-left: -48px !important;
}

.m-n50 {
  margin: -50px !important;
}

.mt-n50,
.my-n50 {
  margin-top: -50px !important;
}

.mr-n50,
.mx-n50 {
  margin-right: -50px !important;
}

.mb-n50,
.my-n50 {
  margin-bottom: -50px !important;
}

.ml-n50,
.mx-n50 {
  margin-left: -50px !important;
}

.m-n54 {
  margin: -54px !important;
}

.mt-n54,
.my-n54 {
  margin-top: -54px !important;
}

.mr-n54,
.mx-n54 {
  margin-right: -54px !important;
}

.mb-n54,
.my-n54 {
  margin-bottom: -54px !important;
}

.ml-n54,
.mx-n54 {
  margin-left: -54px !important;
}

.m-n56 {
  margin: -56px !important;
}

.mt-n56,
.my-n56 {
  margin-top: -56px !important;
}

.mr-n56,
.mx-n56 {
  margin-right: -56px !important;
}

.mb-n56,
.my-n56 {
  margin-bottom: -56px !important;
}

.ml-n56,
.mx-n56 {
  margin-left: -56px !important;
}

.m-n60 {
  margin: -60px !important;
}

.mt-n60,
.my-n60 {
  margin-top: -60px !important;
}

.mr-n60,
.mx-n60 {
  margin-right: -60px !important;
}

.mb-n60,
.my-n60 {
  margin-bottom: -60px !important;
}

.ml-n60,
.mx-n60 {
  margin-left: -60px !important;
}

.m-n64 {
  margin: -64px !important;
}

.mt-n64,
.my-n64 {
  margin-top: -64px !important;
}

.mr-n64,
.mx-n64 {
  margin-right: -64px !important;
}

.mb-n64,
.my-n64 {
  margin-bottom: -64px !important;
}

.ml-n64,
.mx-n64 {
  margin-left: -64px !important;
}

.m-n65 {
  margin: -65px !important;
}

.mt-n65,
.my-n65 {
  margin-top: -65px !important;
}

.mr-n65,
.mx-n65 {
  margin-right: -65px !important;
}

.mb-n65,
.my-n65 {
  margin-bottom: -65px !important;
}

.ml-n65,
.mx-n65 {
  margin-left: -65px !important;
}

.m-n70 {
  margin: -70px !important;
}

.mt-n70,
.my-n70 {
  margin-top: -70px !important;
}

.mr-n70,
.mx-n70 {
  margin-right: -70px !important;
}

.mb-n70,
.my-n70 {
  margin-bottom: -70px !important;
}

.ml-n70,
.mx-n70 {
  margin-left: -70px !important;
}

.m-n80 {
  margin: -80px !important;
}

.mt-n80,
.my-n80 {
  margin-top: -80px !important;
}

.mr-n80,
.mx-n80 {
  margin-right: -80px !important;
}

.mb-n80,
.my-n80 {
  margin-bottom: -80px !important;
}

.ml-n80,
.mx-n80 {
  margin-left: -80px !important;
}

.m-n88 {
  margin: -88px !important;
}

.mt-n88,
.my-n88 {
  margin-top: -88px !important;
}

.mr-n88,
.mx-n88 {
  margin-right: -88px !important;
}

.mb-n88,
.my-n88 {
  margin-bottom: -88px !important;
}

.ml-n88,
.mx-n88 {
  margin-left: -88px !important;
}

.m-n90 {
  margin: -90px !important;
}

.mt-n90,
.my-n90 {
  margin-top: -90px !important;
}

.mr-n90,
.mx-n90 {
  margin-right: -90px !important;
}

.mb-n90,
.my-n90 {
  margin-bottom: -90px !important;
}

.ml-n90,
.mx-n90 {
  margin-left: -90px !important;
}

.m-n96 {
  margin: -96px !important;
}

.mt-n96,
.my-n96 {
  margin-top: -96px !important;
}

.mr-n96,
.mx-n96 {
  margin-right: -96px !important;
}

.mb-n96,
.my-n96 {
  margin-bottom: -96px !important;
}

.ml-n96,
.mx-n96 {
  margin-left: -96px !important;
}

.m-n100 {
  margin: -100px !important;
}

.mt-n100,
.my-n100 {
  margin-top: -100px !important;
}

.mr-n100,
.mx-n100 {
  margin-right: -100px !important;
}

.mb-n100,
.my-n100 {
  margin-bottom: -100px !important;
}

.ml-n100,
.mx-n100 {
  margin-left: -100px !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.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm-6 {
    margin: 6px !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 6px !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 6px !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 6px !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 6px !important;
  }

  .m-sm-7 {
    margin: 7px !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 7px !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 7px !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 7px !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 7px !important;
  }

  .m-sm-8 {
    margin: 8px !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 8px !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 8px !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 8px !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 8px !important;
  }

  .m-sm-9 {
    margin: 9px !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 9px !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 9px !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 9px !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 9px !important;
  }

  .m-sm-10 {
    margin: 10px !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 10px !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 10px !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 10px !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 10px !important;
  }

  .m-sm-12 {
    margin: 12px !important;
  }

  .mt-sm-12,
.my-sm-12 {
    margin-top: 12px !important;
  }

  .mr-sm-12,
.mx-sm-12 {
    margin-right: 12px !important;
  }

  .mb-sm-12,
.my-sm-12 {
    margin-bottom: 12px !important;
  }

  .ml-sm-12,
.mx-sm-12 {
    margin-left: 12px !important;
  }

  .m-sm-14 {
    margin: 14px !important;
  }

  .mt-sm-14,
.my-sm-14 {
    margin-top: 14px !important;
  }

  .mr-sm-14,
.mx-sm-14 {
    margin-right: 14px !important;
  }

  .mb-sm-14,
.my-sm-14 {
    margin-bottom: 14px !important;
  }

  .ml-sm-14,
.mx-sm-14 {
    margin-left: 14px !important;
  }

  .m-sm-15 {
    margin: 15px !important;
  }

  .mt-sm-15,
.my-sm-15 {
    margin-top: 15px !important;
  }

  .mr-sm-15,
.mx-sm-15 {
    margin-right: 15px !important;
  }

  .mb-sm-15,
.my-sm-15 {
    margin-bottom: 15px !important;
  }

  .ml-sm-15,
.mx-sm-15 {
    margin-left: 15px !important;
  }

  .m-sm-16 {
    margin: 16px !important;
  }

  .mt-sm-16,
.my-sm-16 {
    margin-top: 16px !important;
  }

  .mr-sm-16,
.mx-sm-16 {
    margin-right: 16px !important;
  }

  .mb-sm-16,
.my-sm-16 {
    margin-bottom: 16px !important;
  }

  .ml-sm-16,
.mx-sm-16 {
    margin-left: 16px !important;
  }

  .m-sm-18 {
    margin: 18px !important;
  }

  .mt-sm-18,
.my-sm-18 {
    margin-top: 18px !important;
  }

  .mr-sm-18,
.mx-sm-18 {
    margin-right: 18px !important;
  }

  .mb-sm-18,
.my-sm-18 {
    margin-bottom: 18px !important;
  }

  .ml-sm-18,
.mx-sm-18 {
    margin-left: 18px !important;
  }

  .m-sm-20 {
    margin: 20px !important;
  }

  .mt-sm-20,
.my-sm-20 {
    margin-top: 20px !important;
  }

  .mr-sm-20,
.mx-sm-20 {
    margin-right: 20px !important;
  }

  .mb-sm-20,
.my-sm-20 {
    margin-bottom: 20px !important;
  }

  .ml-sm-20,
.mx-sm-20 {
    margin-left: 20px !important;
  }

  .m-sm-21 {
    margin: 21px !important;
  }

  .mt-sm-21,
.my-sm-21 {
    margin-top: 21px !important;
  }

  .mr-sm-21,
.mx-sm-21 {
    margin-right: 21px !important;
  }

  .mb-sm-21,
.my-sm-21 {
    margin-bottom: 21px !important;
  }

  .ml-sm-21,
.mx-sm-21 {
    margin-left: 21px !important;
  }

  .m-sm-22 {
    margin: 22px !important;
  }

  .mt-sm-22,
.my-sm-22 {
    margin-top: 22px !important;
  }

  .mr-sm-22,
.mx-sm-22 {
    margin-right: 22px !important;
  }

  .mb-sm-22,
.my-sm-22 {
    margin-bottom: 22px !important;
  }

  .ml-sm-22,
.mx-sm-22 {
    margin-left: 22px !important;
  }

  .m-sm-24 {
    margin: 24px !important;
  }

  .mt-sm-24,
.my-sm-24 {
    margin-top: 24px !important;
  }

  .mr-sm-24,
.mx-sm-24 {
    margin-right: 24px !important;
  }

  .mb-sm-24,
.my-sm-24 {
    margin-bottom: 24px !important;
  }

  .ml-sm-24,
.mx-sm-24 {
    margin-left: 24px !important;
  }

  .m-sm-25 {
    margin: 25px !important;
  }

  .mt-sm-25,
.my-sm-25 {
    margin-top: 25px !important;
  }

  .mr-sm-25,
.mx-sm-25 {
    margin-right: 25px !important;
  }

  .mb-sm-25,
.my-sm-25 {
    margin-bottom: 25px !important;
  }

  .ml-sm-25,
.mx-sm-25 {
    margin-left: 25px !important;
  }

  .m-sm-26 {
    margin: 26px !important;
  }

  .mt-sm-26,
.my-sm-26 {
    margin-top: 26px !important;
  }

  .mr-sm-26,
.mx-sm-26 {
    margin-right: 26px !important;
  }

  .mb-sm-26,
.my-sm-26 {
    margin-bottom: 26px !important;
  }

  .ml-sm-26,
.mx-sm-26 {
    margin-left: 26px !important;
  }

  .m-sm-30 {
    margin: 30px !important;
  }

  .mt-sm-30,
.my-sm-30 {
    margin-top: 30px !important;
  }

  .mr-sm-30,
.mx-sm-30 {
    margin-right: 30px !important;
  }

  .mb-sm-30,
.my-sm-30 {
    margin-bottom: 30px !important;
  }

  .ml-sm-30,
.mx-sm-30 {
    margin-left: 30px !important;
  }

  .m-sm-32 {
    margin: 32px !important;
  }

  .mt-sm-32,
.my-sm-32 {
    margin-top: 32px !important;
  }

  .mr-sm-32,
.mx-sm-32 {
    margin-right: 32px !important;
  }

  .mb-sm-32,
.my-sm-32 {
    margin-bottom: 32px !important;
  }

  .ml-sm-32,
.mx-sm-32 {
    margin-left: 32px !important;
  }

  .m-sm-34 {
    margin: 34px !important;
  }

  .mt-sm-34,
.my-sm-34 {
    margin-top: 34px !important;
  }

  .mr-sm-34,
.mx-sm-34 {
    margin-right: 34px !important;
  }

  .mb-sm-34,
.my-sm-34 {
    margin-bottom: 34px !important;
  }

  .ml-sm-34,
.mx-sm-34 {
    margin-left: 34px !important;
  }

  .m-sm-35 {
    margin: 35px !important;
  }

  .mt-sm-35,
.my-sm-35 {
    margin-top: 35px !important;
  }

  .mr-sm-35,
.mx-sm-35 {
    margin-right: 35px !important;
  }

  .mb-sm-35,
.my-sm-35 {
    margin-bottom: 35px !important;
  }

  .ml-sm-35,
.mx-sm-35 {
    margin-left: 35px !important;
  }

  .m-sm-36 {
    margin: 36px !important;
  }

  .mt-sm-36,
.my-sm-36 {
    margin-top: 36px !important;
  }

  .mr-sm-36,
.mx-sm-36 {
    margin-right: 36px !important;
  }

  .mb-sm-36,
.my-sm-36 {
    margin-bottom: 36px !important;
  }

  .ml-sm-36,
.mx-sm-36 {
    margin-left: 36px !important;
  }

  .m-sm-40 {
    margin: 40px !important;
  }

  .mt-sm-40,
.my-sm-40 {
    margin-top: 40px !important;
  }

  .mr-sm-40,
.mx-sm-40 {
    margin-right: 40px !important;
  }

  .mb-sm-40,
.my-sm-40 {
    margin-bottom: 40px !important;
  }

  .ml-sm-40,
.mx-sm-40 {
    margin-left: 40px !important;
  }

  .m-sm-42 {
    margin: 42px !important;
  }

  .mt-sm-42,
.my-sm-42 {
    margin-top: 42px !important;
  }

  .mr-sm-42,
.mx-sm-42 {
    margin-right: 42px !important;
  }

  .mb-sm-42,
.my-sm-42 {
    margin-bottom: 42px !important;
  }

  .ml-sm-42,
.mx-sm-42 {
    margin-left: 42px !important;
  }

  .m-sm-45 {
    margin: 45px !important;
  }

  .mt-sm-45,
.my-sm-45 {
    margin-top: 45px !important;
  }

  .mr-sm-45,
.mx-sm-45 {
    margin-right: 45px !important;
  }

  .mb-sm-45,
.my-sm-45 {
    margin-bottom: 45px !important;
  }

  .ml-sm-45,
.mx-sm-45 {
    margin-left: 45px !important;
  }

  .m-sm-48 {
    margin: 48px !important;
  }

  .mt-sm-48,
.my-sm-48 {
    margin-top: 48px !important;
  }

  .mr-sm-48,
.mx-sm-48 {
    margin-right: 48px !important;
  }

  .mb-sm-48,
.my-sm-48 {
    margin-bottom: 48px !important;
  }

  .ml-sm-48,
.mx-sm-48 {
    margin-left: 48px !important;
  }

  .m-sm-50 {
    margin: 50px !important;
  }

  .mt-sm-50,
.my-sm-50 {
    margin-top: 50px !important;
  }

  .mr-sm-50,
.mx-sm-50 {
    margin-right: 50px !important;
  }

  .mb-sm-50,
.my-sm-50 {
    margin-bottom: 50px !important;
  }

  .ml-sm-50,
.mx-sm-50 {
    margin-left: 50px !important;
  }

  .m-sm-54 {
    margin: 54px !important;
  }

  .mt-sm-54,
.my-sm-54 {
    margin-top: 54px !important;
  }

  .mr-sm-54,
.mx-sm-54 {
    margin-right: 54px !important;
  }

  .mb-sm-54,
.my-sm-54 {
    margin-bottom: 54px !important;
  }

  .ml-sm-54,
.mx-sm-54 {
    margin-left: 54px !important;
  }

  .m-sm-56 {
    margin: 56px !important;
  }

  .mt-sm-56,
.my-sm-56 {
    margin-top: 56px !important;
  }

  .mr-sm-56,
.mx-sm-56 {
    margin-right: 56px !important;
  }

  .mb-sm-56,
.my-sm-56 {
    margin-bottom: 56px !important;
  }

  .ml-sm-56,
.mx-sm-56 {
    margin-left: 56px !important;
  }

  .m-sm-60 {
    margin: 60px !important;
  }

  .mt-sm-60,
.my-sm-60 {
    margin-top: 60px !important;
  }

  .mr-sm-60,
.mx-sm-60 {
    margin-right: 60px !important;
  }

  .mb-sm-60,
.my-sm-60 {
    margin-bottom: 60px !important;
  }

  .ml-sm-60,
.mx-sm-60 {
    margin-left: 60px !important;
  }

  .m-sm-64 {
    margin: 64px !important;
  }

  .mt-sm-64,
.my-sm-64 {
    margin-top: 64px !important;
  }

  .mr-sm-64,
.mx-sm-64 {
    margin-right: 64px !important;
  }

  .mb-sm-64,
.my-sm-64 {
    margin-bottom: 64px !important;
  }

  .ml-sm-64,
.mx-sm-64 {
    margin-left: 64px !important;
  }

  .m-sm-65 {
    margin: 65px !important;
  }

  .mt-sm-65,
.my-sm-65 {
    margin-top: 65px !important;
  }

  .mr-sm-65,
.mx-sm-65 {
    margin-right: 65px !important;
  }

  .mb-sm-65,
.my-sm-65 {
    margin-bottom: 65px !important;
  }

  .ml-sm-65,
.mx-sm-65 {
    margin-left: 65px !important;
  }

  .m-sm-70 {
    margin: 70px !important;
  }

  .mt-sm-70,
.my-sm-70 {
    margin-top: 70px !important;
  }

  .mr-sm-70,
.mx-sm-70 {
    margin-right: 70px !important;
  }

  .mb-sm-70,
.my-sm-70 {
    margin-bottom: 70px !important;
  }

  .ml-sm-70,
.mx-sm-70 {
    margin-left: 70px !important;
  }

  .m-sm-80 {
    margin: 80px !important;
  }

  .mt-sm-80,
.my-sm-80 {
    margin-top: 80px !important;
  }

  .mr-sm-80,
.mx-sm-80 {
    margin-right: 80px !important;
  }

  .mb-sm-80,
.my-sm-80 {
    margin-bottom: 80px !important;
  }

  .ml-sm-80,
.mx-sm-80 {
    margin-left: 80px !important;
  }

  .m-sm-88 {
    margin: 88px !important;
  }

  .mt-sm-88,
.my-sm-88 {
    margin-top: 88px !important;
  }

  .mr-sm-88,
.mx-sm-88 {
    margin-right: 88px !important;
  }

  .mb-sm-88,
.my-sm-88 {
    margin-bottom: 88px !important;
  }

  .ml-sm-88,
.mx-sm-88 {
    margin-left: 88px !important;
  }

  .m-sm-90 {
    margin: 90px !important;
  }

  .mt-sm-90,
.my-sm-90 {
    margin-top: 90px !important;
  }

  .mr-sm-90,
.mx-sm-90 {
    margin-right: 90px !important;
  }

  .mb-sm-90,
.my-sm-90 {
    margin-bottom: 90px !important;
  }

  .ml-sm-90,
.mx-sm-90 {
    margin-left: 90px !important;
  }

  .m-sm-96 {
    margin: 96px !important;
  }

  .mt-sm-96,
.my-sm-96 {
    margin-top: 96px !important;
  }

  .mr-sm-96,
.mx-sm-96 {
    margin-right: 96px !important;
  }

  .mb-sm-96,
.my-sm-96 {
    margin-bottom: 96px !important;
  }

  .ml-sm-96,
.mx-sm-96 {
    margin-left: 96px !important;
  }

  .m-sm-100 {
    margin: 100px !important;
  }

  .mt-sm-100,
.my-sm-100 {
    margin-top: 100px !important;
  }

  .mr-sm-100,
.mx-sm-100 {
    margin-right: 100px !important;
  }

  .mb-sm-100,
.my-sm-100 {
    margin-bottom: 100px !important;
  }

  .ml-sm-100,
.mx-sm-100 {
    margin-left: 100px !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.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .p-sm-6 {
    padding: 6px !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 6px !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 6px !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 6px !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 6px !important;
  }

  .p-sm-7 {
    padding: 7px !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 7px !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 7px !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 7px !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 7px !important;
  }

  .p-sm-8 {
    padding: 8px !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 8px !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 8px !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 8px !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 8px !important;
  }

  .p-sm-9 {
    padding: 9px !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 9px !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 9px !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 9px !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 9px !important;
  }

  .p-sm-10 {
    padding: 10px !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 10px !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 10px !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 10px !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 10px !important;
  }

  .p-sm-12 {
    padding: 12px !important;
  }

  .pt-sm-12,
.py-sm-12 {
    padding-top: 12px !important;
  }

  .pr-sm-12,
.px-sm-12 {
    padding-right: 12px !important;
  }

  .pb-sm-12,
.py-sm-12 {
    padding-bottom: 12px !important;
  }

  .pl-sm-12,
.px-sm-12 {
    padding-left: 12px !important;
  }

  .p-sm-14 {
    padding: 14px !important;
  }

  .pt-sm-14,
.py-sm-14 {
    padding-top: 14px !important;
  }

  .pr-sm-14,
.px-sm-14 {
    padding-right: 14px !important;
  }

  .pb-sm-14,
.py-sm-14 {
    padding-bottom: 14px !important;
  }

  .pl-sm-14,
.px-sm-14 {
    padding-left: 14px !important;
  }

  .p-sm-15 {
    padding: 15px !important;
  }

  .pt-sm-15,
.py-sm-15 {
    padding-top: 15px !important;
  }

  .pr-sm-15,
.px-sm-15 {
    padding-right: 15px !important;
  }

  .pb-sm-15,
.py-sm-15 {
    padding-bottom: 15px !important;
  }

  .pl-sm-15,
.px-sm-15 {
    padding-left: 15px !important;
  }

  .p-sm-16 {
    padding: 16px !important;
  }

  .pt-sm-16,
.py-sm-16 {
    padding-top: 16px !important;
  }

  .pr-sm-16,
.px-sm-16 {
    padding-right: 16px !important;
  }

  .pb-sm-16,
.py-sm-16 {
    padding-bottom: 16px !important;
  }

  .pl-sm-16,
.px-sm-16 {
    padding-left: 16px !important;
  }

  .p-sm-18 {
    padding: 18px !important;
  }

  .pt-sm-18,
.py-sm-18 {
    padding-top: 18px !important;
  }

  .pr-sm-18,
.px-sm-18 {
    padding-right: 18px !important;
  }

  .pb-sm-18,
.py-sm-18 {
    padding-bottom: 18px !important;
  }

  .pl-sm-18,
.px-sm-18 {
    padding-left: 18px !important;
  }

  .p-sm-20 {
    padding: 20px !important;
  }

  .pt-sm-20,
.py-sm-20 {
    padding-top: 20px !important;
  }

  .pr-sm-20,
.px-sm-20 {
    padding-right: 20px !important;
  }

  .pb-sm-20,
.py-sm-20 {
    padding-bottom: 20px !important;
  }

  .pl-sm-20,
.px-sm-20 {
    padding-left: 20px !important;
  }

  .p-sm-21 {
    padding: 21px !important;
  }

  .pt-sm-21,
.py-sm-21 {
    padding-top: 21px !important;
  }

  .pr-sm-21,
.px-sm-21 {
    padding-right: 21px !important;
  }

  .pb-sm-21,
.py-sm-21 {
    padding-bottom: 21px !important;
  }

  .pl-sm-21,
.px-sm-21 {
    padding-left: 21px !important;
  }

  .p-sm-22 {
    padding: 22px !important;
  }

  .pt-sm-22,
.py-sm-22 {
    padding-top: 22px !important;
  }

  .pr-sm-22,
.px-sm-22 {
    padding-right: 22px !important;
  }

  .pb-sm-22,
.py-sm-22 {
    padding-bottom: 22px !important;
  }

  .pl-sm-22,
.px-sm-22 {
    padding-left: 22px !important;
  }

  .p-sm-24 {
    padding: 24px !important;
  }

  .pt-sm-24,
.py-sm-24 {
    padding-top: 24px !important;
  }

  .pr-sm-24,
.px-sm-24 {
    padding-right: 24px !important;
  }

  .pb-sm-24,
.py-sm-24 {
    padding-bottom: 24px !important;
  }

  .pl-sm-24,
.px-sm-24 {
    padding-left: 24px !important;
  }

  .p-sm-25 {
    padding: 25px !important;
  }

  .pt-sm-25,
.py-sm-25 {
    padding-top: 25px !important;
  }

  .pr-sm-25,
.px-sm-25 {
    padding-right: 25px !important;
  }

  .pb-sm-25,
.py-sm-25 {
    padding-bottom: 25px !important;
  }

  .pl-sm-25,
.px-sm-25 {
    padding-left: 25px !important;
  }

  .p-sm-26 {
    padding: 26px !important;
  }

  .pt-sm-26,
.py-sm-26 {
    padding-top: 26px !important;
  }

  .pr-sm-26,
.px-sm-26 {
    padding-right: 26px !important;
  }

  .pb-sm-26,
.py-sm-26 {
    padding-bottom: 26px !important;
  }

  .pl-sm-26,
.px-sm-26 {
    padding-left: 26px !important;
  }

  .p-sm-30 {
    padding: 30px !important;
  }

  .pt-sm-30,
.py-sm-30 {
    padding-top: 30px !important;
  }

  .pr-sm-30,
.px-sm-30 {
    padding-right: 30px !important;
  }

  .pb-sm-30,
.py-sm-30 {
    padding-bottom: 30px !important;
  }

  .pl-sm-30,
.px-sm-30 {
    padding-left: 30px !important;
  }

  .p-sm-32 {
    padding: 32px !important;
  }

  .pt-sm-32,
.py-sm-32 {
    padding-top: 32px !important;
  }

  .pr-sm-32,
.px-sm-32 {
    padding-right: 32px !important;
  }

  .pb-sm-32,
.py-sm-32 {
    padding-bottom: 32px !important;
  }

  .pl-sm-32,
.px-sm-32 {
    padding-left: 32px !important;
  }

  .p-sm-34 {
    padding: 34px !important;
  }

  .pt-sm-34,
.py-sm-34 {
    padding-top: 34px !important;
  }

  .pr-sm-34,
.px-sm-34 {
    padding-right: 34px !important;
  }

  .pb-sm-34,
.py-sm-34 {
    padding-bottom: 34px !important;
  }

  .pl-sm-34,
.px-sm-34 {
    padding-left: 34px !important;
  }

  .p-sm-35 {
    padding: 35px !important;
  }

  .pt-sm-35,
.py-sm-35 {
    padding-top: 35px !important;
  }

  .pr-sm-35,
.px-sm-35 {
    padding-right: 35px !important;
  }

  .pb-sm-35,
.py-sm-35 {
    padding-bottom: 35px !important;
  }

  .pl-sm-35,
.px-sm-35 {
    padding-left: 35px !important;
  }

  .p-sm-36 {
    padding: 36px !important;
  }

  .pt-sm-36,
.py-sm-36 {
    padding-top: 36px !important;
  }

  .pr-sm-36,
.px-sm-36 {
    padding-right: 36px !important;
  }

  .pb-sm-36,
.py-sm-36 {
    padding-bottom: 36px !important;
  }

  .pl-sm-36,
.px-sm-36 {
    padding-left: 36px !important;
  }

  .p-sm-40 {
    padding: 40px !important;
  }

  .pt-sm-40,
.py-sm-40 {
    padding-top: 40px !important;
  }

  .pr-sm-40,
.px-sm-40 {
    padding-right: 40px !important;
  }

  .pb-sm-40,
.py-sm-40 {
    padding-bottom: 40px !important;
  }

  .pl-sm-40,
.px-sm-40 {
    padding-left: 40px !important;
  }

  .p-sm-42 {
    padding: 42px !important;
  }

  .pt-sm-42,
.py-sm-42 {
    padding-top: 42px !important;
  }

  .pr-sm-42,
.px-sm-42 {
    padding-right: 42px !important;
  }

  .pb-sm-42,
.py-sm-42 {
    padding-bottom: 42px !important;
  }

  .pl-sm-42,
.px-sm-42 {
    padding-left: 42px !important;
  }

  .p-sm-45 {
    padding: 45px !important;
  }

  .pt-sm-45,
.py-sm-45 {
    padding-top: 45px !important;
  }

  .pr-sm-45,
.px-sm-45 {
    padding-right: 45px !important;
  }

  .pb-sm-45,
.py-sm-45 {
    padding-bottom: 45px !important;
  }

  .pl-sm-45,
.px-sm-45 {
    padding-left: 45px !important;
  }

  .p-sm-48 {
    padding: 48px !important;
  }

  .pt-sm-48,
.py-sm-48 {
    padding-top: 48px !important;
  }

  .pr-sm-48,
.px-sm-48 {
    padding-right: 48px !important;
  }

  .pb-sm-48,
.py-sm-48 {
    padding-bottom: 48px !important;
  }

  .pl-sm-48,
.px-sm-48 {
    padding-left: 48px !important;
  }

  .p-sm-50 {
    padding: 50px !important;
  }

  .pt-sm-50,
.py-sm-50 {
    padding-top: 50px !important;
  }

  .pr-sm-50,
.px-sm-50 {
    padding-right: 50px !important;
  }

  .pb-sm-50,
.py-sm-50 {
    padding-bottom: 50px !important;
  }

  .pl-sm-50,
.px-sm-50 {
    padding-left: 50px !important;
  }

  .p-sm-54 {
    padding: 54px !important;
  }

  .pt-sm-54,
.py-sm-54 {
    padding-top: 54px !important;
  }

  .pr-sm-54,
.px-sm-54 {
    padding-right: 54px !important;
  }

  .pb-sm-54,
.py-sm-54 {
    padding-bottom: 54px !important;
  }

  .pl-sm-54,
.px-sm-54 {
    padding-left: 54px !important;
  }

  .p-sm-56 {
    padding: 56px !important;
  }

  .pt-sm-56,
.py-sm-56 {
    padding-top: 56px !important;
  }

  .pr-sm-56,
.px-sm-56 {
    padding-right: 56px !important;
  }

  .pb-sm-56,
.py-sm-56 {
    padding-bottom: 56px !important;
  }

  .pl-sm-56,
.px-sm-56 {
    padding-left: 56px !important;
  }

  .p-sm-60 {
    padding: 60px !important;
  }

  .pt-sm-60,
.py-sm-60 {
    padding-top: 60px !important;
  }

  .pr-sm-60,
.px-sm-60 {
    padding-right: 60px !important;
  }

  .pb-sm-60,
.py-sm-60 {
    padding-bottom: 60px !important;
  }

  .pl-sm-60,
.px-sm-60 {
    padding-left: 60px !important;
  }

  .p-sm-64 {
    padding: 64px !important;
  }

  .pt-sm-64,
.py-sm-64 {
    padding-top: 64px !important;
  }

  .pr-sm-64,
.px-sm-64 {
    padding-right: 64px !important;
  }

  .pb-sm-64,
.py-sm-64 {
    padding-bottom: 64px !important;
  }

  .pl-sm-64,
.px-sm-64 {
    padding-left: 64px !important;
  }

  .p-sm-65 {
    padding: 65px !important;
  }

  .pt-sm-65,
.py-sm-65 {
    padding-top: 65px !important;
  }

  .pr-sm-65,
.px-sm-65 {
    padding-right: 65px !important;
  }

  .pb-sm-65,
.py-sm-65 {
    padding-bottom: 65px !important;
  }

  .pl-sm-65,
.px-sm-65 {
    padding-left: 65px !important;
  }

  .p-sm-70 {
    padding: 70px !important;
  }

  .pt-sm-70,
.py-sm-70 {
    padding-top: 70px !important;
  }

  .pr-sm-70,
.px-sm-70 {
    padding-right: 70px !important;
  }

  .pb-sm-70,
.py-sm-70 {
    padding-bottom: 70px !important;
  }

  .pl-sm-70,
.px-sm-70 {
    padding-left: 70px !important;
  }

  .p-sm-80 {
    padding: 80px !important;
  }

  .pt-sm-80,
.py-sm-80 {
    padding-top: 80px !important;
  }

  .pr-sm-80,
.px-sm-80 {
    padding-right: 80px !important;
  }

  .pb-sm-80,
.py-sm-80 {
    padding-bottom: 80px !important;
  }

  .pl-sm-80,
.px-sm-80 {
    padding-left: 80px !important;
  }

  .p-sm-88 {
    padding: 88px !important;
  }

  .pt-sm-88,
.py-sm-88 {
    padding-top: 88px !important;
  }

  .pr-sm-88,
.px-sm-88 {
    padding-right: 88px !important;
  }

  .pb-sm-88,
.py-sm-88 {
    padding-bottom: 88px !important;
  }

  .pl-sm-88,
.px-sm-88 {
    padding-left: 88px !important;
  }

  .p-sm-90 {
    padding: 90px !important;
  }

  .pt-sm-90,
.py-sm-90 {
    padding-top: 90px !important;
  }

  .pr-sm-90,
.px-sm-90 {
    padding-right: 90px !important;
  }

  .pb-sm-90,
.py-sm-90 {
    padding-bottom: 90px !important;
  }

  .pl-sm-90,
.px-sm-90 {
    padding-left: 90px !important;
  }

  .p-sm-96 {
    padding: 96px !important;
  }

  .pt-sm-96,
.py-sm-96 {
    padding-top: 96px !important;
  }

  .pr-sm-96,
.px-sm-96 {
    padding-right: 96px !important;
  }

  .pb-sm-96,
.py-sm-96 {
    padding-bottom: 96px !important;
  }

  .pl-sm-96,
.px-sm-96 {
    padding-left: 96px !important;
  }

  .p-sm-100 {
    padding: 100px !important;
  }

  .pt-sm-100,
.py-sm-100 {
    padding-top: 100px !important;
  }

  .pr-sm-100,
.px-sm-100 {
    padding-right: 100px !important;
  }

  .pb-sm-100,
.py-sm-100 {
    padding-bottom: 100px !important;
  }

  .pl-sm-100,
.px-sm-100 {
    padding-left: 100px !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.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-n6 {
    margin: -6px !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -6px !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -6px !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -6px !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -6px !important;
  }

  .m-sm-n7 {
    margin: -7px !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -7px !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -7px !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -7px !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -7px !important;
  }

  .m-sm-n8 {
    margin: -8px !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -8px !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -8px !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -8px !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -8px !important;
  }

  .m-sm-n9 {
    margin: -9px !important;
  }

  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -9px !important;
  }

  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -9px !important;
  }

  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -9px !important;
  }

  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -9px !important;
  }

  .m-sm-n10 {
    margin: -10px !important;
  }

  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -10px !important;
  }

  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -10px !important;
  }

  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -10px !important;
  }

  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -10px !important;
  }

  .m-sm-n12 {
    margin: -12px !important;
  }

  .mt-sm-n12,
.my-sm-n12 {
    margin-top: -12px !important;
  }

  .mr-sm-n12,
.mx-sm-n12 {
    margin-right: -12px !important;
  }

  .mb-sm-n12,
.my-sm-n12 {
    margin-bottom: -12px !important;
  }

  .ml-sm-n12,
.mx-sm-n12 {
    margin-left: -12px !important;
  }

  .m-sm-n14 {
    margin: -14px !important;
  }

  .mt-sm-n14,
.my-sm-n14 {
    margin-top: -14px !important;
  }

  .mr-sm-n14,
.mx-sm-n14 {
    margin-right: -14px !important;
  }

  .mb-sm-n14,
.my-sm-n14 {
    margin-bottom: -14px !important;
  }

  .ml-sm-n14,
.mx-sm-n14 {
    margin-left: -14px !important;
  }

  .m-sm-n15 {
    margin: -15px !important;
  }

  .mt-sm-n15,
.my-sm-n15 {
    margin-top: -15px !important;
  }

  .mr-sm-n15,
.mx-sm-n15 {
    margin-right: -15px !important;
  }

  .mb-sm-n15,
.my-sm-n15 {
    margin-bottom: -15px !important;
  }

  .ml-sm-n15,
.mx-sm-n15 {
    margin-left: -15px !important;
  }

  .m-sm-n16 {
    margin: -16px !important;
  }

  .mt-sm-n16,
.my-sm-n16 {
    margin-top: -16px !important;
  }

  .mr-sm-n16,
.mx-sm-n16 {
    margin-right: -16px !important;
  }

  .mb-sm-n16,
.my-sm-n16 {
    margin-bottom: -16px !important;
  }

  .ml-sm-n16,
.mx-sm-n16 {
    margin-left: -16px !important;
  }

  .m-sm-n18 {
    margin: -18px !important;
  }

  .mt-sm-n18,
.my-sm-n18 {
    margin-top: -18px !important;
  }

  .mr-sm-n18,
.mx-sm-n18 {
    margin-right: -18px !important;
  }

  .mb-sm-n18,
.my-sm-n18 {
    margin-bottom: -18px !important;
  }

  .ml-sm-n18,
.mx-sm-n18 {
    margin-left: -18px !important;
  }

  .m-sm-n20 {
    margin: -20px !important;
  }

  .mt-sm-n20,
.my-sm-n20 {
    margin-top: -20px !important;
  }

  .mr-sm-n20,
.mx-sm-n20 {
    margin-right: -20px !important;
  }

  .mb-sm-n20,
.my-sm-n20 {
    margin-bottom: -20px !important;
  }

  .ml-sm-n20,
.mx-sm-n20 {
    margin-left: -20px !important;
  }

  .m-sm-n21 {
    margin: -21px !important;
  }

  .mt-sm-n21,
.my-sm-n21 {
    margin-top: -21px !important;
  }

  .mr-sm-n21,
.mx-sm-n21 {
    margin-right: -21px !important;
  }

  .mb-sm-n21,
.my-sm-n21 {
    margin-bottom: -21px !important;
  }

  .ml-sm-n21,
.mx-sm-n21 {
    margin-left: -21px !important;
  }

  .m-sm-n22 {
    margin: -22px !important;
  }

  .mt-sm-n22,
.my-sm-n22 {
    margin-top: -22px !important;
  }

  .mr-sm-n22,
.mx-sm-n22 {
    margin-right: -22px !important;
  }

  .mb-sm-n22,
.my-sm-n22 {
    margin-bottom: -22px !important;
  }

  .ml-sm-n22,
.mx-sm-n22 {
    margin-left: -22px !important;
  }

  .m-sm-n24 {
    margin: -24px !important;
  }

  .mt-sm-n24,
.my-sm-n24 {
    margin-top: -24px !important;
  }

  .mr-sm-n24,
.mx-sm-n24 {
    margin-right: -24px !important;
  }

  .mb-sm-n24,
.my-sm-n24 {
    margin-bottom: -24px !important;
  }

  .ml-sm-n24,
.mx-sm-n24 {
    margin-left: -24px !important;
  }

  .m-sm-n25 {
    margin: -25px !important;
  }

  .mt-sm-n25,
.my-sm-n25 {
    margin-top: -25px !important;
  }

  .mr-sm-n25,
.mx-sm-n25 {
    margin-right: -25px !important;
  }

  .mb-sm-n25,
.my-sm-n25 {
    margin-bottom: -25px !important;
  }

  .ml-sm-n25,
.mx-sm-n25 {
    margin-left: -25px !important;
  }

  .m-sm-n26 {
    margin: -26px !important;
  }

  .mt-sm-n26,
.my-sm-n26 {
    margin-top: -26px !important;
  }

  .mr-sm-n26,
.mx-sm-n26 {
    margin-right: -26px !important;
  }

  .mb-sm-n26,
.my-sm-n26 {
    margin-bottom: -26px !important;
  }

  .ml-sm-n26,
.mx-sm-n26 {
    margin-left: -26px !important;
  }

  .m-sm-n30 {
    margin: -30px !important;
  }

  .mt-sm-n30,
.my-sm-n30 {
    margin-top: -30px !important;
  }

  .mr-sm-n30,
.mx-sm-n30 {
    margin-right: -30px !important;
  }

  .mb-sm-n30,
.my-sm-n30 {
    margin-bottom: -30px !important;
  }

  .ml-sm-n30,
.mx-sm-n30 {
    margin-left: -30px !important;
  }

  .m-sm-n32 {
    margin: -32px !important;
  }

  .mt-sm-n32,
.my-sm-n32 {
    margin-top: -32px !important;
  }

  .mr-sm-n32,
.mx-sm-n32 {
    margin-right: -32px !important;
  }

  .mb-sm-n32,
.my-sm-n32 {
    margin-bottom: -32px !important;
  }

  .ml-sm-n32,
.mx-sm-n32 {
    margin-left: -32px !important;
  }

  .m-sm-n34 {
    margin: -34px !important;
  }

  .mt-sm-n34,
.my-sm-n34 {
    margin-top: -34px !important;
  }

  .mr-sm-n34,
.mx-sm-n34 {
    margin-right: -34px !important;
  }

  .mb-sm-n34,
.my-sm-n34 {
    margin-bottom: -34px !important;
  }

  .ml-sm-n34,
.mx-sm-n34 {
    margin-left: -34px !important;
  }

  .m-sm-n35 {
    margin: -35px !important;
  }

  .mt-sm-n35,
.my-sm-n35 {
    margin-top: -35px !important;
  }

  .mr-sm-n35,
.mx-sm-n35 {
    margin-right: -35px !important;
  }

  .mb-sm-n35,
.my-sm-n35 {
    margin-bottom: -35px !important;
  }

  .ml-sm-n35,
.mx-sm-n35 {
    margin-left: -35px !important;
  }

  .m-sm-n36 {
    margin: -36px !important;
  }

  .mt-sm-n36,
.my-sm-n36 {
    margin-top: -36px !important;
  }

  .mr-sm-n36,
.mx-sm-n36 {
    margin-right: -36px !important;
  }

  .mb-sm-n36,
.my-sm-n36 {
    margin-bottom: -36px !important;
  }

  .ml-sm-n36,
.mx-sm-n36 {
    margin-left: -36px !important;
  }

  .m-sm-n40 {
    margin: -40px !important;
  }

  .mt-sm-n40,
.my-sm-n40 {
    margin-top: -40px !important;
  }

  .mr-sm-n40,
.mx-sm-n40 {
    margin-right: -40px !important;
  }

  .mb-sm-n40,
.my-sm-n40 {
    margin-bottom: -40px !important;
  }

  .ml-sm-n40,
.mx-sm-n40 {
    margin-left: -40px !important;
  }

  .m-sm-n42 {
    margin: -42px !important;
  }

  .mt-sm-n42,
.my-sm-n42 {
    margin-top: -42px !important;
  }

  .mr-sm-n42,
.mx-sm-n42 {
    margin-right: -42px !important;
  }

  .mb-sm-n42,
.my-sm-n42 {
    margin-bottom: -42px !important;
  }

  .ml-sm-n42,
.mx-sm-n42 {
    margin-left: -42px !important;
  }

  .m-sm-n45 {
    margin: -45px !important;
  }

  .mt-sm-n45,
.my-sm-n45 {
    margin-top: -45px !important;
  }

  .mr-sm-n45,
.mx-sm-n45 {
    margin-right: -45px !important;
  }

  .mb-sm-n45,
.my-sm-n45 {
    margin-bottom: -45px !important;
  }

  .ml-sm-n45,
.mx-sm-n45 {
    margin-left: -45px !important;
  }

  .m-sm-n48 {
    margin: -48px !important;
  }

  .mt-sm-n48,
.my-sm-n48 {
    margin-top: -48px !important;
  }

  .mr-sm-n48,
.mx-sm-n48 {
    margin-right: -48px !important;
  }

  .mb-sm-n48,
.my-sm-n48 {
    margin-bottom: -48px !important;
  }

  .ml-sm-n48,
.mx-sm-n48 {
    margin-left: -48px !important;
  }

  .m-sm-n50 {
    margin: -50px !important;
  }

  .mt-sm-n50,
.my-sm-n50 {
    margin-top: -50px !important;
  }

  .mr-sm-n50,
.mx-sm-n50 {
    margin-right: -50px !important;
  }

  .mb-sm-n50,
.my-sm-n50 {
    margin-bottom: -50px !important;
  }

  .ml-sm-n50,
.mx-sm-n50 {
    margin-left: -50px !important;
  }

  .m-sm-n54 {
    margin: -54px !important;
  }

  .mt-sm-n54,
.my-sm-n54 {
    margin-top: -54px !important;
  }

  .mr-sm-n54,
.mx-sm-n54 {
    margin-right: -54px !important;
  }

  .mb-sm-n54,
.my-sm-n54 {
    margin-bottom: -54px !important;
  }

  .ml-sm-n54,
.mx-sm-n54 {
    margin-left: -54px !important;
  }

  .m-sm-n56 {
    margin: -56px !important;
  }

  .mt-sm-n56,
.my-sm-n56 {
    margin-top: -56px !important;
  }

  .mr-sm-n56,
.mx-sm-n56 {
    margin-right: -56px !important;
  }

  .mb-sm-n56,
.my-sm-n56 {
    margin-bottom: -56px !important;
  }

  .ml-sm-n56,
.mx-sm-n56 {
    margin-left: -56px !important;
  }

  .m-sm-n60 {
    margin: -60px !important;
  }

  .mt-sm-n60,
.my-sm-n60 {
    margin-top: -60px !important;
  }

  .mr-sm-n60,
.mx-sm-n60 {
    margin-right: -60px !important;
  }

  .mb-sm-n60,
.my-sm-n60 {
    margin-bottom: -60px !important;
  }

  .ml-sm-n60,
.mx-sm-n60 {
    margin-left: -60px !important;
  }

  .m-sm-n64 {
    margin: -64px !important;
  }

  .mt-sm-n64,
.my-sm-n64 {
    margin-top: -64px !important;
  }

  .mr-sm-n64,
.mx-sm-n64 {
    margin-right: -64px !important;
  }

  .mb-sm-n64,
.my-sm-n64 {
    margin-bottom: -64px !important;
  }

  .ml-sm-n64,
.mx-sm-n64 {
    margin-left: -64px !important;
  }

  .m-sm-n65 {
    margin: -65px !important;
  }

  .mt-sm-n65,
.my-sm-n65 {
    margin-top: -65px !important;
  }

  .mr-sm-n65,
.mx-sm-n65 {
    margin-right: -65px !important;
  }

  .mb-sm-n65,
.my-sm-n65 {
    margin-bottom: -65px !important;
  }

  .ml-sm-n65,
.mx-sm-n65 {
    margin-left: -65px !important;
  }

  .m-sm-n70 {
    margin: -70px !important;
  }

  .mt-sm-n70,
.my-sm-n70 {
    margin-top: -70px !important;
  }

  .mr-sm-n70,
.mx-sm-n70 {
    margin-right: -70px !important;
  }

  .mb-sm-n70,
.my-sm-n70 {
    margin-bottom: -70px !important;
  }

  .ml-sm-n70,
.mx-sm-n70 {
    margin-left: -70px !important;
  }

  .m-sm-n80 {
    margin: -80px !important;
  }

  .mt-sm-n80,
.my-sm-n80 {
    margin-top: -80px !important;
  }

  .mr-sm-n80,
.mx-sm-n80 {
    margin-right: -80px !important;
  }

  .mb-sm-n80,
.my-sm-n80 {
    margin-bottom: -80px !important;
  }

  .ml-sm-n80,
.mx-sm-n80 {
    margin-left: -80px !important;
  }

  .m-sm-n88 {
    margin: -88px !important;
  }

  .mt-sm-n88,
.my-sm-n88 {
    margin-top: -88px !important;
  }

  .mr-sm-n88,
.mx-sm-n88 {
    margin-right: -88px !important;
  }

  .mb-sm-n88,
.my-sm-n88 {
    margin-bottom: -88px !important;
  }

  .ml-sm-n88,
.mx-sm-n88 {
    margin-left: -88px !important;
  }

  .m-sm-n90 {
    margin: -90px !important;
  }

  .mt-sm-n90,
.my-sm-n90 {
    margin-top: -90px !important;
  }

  .mr-sm-n90,
.mx-sm-n90 {
    margin-right: -90px !important;
  }

  .mb-sm-n90,
.my-sm-n90 {
    margin-bottom: -90px !important;
  }

  .ml-sm-n90,
.mx-sm-n90 {
    margin-left: -90px !important;
  }

  .m-sm-n96 {
    margin: -96px !important;
  }

  .mt-sm-n96,
.my-sm-n96 {
    margin-top: -96px !important;
  }

  .mr-sm-n96,
.mx-sm-n96 {
    margin-right: -96px !important;
  }

  .mb-sm-n96,
.my-sm-n96 {
    margin-bottom: -96px !important;
  }

  .ml-sm-n96,
.mx-sm-n96 {
    margin-left: -96px !important;
  }

  .m-sm-n100 {
    margin: -100px !important;
  }

  .mt-sm-n100,
.my-sm-n100 {
    margin-top: -100px !important;
  }

  .mr-sm-n100,
.mx-sm-n100 {
    margin-right: -100px !important;
  }

  .mb-sm-n100,
.my-sm-n100 {
    margin-bottom: -100px !important;
  }

  .ml-sm-n100,
.mx-sm-n100 {
    margin-left: -100px !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.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-6 {
    margin: 6px !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 6px !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 6px !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 6px !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 6px !important;
  }

  .m-md-7 {
    margin: 7px !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 7px !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 7px !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 7px !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 7px !important;
  }

  .m-md-8 {
    margin: 8px !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 8px !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 8px !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 8px !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 8px !important;
  }

  .m-md-9 {
    margin: 9px !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 9px !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 9px !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 9px !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 9px !important;
  }

  .m-md-10 {
    margin: 10px !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 10px !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 10px !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 10px !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 10px !important;
  }

  .m-md-12 {
    margin: 12px !important;
  }

  .mt-md-12,
.my-md-12 {
    margin-top: 12px !important;
  }

  .mr-md-12,
.mx-md-12 {
    margin-right: 12px !important;
  }

  .mb-md-12,
.my-md-12 {
    margin-bottom: 12px !important;
  }

  .ml-md-12,
.mx-md-12 {
    margin-left: 12px !important;
  }

  .m-md-14 {
    margin: 14px !important;
  }

  .mt-md-14,
.my-md-14 {
    margin-top: 14px !important;
  }

  .mr-md-14,
.mx-md-14 {
    margin-right: 14px !important;
  }

  .mb-md-14,
.my-md-14 {
    margin-bottom: 14px !important;
  }

  .ml-md-14,
.mx-md-14 {
    margin-left: 14px !important;
  }

  .m-md-15 {
    margin: 15px !important;
  }

  .mt-md-15,
.my-md-15 {
    margin-top: 15px !important;
  }

  .mr-md-15,
.mx-md-15 {
    margin-right: 15px !important;
  }

  .mb-md-15,
.my-md-15 {
    margin-bottom: 15px !important;
  }

  .ml-md-15,
.mx-md-15 {
    margin-left: 15px !important;
  }

  .m-md-16 {
    margin: 16px !important;
  }

  .mt-md-16,
.my-md-16 {
    margin-top: 16px !important;
  }

  .mr-md-16,
.mx-md-16 {
    margin-right: 16px !important;
  }

  .mb-md-16,
.my-md-16 {
    margin-bottom: 16px !important;
  }

  .ml-md-16,
.mx-md-16 {
    margin-left: 16px !important;
  }

  .m-md-18 {
    margin: 18px !important;
  }

  .mt-md-18,
.my-md-18 {
    margin-top: 18px !important;
  }

  .mr-md-18,
.mx-md-18 {
    margin-right: 18px !important;
  }

  .mb-md-18,
.my-md-18 {
    margin-bottom: 18px !important;
  }

  .ml-md-18,
.mx-md-18 {
    margin-left: 18px !important;
  }

  .m-md-20 {
    margin: 20px !important;
  }

  .mt-md-20,
.my-md-20 {
    margin-top: 20px !important;
  }

  .mr-md-20,
.mx-md-20 {
    margin-right: 20px !important;
  }

  .mb-md-20,
.my-md-20 {
    margin-bottom: 20px !important;
  }

  .ml-md-20,
.mx-md-20 {
    margin-left: 20px !important;
  }

  .m-md-21 {
    margin: 21px !important;
  }

  .mt-md-21,
.my-md-21 {
    margin-top: 21px !important;
  }

  .mr-md-21,
.mx-md-21 {
    margin-right: 21px !important;
  }

  .mb-md-21,
.my-md-21 {
    margin-bottom: 21px !important;
  }

  .ml-md-21,
.mx-md-21 {
    margin-left: 21px !important;
  }

  .m-md-22 {
    margin: 22px !important;
  }

  .mt-md-22,
.my-md-22 {
    margin-top: 22px !important;
  }

  .mr-md-22,
.mx-md-22 {
    margin-right: 22px !important;
  }

  .mb-md-22,
.my-md-22 {
    margin-bottom: 22px !important;
  }

  .ml-md-22,
.mx-md-22 {
    margin-left: 22px !important;
  }

  .m-md-24 {
    margin: 24px !important;
  }

  .mt-md-24,
.my-md-24 {
    margin-top: 24px !important;
  }

  .mr-md-24,
.mx-md-24 {
    margin-right: 24px !important;
  }

  .mb-md-24,
.my-md-24 {
    margin-bottom: 24px !important;
  }

  .ml-md-24,
.mx-md-24 {
    margin-left: 24px !important;
  }

  .m-md-25 {
    margin: 25px !important;
  }

  .mt-md-25,
.my-md-25 {
    margin-top: 25px !important;
  }

  .mr-md-25,
.mx-md-25 {
    margin-right: 25px !important;
  }

  .mb-md-25,
.my-md-25 {
    margin-bottom: 25px !important;
  }

  .ml-md-25,
.mx-md-25 {
    margin-left: 25px !important;
  }

  .m-md-26 {
    margin: 26px !important;
  }

  .mt-md-26,
.my-md-26 {
    margin-top: 26px !important;
  }

  .mr-md-26,
.mx-md-26 {
    margin-right: 26px !important;
  }

  .mb-md-26,
.my-md-26 {
    margin-bottom: 26px !important;
  }

  .ml-md-26,
.mx-md-26 {
    margin-left: 26px !important;
  }

  .m-md-30 {
    margin: 30px !important;
  }

  .mt-md-30,
.my-md-30 {
    margin-top: 30px !important;
  }

  .mr-md-30,
.mx-md-30 {
    margin-right: 30px !important;
  }

  .mb-md-30,
.my-md-30 {
    margin-bottom: 30px !important;
  }

  .ml-md-30,
.mx-md-30 {
    margin-left: 30px !important;
  }

  .m-md-32 {
    margin: 32px !important;
  }

  .mt-md-32,
.my-md-32 {
    margin-top: 32px !important;
  }

  .mr-md-32,
.mx-md-32 {
    margin-right: 32px !important;
  }

  .mb-md-32,
.my-md-32 {
    margin-bottom: 32px !important;
  }

  .ml-md-32,
.mx-md-32 {
    margin-left: 32px !important;
  }

  .m-md-34 {
    margin: 34px !important;
  }

  .mt-md-34,
.my-md-34 {
    margin-top: 34px !important;
  }

  .mr-md-34,
.mx-md-34 {
    margin-right: 34px !important;
  }

  .mb-md-34,
.my-md-34 {
    margin-bottom: 34px !important;
  }

  .ml-md-34,
.mx-md-34 {
    margin-left: 34px !important;
  }

  .m-md-35 {
    margin: 35px !important;
  }

  .mt-md-35,
.my-md-35 {
    margin-top: 35px !important;
  }

  .mr-md-35,
.mx-md-35 {
    margin-right: 35px !important;
  }

  .mb-md-35,
.my-md-35 {
    margin-bottom: 35px !important;
  }

  .ml-md-35,
.mx-md-35 {
    margin-left: 35px !important;
  }

  .m-md-36 {
    margin: 36px !important;
  }

  .mt-md-36,
.my-md-36 {
    margin-top: 36px !important;
  }

  .mr-md-36,
.mx-md-36 {
    margin-right: 36px !important;
  }

  .mb-md-36,
.my-md-36 {
    margin-bottom: 36px !important;
  }

  .ml-md-36,
.mx-md-36 {
    margin-left: 36px !important;
  }

  .m-md-40 {
    margin: 40px !important;
  }

  .mt-md-40,
.my-md-40 {
    margin-top: 40px !important;
  }

  .mr-md-40,
.mx-md-40 {
    margin-right: 40px !important;
  }

  .mb-md-40,
.my-md-40 {
    margin-bottom: 40px !important;
  }

  .ml-md-40,
.mx-md-40 {
    margin-left: 40px !important;
  }

  .m-md-42 {
    margin: 42px !important;
  }

  .mt-md-42,
.my-md-42 {
    margin-top: 42px !important;
  }

  .mr-md-42,
.mx-md-42 {
    margin-right: 42px !important;
  }

  .mb-md-42,
.my-md-42 {
    margin-bottom: 42px !important;
  }

  .ml-md-42,
.mx-md-42 {
    margin-left: 42px !important;
  }

  .m-md-45 {
    margin: 45px !important;
  }

  .mt-md-45,
.my-md-45 {
    margin-top: 45px !important;
  }

  .mr-md-45,
.mx-md-45 {
    margin-right: 45px !important;
  }

  .mb-md-45,
.my-md-45 {
    margin-bottom: 45px !important;
  }

  .ml-md-45,
.mx-md-45 {
    margin-left: 45px !important;
  }

  .m-md-48 {
    margin: 48px !important;
  }

  .mt-md-48,
.my-md-48 {
    margin-top: 48px !important;
  }

  .mr-md-48,
.mx-md-48 {
    margin-right: 48px !important;
  }

  .mb-md-48,
.my-md-48 {
    margin-bottom: 48px !important;
  }

  .ml-md-48,
.mx-md-48 {
    margin-left: 48px !important;
  }

  .m-md-50 {
    margin: 50px !important;
  }

  .mt-md-50,
.my-md-50 {
    margin-top: 50px !important;
  }

  .mr-md-50,
.mx-md-50 {
    margin-right: 50px !important;
  }

  .mb-md-50,
.my-md-50 {
    margin-bottom: 50px !important;
  }

  .ml-md-50,
.mx-md-50 {
    margin-left: 50px !important;
  }

  .m-md-54 {
    margin: 54px !important;
  }

  .mt-md-54,
.my-md-54 {
    margin-top: 54px !important;
  }

  .mr-md-54,
.mx-md-54 {
    margin-right: 54px !important;
  }

  .mb-md-54,
.my-md-54 {
    margin-bottom: 54px !important;
  }

  .ml-md-54,
.mx-md-54 {
    margin-left: 54px !important;
  }

  .m-md-56 {
    margin: 56px !important;
  }

  .mt-md-56,
.my-md-56 {
    margin-top: 56px !important;
  }

  .mr-md-56,
.mx-md-56 {
    margin-right: 56px !important;
  }

  .mb-md-56,
.my-md-56 {
    margin-bottom: 56px !important;
  }

  .ml-md-56,
.mx-md-56 {
    margin-left: 56px !important;
  }

  .m-md-60 {
    margin: 60px !important;
  }

  .mt-md-60,
.my-md-60 {
    margin-top: 60px !important;
  }

  .mr-md-60,
.mx-md-60 {
    margin-right: 60px !important;
  }

  .mb-md-60,
.my-md-60 {
    margin-bottom: 60px !important;
  }

  .ml-md-60,
.mx-md-60 {
    margin-left: 60px !important;
  }

  .m-md-64 {
    margin: 64px !important;
  }

  .mt-md-64,
.my-md-64 {
    margin-top: 64px !important;
  }

  .mr-md-64,
.mx-md-64 {
    margin-right: 64px !important;
  }

  .mb-md-64,
.my-md-64 {
    margin-bottom: 64px !important;
  }

  .ml-md-64,
.mx-md-64 {
    margin-left: 64px !important;
  }

  .m-md-65 {
    margin: 65px !important;
  }

  .mt-md-65,
.my-md-65 {
    margin-top: 65px !important;
  }

  .mr-md-65,
.mx-md-65 {
    margin-right: 65px !important;
  }

  .mb-md-65,
.my-md-65 {
    margin-bottom: 65px !important;
  }

  .ml-md-65,
.mx-md-65 {
    margin-left: 65px !important;
  }

  .m-md-70 {
    margin: 70px !important;
  }

  .mt-md-70,
.my-md-70 {
    margin-top: 70px !important;
  }

  .mr-md-70,
.mx-md-70 {
    margin-right: 70px !important;
  }

  .mb-md-70,
.my-md-70 {
    margin-bottom: 70px !important;
  }

  .ml-md-70,
.mx-md-70 {
    margin-left: 70px !important;
  }

  .m-md-80 {
    margin: 80px !important;
  }

  .mt-md-80,
.my-md-80 {
    margin-top: 80px !important;
  }

  .mr-md-80,
.mx-md-80 {
    margin-right: 80px !important;
  }

  .mb-md-80,
.my-md-80 {
    margin-bottom: 80px !important;
  }

  .ml-md-80,
.mx-md-80 {
    margin-left: 80px !important;
  }

  .m-md-88 {
    margin: 88px !important;
  }

  .mt-md-88,
.my-md-88 {
    margin-top: 88px !important;
  }

  .mr-md-88,
.mx-md-88 {
    margin-right: 88px !important;
  }

  .mb-md-88,
.my-md-88 {
    margin-bottom: 88px !important;
  }

  .ml-md-88,
.mx-md-88 {
    margin-left: 88px !important;
  }

  .m-md-90 {
    margin: 90px !important;
  }

  .mt-md-90,
.my-md-90 {
    margin-top: 90px !important;
  }

  .mr-md-90,
.mx-md-90 {
    margin-right: 90px !important;
  }

  .mb-md-90,
.my-md-90 {
    margin-bottom: 90px !important;
  }

  .ml-md-90,
.mx-md-90 {
    margin-left: 90px !important;
  }

  .m-md-96 {
    margin: 96px !important;
  }

  .mt-md-96,
.my-md-96 {
    margin-top: 96px !important;
  }

  .mr-md-96,
.mx-md-96 {
    margin-right: 96px !important;
  }

  .mb-md-96,
.my-md-96 {
    margin-bottom: 96px !important;
  }

  .ml-md-96,
.mx-md-96 {
    margin-left: 96px !important;
  }

  .m-md-100 {
    margin: 100px !important;
  }

  .mt-md-100,
.my-md-100 {
    margin-top: 100px !important;
  }

  .mr-md-100,
.mx-md-100 {
    margin-right: 100px !important;
  }

  .mb-md-100,
.my-md-100 {
    margin-bottom: 100px !important;
  }

  .ml-md-100,
.mx-md-100 {
    margin-left: 100px !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.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-6 {
    padding: 6px !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 6px !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 6px !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 6px !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 6px !important;
  }

  .p-md-7 {
    padding: 7px !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 7px !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 7px !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 7px !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 7px !important;
  }

  .p-md-8 {
    padding: 8px !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 8px !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 8px !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 8px !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 8px !important;
  }

  .p-md-9 {
    padding: 9px !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 9px !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 9px !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 9px !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 9px !important;
  }

  .p-md-10 {
    padding: 10px !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 10px !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 10px !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 10px !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 10px !important;
  }

  .p-md-12 {
    padding: 12px !important;
  }

  .pt-md-12,
.py-md-12 {
    padding-top: 12px !important;
  }

  .pr-md-12,
.px-md-12 {
    padding-right: 12px !important;
  }

  .pb-md-12,
.py-md-12 {
    padding-bottom: 12px !important;
  }

  .pl-md-12,
.px-md-12 {
    padding-left: 12px !important;
  }

  .p-md-14 {
    padding: 14px !important;
  }

  .pt-md-14,
.py-md-14 {
    padding-top: 14px !important;
  }

  .pr-md-14,
.px-md-14 {
    padding-right: 14px !important;
  }

  .pb-md-14,
.py-md-14 {
    padding-bottom: 14px !important;
  }

  .pl-md-14,
.px-md-14 {
    padding-left: 14px !important;
  }

  .p-md-15 {
    padding: 15px !important;
  }

  .pt-md-15,
.py-md-15 {
    padding-top: 15px !important;
  }

  .pr-md-15,
.px-md-15 {
    padding-right: 15px !important;
  }

  .pb-md-15,
.py-md-15 {
    padding-bottom: 15px !important;
  }

  .pl-md-15,
.px-md-15 {
    padding-left: 15px !important;
  }

  .p-md-16 {
    padding: 16px !important;
  }

  .pt-md-16,
.py-md-16 {
    padding-top: 16px !important;
  }

  .pr-md-16,
.px-md-16 {
    padding-right: 16px !important;
  }

  .pb-md-16,
.py-md-16 {
    padding-bottom: 16px !important;
  }

  .pl-md-16,
.px-md-16 {
    padding-left: 16px !important;
  }

  .p-md-18 {
    padding: 18px !important;
  }

  .pt-md-18,
.py-md-18 {
    padding-top: 18px !important;
  }

  .pr-md-18,
.px-md-18 {
    padding-right: 18px !important;
  }

  .pb-md-18,
.py-md-18 {
    padding-bottom: 18px !important;
  }

  .pl-md-18,
.px-md-18 {
    padding-left: 18px !important;
  }

  .p-md-20 {
    padding: 20px !important;
  }

  .pt-md-20,
.py-md-20 {
    padding-top: 20px !important;
  }

  .pr-md-20,
.px-md-20 {
    padding-right: 20px !important;
  }

  .pb-md-20,
.py-md-20 {
    padding-bottom: 20px !important;
  }

  .pl-md-20,
.px-md-20 {
    padding-left: 20px !important;
  }

  .p-md-21 {
    padding: 21px !important;
  }

  .pt-md-21,
.py-md-21 {
    padding-top: 21px !important;
  }

  .pr-md-21,
.px-md-21 {
    padding-right: 21px !important;
  }

  .pb-md-21,
.py-md-21 {
    padding-bottom: 21px !important;
  }

  .pl-md-21,
.px-md-21 {
    padding-left: 21px !important;
  }

  .p-md-22 {
    padding: 22px !important;
  }

  .pt-md-22,
.py-md-22 {
    padding-top: 22px !important;
  }

  .pr-md-22,
.px-md-22 {
    padding-right: 22px !important;
  }

  .pb-md-22,
.py-md-22 {
    padding-bottom: 22px !important;
  }

  .pl-md-22,
.px-md-22 {
    padding-left: 22px !important;
  }

  .p-md-24 {
    padding: 24px !important;
  }

  .pt-md-24,
.py-md-24 {
    padding-top: 24px !important;
  }

  .pr-md-24,
.px-md-24 {
    padding-right: 24px !important;
  }

  .pb-md-24,
.py-md-24 {
    padding-bottom: 24px !important;
  }

  .pl-md-24,
.px-md-24 {
    padding-left: 24px !important;
  }

  .p-md-25 {
    padding: 25px !important;
  }

  .pt-md-25,
.py-md-25 {
    padding-top: 25px !important;
  }

  .pr-md-25,
.px-md-25 {
    padding-right: 25px !important;
  }

  .pb-md-25,
.py-md-25 {
    padding-bottom: 25px !important;
  }

  .pl-md-25,
.px-md-25 {
    padding-left: 25px !important;
  }

  .p-md-26 {
    padding: 26px !important;
  }

  .pt-md-26,
.py-md-26 {
    padding-top: 26px !important;
  }

  .pr-md-26,
.px-md-26 {
    padding-right: 26px !important;
  }

  .pb-md-26,
.py-md-26 {
    padding-bottom: 26px !important;
  }

  .pl-md-26,
.px-md-26 {
    padding-left: 26px !important;
  }

  .p-md-30 {
    padding: 30px !important;
  }

  .pt-md-30,
.py-md-30 {
    padding-top: 30px !important;
  }

  .pr-md-30,
.px-md-30 {
    padding-right: 30px !important;
  }

  .pb-md-30,
.py-md-30 {
    padding-bottom: 30px !important;
  }

  .pl-md-30,
.px-md-30 {
    padding-left: 30px !important;
  }

  .p-md-32 {
    padding: 32px !important;
  }

  .pt-md-32,
.py-md-32 {
    padding-top: 32px !important;
  }

  .pr-md-32,
.px-md-32 {
    padding-right: 32px !important;
  }

  .pb-md-32,
.py-md-32 {
    padding-bottom: 32px !important;
  }

  .pl-md-32,
.px-md-32 {
    padding-left: 32px !important;
  }

  .p-md-34 {
    padding: 34px !important;
  }

  .pt-md-34,
.py-md-34 {
    padding-top: 34px !important;
  }

  .pr-md-34,
.px-md-34 {
    padding-right: 34px !important;
  }

  .pb-md-34,
.py-md-34 {
    padding-bottom: 34px !important;
  }

  .pl-md-34,
.px-md-34 {
    padding-left: 34px !important;
  }

  .p-md-35 {
    padding: 35px !important;
  }

  .pt-md-35,
.py-md-35 {
    padding-top: 35px !important;
  }

  .pr-md-35,
.px-md-35 {
    padding-right: 35px !important;
  }

  .pb-md-35,
.py-md-35 {
    padding-bottom: 35px !important;
  }

  .pl-md-35,
.px-md-35 {
    padding-left: 35px !important;
  }

  .p-md-36 {
    padding: 36px !important;
  }

  .pt-md-36,
.py-md-36 {
    padding-top: 36px !important;
  }

  .pr-md-36,
.px-md-36 {
    padding-right: 36px !important;
  }

  .pb-md-36,
.py-md-36 {
    padding-bottom: 36px !important;
  }

  .pl-md-36,
.px-md-36 {
    padding-left: 36px !important;
  }

  .p-md-40 {
    padding: 40px !important;
  }

  .pt-md-40,
.py-md-40 {
    padding-top: 40px !important;
  }

  .pr-md-40,
.px-md-40 {
    padding-right: 40px !important;
  }

  .pb-md-40,
.py-md-40 {
    padding-bottom: 40px !important;
  }

  .pl-md-40,
.px-md-40 {
    padding-left: 40px !important;
  }

  .p-md-42 {
    padding: 42px !important;
  }

  .pt-md-42,
.py-md-42 {
    padding-top: 42px !important;
  }

  .pr-md-42,
.px-md-42 {
    padding-right: 42px !important;
  }

  .pb-md-42,
.py-md-42 {
    padding-bottom: 42px !important;
  }

  .pl-md-42,
.px-md-42 {
    padding-left: 42px !important;
  }

  .p-md-45 {
    padding: 45px !important;
  }

  .pt-md-45,
.py-md-45 {
    padding-top: 45px !important;
  }

  .pr-md-45,
.px-md-45 {
    padding-right: 45px !important;
  }

  .pb-md-45,
.py-md-45 {
    padding-bottom: 45px !important;
  }

  .pl-md-45,
.px-md-45 {
    padding-left: 45px !important;
  }

  .p-md-48 {
    padding: 48px !important;
  }

  .pt-md-48,
.py-md-48 {
    padding-top: 48px !important;
  }

  .pr-md-48,
.px-md-48 {
    padding-right: 48px !important;
  }

  .pb-md-48,
.py-md-48 {
    padding-bottom: 48px !important;
  }

  .pl-md-48,
.px-md-48 {
    padding-left: 48px !important;
  }

  .p-md-50 {
    padding: 50px !important;
  }

  .pt-md-50,
.py-md-50 {
    padding-top: 50px !important;
  }

  .pr-md-50,
.px-md-50 {
    padding-right: 50px !important;
  }

  .pb-md-50,
.py-md-50 {
    padding-bottom: 50px !important;
  }

  .pl-md-50,
.px-md-50 {
    padding-left: 50px !important;
  }

  .p-md-54 {
    padding: 54px !important;
  }

  .pt-md-54,
.py-md-54 {
    padding-top: 54px !important;
  }

  .pr-md-54,
.px-md-54 {
    padding-right: 54px !important;
  }

  .pb-md-54,
.py-md-54 {
    padding-bottom: 54px !important;
  }

  .pl-md-54,
.px-md-54 {
    padding-left: 54px !important;
  }

  .p-md-56 {
    padding: 56px !important;
  }

  .pt-md-56,
.py-md-56 {
    padding-top: 56px !important;
  }

  .pr-md-56,
.px-md-56 {
    padding-right: 56px !important;
  }

  .pb-md-56,
.py-md-56 {
    padding-bottom: 56px !important;
  }

  .pl-md-56,
.px-md-56 {
    padding-left: 56px !important;
  }

  .p-md-60 {
    padding: 60px !important;
  }

  .pt-md-60,
.py-md-60 {
    padding-top: 60px !important;
  }

  .pr-md-60,
.px-md-60 {
    padding-right: 60px !important;
  }

  .pb-md-60,
.py-md-60 {
    padding-bottom: 60px !important;
  }

  .pl-md-60,
.px-md-60 {
    padding-left: 60px !important;
  }

  .p-md-64 {
    padding: 64px !important;
  }

  .pt-md-64,
.py-md-64 {
    padding-top: 64px !important;
  }

  .pr-md-64,
.px-md-64 {
    padding-right: 64px !important;
  }

  .pb-md-64,
.py-md-64 {
    padding-bottom: 64px !important;
  }

  .pl-md-64,
.px-md-64 {
    padding-left: 64px !important;
  }

  .p-md-65 {
    padding: 65px !important;
  }

  .pt-md-65,
.py-md-65 {
    padding-top: 65px !important;
  }

  .pr-md-65,
.px-md-65 {
    padding-right: 65px !important;
  }

  .pb-md-65,
.py-md-65 {
    padding-bottom: 65px !important;
  }

  .pl-md-65,
.px-md-65 {
    padding-left: 65px !important;
  }

  .p-md-70 {
    padding: 70px !important;
  }

  .pt-md-70,
.py-md-70 {
    padding-top: 70px !important;
  }

  .pr-md-70,
.px-md-70 {
    padding-right: 70px !important;
  }

  .pb-md-70,
.py-md-70 {
    padding-bottom: 70px !important;
  }

  .pl-md-70,
.px-md-70 {
    padding-left: 70px !important;
  }

  .p-md-80 {
    padding: 80px !important;
  }

  .pt-md-80,
.py-md-80 {
    padding-top: 80px !important;
  }

  .pr-md-80,
.px-md-80 {
    padding-right: 80px !important;
  }

  .pb-md-80,
.py-md-80 {
    padding-bottom: 80px !important;
  }

  .pl-md-80,
.px-md-80 {
    padding-left: 80px !important;
  }

  .p-md-88 {
    padding: 88px !important;
  }

  .pt-md-88,
.py-md-88 {
    padding-top: 88px !important;
  }

  .pr-md-88,
.px-md-88 {
    padding-right: 88px !important;
  }

  .pb-md-88,
.py-md-88 {
    padding-bottom: 88px !important;
  }

  .pl-md-88,
.px-md-88 {
    padding-left: 88px !important;
  }

  .p-md-90 {
    padding: 90px !important;
  }

  .pt-md-90,
.py-md-90 {
    padding-top: 90px !important;
  }

  .pr-md-90,
.px-md-90 {
    padding-right: 90px !important;
  }

  .pb-md-90,
.py-md-90 {
    padding-bottom: 90px !important;
  }

  .pl-md-90,
.px-md-90 {
    padding-left: 90px !important;
  }

  .p-md-96 {
    padding: 96px !important;
  }

  .pt-md-96,
.py-md-96 {
    padding-top: 96px !important;
  }

  .pr-md-96,
.px-md-96 {
    padding-right: 96px !important;
  }

  .pb-md-96,
.py-md-96 {
    padding-bottom: 96px !important;
  }

  .pl-md-96,
.px-md-96 {
    padding-left: 96px !important;
  }

  .p-md-100 {
    padding: 100px !important;
  }

  .pt-md-100,
.py-md-100 {
    padding-top: 100px !important;
  }

  .pr-md-100,
.px-md-100 {
    padding-right: 100px !important;
  }

  .pb-md-100,
.py-md-100 {
    padding-bottom: 100px !important;
  }

  .pl-md-100,
.px-md-100 {
    padding-left: 100px !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.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-n6 {
    margin: -6px !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -6px !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -6px !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -6px !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -6px !important;
  }

  .m-md-n7 {
    margin: -7px !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -7px !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -7px !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -7px !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -7px !important;
  }

  .m-md-n8 {
    margin: -8px !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -8px !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -8px !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -8px !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -8px !important;
  }

  .m-md-n9 {
    margin: -9px !important;
  }

  .mt-md-n9,
.my-md-n9 {
    margin-top: -9px !important;
  }

  .mr-md-n9,
.mx-md-n9 {
    margin-right: -9px !important;
  }

  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -9px !important;
  }

  .ml-md-n9,
.mx-md-n9 {
    margin-left: -9px !important;
  }

  .m-md-n10 {
    margin: -10px !important;
  }

  .mt-md-n10,
.my-md-n10 {
    margin-top: -10px !important;
  }

  .mr-md-n10,
.mx-md-n10 {
    margin-right: -10px !important;
  }

  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -10px !important;
  }

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -10px !important;
  }

  .m-md-n12 {
    margin: -12px !important;
  }

  .mt-md-n12,
.my-md-n12 {
    margin-top: -12px !important;
  }

  .mr-md-n12,
.mx-md-n12 {
    margin-right: -12px !important;
  }

  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -12px !important;
  }

  .ml-md-n12,
.mx-md-n12 {
    margin-left: -12px !important;
  }

  .m-md-n14 {
    margin: -14px !important;
  }

  .mt-md-n14,
.my-md-n14 {
    margin-top: -14px !important;
  }

  .mr-md-n14,
.mx-md-n14 {
    margin-right: -14px !important;
  }

  .mb-md-n14,
.my-md-n14 {
    margin-bottom: -14px !important;
  }

  .ml-md-n14,
.mx-md-n14 {
    margin-left: -14px !important;
  }

  .m-md-n15 {
    margin: -15px !important;
  }

  .mt-md-n15,
.my-md-n15 {
    margin-top: -15px !important;
  }

  .mr-md-n15,
.mx-md-n15 {
    margin-right: -15px !important;
  }

  .mb-md-n15,
.my-md-n15 {
    margin-bottom: -15px !important;
  }

  .ml-md-n15,
.mx-md-n15 {
    margin-left: -15px !important;
  }

  .m-md-n16 {
    margin: -16px !important;
  }

  .mt-md-n16,
.my-md-n16 {
    margin-top: -16px !important;
  }

  .mr-md-n16,
.mx-md-n16 {
    margin-right: -16px !important;
  }

  .mb-md-n16,
.my-md-n16 {
    margin-bottom: -16px !important;
  }

  .ml-md-n16,
.mx-md-n16 {
    margin-left: -16px !important;
  }

  .m-md-n18 {
    margin: -18px !important;
  }

  .mt-md-n18,
.my-md-n18 {
    margin-top: -18px !important;
  }

  .mr-md-n18,
.mx-md-n18 {
    margin-right: -18px !important;
  }

  .mb-md-n18,
.my-md-n18 {
    margin-bottom: -18px !important;
  }

  .ml-md-n18,
.mx-md-n18 {
    margin-left: -18px !important;
  }

  .m-md-n20 {
    margin: -20px !important;
  }

  .mt-md-n20,
.my-md-n20 {
    margin-top: -20px !important;
  }

  .mr-md-n20,
.mx-md-n20 {
    margin-right: -20px !important;
  }

  .mb-md-n20,
.my-md-n20 {
    margin-bottom: -20px !important;
  }

  .ml-md-n20,
.mx-md-n20 {
    margin-left: -20px !important;
  }

  .m-md-n21 {
    margin: -21px !important;
  }

  .mt-md-n21,
.my-md-n21 {
    margin-top: -21px !important;
  }

  .mr-md-n21,
.mx-md-n21 {
    margin-right: -21px !important;
  }

  .mb-md-n21,
.my-md-n21 {
    margin-bottom: -21px !important;
  }

  .ml-md-n21,
.mx-md-n21 {
    margin-left: -21px !important;
  }

  .m-md-n22 {
    margin: -22px !important;
  }

  .mt-md-n22,
.my-md-n22 {
    margin-top: -22px !important;
  }

  .mr-md-n22,
.mx-md-n22 {
    margin-right: -22px !important;
  }

  .mb-md-n22,
.my-md-n22 {
    margin-bottom: -22px !important;
  }

  .ml-md-n22,
.mx-md-n22 {
    margin-left: -22px !important;
  }

  .m-md-n24 {
    margin: -24px !important;
  }

  .mt-md-n24,
.my-md-n24 {
    margin-top: -24px !important;
  }

  .mr-md-n24,
.mx-md-n24 {
    margin-right: -24px !important;
  }

  .mb-md-n24,
.my-md-n24 {
    margin-bottom: -24px !important;
  }

  .ml-md-n24,
.mx-md-n24 {
    margin-left: -24px !important;
  }

  .m-md-n25 {
    margin: -25px !important;
  }

  .mt-md-n25,
.my-md-n25 {
    margin-top: -25px !important;
  }

  .mr-md-n25,
.mx-md-n25 {
    margin-right: -25px !important;
  }

  .mb-md-n25,
.my-md-n25 {
    margin-bottom: -25px !important;
  }

  .ml-md-n25,
.mx-md-n25 {
    margin-left: -25px !important;
  }

  .m-md-n26 {
    margin: -26px !important;
  }

  .mt-md-n26,
.my-md-n26 {
    margin-top: -26px !important;
  }

  .mr-md-n26,
.mx-md-n26 {
    margin-right: -26px !important;
  }

  .mb-md-n26,
.my-md-n26 {
    margin-bottom: -26px !important;
  }

  .ml-md-n26,
.mx-md-n26 {
    margin-left: -26px !important;
  }

  .m-md-n30 {
    margin: -30px !important;
  }

  .mt-md-n30,
.my-md-n30 {
    margin-top: -30px !important;
  }

  .mr-md-n30,
.mx-md-n30 {
    margin-right: -30px !important;
  }

  .mb-md-n30,
.my-md-n30 {
    margin-bottom: -30px !important;
  }

  .ml-md-n30,
.mx-md-n30 {
    margin-left: -30px !important;
  }

  .m-md-n32 {
    margin: -32px !important;
  }

  .mt-md-n32,
.my-md-n32 {
    margin-top: -32px !important;
  }

  .mr-md-n32,
.mx-md-n32 {
    margin-right: -32px !important;
  }

  .mb-md-n32,
.my-md-n32 {
    margin-bottom: -32px !important;
  }

  .ml-md-n32,
.mx-md-n32 {
    margin-left: -32px !important;
  }

  .m-md-n34 {
    margin: -34px !important;
  }

  .mt-md-n34,
.my-md-n34 {
    margin-top: -34px !important;
  }

  .mr-md-n34,
.mx-md-n34 {
    margin-right: -34px !important;
  }

  .mb-md-n34,
.my-md-n34 {
    margin-bottom: -34px !important;
  }

  .ml-md-n34,
.mx-md-n34 {
    margin-left: -34px !important;
  }

  .m-md-n35 {
    margin: -35px !important;
  }

  .mt-md-n35,
.my-md-n35 {
    margin-top: -35px !important;
  }

  .mr-md-n35,
.mx-md-n35 {
    margin-right: -35px !important;
  }

  .mb-md-n35,
.my-md-n35 {
    margin-bottom: -35px !important;
  }

  .ml-md-n35,
.mx-md-n35 {
    margin-left: -35px !important;
  }

  .m-md-n36 {
    margin: -36px !important;
  }

  .mt-md-n36,
.my-md-n36 {
    margin-top: -36px !important;
  }

  .mr-md-n36,
.mx-md-n36 {
    margin-right: -36px !important;
  }

  .mb-md-n36,
.my-md-n36 {
    margin-bottom: -36px !important;
  }

  .ml-md-n36,
.mx-md-n36 {
    margin-left: -36px !important;
  }

  .m-md-n40 {
    margin: -40px !important;
  }

  .mt-md-n40,
.my-md-n40 {
    margin-top: -40px !important;
  }

  .mr-md-n40,
.mx-md-n40 {
    margin-right: -40px !important;
  }

  .mb-md-n40,
.my-md-n40 {
    margin-bottom: -40px !important;
  }

  .ml-md-n40,
.mx-md-n40 {
    margin-left: -40px !important;
  }

  .m-md-n42 {
    margin: -42px !important;
  }

  .mt-md-n42,
.my-md-n42 {
    margin-top: -42px !important;
  }

  .mr-md-n42,
.mx-md-n42 {
    margin-right: -42px !important;
  }

  .mb-md-n42,
.my-md-n42 {
    margin-bottom: -42px !important;
  }

  .ml-md-n42,
.mx-md-n42 {
    margin-left: -42px !important;
  }

  .m-md-n45 {
    margin: -45px !important;
  }

  .mt-md-n45,
.my-md-n45 {
    margin-top: -45px !important;
  }

  .mr-md-n45,
.mx-md-n45 {
    margin-right: -45px !important;
  }

  .mb-md-n45,
.my-md-n45 {
    margin-bottom: -45px !important;
  }

  .ml-md-n45,
.mx-md-n45 {
    margin-left: -45px !important;
  }

  .m-md-n48 {
    margin: -48px !important;
  }

  .mt-md-n48,
.my-md-n48 {
    margin-top: -48px !important;
  }

  .mr-md-n48,
.mx-md-n48 {
    margin-right: -48px !important;
  }

  .mb-md-n48,
.my-md-n48 {
    margin-bottom: -48px !important;
  }

  .ml-md-n48,
.mx-md-n48 {
    margin-left: -48px !important;
  }

  .m-md-n50 {
    margin: -50px !important;
  }

  .mt-md-n50,
.my-md-n50 {
    margin-top: -50px !important;
  }

  .mr-md-n50,
.mx-md-n50 {
    margin-right: -50px !important;
  }

  .mb-md-n50,
.my-md-n50 {
    margin-bottom: -50px !important;
  }

  .ml-md-n50,
.mx-md-n50 {
    margin-left: -50px !important;
  }

  .m-md-n54 {
    margin: -54px !important;
  }

  .mt-md-n54,
.my-md-n54 {
    margin-top: -54px !important;
  }

  .mr-md-n54,
.mx-md-n54 {
    margin-right: -54px !important;
  }

  .mb-md-n54,
.my-md-n54 {
    margin-bottom: -54px !important;
  }

  .ml-md-n54,
.mx-md-n54 {
    margin-left: -54px !important;
  }

  .m-md-n56 {
    margin: -56px !important;
  }

  .mt-md-n56,
.my-md-n56 {
    margin-top: -56px !important;
  }

  .mr-md-n56,
.mx-md-n56 {
    margin-right: -56px !important;
  }

  .mb-md-n56,
.my-md-n56 {
    margin-bottom: -56px !important;
  }

  .ml-md-n56,
.mx-md-n56 {
    margin-left: -56px !important;
  }

  .m-md-n60 {
    margin: -60px !important;
  }

  .mt-md-n60,
.my-md-n60 {
    margin-top: -60px !important;
  }

  .mr-md-n60,
.mx-md-n60 {
    margin-right: -60px !important;
  }

  .mb-md-n60,
.my-md-n60 {
    margin-bottom: -60px !important;
  }

  .ml-md-n60,
.mx-md-n60 {
    margin-left: -60px !important;
  }

  .m-md-n64 {
    margin: -64px !important;
  }

  .mt-md-n64,
.my-md-n64 {
    margin-top: -64px !important;
  }

  .mr-md-n64,
.mx-md-n64 {
    margin-right: -64px !important;
  }

  .mb-md-n64,
.my-md-n64 {
    margin-bottom: -64px !important;
  }

  .ml-md-n64,
.mx-md-n64 {
    margin-left: -64px !important;
  }

  .m-md-n65 {
    margin: -65px !important;
  }

  .mt-md-n65,
.my-md-n65 {
    margin-top: -65px !important;
  }

  .mr-md-n65,
.mx-md-n65 {
    margin-right: -65px !important;
  }

  .mb-md-n65,
.my-md-n65 {
    margin-bottom: -65px !important;
  }

  .ml-md-n65,
.mx-md-n65 {
    margin-left: -65px !important;
  }

  .m-md-n70 {
    margin: -70px !important;
  }

  .mt-md-n70,
.my-md-n70 {
    margin-top: -70px !important;
  }

  .mr-md-n70,
.mx-md-n70 {
    margin-right: -70px !important;
  }

  .mb-md-n70,
.my-md-n70 {
    margin-bottom: -70px !important;
  }

  .ml-md-n70,
.mx-md-n70 {
    margin-left: -70px !important;
  }

  .m-md-n80 {
    margin: -80px !important;
  }

  .mt-md-n80,
.my-md-n80 {
    margin-top: -80px !important;
  }

  .mr-md-n80,
.mx-md-n80 {
    margin-right: -80px !important;
  }

  .mb-md-n80,
.my-md-n80 {
    margin-bottom: -80px !important;
  }

  .ml-md-n80,
.mx-md-n80 {
    margin-left: -80px !important;
  }

  .m-md-n88 {
    margin: -88px !important;
  }

  .mt-md-n88,
.my-md-n88 {
    margin-top: -88px !important;
  }

  .mr-md-n88,
.mx-md-n88 {
    margin-right: -88px !important;
  }

  .mb-md-n88,
.my-md-n88 {
    margin-bottom: -88px !important;
  }

  .ml-md-n88,
.mx-md-n88 {
    margin-left: -88px !important;
  }

  .m-md-n90 {
    margin: -90px !important;
  }

  .mt-md-n90,
.my-md-n90 {
    margin-top: -90px !important;
  }

  .mr-md-n90,
.mx-md-n90 {
    margin-right: -90px !important;
  }

  .mb-md-n90,
.my-md-n90 {
    margin-bottom: -90px !important;
  }

  .ml-md-n90,
.mx-md-n90 {
    margin-left: -90px !important;
  }

  .m-md-n96 {
    margin: -96px !important;
  }

  .mt-md-n96,
.my-md-n96 {
    margin-top: -96px !important;
  }

  .mr-md-n96,
.mx-md-n96 {
    margin-right: -96px !important;
  }

  .mb-md-n96,
.my-md-n96 {
    margin-bottom: -96px !important;
  }

  .ml-md-n96,
.mx-md-n96 {
    margin-left: -96px !important;
  }

  .m-md-n100 {
    margin: -100px !important;
  }

  .mt-md-n100,
.my-md-n100 {
    margin-top: -100px !important;
  }

  .mr-md-n100,
.mx-md-n100 {
    margin-right: -100px !important;
  }

  .mb-md-n100,
.my-md-n100 {
    margin-bottom: -100px !important;
  }

  .ml-md-n100,
.mx-md-n100 {
    margin-left: -100px !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.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-6 {
    margin: 6px !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 6px !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 6px !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 6px !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 6px !important;
  }

  .m-lg-7 {
    margin: 7px !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 7px !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 7px !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 7px !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 7px !important;
  }

  .m-lg-8 {
    margin: 8px !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 8px !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 8px !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 8px !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 8px !important;
  }

  .m-lg-9 {
    margin: 9px !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 9px !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 9px !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 9px !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 9px !important;
  }

  .m-lg-10 {
    margin: 10px !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 10px !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 10px !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 10px !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 10px !important;
  }

  .m-lg-12 {
    margin: 12px !important;
  }

  .mt-lg-12,
.my-lg-12 {
    margin-top: 12px !important;
  }

  .mr-lg-12,
.mx-lg-12 {
    margin-right: 12px !important;
  }

  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 12px !important;
  }

  .ml-lg-12,
.mx-lg-12 {
    margin-left: 12px !important;
  }

  .m-lg-14 {
    margin: 14px !important;
  }

  .mt-lg-14,
.my-lg-14 {
    margin-top: 14px !important;
  }

  .mr-lg-14,
.mx-lg-14 {
    margin-right: 14px !important;
  }

  .mb-lg-14,
.my-lg-14 {
    margin-bottom: 14px !important;
  }

  .ml-lg-14,
.mx-lg-14 {
    margin-left: 14px !important;
  }

  .m-lg-15 {
    margin: 15px !important;
  }

  .mt-lg-15,
.my-lg-15 {
    margin-top: 15px !important;
  }

  .mr-lg-15,
.mx-lg-15 {
    margin-right: 15px !important;
  }

  .mb-lg-15,
.my-lg-15 {
    margin-bottom: 15px !important;
  }

  .ml-lg-15,
.mx-lg-15 {
    margin-left: 15px !important;
  }

  .m-lg-16 {
    margin: 16px !important;
  }

  .mt-lg-16,
.my-lg-16 {
    margin-top: 16px !important;
  }

  .mr-lg-16,
.mx-lg-16 {
    margin-right: 16px !important;
  }

  .mb-lg-16,
.my-lg-16 {
    margin-bottom: 16px !important;
  }

  .ml-lg-16,
.mx-lg-16 {
    margin-left: 16px !important;
  }

  .m-lg-18 {
    margin: 18px !important;
  }

  .mt-lg-18,
.my-lg-18 {
    margin-top: 18px !important;
  }

  .mr-lg-18,
.mx-lg-18 {
    margin-right: 18px !important;
  }

  .mb-lg-18,
.my-lg-18 {
    margin-bottom: 18px !important;
  }

  .ml-lg-18,
.mx-lg-18 {
    margin-left: 18px !important;
  }

  .m-lg-20 {
    margin: 20px !important;
  }

  .mt-lg-20,
.my-lg-20 {
    margin-top: 20px !important;
  }

  .mr-lg-20,
.mx-lg-20 {
    margin-right: 20px !important;
  }

  .mb-lg-20,
.my-lg-20 {
    margin-bottom: 20px !important;
  }

  .ml-lg-20,
.mx-lg-20 {
    margin-left: 20px !important;
  }

  .m-lg-21 {
    margin: 21px !important;
  }

  .mt-lg-21,
.my-lg-21 {
    margin-top: 21px !important;
  }

  .mr-lg-21,
.mx-lg-21 {
    margin-right: 21px !important;
  }

  .mb-lg-21,
.my-lg-21 {
    margin-bottom: 21px !important;
  }

  .ml-lg-21,
.mx-lg-21 {
    margin-left: 21px !important;
  }

  .m-lg-22 {
    margin: 22px !important;
  }

  .mt-lg-22,
.my-lg-22 {
    margin-top: 22px !important;
  }

  .mr-lg-22,
.mx-lg-22 {
    margin-right: 22px !important;
  }

  .mb-lg-22,
.my-lg-22 {
    margin-bottom: 22px !important;
  }

  .ml-lg-22,
.mx-lg-22 {
    margin-left: 22px !important;
  }

  .m-lg-24 {
    margin: 24px !important;
  }

  .mt-lg-24,
.my-lg-24 {
    margin-top: 24px !important;
  }

  .mr-lg-24,
.mx-lg-24 {
    margin-right: 24px !important;
  }

  .mb-lg-24,
.my-lg-24 {
    margin-bottom: 24px !important;
  }

  .ml-lg-24,
.mx-lg-24 {
    margin-left: 24px !important;
  }

  .m-lg-25 {
    margin: 25px !important;
  }

  .mt-lg-25,
.my-lg-25 {
    margin-top: 25px !important;
  }

  .mr-lg-25,
.mx-lg-25 {
    margin-right: 25px !important;
  }

  .mb-lg-25,
.my-lg-25 {
    margin-bottom: 25px !important;
  }

  .ml-lg-25,
.mx-lg-25 {
    margin-left: 25px !important;
  }

  .m-lg-26 {
    margin: 26px !important;
  }

  .mt-lg-26,
.my-lg-26 {
    margin-top: 26px !important;
  }

  .mr-lg-26,
.mx-lg-26 {
    margin-right: 26px !important;
  }

  .mb-lg-26,
.my-lg-26 {
    margin-bottom: 26px !important;
  }

  .ml-lg-26,
.mx-lg-26 {
    margin-left: 26px !important;
  }

  .m-lg-30 {
    margin: 30px !important;
  }

  .mt-lg-30,
.my-lg-30 {
    margin-top: 30px !important;
  }

  .mr-lg-30,
.mx-lg-30 {
    margin-right: 30px !important;
  }

  .mb-lg-30,
.my-lg-30 {
    margin-bottom: 30px !important;
  }

  .ml-lg-30,
.mx-lg-30 {
    margin-left: 30px !important;
  }

  .m-lg-32 {
    margin: 32px !important;
  }

  .mt-lg-32,
.my-lg-32 {
    margin-top: 32px !important;
  }

  .mr-lg-32,
.mx-lg-32 {
    margin-right: 32px !important;
  }

  .mb-lg-32,
.my-lg-32 {
    margin-bottom: 32px !important;
  }

  .ml-lg-32,
.mx-lg-32 {
    margin-left: 32px !important;
  }

  .m-lg-34 {
    margin: 34px !important;
  }

  .mt-lg-34,
.my-lg-34 {
    margin-top: 34px !important;
  }

  .mr-lg-34,
.mx-lg-34 {
    margin-right: 34px !important;
  }

  .mb-lg-34,
.my-lg-34 {
    margin-bottom: 34px !important;
  }

  .ml-lg-34,
.mx-lg-34 {
    margin-left: 34px !important;
  }

  .m-lg-35 {
    margin: 35px !important;
  }

  .mt-lg-35,
.my-lg-35 {
    margin-top: 35px !important;
  }

  .mr-lg-35,
.mx-lg-35 {
    margin-right: 35px !important;
  }

  .mb-lg-35,
.my-lg-35 {
    margin-bottom: 35px !important;
  }

  .ml-lg-35,
.mx-lg-35 {
    margin-left: 35px !important;
  }

  .m-lg-36 {
    margin: 36px !important;
  }

  .mt-lg-36,
.my-lg-36 {
    margin-top: 36px !important;
  }

  .mr-lg-36,
.mx-lg-36 {
    margin-right: 36px !important;
  }

  .mb-lg-36,
.my-lg-36 {
    margin-bottom: 36px !important;
  }

  .ml-lg-36,
.mx-lg-36 {
    margin-left: 36px !important;
  }

  .m-lg-40 {
    margin: 40px !important;
  }

  .mt-lg-40,
.my-lg-40 {
    margin-top: 40px !important;
  }

  .mr-lg-40,
.mx-lg-40 {
    margin-right: 40px !important;
  }

  .mb-lg-40,
.my-lg-40 {
    margin-bottom: 40px !important;
  }

  .ml-lg-40,
.mx-lg-40 {
    margin-left: 40px !important;
  }

  .m-lg-42 {
    margin: 42px !important;
  }

  .mt-lg-42,
.my-lg-42 {
    margin-top: 42px !important;
  }

  .mr-lg-42,
.mx-lg-42 {
    margin-right: 42px !important;
  }

  .mb-lg-42,
.my-lg-42 {
    margin-bottom: 42px !important;
  }

  .ml-lg-42,
.mx-lg-42 {
    margin-left: 42px !important;
  }

  .m-lg-45 {
    margin: 45px !important;
  }

  .mt-lg-45,
.my-lg-45 {
    margin-top: 45px !important;
  }

  .mr-lg-45,
.mx-lg-45 {
    margin-right: 45px !important;
  }

  .mb-lg-45,
.my-lg-45 {
    margin-bottom: 45px !important;
  }

  .ml-lg-45,
.mx-lg-45 {
    margin-left: 45px !important;
  }

  .m-lg-48 {
    margin: 48px !important;
  }

  .mt-lg-48,
.my-lg-48 {
    margin-top: 48px !important;
  }

  .mr-lg-48,
.mx-lg-48 {
    margin-right: 48px !important;
  }

  .mb-lg-48,
.my-lg-48 {
    margin-bottom: 48px !important;
  }

  .ml-lg-48,
.mx-lg-48 {
    margin-left: 48px !important;
  }

  .m-lg-50 {
    margin: 50px !important;
  }

  .mt-lg-50,
.my-lg-50 {
    margin-top: 50px !important;
  }

  .mr-lg-50,
.mx-lg-50 {
    margin-right: 50px !important;
  }

  .mb-lg-50,
.my-lg-50 {
    margin-bottom: 50px !important;
  }

  .ml-lg-50,
.mx-lg-50 {
    margin-left: 50px !important;
  }

  .m-lg-54 {
    margin: 54px !important;
  }

  .mt-lg-54,
.my-lg-54 {
    margin-top: 54px !important;
  }

  .mr-lg-54,
.mx-lg-54 {
    margin-right: 54px !important;
  }

  .mb-lg-54,
.my-lg-54 {
    margin-bottom: 54px !important;
  }

  .ml-lg-54,
.mx-lg-54 {
    margin-left: 54px !important;
  }

  .m-lg-56 {
    margin: 56px !important;
  }

  .mt-lg-56,
.my-lg-56 {
    margin-top: 56px !important;
  }

  .mr-lg-56,
.mx-lg-56 {
    margin-right: 56px !important;
  }

  .mb-lg-56,
.my-lg-56 {
    margin-bottom: 56px !important;
  }

  .ml-lg-56,
.mx-lg-56 {
    margin-left: 56px !important;
  }

  .m-lg-60 {
    margin: 60px !important;
  }

  .mt-lg-60,
.my-lg-60 {
    margin-top: 60px !important;
  }

  .mr-lg-60,
.mx-lg-60 {
    margin-right: 60px !important;
  }

  .mb-lg-60,
.my-lg-60 {
    margin-bottom: 60px !important;
  }

  .ml-lg-60,
.mx-lg-60 {
    margin-left: 60px !important;
  }

  .m-lg-64 {
    margin: 64px !important;
  }

  .mt-lg-64,
.my-lg-64 {
    margin-top: 64px !important;
  }

  .mr-lg-64,
.mx-lg-64 {
    margin-right: 64px !important;
  }

  .mb-lg-64,
.my-lg-64 {
    margin-bottom: 64px !important;
  }

  .ml-lg-64,
.mx-lg-64 {
    margin-left: 64px !important;
  }

  .m-lg-65 {
    margin: 65px !important;
  }

  .mt-lg-65,
.my-lg-65 {
    margin-top: 65px !important;
  }

  .mr-lg-65,
.mx-lg-65 {
    margin-right: 65px !important;
  }

  .mb-lg-65,
.my-lg-65 {
    margin-bottom: 65px !important;
  }

  .ml-lg-65,
.mx-lg-65 {
    margin-left: 65px !important;
  }

  .m-lg-70 {
    margin: 70px !important;
  }

  .mt-lg-70,
.my-lg-70 {
    margin-top: 70px !important;
  }

  .mr-lg-70,
.mx-lg-70 {
    margin-right: 70px !important;
  }

  .mb-lg-70,
.my-lg-70 {
    margin-bottom: 70px !important;
  }

  .ml-lg-70,
.mx-lg-70 {
    margin-left: 70px !important;
  }

  .m-lg-80 {
    margin: 80px !important;
  }

  .mt-lg-80,
.my-lg-80 {
    margin-top: 80px !important;
  }

  .mr-lg-80,
.mx-lg-80 {
    margin-right: 80px !important;
  }

  .mb-lg-80,
.my-lg-80 {
    margin-bottom: 80px !important;
  }

  .ml-lg-80,
.mx-lg-80 {
    margin-left: 80px !important;
  }

  .m-lg-88 {
    margin: 88px !important;
  }

  .mt-lg-88,
.my-lg-88 {
    margin-top: 88px !important;
  }

  .mr-lg-88,
.mx-lg-88 {
    margin-right: 88px !important;
  }

  .mb-lg-88,
.my-lg-88 {
    margin-bottom: 88px !important;
  }

  .ml-lg-88,
.mx-lg-88 {
    margin-left: 88px !important;
  }

  .m-lg-90 {
    margin: 90px !important;
  }

  .mt-lg-90,
.my-lg-90 {
    margin-top: 90px !important;
  }

  .mr-lg-90,
.mx-lg-90 {
    margin-right: 90px !important;
  }

  .mb-lg-90,
.my-lg-90 {
    margin-bottom: 90px !important;
  }

  .ml-lg-90,
.mx-lg-90 {
    margin-left: 90px !important;
  }

  .m-lg-96 {
    margin: 96px !important;
  }

  .mt-lg-96,
.my-lg-96 {
    margin-top: 96px !important;
  }

  .mr-lg-96,
.mx-lg-96 {
    margin-right: 96px !important;
  }

  .mb-lg-96,
.my-lg-96 {
    margin-bottom: 96px !important;
  }

  .ml-lg-96,
.mx-lg-96 {
    margin-left: 96px !important;
  }

  .m-lg-100 {
    margin: 100px !important;
  }

  .mt-lg-100,
.my-lg-100 {
    margin-top: 100px !important;
  }

  .mr-lg-100,
.mx-lg-100 {
    margin-right: 100px !important;
  }

  .mb-lg-100,
.my-lg-100 {
    margin-bottom: 100px !important;
  }

  .ml-lg-100,
.mx-lg-100 {
    margin-left: 100px !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.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-6 {
    padding: 6px !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 6px !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 6px !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 6px !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 6px !important;
  }

  .p-lg-7 {
    padding: 7px !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 7px !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 7px !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 7px !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 7px !important;
  }

  .p-lg-8 {
    padding: 8px !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 8px !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 8px !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 8px !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 8px !important;
  }

  .p-lg-9 {
    padding: 9px !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 9px !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 9px !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 9px !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 9px !important;
  }

  .p-lg-10 {
    padding: 10px !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 10px !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 10px !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 10px !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 10px !important;
  }

  .p-lg-12 {
    padding: 12px !important;
  }

  .pt-lg-12,
.py-lg-12 {
    padding-top: 12px !important;
  }

  .pr-lg-12,
.px-lg-12 {
    padding-right: 12px !important;
  }

  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 12px !important;
  }

  .pl-lg-12,
.px-lg-12 {
    padding-left: 12px !important;
  }

  .p-lg-14 {
    padding: 14px !important;
  }

  .pt-lg-14,
.py-lg-14 {
    padding-top: 14px !important;
  }

  .pr-lg-14,
.px-lg-14 {
    padding-right: 14px !important;
  }

  .pb-lg-14,
.py-lg-14 {
    padding-bottom: 14px !important;
  }

  .pl-lg-14,
.px-lg-14 {
    padding-left: 14px !important;
  }

  .p-lg-15 {
    padding: 15px !important;
  }

  .pt-lg-15,
.py-lg-15 {
    padding-top: 15px !important;
  }

  .pr-lg-15,
.px-lg-15 {
    padding-right: 15px !important;
  }

  .pb-lg-15,
.py-lg-15 {
    padding-bottom: 15px !important;
  }

  .pl-lg-15,
.px-lg-15 {
    padding-left: 15px !important;
  }

  .p-lg-16 {
    padding: 16px !important;
  }

  .pt-lg-16,
.py-lg-16 {
    padding-top: 16px !important;
  }

  .pr-lg-16,
.px-lg-16 {
    padding-right: 16px !important;
  }

  .pb-lg-16,
.py-lg-16 {
    padding-bottom: 16px !important;
  }

  .pl-lg-16,
.px-lg-16 {
    padding-left: 16px !important;
  }

  .p-lg-18 {
    padding: 18px !important;
  }

  .pt-lg-18,
.py-lg-18 {
    padding-top: 18px !important;
  }

  .pr-lg-18,
.px-lg-18 {
    padding-right: 18px !important;
  }

  .pb-lg-18,
.py-lg-18 {
    padding-bottom: 18px !important;
  }

  .pl-lg-18,
.px-lg-18 {
    padding-left: 18px !important;
  }

  .p-lg-20 {
    padding: 20px !important;
  }

  .pt-lg-20,
.py-lg-20 {
    padding-top: 20px !important;
  }

  .pr-lg-20,
.px-lg-20 {
    padding-right: 20px !important;
  }

  .pb-lg-20,
.py-lg-20 {
    padding-bottom: 20px !important;
  }

  .pl-lg-20,
.px-lg-20 {
    padding-left: 20px !important;
  }

  .p-lg-21 {
    padding: 21px !important;
  }

  .pt-lg-21,
.py-lg-21 {
    padding-top: 21px !important;
  }

  .pr-lg-21,
.px-lg-21 {
    padding-right: 21px !important;
  }

  .pb-lg-21,
.py-lg-21 {
    padding-bottom: 21px !important;
  }

  .pl-lg-21,
.px-lg-21 {
    padding-left: 21px !important;
  }

  .p-lg-22 {
    padding: 22px !important;
  }

  .pt-lg-22,
.py-lg-22 {
    padding-top: 22px !important;
  }

  .pr-lg-22,
.px-lg-22 {
    padding-right: 22px !important;
  }

  .pb-lg-22,
.py-lg-22 {
    padding-bottom: 22px !important;
  }

  .pl-lg-22,
.px-lg-22 {
    padding-left: 22px !important;
  }

  .p-lg-24 {
    padding: 24px !important;
  }

  .pt-lg-24,
.py-lg-24 {
    padding-top: 24px !important;
  }

  .pr-lg-24,
.px-lg-24 {
    padding-right: 24px !important;
  }

  .pb-lg-24,
.py-lg-24 {
    padding-bottom: 24px !important;
  }

  .pl-lg-24,
.px-lg-24 {
    padding-left: 24px !important;
  }

  .p-lg-25 {
    padding: 25px !important;
  }

  .pt-lg-25,
.py-lg-25 {
    padding-top: 25px !important;
  }

  .pr-lg-25,
.px-lg-25 {
    padding-right: 25px !important;
  }

  .pb-lg-25,
.py-lg-25 {
    padding-bottom: 25px !important;
  }

  .pl-lg-25,
.px-lg-25 {
    padding-left: 25px !important;
  }

  .p-lg-26 {
    padding: 26px !important;
  }

  .pt-lg-26,
.py-lg-26 {
    padding-top: 26px !important;
  }

  .pr-lg-26,
.px-lg-26 {
    padding-right: 26px !important;
  }

  .pb-lg-26,
.py-lg-26 {
    padding-bottom: 26px !important;
  }

  .pl-lg-26,
.px-lg-26 {
    padding-left: 26px !important;
  }

  .p-lg-30 {
    padding: 30px !important;
  }

  .pt-lg-30,
.py-lg-30 {
    padding-top: 30px !important;
  }

  .pr-lg-30,
.px-lg-30 {
    padding-right: 30px !important;
  }

  .pb-lg-30,
.py-lg-30 {
    padding-bottom: 30px !important;
  }

  .pl-lg-30,
.px-lg-30 {
    padding-left: 30px !important;
  }

  .p-lg-32 {
    padding: 32px !important;
  }

  .pt-lg-32,
.py-lg-32 {
    padding-top: 32px !important;
  }

  .pr-lg-32,
.px-lg-32 {
    padding-right: 32px !important;
  }

  .pb-lg-32,
.py-lg-32 {
    padding-bottom: 32px !important;
  }

  .pl-lg-32,
.px-lg-32 {
    padding-left: 32px !important;
  }

  .p-lg-34 {
    padding: 34px !important;
  }

  .pt-lg-34,
.py-lg-34 {
    padding-top: 34px !important;
  }

  .pr-lg-34,
.px-lg-34 {
    padding-right: 34px !important;
  }

  .pb-lg-34,
.py-lg-34 {
    padding-bottom: 34px !important;
  }

  .pl-lg-34,
.px-lg-34 {
    padding-left: 34px !important;
  }

  .p-lg-35 {
    padding: 35px !important;
  }

  .pt-lg-35,
.py-lg-35 {
    padding-top: 35px !important;
  }

  .pr-lg-35,
.px-lg-35 {
    padding-right: 35px !important;
  }

  .pb-lg-35,
.py-lg-35 {
    padding-bottom: 35px !important;
  }

  .pl-lg-35,
.px-lg-35 {
    padding-left: 35px !important;
  }

  .p-lg-36 {
    padding: 36px !important;
  }

  .pt-lg-36,
.py-lg-36 {
    padding-top: 36px !important;
  }

  .pr-lg-36,
.px-lg-36 {
    padding-right: 36px !important;
  }

  .pb-lg-36,
.py-lg-36 {
    padding-bottom: 36px !important;
  }

  .pl-lg-36,
.px-lg-36 {
    padding-left: 36px !important;
  }

  .p-lg-40 {
    padding: 40px !important;
  }

  .pt-lg-40,
.py-lg-40 {
    padding-top: 40px !important;
  }

  .pr-lg-40,
.px-lg-40 {
    padding-right: 40px !important;
  }

  .pb-lg-40,
.py-lg-40 {
    padding-bottom: 40px !important;
  }

  .pl-lg-40,
.px-lg-40 {
    padding-left: 40px !important;
  }

  .p-lg-42 {
    padding: 42px !important;
  }

  .pt-lg-42,
.py-lg-42 {
    padding-top: 42px !important;
  }

  .pr-lg-42,
.px-lg-42 {
    padding-right: 42px !important;
  }

  .pb-lg-42,
.py-lg-42 {
    padding-bottom: 42px !important;
  }

  .pl-lg-42,
.px-lg-42 {
    padding-left: 42px !important;
  }

  .p-lg-45 {
    padding: 45px !important;
  }

  .pt-lg-45,
.py-lg-45 {
    padding-top: 45px !important;
  }

  .pr-lg-45,
.px-lg-45 {
    padding-right: 45px !important;
  }

  .pb-lg-45,
.py-lg-45 {
    padding-bottom: 45px !important;
  }

  .pl-lg-45,
.px-lg-45 {
    padding-left: 45px !important;
  }

  .p-lg-48 {
    padding: 48px !important;
  }

  .pt-lg-48,
.py-lg-48 {
    padding-top: 48px !important;
  }

  .pr-lg-48,
.px-lg-48 {
    padding-right: 48px !important;
  }

  .pb-lg-48,
.py-lg-48 {
    padding-bottom: 48px !important;
  }

  .pl-lg-48,
.px-lg-48 {
    padding-left: 48px !important;
  }

  .p-lg-50 {
    padding: 50px !important;
  }

  .pt-lg-50,
.py-lg-50 {
    padding-top: 50px !important;
  }

  .pr-lg-50,
.px-lg-50 {
    padding-right: 50px !important;
  }

  .pb-lg-50,
.py-lg-50 {
    padding-bottom: 50px !important;
  }

  .pl-lg-50,
.px-lg-50 {
    padding-left: 50px !important;
  }

  .p-lg-54 {
    padding: 54px !important;
  }

  .pt-lg-54,
.py-lg-54 {
    padding-top: 54px !important;
  }

  .pr-lg-54,
.px-lg-54 {
    padding-right: 54px !important;
  }

  .pb-lg-54,
.py-lg-54 {
    padding-bottom: 54px !important;
  }

  .pl-lg-54,
.px-lg-54 {
    padding-left: 54px !important;
  }

  .p-lg-56 {
    padding: 56px !important;
  }

  .pt-lg-56,
.py-lg-56 {
    padding-top: 56px !important;
  }

  .pr-lg-56,
.px-lg-56 {
    padding-right: 56px !important;
  }

  .pb-lg-56,
.py-lg-56 {
    padding-bottom: 56px !important;
  }

  .pl-lg-56,
.px-lg-56 {
    padding-left: 56px !important;
  }

  .p-lg-60 {
    padding: 60px !important;
  }

  .pt-lg-60,
.py-lg-60 {
    padding-top: 60px !important;
  }

  .pr-lg-60,
.px-lg-60 {
    padding-right: 60px !important;
  }

  .pb-lg-60,
.py-lg-60 {
    padding-bottom: 60px !important;
  }

  .pl-lg-60,
.px-lg-60 {
    padding-left: 60px !important;
  }

  .p-lg-64 {
    padding: 64px !important;
  }

  .pt-lg-64,
.py-lg-64 {
    padding-top: 64px !important;
  }

  .pr-lg-64,
.px-lg-64 {
    padding-right: 64px !important;
  }

  .pb-lg-64,
.py-lg-64 {
    padding-bottom: 64px !important;
  }

  .pl-lg-64,
.px-lg-64 {
    padding-left: 64px !important;
  }

  .p-lg-65 {
    padding: 65px !important;
  }

  .pt-lg-65,
.py-lg-65 {
    padding-top: 65px !important;
  }

  .pr-lg-65,
.px-lg-65 {
    padding-right: 65px !important;
  }

  .pb-lg-65,
.py-lg-65 {
    padding-bottom: 65px !important;
  }

  .pl-lg-65,
.px-lg-65 {
    padding-left: 65px !important;
  }

  .p-lg-70 {
    padding: 70px !important;
  }

  .pt-lg-70,
.py-lg-70 {
    padding-top: 70px !important;
  }

  .pr-lg-70,
.px-lg-70 {
    padding-right: 70px !important;
  }

  .pb-lg-70,
.py-lg-70 {
    padding-bottom: 70px !important;
  }

  .pl-lg-70,
.px-lg-70 {
    padding-left: 70px !important;
  }

  .p-lg-80 {
    padding: 80px !important;
  }

  .pt-lg-80,
.py-lg-80 {
    padding-top: 80px !important;
  }

  .pr-lg-80,
.px-lg-80 {
    padding-right: 80px !important;
  }

  .pb-lg-80,
.py-lg-80 {
    padding-bottom: 80px !important;
  }

  .pl-lg-80,
.px-lg-80 {
    padding-left: 80px !important;
  }

  .p-lg-88 {
    padding: 88px !important;
  }

  .pt-lg-88,
.py-lg-88 {
    padding-top: 88px !important;
  }

  .pr-lg-88,
.px-lg-88 {
    padding-right: 88px !important;
  }

  .pb-lg-88,
.py-lg-88 {
    padding-bottom: 88px !important;
  }

  .pl-lg-88,
.px-lg-88 {
    padding-left: 88px !important;
  }

  .p-lg-90 {
    padding: 90px !important;
  }

  .pt-lg-90,
.py-lg-90 {
    padding-top: 90px !important;
  }

  .pr-lg-90,
.px-lg-90 {
    padding-right: 90px !important;
  }

  .pb-lg-90,
.py-lg-90 {
    padding-bottom: 90px !important;
  }

  .pl-lg-90,
.px-lg-90 {
    padding-left: 90px !important;
  }

  .p-lg-96 {
    padding: 96px !important;
  }

  .pt-lg-96,
.py-lg-96 {
    padding-top: 96px !important;
  }

  .pr-lg-96,
.px-lg-96 {
    padding-right: 96px !important;
  }

  .pb-lg-96,
.py-lg-96 {
    padding-bottom: 96px !important;
  }

  .pl-lg-96,
.px-lg-96 {
    padding-left: 96px !important;
  }

  .p-lg-100 {
    padding: 100px !important;
  }

  .pt-lg-100,
.py-lg-100 {
    padding-top: 100px !important;
  }

  .pr-lg-100,
.px-lg-100 {
    padding-right: 100px !important;
  }

  .pb-lg-100,
.py-lg-100 {
    padding-bottom: 100px !important;
  }

  .pl-lg-100,
.px-lg-100 {
    padding-left: 100px !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.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-n6 {
    margin: -6px !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -6px !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -6px !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -6px !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -6px !important;
  }

  .m-lg-n7 {
    margin: -7px !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -7px !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -7px !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -7px !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -7px !important;
  }

  .m-lg-n8 {
    margin: -8px !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -8px !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -8px !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -8px !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -8px !important;
  }

  .m-lg-n9 {
    margin: -9px !important;
  }

  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -9px !important;
  }

  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -9px !important;
  }

  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -9px !important;
  }

  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -9px !important;
  }

  .m-lg-n10 {
    margin: -10px !important;
  }

  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -10px !important;
  }

  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -10px !important;
  }

  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -10px !important;
  }

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -10px !important;
  }

  .m-lg-n12 {
    margin: -12px !important;
  }

  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -12px !important;
  }

  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -12px !important;
  }

  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -12px !important;
  }

  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -12px !important;
  }

  .m-lg-n14 {
    margin: -14px !important;
  }

  .mt-lg-n14,
.my-lg-n14 {
    margin-top: -14px !important;
  }

  .mr-lg-n14,
.mx-lg-n14 {
    margin-right: -14px !important;
  }

  .mb-lg-n14,
.my-lg-n14 {
    margin-bottom: -14px !important;
  }

  .ml-lg-n14,
.mx-lg-n14 {
    margin-left: -14px !important;
  }

  .m-lg-n15 {
    margin: -15px !important;
  }

  .mt-lg-n15,
.my-lg-n15 {
    margin-top: -15px !important;
  }

  .mr-lg-n15,
.mx-lg-n15 {
    margin-right: -15px !important;
  }

  .mb-lg-n15,
.my-lg-n15 {
    margin-bottom: -15px !important;
  }

  .ml-lg-n15,
.mx-lg-n15 {
    margin-left: -15px !important;
  }

  .m-lg-n16 {
    margin: -16px !important;
  }

  .mt-lg-n16,
.my-lg-n16 {
    margin-top: -16px !important;
  }

  .mr-lg-n16,
.mx-lg-n16 {
    margin-right: -16px !important;
  }

  .mb-lg-n16,
.my-lg-n16 {
    margin-bottom: -16px !important;
  }

  .ml-lg-n16,
.mx-lg-n16 {
    margin-left: -16px !important;
  }

  .m-lg-n18 {
    margin: -18px !important;
  }

  .mt-lg-n18,
.my-lg-n18 {
    margin-top: -18px !important;
  }

  .mr-lg-n18,
.mx-lg-n18 {
    margin-right: -18px !important;
  }

  .mb-lg-n18,
.my-lg-n18 {
    margin-bottom: -18px !important;
  }

  .ml-lg-n18,
.mx-lg-n18 {
    margin-left: -18px !important;
  }

  .m-lg-n20 {
    margin: -20px !important;
  }

  .mt-lg-n20,
.my-lg-n20 {
    margin-top: -20px !important;
  }

  .mr-lg-n20,
.mx-lg-n20 {
    margin-right: -20px !important;
  }

  .mb-lg-n20,
.my-lg-n20 {
    margin-bottom: -20px !important;
  }

  .ml-lg-n20,
.mx-lg-n20 {
    margin-left: -20px !important;
  }

  .m-lg-n21 {
    margin: -21px !important;
  }

  .mt-lg-n21,
.my-lg-n21 {
    margin-top: -21px !important;
  }

  .mr-lg-n21,
.mx-lg-n21 {
    margin-right: -21px !important;
  }

  .mb-lg-n21,
.my-lg-n21 {
    margin-bottom: -21px !important;
  }

  .ml-lg-n21,
.mx-lg-n21 {
    margin-left: -21px !important;
  }

  .m-lg-n22 {
    margin: -22px !important;
  }

  .mt-lg-n22,
.my-lg-n22 {
    margin-top: -22px !important;
  }

  .mr-lg-n22,
.mx-lg-n22 {
    margin-right: -22px !important;
  }

  .mb-lg-n22,
.my-lg-n22 {
    margin-bottom: -22px !important;
  }

  .ml-lg-n22,
.mx-lg-n22 {
    margin-left: -22px !important;
  }

  .m-lg-n24 {
    margin: -24px !important;
  }

  .mt-lg-n24,
.my-lg-n24 {
    margin-top: -24px !important;
  }

  .mr-lg-n24,
.mx-lg-n24 {
    margin-right: -24px !important;
  }

  .mb-lg-n24,
.my-lg-n24 {
    margin-bottom: -24px !important;
  }

  .ml-lg-n24,
.mx-lg-n24 {
    margin-left: -24px !important;
  }

  .m-lg-n25 {
    margin: -25px !important;
  }

  .mt-lg-n25,
.my-lg-n25 {
    margin-top: -25px !important;
  }

  .mr-lg-n25,
.mx-lg-n25 {
    margin-right: -25px !important;
  }

  .mb-lg-n25,
.my-lg-n25 {
    margin-bottom: -25px !important;
  }

  .ml-lg-n25,
.mx-lg-n25 {
    margin-left: -25px !important;
  }

  .m-lg-n26 {
    margin: -26px !important;
  }

  .mt-lg-n26,
.my-lg-n26 {
    margin-top: -26px !important;
  }

  .mr-lg-n26,
.mx-lg-n26 {
    margin-right: -26px !important;
  }

  .mb-lg-n26,
.my-lg-n26 {
    margin-bottom: -26px !important;
  }

  .ml-lg-n26,
.mx-lg-n26 {
    margin-left: -26px !important;
  }

  .m-lg-n30 {
    margin: -30px !important;
  }

  .mt-lg-n30,
.my-lg-n30 {
    margin-top: -30px !important;
  }

  .mr-lg-n30,
.mx-lg-n30 {
    margin-right: -30px !important;
  }

  .mb-lg-n30,
.my-lg-n30 {
    margin-bottom: -30px !important;
  }

  .ml-lg-n30,
.mx-lg-n30 {
    margin-left: -30px !important;
  }

  .m-lg-n32 {
    margin: -32px !important;
  }

  .mt-lg-n32,
.my-lg-n32 {
    margin-top: -32px !important;
  }

  .mr-lg-n32,
.mx-lg-n32 {
    margin-right: -32px !important;
  }

  .mb-lg-n32,
.my-lg-n32 {
    margin-bottom: -32px !important;
  }

  .ml-lg-n32,
.mx-lg-n32 {
    margin-left: -32px !important;
  }

  .m-lg-n34 {
    margin: -34px !important;
  }

  .mt-lg-n34,
.my-lg-n34 {
    margin-top: -34px !important;
  }

  .mr-lg-n34,
.mx-lg-n34 {
    margin-right: -34px !important;
  }

  .mb-lg-n34,
.my-lg-n34 {
    margin-bottom: -34px !important;
  }

  .ml-lg-n34,
.mx-lg-n34 {
    margin-left: -34px !important;
  }

  .m-lg-n35 {
    margin: -35px !important;
  }

  .mt-lg-n35,
.my-lg-n35 {
    margin-top: -35px !important;
  }

  .mr-lg-n35,
.mx-lg-n35 {
    margin-right: -35px !important;
  }

  .mb-lg-n35,
.my-lg-n35 {
    margin-bottom: -35px !important;
  }

  .ml-lg-n35,
.mx-lg-n35 {
    margin-left: -35px !important;
  }

  .m-lg-n36 {
    margin: -36px !important;
  }

  .mt-lg-n36,
.my-lg-n36 {
    margin-top: -36px !important;
  }

  .mr-lg-n36,
.mx-lg-n36 {
    margin-right: -36px !important;
  }

  .mb-lg-n36,
.my-lg-n36 {
    margin-bottom: -36px !important;
  }

  .ml-lg-n36,
.mx-lg-n36 {
    margin-left: -36px !important;
  }

  .m-lg-n40 {
    margin: -40px !important;
  }

  .mt-lg-n40,
.my-lg-n40 {
    margin-top: -40px !important;
  }

  .mr-lg-n40,
.mx-lg-n40 {
    margin-right: -40px !important;
  }

  .mb-lg-n40,
.my-lg-n40 {
    margin-bottom: -40px !important;
  }

  .ml-lg-n40,
.mx-lg-n40 {
    margin-left: -40px !important;
  }

  .m-lg-n42 {
    margin: -42px !important;
  }

  .mt-lg-n42,
.my-lg-n42 {
    margin-top: -42px !important;
  }

  .mr-lg-n42,
.mx-lg-n42 {
    margin-right: -42px !important;
  }

  .mb-lg-n42,
.my-lg-n42 {
    margin-bottom: -42px !important;
  }

  .ml-lg-n42,
.mx-lg-n42 {
    margin-left: -42px !important;
  }

  .m-lg-n45 {
    margin: -45px !important;
  }

  .mt-lg-n45,
.my-lg-n45 {
    margin-top: -45px !important;
  }

  .mr-lg-n45,
.mx-lg-n45 {
    margin-right: -45px !important;
  }

  .mb-lg-n45,
.my-lg-n45 {
    margin-bottom: -45px !important;
  }

  .ml-lg-n45,
.mx-lg-n45 {
    margin-left: -45px !important;
  }

  .m-lg-n48 {
    margin: -48px !important;
  }

  .mt-lg-n48,
.my-lg-n48 {
    margin-top: -48px !important;
  }

  .mr-lg-n48,
.mx-lg-n48 {
    margin-right: -48px !important;
  }

  .mb-lg-n48,
.my-lg-n48 {
    margin-bottom: -48px !important;
  }

  .ml-lg-n48,
.mx-lg-n48 {
    margin-left: -48px !important;
  }

  .m-lg-n50 {
    margin: -50px !important;
  }

  .mt-lg-n50,
.my-lg-n50 {
    margin-top: -50px !important;
  }

  .mr-lg-n50,
.mx-lg-n50 {
    margin-right: -50px !important;
  }

  .mb-lg-n50,
.my-lg-n50 {
    margin-bottom: -50px !important;
  }

  .ml-lg-n50,
.mx-lg-n50 {
    margin-left: -50px !important;
  }

  .m-lg-n54 {
    margin: -54px !important;
  }

  .mt-lg-n54,
.my-lg-n54 {
    margin-top: -54px !important;
  }

  .mr-lg-n54,
.mx-lg-n54 {
    margin-right: -54px !important;
  }

  .mb-lg-n54,
.my-lg-n54 {
    margin-bottom: -54px !important;
  }

  .ml-lg-n54,
.mx-lg-n54 {
    margin-left: -54px !important;
  }

  .m-lg-n56 {
    margin: -56px !important;
  }

  .mt-lg-n56,
.my-lg-n56 {
    margin-top: -56px !important;
  }

  .mr-lg-n56,
.mx-lg-n56 {
    margin-right: -56px !important;
  }

  .mb-lg-n56,
.my-lg-n56 {
    margin-bottom: -56px !important;
  }

  .ml-lg-n56,
.mx-lg-n56 {
    margin-left: -56px !important;
  }

  .m-lg-n60 {
    margin: -60px !important;
  }

  .mt-lg-n60,
.my-lg-n60 {
    margin-top: -60px !important;
  }

  .mr-lg-n60,
.mx-lg-n60 {
    margin-right: -60px !important;
  }

  .mb-lg-n60,
.my-lg-n60 {
    margin-bottom: -60px !important;
  }

  .ml-lg-n60,
.mx-lg-n60 {
    margin-left: -60px !important;
  }

  .m-lg-n64 {
    margin: -64px !important;
  }

  .mt-lg-n64,
.my-lg-n64 {
    margin-top: -64px !important;
  }

  .mr-lg-n64,
.mx-lg-n64 {
    margin-right: -64px !important;
  }

  .mb-lg-n64,
.my-lg-n64 {
    margin-bottom: -64px !important;
  }

  .ml-lg-n64,
.mx-lg-n64 {
    margin-left: -64px !important;
  }

  .m-lg-n65 {
    margin: -65px !important;
  }

  .mt-lg-n65,
.my-lg-n65 {
    margin-top: -65px !important;
  }

  .mr-lg-n65,
.mx-lg-n65 {
    margin-right: -65px !important;
  }

  .mb-lg-n65,
.my-lg-n65 {
    margin-bottom: -65px !important;
  }

  .ml-lg-n65,
.mx-lg-n65 {
    margin-left: -65px !important;
  }

  .m-lg-n70 {
    margin: -70px !important;
  }

  .mt-lg-n70,
.my-lg-n70 {
    margin-top: -70px !important;
  }

  .mr-lg-n70,
.mx-lg-n70 {
    margin-right: -70px !important;
  }

  .mb-lg-n70,
.my-lg-n70 {
    margin-bottom: -70px !important;
  }

  .ml-lg-n70,
.mx-lg-n70 {
    margin-left: -70px !important;
  }

  .m-lg-n80 {
    margin: -80px !important;
  }

  .mt-lg-n80,
.my-lg-n80 {
    margin-top: -80px !important;
  }

  .mr-lg-n80,
.mx-lg-n80 {
    margin-right: -80px !important;
  }

  .mb-lg-n80,
.my-lg-n80 {
    margin-bottom: -80px !important;
  }

  .ml-lg-n80,
.mx-lg-n80 {
    margin-left: -80px !important;
  }

  .m-lg-n88 {
    margin: -88px !important;
  }

  .mt-lg-n88,
.my-lg-n88 {
    margin-top: -88px !important;
  }

  .mr-lg-n88,
.mx-lg-n88 {
    margin-right: -88px !important;
  }

  .mb-lg-n88,
.my-lg-n88 {
    margin-bottom: -88px !important;
  }

  .ml-lg-n88,
.mx-lg-n88 {
    margin-left: -88px !important;
  }

  .m-lg-n90 {
    margin: -90px !important;
  }

  .mt-lg-n90,
.my-lg-n90 {
    margin-top: -90px !important;
  }

  .mr-lg-n90,
.mx-lg-n90 {
    margin-right: -90px !important;
  }

  .mb-lg-n90,
.my-lg-n90 {
    margin-bottom: -90px !important;
  }

  .ml-lg-n90,
.mx-lg-n90 {
    margin-left: -90px !important;
  }

  .m-lg-n96 {
    margin: -96px !important;
  }

  .mt-lg-n96,
.my-lg-n96 {
    margin-top: -96px !important;
  }

  .mr-lg-n96,
.mx-lg-n96 {
    margin-right: -96px !important;
  }

  .mb-lg-n96,
.my-lg-n96 {
    margin-bottom: -96px !important;
  }

  .ml-lg-n96,
.mx-lg-n96 {
    margin-left: -96px !important;
  }

  .m-lg-n100 {
    margin: -100px !important;
  }

  .mt-lg-n100,
.my-lg-n100 {
    margin-top: -100px !important;
  }

  .mr-lg-n100,
.mx-lg-n100 {
    margin-right: -100px !important;
  }

  .mb-lg-n100,
.my-lg-n100 {
    margin-bottom: -100px !important;
  }

  .ml-lg-n100,
.mx-lg-n100 {
    margin-left: -100px !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-dp-0 {
    margin: 0 !important;
  }

  .mt-dp-0,
.my-dp-0 {
    margin-top: 0 !important;
  }

  .mr-dp-0,
.mx-dp-0 {
    margin-right: 0 !important;
  }

  .mb-dp-0,
.my-dp-0 {
    margin-bottom: 0 !important;
  }

  .ml-dp-0,
.mx-dp-0 {
    margin-left: 0 !important;
  }

  .m-dp-1 {
    margin: 0.25rem !important;
  }

  .mt-dp-1,
.my-dp-1 {
    margin-top: 0.25rem !important;
  }

  .mr-dp-1,
.mx-dp-1 {
    margin-right: 0.25rem !important;
  }

  .mb-dp-1,
.my-dp-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-dp-1,
.mx-dp-1 {
    margin-left: 0.25rem !important;
  }

  .m-dp-2 {
    margin: 0.5rem !important;
  }

  .mt-dp-2,
.my-dp-2 {
    margin-top: 0.5rem !important;
  }

  .mr-dp-2,
.mx-dp-2 {
    margin-right: 0.5rem !important;
  }

  .mb-dp-2,
.my-dp-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-dp-2,
.mx-dp-2 {
    margin-left: 0.5rem !important;
  }

  .m-dp-3 {
    margin: 1rem !important;
  }

  .mt-dp-3,
.my-dp-3 {
    margin-top: 1rem !important;
  }

  .mr-dp-3,
.mx-dp-3 {
    margin-right: 1rem !important;
  }

  .mb-dp-3,
.my-dp-3 {
    margin-bottom: 1rem !important;
  }

  .ml-dp-3,
.mx-dp-3 {
    margin-left: 1rem !important;
  }

  .m-dp-4 {
    margin: 1.5rem !important;
  }

  .mt-dp-4,
.my-dp-4 {
    margin-top: 1.5rem !important;
  }

  .mr-dp-4,
.mx-dp-4 {
    margin-right: 1.5rem !important;
  }

  .mb-dp-4,
.my-dp-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-dp-4,
.mx-dp-4 {
    margin-left: 1.5rem !important;
  }

  .m-dp-5 {
    margin: 3rem !important;
  }

  .mt-dp-5,
.my-dp-5 {
    margin-top: 3rem !important;
  }

  .mr-dp-5,
.mx-dp-5 {
    margin-right: 3rem !important;
  }

  .mb-dp-5,
.my-dp-5 {
    margin-bottom: 3rem !important;
  }

  .ml-dp-5,
.mx-dp-5 {
    margin-left: 3rem !important;
  }

  .m-dp-6 {
    margin: 6px !important;
  }

  .mt-dp-6,
.my-dp-6 {
    margin-top: 6px !important;
  }

  .mr-dp-6,
.mx-dp-6 {
    margin-right: 6px !important;
  }

  .mb-dp-6,
.my-dp-6 {
    margin-bottom: 6px !important;
  }

  .ml-dp-6,
.mx-dp-6 {
    margin-left: 6px !important;
  }

  .m-dp-7 {
    margin: 7px !important;
  }

  .mt-dp-7,
.my-dp-7 {
    margin-top: 7px !important;
  }

  .mr-dp-7,
.mx-dp-7 {
    margin-right: 7px !important;
  }

  .mb-dp-7,
.my-dp-7 {
    margin-bottom: 7px !important;
  }

  .ml-dp-7,
.mx-dp-7 {
    margin-left: 7px !important;
  }

  .m-dp-8 {
    margin: 8px !important;
  }

  .mt-dp-8,
.my-dp-8 {
    margin-top: 8px !important;
  }

  .mr-dp-8,
.mx-dp-8 {
    margin-right: 8px !important;
  }

  .mb-dp-8,
.my-dp-8 {
    margin-bottom: 8px !important;
  }

  .ml-dp-8,
.mx-dp-8 {
    margin-left: 8px !important;
  }

  .m-dp-9 {
    margin: 9px !important;
  }

  .mt-dp-9,
.my-dp-9 {
    margin-top: 9px !important;
  }

  .mr-dp-9,
.mx-dp-9 {
    margin-right: 9px !important;
  }

  .mb-dp-9,
.my-dp-9 {
    margin-bottom: 9px !important;
  }

  .ml-dp-9,
.mx-dp-9 {
    margin-left: 9px !important;
  }

  .m-dp-10 {
    margin: 10px !important;
  }

  .mt-dp-10,
.my-dp-10 {
    margin-top: 10px !important;
  }

  .mr-dp-10,
.mx-dp-10 {
    margin-right: 10px !important;
  }

  .mb-dp-10,
.my-dp-10 {
    margin-bottom: 10px !important;
  }

  .ml-dp-10,
.mx-dp-10 {
    margin-left: 10px !important;
  }

  .m-dp-12 {
    margin: 12px !important;
  }

  .mt-dp-12,
.my-dp-12 {
    margin-top: 12px !important;
  }

  .mr-dp-12,
.mx-dp-12 {
    margin-right: 12px !important;
  }

  .mb-dp-12,
.my-dp-12 {
    margin-bottom: 12px !important;
  }

  .ml-dp-12,
.mx-dp-12 {
    margin-left: 12px !important;
  }

  .m-dp-14 {
    margin: 14px !important;
  }

  .mt-dp-14,
.my-dp-14 {
    margin-top: 14px !important;
  }

  .mr-dp-14,
.mx-dp-14 {
    margin-right: 14px !important;
  }

  .mb-dp-14,
.my-dp-14 {
    margin-bottom: 14px !important;
  }

  .ml-dp-14,
.mx-dp-14 {
    margin-left: 14px !important;
  }

  .m-dp-15 {
    margin: 15px !important;
  }

  .mt-dp-15,
.my-dp-15 {
    margin-top: 15px !important;
  }

  .mr-dp-15,
.mx-dp-15 {
    margin-right: 15px !important;
  }

  .mb-dp-15,
.my-dp-15 {
    margin-bottom: 15px !important;
  }

  .ml-dp-15,
.mx-dp-15 {
    margin-left: 15px !important;
  }

  .m-dp-16 {
    margin: 16px !important;
  }

  .mt-dp-16,
.my-dp-16 {
    margin-top: 16px !important;
  }

  .mr-dp-16,
.mx-dp-16 {
    margin-right: 16px !important;
  }

  .mb-dp-16,
.my-dp-16 {
    margin-bottom: 16px !important;
  }

  .ml-dp-16,
.mx-dp-16 {
    margin-left: 16px !important;
  }

  .m-dp-18 {
    margin: 18px !important;
  }

  .mt-dp-18,
.my-dp-18 {
    margin-top: 18px !important;
  }

  .mr-dp-18,
.mx-dp-18 {
    margin-right: 18px !important;
  }

  .mb-dp-18,
.my-dp-18 {
    margin-bottom: 18px !important;
  }

  .ml-dp-18,
.mx-dp-18 {
    margin-left: 18px !important;
  }

  .m-dp-20 {
    margin: 20px !important;
  }

  .mt-dp-20,
.my-dp-20 {
    margin-top: 20px !important;
  }

  .mr-dp-20,
.mx-dp-20 {
    margin-right: 20px !important;
  }

  .mb-dp-20,
.my-dp-20 {
    margin-bottom: 20px !important;
  }

  .ml-dp-20,
.mx-dp-20 {
    margin-left: 20px !important;
  }

  .m-dp-21 {
    margin: 21px !important;
  }

  .mt-dp-21,
.my-dp-21 {
    margin-top: 21px !important;
  }

  .mr-dp-21,
.mx-dp-21 {
    margin-right: 21px !important;
  }

  .mb-dp-21,
.my-dp-21 {
    margin-bottom: 21px !important;
  }

  .ml-dp-21,
.mx-dp-21 {
    margin-left: 21px !important;
  }

  .m-dp-22 {
    margin: 22px !important;
  }

  .mt-dp-22,
.my-dp-22 {
    margin-top: 22px !important;
  }

  .mr-dp-22,
.mx-dp-22 {
    margin-right: 22px !important;
  }

  .mb-dp-22,
.my-dp-22 {
    margin-bottom: 22px !important;
  }

  .ml-dp-22,
.mx-dp-22 {
    margin-left: 22px !important;
  }

  .m-dp-24 {
    margin: 24px !important;
  }

  .mt-dp-24,
.my-dp-24 {
    margin-top: 24px !important;
  }

  .mr-dp-24,
.mx-dp-24 {
    margin-right: 24px !important;
  }

  .mb-dp-24,
.my-dp-24 {
    margin-bottom: 24px !important;
  }

  .ml-dp-24,
.mx-dp-24 {
    margin-left: 24px !important;
  }

  .m-dp-25 {
    margin: 25px !important;
  }

  .mt-dp-25,
.my-dp-25 {
    margin-top: 25px !important;
  }

  .mr-dp-25,
.mx-dp-25 {
    margin-right: 25px !important;
  }

  .mb-dp-25,
.my-dp-25 {
    margin-bottom: 25px !important;
  }

  .ml-dp-25,
.mx-dp-25 {
    margin-left: 25px !important;
  }

  .m-dp-26 {
    margin: 26px !important;
  }

  .mt-dp-26,
.my-dp-26 {
    margin-top: 26px !important;
  }

  .mr-dp-26,
.mx-dp-26 {
    margin-right: 26px !important;
  }

  .mb-dp-26,
.my-dp-26 {
    margin-bottom: 26px !important;
  }

  .ml-dp-26,
.mx-dp-26 {
    margin-left: 26px !important;
  }

  .m-dp-30 {
    margin: 30px !important;
  }

  .mt-dp-30,
.my-dp-30 {
    margin-top: 30px !important;
  }

  .mr-dp-30,
.mx-dp-30 {
    margin-right: 30px !important;
  }

  .mb-dp-30,
.my-dp-30 {
    margin-bottom: 30px !important;
  }

  .ml-dp-30,
.mx-dp-30 {
    margin-left: 30px !important;
  }

  .m-dp-32 {
    margin: 32px !important;
  }

  .mt-dp-32,
.my-dp-32 {
    margin-top: 32px !important;
  }

  .mr-dp-32,
.mx-dp-32 {
    margin-right: 32px !important;
  }

  .mb-dp-32,
.my-dp-32 {
    margin-bottom: 32px !important;
  }

  .ml-dp-32,
.mx-dp-32 {
    margin-left: 32px !important;
  }

  .m-dp-34 {
    margin: 34px !important;
  }

  .mt-dp-34,
.my-dp-34 {
    margin-top: 34px !important;
  }

  .mr-dp-34,
.mx-dp-34 {
    margin-right: 34px !important;
  }

  .mb-dp-34,
.my-dp-34 {
    margin-bottom: 34px !important;
  }

  .ml-dp-34,
.mx-dp-34 {
    margin-left: 34px !important;
  }

  .m-dp-35 {
    margin: 35px !important;
  }

  .mt-dp-35,
.my-dp-35 {
    margin-top: 35px !important;
  }

  .mr-dp-35,
.mx-dp-35 {
    margin-right: 35px !important;
  }

  .mb-dp-35,
.my-dp-35 {
    margin-bottom: 35px !important;
  }

  .ml-dp-35,
.mx-dp-35 {
    margin-left: 35px !important;
  }

  .m-dp-36 {
    margin: 36px !important;
  }

  .mt-dp-36,
.my-dp-36 {
    margin-top: 36px !important;
  }

  .mr-dp-36,
.mx-dp-36 {
    margin-right: 36px !important;
  }

  .mb-dp-36,
.my-dp-36 {
    margin-bottom: 36px !important;
  }

  .ml-dp-36,
.mx-dp-36 {
    margin-left: 36px !important;
  }

  .m-dp-40 {
    margin: 40px !important;
  }

  .mt-dp-40,
.my-dp-40 {
    margin-top: 40px !important;
  }

  .mr-dp-40,
.mx-dp-40 {
    margin-right: 40px !important;
  }

  .mb-dp-40,
.my-dp-40 {
    margin-bottom: 40px !important;
  }

  .ml-dp-40,
.mx-dp-40 {
    margin-left: 40px !important;
  }

  .m-dp-42 {
    margin: 42px !important;
  }

  .mt-dp-42,
.my-dp-42 {
    margin-top: 42px !important;
  }

  .mr-dp-42,
.mx-dp-42 {
    margin-right: 42px !important;
  }

  .mb-dp-42,
.my-dp-42 {
    margin-bottom: 42px !important;
  }

  .ml-dp-42,
.mx-dp-42 {
    margin-left: 42px !important;
  }

  .m-dp-45 {
    margin: 45px !important;
  }

  .mt-dp-45,
.my-dp-45 {
    margin-top: 45px !important;
  }

  .mr-dp-45,
.mx-dp-45 {
    margin-right: 45px !important;
  }

  .mb-dp-45,
.my-dp-45 {
    margin-bottom: 45px !important;
  }

  .ml-dp-45,
.mx-dp-45 {
    margin-left: 45px !important;
  }

  .m-dp-48 {
    margin: 48px !important;
  }

  .mt-dp-48,
.my-dp-48 {
    margin-top: 48px !important;
  }

  .mr-dp-48,
.mx-dp-48 {
    margin-right: 48px !important;
  }

  .mb-dp-48,
.my-dp-48 {
    margin-bottom: 48px !important;
  }

  .ml-dp-48,
.mx-dp-48 {
    margin-left: 48px !important;
  }

  .m-dp-50 {
    margin: 50px !important;
  }

  .mt-dp-50,
.my-dp-50 {
    margin-top: 50px !important;
  }

  .mr-dp-50,
.mx-dp-50 {
    margin-right: 50px !important;
  }

  .mb-dp-50,
.my-dp-50 {
    margin-bottom: 50px !important;
  }

  .ml-dp-50,
.mx-dp-50 {
    margin-left: 50px !important;
  }

  .m-dp-54 {
    margin: 54px !important;
  }

  .mt-dp-54,
.my-dp-54 {
    margin-top: 54px !important;
  }

  .mr-dp-54,
.mx-dp-54 {
    margin-right: 54px !important;
  }

  .mb-dp-54,
.my-dp-54 {
    margin-bottom: 54px !important;
  }

  .ml-dp-54,
.mx-dp-54 {
    margin-left: 54px !important;
  }

  .m-dp-56 {
    margin: 56px !important;
  }

  .mt-dp-56,
.my-dp-56 {
    margin-top: 56px !important;
  }

  .mr-dp-56,
.mx-dp-56 {
    margin-right: 56px !important;
  }

  .mb-dp-56,
.my-dp-56 {
    margin-bottom: 56px !important;
  }

  .ml-dp-56,
.mx-dp-56 {
    margin-left: 56px !important;
  }

  .m-dp-60 {
    margin: 60px !important;
  }

  .mt-dp-60,
.my-dp-60 {
    margin-top: 60px !important;
  }

  .mr-dp-60,
.mx-dp-60 {
    margin-right: 60px !important;
  }

  .mb-dp-60,
.my-dp-60 {
    margin-bottom: 60px !important;
  }

  .ml-dp-60,
.mx-dp-60 {
    margin-left: 60px !important;
  }

  .m-dp-64 {
    margin: 64px !important;
  }

  .mt-dp-64,
.my-dp-64 {
    margin-top: 64px !important;
  }

  .mr-dp-64,
.mx-dp-64 {
    margin-right: 64px !important;
  }

  .mb-dp-64,
.my-dp-64 {
    margin-bottom: 64px !important;
  }

  .ml-dp-64,
.mx-dp-64 {
    margin-left: 64px !important;
  }

  .m-dp-65 {
    margin: 65px !important;
  }

  .mt-dp-65,
.my-dp-65 {
    margin-top: 65px !important;
  }

  .mr-dp-65,
.mx-dp-65 {
    margin-right: 65px !important;
  }

  .mb-dp-65,
.my-dp-65 {
    margin-bottom: 65px !important;
  }

  .ml-dp-65,
.mx-dp-65 {
    margin-left: 65px !important;
  }

  .m-dp-70 {
    margin: 70px !important;
  }

  .mt-dp-70,
.my-dp-70 {
    margin-top: 70px !important;
  }

  .mr-dp-70,
.mx-dp-70 {
    margin-right: 70px !important;
  }

  .mb-dp-70,
.my-dp-70 {
    margin-bottom: 70px !important;
  }

  .ml-dp-70,
.mx-dp-70 {
    margin-left: 70px !important;
  }

  .m-dp-80 {
    margin: 80px !important;
  }

  .mt-dp-80,
.my-dp-80 {
    margin-top: 80px !important;
  }

  .mr-dp-80,
.mx-dp-80 {
    margin-right: 80px !important;
  }

  .mb-dp-80,
.my-dp-80 {
    margin-bottom: 80px !important;
  }

  .ml-dp-80,
.mx-dp-80 {
    margin-left: 80px !important;
  }

  .m-dp-88 {
    margin: 88px !important;
  }

  .mt-dp-88,
.my-dp-88 {
    margin-top: 88px !important;
  }

  .mr-dp-88,
.mx-dp-88 {
    margin-right: 88px !important;
  }

  .mb-dp-88,
.my-dp-88 {
    margin-bottom: 88px !important;
  }

  .ml-dp-88,
.mx-dp-88 {
    margin-left: 88px !important;
  }

  .m-dp-90 {
    margin: 90px !important;
  }

  .mt-dp-90,
.my-dp-90 {
    margin-top: 90px !important;
  }

  .mr-dp-90,
.mx-dp-90 {
    margin-right: 90px !important;
  }

  .mb-dp-90,
.my-dp-90 {
    margin-bottom: 90px !important;
  }

  .ml-dp-90,
.mx-dp-90 {
    margin-left: 90px !important;
  }

  .m-dp-96 {
    margin: 96px !important;
  }

  .mt-dp-96,
.my-dp-96 {
    margin-top: 96px !important;
  }

  .mr-dp-96,
.mx-dp-96 {
    margin-right: 96px !important;
  }

  .mb-dp-96,
.my-dp-96 {
    margin-bottom: 96px !important;
  }

  .ml-dp-96,
.mx-dp-96 {
    margin-left: 96px !important;
  }

  .m-dp-100 {
    margin: 100px !important;
  }

  .mt-dp-100,
.my-dp-100 {
    margin-top: 100px !important;
  }

  .mr-dp-100,
.mx-dp-100 {
    margin-right: 100px !important;
  }

  .mb-dp-100,
.my-dp-100 {
    margin-bottom: 100px !important;
  }

  .ml-dp-100,
.mx-dp-100 {
    margin-left: 100px !important;
  }

  .p-dp-0 {
    padding: 0 !important;
  }

  .pt-dp-0,
.py-dp-0 {
    padding-top: 0 !important;
  }

  .pr-dp-0,
.px-dp-0 {
    padding-right: 0 !important;
  }

  .pb-dp-0,
.py-dp-0 {
    padding-bottom: 0 !important;
  }

  .pl-dp-0,
.px-dp-0 {
    padding-left: 0 !important;
  }

  .p-dp-1 {
    padding: 0.25rem !important;
  }

  .pt-dp-1,
.py-dp-1 {
    padding-top: 0.25rem !important;
  }

  .pr-dp-1,
.px-dp-1 {
    padding-right: 0.25rem !important;
  }

  .pb-dp-1,
.py-dp-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-dp-1,
.px-dp-1 {
    padding-left: 0.25rem !important;
  }

  .p-dp-2 {
    padding: 0.5rem !important;
  }

  .pt-dp-2,
.py-dp-2 {
    padding-top: 0.5rem !important;
  }

  .pr-dp-2,
.px-dp-2 {
    padding-right: 0.5rem !important;
  }

  .pb-dp-2,
.py-dp-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-dp-2,
.px-dp-2 {
    padding-left: 0.5rem !important;
  }

  .p-dp-3 {
    padding: 1rem !important;
  }

  .pt-dp-3,
.py-dp-3 {
    padding-top: 1rem !important;
  }

  .pr-dp-3,
.px-dp-3 {
    padding-right: 1rem !important;
  }

  .pb-dp-3,
.py-dp-3 {
    padding-bottom: 1rem !important;
  }

  .pl-dp-3,
.px-dp-3 {
    padding-left: 1rem !important;
  }

  .p-dp-4 {
    padding: 1.5rem !important;
  }

  .pt-dp-4,
.py-dp-4 {
    padding-top: 1.5rem !important;
  }

  .pr-dp-4,
.px-dp-4 {
    padding-right: 1.5rem !important;
  }

  .pb-dp-4,
.py-dp-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-dp-4,
.px-dp-4 {
    padding-left: 1.5rem !important;
  }

  .p-dp-5 {
    padding: 3rem !important;
  }

  .pt-dp-5,
.py-dp-5 {
    padding-top: 3rem !important;
  }

  .pr-dp-5,
.px-dp-5 {
    padding-right: 3rem !important;
  }

  .pb-dp-5,
.py-dp-5 {
    padding-bottom: 3rem !important;
  }

  .pl-dp-5,
.px-dp-5 {
    padding-left: 3rem !important;
  }

  .p-dp-6 {
    padding: 6px !important;
  }

  .pt-dp-6,
.py-dp-6 {
    padding-top: 6px !important;
  }

  .pr-dp-6,
.px-dp-6 {
    padding-right: 6px !important;
  }

  .pb-dp-6,
.py-dp-6 {
    padding-bottom: 6px !important;
  }

  .pl-dp-6,
.px-dp-6 {
    padding-left: 6px !important;
  }

  .p-dp-7 {
    padding: 7px !important;
  }

  .pt-dp-7,
.py-dp-7 {
    padding-top: 7px !important;
  }

  .pr-dp-7,
.px-dp-7 {
    padding-right: 7px !important;
  }

  .pb-dp-7,
.py-dp-7 {
    padding-bottom: 7px !important;
  }

  .pl-dp-7,
.px-dp-7 {
    padding-left: 7px !important;
  }

  .p-dp-8 {
    padding: 8px !important;
  }

  .pt-dp-8,
.py-dp-8 {
    padding-top: 8px !important;
  }

  .pr-dp-8,
.px-dp-8 {
    padding-right: 8px !important;
  }

  .pb-dp-8,
.py-dp-8 {
    padding-bottom: 8px !important;
  }

  .pl-dp-8,
.px-dp-8 {
    padding-left: 8px !important;
  }

  .p-dp-9 {
    padding: 9px !important;
  }

  .pt-dp-9,
.py-dp-9 {
    padding-top: 9px !important;
  }

  .pr-dp-9,
.px-dp-9 {
    padding-right: 9px !important;
  }

  .pb-dp-9,
.py-dp-9 {
    padding-bottom: 9px !important;
  }

  .pl-dp-9,
.px-dp-9 {
    padding-left: 9px !important;
  }

  .p-dp-10 {
    padding: 10px !important;
  }

  .pt-dp-10,
.py-dp-10 {
    padding-top: 10px !important;
  }

  .pr-dp-10,
.px-dp-10 {
    padding-right: 10px !important;
  }

  .pb-dp-10,
.py-dp-10 {
    padding-bottom: 10px !important;
  }

  .pl-dp-10,
.px-dp-10 {
    padding-left: 10px !important;
  }

  .p-dp-12 {
    padding: 12px !important;
  }

  .pt-dp-12,
.py-dp-12 {
    padding-top: 12px !important;
  }

  .pr-dp-12,
.px-dp-12 {
    padding-right: 12px !important;
  }

  .pb-dp-12,
.py-dp-12 {
    padding-bottom: 12px !important;
  }

  .pl-dp-12,
.px-dp-12 {
    padding-left: 12px !important;
  }

  .p-dp-14 {
    padding: 14px !important;
  }

  .pt-dp-14,
.py-dp-14 {
    padding-top: 14px !important;
  }

  .pr-dp-14,
.px-dp-14 {
    padding-right: 14px !important;
  }

  .pb-dp-14,
.py-dp-14 {
    padding-bottom: 14px !important;
  }

  .pl-dp-14,
.px-dp-14 {
    padding-left: 14px !important;
  }

  .p-dp-15 {
    padding: 15px !important;
  }

  .pt-dp-15,
.py-dp-15 {
    padding-top: 15px !important;
  }

  .pr-dp-15,
.px-dp-15 {
    padding-right: 15px !important;
  }

  .pb-dp-15,
.py-dp-15 {
    padding-bottom: 15px !important;
  }

  .pl-dp-15,
.px-dp-15 {
    padding-left: 15px !important;
  }

  .p-dp-16 {
    padding: 16px !important;
  }

  .pt-dp-16,
.py-dp-16 {
    padding-top: 16px !important;
  }

  .pr-dp-16,
.px-dp-16 {
    padding-right: 16px !important;
  }

  .pb-dp-16,
.py-dp-16 {
    padding-bottom: 16px !important;
  }

  .pl-dp-16,
.px-dp-16 {
    padding-left: 16px !important;
  }

  .p-dp-18 {
    padding: 18px !important;
  }

  .pt-dp-18,
.py-dp-18 {
    padding-top: 18px !important;
  }

  .pr-dp-18,
.px-dp-18 {
    padding-right: 18px !important;
  }

  .pb-dp-18,
.py-dp-18 {
    padding-bottom: 18px !important;
  }

  .pl-dp-18,
.px-dp-18 {
    padding-left: 18px !important;
  }

  .p-dp-20 {
    padding: 20px !important;
  }

  .pt-dp-20,
.py-dp-20 {
    padding-top: 20px !important;
  }

  .pr-dp-20,
.px-dp-20 {
    padding-right: 20px !important;
  }

  .pb-dp-20,
.py-dp-20 {
    padding-bottom: 20px !important;
  }

  .pl-dp-20,
.px-dp-20 {
    padding-left: 20px !important;
  }

  .p-dp-21 {
    padding: 21px !important;
  }

  .pt-dp-21,
.py-dp-21 {
    padding-top: 21px !important;
  }

  .pr-dp-21,
.px-dp-21 {
    padding-right: 21px !important;
  }

  .pb-dp-21,
.py-dp-21 {
    padding-bottom: 21px !important;
  }

  .pl-dp-21,
.px-dp-21 {
    padding-left: 21px !important;
  }

  .p-dp-22 {
    padding: 22px !important;
  }

  .pt-dp-22,
.py-dp-22 {
    padding-top: 22px !important;
  }

  .pr-dp-22,
.px-dp-22 {
    padding-right: 22px !important;
  }

  .pb-dp-22,
.py-dp-22 {
    padding-bottom: 22px !important;
  }

  .pl-dp-22,
.px-dp-22 {
    padding-left: 22px !important;
  }

  .p-dp-24 {
    padding: 24px !important;
  }

  .pt-dp-24,
.py-dp-24 {
    padding-top: 24px !important;
  }

  .pr-dp-24,
.px-dp-24 {
    padding-right: 24px !important;
  }

  .pb-dp-24,
.py-dp-24 {
    padding-bottom: 24px !important;
  }

  .pl-dp-24,
.px-dp-24 {
    padding-left: 24px !important;
  }

  .p-dp-25 {
    padding: 25px !important;
  }

  .pt-dp-25,
.py-dp-25 {
    padding-top: 25px !important;
  }

  .pr-dp-25,
.px-dp-25 {
    padding-right: 25px !important;
  }

  .pb-dp-25,
.py-dp-25 {
    padding-bottom: 25px !important;
  }

  .pl-dp-25,
.px-dp-25 {
    padding-left: 25px !important;
  }

  .p-dp-26 {
    padding: 26px !important;
  }

  .pt-dp-26,
.py-dp-26 {
    padding-top: 26px !important;
  }

  .pr-dp-26,
.px-dp-26 {
    padding-right: 26px !important;
  }

  .pb-dp-26,
.py-dp-26 {
    padding-bottom: 26px !important;
  }

  .pl-dp-26,
.px-dp-26 {
    padding-left: 26px !important;
  }

  .p-dp-30 {
    padding: 30px !important;
  }

  .pt-dp-30,
.py-dp-30 {
    padding-top: 30px !important;
  }

  .pr-dp-30,
.px-dp-30 {
    padding-right: 30px !important;
  }

  .pb-dp-30,
.py-dp-30 {
    padding-bottom: 30px !important;
  }

  .pl-dp-30,
.px-dp-30 {
    padding-left: 30px !important;
  }

  .p-dp-32 {
    padding: 32px !important;
  }

  .pt-dp-32,
.py-dp-32 {
    padding-top: 32px !important;
  }

  .pr-dp-32,
.px-dp-32 {
    padding-right: 32px !important;
  }

  .pb-dp-32,
.py-dp-32 {
    padding-bottom: 32px !important;
  }

  .pl-dp-32,
.px-dp-32 {
    padding-left: 32px !important;
  }

  .p-dp-34 {
    padding: 34px !important;
  }

  .pt-dp-34,
.py-dp-34 {
    padding-top: 34px !important;
  }

  .pr-dp-34,
.px-dp-34 {
    padding-right: 34px !important;
  }

  .pb-dp-34,
.py-dp-34 {
    padding-bottom: 34px !important;
  }

  .pl-dp-34,
.px-dp-34 {
    padding-left: 34px !important;
  }

  .p-dp-35 {
    padding: 35px !important;
  }

  .pt-dp-35,
.py-dp-35 {
    padding-top: 35px !important;
  }

  .pr-dp-35,
.px-dp-35 {
    padding-right: 35px !important;
  }

  .pb-dp-35,
.py-dp-35 {
    padding-bottom: 35px !important;
  }

  .pl-dp-35,
.px-dp-35 {
    padding-left: 35px !important;
  }

  .p-dp-36 {
    padding: 36px !important;
  }

  .pt-dp-36,
.py-dp-36 {
    padding-top: 36px !important;
  }

  .pr-dp-36,
.px-dp-36 {
    padding-right: 36px !important;
  }

  .pb-dp-36,
.py-dp-36 {
    padding-bottom: 36px !important;
  }

  .pl-dp-36,
.px-dp-36 {
    padding-left: 36px !important;
  }

  .p-dp-40 {
    padding: 40px !important;
  }

  .pt-dp-40,
.py-dp-40 {
    padding-top: 40px !important;
  }

  .pr-dp-40,
.px-dp-40 {
    padding-right: 40px !important;
  }

  .pb-dp-40,
.py-dp-40 {
    padding-bottom: 40px !important;
  }

  .pl-dp-40,
.px-dp-40 {
    padding-left: 40px !important;
  }

  .p-dp-42 {
    padding: 42px !important;
  }

  .pt-dp-42,
.py-dp-42 {
    padding-top: 42px !important;
  }

  .pr-dp-42,
.px-dp-42 {
    padding-right: 42px !important;
  }

  .pb-dp-42,
.py-dp-42 {
    padding-bottom: 42px !important;
  }

  .pl-dp-42,
.px-dp-42 {
    padding-left: 42px !important;
  }

  .p-dp-45 {
    padding: 45px !important;
  }

  .pt-dp-45,
.py-dp-45 {
    padding-top: 45px !important;
  }

  .pr-dp-45,
.px-dp-45 {
    padding-right: 45px !important;
  }

  .pb-dp-45,
.py-dp-45 {
    padding-bottom: 45px !important;
  }

  .pl-dp-45,
.px-dp-45 {
    padding-left: 45px !important;
  }

  .p-dp-48 {
    padding: 48px !important;
  }

  .pt-dp-48,
.py-dp-48 {
    padding-top: 48px !important;
  }

  .pr-dp-48,
.px-dp-48 {
    padding-right: 48px !important;
  }

  .pb-dp-48,
.py-dp-48 {
    padding-bottom: 48px !important;
  }

  .pl-dp-48,
.px-dp-48 {
    padding-left: 48px !important;
  }

  .p-dp-50 {
    padding: 50px !important;
  }

  .pt-dp-50,
.py-dp-50 {
    padding-top: 50px !important;
  }

  .pr-dp-50,
.px-dp-50 {
    padding-right: 50px !important;
  }

  .pb-dp-50,
.py-dp-50 {
    padding-bottom: 50px !important;
  }

  .pl-dp-50,
.px-dp-50 {
    padding-left: 50px !important;
  }

  .p-dp-54 {
    padding: 54px !important;
  }

  .pt-dp-54,
.py-dp-54 {
    padding-top: 54px !important;
  }

  .pr-dp-54,
.px-dp-54 {
    padding-right: 54px !important;
  }

  .pb-dp-54,
.py-dp-54 {
    padding-bottom: 54px !important;
  }

  .pl-dp-54,
.px-dp-54 {
    padding-left: 54px !important;
  }

  .p-dp-56 {
    padding: 56px !important;
  }

  .pt-dp-56,
.py-dp-56 {
    padding-top: 56px !important;
  }

  .pr-dp-56,
.px-dp-56 {
    padding-right: 56px !important;
  }

  .pb-dp-56,
.py-dp-56 {
    padding-bottom: 56px !important;
  }

  .pl-dp-56,
.px-dp-56 {
    padding-left: 56px !important;
  }

  .p-dp-60 {
    padding: 60px !important;
  }

  .pt-dp-60,
.py-dp-60 {
    padding-top: 60px !important;
  }

  .pr-dp-60,
.px-dp-60 {
    padding-right: 60px !important;
  }

  .pb-dp-60,
.py-dp-60 {
    padding-bottom: 60px !important;
  }

  .pl-dp-60,
.px-dp-60 {
    padding-left: 60px !important;
  }

  .p-dp-64 {
    padding: 64px !important;
  }

  .pt-dp-64,
.py-dp-64 {
    padding-top: 64px !important;
  }

  .pr-dp-64,
.px-dp-64 {
    padding-right: 64px !important;
  }

  .pb-dp-64,
.py-dp-64 {
    padding-bottom: 64px !important;
  }

  .pl-dp-64,
.px-dp-64 {
    padding-left: 64px !important;
  }

  .p-dp-65 {
    padding: 65px !important;
  }

  .pt-dp-65,
.py-dp-65 {
    padding-top: 65px !important;
  }

  .pr-dp-65,
.px-dp-65 {
    padding-right: 65px !important;
  }

  .pb-dp-65,
.py-dp-65 {
    padding-bottom: 65px !important;
  }

  .pl-dp-65,
.px-dp-65 {
    padding-left: 65px !important;
  }

  .p-dp-70 {
    padding: 70px !important;
  }

  .pt-dp-70,
.py-dp-70 {
    padding-top: 70px !important;
  }

  .pr-dp-70,
.px-dp-70 {
    padding-right: 70px !important;
  }

  .pb-dp-70,
.py-dp-70 {
    padding-bottom: 70px !important;
  }

  .pl-dp-70,
.px-dp-70 {
    padding-left: 70px !important;
  }

  .p-dp-80 {
    padding: 80px !important;
  }

  .pt-dp-80,
.py-dp-80 {
    padding-top: 80px !important;
  }

  .pr-dp-80,
.px-dp-80 {
    padding-right: 80px !important;
  }

  .pb-dp-80,
.py-dp-80 {
    padding-bottom: 80px !important;
  }

  .pl-dp-80,
.px-dp-80 {
    padding-left: 80px !important;
  }

  .p-dp-88 {
    padding: 88px !important;
  }

  .pt-dp-88,
.py-dp-88 {
    padding-top: 88px !important;
  }

  .pr-dp-88,
.px-dp-88 {
    padding-right: 88px !important;
  }

  .pb-dp-88,
.py-dp-88 {
    padding-bottom: 88px !important;
  }

  .pl-dp-88,
.px-dp-88 {
    padding-left: 88px !important;
  }

  .p-dp-90 {
    padding: 90px !important;
  }

  .pt-dp-90,
.py-dp-90 {
    padding-top: 90px !important;
  }

  .pr-dp-90,
.px-dp-90 {
    padding-right: 90px !important;
  }

  .pb-dp-90,
.py-dp-90 {
    padding-bottom: 90px !important;
  }

  .pl-dp-90,
.px-dp-90 {
    padding-left: 90px !important;
  }

  .p-dp-96 {
    padding: 96px !important;
  }

  .pt-dp-96,
.py-dp-96 {
    padding-top: 96px !important;
  }

  .pr-dp-96,
.px-dp-96 {
    padding-right: 96px !important;
  }

  .pb-dp-96,
.py-dp-96 {
    padding-bottom: 96px !important;
  }

  .pl-dp-96,
.px-dp-96 {
    padding-left: 96px !important;
  }

  .p-dp-100 {
    padding: 100px !important;
  }

  .pt-dp-100,
.py-dp-100 {
    padding-top: 100px !important;
  }

  .pr-dp-100,
.px-dp-100 {
    padding-right: 100px !important;
  }

  .pb-dp-100,
.py-dp-100 {
    padding-bottom: 100px !important;
  }

  .pl-dp-100,
.px-dp-100 {
    padding-left: 100px !important;
  }

  .m-dp-n1 {
    margin: -0.25rem !important;
  }

  .mt-dp-n1,
.my-dp-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-dp-n1,
.mx-dp-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-dp-n1,
.my-dp-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-dp-n1,
.mx-dp-n1 {
    margin-left: -0.25rem !important;
  }

  .m-dp-n2 {
    margin: -0.5rem !important;
  }

  .mt-dp-n2,
.my-dp-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-dp-n2,
.mx-dp-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-dp-n2,
.my-dp-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-dp-n2,
.mx-dp-n2 {
    margin-left: -0.5rem !important;
  }

  .m-dp-n3 {
    margin: -1rem !important;
  }

  .mt-dp-n3,
.my-dp-n3 {
    margin-top: -1rem !important;
  }

  .mr-dp-n3,
.mx-dp-n3 {
    margin-right: -1rem !important;
  }

  .mb-dp-n3,
.my-dp-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-dp-n3,
.mx-dp-n3 {
    margin-left: -1rem !important;
  }

  .m-dp-n4 {
    margin: -1.5rem !important;
  }

  .mt-dp-n4,
.my-dp-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-dp-n4,
.mx-dp-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-dp-n4,
.my-dp-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-dp-n4,
.mx-dp-n4 {
    margin-left: -1.5rem !important;
  }

  .m-dp-n5 {
    margin: -3rem !important;
  }

  .mt-dp-n5,
.my-dp-n5 {
    margin-top: -3rem !important;
  }

  .mr-dp-n5,
.mx-dp-n5 {
    margin-right: -3rem !important;
  }

  .mb-dp-n5,
.my-dp-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-dp-n5,
.mx-dp-n5 {
    margin-left: -3rem !important;
  }

  .m-dp-n6 {
    margin: -6px !important;
  }

  .mt-dp-n6,
.my-dp-n6 {
    margin-top: -6px !important;
  }

  .mr-dp-n6,
.mx-dp-n6 {
    margin-right: -6px !important;
  }

  .mb-dp-n6,
.my-dp-n6 {
    margin-bottom: -6px !important;
  }

  .ml-dp-n6,
.mx-dp-n6 {
    margin-left: -6px !important;
  }

  .m-dp-n7 {
    margin: -7px !important;
  }

  .mt-dp-n7,
.my-dp-n7 {
    margin-top: -7px !important;
  }

  .mr-dp-n7,
.mx-dp-n7 {
    margin-right: -7px !important;
  }

  .mb-dp-n7,
.my-dp-n7 {
    margin-bottom: -7px !important;
  }

  .ml-dp-n7,
.mx-dp-n7 {
    margin-left: -7px !important;
  }

  .m-dp-n8 {
    margin: -8px !important;
  }

  .mt-dp-n8,
.my-dp-n8 {
    margin-top: -8px !important;
  }

  .mr-dp-n8,
.mx-dp-n8 {
    margin-right: -8px !important;
  }

  .mb-dp-n8,
.my-dp-n8 {
    margin-bottom: -8px !important;
  }

  .ml-dp-n8,
.mx-dp-n8 {
    margin-left: -8px !important;
  }

  .m-dp-n9 {
    margin: -9px !important;
  }

  .mt-dp-n9,
.my-dp-n9 {
    margin-top: -9px !important;
  }

  .mr-dp-n9,
.mx-dp-n9 {
    margin-right: -9px !important;
  }

  .mb-dp-n9,
.my-dp-n9 {
    margin-bottom: -9px !important;
  }

  .ml-dp-n9,
.mx-dp-n9 {
    margin-left: -9px !important;
  }

  .m-dp-n10 {
    margin: -10px !important;
  }

  .mt-dp-n10,
.my-dp-n10 {
    margin-top: -10px !important;
  }

  .mr-dp-n10,
.mx-dp-n10 {
    margin-right: -10px !important;
  }

  .mb-dp-n10,
.my-dp-n10 {
    margin-bottom: -10px !important;
  }

  .ml-dp-n10,
.mx-dp-n10 {
    margin-left: -10px !important;
  }

  .m-dp-n12 {
    margin: -12px !important;
  }

  .mt-dp-n12,
.my-dp-n12 {
    margin-top: -12px !important;
  }

  .mr-dp-n12,
.mx-dp-n12 {
    margin-right: -12px !important;
  }

  .mb-dp-n12,
.my-dp-n12 {
    margin-bottom: -12px !important;
  }

  .ml-dp-n12,
.mx-dp-n12 {
    margin-left: -12px !important;
  }

  .m-dp-n14 {
    margin: -14px !important;
  }

  .mt-dp-n14,
.my-dp-n14 {
    margin-top: -14px !important;
  }

  .mr-dp-n14,
.mx-dp-n14 {
    margin-right: -14px !important;
  }

  .mb-dp-n14,
.my-dp-n14 {
    margin-bottom: -14px !important;
  }

  .ml-dp-n14,
.mx-dp-n14 {
    margin-left: -14px !important;
  }

  .m-dp-n15 {
    margin: -15px !important;
  }

  .mt-dp-n15,
.my-dp-n15 {
    margin-top: -15px !important;
  }

  .mr-dp-n15,
.mx-dp-n15 {
    margin-right: -15px !important;
  }

  .mb-dp-n15,
.my-dp-n15 {
    margin-bottom: -15px !important;
  }

  .ml-dp-n15,
.mx-dp-n15 {
    margin-left: -15px !important;
  }

  .m-dp-n16 {
    margin: -16px !important;
  }

  .mt-dp-n16,
.my-dp-n16 {
    margin-top: -16px !important;
  }

  .mr-dp-n16,
.mx-dp-n16 {
    margin-right: -16px !important;
  }

  .mb-dp-n16,
.my-dp-n16 {
    margin-bottom: -16px !important;
  }

  .ml-dp-n16,
.mx-dp-n16 {
    margin-left: -16px !important;
  }

  .m-dp-n18 {
    margin: -18px !important;
  }

  .mt-dp-n18,
.my-dp-n18 {
    margin-top: -18px !important;
  }

  .mr-dp-n18,
.mx-dp-n18 {
    margin-right: -18px !important;
  }

  .mb-dp-n18,
.my-dp-n18 {
    margin-bottom: -18px !important;
  }

  .ml-dp-n18,
.mx-dp-n18 {
    margin-left: -18px !important;
  }

  .m-dp-n20 {
    margin: -20px !important;
  }

  .mt-dp-n20,
.my-dp-n20 {
    margin-top: -20px !important;
  }

  .mr-dp-n20,
.mx-dp-n20 {
    margin-right: -20px !important;
  }

  .mb-dp-n20,
.my-dp-n20 {
    margin-bottom: -20px !important;
  }

  .ml-dp-n20,
.mx-dp-n20 {
    margin-left: -20px !important;
  }

  .m-dp-n21 {
    margin: -21px !important;
  }

  .mt-dp-n21,
.my-dp-n21 {
    margin-top: -21px !important;
  }

  .mr-dp-n21,
.mx-dp-n21 {
    margin-right: -21px !important;
  }

  .mb-dp-n21,
.my-dp-n21 {
    margin-bottom: -21px !important;
  }

  .ml-dp-n21,
.mx-dp-n21 {
    margin-left: -21px !important;
  }

  .m-dp-n22 {
    margin: -22px !important;
  }

  .mt-dp-n22,
.my-dp-n22 {
    margin-top: -22px !important;
  }

  .mr-dp-n22,
.mx-dp-n22 {
    margin-right: -22px !important;
  }

  .mb-dp-n22,
.my-dp-n22 {
    margin-bottom: -22px !important;
  }

  .ml-dp-n22,
.mx-dp-n22 {
    margin-left: -22px !important;
  }

  .m-dp-n24 {
    margin: -24px !important;
  }

  .mt-dp-n24,
.my-dp-n24 {
    margin-top: -24px !important;
  }

  .mr-dp-n24,
.mx-dp-n24 {
    margin-right: -24px !important;
  }

  .mb-dp-n24,
.my-dp-n24 {
    margin-bottom: -24px !important;
  }

  .ml-dp-n24,
.mx-dp-n24 {
    margin-left: -24px !important;
  }

  .m-dp-n25 {
    margin: -25px !important;
  }

  .mt-dp-n25,
.my-dp-n25 {
    margin-top: -25px !important;
  }

  .mr-dp-n25,
.mx-dp-n25 {
    margin-right: -25px !important;
  }

  .mb-dp-n25,
.my-dp-n25 {
    margin-bottom: -25px !important;
  }

  .ml-dp-n25,
.mx-dp-n25 {
    margin-left: -25px !important;
  }

  .m-dp-n26 {
    margin: -26px !important;
  }

  .mt-dp-n26,
.my-dp-n26 {
    margin-top: -26px !important;
  }

  .mr-dp-n26,
.mx-dp-n26 {
    margin-right: -26px !important;
  }

  .mb-dp-n26,
.my-dp-n26 {
    margin-bottom: -26px !important;
  }

  .ml-dp-n26,
.mx-dp-n26 {
    margin-left: -26px !important;
  }

  .m-dp-n30 {
    margin: -30px !important;
  }

  .mt-dp-n30,
.my-dp-n30 {
    margin-top: -30px !important;
  }

  .mr-dp-n30,
.mx-dp-n30 {
    margin-right: -30px !important;
  }

  .mb-dp-n30,
.my-dp-n30 {
    margin-bottom: -30px !important;
  }

  .ml-dp-n30,
.mx-dp-n30 {
    margin-left: -30px !important;
  }

  .m-dp-n32 {
    margin: -32px !important;
  }

  .mt-dp-n32,
.my-dp-n32 {
    margin-top: -32px !important;
  }

  .mr-dp-n32,
.mx-dp-n32 {
    margin-right: -32px !important;
  }

  .mb-dp-n32,
.my-dp-n32 {
    margin-bottom: -32px !important;
  }

  .ml-dp-n32,
.mx-dp-n32 {
    margin-left: -32px !important;
  }

  .m-dp-n34 {
    margin: -34px !important;
  }

  .mt-dp-n34,
.my-dp-n34 {
    margin-top: -34px !important;
  }

  .mr-dp-n34,
.mx-dp-n34 {
    margin-right: -34px !important;
  }

  .mb-dp-n34,
.my-dp-n34 {
    margin-bottom: -34px !important;
  }

  .ml-dp-n34,
.mx-dp-n34 {
    margin-left: -34px !important;
  }

  .m-dp-n35 {
    margin: -35px !important;
  }

  .mt-dp-n35,
.my-dp-n35 {
    margin-top: -35px !important;
  }

  .mr-dp-n35,
.mx-dp-n35 {
    margin-right: -35px !important;
  }

  .mb-dp-n35,
.my-dp-n35 {
    margin-bottom: -35px !important;
  }

  .ml-dp-n35,
.mx-dp-n35 {
    margin-left: -35px !important;
  }

  .m-dp-n36 {
    margin: -36px !important;
  }

  .mt-dp-n36,
.my-dp-n36 {
    margin-top: -36px !important;
  }

  .mr-dp-n36,
.mx-dp-n36 {
    margin-right: -36px !important;
  }

  .mb-dp-n36,
.my-dp-n36 {
    margin-bottom: -36px !important;
  }

  .ml-dp-n36,
.mx-dp-n36 {
    margin-left: -36px !important;
  }

  .m-dp-n40 {
    margin: -40px !important;
  }

  .mt-dp-n40,
.my-dp-n40 {
    margin-top: -40px !important;
  }

  .mr-dp-n40,
.mx-dp-n40 {
    margin-right: -40px !important;
  }

  .mb-dp-n40,
.my-dp-n40 {
    margin-bottom: -40px !important;
  }

  .ml-dp-n40,
.mx-dp-n40 {
    margin-left: -40px !important;
  }

  .m-dp-n42 {
    margin: -42px !important;
  }

  .mt-dp-n42,
.my-dp-n42 {
    margin-top: -42px !important;
  }

  .mr-dp-n42,
.mx-dp-n42 {
    margin-right: -42px !important;
  }

  .mb-dp-n42,
.my-dp-n42 {
    margin-bottom: -42px !important;
  }

  .ml-dp-n42,
.mx-dp-n42 {
    margin-left: -42px !important;
  }

  .m-dp-n45 {
    margin: -45px !important;
  }

  .mt-dp-n45,
.my-dp-n45 {
    margin-top: -45px !important;
  }

  .mr-dp-n45,
.mx-dp-n45 {
    margin-right: -45px !important;
  }

  .mb-dp-n45,
.my-dp-n45 {
    margin-bottom: -45px !important;
  }

  .ml-dp-n45,
.mx-dp-n45 {
    margin-left: -45px !important;
  }

  .m-dp-n48 {
    margin: -48px !important;
  }

  .mt-dp-n48,
.my-dp-n48 {
    margin-top: -48px !important;
  }

  .mr-dp-n48,
.mx-dp-n48 {
    margin-right: -48px !important;
  }

  .mb-dp-n48,
.my-dp-n48 {
    margin-bottom: -48px !important;
  }

  .ml-dp-n48,
.mx-dp-n48 {
    margin-left: -48px !important;
  }

  .m-dp-n50 {
    margin: -50px !important;
  }

  .mt-dp-n50,
.my-dp-n50 {
    margin-top: -50px !important;
  }

  .mr-dp-n50,
.mx-dp-n50 {
    margin-right: -50px !important;
  }

  .mb-dp-n50,
.my-dp-n50 {
    margin-bottom: -50px !important;
  }

  .ml-dp-n50,
.mx-dp-n50 {
    margin-left: -50px !important;
  }

  .m-dp-n54 {
    margin: -54px !important;
  }

  .mt-dp-n54,
.my-dp-n54 {
    margin-top: -54px !important;
  }

  .mr-dp-n54,
.mx-dp-n54 {
    margin-right: -54px !important;
  }

  .mb-dp-n54,
.my-dp-n54 {
    margin-bottom: -54px !important;
  }

  .ml-dp-n54,
.mx-dp-n54 {
    margin-left: -54px !important;
  }

  .m-dp-n56 {
    margin: -56px !important;
  }

  .mt-dp-n56,
.my-dp-n56 {
    margin-top: -56px !important;
  }

  .mr-dp-n56,
.mx-dp-n56 {
    margin-right: -56px !important;
  }

  .mb-dp-n56,
.my-dp-n56 {
    margin-bottom: -56px !important;
  }

  .ml-dp-n56,
.mx-dp-n56 {
    margin-left: -56px !important;
  }

  .m-dp-n60 {
    margin: -60px !important;
  }

  .mt-dp-n60,
.my-dp-n60 {
    margin-top: -60px !important;
  }

  .mr-dp-n60,
.mx-dp-n60 {
    margin-right: -60px !important;
  }

  .mb-dp-n60,
.my-dp-n60 {
    margin-bottom: -60px !important;
  }

  .ml-dp-n60,
.mx-dp-n60 {
    margin-left: -60px !important;
  }

  .m-dp-n64 {
    margin: -64px !important;
  }

  .mt-dp-n64,
.my-dp-n64 {
    margin-top: -64px !important;
  }

  .mr-dp-n64,
.mx-dp-n64 {
    margin-right: -64px !important;
  }

  .mb-dp-n64,
.my-dp-n64 {
    margin-bottom: -64px !important;
  }

  .ml-dp-n64,
.mx-dp-n64 {
    margin-left: -64px !important;
  }

  .m-dp-n65 {
    margin: -65px !important;
  }

  .mt-dp-n65,
.my-dp-n65 {
    margin-top: -65px !important;
  }

  .mr-dp-n65,
.mx-dp-n65 {
    margin-right: -65px !important;
  }

  .mb-dp-n65,
.my-dp-n65 {
    margin-bottom: -65px !important;
  }

  .ml-dp-n65,
.mx-dp-n65 {
    margin-left: -65px !important;
  }

  .m-dp-n70 {
    margin: -70px !important;
  }

  .mt-dp-n70,
.my-dp-n70 {
    margin-top: -70px !important;
  }

  .mr-dp-n70,
.mx-dp-n70 {
    margin-right: -70px !important;
  }

  .mb-dp-n70,
.my-dp-n70 {
    margin-bottom: -70px !important;
  }

  .ml-dp-n70,
.mx-dp-n70 {
    margin-left: -70px !important;
  }

  .m-dp-n80 {
    margin: -80px !important;
  }

  .mt-dp-n80,
.my-dp-n80 {
    margin-top: -80px !important;
  }

  .mr-dp-n80,
.mx-dp-n80 {
    margin-right: -80px !important;
  }

  .mb-dp-n80,
.my-dp-n80 {
    margin-bottom: -80px !important;
  }

  .ml-dp-n80,
.mx-dp-n80 {
    margin-left: -80px !important;
  }

  .m-dp-n88 {
    margin: -88px !important;
  }

  .mt-dp-n88,
.my-dp-n88 {
    margin-top: -88px !important;
  }

  .mr-dp-n88,
.mx-dp-n88 {
    margin-right: -88px !important;
  }

  .mb-dp-n88,
.my-dp-n88 {
    margin-bottom: -88px !important;
  }

  .ml-dp-n88,
.mx-dp-n88 {
    margin-left: -88px !important;
  }

  .m-dp-n90 {
    margin: -90px !important;
  }

  .mt-dp-n90,
.my-dp-n90 {
    margin-top: -90px !important;
  }

  .mr-dp-n90,
.mx-dp-n90 {
    margin-right: -90px !important;
  }

  .mb-dp-n90,
.my-dp-n90 {
    margin-bottom: -90px !important;
  }

  .ml-dp-n90,
.mx-dp-n90 {
    margin-left: -90px !important;
  }

  .m-dp-n96 {
    margin: -96px !important;
  }

  .mt-dp-n96,
.my-dp-n96 {
    margin-top: -96px !important;
  }

  .mr-dp-n96,
.mx-dp-n96 {
    margin-right: -96px !important;
  }

  .mb-dp-n96,
.my-dp-n96 {
    margin-bottom: -96px !important;
  }

  .ml-dp-n96,
.mx-dp-n96 {
    margin-left: -96px !important;
  }

  .m-dp-n100 {
    margin: -100px !important;
  }

  .mt-dp-n100,
.my-dp-n100 {
    margin-top: -100px !important;
  }

  .mr-dp-n100,
.mx-dp-n100 {
    margin-right: -100px !important;
  }

  .mb-dp-n100,
.my-dp-n100 {
    margin-bottom: -100px !important;
  }

  .ml-dp-n100,
.mx-dp-n100 {
    margin-left: -100px !important;
  }

  .m-dp-auto {
    margin: auto !important;
  }

  .mt-dp-auto,
.my-dp-auto {
    margin-top: auto !important;
  }

  .mr-dp-auto,
.mx-dp-auto {
    margin-right: auto !important;
  }

  .mb-dp-auto,
.my-dp-auto {
    margin-bottom: auto !important;
  }

  .ml-dp-auto,
.mx-dp-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .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.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-6 {
    margin: 6px !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 6px !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 6px !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 6px !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 6px !important;
  }

  .m-xl-7 {
    margin: 7px !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 7px !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 7px !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 7px !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 7px !important;
  }

  .m-xl-8 {
    margin: 8px !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 8px !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 8px !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 8px !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 8px !important;
  }

  .m-xl-9 {
    margin: 9px !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 9px !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 9px !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 9px !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 9px !important;
  }

  .m-xl-10 {
    margin: 10px !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 10px !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 10px !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 10px !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 10px !important;
  }

  .m-xl-12 {
    margin: 12px !important;
  }

  .mt-xl-12,
.my-xl-12 {
    margin-top: 12px !important;
  }

  .mr-xl-12,
.mx-xl-12 {
    margin-right: 12px !important;
  }

  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 12px !important;
  }

  .ml-xl-12,
.mx-xl-12 {
    margin-left: 12px !important;
  }

  .m-xl-14 {
    margin: 14px !important;
  }

  .mt-xl-14,
.my-xl-14 {
    margin-top: 14px !important;
  }

  .mr-xl-14,
.mx-xl-14 {
    margin-right: 14px !important;
  }

  .mb-xl-14,
.my-xl-14 {
    margin-bottom: 14px !important;
  }

  .ml-xl-14,
.mx-xl-14 {
    margin-left: 14px !important;
  }

  .m-xl-15 {
    margin: 15px !important;
  }

  .mt-xl-15,
.my-xl-15 {
    margin-top: 15px !important;
  }

  .mr-xl-15,
.mx-xl-15 {
    margin-right: 15px !important;
  }

  .mb-xl-15,
.my-xl-15 {
    margin-bottom: 15px !important;
  }

  .ml-xl-15,
.mx-xl-15 {
    margin-left: 15px !important;
  }

  .m-xl-16 {
    margin: 16px !important;
  }

  .mt-xl-16,
.my-xl-16 {
    margin-top: 16px !important;
  }

  .mr-xl-16,
.mx-xl-16 {
    margin-right: 16px !important;
  }

  .mb-xl-16,
.my-xl-16 {
    margin-bottom: 16px !important;
  }

  .ml-xl-16,
.mx-xl-16 {
    margin-left: 16px !important;
  }

  .m-xl-18 {
    margin: 18px !important;
  }

  .mt-xl-18,
.my-xl-18 {
    margin-top: 18px !important;
  }

  .mr-xl-18,
.mx-xl-18 {
    margin-right: 18px !important;
  }

  .mb-xl-18,
.my-xl-18 {
    margin-bottom: 18px !important;
  }

  .ml-xl-18,
.mx-xl-18 {
    margin-left: 18px !important;
  }

  .m-xl-20 {
    margin: 20px !important;
  }

  .mt-xl-20,
.my-xl-20 {
    margin-top: 20px !important;
  }

  .mr-xl-20,
.mx-xl-20 {
    margin-right: 20px !important;
  }

  .mb-xl-20,
.my-xl-20 {
    margin-bottom: 20px !important;
  }

  .ml-xl-20,
.mx-xl-20 {
    margin-left: 20px !important;
  }

  .m-xl-21 {
    margin: 21px !important;
  }

  .mt-xl-21,
.my-xl-21 {
    margin-top: 21px !important;
  }

  .mr-xl-21,
.mx-xl-21 {
    margin-right: 21px !important;
  }

  .mb-xl-21,
.my-xl-21 {
    margin-bottom: 21px !important;
  }

  .ml-xl-21,
.mx-xl-21 {
    margin-left: 21px !important;
  }

  .m-xl-22 {
    margin: 22px !important;
  }

  .mt-xl-22,
.my-xl-22 {
    margin-top: 22px !important;
  }

  .mr-xl-22,
.mx-xl-22 {
    margin-right: 22px !important;
  }

  .mb-xl-22,
.my-xl-22 {
    margin-bottom: 22px !important;
  }

  .ml-xl-22,
.mx-xl-22 {
    margin-left: 22px !important;
  }

  .m-xl-24 {
    margin: 24px !important;
  }

  .mt-xl-24,
.my-xl-24 {
    margin-top: 24px !important;
  }

  .mr-xl-24,
.mx-xl-24 {
    margin-right: 24px !important;
  }

  .mb-xl-24,
.my-xl-24 {
    margin-bottom: 24px !important;
  }

  .ml-xl-24,
.mx-xl-24 {
    margin-left: 24px !important;
  }

  .m-xl-25 {
    margin: 25px !important;
  }

  .mt-xl-25,
.my-xl-25 {
    margin-top: 25px !important;
  }

  .mr-xl-25,
.mx-xl-25 {
    margin-right: 25px !important;
  }

  .mb-xl-25,
.my-xl-25 {
    margin-bottom: 25px !important;
  }

  .ml-xl-25,
.mx-xl-25 {
    margin-left: 25px !important;
  }

  .m-xl-26 {
    margin: 26px !important;
  }

  .mt-xl-26,
.my-xl-26 {
    margin-top: 26px !important;
  }

  .mr-xl-26,
.mx-xl-26 {
    margin-right: 26px !important;
  }

  .mb-xl-26,
.my-xl-26 {
    margin-bottom: 26px !important;
  }

  .ml-xl-26,
.mx-xl-26 {
    margin-left: 26px !important;
  }

  .m-xl-30 {
    margin: 30px !important;
  }

  .mt-xl-30,
.my-xl-30 {
    margin-top: 30px !important;
  }

  .mr-xl-30,
.mx-xl-30 {
    margin-right: 30px !important;
  }

  .mb-xl-30,
.my-xl-30 {
    margin-bottom: 30px !important;
  }

  .ml-xl-30,
.mx-xl-30 {
    margin-left: 30px !important;
  }

  .m-xl-32 {
    margin: 32px !important;
  }

  .mt-xl-32,
.my-xl-32 {
    margin-top: 32px !important;
  }

  .mr-xl-32,
.mx-xl-32 {
    margin-right: 32px !important;
  }

  .mb-xl-32,
.my-xl-32 {
    margin-bottom: 32px !important;
  }

  .ml-xl-32,
.mx-xl-32 {
    margin-left: 32px !important;
  }

  .m-xl-34 {
    margin: 34px !important;
  }

  .mt-xl-34,
.my-xl-34 {
    margin-top: 34px !important;
  }

  .mr-xl-34,
.mx-xl-34 {
    margin-right: 34px !important;
  }

  .mb-xl-34,
.my-xl-34 {
    margin-bottom: 34px !important;
  }

  .ml-xl-34,
.mx-xl-34 {
    margin-left: 34px !important;
  }

  .m-xl-35 {
    margin: 35px !important;
  }

  .mt-xl-35,
.my-xl-35 {
    margin-top: 35px !important;
  }

  .mr-xl-35,
.mx-xl-35 {
    margin-right: 35px !important;
  }

  .mb-xl-35,
.my-xl-35 {
    margin-bottom: 35px !important;
  }

  .ml-xl-35,
.mx-xl-35 {
    margin-left: 35px !important;
  }

  .m-xl-36 {
    margin: 36px !important;
  }

  .mt-xl-36,
.my-xl-36 {
    margin-top: 36px !important;
  }

  .mr-xl-36,
.mx-xl-36 {
    margin-right: 36px !important;
  }

  .mb-xl-36,
.my-xl-36 {
    margin-bottom: 36px !important;
  }

  .ml-xl-36,
.mx-xl-36 {
    margin-left: 36px !important;
  }

  .m-xl-40 {
    margin: 40px !important;
  }

  .mt-xl-40,
.my-xl-40 {
    margin-top: 40px !important;
  }

  .mr-xl-40,
.mx-xl-40 {
    margin-right: 40px !important;
  }

  .mb-xl-40,
.my-xl-40 {
    margin-bottom: 40px !important;
  }

  .ml-xl-40,
.mx-xl-40 {
    margin-left: 40px !important;
  }

  .m-xl-42 {
    margin: 42px !important;
  }

  .mt-xl-42,
.my-xl-42 {
    margin-top: 42px !important;
  }

  .mr-xl-42,
.mx-xl-42 {
    margin-right: 42px !important;
  }

  .mb-xl-42,
.my-xl-42 {
    margin-bottom: 42px !important;
  }

  .ml-xl-42,
.mx-xl-42 {
    margin-left: 42px !important;
  }

  .m-xl-45 {
    margin: 45px !important;
  }

  .mt-xl-45,
.my-xl-45 {
    margin-top: 45px !important;
  }

  .mr-xl-45,
.mx-xl-45 {
    margin-right: 45px !important;
  }

  .mb-xl-45,
.my-xl-45 {
    margin-bottom: 45px !important;
  }

  .ml-xl-45,
.mx-xl-45 {
    margin-left: 45px !important;
  }

  .m-xl-48 {
    margin: 48px !important;
  }

  .mt-xl-48,
.my-xl-48 {
    margin-top: 48px !important;
  }

  .mr-xl-48,
.mx-xl-48 {
    margin-right: 48px !important;
  }

  .mb-xl-48,
.my-xl-48 {
    margin-bottom: 48px !important;
  }

  .ml-xl-48,
.mx-xl-48 {
    margin-left: 48px !important;
  }

  .m-xl-50 {
    margin: 50px !important;
  }

  .mt-xl-50,
.my-xl-50 {
    margin-top: 50px !important;
  }

  .mr-xl-50,
.mx-xl-50 {
    margin-right: 50px !important;
  }

  .mb-xl-50,
.my-xl-50 {
    margin-bottom: 50px !important;
  }

  .ml-xl-50,
.mx-xl-50 {
    margin-left: 50px !important;
  }

  .m-xl-54 {
    margin: 54px !important;
  }

  .mt-xl-54,
.my-xl-54 {
    margin-top: 54px !important;
  }

  .mr-xl-54,
.mx-xl-54 {
    margin-right: 54px !important;
  }

  .mb-xl-54,
.my-xl-54 {
    margin-bottom: 54px !important;
  }

  .ml-xl-54,
.mx-xl-54 {
    margin-left: 54px !important;
  }

  .m-xl-56 {
    margin: 56px !important;
  }

  .mt-xl-56,
.my-xl-56 {
    margin-top: 56px !important;
  }

  .mr-xl-56,
.mx-xl-56 {
    margin-right: 56px !important;
  }

  .mb-xl-56,
.my-xl-56 {
    margin-bottom: 56px !important;
  }

  .ml-xl-56,
.mx-xl-56 {
    margin-left: 56px !important;
  }

  .m-xl-60 {
    margin: 60px !important;
  }

  .mt-xl-60,
.my-xl-60 {
    margin-top: 60px !important;
  }

  .mr-xl-60,
.mx-xl-60 {
    margin-right: 60px !important;
  }

  .mb-xl-60,
.my-xl-60 {
    margin-bottom: 60px !important;
  }

  .ml-xl-60,
.mx-xl-60 {
    margin-left: 60px !important;
  }

  .m-xl-64 {
    margin: 64px !important;
  }

  .mt-xl-64,
.my-xl-64 {
    margin-top: 64px !important;
  }

  .mr-xl-64,
.mx-xl-64 {
    margin-right: 64px !important;
  }

  .mb-xl-64,
.my-xl-64 {
    margin-bottom: 64px !important;
  }

  .ml-xl-64,
.mx-xl-64 {
    margin-left: 64px !important;
  }

  .m-xl-65 {
    margin: 65px !important;
  }

  .mt-xl-65,
.my-xl-65 {
    margin-top: 65px !important;
  }

  .mr-xl-65,
.mx-xl-65 {
    margin-right: 65px !important;
  }

  .mb-xl-65,
.my-xl-65 {
    margin-bottom: 65px !important;
  }

  .ml-xl-65,
.mx-xl-65 {
    margin-left: 65px !important;
  }

  .m-xl-70 {
    margin: 70px !important;
  }

  .mt-xl-70,
.my-xl-70 {
    margin-top: 70px !important;
  }

  .mr-xl-70,
.mx-xl-70 {
    margin-right: 70px !important;
  }

  .mb-xl-70,
.my-xl-70 {
    margin-bottom: 70px !important;
  }

  .ml-xl-70,
.mx-xl-70 {
    margin-left: 70px !important;
  }

  .m-xl-80 {
    margin: 80px !important;
  }

  .mt-xl-80,
.my-xl-80 {
    margin-top: 80px !important;
  }

  .mr-xl-80,
.mx-xl-80 {
    margin-right: 80px !important;
  }

  .mb-xl-80,
.my-xl-80 {
    margin-bottom: 80px !important;
  }

  .ml-xl-80,
.mx-xl-80 {
    margin-left: 80px !important;
  }

  .m-xl-88 {
    margin: 88px !important;
  }

  .mt-xl-88,
.my-xl-88 {
    margin-top: 88px !important;
  }

  .mr-xl-88,
.mx-xl-88 {
    margin-right: 88px !important;
  }

  .mb-xl-88,
.my-xl-88 {
    margin-bottom: 88px !important;
  }

  .ml-xl-88,
.mx-xl-88 {
    margin-left: 88px !important;
  }

  .m-xl-90 {
    margin: 90px !important;
  }

  .mt-xl-90,
.my-xl-90 {
    margin-top: 90px !important;
  }

  .mr-xl-90,
.mx-xl-90 {
    margin-right: 90px !important;
  }

  .mb-xl-90,
.my-xl-90 {
    margin-bottom: 90px !important;
  }

  .ml-xl-90,
.mx-xl-90 {
    margin-left: 90px !important;
  }

  .m-xl-96 {
    margin: 96px !important;
  }

  .mt-xl-96,
.my-xl-96 {
    margin-top: 96px !important;
  }

  .mr-xl-96,
.mx-xl-96 {
    margin-right: 96px !important;
  }

  .mb-xl-96,
.my-xl-96 {
    margin-bottom: 96px !important;
  }

  .ml-xl-96,
.mx-xl-96 {
    margin-left: 96px !important;
  }

  .m-xl-100 {
    margin: 100px !important;
  }

  .mt-xl-100,
.my-xl-100 {
    margin-top: 100px !important;
  }

  .mr-xl-100,
.mx-xl-100 {
    margin-right: 100px !important;
  }

  .mb-xl-100,
.my-xl-100 {
    margin-bottom: 100px !important;
  }

  .ml-xl-100,
.mx-xl-100 {
    margin-left: 100px !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.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-6 {
    padding: 6px !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 6px !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 6px !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 6px !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 6px !important;
  }

  .p-xl-7 {
    padding: 7px !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 7px !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 7px !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 7px !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 7px !important;
  }

  .p-xl-8 {
    padding: 8px !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 8px !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 8px !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 8px !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 8px !important;
  }

  .p-xl-9 {
    padding: 9px !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 9px !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 9px !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 9px !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 9px !important;
  }

  .p-xl-10 {
    padding: 10px !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 10px !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 10px !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 10px !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 10px !important;
  }

  .p-xl-12 {
    padding: 12px !important;
  }

  .pt-xl-12,
.py-xl-12 {
    padding-top: 12px !important;
  }

  .pr-xl-12,
.px-xl-12 {
    padding-right: 12px !important;
  }

  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 12px !important;
  }

  .pl-xl-12,
.px-xl-12 {
    padding-left: 12px !important;
  }

  .p-xl-14 {
    padding: 14px !important;
  }

  .pt-xl-14,
.py-xl-14 {
    padding-top: 14px !important;
  }

  .pr-xl-14,
.px-xl-14 {
    padding-right: 14px !important;
  }

  .pb-xl-14,
.py-xl-14 {
    padding-bottom: 14px !important;
  }

  .pl-xl-14,
.px-xl-14 {
    padding-left: 14px !important;
  }

  .p-xl-15 {
    padding: 15px !important;
  }

  .pt-xl-15,
.py-xl-15 {
    padding-top: 15px !important;
  }

  .pr-xl-15,
.px-xl-15 {
    padding-right: 15px !important;
  }

  .pb-xl-15,
.py-xl-15 {
    padding-bottom: 15px !important;
  }

  .pl-xl-15,
.px-xl-15 {
    padding-left: 15px !important;
  }

  .p-xl-16 {
    padding: 16px !important;
  }

  .pt-xl-16,
.py-xl-16 {
    padding-top: 16px !important;
  }

  .pr-xl-16,
.px-xl-16 {
    padding-right: 16px !important;
  }

  .pb-xl-16,
.py-xl-16 {
    padding-bottom: 16px !important;
  }

  .pl-xl-16,
.px-xl-16 {
    padding-left: 16px !important;
  }

  .p-xl-18 {
    padding: 18px !important;
  }

  .pt-xl-18,
.py-xl-18 {
    padding-top: 18px !important;
  }

  .pr-xl-18,
.px-xl-18 {
    padding-right: 18px !important;
  }

  .pb-xl-18,
.py-xl-18 {
    padding-bottom: 18px !important;
  }

  .pl-xl-18,
.px-xl-18 {
    padding-left: 18px !important;
  }

  .p-xl-20 {
    padding: 20px !important;
  }

  .pt-xl-20,
.py-xl-20 {
    padding-top: 20px !important;
  }

  .pr-xl-20,
.px-xl-20 {
    padding-right: 20px !important;
  }

  .pb-xl-20,
.py-xl-20 {
    padding-bottom: 20px !important;
  }

  .pl-xl-20,
.px-xl-20 {
    padding-left: 20px !important;
  }

  .p-xl-21 {
    padding: 21px !important;
  }

  .pt-xl-21,
.py-xl-21 {
    padding-top: 21px !important;
  }

  .pr-xl-21,
.px-xl-21 {
    padding-right: 21px !important;
  }

  .pb-xl-21,
.py-xl-21 {
    padding-bottom: 21px !important;
  }

  .pl-xl-21,
.px-xl-21 {
    padding-left: 21px !important;
  }

  .p-xl-22 {
    padding: 22px !important;
  }

  .pt-xl-22,
.py-xl-22 {
    padding-top: 22px !important;
  }

  .pr-xl-22,
.px-xl-22 {
    padding-right: 22px !important;
  }

  .pb-xl-22,
.py-xl-22 {
    padding-bottom: 22px !important;
  }

  .pl-xl-22,
.px-xl-22 {
    padding-left: 22px !important;
  }

  .p-xl-24 {
    padding: 24px !important;
  }

  .pt-xl-24,
.py-xl-24 {
    padding-top: 24px !important;
  }

  .pr-xl-24,
.px-xl-24 {
    padding-right: 24px !important;
  }

  .pb-xl-24,
.py-xl-24 {
    padding-bottom: 24px !important;
  }

  .pl-xl-24,
.px-xl-24 {
    padding-left: 24px !important;
  }

  .p-xl-25 {
    padding: 25px !important;
  }

  .pt-xl-25,
.py-xl-25 {
    padding-top: 25px !important;
  }

  .pr-xl-25,
.px-xl-25 {
    padding-right: 25px !important;
  }

  .pb-xl-25,
.py-xl-25 {
    padding-bottom: 25px !important;
  }

  .pl-xl-25,
.px-xl-25 {
    padding-left: 25px !important;
  }

  .p-xl-26 {
    padding: 26px !important;
  }

  .pt-xl-26,
.py-xl-26 {
    padding-top: 26px !important;
  }

  .pr-xl-26,
.px-xl-26 {
    padding-right: 26px !important;
  }

  .pb-xl-26,
.py-xl-26 {
    padding-bottom: 26px !important;
  }

  .pl-xl-26,
.px-xl-26 {
    padding-left: 26px !important;
  }

  .p-xl-30 {
    padding: 30px !important;
  }

  .pt-xl-30,
.py-xl-30 {
    padding-top: 30px !important;
  }

  .pr-xl-30,
.px-xl-30 {
    padding-right: 30px !important;
  }

  .pb-xl-30,
.py-xl-30 {
    padding-bottom: 30px !important;
  }

  .pl-xl-30,
.px-xl-30 {
    padding-left: 30px !important;
  }

  .p-xl-32 {
    padding: 32px !important;
  }

  .pt-xl-32,
.py-xl-32 {
    padding-top: 32px !important;
  }

  .pr-xl-32,
.px-xl-32 {
    padding-right: 32px !important;
  }

  .pb-xl-32,
.py-xl-32 {
    padding-bottom: 32px !important;
  }

  .pl-xl-32,
.px-xl-32 {
    padding-left: 32px !important;
  }

  .p-xl-34 {
    padding: 34px !important;
  }

  .pt-xl-34,
.py-xl-34 {
    padding-top: 34px !important;
  }

  .pr-xl-34,
.px-xl-34 {
    padding-right: 34px !important;
  }

  .pb-xl-34,
.py-xl-34 {
    padding-bottom: 34px !important;
  }

  .pl-xl-34,
.px-xl-34 {
    padding-left: 34px !important;
  }

  .p-xl-35 {
    padding: 35px !important;
  }

  .pt-xl-35,
.py-xl-35 {
    padding-top: 35px !important;
  }

  .pr-xl-35,
.px-xl-35 {
    padding-right: 35px !important;
  }

  .pb-xl-35,
.py-xl-35 {
    padding-bottom: 35px !important;
  }

  .pl-xl-35,
.px-xl-35 {
    padding-left: 35px !important;
  }

  .p-xl-36 {
    padding: 36px !important;
  }

  .pt-xl-36,
.py-xl-36 {
    padding-top: 36px !important;
  }

  .pr-xl-36,
.px-xl-36 {
    padding-right: 36px !important;
  }

  .pb-xl-36,
.py-xl-36 {
    padding-bottom: 36px !important;
  }

  .pl-xl-36,
.px-xl-36 {
    padding-left: 36px !important;
  }

  .p-xl-40 {
    padding: 40px !important;
  }

  .pt-xl-40,
.py-xl-40 {
    padding-top: 40px !important;
  }

  .pr-xl-40,
.px-xl-40 {
    padding-right: 40px !important;
  }

  .pb-xl-40,
.py-xl-40 {
    padding-bottom: 40px !important;
  }

  .pl-xl-40,
.px-xl-40 {
    padding-left: 40px !important;
  }

  .p-xl-42 {
    padding: 42px !important;
  }

  .pt-xl-42,
.py-xl-42 {
    padding-top: 42px !important;
  }

  .pr-xl-42,
.px-xl-42 {
    padding-right: 42px !important;
  }

  .pb-xl-42,
.py-xl-42 {
    padding-bottom: 42px !important;
  }

  .pl-xl-42,
.px-xl-42 {
    padding-left: 42px !important;
  }

  .p-xl-45 {
    padding: 45px !important;
  }

  .pt-xl-45,
.py-xl-45 {
    padding-top: 45px !important;
  }

  .pr-xl-45,
.px-xl-45 {
    padding-right: 45px !important;
  }

  .pb-xl-45,
.py-xl-45 {
    padding-bottom: 45px !important;
  }

  .pl-xl-45,
.px-xl-45 {
    padding-left: 45px !important;
  }

  .p-xl-48 {
    padding: 48px !important;
  }

  .pt-xl-48,
.py-xl-48 {
    padding-top: 48px !important;
  }

  .pr-xl-48,
.px-xl-48 {
    padding-right: 48px !important;
  }

  .pb-xl-48,
.py-xl-48 {
    padding-bottom: 48px !important;
  }

  .pl-xl-48,
.px-xl-48 {
    padding-left: 48px !important;
  }

  .p-xl-50 {
    padding: 50px !important;
  }

  .pt-xl-50,
.py-xl-50 {
    padding-top: 50px !important;
  }

  .pr-xl-50,
.px-xl-50 {
    padding-right: 50px !important;
  }

  .pb-xl-50,
.py-xl-50 {
    padding-bottom: 50px !important;
  }

  .pl-xl-50,
.px-xl-50 {
    padding-left: 50px !important;
  }

  .p-xl-54 {
    padding: 54px !important;
  }

  .pt-xl-54,
.py-xl-54 {
    padding-top: 54px !important;
  }

  .pr-xl-54,
.px-xl-54 {
    padding-right: 54px !important;
  }

  .pb-xl-54,
.py-xl-54 {
    padding-bottom: 54px !important;
  }

  .pl-xl-54,
.px-xl-54 {
    padding-left: 54px !important;
  }

  .p-xl-56 {
    padding: 56px !important;
  }

  .pt-xl-56,
.py-xl-56 {
    padding-top: 56px !important;
  }

  .pr-xl-56,
.px-xl-56 {
    padding-right: 56px !important;
  }

  .pb-xl-56,
.py-xl-56 {
    padding-bottom: 56px !important;
  }

  .pl-xl-56,
.px-xl-56 {
    padding-left: 56px !important;
  }

  .p-xl-60 {
    padding: 60px !important;
  }

  .pt-xl-60,
.py-xl-60 {
    padding-top: 60px !important;
  }

  .pr-xl-60,
.px-xl-60 {
    padding-right: 60px !important;
  }

  .pb-xl-60,
.py-xl-60 {
    padding-bottom: 60px !important;
  }

  .pl-xl-60,
.px-xl-60 {
    padding-left: 60px !important;
  }

  .p-xl-64 {
    padding: 64px !important;
  }

  .pt-xl-64,
.py-xl-64 {
    padding-top: 64px !important;
  }

  .pr-xl-64,
.px-xl-64 {
    padding-right: 64px !important;
  }

  .pb-xl-64,
.py-xl-64 {
    padding-bottom: 64px !important;
  }

  .pl-xl-64,
.px-xl-64 {
    padding-left: 64px !important;
  }

  .p-xl-65 {
    padding: 65px !important;
  }

  .pt-xl-65,
.py-xl-65 {
    padding-top: 65px !important;
  }

  .pr-xl-65,
.px-xl-65 {
    padding-right: 65px !important;
  }

  .pb-xl-65,
.py-xl-65 {
    padding-bottom: 65px !important;
  }

  .pl-xl-65,
.px-xl-65 {
    padding-left: 65px !important;
  }

  .p-xl-70 {
    padding: 70px !important;
  }

  .pt-xl-70,
.py-xl-70 {
    padding-top: 70px !important;
  }

  .pr-xl-70,
.px-xl-70 {
    padding-right: 70px !important;
  }

  .pb-xl-70,
.py-xl-70 {
    padding-bottom: 70px !important;
  }

  .pl-xl-70,
.px-xl-70 {
    padding-left: 70px !important;
  }

  .p-xl-80 {
    padding: 80px !important;
  }

  .pt-xl-80,
.py-xl-80 {
    padding-top: 80px !important;
  }

  .pr-xl-80,
.px-xl-80 {
    padding-right: 80px !important;
  }

  .pb-xl-80,
.py-xl-80 {
    padding-bottom: 80px !important;
  }

  .pl-xl-80,
.px-xl-80 {
    padding-left: 80px !important;
  }

  .p-xl-88 {
    padding: 88px !important;
  }

  .pt-xl-88,
.py-xl-88 {
    padding-top: 88px !important;
  }

  .pr-xl-88,
.px-xl-88 {
    padding-right: 88px !important;
  }

  .pb-xl-88,
.py-xl-88 {
    padding-bottom: 88px !important;
  }

  .pl-xl-88,
.px-xl-88 {
    padding-left: 88px !important;
  }

  .p-xl-90 {
    padding: 90px !important;
  }

  .pt-xl-90,
.py-xl-90 {
    padding-top: 90px !important;
  }

  .pr-xl-90,
.px-xl-90 {
    padding-right: 90px !important;
  }

  .pb-xl-90,
.py-xl-90 {
    padding-bottom: 90px !important;
  }

  .pl-xl-90,
.px-xl-90 {
    padding-left: 90px !important;
  }

  .p-xl-96 {
    padding: 96px !important;
  }

  .pt-xl-96,
.py-xl-96 {
    padding-top: 96px !important;
  }

  .pr-xl-96,
.px-xl-96 {
    padding-right: 96px !important;
  }

  .pb-xl-96,
.py-xl-96 {
    padding-bottom: 96px !important;
  }

  .pl-xl-96,
.px-xl-96 {
    padding-left: 96px !important;
  }

  .p-xl-100 {
    padding: 100px !important;
  }

  .pt-xl-100,
.py-xl-100 {
    padding-top: 100px !important;
  }

  .pr-xl-100,
.px-xl-100 {
    padding-right: 100px !important;
  }

  .pb-xl-100,
.py-xl-100 {
    padding-bottom: 100px !important;
  }

  .pl-xl-100,
.px-xl-100 {
    padding-left: 100px !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.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-n6 {
    margin: -6px !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -6px !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -6px !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -6px !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -6px !important;
  }

  .m-xl-n7 {
    margin: -7px !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -7px !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -7px !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -7px !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -7px !important;
  }

  .m-xl-n8 {
    margin: -8px !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -8px !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -8px !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -8px !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -8px !important;
  }

  .m-xl-n9 {
    margin: -9px !important;
  }

  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -9px !important;
  }

  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -9px !important;
  }

  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -9px !important;
  }

  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -9px !important;
  }

  .m-xl-n10 {
    margin: -10px !important;
  }

  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -10px !important;
  }

  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -10px !important;
  }

  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -10px !important;
  }

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -10px !important;
  }

  .m-xl-n12 {
    margin: -12px !important;
  }

  .mt-xl-n12,
.my-xl-n12 {
    margin-top: -12px !important;
  }

  .mr-xl-n12,
.mx-xl-n12 {
    margin-right: -12px !important;
  }

  .mb-xl-n12,
.my-xl-n12 {
    margin-bottom: -12px !important;
  }

  .ml-xl-n12,
.mx-xl-n12 {
    margin-left: -12px !important;
  }

  .m-xl-n14 {
    margin: -14px !important;
  }

  .mt-xl-n14,
.my-xl-n14 {
    margin-top: -14px !important;
  }

  .mr-xl-n14,
.mx-xl-n14 {
    margin-right: -14px !important;
  }

  .mb-xl-n14,
.my-xl-n14 {
    margin-bottom: -14px !important;
  }

  .ml-xl-n14,
.mx-xl-n14 {
    margin-left: -14px !important;
  }

  .m-xl-n15 {
    margin: -15px !important;
  }

  .mt-xl-n15,
.my-xl-n15 {
    margin-top: -15px !important;
  }

  .mr-xl-n15,
.mx-xl-n15 {
    margin-right: -15px !important;
  }

  .mb-xl-n15,
.my-xl-n15 {
    margin-bottom: -15px !important;
  }

  .ml-xl-n15,
.mx-xl-n15 {
    margin-left: -15px !important;
  }

  .m-xl-n16 {
    margin: -16px !important;
  }

  .mt-xl-n16,
.my-xl-n16 {
    margin-top: -16px !important;
  }

  .mr-xl-n16,
.mx-xl-n16 {
    margin-right: -16px !important;
  }

  .mb-xl-n16,
.my-xl-n16 {
    margin-bottom: -16px !important;
  }

  .ml-xl-n16,
.mx-xl-n16 {
    margin-left: -16px !important;
  }

  .m-xl-n18 {
    margin: -18px !important;
  }

  .mt-xl-n18,
.my-xl-n18 {
    margin-top: -18px !important;
  }

  .mr-xl-n18,
.mx-xl-n18 {
    margin-right: -18px !important;
  }

  .mb-xl-n18,
.my-xl-n18 {
    margin-bottom: -18px !important;
  }

  .ml-xl-n18,
.mx-xl-n18 {
    margin-left: -18px !important;
  }

  .m-xl-n20 {
    margin: -20px !important;
  }

  .mt-xl-n20,
.my-xl-n20 {
    margin-top: -20px !important;
  }

  .mr-xl-n20,
.mx-xl-n20 {
    margin-right: -20px !important;
  }

  .mb-xl-n20,
.my-xl-n20 {
    margin-bottom: -20px !important;
  }

  .ml-xl-n20,
.mx-xl-n20 {
    margin-left: -20px !important;
  }

  .m-xl-n21 {
    margin: -21px !important;
  }

  .mt-xl-n21,
.my-xl-n21 {
    margin-top: -21px !important;
  }

  .mr-xl-n21,
.mx-xl-n21 {
    margin-right: -21px !important;
  }

  .mb-xl-n21,
.my-xl-n21 {
    margin-bottom: -21px !important;
  }

  .ml-xl-n21,
.mx-xl-n21 {
    margin-left: -21px !important;
  }

  .m-xl-n22 {
    margin: -22px !important;
  }

  .mt-xl-n22,
.my-xl-n22 {
    margin-top: -22px !important;
  }

  .mr-xl-n22,
.mx-xl-n22 {
    margin-right: -22px !important;
  }

  .mb-xl-n22,
.my-xl-n22 {
    margin-bottom: -22px !important;
  }

  .ml-xl-n22,
.mx-xl-n22 {
    margin-left: -22px !important;
  }

  .m-xl-n24 {
    margin: -24px !important;
  }

  .mt-xl-n24,
.my-xl-n24 {
    margin-top: -24px !important;
  }

  .mr-xl-n24,
.mx-xl-n24 {
    margin-right: -24px !important;
  }

  .mb-xl-n24,
.my-xl-n24 {
    margin-bottom: -24px !important;
  }

  .ml-xl-n24,
.mx-xl-n24 {
    margin-left: -24px !important;
  }

  .m-xl-n25 {
    margin: -25px !important;
  }

  .mt-xl-n25,
.my-xl-n25 {
    margin-top: -25px !important;
  }

  .mr-xl-n25,
.mx-xl-n25 {
    margin-right: -25px !important;
  }

  .mb-xl-n25,
.my-xl-n25 {
    margin-bottom: -25px !important;
  }

  .ml-xl-n25,
.mx-xl-n25 {
    margin-left: -25px !important;
  }

  .m-xl-n26 {
    margin: -26px !important;
  }

  .mt-xl-n26,
.my-xl-n26 {
    margin-top: -26px !important;
  }

  .mr-xl-n26,
.mx-xl-n26 {
    margin-right: -26px !important;
  }

  .mb-xl-n26,
.my-xl-n26 {
    margin-bottom: -26px !important;
  }

  .ml-xl-n26,
.mx-xl-n26 {
    margin-left: -26px !important;
  }

  .m-xl-n30 {
    margin: -30px !important;
  }

  .mt-xl-n30,
.my-xl-n30 {
    margin-top: -30px !important;
  }

  .mr-xl-n30,
.mx-xl-n30 {
    margin-right: -30px !important;
  }

  .mb-xl-n30,
.my-xl-n30 {
    margin-bottom: -30px !important;
  }

  .ml-xl-n30,
.mx-xl-n30 {
    margin-left: -30px !important;
  }

  .m-xl-n32 {
    margin: -32px !important;
  }

  .mt-xl-n32,
.my-xl-n32 {
    margin-top: -32px !important;
  }

  .mr-xl-n32,
.mx-xl-n32 {
    margin-right: -32px !important;
  }

  .mb-xl-n32,
.my-xl-n32 {
    margin-bottom: -32px !important;
  }

  .ml-xl-n32,
.mx-xl-n32 {
    margin-left: -32px !important;
  }

  .m-xl-n34 {
    margin: -34px !important;
  }

  .mt-xl-n34,
.my-xl-n34 {
    margin-top: -34px !important;
  }

  .mr-xl-n34,
.mx-xl-n34 {
    margin-right: -34px !important;
  }

  .mb-xl-n34,
.my-xl-n34 {
    margin-bottom: -34px !important;
  }

  .ml-xl-n34,
.mx-xl-n34 {
    margin-left: -34px !important;
  }

  .m-xl-n35 {
    margin: -35px !important;
  }

  .mt-xl-n35,
.my-xl-n35 {
    margin-top: -35px !important;
  }

  .mr-xl-n35,
.mx-xl-n35 {
    margin-right: -35px !important;
  }

  .mb-xl-n35,
.my-xl-n35 {
    margin-bottom: -35px !important;
  }

  .ml-xl-n35,
.mx-xl-n35 {
    margin-left: -35px !important;
  }

  .m-xl-n36 {
    margin: -36px !important;
  }

  .mt-xl-n36,
.my-xl-n36 {
    margin-top: -36px !important;
  }

  .mr-xl-n36,
.mx-xl-n36 {
    margin-right: -36px !important;
  }

  .mb-xl-n36,
.my-xl-n36 {
    margin-bottom: -36px !important;
  }

  .ml-xl-n36,
.mx-xl-n36 {
    margin-left: -36px !important;
  }

  .m-xl-n40 {
    margin: -40px !important;
  }

  .mt-xl-n40,
.my-xl-n40 {
    margin-top: -40px !important;
  }

  .mr-xl-n40,
.mx-xl-n40 {
    margin-right: -40px !important;
  }

  .mb-xl-n40,
.my-xl-n40 {
    margin-bottom: -40px !important;
  }

  .ml-xl-n40,
.mx-xl-n40 {
    margin-left: -40px !important;
  }

  .m-xl-n42 {
    margin: -42px !important;
  }

  .mt-xl-n42,
.my-xl-n42 {
    margin-top: -42px !important;
  }

  .mr-xl-n42,
.mx-xl-n42 {
    margin-right: -42px !important;
  }

  .mb-xl-n42,
.my-xl-n42 {
    margin-bottom: -42px !important;
  }

  .ml-xl-n42,
.mx-xl-n42 {
    margin-left: -42px !important;
  }

  .m-xl-n45 {
    margin: -45px !important;
  }

  .mt-xl-n45,
.my-xl-n45 {
    margin-top: -45px !important;
  }

  .mr-xl-n45,
.mx-xl-n45 {
    margin-right: -45px !important;
  }

  .mb-xl-n45,
.my-xl-n45 {
    margin-bottom: -45px !important;
  }

  .ml-xl-n45,
.mx-xl-n45 {
    margin-left: -45px !important;
  }

  .m-xl-n48 {
    margin: -48px !important;
  }

  .mt-xl-n48,
.my-xl-n48 {
    margin-top: -48px !important;
  }

  .mr-xl-n48,
.mx-xl-n48 {
    margin-right: -48px !important;
  }

  .mb-xl-n48,
.my-xl-n48 {
    margin-bottom: -48px !important;
  }

  .ml-xl-n48,
.mx-xl-n48 {
    margin-left: -48px !important;
  }

  .m-xl-n50 {
    margin: -50px !important;
  }

  .mt-xl-n50,
.my-xl-n50 {
    margin-top: -50px !important;
  }

  .mr-xl-n50,
.mx-xl-n50 {
    margin-right: -50px !important;
  }

  .mb-xl-n50,
.my-xl-n50 {
    margin-bottom: -50px !important;
  }

  .ml-xl-n50,
.mx-xl-n50 {
    margin-left: -50px !important;
  }

  .m-xl-n54 {
    margin: -54px !important;
  }

  .mt-xl-n54,
.my-xl-n54 {
    margin-top: -54px !important;
  }

  .mr-xl-n54,
.mx-xl-n54 {
    margin-right: -54px !important;
  }

  .mb-xl-n54,
.my-xl-n54 {
    margin-bottom: -54px !important;
  }

  .ml-xl-n54,
.mx-xl-n54 {
    margin-left: -54px !important;
  }

  .m-xl-n56 {
    margin: -56px !important;
  }

  .mt-xl-n56,
.my-xl-n56 {
    margin-top: -56px !important;
  }

  .mr-xl-n56,
.mx-xl-n56 {
    margin-right: -56px !important;
  }

  .mb-xl-n56,
.my-xl-n56 {
    margin-bottom: -56px !important;
  }

  .ml-xl-n56,
.mx-xl-n56 {
    margin-left: -56px !important;
  }

  .m-xl-n60 {
    margin: -60px !important;
  }

  .mt-xl-n60,
.my-xl-n60 {
    margin-top: -60px !important;
  }

  .mr-xl-n60,
.mx-xl-n60 {
    margin-right: -60px !important;
  }

  .mb-xl-n60,
.my-xl-n60 {
    margin-bottom: -60px !important;
  }

  .ml-xl-n60,
.mx-xl-n60 {
    margin-left: -60px !important;
  }

  .m-xl-n64 {
    margin: -64px !important;
  }

  .mt-xl-n64,
.my-xl-n64 {
    margin-top: -64px !important;
  }

  .mr-xl-n64,
.mx-xl-n64 {
    margin-right: -64px !important;
  }

  .mb-xl-n64,
.my-xl-n64 {
    margin-bottom: -64px !important;
  }

  .ml-xl-n64,
.mx-xl-n64 {
    margin-left: -64px !important;
  }

  .m-xl-n65 {
    margin: -65px !important;
  }

  .mt-xl-n65,
.my-xl-n65 {
    margin-top: -65px !important;
  }

  .mr-xl-n65,
.mx-xl-n65 {
    margin-right: -65px !important;
  }

  .mb-xl-n65,
.my-xl-n65 {
    margin-bottom: -65px !important;
  }

  .ml-xl-n65,
.mx-xl-n65 {
    margin-left: -65px !important;
  }

  .m-xl-n70 {
    margin: -70px !important;
  }

  .mt-xl-n70,
.my-xl-n70 {
    margin-top: -70px !important;
  }

  .mr-xl-n70,
.mx-xl-n70 {
    margin-right: -70px !important;
  }

  .mb-xl-n70,
.my-xl-n70 {
    margin-bottom: -70px !important;
  }

  .ml-xl-n70,
.mx-xl-n70 {
    margin-left: -70px !important;
  }

  .m-xl-n80 {
    margin: -80px !important;
  }

  .mt-xl-n80,
.my-xl-n80 {
    margin-top: -80px !important;
  }

  .mr-xl-n80,
.mx-xl-n80 {
    margin-right: -80px !important;
  }

  .mb-xl-n80,
.my-xl-n80 {
    margin-bottom: -80px !important;
  }

  .ml-xl-n80,
.mx-xl-n80 {
    margin-left: -80px !important;
  }

  .m-xl-n88 {
    margin: -88px !important;
  }

  .mt-xl-n88,
.my-xl-n88 {
    margin-top: -88px !important;
  }

  .mr-xl-n88,
.mx-xl-n88 {
    margin-right: -88px !important;
  }

  .mb-xl-n88,
.my-xl-n88 {
    margin-bottom: -88px !important;
  }

  .ml-xl-n88,
.mx-xl-n88 {
    margin-left: -88px !important;
  }

  .m-xl-n90 {
    margin: -90px !important;
  }

  .mt-xl-n90,
.my-xl-n90 {
    margin-top: -90px !important;
  }

  .mr-xl-n90,
.mx-xl-n90 {
    margin-right: -90px !important;
  }

  .mb-xl-n90,
.my-xl-n90 {
    margin-bottom: -90px !important;
  }

  .ml-xl-n90,
.mx-xl-n90 {
    margin-left: -90px !important;
  }

  .m-xl-n96 {
    margin: -96px !important;
  }

  .mt-xl-n96,
.my-xl-n96 {
    margin-top: -96px !important;
  }

  .mr-xl-n96,
.mx-xl-n96 {
    margin-right: -96px !important;
  }

  .mb-xl-n96,
.my-xl-n96 {
    margin-bottom: -96px !important;
  }

  .ml-xl-n96,
.mx-xl-n96 {
    margin-left: -96px !important;
  }

  .m-xl-n100 {
    margin: -100px !important;
  }

  .mt-xl-n100,
.my-xl-n100 {
    margin-top: -100px !important;
  }

  .mr-xl-n100,
.mx-xl-n100 {
    margin-right: -100px !important;
  }

  .mb-xl-n100,
.my-xl-n100 {
    margin-bottom: -100px !important;
  }

  .ml-xl-n100,
.mx-xl-n100 {
    margin-left: -100px !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;
  }
}
@media (min-width: 2140px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
.my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
.mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
.my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
.mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
.my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
.mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
.my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
.mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
.my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
.mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
.my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
.mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
.my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
.mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
.my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
.mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
.my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
.mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
.my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
.mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
.my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
.mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
.my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
.mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .m-xxl-6 {
    margin: 6px !important;
  }

  .mt-xxl-6,
.my-xxl-6 {
    margin-top: 6px !important;
  }

  .mr-xxl-6,
.mx-xxl-6 {
    margin-right: 6px !important;
  }

  .mb-xxl-6,
.my-xxl-6 {
    margin-bottom: 6px !important;
  }

  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 6px !important;
  }

  .m-xxl-7 {
    margin: 7px !important;
  }

  .mt-xxl-7,
.my-xxl-7 {
    margin-top: 7px !important;
  }

  .mr-xxl-7,
.mx-xxl-7 {
    margin-right: 7px !important;
  }

  .mb-xxl-7,
.my-xxl-7 {
    margin-bottom: 7px !important;
  }

  .ml-xxl-7,
.mx-xxl-7 {
    margin-left: 7px !important;
  }

  .m-xxl-8 {
    margin: 8px !important;
  }

  .mt-xxl-8,
.my-xxl-8 {
    margin-top: 8px !important;
  }

  .mr-xxl-8,
.mx-xxl-8 {
    margin-right: 8px !important;
  }

  .mb-xxl-8,
.my-xxl-8 {
    margin-bottom: 8px !important;
  }

  .ml-xxl-8,
.mx-xxl-8 {
    margin-left: 8px !important;
  }

  .m-xxl-9 {
    margin: 9px !important;
  }

  .mt-xxl-9,
.my-xxl-9 {
    margin-top: 9px !important;
  }

  .mr-xxl-9,
.mx-xxl-9 {
    margin-right: 9px !important;
  }

  .mb-xxl-9,
.my-xxl-9 {
    margin-bottom: 9px !important;
  }

  .ml-xxl-9,
.mx-xxl-9 {
    margin-left: 9px !important;
  }

  .m-xxl-10 {
    margin: 10px !important;
  }

  .mt-xxl-10,
.my-xxl-10 {
    margin-top: 10px !important;
  }

  .mr-xxl-10,
.mx-xxl-10 {
    margin-right: 10px !important;
  }

  .mb-xxl-10,
.my-xxl-10 {
    margin-bottom: 10px !important;
  }

  .ml-xxl-10,
.mx-xxl-10 {
    margin-left: 10px !important;
  }

  .m-xxl-12 {
    margin: 12px !important;
  }

  .mt-xxl-12,
.my-xxl-12 {
    margin-top: 12px !important;
  }

  .mr-xxl-12,
.mx-xxl-12 {
    margin-right: 12px !important;
  }

  .mb-xxl-12,
.my-xxl-12 {
    margin-bottom: 12px !important;
  }

  .ml-xxl-12,
.mx-xxl-12 {
    margin-left: 12px !important;
  }

  .m-xxl-14 {
    margin: 14px !important;
  }

  .mt-xxl-14,
.my-xxl-14 {
    margin-top: 14px !important;
  }

  .mr-xxl-14,
.mx-xxl-14 {
    margin-right: 14px !important;
  }

  .mb-xxl-14,
.my-xxl-14 {
    margin-bottom: 14px !important;
  }

  .ml-xxl-14,
.mx-xxl-14 {
    margin-left: 14px !important;
  }

  .m-xxl-15 {
    margin: 15px !important;
  }

  .mt-xxl-15,
.my-xxl-15 {
    margin-top: 15px !important;
  }

  .mr-xxl-15,
.mx-xxl-15 {
    margin-right: 15px !important;
  }

  .mb-xxl-15,
.my-xxl-15 {
    margin-bottom: 15px !important;
  }

  .ml-xxl-15,
.mx-xxl-15 {
    margin-left: 15px !important;
  }

  .m-xxl-16 {
    margin: 16px !important;
  }

  .mt-xxl-16,
.my-xxl-16 {
    margin-top: 16px !important;
  }

  .mr-xxl-16,
.mx-xxl-16 {
    margin-right: 16px !important;
  }

  .mb-xxl-16,
.my-xxl-16 {
    margin-bottom: 16px !important;
  }

  .ml-xxl-16,
.mx-xxl-16 {
    margin-left: 16px !important;
  }

  .m-xxl-18 {
    margin: 18px !important;
  }

  .mt-xxl-18,
.my-xxl-18 {
    margin-top: 18px !important;
  }

  .mr-xxl-18,
.mx-xxl-18 {
    margin-right: 18px !important;
  }

  .mb-xxl-18,
.my-xxl-18 {
    margin-bottom: 18px !important;
  }

  .ml-xxl-18,
.mx-xxl-18 {
    margin-left: 18px !important;
  }

  .m-xxl-20 {
    margin: 20px !important;
  }

  .mt-xxl-20,
.my-xxl-20 {
    margin-top: 20px !important;
  }

  .mr-xxl-20,
.mx-xxl-20 {
    margin-right: 20px !important;
  }

  .mb-xxl-20,
.my-xxl-20 {
    margin-bottom: 20px !important;
  }

  .ml-xxl-20,
.mx-xxl-20 {
    margin-left: 20px !important;
  }

  .m-xxl-21 {
    margin: 21px !important;
  }

  .mt-xxl-21,
.my-xxl-21 {
    margin-top: 21px !important;
  }

  .mr-xxl-21,
.mx-xxl-21 {
    margin-right: 21px !important;
  }

  .mb-xxl-21,
.my-xxl-21 {
    margin-bottom: 21px !important;
  }

  .ml-xxl-21,
.mx-xxl-21 {
    margin-left: 21px !important;
  }

  .m-xxl-22 {
    margin: 22px !important;
  }

  .mt-xxl-22,
.my-xxl-22 {
    margin-top: 22px !important;
  }

  .mr-xxl-22,
.mx-xxl-22 {
    margin-right: 22px !important;
  }

  .mb-xxl-22,
.my-xxl-22 {
    margin-bottom: 22px !important;
  }

  .ml-xxl-22,
.mx-xxl-22 {
    margin-left: 22px !important;
  }

  .m-xxl-24 {
    margin: 24px !important;
  }

  .mt-xxl-24,
.my-xxl-24 {
    margin-top: 24px !important;
  }

  .mr-xxl-24,
.mx-xxl-24 {
    margin-right: 24px !important;
  }

  .mb-xxl-24,
.my-xxl-24 {
    margin-bottom: 24px !important;
  }

  .ml-xxl-24,
.mx-xxl-24 {
    margin-left: 24px !important;
  }

  .m-xxl-25 {
    margin: 25px !important;
  }

  .mt-xxl-25,
.my-xxl-25 {
    margin-top: 25px !important;
  }

  .mr-xxl-25,
.mx-xxl-25 {
    margin-right: 25px !important;
  }

  .mb-xxl-25,
.my-xxl-25 {
    margin-bottom: 25px !important;
  }

  .ml-xxl-25,
.mx-xxl-25 {
    margin-left: 25px !important;
  }

  .m-xxl-26 {
    margin: 26px !important;
  }

  .mt-xxl-26,
.my-xxl-26 {
    margin-top: 26px !important;
  }

  .mr-xxl-26,
.mx-xxl-26 {
    margin-right: 26px !important;
  }

  .mb-xxl-26,
.my-xxl-26 {
    margin-bottom: 26px !important;
  }

  .ml-xxl-26,
.mx-xxl-26 {
    margin-left: 26px !important;
  }

  .m-xxl-30 {
    margin: 30px !important;
  }

  .mt-xxl-30,
.my-xxl-30 {
    margin-top: 30px !important;
  }

  .mr-xxl-30,
.mx-xxl-30 {
    margin-right: 30px !important;
  }

  .mb-xxl-30,
.my-xxl-30 {
    margin-bottom: 30px !important;
  }

  .ml-xxl-30,
.mx-xxl-30 {
    margin-left: 30px !important;
  }

  .m-xxl-32 {
    margin: 32px !important;
  }

  .mt-xxl-32,
.my-xxl-32 {
    margin-top: 32px !important;
  }

  .mr-xxl-32,
.mx-xxl-32 {
    margin-right: 32px !important;
  }

  .mb-xxl-32,
.my-xxl-32 {
    margin-bottom: 32px !important;
  }

  .ml-xxl-32,
.mx-xxl-32 {
    margin-left: 32px !important;
  }

  .m-xxl-34 {
    margin: 34px !important;
  }

  .mt-xxl-34,
.my-xxl-34 {
    margin-top: 34px !important;
  }

  .mr-xxl-34,
.mx-xxl-34 {
    margin-right: 34px !important;
  }

  .mb-xxl-34,
.my-xxl-34 {
    margin-bottom: 34px !important;
  }

  .ml-xxl-34,
.mx-xxl-34 {
    margin-left: 34px !important;
  }

  .m-xxl-35 {
    margin: 35px !important;
  }

  .mt-xxl-35,
.my-xxl-35 {
    margin-top: 35px !important;
  }

  .mr-xxl-35,
.mx-xxl-35 {
    margin-right: 35px !important;
  }

  .mb-xxl-35,
.my-xxl-35 {
    margin-bottom: 35px !important;
  }

  .ml-xxl-35,
.mx-xxl-35 {
    margin-left: 35px !important;
  }

  .m-xxl-36 {
    margin: 36px !important;
  }

  .mt-xxl-36,
.my-xxl-36 {
    margin-top: 36px !important;
  }

  .mr-xxl-36,
.mx-xxl-36 {
    margin-right: 36px !important;
  }

  .mb-xxl-36,
.my-xxl-36 {
    margin-bottom: 36px !important;
  }

  .ml-xxl-36,
.mx-xxl-36 {
    margin-left: 36px !important;
  }

  .m-xxl-40 {
    margin: 40px !important;
  }

  .mt-xxl-40,
.my-xxl-40 {
    margin-top: 40px !important;
  }

  .mr-xxl-40,
.mx-xxl-40 {
    margin-right: 40px !important;
  }

  .mb-xxl-40,
.my-xxl-40 {
    margin-bottom: 40px !important;
  }

  .ml-xxl-40,
.mx-xxl-40 {
    margin-left: 40px !important;
  }

  .m-xxl-42 {
    margin: 42px !important;
  }

  .mt-xxl-42,
.my-xxl-42 {
    margin-top: 42px !important;
  }

  .mr-xxl-42,
.mx-xxl-42 {
    margin-right: 42px !important;
  }

  .mb-xxl-42,
.my-xxl-42 {
    margin-bottom: 42px !important;
  }

  .ml-xxl-42,
.mx-xxl-42 {
    margin-left: 42px !important;
  }

  .m-xxl-45 {
    margin: 45px !important;
  }

  .mt-xxl-45,
.my-xxl-45 {
    margin-top: 45px !important;
  }

  .mr-xxl-45,
.mx-xxl-45 {
    margin-right: 45px !important;
  }

  .mb-xxl-45,
.my-xxl-45 {
    margin-bottom: 45px !important;
  }

  .ml-xxl-45,
.mx-xxl-45 {
    margin-left: 45px !important;
  }

  .m-xxl-48 {
    margin: 48px !important;
  }

  .mt-xxl-48,
.my-xxl-48 {
    margin-top: 48px !important;
  }

  .mr-xxl-48,
.mx-xxl-48 {
    margin-right: 48px !important;
  }

  .mb-xxl-48,
.my-xxl-48 {
    margin-bottom: 48px !important;
  }

  .ml-xxl-48,
.mx-xxl-48 {
    margin-left: 48px !important;
  }

  .m-xxl-50 {
    margin: 50px !important;
  }

  .mt-xxl-50,
.my-xxl-50 {
    margin-top: 50px !important;
  }

  .mr-xxl-50,
.mx-xxl-50 {
    margin-right: 50px !important;
  }

  .mb-xxl-50,
.my-xxl-50 {
    margin-bottom: 50px !important;
  }

  .ml-xxl-50,
.mx-xxl-50 {
    margin-left: 50px !important;
  }

  .m-xxl-54 {
    margin: 54px !important;
  }

  .mt-xxl-54,
.my-xxl-54 {
    margin-top: 54px !important;
  }

  .mr-xxl-54,
.mx-xxl-54 {
    margin-right: 54px !important;
  }

  .mb-xxl-54,
.my-xxl-54 {
    margin-bottom: 54px !important;
  }

  .ml-xxl-54,
.mx-xxl-54 {
    margin-left: 54px !important;
  }

  .m-xxl-56 {
    margin: 56px !important;
  }

  .mt-xxl-56,
.my-xxl-56 {
    margin-top: 56px !important;
  }

  .mr-xxl-56,
.mx-xxl-56 {
    margin-right: 56px !important;
  }

  .mb-xxl-56,
.my-xxl-56 {
    margin-bottom: 56px !important;
  }

  .ml-xxl-56,
.mx-xxl-56 {
    margin-left: 56px !important;
  }

  .m-xxl-60 {
    margin: 60px !important;
  }

  .mt-xxl-60,
.my-xxl-60 {
    margin-top: 60px !important;
  }

  .mr-xxl-60,
.mx-xxl-60 {
    margin-right: 60px !important;
  }

  .mb-xxl-60,
.my-xxl-60 {
    margin-bottom: 60px !important;
  }

  .ml-xxl-60,
.mx-xxl-60 {
    margin-left: 60px !important;
  }

  .m-xxl-64 {
    margin: 64px !important;
  }

  .mt-xxl-64,
.my-xxl-64 {
    margin-top: 64px !important;
  }

  .mr-xxl-64,
.mx-xxl-64 {
    margin-right: 64px !important;
  }

  .mb-xxl-64,
.my-xxl-64 {
    margin-bottom: 64px !important;
  }

  .ml-xxl-64,
.mx-xxl-64 {
    margin-left: 64px !important;
  }

  .m-xxl-65 {
    margin: 65px !important;
  }

  .mt-xxl-65,
.my-xxl-65 {
    margin-top: 65px !important;
  }

  .mr-xxl-65,
.mx-xxl-65 {
    margin-right: 65px !important;
  }

  .mb-xxl-65,
.my-xxl-65 {
    margin-bottom: 65px !important;
  }

  .ml-xxl-65,
.mx-xxl-65 {
    margin-left: 65px !important;
  }

  .m-xxl-70 {
    margin: 70px !important;
  }

  .mt-xxl-70,
.my-xxl-70 {
    margin-top: 70px !important;
  }

  .mr-xxl-70,
.mx-xxl-70 {
    margin-right: 70px !important;
  }

  .mb-xxl-70,
.my-xxl-70 {
    margin-bottom: 70px !important;
  }

  .ml-xxl-70,
.mx-xxl-70 {
    margin-left: 70px !important;
  }

  .m-xxl-80 {
    margin: 80px !important;
  }

  .mt-xxl-80,
.my-xxl-80 {
    margin-top: 80px !important;
  }

  .mr-xxl-80,
.mx-xxl-80 {
    margin-right: 80px !important;
  }

  .mb-xxl-80,
.my-xxl-80 {
    margin-bottom: 80px !important;
  }

  .ml-xxl-80,
.mx-xxl-80 {
    margin-left: 80px !important;
  }

  .m-xxl-88 {
    margin: 88px !important;
  }

  .mt-xxl-88,
.my-xxl-88 {
    margin-top: 88px !important;
  }

  .mr-xxl-88,
.mx-xxl-88 {
    margin-right: 88px !important;
  }

  .mb-xxl-88,
.my-xxl-88 {
    margin-bottom: 88px !important;
  }

  .ml-xxl-88,
.mx-xxl-88 {
    margin-left: 88px !important;
  }

  .m-xxl-90 {
    margin: 90px !important;
  }

  .mt-xxl-90,
.my-xxl-90 {
    margin-top: 90px !important;
  }

  .mr-xxl-90,
.mx-xxl-90 {
    margin-right: 90px !important;
  }

  .mb-xxl-90,
.my-xxl-90 {
    margin-bottom: 90px !important;
  }

  .ml-xxl-90,
.mx-xxl-90 {
    margin-left: 90px !important;
  }

  .m-xxl-96 {
    margin: 96px !important;
  }

  .mt-xxl-96,
.my-xxl-96 {
    margin-top: 96px !important;
  }

  .mr-xxl-96,
.mx-xxl-96 {
    margin-right: 96px !important;
  }

  .mb-xxl-96,
.my-xxl-96 {
    margin-bottom: 96px !important;
  }

  .ml-xxl-96,
.mx-xxl-96 {
    margin-left: 96px !important;
  }

  .m-xxl-100 {
    margin: 100px !important;
  }

  .mt-xxl-100,
.my-xxl-100 {
    margin-top: 100px !important;
  }

  .mr-xxl-100,
.mx-xxl-100 {
    margin-right: 100px !important;
  }

  .mb-xxl-100,
.my-xxl-100 {
    margin-bottom: 100px !important;
  }

  .ml-xxl-100,
.mx-xxl-100 {
    margin-left: 100px !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
.py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
.px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
.py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
.px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
.py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
.px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
.py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
.px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
.py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
.px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
.py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
.px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
.py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
.px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
.py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
.px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
.py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
.px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
.py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
.px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
.py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
.px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
.py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
.px-xxl-5 {
    padding-left: 3rem !important;
  }

  .p-xxl-6 {
    padding: 6px !important;
  }

  .pt-xxl-6,
.py-xxl-6 {
    padding-top: 6px !important;
  }

  .pr-xxl-6,
.px-xxl-6 {
    padding-right: 6px !important;
  }

  .pb-xxl-6,
.py-xxl-6 {
    padding-bottom: 6px !important;
  }

  .pl-xxl-6,
.px-xxl-6 {
    padding-left: 6px !important;
  }

  .p-xxl-7 {
    padding: 7px !important;
  }

  .pt-xxl-7,
.py-xxl-7 {
    padding-top: 7px !important;
  }

  .pr-xxl-7,
.px-xxl-7 {
    padding-right: 7px !important;
  }

  .pb-xxl-7,
.py-xxl-7 {
    padding-bottom: 7px !important;
  }

  .pl-xxl-7,
.px-xxl-7 {
    padding-left: 7px !important;
  }

  .p-xxl-8 {
    padding: 8px !important;
  }

  .pt-xxl-8,
.py-xxl-8 {
    padding-top: 8px !important;
  }

  .pr-xxl-8,
.px-xxl-8 {
    padding-right: 8px !important;
  }

  .pb-xxl-8,
.py-xxl-8 {
    padding-bottom: 8px !important;
  }

  .pl-xxl-8,
.px-xxl-8 {
    padding-left: 8px !important;
  }

  .p-xxl-9 {
    padding: 9px !important;
  }

  .pt-xxl-9,
.py-xxl-9 {
    padding-top: 9px !important;
  }

  .pr-xxl-9,
.px-xxl-9 {
    padding-right: 9px !important;
  }

  .pb-xxl-9,
.py-xxl-9 {
    padding-bottom: 9px !important;
  }

  .pl-xxl-9,
.px-xxl-9 {
    padding-left: 9px !important;
  }

  .p-xxl-10 {
    padding: 10px !important;
  }

  .pt-xxl-10,
.py-xxl-10 {
    padding-top: 10px !important;
  }

  .pr-xxl-10,
.px-xxl-10 {
    padding-right: 10px !important;
  }

  .pb-xxl-10,
.py-xxl-10 {
    padding-bottom: 10px !important;
  }

  .pl-xxl-10,
.px-xxl-10 {
    padding-left: 10px !important;
  }

  .p-xxl-12 {
    padding: 12px !important;
  }

  .pt-xxl-12,
.py-xxl-12 {
    padding-top: 12px !important;
  }

  .pr-xxl-12,
.px-xxl-12 {
    padding-right: 12px !important;
  }

  .pb-xxl-12,
.py-xxl-12 {
    padding-bottom: 12px !important;
  }

  .pl-xxl-12,
.px-xxl-12 {
    padding-left: 12px !important;
  }

  .p-xxl-14 {
    padding: 14px !important;
  }

  .pt-xxl-14,
.py-xxl-14 {
    padding-top: 14px !important;
  }

  .pr-xxl-14,
.px-xxl-14 {
    padding-right: 14px !important;
  }

  .pb-xxl-14,
.py-xxl-14 {
    padding-bottom: 14px !important;
  }

  .pl-xxl-14,
.px-xxl-14 {
    padding-left: 14px !important;
  }

  .p-xxl-15 {
    padding: 15px !important;
  }

  .pt-xxl-15,
.py-xxl-15 {
    padding-top: 15px !important;
  }

  .pr-xxl-15,
.px-xxl-15 {
    padding-right: 15px !important;
  }

  .pb-xxl-15,
.py-xxl-15 {
    padding-bottom: 15px !important;
  }

  .pl-xxl-15,
.px-xxl-15 {
    padding-left: 15px !important;
  }

  .p-xxl-16 {
    padding: 16px !important;
  }

  .pt-xxl-16,
.py-xxl-16 {
    padding-top: 16px !important;
  }

  .pr-xxl-16,
.px-xxl-16 {
    padding-right: 16px !important;
  }

  .pb-xxl-16,
.py-xxl-16 {
    padding-bottom: 16px !important;
  }

  .pl-xxl-16,
.px-xxl-16 {
    padding-left: 16px !important;
  }

  .p-xxl-18 {
    padding: 18px !important;
  }

  .pt-xxl-18,
.py-xxl-18 {
    padding-top: 18px !important;
  }

  .pr-xxl-18,
.px-xxl-18 {
    padding-right: 18px !important;
  }

  .pb-xxl-18,
.py-xxl-18 {
    padding-bottom: 18px !important;
  }

  .pl-xxl-18,
.px-xxl-18 {
    padding-left: 18px !important;
  }

  .p-xxl-20 {
    padding: 20px !important;
  }

  .pt-xxl-20,
.py-xxl-20 {
    padding-top: 20px !important;
  }

  .pr-xxl-20,
.px-xxl-20 {
    padding-right: 20px !important;
  }

  .pb-xxl-20,
.py-xxl-20 {
    padding-bottom: 20px !important;
  }

  .pl-xxl-20,
.px-xxl-20 {
    padding-left: 20px !important;
  }

  .p-xxl-21 {
    padding: 21px !important;
  }

  .pt-xxl-21,
.py-xxl-21 {
    padding-top: 21px !important;
  }

  .pr-xxl-21,
.px-xxl-21 {
    padding-right: 21px !important;
  }

  .pb-xxl-21,
.py-xxl-21 {
    padding-bottom: 21px !important;
  }

  .pl-xxl-21,
.px-xxl-21 {
    padding-left: 21px !important;
  }

  .p-xxl-22 {
    padding: 22px !important;
  }

  .pt-xxl-22,
.py-xxl-22 {
    padding-top: 22px !important;
  }

  .pr-xxl-22,
.px-xxl-22 {
    padding-right: 22px !important;
  }

  .pb-xxl-22,
.py-xxl-22 {
    padding-bottom: 22px !important;
  }

  .pl-xxl-22,
.px-xxl-22 {
    padding-left: 22px !important;
  }

  .p-xxl-24 {
    padding: 24px !important;
  }

  .pt-xxl-24,
.py-xxl-24 {
    padding-top: 24px !important;
  }

  .pr-xxl-24,
.px-xxl-24 {
    padding-right: 24px !important;
  }

  .pb-xxl-24,
.py-xxl-24 {
    padding-bottom: 24px !important;
  }

  .pl-xxl-24,
.px-xxl-24 {
    padding-left: 24px !important;
  }

  .p-xxl-25 {
    padding: 25px !important;
  }

  .pt-xxl-25,
.py-xxl-25 {
    padding-top: 25px !important;
  }

  .pr-xxl-25,
.px-xxl-25 {
    padding-right: 25px !important;
  }

  .pb-xxl-25,
.py-xxl-25 {
    padding-bottom: 25px !important;
  }

  .pl-xxl-25,
.px-xxl-25 {
    padding-left: 25px !important;
  }

  .p-xxl-26 {
    padding: 26px !important;
  }

  .pt-xxl-26,
.py-xxl-26 {
    padding-top: 26px !important;
  }

  .pr-xxl-26,
.px-xxl-26 {
    padding-right: 26px !important;
  }

  .pb-xxl-26,
.py-xxl-26 {
    padding-bottom: 26px !important;
  }

  .pl-xxl-26,
.px-xxl-26 {
    padding-left: 26px !important;
  }

  .p-xxl-30 {
    padding: 30px !important;
  }

  .pt-xxl-30,
.py-xxl-30 {
    padding-top: 30px !important;
  }

  .pr-xxl-30,
.px-xxl-30 {
    padding-right: 30px !important;
  }

  .pb-xxl-30,
.py-xxl-30 {
    padding-bottom: 30px !important;
  }

  .pl-xxl-30,
.px-xxl-30 {
    padding-left: 30px !important;
  }

  .p-xxl-32 {
    padding: 32px !important;
  }

  .pt-xxl-32,
.py-xxl-32 {
    padding-top: 32px !important;
  }

  .pr-xxl-32,
.px-xxl-32 {
    padding-right: 32px !important;
  }

  .pb-xxl-32,
.py-xxl-32 {
    padding-bottom: 32px !important;
  }

  .pl-xxl-32,
.px-xxl-32 {
    padding-left: 32px !important;
  }

  .p-xxl-34 {
    padding: 34px !important;
  }

  .pt-xxl-34,
.py-xxl-34 {
    padding-top: 34px !important;
  }

  .pr-xxl-34,
.px-xxl-34 {
    padding-right: 34px !important;
  }

  .pb-xxl-34,
.py-xxl-34 {
    padding-bottom: 34px !important;
  }

  .pl-xxl-34,
.px-xxl-34 {
    padding-left: 34px !important;
  }

  .p-xxl-35 {
    padding: 35px !important;
  }

  .pt-xxl-35,
.py-xxl-35 {
    padding-top: 35px !important;
  }

  .pr-xxl-35,
.px-xxl-35 {
    padding-right: 35px !important;
  }

  .pb-xxl-35,
.py-xxl-35 {
    padding-bottom: 35px !important;
  }

  .pl-xxl-35,
.px-xxl-35 {
    padding-left: 35px !important;
  }

  .p-xxl-36 {
    padding: 36px !important;
  }

  .pt-xxl-36,
.py-xxl-36 {
    padding-top: 36px !important;
  }

  .pr-xxl-36,
.px-xxl-36 {
    padding-right: 36px !important;
  }

  .pb-xxl-36,
.py-xxl-36 {
    padding-bottom: 36px !important;
  }

  .pl-xxl-36,
.px-xxl-36 {
    padding-left: 36px !important;
  }

  .p-xxl-40 {
    padding: 40px !important;
  }

  .pt-xxl-40,
.py-xxl-40 {
    padding-top: 40px !important;
  }

  .pr-xxl-40,
.px-xxl-40 {
    padding-right: 40px !important;
  }

  .pb-xxl-40,
.py-xxl-40 {
    padding-bottom: 40px !important;
  }

  .pl-xxl-40,
.px-xxl-40 {
    padding-left: 40px !important;
  }

  .p-xxl-42 {
    padding: 42px !important;
  }

  .pt-xxl-42,
.py-xxl-42 {
    padding-top: 42px !important;
  }

  .pr-xxl-42,
.px-xxl-42 {
    padding-right: 42px !important;
  }

  .pb-xxl-42,
.py-xxl-42 {
    padding-bottom: 42px !important;
  }

  .pl-xxl-42,
.px-xxl-42 {
    padding-left: 42px !important;
  }

  .p-xxl-45 {
    padding: 45px !important;
  }

  .pt-xxl-45,
.py-xxl-45 {
    padding-top: 45px !important;
  }

  .pr-xxl-45,
.px-xxl-45 {
    padding-right: 45px !important;
  }

  .pb-xxl-45,
.py-xxl-45 {
    padding-bottom: 45px !important;
  }

  .pl-xxl-45,
.px-xxl-45 {
    padding-left: 45px !important;
  }

  .p-xxl-48 {
    padding: 48px !important;
  }

  .pt-xxl-48,
.py-xxl-48 {
    padding-top: 48px !important;
  }

  .pr-xxl-48,
.px-xxl-48 {
    padding-right: 48px !important;
  }

  .pb-xxl-48,
.py-xxl-48 {
    padding-bottom: 48px !important;
  }

  .pl-xxl-48,
.px-xxl-48 {
    padding-left: 48px !important;
  }

  .p-xxl-50 {
    padding: 50px !important;
  }

  .pt-xxl-50,
.py-xxl-50 {
    padding-top: 50px !important;
  }

  .pr-xxl-50,
.px-xxl-50 {
    padding-right: 50px !important;
  }

  .pb-xxl-50,
.py-xxl-50 {
    padding-bottom: 50px !important;
  }

  .pl-xxl-50,
.px-xxl-50 {
    padding-left: 50px !important;
  }

  .p-xxl-54 {
    padding: 54px !important;
  }

  .pt-xxl-54,
.py-xxl-54 {
    padding-top: 54px !important;
  }

  .pr-xxl-54,
.px-xxl-54 {
    padding-right: 54px !important;
  }

  .pb-xxl-54,
.py-xxl-54 {
    padding-bottom: 54px !important;
  }

  .pl-xxl-54,
.px-xxl-54 {
    padding-left: 54px !important;
  }

  .p-xxl-56 {
    padding: 56px !important;
  }

  .pt-xxl-56,
.py-xxl-56 {
    padding-top: 56px !important;
  }

  .pr-xxl-56,
.px-xxl-56 {
    padding-right: 56px !important;
  }

  .pb-xxl-56,
.py-xxl-56 {
    padding-bottom: 56px !important;
  }

  .pl-xxl-56,
.px-xxl-56 {
    padding-left: 56px !important;
  }

  .p-xxl-60 {
    padding: 60px !important;
  }

  .pt-xxl-60,
.py-xxl-60 {
    padding-top: 60px !important;
  }

  .pr-xxl-60,
.px-xxl-60 {
    padding-right: 60px !important;
  }

  .pb-xxl-60,
.py-xxl-60 {
    padding-bottom: 60px !important;
  }

  .pl-xxl-60,
.px-xxl-60 {
    padding-left: 60px !important;
  }

  .p-xxl-64 {
    padding: 64px !important;
  }

  .pt-xxl-64,
.py-xxl-64 {
    padding-top: 64px !important;
  }

  .pr-xxl-64,
.px-xxl-64 {
    padding-right: 64px !important;
  }

  .pb-xxl-64,
.py-xxl-64 {
    padding-bottom: 64px !important;
  }

  .pl-xxl-64,
.px-xxl-64 {
    padding-left: 64px !important;
  }

  .p-xxl-65 {
    padding: 65px !important;
  }

  .pt-xxl-65,
.py-xxl-65 {
    padding-top: 65px !important;
  }

  .pr-xxl-65,
.px-xxl-65 {
    padding-right: 65px !important;
  }

  .pb-xxl-65,
.py-xxl-65 {
    padding-bottom: 65px !important;
  }

  .pl-xxl-65,
.px-xxl-65 {
    padding-left: 65px !important;
  }

  .p-xxl-70 {
    padding: 70px !important;
  }

  .pt-xxl-70,
.py-xxl-70 {
    padding-top: 70px !important;
  }

  .pr-xxl-70,
.px-xxl-70 {
    padding-right: 70px !important;
  }

  .pb-xxl-70,
.py-xxl-70 {
    padding-bottom: 70px !important;
  }

  .pl-xxl-70,
.px-xxl-70 {
    padding-left: 70px !important;
  }

  .p-xxl-80 {
    padding: 80px !important;
  }

  .pt-xxl-80,
.py-xxl-80 {
    padding-top: 80px !important;
  }

  .pr-xxl-80,
.px-xxl-80 {
    padding-right: 80px !important;
  }

  .pb-xxl-80,
.py-xxl-80 {
    padding-bottom: 80px !important;
  }

  .pl-xxl-80,
.px-xxl-80 {
    padding-left: 80px !important;
  }

  .p-xxl-88 {
    padding: 88px !important;
  }

  .pt-xxl-88,
.py-xxl-88 {
    padding-top: 88px !important;
  }

  .pr-xxl-88,
.px-xxl-88 {
    padding-right: 88px !important;
  }

  .pb-xxl-88,
.py-xxl-88 {
    padding-bottom: 88px !important;
  }

  .pl-xxl-88,
.px-xxl-88 {
    padding-left: 88px !important;
  }

  .p-xxl-90 {
    padding: 90px !important;
  }

  .pt-xxl-90,
.py-xxl-90 {
    padding-top: 90px !important;
  }

  .pr-xxl-90,
.px-xxl-90 {
    padding-right: 90px !important;
  }

  .pb-xxl-90,
.py-xxl-90 {
    padding-bottom: 90px !important;
  }

  .pl-xxl-90,
.px-xxl-90 {
    padding-left: 90px !important;
  }

  .p-xxl-96 {
    padding: 96px !important;
  }

  .pt-xxl-96,
.py-xxl-96 {
    padding-top: 96px !important;
  }

  .pr-xxl-96,
.px-xxl-96 {
    padding-right: 96px !important;
  }

  .pb-xxl-96,
.py-xxl-96 {
    padding-bottom: 96px !important;
  }

  .pl-xxl-96,
.px-xxl-96 {
    padding-left: 96px !important;
  }

  .p-xxl-100 {
    padding: 100px !important;
  }

  .pt-xxl-100,
.py-xxl-100 {
    padding-top: 100px !important;
  }

  .pr-xxl-100,
.px-xxl-100 {
    padding-right: 100px !important;
  }

  .pb-xxl-100,
.py-xxl-100 {
    padding-bottom: 100px !important;
  }

  .pl-xxl-100,
.px-xxl-100 {
    padding-left: 100px !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
.my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
.mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
.my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
.mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
.my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
.mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
.my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
.mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
.my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
.mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
.my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
.mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
.my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
.mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
.my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
.mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
.my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
.mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
.my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
.mx-xxl-n5 {
    margin-left: -3rem !important;
  }

  .m-xxl-n6 {
    margin: -6px !important;
  }

  .mt-xxl-n6,
.my-xxl-n6 {
    margin-top: -6px !important;
  }

  .mr-xxl-n6,
.mx-xxl-n6 {
    margin-right: -6px !important;
  }

  .mb-xxl-n6,
.my-xxl-n6 {
    margin-bottom: -6px !important;
  }

  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -6px !important;
  }

  .m-xxl-n7 {
    margin: -7px !important;
  }

  .mt-xxl-n7,
.my-xxl-n7 {
    margin-top: -7px !important;
  }

  .mr-xxl-n7,
.mx-xxl-n7 {
    margin-right: -7px !important;
  }

  .mb-xxl-n7,
.my-xxl-n7 {
    margin-bottom: -7px !important;
  }

  .ml-xxl-n7,
.mx-xxl-n7 {
    margin-left: -7px !important;
  }

  .m-xxl-n8 {
    margin: -8px !important;
  }

  .mt-xxl-n8,
.my-xxl-n8 {
    margin-top: -8px !important;
  }

  .mr-xxl-n8,
.mx-xxl-n8 {
    margin-right: -8px !important;
  }

  .mb-xxl-n8,
.my-xxl-n8 {
    margin-bottom: -8px !important;
  }

  .ml-xxl-n8,
.mx-xxl-n8 {
    margin-left: -8px !important;
  }

  .m-xxl-n9 {
    margin: -9px !important;
  }

  .mt-xxl-n9,
.my-xxl-n9 {
    margin-top: -9px !important;
  }

  .mr-xxl-n9,
.mx-xxl-n9 {
    margin-right: -9px !important;
  }

  .mb-xxl-n9,
.my-xxl-n9 {
    margin-bottom: -9px !important;
  }

  .ml-xxl-n9,
.mx-xxl-n9 {
    margin-left: -9px !important;
  }

  .m-xxl-n10 {
    margin: -10px !important;
  }

  .mt-xxl-n10,
.my-xxl-n10 {
    margin-top: -10px !important;
  }

  .mr-xxl-n10,
.mx-xxl-n10 {
    margin-right: -10px !important;
  }

  .mb-xxl-n10,
.my-xxl-n10 {
    margin-bottom: -10px !important;
  }

  .ml-xxl-n10,
.mx-xxl-n10 {
    margin-left: -10px !important;
  }

  .m-xxl-n12 {
    margin: -12px !important;
  }

  .mt-xxl-n12,
.my-xxl-n12 {
    margin-top: -12px !important;
  }

  .mr-xxl-n12,
.mx-xxl-n12 {
    margin-right: -12px !important;
  }

  .mb-xxl-n12,
.my-xxl-n12 {
    margin-bottom: -12px !important;
  }

  .ml-xxl-n12,
.mx-xxl-n12 {
    margin-left: -12px !important;
  }

  .m-xxl-n14 {
    margin: -14px !important;
  }

  .mt-xxl-n14,
.my-xxl-n14 {
    margin-top: -14px !important;
  }

  .mr-xxl-n14,
.mx-xxl-n14 {
    margin-right: -14px !important;
  }

  .mb-xxl-n14,
.my-xxl-n14 {
    margin-bottom: -14px !important;
  }

  .ml-xxl-n14,
.mx-xxl-n14 {
    margin-left: -14px !important;
  }

  .m-xxl-n15 {
    margin: -15px !important;
  }

  .mt-xxl-n15,
.my-xxl-n15 {
    margin-top: -15px !important;
  }

  .mr-xxl-n15,
.mx-xxl-n15 {
    margin-right: -15px !important;
  }

  .mb-xxl-n15,
.my-xxl-n15 {
    margin-bottom: -15px !important;
  }

  .ml-xxl-n15,
.mx-xxl-n15 {
    margin-left: -15px !important;
  }

  .m-xxl-n16 {
    margin: -16px !important;
  }

  .mt-xxl-n16,
.my-xxl-n16 {
    margin-top: -16px !important;
  }

  .mr-xxl-n16,
.mx-xxl-n16 {
    margin-right: -16px !important;
  }

  .mb-xxl-n16,
.my-xxl-n16 {
    margin-bottom: -16px !important;
  }

  .ml-xxl-n16,
.mx-xxl-n16 {
    margin-left: -16px !important;
  }

  .m-xxl-n18 {
    margin: -18px !important;
  }

  .mt-xxl-n18,
.my-xxl-n18 {
    margin-top: -18px !important;
  }

  .mr-xxl-n18,
.mx-xxl-n18 {
    margin-right: -18px !important;
  }

  .mb-xxl-n18,
.my-xxl-n18 {
    margin-bottom: -18px !important;
  }

  .ml-xxl-n18,
.mx-xxl-n18 {
    margin-left: -18px !important;
  }

  .m-xxl-n20 {
    margin: -20px !important;
  }

  .mt-xxl-n20,
.my-xxl-n20 {
    margin-top: -20px !important;
  }

  .mr-xxl-n20,
.mx-xxl-n20 {
    margin-right: -20px !important;
  }

  .mb-xxl-n20,
.my-xxl-n20 {
    margin-bottom: -20px !important;
  }

  .ml-xxl-n20,
.mx-xxl-n20 {
    margin-left: -20px !important;
  }

  .m-xxl-n21 {
    margin: -21px !important;
  }

  .mt-xxl-n21,
.my-xxl-n21 {
    margin-top: -21px !important;
  }

  .mr-xxl-n21,
.mx-xxl-n21 {
    margin-right: -21px !important;
  }

  .mb-xxl-n21,
.my-xxl-n21 {
    margin-bottom: -21px !important;
  }

  .ml-xxl-n21,
.mx-xxl-n21 {
    margin-left: -21px !important;
  }

  .m-xxl-n22 {
    margin: -22px !important;
  }

  .mt-xxl-n22,
.my-xxl-n22 {
    margin-top: -22px !important;
  }

  .mr-xxl-n22,
.mx-xxl-n22 {
    margin-right: -22px !important;
  }

  .mb-xxl-n22,
.my-xxl-n22 {
    margin-bottom: -22px !important;
  }

  .ml-xxl-n22,
.mx-xxl-n22 {
    margin-left: -22px !important;
  }

  .m-xxl-n24 {
    margin: -24px !important;
  }

  .mt-xxl-n24,
.my-xxl-n24 {
    margin-top: -24px !important;
  }

  .mr-xxl-n24,
.mx-xxl-n24 {
    margin-right: -24px !important;
  }

  .mb-xxl-n24,
.my-xxl-n24 {
    margin-bottom: -24px !important;
  }

  .ml-xxl-n24,
.mx-xxl-n24 {
    margin-left: -24px !important;
  }

  .m-xxl-n25 {
    margin: -25px !important;
  }

  .mt-xxl-n25,
.my-xxl-n25 {
    margin-top: -25px !important;
  }

  .mr-xxl-n25,
.mx-xxl-n25 {
    margin-right: -25px !important;
  }

  .mb-xxl-n25,
.my-xxl-n25 {
    margin-bottom: -25px !important;
  }

  .ml-xxl-n25,
.mx-xxl-n25 {
    margin-left: -25px !important;
  }

  .m-xxl-n26 {
    margin: -26px !important;
  }

  .mt-xxl-n26,
.my-xxl-n26 {
    margin-top: -26px !important;
  }

  .mr-xxl-n26,
.mx-xxl-n26 {
    margin-right: -26px !important;
  }

  .mb-xxl-n26,
.my-xxl-n26 {
    margin-bottom: -26px !important;
  }

  .ml-xxl-n26,
.mx-xxl-n26 {
    margin-left: -26px !important;
  }

  .m-xxl-n30 {
    margin: -30px !important;
  }

  .mt-xxl-n30,
.my-xxl-n30 {
    margin-top: -30px !important;
  }

  .mr-xxl-n30,
.mx-xxl-n30 {
    margin-right: -30px !important;
  }

  .mb-xxl-n30,
.my-xxl-n30 {
    margin-bottom: -30px !important;
  }

  .ml-xxl-n30,
.mx-xxl-n30 {
    margin-left: -30px !important;
  }

  .m-xxl-n32 {
    margin: -32px !important;
  }

  .mt-xxl-n32,
.my-xxl-n32 {
    margin-top: -32px !important;
  }

  .mr-xxl-n32,
.mx-xxl-n32 {
    margin-right: -32px !important;
  }

  .mb-xxl-n32,
.my-xxl-n32 {
    margin-bottom: -32px !important;
  }

  .ml-xxl-n32,
.mx-xxl-n32 {
    margin-left: -32px !important;
  }

  .m-xxl-n34 {
    margin: -34px !important;
  }

  .mt-xxl-n34,
.my-xxl-n34 {
    margin-top: -34px !important;
  }

  .mr-xxl-n34,
.mx-xxl-n34 {
    margin-right: -34px !important;
  }

  .mb-xxl-n34,
.my-xxl-n34 {
    margin-bottom: -34px !important;
  }

  .ml-xxl-n34,
.mx-xxl-n34 {
    margin-left: -34px !important;
  }

  .m-xxl-n35 {
    margin: -35px !important;
  }

  .mt-xxl-n35,
.my-xxl-n35 {
    margin-top: -35px !important;
  }

  .mr-xxl-n35,
.mx-xxl-n35 {
    margin-right: -35px !important;
  }

  .mb-xxl-n35,
.my-xxl-n35 {
    margin-bottom: -35px !important;
  }

  .ml-xxl-n35,
.mx-xxl-n35 {
    margin-left: -35px !important;
  }

  .m-xxl-n36 {
    margin: -36px !important;
  }

  .mt-xxl-n36,
.my-xxl-n36 {
    margin-top: -36px !important;
  }

  .mr-xxl-n36,
.mx-xxl-n36 {
    margin-right: -36px !important;
  }

  .mb-xxl-n36,
.my-xxl-n36 {
    margin-bottom: -36px !important;
  }

  .ml-xxl-n36,
.mx-xxl-n36 {
    margin-left: -36px !important;
  }

  .m-xxl-n40 {
    margin: -40px !important;
  }

  .mt-xxl-n40,
.my-xxl-n40 {
    margin-top: -40px !important;
  }

  .mr-xxl-n40,
.mx-xxl-n40 {
    margin-right: -40px !important;
  }

  .mb-xxl-n40,
.my-xxl-n40 {
    margin-bottom: -40px !important;
  }

  .ml-xxl-n40,
.mx-xxl-n40 {
    margin-left: -40px !important;
  }

  .m-xxl-n42 {
    margin: -42px !important;
  }

  .mt-xxl-n42,
.my-xxl-n42 {
    margin-top: -42px !important;
  }

  .mr-xxl-n42,
.mx-xxl-n42 {
    margin-right: -42px !important;
  }

  .mb-xxl-n42,
.my-xxl-n42 {
    margin-bottom: -42px !important;
  }

  .ml-xxl-n42,
.mx-xxl-n42 {
    margin-left: -42px !important;
  }

  .m-xxl-n45 {
    margin: -45px !important;
  }

  .mt-xxl-n45,
.my-xxl-n45 {
    margin-top: -45px !important;
  }

  .mr-xxl-n45,
.mx-xxl-n45 {
    margin-right: -45px !important;
  }

  .mb-xxl-n45,
.my-xxl-n45 {
    margin-bottom: -45px !important;
  }

  .ml-xxl-n45,
.mx-xxl-n45 {
    margin-left: -45px !important;
  }

  .m-xxl-n48 {
    margin: -48px !important;
  }

  .mt-xxl-n48,
.my-xxl-n48 {
    margin-top: -48px !important;
  }

  .mr-xxl-n48,
.mx-xxl-n48 {
    margin-right: -48px !important;
  }

  .mb-xxl-n48,
.my-xxl-n48 {
    margin-bottom: -48px !important;
  }

  .ml-xxl-n48,
.mx-xxl-n48 {
    margin-left: -48px !important;
  }

  .m-xxl-n50 {
    margin: -50px !important;
  }

  .mt-xxl-n50,
.my-xxl-n50 {
    margin-top: -50px !important;
  }

  .mr-xxl-n50,
.mx-xxl-n50 {
    margin-right: -50px !important;
  }

  .mb-xxl-n50,
.my-xxl-n50 {
    margin-bottom: -50px !important;
  }

  .ml-xxl-n50,
.mx-xxl-n50 {
    margin-left: -50px !important;
  }

  .m-xxl-n54 {
    margin: -54px !important;
  }

  .mt-xxl-n54,
.my-xxl-n54 {
    margin-top: -54px !important;
  }

  .mr-xxl-n54,
.mx-xxl-n54 {
    margin-right: -54px !important;
  }

  .mb-xxl-n54,
.my-xxl-n54 {
    margin-bottom: -54px !important;
  }

  .ml-xxl-n54,
.mx-xxl-n54 {
    margin-left: -54px !important;
  }

  .m-xxl-n56 {
    margin: -56px !important;
  }

  .mt-xxl-n56,
.my-xxl-n56 {
    margin-top: -56px !important;
  }

  .mr-xxl-n56,
.mx-xxl-n56 {
    margin-right: -56px !important;
  }

  .mb-xxl-n56,
.my-xxl-n56 {
    margin-bottom: -56px !important;
  }

  .ml-xxl-n56,
.mx-xxl-n56 {
    margin-left: -56px !important;
  }

  .m-xxl-n60 {
    margin: -60px !important;
  }

  .mt-xxl-n60,
.my-xxl-n60 {
    margin-top: -60px !important;
  }

  .mr-xxl-n60,
.mx-xxl-n60 {
    margin-right: -60px !important;
  }

  .mb-xxl-n60,
.my-xxl-n60 {
    margin-bottom: -60px !important;
  }

  .ml-xxl-n60,
.mx-xxl-n60 {
    margin-left: -60px !important;
  }

  .m-xxl-n64 {
    margin: -64px !important;
  }

  .mt-xxl-n64,
.my-xxl-n64 {
    margin-top: -64px !important;
  }

  .mr-xxl-n64,
.mx-xxl-n64 {
    margin-right: -64px !important;
  }

  .mb-xxl-n64,
.my-xxl-n64 {
    margin-bottom: -64px !important;
  }

  .ml-xxl-n64,
.mx-xxl-n64 {
    margin-left: -64px !important;
  }

  .m-xxl-n65 {
    margin: -65px !important;
  }

  .mt-xxl-n65,
.my-xxl-n65 {
    margin-top: -65px !important;
  }

  .mr-xxl-n65,
.mx-xxl-n65 {
    margin-right: -65px !important;
  }

  .mb-xxl-n65,
.my-xxl-n65 {
    margin-bottom: -65px !important;
  }

  .ml-xxl-n65,
.mx-xxl-n65 {
    margin-left: -65px !important;
  }

  .m-xxl-n70 {
    margin: -70px !important;
  }

  .mt-xxl-n70,
.my-xxl-n70 {
    margin-top: -70px !important;
  }

  .mr-xxl-n70,
.mx-xxl-n70 {
    margin-right: -70px !important;
  }

  .mb-xxl-n70,
.my-xxl-n70 {
    margin-bottom: -70px !important;
  }

  .ml-xxl-n70,
.mx-xxl-n70 {
    margin-left: -70px !important;
  }

  .m-xxl-n80 {
    margin: -80px !important;
  }

  .mt-xxl-n80,
.my-xxl-n80 {
    margin-top: -80px !important;
  }

  .mr-xxl-n80,
.mx-xxl-n80 {
    margin-right: -80px !important;
  }

  .mb-xxl-n80,
.my-xxl-n80 {
    margin-bottom: -80px !important;
  }

  .ml-xxl-n80,
.mx-xxl-n80 {
    margin-left: -80px !important;
  }

  .m-xxl-n88 {
    margin: -88px !important;
  }

  .mt-xxl-n88,
.my-xxl-n88 {
    margin-top: -88px !important;
  }

  .mr-xxl-n88,
.mx-xxl-n88 {
    margin-right: -88px !important;
  }

  .mb-xxl-n88,
.my-xxl-n88 {
    margin-bottom: -88px !important;
  }

  .ml-xxl-n88,
.mx-xxl-n88 {
    margin-left: -88px !important;
  }

  .m-xxl-n90 {
    margin: -90px !important;
  }

  .mt-xxl-n90,
.my-xxl-n90 {
    margin-top: -90px !important;
  }

  .mr-xxl-n90,
.mx-xxl-n90 {
    margin-right: -90px !important;
  }

  .mb-xxl-n90,
.my-xxl-n90 {
    margin-bottom: -90px !important;
  }

  .ml-xxl-n90,
.mx-xxl-n90 {
    margin-left: -90px !important;
  }

  .m-xxl-n96 {
    margin: -96px !important;
  }

  .mt-xxl-n96,
.my-xxl-n96 {
    margin-top: -96px !important;
  }

  .mr-xxl-n96,
.mx-xxl-n96 {
    margin-right: -96px !important;
  }

  .mb-xxl-n96,
.my-xxl-n96 {
    margin-bottom: -96px !important;
  }

  .ml-xxl-n96,
.mx-xxl-n96 {
    margin-left: -96px !important;
  }

  .m-xxl-n100 {
    margin: -100px !important;
  }

  .mt-xxl-n100,
.my-xxl-n100 {
    margin-top: -100px !important;
  }

  .mr-xxl-n100,
.mx-xxl-n100 {
    margin-right: -100px !important;
  }

  .mb-xxl-n100,
.my-xxl-n100 {
    margin-bottom: -100px !important;
  }

  .ml-xxl-n100,
.mx-xxl-n100 {
    margin-left: -100px !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
.my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
.mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
.my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
.mx-xxl-auto {
    margin-left: auto !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);
}

.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-dp-left {
    text-align: left !important;
  }

  .text-dp-right {
    text-align: right !important;
  }

  .text-dp-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 2140px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-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: 500 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: 800 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #000 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: black !important;
}

.text-secondary {
  color: #fff !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #d9d9d9 !important;
}

.text-success {
  color: #6bcb81 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #3dad56 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #f9f376 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #f6ed2d !important;
}

.text-danger {
  color: #ed4d29 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ba2f10 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 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;
  word-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;
    -webkit-box-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 #adb5bd;
    page-break-inside: avoid;
  }

  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 #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !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: #000;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #000;
  }
}
.carousel .icon-prev,
.carousel .icon-next {
  background-color: #fff;
  font-size: 1.875em;
  height: 3rem;
  padding-top: 0.24em;
  width: 3rem;
}
.carousel .icon-prev::before,
.carousel .icon-next::before {
  color: black;
  font-family: FontAwesome, sans-serif;
}
.carousel .icon-prev::before {
  content: "";
}
.carousel .icon-next::before {
  content: "";
}
.carousel .carousel-control-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.carousel .carousel-control-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  width: 3rem;
}
.carousel .carousel-control-next:focus,
.carousel .carousel-control-prev:focus {
  outline: auto black;
}

.nav-tabs {
  border-bottom: 1px solid #e5e5e5;
}
.nav-tabs .nav-link {
  font-size: 1.1rem;
  color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.active {
  border-bottom: 0.188em solid var(--skin-primary-color-1);
}

.card {
  margin-bottom: 1em;
}

.card-header h4 {
  margin-bottom: 0;
}

.modal .modal-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

dt {
  color: #495057;
  font-weight: normal;
}

.custom-checkbox .custom-control-label::before {
  border: 1px solid black;
  background: #f6f7fc;
  /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f7fc), to(#e5e5e5));
  background: linear-gradient(#f6f7fc, #e5e5e5);
  /* Standard syntax */
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-label::before {
  border: 1px solid black;
  background: #e5e5e5;
  /* For browsers that do not support gradients */
  background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#a2a2a2));
  background: linear-gradient(#e5e5e5, #a2a2a2);
  /* Standard syntax */
}

.form-control.is-invalid {
  background-image: none;
}

body.no-scroll {
  overflow: hidden;
}

.h1,
.h2,
.h3 {
  display: block;
}

h1,
.h1 {
  /* stylelint-disable-line */
  font-size: 1.875rem;
  font-weight: 900;
  text-transform: none;
}
@media (min-width: 576px) {
  h1,
.h1 {
    font-size: 2.5rem;
  }
}
h1.big,
.h1.big {
  font-size: 3.75rem;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: none;
}
@media (min-width: 576px) {
  h1.big,
.h1.big {
    font-size: 5rem;
  }
}

h2,
.h2 {
  /* stylelint-disable-line */
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  h2,
.h2 {
    font-size: 1.5rem;
  }
}

h3,
.h3 {
  /* stylelint-disable-line */
  font-size: 1.125rem;
  font-weight: 900;
}
@media (min-width: 576px) {
  h3,
.h3 {
    font-size: 1.25rem;
  }
}

bold {
  font-weight: 700;
}

input[type=text],
input[type=search],
input[type=email],
input[type=tel],
input[type=password],
input[type=number] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding: 12px 12px 5px;
  border-bottom: 1px solid #000;
  background-color: transparent;
  color: #000;
}
input[type=text]:focus,
input[type=search]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
input[type=number]::-webkit-inner-spin-button:focus,
input[type=number]::-webkit-outer-spin-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  padding: 12px;
  overflow: auto;
  resize: none;
  border: 1px solid #000;
  border-radius: 0;
}
textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  position: relative;
  min-width: 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50px;
}
input[type=radio]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
input[type=radio]:checked::after {
  /* stylelint-disable-line */
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 52px;
  background-color: #000;
}

input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  position: relative;
  display: grid;
  place-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 0;
  background-color: #fff;
}
input[type=checkbox]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
input[type=checkbox]::before {
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background-color: #000;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  -webkit-transform: scale(0);
          transform: scale(0);
}
input[type=checkbox]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
input[type=checkbox].disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
input[type=checkbox].disabled + label {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

select,
.custom-select,
.form-control.custom-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  min-width: 100px;
  padding: 5px 12px;
  border: 1.5px solid #000;
  border-radius: 0;
  background-image: url("../images/dropdown.svg") !important;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
  background-size: 25px;
  cursor: pointer;
}
select:focus,
.custom-select:focus,
.form-control.custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
select.is-invalid,
.custom-select.is-invalid,
.form-control.custom-select.is-invalid {
  padding-right: 12px !important;
  background-image: url("../images/dropdown.svg") !important;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
  background-size: 25px;
}
select[disabled], select.disabled,
.custom-select[disabled],
.custom-select.disabled,
.form-control.custom-select[disabled],
.form-control.custom-select.disabled {
  background-image: none !important;
  color: #c8c8c8;
  border-color: #c8c8c8;
  pointer-events: none;
}

a {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  color: inherit;
  text-decoration: underline;
}
a:hover {
  color: inherit;
  opacity: 0.7;
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px transparent;
  border-radius: 0;
  padding: 0.625rem 0.9375rem;
  background-color: transparent;
  font-size: 0.75rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #212529;
}
.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.btn i {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-left: 12px;
  font-size: 1.125rem;
}
.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}
.btn-primary i::before {
  color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  opacity: 0.8;
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn-outline-primary {
  color: #212529;
  background-color: #fff;
  border-color: #000;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #fff;
  border-color: #000;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #212529;
  background-color: #fff;
  border-color: #000;
  -webkit-box-shadow: 0 0 0 0 rgba(5, 6, 6, 0.5);
          box-shadow: 0 0 0 0 rgba(5, 6, 6, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #000;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.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 {
  -webkit-box-shadow: 0 0 0 0 rgba(5, 6, 6, 0.5);
          box-shadow: 0 0 0 0 rgba(5, 6, 6, 0.5);
}
.btn-outline-primary i::before {
  color: #000;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active {
  opacity: 0.8;
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn-secondary {
  color: #212529;
  background-color: #fff;
  border-color: #000;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #fff;
  border-color: #000;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #212529;
  background-color: #fff;
  border-color: #000;
  -webkit-box-shadow: 0 0 0 0 rgba(5, 6, 6, 0.5);
          box-shadow: 0 0 0 0 rgba(5, 6, 6, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #000;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #000;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(5, 6, 6, 0.5);
          box-shadow: 0 0 0 0 rgba(5, 6, 6, 0.5);
}
.btn-secondary i::before {
  color: #000;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
  opacity: 0.8;
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn-outline {
  color: #fff;
  background-color: transparent;
  border-color: #000;
}
.btn-outline:hover {
  color: #fff;
  background-color: transparent;
  border-color: #000;
}
.btn-outline:focus, .btn-outline.focus {
  color: #fff;
  background-color: transparent;
  border-color: #000;
  -webkit-box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}
.btn-outline.disabled, .btn-outline:disabled {
  color: #fff;
  background-color: transparent;
  border-color: #000;
}
.btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled).active, .show > .btn-outline.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: #000;
}
.btn-outline:not(:disabled):not(.disabled):active:focus, .btn-outline:not(:disabled):not(.disabled).active:focus, .show > .btn-outline.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}
.btn-outline i::before {
  color: #000;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  border-color: #000;
  background-color: #fff;
  color: #000;
  opacity: 0.8;
}
.btn-reverse {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 1px #000;
          box-shadow: 0 0 0 1px #000;
  border-color: #000;
}
.btn-reverse:hover, .btn-reverse:focus, .btn-reverse:active, .btn-reverse.active {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.btn-link {
  text-transform: none;
  text-decoration: underline;
}
.btn-link i {
  text-decoration: none;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  text-decoration: underline;
}
.btn.sized {
  min-width: 240px;
}
.btn.disabled, .btn[disabled] {
  opacity: 1;
  pointer-events: none;
  color: #767676;
}
.btn.disabled:not(.btn-link), .btn[disabled]:not(.btn-link) {
  background-color: #c8c8c8;
  border-color: #c8c8c8;
}
.btn.disabled.btn-link, .btn[disabled].btn-link {
  background-color: transparent;
  border: none;
}
.btn.full-width {
  width: 100%;
}

.close {
  -webkit-transition: opacity 0.2s ease 0.3s ease-in-out;
  transition: opacity 0.2s ease 0.3s ease-in-out;
  font-size: 2.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  line-height: 1;
  font-weight: 400;
  text-shadow: none;
  color: #000;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.35rem + 1.2vw);
  }
}
.close:hover {
  text-decoration: none;
  color: #000;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.7;
}

.dropdown button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background-color: #fff;
}
.dropdown button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.dropdown button::after {
  display: none;
}

.dropdown-menu {
  border-radius: 3px;
}
.dropdown-menu .dropdown-item {
  color: #000;
}
.dropdown-menu .dropdown-item:focus {
  color: #fff;
}

.alert {
  padding: 0;
}
.alert.alert-danger {
  background-color: transparent;
  border: 0;
  color: #ed4d29;
}

hr {
  margin: 10px 0;
}

.modal-content {
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  font-size: 0.875rem;
}
.modal-header, .modal-footer {
  border: 0;
}
.modal .close {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  font-size: 1.5625rem;
}
.modal .close:hover {
  opacity: 0.7;
  background-color: transparent;
}

.product-labels li {
  padding: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 0.625rem;
}
@media (min-width: 992px) {
  .product-labels li {
    font-size: 0.75rem;
  }
  .product-labels li:not(:last-child) {
    margin-right: 10px;
  }
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  border: 0 !important;
}

.add-to-cart-messages,
.secure-email-sent {
  z-index: 1000;
}

.add-to-cart-messages .alert,
.add-to-wishlist-alert,
.remove-from-wishlist-alert,
.copy-link-message .alert,
.contact-us-signup-message,
.contact-us-signup-alert,
.secure-email-sent .alert,
.email-signup-message .email-signup-alert {
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
}

.copy-link-message {
  top: 140px !important;
  right: 15px !important;
  left: auto !important;
  z-index: 1000;
  -webkit-transform: none !important;
          transform: none !important;
}
.copy-link-message a {
  display: block;
  margin-left: 0;
  text-align: left;
  text-decoration: underline;
}

@font-face {
  font-family: "cwf-icomoon";
  src: url("../fonts/CwfFontico/cwf-icomoon.ttf?h31uxc") format("truetype"), url("../fonts/CwfFontico/cwf-icomoon.woff?h31uxc") format("woff"), url("../fonts/CwfFontico/cwf-icomoon.svg?h31uxc#cwf-icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i:not(.fa)[class^=cwf-],
i:not(.fa)[class*=" cwf-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "cwf-icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cwf-eye::before {
  content: "";
}

.cwf-close::before {
  content: "";
}

.cwf-filter::before {
  content: "";
}

.cwf-arrow::before {
  content: "";
}

.cwf-google::before {
  content: "";
}

.cwf-logo::before {
  content: "";
}

.cwf-visa::before {
  content: "";
}

.cwf-paypal::before {
  content: "";
}

.cwf-mastercard::before {
  content: "";
}

.cwf-star::before {
  content: "";
}

.cwf-mixcloud::before {
  content: "";
}

.cwf-buble-bar::before {
  content: "";
}

.cwf-buble-check::before {
  content: "";
}

.cwf-buble-cross::before {
  content: "";
}

.cwf-buble-i::before {
  content: "";
}

.cwf-cart::before {
  content: "";
}

.cwf-copy::before {
  content: "";
}

.cwf-display::before {
  content: "";
}

.cwf-dropdown::before {
  content: "";
}

.cwf-drum::before {
  content: "";
}

.cwf-email::before {
  content: "";
}

.cwf-embroidery::before {
  content: "";
}

.cwf-facebook::before {
  content: "";
}

.cwf-instagram::before {
  content: "";
}

.cwf-ironing::before {
  content: "";
}

.cwf-javel::before {
  content: "";
}

.cwf-menu::before {
  content: "";
}

.cwf-notdisplay::before {
  content: "";
}

.cwf-pause::before {
  content: "";
}

.cwf-pen::before {
  content: "";
}

.cwf-pinterest::before {
  content: "";
}

.cwf-search::before {
  content: "";
}

.cwf-sechage::before {
  content: "";
}

.cwf-share::before {
  content: "";
}

.cwf-star-empty::before {
  content: "";
}

.cwf-tiktok::before {
  content: "";
}

.cwf-user::before {
  content: "";
}

.cwf-validate::before {
  content: "";
}

.cwf-youtube::before {
  content: "";
}

.cwf-store::before {
  content: "";
}

@font-face {
  font-family: "laundry-care-icomoon";
  src: url("../fonts/LaundryCareFontico/laundry-care-icomoon.ttf?mwpvlm") format("truetype"), url("../fonts/LaundryCareFontico/laundry-care-icomoon.woff?mwpvlm") format("woff"), url("../fonts/LaundryCareFontico/laundry-care-icomoon.svg?mwpvlm#laundry-care-icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i:not(.fa)[class^=laundry-care-],
i:not(.fa)[class*=" laundry-care-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "laundry-care-icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.laundry-care-30::before {
  content: "";
}

.laundry-care-30D::before {
  content: "";
}

.laundry-care-30TD::before {
  content: "";
}

.laundry-care-40::before {
  content: "";
}

.laundry-care-40D::before {
  content: "";
}

.laundry-care-40TD::before {
  content: "";
}

.laundry-care-50::before {
  content: "";
}

.laundry-care-50D::before {
  content: "";
}

.laundry-care-60::before {
  content: "";
}

.laundry-care-95D::before {
  content: "";
}

.laundry-care-BX::before {
  content: "";
}

.laundry-care-CL::before {
  content: "";
}

.laundry-care-CLX::before {
  content: "";
}

.laundry-care-MAIN::before {
  content: "";
}

.laundry-care-NSX::before {
  content: "";
}

.laundry-care-PD::before {
  content: "";
}

.laundry-care-R1P::before {
  content: "";
}

.laundry-care-R2P::before {
  content: "";
}

.laundry-care-R3P::before {
  content: "";
}

.laundry-care-RX::before {
  content: "";
}

.laundry-care-S1P::before {
  content: "";
}

.laundry-care-S2P::before {
  content: "";
}

.laundry-care-SAO::before {
  content: "";
}

.laundry-care-SOF::before {
  content: "";
}

.laundry-care-SOP::before {
  content: "";
}

.laundry-care-SP::before {
  content: "";
}

.laundry-care-SSF::before {
  content: "";
}

.laundry-care-SX::before {
  content: "";
}

.laundry-care-X::before {
  content: "";
}

@font-face {
  font-family: "Mulish";
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Mulish/Mulish-Regular.woff2") format("woff2"), url("../fonts/Mulish/Mulish-Regular.woff") format("woff");
}
@font-face {
  font-family: "Mulish";
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Mulish/Mulish-Bold.woff2") format("woff2"), url("../fonts/Mulish/Mulish-Bold.woff") format("woff");
}
@font-face {
  font-family: "Mulish";
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/Mulish/Mulish-ExtraBold.woff2") format("woff2"), url("../fonts/Mulish/Mulish-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Mulish";
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/Mulish/Mulish-Black.woff2") format("woff2"), url("../fonts/Mulish/Mulish-Black.woff") format("woff");
}
.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left;
  }

  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }

  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }

  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .pull-left-dp {
    float: left;
  }

  .pull-right-dp {
    float: right;
  }
}
@media (min-width: 1400px) and (max-width: 2139.98px) {
  .pull-left-xl {
    float: left;
  }

  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 2140px) {
  .pull-left-xxl {
    float: left;
  }

  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1399.98px) {
  .hidden-dp-down {
    display: none !important;
  }
}

@media (max-width: 2139.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

.hidden-xxl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome//fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome//fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome//fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome//fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome//fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome//fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.modal-background {
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  display: none;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

input[placeholder] {
  text-overflow: ellipsis;
}

.hide-order-discount {
  display: none;
}

.hide-shipping-discount {
  display: none;
}

.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.error-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em;
}

.error-message {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.error.continue-shopping {
  margin-bottom: 6.25em;
}

.error-unassigned-category {
  color: #ed4d29;
}

.skip {
  position: absolute;
  left: 0;
  top: -4.2em;
  overflow: hidden;
  padding: 1em 1.5em;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 10000000;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-header-custom {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.error-block__wrapper {
  position: relative;
  height: 700px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .error-block__wrapper.horizontal .error-block__content {
    /* stylelint-disable-line */
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    display: block;
    width: auto;
  }
  .error-block__wrapper.horizontal .error-block__visual {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: 50vw;
    height: 100%;
  }
}
.error-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  height: 350px;
}
.error-block__content .subtitle {
  margin: 30px 0;
  font-weight: 500;
  font-size: 1.875rem;
}
.error-block__visual {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 350px;
}
.error-block__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  position: relative;
}
@media (max-width: 767.98px) {
  body #footer {
    padding-bottom: calc(0.625rem * 8);
  }
}

.size-chart__tabs .nav-item {
  display: inline-block;
  cursor: default;
}
.size-chart__tabs .nav-item:not(:last-child) {
  margin-right: 30px;
}
.size-chart__tabs .nav-item .nav-link {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  padding: 15px 0;
  background-color: transparent;
  color: #000;
  font-size: 0.875rem;
  text-transform: uppercase;
  opacity: 1;
}
.size-chart__tabs .nav-item .nav-link:hover {
  opacity: 0.7;
}
.size-chart__tabs .nav-item .nav-link.active {
  border-bottom: 4px solid #000;
  font-weight: 700;
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
  position: absolute;
  bottom: calc(0.625rem * 2);
  left: 0;
  border: 1px solid #fff !important;
  border-radius: 0;
  background: #000;
  color: #fff !important;
}
@media (max-width: 767.98px) {
  #ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    bottom: calc(0.625rem * 9);
  }
}
#ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.ot-sdk-show-settings:focus, #ot-sdk-btn.optanon-show-settings:hover, #ot-sdk-btn.optanon-show-settings:focus {
  border-color: #fff !important;
  background: #000 !important;
  color: #fff !important;
}

.cursor-pointer {
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  .menu-toggleable-left.navbar-toggleable-dp {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
    max-width: 100%;
  }
  .menu-toggleable-left.navbar-toggleable-dp.in {
    min-width: 50%;
    left: 0;
  }
}
.navbar.bg-inverse {
  background-color: transparent !important;
  padding: 0;
}
@media (min-width: 1200px) {
  .navbar.bg-inverse .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .navbar.bg-inverse .navbar-nav .nav-link {
    padding: 0.8rem;
    white-space: nowrap;
    font-weight: normal;
  }
}

.navbar-expand-md .navbar-nav.nav-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar-expand-md .navbar-nav.nav-spaced {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.navbar-expand-md .navbar-nav.nav-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
  background-color: #fff;
  color: #000;
}

@media (min-width: 992px) {
  .nav-item > .nav-link {
    color: #fff;
  }
}
@media (max-width: 1399.98px) {
  .main-menu.menu-toggleable-left {
    background-color: #fff;
    z-index: 4;
  }
}

@media (max-width: 1399.98px) {
  .menu-toggleable-left .bg-inverse {
    background-color: #fff !important;
    color: #000;
  }
}
.menu-toggleable-left .close-menu {
  padding: 15px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: none;
}
@media (min-width: 1200px) {
  .menu-toggleable-left .close-menu {
    display: none;
  }
}
.menu-toggleable-left .close-menu .header-menu {
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  background: #fff;
  padding: calc(30px / 3) calc(30px / 2) calc(30px / 7.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.menu-toggleable-left .close-menu .header-menu .navbar-header.brand {
  margin-top: -3px;
}
.menu-toggleable-left .menu-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.menu-toggleable-left li > .close-menu {
  margin-right: 0;
  margin-top: -0.6rem;
  margin-left: 0;
}
@media (max-width: 1199.98px) {
  .menu-toggleable-left.in {
    right: 0;
    margin-right: 1.25em;
    /* 20/16 */
  }
  .menu-toggleable-left.in .close-menu {
    display: block;
  }
}
@media (max-width: 1199.98px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: 1px solid #f8f8f4;
  }
  .menu-toggleable-left.in .dropdown {
    display: block;
    position: static;
  }
  .menu-toggleable-left.in .dropdown-toggle {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    position: absolute;
    right: 0.3em;
    margin-top: 0.55em;
  }
  .menu-toggleable-left.in .nav-item .nav-link {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .show > .dropdown-menu {
    left: 0;
    height: 100vh;
    padding-bottom: calc(6.25rem);
    overflow: auto;
  }
  .menu-toggleable-left.in .dropdown-menu {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    -webkit-transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    display: block;
  }
}

.multilevel-dropdown .dropdown-menu {
  top: 90%;
  border: 0;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .multilevel-dropdown .dropdown-menu {
    -webkit-box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
            box-shadow: 0 3px 5px rgba(43, 36, 25, 0.4);
  }
}
.multilevel-dropdown .dropdown-item.dropdown > .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 0.3em;
  margin-top: 0.55em;
}
@media (min-width: 1200px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    top: -0.65em;
    left: 99%;
  }
}
.multilevel-dropdown .navbar > .close-menu > .back {
  display: none;
}
.multilevel-dropdown .close-menu .back .caret-left {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-left: 0.3 solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 0.125em;
}
.multilevel-dropdown .dropdown-item {
  padding: 0 0 0 1em;
}
.multilevel-dropdown .dropdown-item .dropdown-link {
  display: block;
  padding: 0.425em 5em 0.425em 0;
  font-weight: bold;
}
.multilevel-dropdown .dropdown-item + .dropdown-item {
  border-top: 1px solid #fff;
}
.multilevel-dropdown .dropdown-item.top-category {
  font-weight: bold;
}
.multilevel-dropdown .dropdown-item.top-category > .nav-link {
  padding-left: 0;
}
.multilevel-dropdown span[data-obfuscated] {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.multilevel-dropdown span[data-obfuscated]:hover {
  opacity: 0.7;
}

.navbar-header {
  height: 4.375em;
  /* 70/16 */
}
.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .search,
.navbar-header .minicart {
  display: inline-block;
  margin: 1.125em 0 0 0.5em;
}
.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .minicart,
.navbar-header .navbar-toggler {
  line-height: 2.25em;
  /* 36/16 */
  height: auto;
  margin: 0;
}
.navbar-header .navbar-toggler {
  font-size: 1.6em;
  width: auto;
}
.navbar-header .user {
  position: relative;
}
.navbar-header .user .popover {
  position: absolute;
  top: 80%;
  left: 50%;
  display: none;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
  padding: 0.625rem 0.9375rem;
  min-width: 120px;
  background-color: #fff;
}
.navbar-header .user .popover .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.navbar-header .user .popover li {
  font-size: 0.875rem;
  margin-bottom: calc(0.625rem / 2);
}
.navbar-header .user .popover a {
  white-space: nowrap;
}
.navbar-header .user .popover::before {
  left: 1.5rem;
}
.navbar-header .user .popover::after {
  left: 1.5rem;
}
.navbar-header .user .popover.show {
  display: block;
}
.navbar-header.brand-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .navbar-header.brand-desktop {
    display: block;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
  }
}
@media (min-width: 1200px) {
  .navbar-header.brand {
    width: 14.125em;
    /* 226/16 */
    margin-left: -7.0625em;
    /* 113/16 */
    height: 62px;
  }
}
@media (max-width: 1199.98px) {
  .navbar-header.brand {
    width: 6em;
    /* 64/16 */
    margin-left: -2em;
  }
}
.navbar-header.brand h1 {
  font-size: 0;
}
.navbar-header.brand img {
  width: 100%;
}
.navbar-header.brand-no-width {
  width: unset;
}
@media (min-width: 1200px) {
  .navbar-header.brand-no-width {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.navbar-header .pull-mobile {
  display: block;
}
@media (min-width: 1200px) {
  .navbar-header .pull-mobile {
    display: none;
  }
}

.main-menu {
  background-color: #e5e5de;
}
.main-menu .navbar .close-menu button,
.main-menu .navbar .close-button button {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.header-banner {
  background-color: #a2a2a2;
  text-align: center;
  color: #fff;
}
.header-banner .close-button {
  width: 2.125em;
}
.header-banner .close-button .close {
  opacity: 1;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: var(--skin-primary-color-1);
}
.header-banner .content {
  margin-right: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}

.minicart {
  margin-top: 0.1875em;
  /* 3/16 */
  vertical-align: top;
}
.minicart .minicart-icon {
  font-size: 1.5em;
}
.minicart .minicart-link {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.minicart .minicart-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.minicart .minicart-quantity {
  background-color: var(--skin-primary-color-1);
  border-radius: 50%;
  width: 1.25em;
  /* 20/16 */
  height: 1.25em;
  /* 20/16 */
  line-height: normal;
  display: inline-block;
  text-align: center;
  font-size: 0.8125em;
  /* 13/16 */
  position: relative;
  top: -0.9375em;
  /* 15/16 */
  left: -0.9375em;
  /* 15/16 */
  color: #fff;
}

a.normal {
  color: var(--skin-primary-color-1);
  text-decoration: underline;
}

.slide-up {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  max-height: 100px;
  overflow: hidden;
}
.slide-up.hide {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
          transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.dropdown-country-selector {
  margin-top: -0.0625em;
}

.cookie-warning-messaging.cookie-warning {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  display: none;
}

.valid-cookie-warning {
  background-color: var(--skin-link-color-1);
  color: #fff;
  white-space: nowrap;
}
.valid-cookie-warning p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-right: 2em;
}

header {
  background-color: #fff;
}
header > nav {
  position: relative;
  border-bottom: 1px solid #000;
}
@media (max-width: 1199.98px) {
  header > nav {
    border-bottom: 1px solid #e5e5de;
  }
}

.header-sticky {
  position: sticky;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  z-index: 4;
}

.header {
  padding-top: 20px;
  padding-bottom: 15px;
}
@media (min-width: 1200px) {
  .header {
    padding-bottom: 0;
    padding-top: 20px;
  }
}
.header-simplified {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .header > .header-flex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header > .header-flex-simplified {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (min-width: 1200px) {
  .header > .header-flex-simplified {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .header .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
  }
}
@media (max-width: 767.98px) {
  .header__nomenu {
    border-bottom: 1px solid #e5e5e5;
  }
}
@media (min-width: 992px) {
  .header__nomenu {
    margin-top: 30px;
    margin-bottom: calc(30px * 1.5);
  }
}
.header__nomenu .logo-home {
  display: block;
  margin-top: calc(30px / 3);
  margin-bottom: calc(30px / 2);
}
@media (min-width: 768px) {
  .header__nomenu .logo-home {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.header__nomenu .logo-home img {
  width: auto;
  height: 20px;
}
@media (min-width: 576px) {
  .header__nomenu .logo-home img {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .header__nomenu .logo-home img {
    height: 60px;
  }
}

.navbar-header {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .navbar-header .pull-left,
.navbar-header .navbar-header,
.navbar-header .pull-right {
    width: 33%;
  }
  .navbar-header .navbar-header {
    text-align: center;
  }
}
.navbar-header a {
  text-decoration: none;
  -ms-flex-item-align: center;
      align-self: center;
}
.navbar-header__right {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
@media (min-width: 992px) {
  .navbar-header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.navbar-header__right.opacified {
  opacity: 0;
}
.navbar-header .search-header,
.navbar-header .minicart,
.navbar-header .navbar-toggler,
.navbar-header .my-list,
.navbar-header .my-account {
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  line-height: 1;
  color: #000;
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .navbar-header .search-header,
.navbar-header .minicart,
.navbar-header .navbar-toggler,
.navbar-header .my-list,
.navbar-header .my-account {
    padding-left: 30px;
  }
}
.navbar-header .search-header a,
.navbar-header .minicart a,
.navbar-header .navbar-toggler a,
.navbar-header .my-list a,
.navbar-header .my-account a {
  color: #000;
}
.navbar-header .my-account span[data-obfuscated] {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.navbar-header .my-account span[data-obfuscated]:hover {
  opacity: 0.7;
}
.navbar-header .wishlist {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 1.25rem;
  cursor: pointer;
}
.navbar-header .wishlist:hover {
  opacity: 0.7;
}
.navbar-header .search-header {
  margin-right: calc(30px / 1.5);
}
@media (min-width: 992px) {
  .navbar-header .search-header {
    margin-right: 30px;
  }
}
.navbar-header .search-header:hover {
  text-decoration: none;
}
.navbar-header .header-store-locator {
  font-size: 1.25rem;
  margin-right: 30px;
}
.navbar-header.brand {
  margin-left: 0;
}
.navbar-header.brand img {
  width: auto;
  height: 20px;
}
@media (min-width: 1200px) {
  .navbar-header.brand img {
    height: 33px;
    margin-top: 7px;
  }
}
.navbar-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
@media (min-width: 992px) {
  .navbar-header__right {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    position: relative;
    z-index: 10;
  }
}
.navbar-header__right a:hover {
  text-decoration: none;
}
.navbar-header__right i.active {
  position: relative;
}
.navbar-header__right i.active::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #000;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.navbar-header__left {
  text-transform: uppercase;
  font-size: 0.75rem;
}
.navbar-header__left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style-type: none;
}
.navbar-header__left ul li {
  margin-right: calc(30px / 1.5);
}
.navbar-header__left ul li:first-child {
  margin-right: calc(30px / 3);
}

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

.nav-item__img {
  height: 30px;
  position: absolute;
  top: 8px;
}
@media (max-width: 1199.98px) {
  .nav-item__img {
    top: -4px;
  }
}
.nav-item__img + span {
  padding-left: 35px;
}

div.dropdown-menu > ul {
  padding-left: 0;
}

.menu-toggleable-left.in {
  width: 100%;
  margin-right: 0;
  overflow-x: auto;
}
.menu-toggleable-left .nav-item,
.menu-toggleable-left .dropdown-item {
  border-top: none;
}
@media (max-width: 1199.98px) {
  .menu-toggleable-left .nav-item,
.menu-toggleable-left .dropdown-item {
    padding: calc(30px / 1.5) calc(30px / 2);
  }
}
.menu-toggleable-left .nav-item + .nav-item,
.menu-toggleable-left .dropdown-item + .nav-item {
  border-top: none;
}
.menu-toggleable-left .nav-item a,
.menu-toggleable-left .dropdown-item a {
  position: relative;
  padding: 0;
  text-decoration: none;
}
.menu-toggleable-left .nav-item i,
.menu-toggleable-left .dropdown-item i {
  /* stylelint-disable-line */
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  font-size: 1.5rem;
}
.menu-toggleable-left .nav-item.top-category,
.menu-toggleable-left .dropdown-item.top-category {
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: calc(30px / 1.5);
}
.menu-toggleable-left .nav-item.top-category i,
.menu-toggleable-left .dropdown-item.top-category i {
  display: none;
}
.menu-toggleable-left .nav-item:hover,
.menu-toggleable-left .dropdown-item:hover {
  background-color: #fff;
}
.menu-toggleable-left .nav-item .nav-link,
.menu-toggleable-left .dropdown-item .nav-link {
  padding-left: 0;
}
.menu-toggleable-left .row {
  position: initial;
}
.menu-toggleable-left .navbar {
  position: initial;
}
.menu-toggleable-left .dropdown-menu {
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow: auto;
}
.menu-toggleable-left .dropdown-menu .close-button,
.menu-toggleable-left .dropdown-menu .navbar-header.brand {
  display: none;
}
.menu-toggleable-left .back {
  position: absolute;
  left: 30px;
  bottom: -20px;
  z-index: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.menu-toggleable-left .back i {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.menu-toggleable-left.main-menu {
  background-color: #fff;
}
.menu-toggleable-left.main-menu .navbar-nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  text-transform: uppercase;
  margin-top: 3px;
}
@media (max-width: 1199.98px) {
  .menu-toggleable-left.main-menu .navbar-nav ul > .main-category:not(:last-child) {
    border-bottom: 1px solid #000;
  }
  .menu-toggleable-left.main-menu .navbar-nav ul > .main-category > a,
.menu-toggleable-left.main-menu .navbar-nav ul > .main-category > span {
    font-weight: 700;
  }
  .menu-toggleable-left.main-menu .navbar-nav ul > .main-category > a i,
.menu-toggleable-left.main-menu .navbar-nav ul > .main-category > span i {
    display: none;
  }
  .menu-toggleable-left.main-menu .navbar-nav ul > .main-category > a + .dropdown-menu,
.menu-toggleable-left.main-menu .navbar-nav ul > .main-category > span + .dropdown-menu {
    position: initial !important;
    padding-top: 0;
    padding-bottom: 0;
  }
  .menu-toggleable-left.main-menu .navbar-nav ul > .main-category > a + .dropdown-menu > ul > .dropdown-item,
.menu-toggleable-left.main-menu .navbar-nav ul > .main-category > span + .dropdown-menu > ul > .dropdown-item {
    padding-left: 0;
    padding-bottom: 0;
  }
  .menu-toggleable-left.main-menu .navbar-nav ul > .main-category > a + .dropdown-menu > ul > .dropdown-item .dropdown-link,
.menu-toggleable-left.main-menu .navbar-nav ul > .main-category > span + .dropdown-menu > ul > .dropdown-item .dropdown-link {
    font-weight: 400;
  }
}
.menu-toggleable-left.main-menu .navbar-nav .nav-link {
  color: #000;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .menu-toggleable-left.main-menu .navbar-nav .nav-link {
    position: relative;
    padding-bottom: 25px;
  }
}
.menu-toggleable-left.main-menu .navbar-nav a {
  text-decoration: none;
  position: relative;
}
@media (min-width: 1200px) {
  .menu-toggleable-left.main-menu .navbar-nav a {
    font-weight: 700;
  }
}
.menu-toggleable-left .close-menu {
  position: relative;
  height: 44px;
  padding: calc(30px / 3) calc(30px / 2) calc(30px / 7.5);
  border-bottom: none;
}
.menu-toggleable-left .close-menu i {
  font-size: 1.5rem;
}
.menu-toggleable-left .close-menu img {
  max-height: 21px;
}
.menu-toggleable-left .close-menu button {
  padding: 0;
}
.menu-toggleable-left .close-menu > .navbar-header.brand {
  z-index: 1001;
}
@media (max-width: 1199.98px) {
  .menu-toggleable-left .navbar {
    border-bottom: 1px solid #000;
  }
}
.menu-toggleable-left .navbar-header {
  top: calc(30px / 3);
}
.menu-toggleable-left .menu-toggle-more {
  padding: calc(30px / 1.5) calc(30px / 2);
}
.menu-toggleable-left .menu-toggle-more__join-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: calc(30px / 1.2);
}
.menu-toggleable-left .menu-toggle-more__join-us a,
.menu-toggleable-left .menu-toggle-more__join-us span {
  min-width: 150px;
  margin: calc(30px / 3) 0;
}
.menu-toggleable-left .menu-toggle-more__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc(30px / 0.857);
  text-transform: uppercase;
}
.menu-toggleable-left .menu-toggle-more__delivery span {
  margin-right: calc(30px / 3);
  font-size: 0.75rem;
}
.menu-toggleable-left .menu-toggle-more__delivery span:first-child {
  margin-right: calc(30px / 6);
}
.menu-toggleable-left .menu-toggle-more__contact {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.menu-toggleable-left .menu-toggle-more ul {
  margin-top: calc(30px / 1.5);
  margin-bottom: calc(30px / 0.667);
  padding: 0;
  list-style-type: none;
  text-transform: uppercase;
}
.menu-toggleable-left .menu-toggle-more ul li {
  margin: calc(30px / 3) 0;
}
.menu-toggleable-left .menu-toggle-more ul a,
.menu-toggleable-left .menu-toggle-more ul span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
}
.menu-toggleable-left .menu-toggle-more ul i {
  padding-right: calc(30px / 2);
  font-size: 1.25rem;
}
.menu-toggleable-left .menu-toggle-more ul i.cwf-star-empty {
  font-size: 1.1rem;
}
.menu-toggleable-left .menu-toggle-more ul i.cwf-cart, .menu-toggleable-left .menu-toggle-more ul i.cwf-search {
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
.menu-toggleable-left .dropdown-toggle::after {
  content: none;
}

@media (min-width: 1200px) {
  header .top-category {
    display: none;
  }
  header .menu-group .navbar-nav > .nav-item #brands + .dropdown-menu ul,
header .menu-group .navbar-nav > .nav-item #outlet + .dropdown-menu ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  header .menu-group .navbar-nav > .nav-item #brands + .dropdown-menu ul li,
header .menu-group .navbar-nav > .nav-item #outlet + .dropdown-menu ul li {
    -ms-flex-preferred-size: calc(100% / 4);
        flex-basis: calc(100% / 4);
    width: calc(100% / 4);
    padding-left: 0;
  }
  header .menu-group .navbar-nav > .nav-item.dropdown > .dropdown-menu,
header .menu-group .navbar-nav > .nav-item .dropdown-menu > li:not(.dropdown-item) .dropdown-menu {
    position: absolute;
    top: inherit;
    right: 0;
    bottom: -1px;
    left: 0;
    padding: calc(30px / 0.6) calc(30px / 0.429) calc(30px / 0.429);
    margin: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-box-shadow: 0 2px 2px -2px #000;
            box-shadow: 0 2px 2px -2px #000;
    font-size: 0.75rem;
    width: 100vw;
  }
  header .menu-group .navbar-nav > .nav-item.dropdown > .dropdown-menu > ul,
header .menu-group .navbar-nav > .nav-item .dropdown-menu > li:not(.dropdown-item) .dropdown-menu > ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header .menu-group .navbar-nav > .nav-item.dropdown > .dropdown-menu > ul > li,
header .menu-group .navbar-nav > .nav-item .dropdown-menu > li:not(.dropdown-item) .dropdown-menu > ul > li {
    position: relative;
    font-size: 0.875rem;
  }
  header .menu-group .navbar-nav > .nav-item.dropdown > .dropdown-menu > ul > li > .dropdown-menu > ul > .dropdown-item,
header .menu-group .navbar-nav > .nav-item .dropdown-menu > li:not(.dropdown-item) .dropdown-menu > ul > li > .dropdown-menu > ul > .dropdown-item {
    text-transform: uppercase;
  }
  header .menu-group .dropdown-item .dropdown-menu {
    position: initial;
    display: block;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 0.75rem;
  }
  header .menu-group .dropdown-item .dropdown-menu .dropdown-menu {
    padding-left: 30px;
  }
  header .menu-group .dropdown-item .dropdown-menu .dropdown-item {
    padding: 0;
    text-transform: capitalize;
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  header .menu-group .dropdown-item .dropdown-menu .dropdown-item img {
    top: 0;
  }
}
@media (min-width: 1200px) {
  header .menu-group .dropdown-item .dropdown-menu .dropdown-item a,
header .menu-group .dropdown-item .dropdown-menu .dropdown-item span {
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  header li,
header .dropdown {
    position: initial;
  }
}
@media (min-width: 1200px) {
  header .main-menu .cwf-dropdown {
    display: none;
  }
}
@media (min-width: 1200px) {
  header .navbar-nav .dropdown-item.dropdown .dropdown-item.dropdown .dropdown-item.dropdown .dropdown-menu {
    display: none;
  }
}
.header-top-banner {
  background-color: #000;
  padding: 10px 0;
}
.header-top-banner.light {
  color: #000;
}
.header-top-banner.dark {
  color: #fff;
}
.header-top-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.header-top-banner__message {
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  font-size: 0.75rem;
}
@media (min-width: 992px) {
  .header-top-banner__message {
    padding: 0;
    width: 100vw;
  }
}
.header-top-banner span {
  text-decoration: underline;
  cursor: pointer;
}
.header-top-banner span:hover {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.7;
}

.categoryBannerHeaderActivated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
}
@media (min-width: 1200px) {
  .categoryBannerHeaderActivated {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }
}
.categoryBannerHeaderActivated > ul {
  padding-left: 0;
}
@media (min-width: 1200px) {
  .categoryBannerHeaderActivated > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.categoryBannerHeaderActivated > ul > li {
  font-size: 0.875rem;
}

.categoryBannerHeader {
  position: relative;
  overflow: hidden;
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
  border-radius: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 100%;
}
@media (min-width: 768px) {
  .categoryBannerHeader {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .categoryBannerHeader {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.categoryBannerHeader img {
  max-width: 100%;
}
@media (max-width: 1399.98px) {
  .categoryBannerHeader img {
    width: 100%;
  }
}
.categoryBannerHeader__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  color: #fff;
}
.categoryBannerHeader__content span {
  display: block;
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: 700;
}
.categoryBannerHeader__content p {
  margin-bottom: 15px;
}
.categoryBannerHeader__content a,
.categoryBannerHeader__content .btn-obfuscated {
  padding: 12px !important;
  border: 1.5px solid #fff;
  border-radius: 0;
  color: #fff;
}
.categoryBannerHeader__content a:hover,
.categoryBannerHeader__content .btn-obfuscated:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
  opacity: 1;
}
.categoryBannerHeader__content a:nth-child(n+1),
.categoryBannerHeader__content .btn-obfuscated:nth-child(n+1) {
  margin-top: 5px;
}

.breadcrumb__container {
  position: relative;
  background-color: #fff;
  text-align: center;
}
@media (min-width: 992px) {
  .breadcrumb__container {
    text-align: left;
  }
}
.breadcrumb__list {
  margin: 10px 0;
}
@media (min-width: 992px) {
  .breadcrumb__list {
    margin: 30px 0;
  }
  .floating-breadcrumbs .breadcrumb__list {
    position: absolute;
    z-index: 1;
  }
}
.breadcrumb__item {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.breadcrumb__item a {
  text-decoration: none;
}
.breadcrumb__item:not(:last-child) a {
  font-weight: normal !important;
}
.breadcrumb__item--current {
  font-weight: 700;
}
.breadcrumb__item:not(:first-child)::before {
  content: "/";
}

.reinsurance-block__container {
  border-top: 1px solid #e5e5de;
  border-bottom: 1px solid #e5e5de;
  margin: 60px auto;
}
.reinsurance-block__container a {
  text-decoration: none;
}
.reinsurance-block__container img {
  max-width: 48px;
}
.reinsurance-block__container .container {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(calc(50% - 20px), 1fr));
  padding: 30px 10px 14px;
}
@media (min-width: 768px) {
  .reinsurance-block__container .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.reinsurance-block__item-wrapper {
  margin: 0 auto;
  text-align: center;
}
.reinsurance-block__title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 992px) {
  .reinsurance-block__title {
    font-size: 1.125rem;
  }
}
.reinsurance-block__description {
  margin-bottom: 0;
  font-size: 0.75rem;
}

@media (max-width: 575.98px) {
  .collapsible-xs .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-xs .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-xs .title::after {
    float: right;
    content: "";
    font-family: FontAwesome, sans-serif;
  }
  .collapsible-xs .content,
.collapsible-xs .card-body {
    display: none;
  }
  .collapsible-xs.active .title::after {
    content: "";
    margin-top: -0.125em;
    /* 2/16 */
  }
  .collapsible-xs.active .content,
.collapsible-xs.active .card-body {
    display: block;
  }
}
.container div.collapsible-xs button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xs button.title:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .collapsible-sm .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-sm .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-sm .title::after {
    float: right;
    content: "";
    font-family: FontAwesome, sans-serif;
  }
  .collapsible-sm .content,
.collapsible-sm .card-body {
    display: none;
  }
  .collapsible-sm.active .title::after {
    content: "";
    margin-top: -0.125em;
    /* 2/16 */
  }
  .collapsible-sm.active .content,
.collapsible-sm.active .card-body {
    display: block;
  }
}
.container div.collapsible-sm button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-sm button.title:hover {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .collapsible-md .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-md .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-md .title::after {
    float: right;
    content: "";
    font-family: FontAwesome, sans-serif;
  }
  .collapsible-md .content,
.collapsible-md .card-body {
    display: none;
  }
  .collapsible-md.active .title::after {
    content: "";
    margin-top: -0.125em;
    /* 2/16 */
  }
  .collapsible-md.active .content,
.collapsible-md.active .card-body {
    display: block;
  }
}
.container div.collapsible-md button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-md button.title:hover {
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .collapsible-lg .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-lg .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-lg .title::after {
    float: right;
    content: "";
    font-family: FontAwesome, sans-serif;
  }
  .collapsible-lg .content,
.collapsible-lg .card-body {
    display: none;
  }
  .collapsible-lg.active .title::after {
    content: "";
    margin-top: -0.125em;
    /* 2/16 */
  }
  .collapsible-lg.active .content,
.collapsible-lg.active .card-body {
    display: block;
  }
}
.container div.collapsible-lg button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-lg button.title:hover {
  text-decoration: none;
}

@media (max-width: 1399.98px) {
  .collapsible-dp .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-dp .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-dp .title::after {
    float: right;
    content: "";
    font-family: FontAwesome, sans-serif;
  }
  .collapsible-dp .content,
.collapsible-dp .card-body {
    display: none;
  }
  .collapsible-dp.active .title::after {
    content: "";
    margin-top: -0.125em;
    /* 2/16 */
  }
  .collapsible-dp.active .content,
.collapsible-dp.active .card-body {
    display: block;
  }
}
.container div.collapsible-dp button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-dp button.title:hover {
  text-decoration: none;
}

@media (max-width: 2139.98px) {
  .collapsible-xl .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-xl .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-xl .title::after {
    float: right;
    content: "";
    font-family: FontAwesome, sans-serif;
  }
  .collapsible-xl .content,
.collapsible-xl .card-body {
    display: none;
  }
  .collapsible-xl.active .title::after {
    content: "";
    margin-top: -0.125em;
    /* 2/16 */
  }
  .collapsible-xl.active .content,
.collapsible-xl.active .card-body {
    display: block;
  }
}
.container div.collapsible-xl button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xl button.title:hover {
  text-decoration: none;
}

.collapsible-xxl .title {
  line-height: 2.5rem;
  /* 40/16 */
}
.collapsible-xxl .title::after {
  display: block;
  clear: both;
  content: "";
}
.collapsible-xxl .title::after {
  float: right;
  content: "";
  font-family: FontAwesome, sans-serif;
}
.collapsible-xxl .content,
.collapsible-xxl .card-body {
  display: none;
}
.collapsible-xxl.active .title::after {
  content: "";
  margin-top: -0.125em;
  /* 2/16 */
}
.collapsible-xxl.active .content,
.collapsible-xxl.active .card-body {
  display: block;
}

.container div.collapsible-xxl button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xxl button.title:hover {
  text-decoration: none;
}

footer {
  background-color: #e9ecef;
  padding-top: 1.25em;
  /* 20/16 */
  padding-bottom: 1.25em;
}
footer h2 {
  font-size: 0.875rem;
  margin-bottom: 0;
  line-height: 2.5em;
  /* 40/16 */
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer .social h2 {
  margin-top: 0;
}
footer .social::after {
  display: block;
  clear: both;
  content: "";
}
footer .copyright,
footer .social {
  margin-top: 1.25em;
}
footer .footer-container .footer-item.collapsible-xs button {
  font-family: Dosis, sans-serif;
  padding: 0;
}
footer .social-links {
  float: left;
}
footer .social-links::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 575.98px) {
  footer .social-links {
    width: 80%;
  }
}
footer .social-links li {
  float: left;
  margin: 0.313em;
}
@media (max-width: 575.98px) {
  footer .social-links li {
    width: 20%;
    text-align: center;
  }
}
footer .social-links a {
  font-size: 2.25em;
}
footer .social-links a:hover {
  text-decoration: none;
}
@media (max-width: 575.98px) {
  footer .store {
    border-bottom: 1px solid #e5e5de;
  }
  footer .store .content {
    display: none;
  }
  footer .store h2::after {
    display: block;
    clear: both;
    content: "";
  }
  footer .store h2::after {
    font-family: FontAwesome, sans-serif;
    float: right;
    content: "";
  }
}
footer .content {
  font-size: 0.875em;
}
footer .content li {
  height: 1.875rem;
}
footer .copyright,
footer .postscript {
  font-size: 0.8125em;
}
footer .copyright {
  margin-bottom: 0.625em;
}
footer .back-to-top {
  margin: 0.1em 0.313em;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  /* stylelint-disable-line property-no-vendor-prefix */
}
footer .back-to-top i.fa-arrow-up {
  color: rgba(0, 0, 0, 0.7);
}
footer .back-to-top i.fa-circle {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 575.98px) {
  .footer-item {
    border-bottom: 1px solid #e5e5de;
  }
}

#consent-tracking .button-wrapper button {
  margin: 0.5em;
}

.email-signup-message {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.email-signup-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.email-signup-alert.show {
  display: block;
}

.footer-main {
  overflow: hidden;
  padding: 40px 0;
  background-color: #000;
  /* Hide mobile version by default */
  /* Show mobile version and hide desktop version on small screens */
}
@media (min-width: 992px) {
  .footer-main {
    padding: 70px 0 60px;
  }
}
.footer-main,
.footer-main * {
  font-size: 0.75rem;
  color: #fff;
}
.footer-main a,
.footer-main .footer-main__list__item span,
.footer-main * a,
.footer-main * .footer-main__list__item span {
  text-decoration: none;
}
.footer-main a:hover, .footer-main a:focus,
.footer-main .footer-main__list__item span:hover,
.footer-main .footer-main__list__item span:focus,
.footer-main * a:hover,
.footer-main * a:focus,
.footer-main * .footer-main__list__item span:hover,
.footer-main * .footer-main__list__item span:focus {
  text-decoration: underline;
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}
.footer-main a.footer-main__social-media__link:hover, .footer-main a.footer-main__social-media__link:focus,
.footer-main .footer-main__list__item span.footer-main__social-media__link:hover,
.footer-main .footer-main__list__item span.footer-main__social-media__link:focus,
.footer-main * a.footer-main__social-media__link:hover,
.footer-main * a.footer-main__social-media__link:focus,
.footer-main * .footer-main__list__item span.footer-main__social-media__link:hover,
.footer-main * .footer-main__list__item span.footer-main__social-media__link:focus {
  text-decoration: none;
}
.footer-main__title,
.footer-main h3 {
  position: relative;
  margin: 20px 0;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 768px) {
  .footer-main__title,
.footer-main h3 {
    margin: 0 0 1.625rem;
  }
}
@media (min-width: 768px) {
  .footer-main__title,
.footer-main h3 {
    cursor: initial;
  }
}
.footer-main__title::before,
.footer-main h3::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  font-size: 1.5625rem;
  line-height: 1;
  font-family: "cwf-icomoon" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}
@media (min-width: 768px) {
  .footer-main__title::before,
.footer-main h3::before {
    display: none;
  }
}
.footer-main__columns > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 768px) {
  .footer-main__columns > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}
.footer-main__column:not(.footer-main__store-delivery) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin-bottom: 20px;
  width: 100%;
}
.footer-main__column:not(.footer-main__store-delivery):nth-child(1) .footer-main__title {
  margin-top: 0;
}
.footer-main__column:not(.footer-main__store-delivery) ul li {
  line-height: 18px;
}
.footer-main__column:not(.footer-main__store-delivery) .js-panel {
  display: none;
}
@media (min-width: 768px) {
  .footer-main__column:not(.footer-main__store-delivery) .js-panel {
    display: block;
    opacity: 1;
    padding-right: 20px;
  }
}
.footer-main__column:not(.footer-main__store-delivery).show .footer-main__title::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.footer-main__column:not(.footer-main__store-delivery).column-x2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.footer-main__column.footer-main__store-delivery {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-bottom: 20px;
  width: 100%;
  z-index: 1;
}
.footer-main__column.footer-main__store-delivery:nth-child(1) .footer-main__title {
  margin-top: 0;
}
.footer-main__column.footer-main__store-delivery ul li {
  line-height: 18px;
}
.footer-main__column.footer-main__store-delivery .js-panel {
  display: none;
}
.footer-main__column.footer-main__store-delivery.show .footer-main__title::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.footer-main__column.footer-main__store-delivery.column-x2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.footer-main__text {
  margin-top: 20px;
}
@media (min-width: 576px) {
  .footer-main__text {
    margin-top: 0;
  }
}
.footer-main__text .footer-main__title::before,
.footer-main__text h3::before {
  display: none;
}
.footer-main__social-media {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .footer-main__social-media {
    margin-bottom: 0;
  }
}
.footer-main__social-media > div, .footer-main__social-media__list {
  width: 100%;
}
.footer-main__social-media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: justify;
      -ms-flex-align: justify;
          align-items: justify;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .footer-main__social-media__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .footer-main__social-media__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer-main__social-media__list li {
  margin: 0 10px;
}
@media (min-width: 768px) {
  .footer-main__social-media__list li {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .footer-main__social-media__list li {
    margin: 0 10px;
  }
}
.footer-main__social-media__list li:nth-child(1) {
  margin-left: 0;
}
.footer-main__social-media__list li:nth-last-child(1) {
  margin-right: 0;
}
.footer-main__social-media__list li a,
.footer-main__social-media__list li span {
  -webkit-transition: opacity 0.2s ease-in-out 0.3s ease-in-out;
  transition: opacity 0.2s ease-in-out 0.3s ease-in-out;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "cwf-icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
}
.footer-main__social-media__list li a::before,
.footer-main__social-media__list li span::before {
  font-size: 2rem;
}
.footer-main__social-media__list li a:hover,
.footer-main__social-media__list li span:hover {
  text-decoration: none;
  opacity: 0.7;
}
.footer-main__email__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .footer-main__email__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-main__email__signup {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .footer-main__email__signup {
    margin-bottom: 0;
  }
}
.footer-main__email__description {
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .footer-main__email__description {
    margin-bottom: 0;
  }
}
.footer-main__email__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-main__email__input {
    margin-left: 70px;
    max-width: 50%;
  }
}
.footer-main__email__input input[type=text],
.footer-main__email__input input[type=mail],
.footer-main__email__input button[type=submit] {
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
}
.footer-main__email__input input[type=text],
.footer-main__email__input input[type=mail] {
  border-width: 1px 0 1px 1px;
  width: calc(100% - 50px);
  padding: 0 0.9375rem;
  font-size: 0.75rem;
  line-height: 50px;
}
.footer-main__email__input button[type=submit] {
  width: 50px;
  background: transparent;
  border-width: 1px 1px 1px 0;
  border-radius: 0;
}
.footer-main__light-mode {
  border-top: 1px solid #000;
  background-color: #fff;
}
.footer-main__light-mode,
.footer-main__light-mode * {
  color: #000;
}
.footer-main__light-mode a:hover, .footer-main__light-mode a:focus {
  color: #000;
  text-decoration: underline;
}
.footer-main__light-mode .footer-main__column.inverse-bkg {
  background-color: #000;
}
.footer-main__light-mode .footer-main__column.inverse-bkg,
.footer-main__light-mode .footer-main__column.inverse-bkg * {
  color: #fff;
}
.footer-main__light-mode .footer-main__email__input input[type=text],
.footer-main__light-mode .footer-main__email__input input[type=mail],
.footer-main__light-mode .footer-main__email__input button[type=submit] {
  border-color: #000;
}
.footer-main__light-mode .footer-main__store-delivery .dropdown .btn {
  background-color: #fff;
}
.footer-main__light-mode .footer-main__store-delivery .dropdown .btn i::before {
  color: #000;
}
.footer-main__light-mode .footer-main__store-delivery .dropdown:hover > .btn {
  color: #000;
}
.footer-main__light-mode .footer-main__store-delivery .footer-language {
  color: #000;
}
.footer-main__light-mode .footer-main__store-delivery .country-selector-list {
  border-right: 1px solid #000;
}
.footer-main__light-mode .footer-main__store-delivery .dropdown-menu {
  background-color: #fff;
  color: #000;
}
.footer-main__light-mode .footer-main__store-delivery .country-selector-country {
  color: #000;
}
.footer-main__light-mode .footer-main__store-delivery .country-selector-country:hover {
  background-color: #fff;
}
.footer-main__store-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  width: 100%;
  text-transform: uppercase;
  font-size: 0.75rem;
}
.footer-main__store-delivery > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}
.footer-main__store-delivery > ul > li:nth-child(1) {
  line-height: 1.8;
}
.footer-main__store-delivery .allowed-locales {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: transparent;
  padding-right: 0.625rem;
}
.footer-main__store-delivery .allowed-locales,
.footer-main__store-delivery .allowed-locales > {
  width: 100%;
}
.footer-main__store-delivery .allowed-locales .flex-fill {
  display: inline-block;
  width: 22px;
}
.footer-main__store-delivery .allowed-locales a:hover {
  text-decoration: none;
}
.footer-main__store-delivery .dropdown p,
.footer-main__store-delivery .dropdown li {
  position: relative;
  z-index: 100;
  margin-bottom: 0;
  width: 70%;
}
.footer-main__store-delivery .dropdown p.store-delivery__item,
.footer-main__store-delivery .dropdown li.store-delivery__item {
  width: 100%;
}
.footer-main__store-delivery .dropdown p.store-delivery__item:nth-child(1),
.footer-main__store-delivery .dropdown li.store-delivery__item:nth-child(1) {
  margin-bottom: 3px;
}
.footer-main__store-delivery .dropdown .sub-menu__btn,
.footer-main__store-delivery .dropdown .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #000;
  width: 100%;
  line-height: 1.8;
}
.footer-main__store-delivery .dropdown .sub-menu__btn i,
.footer-main__store-delivery .dropdown .btn i {
  -webkit-transform: translateY(-1px) rotate(-90deg);
          transform: translateY(-1px) rotate(-90deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  margin: 0;
  font-size: 1.5625rem;
}
.footer-main__store-delivery .dropdown .sub-menu__btn i::before,
.footer-main__store-delivery .dropdown .btn i::before {
  color: #fff;
}
.footer-main__store-delivery .dropdown .sub-menu__btn::after, .footer-main__store-delivery .dropdown .sub-menu__btn::before,
.footer-main__store-delivery .dropdown .btn::after,
.footer-main__store-delivery .dropdown .btn::before {
  display: none;
}
.footer-main__store-delivery .dropdown.show, .footer-main__store-delivery .dropdown:hover {
  color: #fff;
}
.footer-main__store-delivery .dropdown.show > .btn, .footer-main__store-delivery .dropdown:hover > .btn {
  color: #fff;
}
.footer-main__store-delivery .dropdown.show > .btn i, .footer-main__store-delivery .dropdown:hover > .btn i {
  -webkit-transform: translateY(-1px) rotate(0deg);
          transform: translateY(-1px) rotate(0deg);
}
.footer-main__store-delivery .dropdown-menu {
  left: -15px;
  margin: 0;
  padding: 0 0.9375rem 0 0.9375rem;
  background-color: #000;
  width: 100%;
}
.footer-main__store-delivery .dropdown-menu ul {
  margin: 0;
  padding: 0;
}
.footer-main__store-delivery .dropdown-menu ul li {
  line-height: 1.8;
}
.footer-main__store-delivery .dropdown.sub-menu .nowrap {
  white-space: nowrap;
}
.footer-main__store-delivery .dropdown.sub-menu .dropdown-menu {
  top: 98%;
  right: 0;
  left: auto;
}
.footer-main__store-delivery .dropdown.sub-menu.show, .footer-main__store-delivery .dropdown.sub-menu:hover {
  color: #fff;
}
.footer-main__store-delivery .dropdown.sub-menu.show, .footer-main__store-delivery .dropdown.sub-menu.show::before, .footer-main__store-delivery .dropdown.sub-menu:hover, .footer-main__store-delivery .dropdown.sub-menu:hover::before {
  background: transparent;
}
.footer-main__store-delivery .dropdown.sub-menu.show .sub-menu__btn, .footer-main__store-delivery .dropdown.sub-menu:hover .sub-menu__btn {
  color: #fff;
}
.footer-main__store-delivery .dropdown.sub-menu.show .sub-menu__btn, .footer-main__store-delivery .dropdown.sub-menu.show .sub-menu__btn:hover, .footer-main__store-delivery .dropdown.sub-menu:hover .sub-menu__btn, .footer-main__store-delivery .dropdown.sub-menu:hover .sub-menu__btn:hover {
  text-decoration: none;
}
.footer-main__store-delivery .dropdown.sub-menu.show .sub-menu__btn i, .footer-main__store-delivery .dropdown.sub-menu:hover .sub-menu__btn i {
  -webkit-transform: translateY(-1px) rotate(0deg);
          transform: translateY(-1px) rotate(0deg);
}
.footer-main__store-delivery .dropdown.sub-menu.show .sub-menu__btn i::before, .footer-main__store-delivery .dropdown.sub-menu:hover .sub-menu__btn i::before {
  background: transparent;
}
.footer-main .dropdown-country-selector {
  max-height: 90px;
  overflow-y: scroll;
  width: auto;
  padding-right: 0;
}
@media (min-width: 768px) {
  .footer-main .dropdown-country-selector {
    max-height: 120px;
  }
}
.footer-main .country-selector-list {
  padding-right: 12px;
  border-right: 1px solid #fff;
}
.footer-main .country-selector-country {
  color: #fff;
  font-size: 12px;
  padding-left: 2px;
}
.footer-main .country-selector-country:hover, .footer-main .country-selector-country:focus {
  background-color: #000;
}
.footer-main .language-selectors {
  padding-left: 16px;
}
.footer-main .country-selector-language {
  color: #fff;
  padding-left: 16px;
}
.footer-main .country-selector-language:hover, .footer-main .country-selector-language:focus {
  background-color: #000;
}
.footer-main .country-flag {
  width: 20px;
  height: auto;
  padding-right: 4px;
}
.footer-main .footer-language {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c8c8c8;
  padding: 2px 0px 0px 16px;
}
.footer-main .mobile-delivery-country {
  display: none;
}
@media (max-width: 991.98px) {
  .footer-main .desktop-delivery-country {
    display: none;
  }
  .footer-main .mobile-delivery-country {
    display: block;
    padding-top: 2px;
  }
  .footer-main .footer-language {
    padding: 2px 0px 0px 12px;
  }
}
@media (max-width: 767.98px) {
  .footer-main .footer-language {
    padding: 2px 0px 0px 6px;
  }
}
.footer-main .mobile-country-language {
  padding: 2px 0px 0px 16px;
}

.email-signup-message {
  z-index: 1;
}

/* stylelint-disable scss/no-global-function-names */
@media (min-width: 576px) {
  .slant-down::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0;
    border-left-width: 90vw;
    border-bottom: 4vw solid #fff;
  }
}

@media (min-width: 576px) {
  .slant-up::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0;
    border-right-width: 90vw;
    border-top: 4vw solid #fff;
  }
}

h1.page-title {
  position: relative;
  color: white;
  padding: 0.3125em 0.625em 0.3125em calc($grid-gutter-width / 2);
  background-color: var(--skin-primary-color-1);
  display: inline-block;
  margin: 0.9375em 0;
  font-size: 1.5rem;
}
@media (min-width: 576px) {
  h1.page-title {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  h1.page-title {
    font-size: 3rem;
  }
}
h1.page-title::before {
  content: "";
  background-color: var(--skin-primary-color-1);
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1400px) and (max-width: 2139.98px) {
  h1.page-title::before {
    width: calc((100vw - 1440px) / 2);
    left: calc((100vw - 1440px) / 2 * -1);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1.page-title::before {
    width: calc((100vw - 1220px) / 2);
    left: calc((100vw - 1220px) / 2 * -1);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h1.page-title::before {
    width: calc((100vw - 720px) / 2);
    left: calc((100vw - 720px) / 2 * -1);
  }
}
@media (min-width: 1400px) and (max-width: 2139.98px) {
  h1.page-title {
    left: calc((100% - 1440px) / 2);
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  h1.page-title {
    left: calc((100% - 1220px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h1.page-title {
    left: calc((100% - 720px) / 2);
  }
}
@media (max-width: 767.98px) {
  h1.page-title {
    left: 0;
  }
}

.hero {
  height: 25vw;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.hero h1.page-title {
  top: 50%;
  margin: -1em 0 0;
}

/* stylelint-enable scss/no-global-function-names */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.notify {
  position: fixed;
  top: 0;
}

.price {
  color: #000;
}
.price .strike-through {
  text-decoration: line-through;
  color: #e5e5de;
  margin-right: 0.938rem;
}
.price .starting,
.price .range,
.price .sales {
  font-weight: bold;
}
.price .tiered {
  color: #000;
}
.price .tiered table {
  border-top: 1px solid #e5e5e5;
  margin: 0 auto;
}
.price .tiered table tr:nth-child(odd) {
  background-color: #f8f8f4;
}
.price .tiered td,
.price .tiered span.price {
  font-size: 0.875rem;
  font-weight: bold;
}
.price .tiered td {
  padding: 0.313rem;
}
.price .tiered td.quantity {
  font-weight: normal;
  text-align: right;
}
.price .tiered td.value {
  text-align: left;
}
.price .tiered .table-header {
  font-size: 1.125rem;
  padding: 0.313rem;
}
.price .tiered .column-header {
  font-size: 1rem;
  padding: 0.313rem;
  font-weight: normal;
}
.price .tiered .column-header.quantity {
  text-align: right;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #5e7ff2;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #5e7ff2;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #5e7ff2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #6bcb81;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #6bcb81;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #6bcb81;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, yellow), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.938em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 576px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 575.98px) {
  .cart-and-ipay {
    padding-bottom: 26px;
  }
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 575.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #5e7ff2;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #5e7ff2;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #5e7ff2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #6bcb81;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #6bcb81;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #6bcb81;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, yellow), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.938em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 575.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 576px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 0.9375em;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 575.98px) {
  .cart-and-ipay {
    padding-bottom: 26px;
  }
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
}

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px grey;
          box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 575.98px) {
  .container.product-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

.quick-view-dialog,
.choose-bonus-product-dialog {
  max-width: 56.25em;
  /* stylelint-disable-next-line selector-class-pattern */
}
.quick-view-dialog .selectable-bonus-product-line-item,
.choose-bonus-product-dialog .selectable-bonus-product-line-item {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.quick-view-dialog .beenSelected,
.choose-bonus-product-dialog .beenSelected {
  background-color: #f8f8f4;
}
.quick-view-dialog .modal-header,
.choose-bonus-product-dialog .modal-header {
  background-color: #f8f8f4;
  border-bottom: 2px solid #ccc;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
}
.quick-view-dialog .modal-header .full-pdp-link,
.choose-bonus-product-dialog .modal-header .full-pdp-link {
  color: var(--skin-primary-color-1);
}
.quick-view-dialog .modal-header .close,
.choose-bonus-product-dialog .modal-header .close {
  font-size: 2rem;
  line-height: 1.5rem;
}
.quick-view-dialog .modal-title,
.choose-bonus-product-dialog .modal-title {
  font-size: 1em;
}
.quick-view-dialog .product-name,
.choose-bonus-product-dialog .product-name {
  font-size: 1.875em;
}
.quick-view-dialog .swatch-circle,
.choose-bonus-product-dialog .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.quick-view-dialog .swatch-circle.color-value[data-selected=true]::after,
.choose-bonus-product-dialog .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.quick-view-dialog .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.quick-view-dialog .swatch-circle i.fa-times-circle,
.choose-bonus-product-dialog .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.quick-view-dialog a[disabled] .swatch-circle,
.choose-bonus-product-dialog a[disabled] .swatch-circle {
  cursor: not-allowed;
}
.quick-view-dialog a[disabled] .swatch-circle.color-value.selected::after,
.choose-bonus-product-dialog a[disabled] .swatch-circle.color-value.selected::after {
  background-color: #495057;
}
.quick-view-dialog .availablity-container,
.choose-bonus-product-dialog .availablity-container {
  text-align: right;
}
.quick-view-dialog .availablity-container,
.quick-view-dialog .size-chart,
.choose-bonus-product-dialog .availablity-container,
.choose-bonus-product-dialog .size-chart {
  margin-top: 0.938em;
}
.quick-view-dialog .modal-content,
.choose-bonus-product-dialog .modal-content {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.quick-view-dialog .modal-body,
.choose-bonus-product-dialog .modal-body {
  max-height: 28.125em;
  /* 450/16 */
  overflow-y: auto;
}
.quick-view-dialog button.close,
.choose-bonus-product-dialog button.close {
  font-size: 1.25em;
}
.quick-view-dialog .modal-footer,
.choose-bonus-product-dialog .modal-footer {
  background-color: #fff;
  border: none;
  border-bottom-right-radius: 0.1875rem;
  border-bottom-left-radius: 0.1875rem;
}
.quick-view-dialog .modal-footer .prices .price,
.choose-bonus-product-dialog .modal-footer .prices .price {
  font-size: 1.6em;
}
.quick-view-dialog .prices .sales,
.choose-bonus-product-dialog .prices .sales {
  font-size: 1.5rem;
}
.quick-view-dialog .promotions,
.choose-bonus-product-dialog .promotions {
  text-align: left;
  color: #ed4d29;
}
@media (max-width: 767.98px) {
  .quick-view-dialog .bonus-summary,
.choose-bonus-product-dialog .bonus-summary {
    font-size: 0.625em;
  }
}
@media (max-width: 767.98px) {
  .quick-view-dialog .bonus-summary .bonus-product-name,
.choose-bonus-product-dialog .bonus-summary .bonus-product-name {
    padding: 0;
  }
}
.quick-view-dialog .pre-cart-products,
.choose-bonus-product-dialog .pre-cart-products {
  margin-right: 0.125em;
}
.quick-view-dialog .color-attribute,
.choose-bonus-product-dialog .color-attribute {
  border: none;
  padding: 0;
  background: none;
}
.quick-view-dialog .non-input-label,
.choose-bonus-product-dialog .non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

.product-tile {
  border: 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-tile {
    min-height: 23.4375em;
  }
}
@media (max-width: 767.98px) {
  .product-tile {
    min-height: 19.6875em;
  }
}
@media (max-width: 575.98px) {
  .product-tile {
    min-height: 13.4375em;
  }
}
.product-tile .swatches a {
  text-decoration: none;
}
.product-tile .image-container {
  position: relative;
  overflow: auto;
}
.product-tile .image-container .quickview {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.product-tile .image-container .quickview i.fa-expand {
  color: rgba(0, 0, 0, 0.7);
}
.product-tile .image-container .quickview i.fa-circle {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.product-tile .image-container a {
  display: block;
}
.product-tile .image-container a .tile-image {
  width: 100%;
}
.product-tile .tile-body {
  padding: 0.625em 0 1.875em;
}
.product-tile .tile-body .color-swatches {
  min-height: 2.25em;
}
.product-tile .tile-body .color-swatches .product-tile-color-label {
  cursor: pointer;
  font-size: 1em;
}
@media (max-width: 991.98px) {
  .product-tile .tile-body .color-swatches .product-tile-color-label {
    font-size: 0.9375em;
  }
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .color-swatches .product-tile-color-label {
    font-size: 0.8125em;
  }
}
.product-tile .tile-body .price {
  font-size: 1.125em;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-tile .tile-body .price {
    font-size: 1.0625em;
  }
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .price {
    font-size: 1em;
  }
}
.product-tile .tile-body .price .tiered {
  font-size: 0.875em;
}
.product-tile .tile-body .price .tiered .value {
  font-weight: bold;
}
.product-tile .tile-body .coming-soon-tile {
  text-align: center;
}
.product-tile .tile-body .pdp-link {
  line-height: 1.2;
}
.product-tile .tile-body .pdp-link a {
  font-size: 1em;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .product-tile .tile-body .pdp-link a {
    font-size: 0.9375em;
  }
}
@media (max-width: 767.98px) {
  .product-tile .tile-body .pdp-link a {
    font-size: 0.8125em;
  }
}
.product-tile .tile-body .ratings {
  font-size: 0.9em;
}
.product-tile .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.8em;
  height: 1.8em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.product-tile .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-tile .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.product-tile .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

/* stylelint-disable-next-line selector-id-pattern */
#chooseBonusProductModal .modal-footer .container {
  margin-left: 0;
  width: 100%;
  margin-right: 0;
}
#chooseBonusProductModal .select-cbp-container {
  margin-top: auto;
  margin-bottom: auto;
}
#chooseBonusProductModal .product-name-wrapper {
  width: 100%;
}
#chooseBonusProductModal .bonus-quantity,
#chooseBonusProductModal .bonus-option {
  margin-top: 0.938em;
}
#chooseBonusProductModal .bonus-quantity-select {
  min-width: 5em;
}
#chooseBonusProductModal .select-bonus-product {
  margin-top: 1em;
}
#chooseBonusProductModal .selected-pid {
  border: 1px solid #e5e5e5;
}
#chooseBonusProductModal .selected-pid .bonus-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#chooseBonusProductModal .bonus-product-price {
  text-align: center;
  margin-top: 1em;
}

.region {
  padding: 0 5px;
}

.product-tile .image-container {
  padding: 40px 0;
  background-color: #f8f8f4;
  border-radius: 0;
}
@media (min-width: 992px) {
  .product-tile .image-container {
    padding: 70px 0;
  }
  .product-tile .image-container:not(.single):hover .tile-image.primary {
    opacity: 0;
  }
}
.product-tile .image-container .image-link {
  aspect-ratio: 2/2;
}
.product-tile .image-container .image-link:hover {
  opacity: 1;
}
.product-tile .image-container .tile-image {
  width: 100%;
  aspect-ratio: 2/2;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .product-tile .image-container .tile-image.primary {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    background-color: #f8f8f4;
  }
  .product-tile .image-container .tile-image.secondary {
    /* stylelint-disable-line */
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
  }
}
.product-tile .image-container .tile-wishlist {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  text-decoration: none;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .product-tile .image-container .tile-wishlist {
    top: 20px;
    right: 20px;
  }
}
@media (min-width: 1400px) {
  .product-tile .image-container .tile-wishlist {
    top: 35px;
    right: 35px;
  }
}
.product-tile .image-container .product-labels {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
}
@media (min-width: 992px) {
  .product-tile .image-container .product-labels {
    top: 20px;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .product-tile .image-container .product-labels {
    top: 35px;
  }
}
.product-tile .image-container .product-labels li {
  text-align: center;
}
.product-tile .image-container .product-labels li a {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .product-tile .image-container .product-labels-plp .product-labels__item {
    display: none;
  }
  .product-tile .image-container .product-labels-plp .product-labels__item:first-child() {
    display: block;
  }
}
.product-tile .product-link,
.product-tile .brand-link {
  text-decoration: none;
}
.product-tile .product-link {
  display: inline-block;
  margin: 2px 0;
}
.product-tile .product-name {
  line-height: 1.125rem;
  text-transform: uppercase;
}
.product-tile .product-name__brand {
  display: block;
  font-weight: 700;
}
.product-tile .price {
  font-size: 1rem;
}
.product-tile .price > * {
  font-weight: 400;
}
.product-tile .price .sales {
  font-weight: 700;
  margin-right: 4px;
}
.product-tile .promotion {
  display: inline-block;
  padding: 2px 6px;
  background-color: #e5e5de;
  font-size: 0.75rem;
}
.product-tile .promotion .old-price {
  text-decoration: line-through;
}
.product-tile .promotion .callout-message {
  display: inline-block;
  margin-left: 10px;
  font-weight: 700;
}
.product-tile .range .promotion .callout-message {
  margin-left: 0;
}
.product-tile .color-swatches {
  min-height: none;
}
.product-tile .color-swatches .swatch-circle {
  margin-right: 4px;
  height: 16px;
  width: 16px;
  border: none;
  border-radius: 0;
}

.form-nav .nav-tabs .nav-link {
  color: #a2a2a2;
}

.nav-tabs .nav-link.active {
  background-color: transparent;
}

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #a2a2a2;
}

@media (min-width: 992px) {
  .form-nav .nav-item > .nav-link {
    color: #a2a2a2;
  }
}
.container .breadcrumb {
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
}

.veil {
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.veil .underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}

.spinner {
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
          animation: sk-rotate 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: calc($spinner-size / 2 * -1);
  margin-left: calc($spinner-size / 2 * -1);
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.veil .underlay {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.veil .spinner {
  top: calc(50% - 40px);
  left: calc(50% - 40px);
  -webkit-transform: unset !important;
          transform: unset !important;
  background-image: url("./../../images/MARQUEUR_KA.gif");
  background-repeat: no-repeat;
}
.veil .spinner .dot1,
.veil .spinner .dot2 {
  display: none;
}

.item-attributes {
  vertical-align: top;
  padding-left: 0;
}

.line-item-attributes,
.line-item-option {
  font-size: 0.813rem;
  margin: 0;
}

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #a2a2a2;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.313em;
}

.line-item-pricing-info {
  margin-bottom: 0;
}
.line-item-pricing-info + .price {
  font-size: 1em;
  font-weight: bolder;
}
.line-item-pricing-info + .unit-price .price {
  font-size: 1em;
  font-weight: bolder;
}

.line-item-price-quantity-info {
  margin-top: 0.625em;
  border-top: 1px solid #000;
}

.line-item-total-text {
  font-size: 0.813em;
}

.pricing {
  font-size: 1em;
  font-weight: bolder;
}

.item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: 0.938em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
}

.non-adjusted-price {
  display: none;
}

.line-item-promo {
  color: #6bcb81;
  font-size: 0.813em;
}

.line-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bundled-line-item + .bundled-line-item {
  margin-top: 0.625em;
}

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em;
}

.line-item-divider {
  margin: 0.625em -1.225em 0.625em -1.325em;
}

.line-dotted {
  border-top: 0.063em dashed #ccc;
}

.line-item-availability {
  font-size: 0.813rem;
}

.product-line-item-details {
  overflow-y: auto;
}

.minicart {
  position: relative;
}
.minicart h1 {
  font-size: 1rem;
}
.minicart .cart {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  background-color: #fff;
}
.minicart .remove-btn {
  color: #e5e5e5;
  float: right;
  background-color: white;
  border: none;
  font-size: 1.625em;
  margin-top: -0.313em;
  padding: 0;
}
.minicart .product-summary {
  margin-right: -0.938em;
  max-height: 21.875em;
  overflow: hidden auto;
  padding-right: 0.938em;
}
.minicart .card-body {
  padding: 0.625em;
}
.minicart .quantity-label {
  font-size: 0.813em;
}
.minicart .quantity {
  width: 100%;
}
.minicart .popover {
  top: 100%;
  left: auto;
  right: 0;
  min-width: 23.44rem;
  max-width: 23.44rem;
  min-height: 22.7rem;
  display: none;
}
.minicart .popover::before {
  left: auto;
  right: 15px;
}
.minicart .popover::after {
  left: auto;
  right: 16px;
}
.minicart .popover.show {
  display: block;
}
.minicart .minicart-footer {
  border-top: 1px solid #e5e5e5;
}
.minicart .continue-shopping {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  font-size: 1.2em;
  /* Adjust the size as needed */
  margin: 20px 0;
  /* Optional: Adds some margin for better spacing */
}
.minicart .popup-footer {
  padding-bottom: 0px !important;
}
.minicart .estimated-total {
  margin-top: 0.625em;
}
.minicart .sub-total-label {
  font-size: 1em;
  font-weight: 600;
}
.minicart .sub-total {
  font-size: 1em;
  font-weight: 600;
}
.minicart .line-item-divider {
  margin: 0.625em -0.625em 0.625em -1.325em;
}
.minicart .line-item-name {
  width: 90%;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .hide-link-med {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-no-link {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .hide-no-link {
    display: none;
  }
}

.item-attributes {
  vertical-align: top;
  padding-left: 0;
}

.line-item-attributes,
.line-item-option {
  font-size: 0.813rem;
  margin: 0;
}

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #a2a2a2;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.313em;
}

.line-item-pricing-info {
  margin-bottom: 0;
}
.line-item-pricing-info + .price {
  font-size: 1em;
  font-weight: bolder;
}
.line-item-pricing-info + .unit-price .price {
  font-size: 1em;
  font-weight: bolder;
}

.line-item-price-quantity-info {
  margin-top: 0.625em;
  border-top: 1px solid #000;
}

.line-item-total-text {
  font-size: 0.813em;
}

.pricing {
  font-size: 1em;
  font-weight: bolder;
}

.item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: 0.938em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
}

.non-adjusted-price {
  display: none;
}

.line-item-promo {
  color: #6bcb81;
  font-size: 0.813em;
}

.line-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bundled-line-item + .bundled-line-item {
  margin-top: 0.625em;
}

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em;
}

.line-item-divider {
  margin: 0.625em -1.225em 0.625em -1.325em;
}

.line-dotted {
  border-top: 0.063em dashed #ccc;
}

.line-item-availability {
  font-size: 0.813rem;
}

.product-line-item-details {
  overflow-y: auto;
}

.card {
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
}
.card .product-line-item {
  position: relative;
}
.card .product-line-item-details__image {
  height: auto;
  min-height: 160px;
  padding: 30px 0;
  background-color: #f8f8f4;
  border-radius: 0;
}
.card .product-line-item-details__image .product-image {
  max-height: none;
  width: 125px;
  aspect-ratio: 2/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.card .product-line-item-details__description {
  -ms-flex-item-align: end;
      align-self: end;
  margin: 0 0 20px 20px;
}
.card .product-line-item-details__description--gift-cert {
  -ms-flex-item-align: center;
      align-self: center;
}
.card .product-line-item-details__description .line-item-name {
  margin-bottom: 10px;
  color: inherit;
  font-weight: 700;
  text-transform: uppercase;
  white-space: unset;
}
.card .product-line-item-details__description .line-item-name p {
  margin: 0;
}
.card .product-line-item-details__description .item-attributes {
  margin-bottom: 10px;
}
.card .product-line-item-details__description .item-price .pricing {
  display: inline-block;
  font-weight: 400;
}
.card .product-line-item-details__description .item-price-promo {
  display: inline-block;
}
.card .product-line-item-details__description .item-price-promo .promotion {
  display: inline-block;
  margin: 4px 0 0 4px;
  padding: 2px 6px;
  background-color: #e5e5de;
}
.card .product-line-item-details__description .item-price-promo .promotion .old-price {
  text-decoration: line-through;
}
.card .product-line-item-details__description .item-price-promo .promotion .callout-message {
  display: inline-block;
  margin-left: 10px;
}
.card .product-line-item .remove-product {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 1;
  color: inherit;
}
.card .product-line-item .remove-product:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.card .product-line-item .remove-product:hover {
  opacity: 0.7;
}
.card .product-line-item .remove-product > i {
  font-size: 1.5625rem;
}

.header .minicart {
  cursor: default;
}
.header .minicart .popover {
  padding-top: 10px;
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.08);
}
.header .minicart .popover a {
  color: inherit;
}
.header .minicart-link {
  position: relative;
  line-height: 1.5;
}
.header .minicart-quantity {
  position: absolute;
  top: -5px;
  left: 11px;
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50%;
  background-color: #000;
  font-size: 0.6875rem;
  line-height: 18px;
}
.header .minicart-container {
  background-color: #fff;
}
.header .minicart-wrapper {
  padding: 20px 10px 0;
}
.header .minicart .card {
  border: 0;
}
.header .minicart .card-body {
  padding: 0;
}
.header .minicart-title {
  margin-left: 10px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
.header .minicart-product-summary {
  max-height: 390px;
  overflow-y: auto;
  overflow-x: hidden;
}
.header .minicart-footer {
  border-top: 0 !important;
  padding: 0 10px 20px;
}
.header .minicart-footer .sub-total {
  text-transform: uppercase;
  text-align: center;
}
.header .minicart-footer .cart-link {
  color: #fff;
}
.header .minicart .line-item-name {
  width: auto;
}
.header .minicart .remove-line-item {
  position: initial;
}
.header .minicart .item-name {
  padding-top: 30px;
}

/* 20/16 */
.info-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  background: inherit;
}
.info-icon .icon {
  border-radius: 1.25rem;
  background-color: var(--skin-primary-color-1);
  width: 1.5625rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.info-icon .tooltip {
  position: absolute;
  bottom: 100%;
  padding: 0.312rem;
  border-radius: 5px;
  background-color: #767676;
  color: #fff;
  font-size: 0.928rem;
  min-width: 20rem;
  max-width: 15rem;
  -webkit-transform: translate(-50%, calc(-1 * $arrow-height / 2));
          transform: translate(-50%, calc(-1 * $arrow-height / 2));
  left: 50%;
  margin-left: 4px;
  -webkit-animation: fade-in 0.5s linear forwards;
          animation: fade-in 0.5s linear forwards;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info-icon .tooltip::before {
  content: " ";
  position: absolute;
  display: block;
  height: 1.25em;
  /* 20/16 */
  left: 0;
  bottom: -1.25em;
  width: 100%;
}
.info-icon .tooltip::after {
  border-left: solid transparent calc($arrow-height / 2);
  /* 10/16 */
  border-right: solid transparent calc($arrow-height / 2);
  /* 10/16 */
  border-top: solid #767676 calc($arrow-height / 2);
  bottom: calc(-1 * $arrow-height / 2);
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #5e7ff2;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #5e7ff2;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #5e7ff2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #6bcb81;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #6bcb81;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #6bcb81;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #821e91), color-stop(25%, #821e91), color-stop(25%, #edd134), color-stop(50%, yellow), color-stop(50%, #edd134), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, #0e5cd1), color-stop(50%, #0e5cd1), color-stop(50%, #e20b0b), to(#e20b0b));
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.site-search {
  position: relative;
  height: 2.5em;
  /* 40/16 */
}
@media (min-width: 576px) {
  .site-search {
    margin-right: 0.5em;
    /* 20/16 */
  }
}
@media (min-width: 1400px) {
  .site-search {
    width: 20em;
    /* 320/16 */
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .site-search {
    width: 14.0625em;
    /* 225/16 */
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .site-search {
    width: 12.5em;
    /* 200/16 */
  }
}
.site-search .fa-close,
.site-search .fa-search {
  position: absolute;
  border: none;
  top: 0.5625em;
  /* 9/16 */
  right: 0.5625em;
  /* 9/16 */
  padding: 0;
  background-color: transparent;
}
.site-search .reset-button {
  position: absolute;
  border: none;
  top: 0.5625em;
  /* 9/16 */
  right: 2em;
  /* 32/16 */
  padding: 0;
  background-color: transparent;
}
.site-search input {
  padding-right: 2rem;
  height: 100%;
}

@media (max-width: 575.98px) {
  .header-search .site-search {
    display: none;
  }
}
.suggestions-wrapper {
  position: relative;
}

.suggestions {
  display: block;
  position: absolute;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  top: 0;
  right: 0;
  width: 21.875rem;
  z-index: 3;
}
@media (max-width: 575.98px) {
  .suggestions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
  }
}
.suggestions .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: calc($diameter / 2);
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
  margin-right: 0.85em;
}
.suggestions .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.suggestions .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.suggestions .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.suggestions .header {
  color: #e5e5de;
  font-size: 0.875em;
  padding-top: 0.625em;
}
.suggestions .header:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}
.suggestions .item {
  padding-bottom: 0.625em;
}
.suggestions .item .name {
  margin-top: 0.313em;
}
.suggestions .item .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .suggestions .item {
    padding-bottom: 0.938em;
  }
}
.suggestions .items {
  padding: 0.313em 0;
}
.suggestions .items .list {
  padding: 0;
  list-style-type: none;
}
.suggestions .items .link {
  text-decoration: none;
}
.suggestions .items .link:hover .name {
  text-decoration: underline;
}
.suggestions .category-parent {
  color: #e5e5de;
  font-size: 0.875em;
}
.suggestions .selected {
  background-color: #f8f8f4;
}
.suggestions .container {
  list-style-type: none;
}

.more-below {
  -moz-border-radius: 1.25em;
  /* stylelint-disable-line property-no-vendor-prefix */
  background: #e5e5e5;
  border: 0.063em solid rgba(0, 0, 0, 0.1);
  border-radius: 1.25em;
  bottom: 1.875em;
  -webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
  display: none;
  height: 2.5em;
  position: fixed;
  right: 1.875em;
  width: 2.5em;
}
.more-below i.fa-long-arrow-down {
  border-radius: 50%;
  color: #fff;
  display: table-caption;
  height: 0.75em;
  font-size: 1.5rem;
  left: 0.57em;
  line-height: 0.8em;
  position: absolute;
  top: 0.4em;
  width: 0.8em;
}

.search {
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}
@media (min-width: 992px) {
  .search {
    top: auto;
    bottom: 0;
    height: auto;
  }
}
.search form {
  position: relative;
  max-width: 1180px;
  margin: auto;
  margin-top: 20px;
}
.search .close-search-header {
  position: absolute;
  top: -55px;
  right: 0;
  cursor: pointer;
  font-size: 1.5625rem;
}
@media (min-width: 992px) {
  .search .close-search-header {
    top: -4px;
  }
}
.search .close-search-header, .search .close-search-header:hover {
  text-decoration: none;
}
.search .site-search {
  position: absolute;
  top: 10px;
  right: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 15px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .search .site-search {
    top: 1px;
  }
}
.search .search-field {
  text-transform: uppercase;
  padding: 0 70px 20px 0;
}
@media (min-width: 992px) {
  .search .search-field {
    padding-top: 5px;
  }
}
.search button[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  position: absolute;
  top: -3px;
  right: 0;
}
.search button[type=submit]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
@media (min-width: 992px) {
  .search button[type=submit] {
    right: 35px;
    top: 1px;
  }
}
.search button[type=submit] i {
  font-size: 1.5625rem;
}
@media (max-width: 1199.98px) {
  .search .suggestions-wrapper {
    height: calc(100vh - 238px);
    overflow-y: auto;
  }
}
.search .suggestions-wrapper, .search .suggestions-wrapper--einstein {
  position: absolute;
  left: 0;
  width: 100vw;
  background-color: #fff;
}
.search .suggestions {
  position: relative;
  width: 100%;
  margin: 0 auto;
  border: 0;
  font-size: 0.875rem;
}
@media (min-width: 992px) {
  .search .suggestions {
    border-bottom: 1px solid #e5e5e5;
  }
}
.search .suggestions .category-parent,
.search .suggestions .name {
  color: inherit;
  font-weight: normal;
  font-size: 0.75rem;
}
.search .suggestions__container {
  width: 100%;
}
@media (min-width: 992px) {
  .search .suggestions__container {
    max-width: 1180px;
  }
}
@media (min-width: 1400px) {
  .search .suggestions__container {
    padding: 0 0 30px;
  }
}
.search .suggestions__container ul:not(.suggestions__container--products) .items {
  padding-left: 15px;
}
.search .suggestions__container .header {
  height: auto;
  border: 0;
  color: inherit;
  text-transform: uppercase;
}
.search .suggestions__container--suggest {
  width: 100%;
}
.search .suggestions__container--products {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .search .suggestions__container--products .item:not(:last-child) {
    margin-right: 15px;
  }
}
.search .suggestions__container--products .list {
  padding-left: 15px;
}
@media (min-width: 992px) {
  .search .suggestions__container--products .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
  }
}
.search .suggestions__container--products .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .search .suggestions__container--products .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.search .suggestions__container--products .product__thumbnail {
  width: 60px;
  padding: 10px 0;
  background-color: #f8f8f4;
  border-radius: 0;
}
@media (min-width: 992px) {
  .search .suggestions__container--products .product__thumbnail {
    width: 260px;
    padding: 30px 0;
  }
}
.search .suggestions__container--products .product__thumbnail img {
  width: 100%;
  aspect-ratio: 2/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.search .suggestions__container--products .product__name {
  width: 100%;
  padding-left: 15px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .search .suggestions__container--products .product__name {
    max-width: 260px;
  }
}
@media (min-width: 992px) {
  .search .suggestions__container--products .product__name {
    padding: 0;
    margin-top: 15px;
  }
}
@media (max-width: 991.98px) {
  .search .suggestions__container--more {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 30px 15px;
    background-color: #fff;
    border-top: 1px solid #000;
  }
  .search .suggestions__container--more .btn {
    width: 100%;
  }
}
.search .suggestions__doyoumean {
  margin: 15px 0 -15px;
}
@media (min-width: 992px) {
  .search .suggestions__doyoumean {
    margin: 30px 0;
  }
}
.search .suggestions__doyoumean .items {
  display: inline-block;
}
.search .suggestions__doyoumean .items:not(:last-child) .term::after {
  content: ", ";
}
.search .suggestions__doyoumean .items .term {
  padding-bottom: 0;
  font-weight: 700;
}
@media (min-width: 992px) {
  .search .suggestions__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.search .suggestions__main--others {
  max-height: 200px;
  margin-top: 30px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .search .suggestions__main--others {
    width: 400px;
    max-height: 400px;
    margin-top: 0;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #000;
  }
}
.search .suggestions__main--others > ul {
  margin: 30px 0 0;
}
.search .suggestions__main--others > ul:first-of-type {
  margin-top: 0;
}
.search .suggestions__main--others > ul:empty + ul {
  margin-top: 0;
}
@media (min-width: 992px) {
  .search .suggestions__main--products {
    width: 100%;
  }
}
.search .suggestions__einstein {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .search .suggestions__einstein {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .search .suggestions__einstein ul {
    min-width: 320px;
    margin-right: 30px;
  }
}
.search .suggestions__einstein a {
  text-decoration: none;
}

.search-results .grid-header {
  margin: 0;
  text-align: center;
}
.search-results .grid-header .floating-breadcrumbs {
  margin: auto 0;
  padding: 5px 0 0;
}
.search-results .grid-header .floating-breadcrumbs .breadcrumb__list {
  margin: 0;
}
@media (min-width: 992px) {
  .search-results .grid-header .floating-breadcrumbs .breadcrumb__list {
    position: relative;
    padding: 0;
  }
}
.search-results .grid-header h1 {
  margin: auto 0;
  text-transform: uppercase;
}
.search-results .grid-header h2 {
  margin: 30px 0;
}
.search-results .grid-header a {
  font-weight: 700;
}
.search-results .grid-header__top {
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .search-results .grid-header__top {
    padding: 0.75em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.search-results .grid-header.no-results h1,
.search-results .grid-header.no-results h2 {
  text-align: center;
}
.search-results .search-no-results-banner {
  margin: 30px 0;
  width: 100%;
  height: 200px;
}
@media (min-width: 992px) {
  .search-results .search-no-results-banner {
    height: 350px;
  }
}
.search-results .search-no-results-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-results .show-more-counter__products {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.search-results__count {
  -webkit-transform: translateY(-0.3125rem);
          transform: translateY(-0.3125rem);
  margin-bottom: calc(0.625rem * 2);
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .search-results__count {
    -webkit-transform: translateY(-0.9375rem);
            transform: translateY(-0.9375rem);
  }
}

@media (max-width: 575.98px) {
  .collapsible-xs .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-xs .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-xs .title::after {
    float: right;
    content: "";
    font-family: "FontAwesome";
  }
  .collapsible-xs .content,
.collapsible-xs .card-body {
    display: none;
  }
  .collapsible-xs.active .card-header i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .collapsible-xs.active .content,
.collapsible-xs.active .card-body {
    display: block;
  }
}
.container div.collapsible-xs button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xs button.title:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .collapsible-sm .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-sm .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-sm .title::after {
    float: right;
    content: "";
    font-family: "FontAwesome";
  }
  .collapsible-sm .content,
.collapsible-sm .card-body {
    display: none;
  }
  .collapsible-sm.active .card-header i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .collapsible-sm.active .content,
.collapsible-sm.active .card-body {
    display: block;
  }
}
.container div.collapsible-sm button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-sm button.title:hover {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .collapsible-md .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-md .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-md .title::after {
    float: right;
    content: "";
    font-family: "FontAwesome";
  }
  .collapsible-md .content,
.collapsible-md .card-body {
    display: none;
  }
  .collapsible-md.active .card-header i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .collapsible-md.active .content,
.collapsible-md.active .card-body {
    display: block;
  }
}
.container div.collapsible-md button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-md button.title:hover {
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .collapsible-lg .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-lg .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-lg .title::after {
    float: right;
    content: "";
    font-family: "FontAwesome";
  }
  .collapsible-lg .content,
.collapsible-lg .card-body {
    display: none;
  }
  .collapsible-lg.active .card-header i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .collapsible-lg.active .content,
.collapsible-lg.active .card-body {
    display: block;
  }
}
.container div.collapsible-lg button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-lg button.title:hover {
  text-decoration: none;
}

@media (max-width: 1399.98px) {
  .collapsible-dp .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-dp .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-dp .title::after {
    float: right;
    content: "";
    font-family: "FontAwesome";
  }
  .collapsible-dp .content,
.collapsible-dp .card-body {
    display: none;
  }
  .collapsible-dp.active .card-header i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .collapsible-dp.active .content,
.collapsible-dp.active .card-body {
    display: block;
  }
}
.container div.collapsible-dp button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-dp button.title:hover {
  text-decoration: none;
}

@media (max-width: 2139.98px) {
  .collapsible-xl .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-xl .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-xl .title::after {
    float: right;
    content: "";
    font-family: "FontAwesome";
  }
  .collapsible-xl .content,
.collapsible-xl .card-body {
    display: none;
  }
  .collapsible-xl.active .card-header i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .collapsible-xl.active .content,
.collapsible-xl.active .card-body {
    display: block;
  }
}
.container div.collapsible-xl button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xl button.title:hover {
  text-decoration: none;
}

.collapsible-xxl .title {
  line-height: 2.5rem;
  /* 40/16 */
}
.collapsible-xxl .title::after {
  display: block;
  clear: both;
  content: "";
}
.collapsible-xxl .title::after {
  float: right;
  content: "";
  font-family: "FontAwesome";
}
.collapsible-xxl .content,
.collapsible-xxl .card-body {
  display: none;
}
.collapsible-xxl.active .card-header i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.collapsible-xxl.active .content,
.collapsible-xxl.active .card-body {
  display: block;
}

.container div.collapsible-xxl button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xxl button.title:hover {
  text-decoration: none;
}

.add-to-wishlist-messages {
  position: fixed;
  z-index: 1000;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.add-to-wishlist-messages a {
  margin-left: 5px;
}

.add-to-wishlist-alert {
  padding: 1em;
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  -webkit-box-shadow: 1px 1px 5px #767676;
          box-shadow: 1px 1px 5px #767676;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-wishlist-alert.show {
  display: block;
}

.wishlistTile {
  position: absolute;
  top: 8px;
  right: 16px;
}
.wishlistTile i.fa-heart-o {
  color: rgba(0, 0, 0, 0.7);
}
.wishlistTile i.fa-circle {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.wishlistTile .fa-heart {
  color: #000;
}

@media (max-width: 575.98px) {
  .collapsible-xs .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-xs .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-xs .title::after {
    float: right;
    content: "";
    font-family: "FontAwesome";
  }
  .collapsible-xs .content,
.collapsible-xs .card-body {
    display: none;
  }
  .collapsible-xs.active .card-header i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .collapsible-xs.active .content,
.collapsible-xs.active .card-body {
    display: block;
  }
}
.container div.collapsible-xs button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xs button.title:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .collapsible-sm .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-sm .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-sm .title::after {
    float: right;
    content: "";
    font-family: "FontAwesome";
  }
  .collapsible-sm .content,
.collapsible-sm .card-body {
    display: none;
  }
  .collapsible-sm.active .card-header i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .collapsible-sm.active .content,
.collapsible-sm.active .card-body {
    display: block;
  }
}
.container div.collapsible-sm button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-sm button.title:hover {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .collapsible-md .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-md .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-md .title::after {
    float: right;
    content: "";
    font-family: "FontAwesome";
  }
  .collapsible-md .content,
.collapsible-md .card-body {
    display: none;
  }
  .collapsible-md.active .card-header i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .collapsible-md.active .content,
.collapsible-md.active .card-body {
    display: block;
  }
}
.container div.collapsible-md button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-md button.title:hover {
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .collapsible-lg .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-lg .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-lg .title::after {
    float: right;
    content: "";
    font-family: "FontAwesome";
  }
  .collapsible-lg .content,
.collapsible-lg .card-body {
    display: none;
  }
  .collapsible-lg.active .card-header i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .collapsible-lg.active .content,
.collapsible-lg.active .card-body {
    display: block;
  }
}
.container div.collapsible-lg button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-lg button.title:hover {
  text-decoration: none;
}

@media (max-width: 1399.98px) {
  .collapsible-dp .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-dp .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-dp .title::after {
    float: right;
    content: "";
    font-family: "FontAwesome";
  }
  .collapsible-dp .content,
.collapsible-dp .card-body {
    display: none;
  }
  .collapsible-dp.active .card-header i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .collapsible-dp.active .content,
.collapsible-dp.active .card-body {
    display: block;
  }
}
.container div.collapsible-dp button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-dp button.title:hover {
  text-decoration: none;
}

@media (max-width: 2139.98px) {
  .collapsible-xl .title {
    line-height: 2.5rem;
    /* 40/16 */
  }
  .collapsible-xl .title::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-xl .title::after {
    float: right;
    content: "";
    font-family: "FontAwesome";
  }
  .collapsible-xl .content,
.collapsible-xl .card-body {
    display: none;
  }
  .collapsible-xl.active .card-header i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .collapsible-xl.active .content,
.collapsible-xl.active .card-body {
    display: block;
  }
}
.container div.collapsible-xl button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xl button.title:hover {
  text-decoration: none;
}

.collapsible-xxl .title {
  line-height: 2.5rem;
  /* 40/16 */
}
.collapsible-xxl .title::after {
  display: block;
  clear: both;
  content: "";
}
.collapsible-xxl .title::after {
  float: right;
  content: "";
  font-family: "FontAwesome";
}
.collapsible-xxl .content,
.collapsible-xxl .card-body {
  display: none;
}
.collapsible-xxl.active .card-header i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.collapsible-xxl.active .content,
.collapsible-xxl.active .card-body {
  display: block;
}

.container div.collapsible-xxl button.title {
  color: #000;
  text-decoration: none;
  border: none;
  background-color: transparent;
}
.container div.collapsible-xxl button.title:hover {
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*# sourceMappingURL=global.css.map*/