@charset "UTF-8";
/**
 * App
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
/**
 * Functions
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
/**
 * Custom variables
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
/**
 * Bootstrap variable variables
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700&family=Barlow:wght@900&display=swap");
*,
*::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: "Barlow Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #333333;
  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: 1.875rem;
}

p {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 400;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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: inherit;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

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: "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.625rem;
  padding-bottom: 0.625rem;
  color: #999999;
  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;
}

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: 1.875rem;
  font-family: "Barlow", serif;
  font-weight: 900;
  line-height: 1.2;
  color: #000;
}

h1, .h1 {
  font-size: 275%;
}

h2, .h2 {
  font-size: 225%;
}

h3, .h3 {
  font-size: 175%;
}

h4, .h4 {
  font-size: 150%;
}

h5, .h5 {
  font-size: 125%;
}

h6, .h6 {
  font-size: 100%;
}

.lead {
  font-size: 120%;
  font-weight: 400;
}

.display-1 {
  font-size: 500%;
  font-weight: 900;
  line-height: 1.2;
}

.display-2 {
  font-size: 400%;
  font-weight: 900;
  line-height: 1.2;
}

.display-3 {
  font-size: 300%;
  font-weight: 900;
  line-height: 1.2;
}

.display-4 {
  font-size: 200%;
  font-weight: 900;
  line-height: 1.2;
}

hr {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled, .search-results-list, .list {
  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: 1rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #333333;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid rgb(178.5, 178.5, 178.5);
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
  border-radius: 0.15rem;
  -webkit-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: rgb(25.5, 25.5, 25.5);
}
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: 20px;
  padding-left: 20px;
  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: 960px;
  }
}
@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

.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-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: 20px;
  padding-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -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: 600px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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 {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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: 1280px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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: 1440px) {
  .col-xxl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -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: 2.5rem;
  color: #333333;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.625rem;
  vertical-align: top;
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgb(229.5, 229.5, 229.5);
}
.table tbody + tbody {
  border-top: 2px solid rgb(229.5, 229.5, 229.5);
}

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

.table-bordered {
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.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: #333333;
  background-color: rgba(0, 0, 0, 0.05);
}

.table-base,
.table-base > th,
.table-base > td {
  background-color: rgb(197.88, 197.88, 197.88);
}
.table-base th,
.table-base td,
.table-base thead th,
.table-base tbody + tbody {
  border-color: rgb(148.92, 148.92, 148.92);
}

.table-hover .table-base:hover {
  background-color: rgb(185.13, 185.13, 185.13);
}
.table-hover .table-base:hover > td,
.table-hover .table-base:hover > th {
  background-color: rgb(185.13, 185.13, 185.13);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(243.24, 188.92, 190.04);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(233.16, 132.28, 134.36);
}

.table-hover .table-primary:hover {
  background-color: rgb(239.3874820144, 167.2725179856, 168.7594244604);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(239.3874820144, 167.2725179856, 168.7594244604);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(199.84, 231.2, 198.44);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(152.56, 210.8, 149.96);
}

.table-hover .table-secondary:hover {
  background-color: rgb(182.3365156794, 223.6477351916, 180.4922648084);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(182.3365156794, 223.6477351916, 180.4922648084);
}

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: rgb(253.88, 245.48, 183.6);
}
.table-tertiary th,
.table-tertiary td,
.table-tertiary thead th,
.table-tertiary tbody + tbody {
  border-color: rgb(252.92, 237.32, 122.4);
}

.table-hover .table-tertiary:hover {
  background-color: rgb(253.4861776062, 242.1325096525, 158.4938223938);
}
.table-hover .table-tertiary:hover > td,
.table-hover .table-tertiary:hover > th {
  background-color: rgb(253.4861776062, 242.1325096525, 158.4938223938);
}

.table-quaternary,
.table-quaternary > th,
.table-quaternary > td {
  background-color: rgb(253.32, 252.76, 252.76);
}
.table-quaternary th,
.table-quaternary td,
.table-quaternary thead th,
.table-quaternary tbody + tbody {
  border-color: rgb(251.88, 250.84, 250.84);
}

.table-hover .table-quaternary:hover {
  background-color: rgb(242.3914285714, 238.1885714286, 238.1885714286);
}
.table-hover .table-quaternary:hover > td,
.table-hover .table-quaternary:hover > th {
  background-color: rgb(242.3914285714, 238.1885714286, 238.1885714286);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(199.84, 231.2, 198.44);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(152.56, 210.8, 149.96);
}

.table-hover .table-success:hover {
  background-color: rgb(182.3365156794, 223.6477351916, 180.4922648084);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(182.3365156794, 223.6477351916, 180.4922648084);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(216.64, 239.6, 247.44);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(183.76, 226.4, 240.96);
}

.table-hover .table-info:hover {
  background-color: rgb(195.3381707317, 231.0481707317, 243.2418292683);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(195.3381707317, 231.0481707317, 243.2418292683);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 234, 198.72);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 216, 150.48);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 224.4850746269, 173.22);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 224.4850746269, 173.22);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(243.24, 188.92, 190.04);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(233.16, 132.28, 134.36);
}

.table-hover .table-danger:hover {
  background-color: rgb(239.3874820144, 167.2725179856, 168.7594244604);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(239.3874820144, 167.2725179856, 168.7594244604);
}

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

.table-hover .table-white:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: rgb(242.25, 242.25, 242.25);
}

.table-black,
.table-black > th,
.table-black > td {
  background-color: rgb(183.6, 183.6, 183.6);
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: rgb(122.4, 122.4, 122.4);
}

.table-hover .table-black:hover {
  background-color: rgb(170.85, 170.85, 170.85);
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: rgb(170.85, 170.85, 170.85);
}

.table-gray,
.table-gray > th,
.table-gray > td {
  background-color: rgb(253.32, 252.76, 252.76);
}
.table-gray th,
.table-gray td,
.table-gray thead th,
.table-gray tbody + tbody {
  border-color: rgb(251.88, 250.84, 250.84);
}

.table-hover .table-gray:hover {
  background-color: rgb(242.3914285714, 238.1885714286, 238.1885714286);
}
.table-hover .table-gray:hover > td,
.table-hover .table-gray:hover > th {
  background-color: rgb(242.3914285714, 238.1885714286, 238.1885714286);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(44.625, 44.625, 44.625);
}
.table .thead-light th {
  color: rgb(76.5, 76.5, 76.5);
  background-color: #cccccc;
  border-color: rgb(229.5, 229.5, 229.5);
}

.table-dark {
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(44.625, 44.625, 44.625);
}
.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: 599.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: 1279.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: 1439.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(2em + 1.625rem + 0px);
  padding: 0.8125rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: rgb(76.5, 76.5, 76.5);
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid #333333;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -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: rgb(76.5, 76.5, 76.5);
  background-color: #fff;
  border-color: #333333;
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.form-control::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}
.form-control::placeholder {
  color: #666666;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: rgb(229.5, 229.5, 229.5);
  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 rgb(76.5, 76.5, 76.5);
}
select.form-control:focus::-ms-value {
  color: rgb(76.5, 76.5, 76.5);
  background-color: #fff;
}

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

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

.col-form-label-lg {
  padding-top: calc(1.4375rem + 0px);
  padding-bottom: calc(1.4375rem + 0px);
  font-size: 1.2rem;
  line-height: 1.75;
}

.col-form-label-sm {
  padding-top: calc(0.5rem + 0px);
  padding-bottom: calc(0.5rem + 0px);
  font-size: 0.8825rem;
  line-height: 1.75;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.8125rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 2;
  color: #333333;
  background-color: transparent;
  border: solid transparent;
  border-width: 0px 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.75em + 1rem + 0px);
  padding: 0.5rem 0.875rem;
  font-size: 0.8825rem;
  line-height: 1.75;
  border-radius: 0.15rem;
}

.form-control-lg {
  height: calc(1.75em + 2.875rem + 0px);
  padding: 1.4375rem 2.0625rem;
  font-size: 1.2rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 0;
}

.form-text {
  display: block;
  margin-top: 0.8333333333rem;
}

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

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: 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.8333333333rem;
  font-size: 80%;
  color: #3AAA35;
}

.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: 80%;
  line-height: 1.75;
  color: #fff;
  background-color: rgba(58, 170, 53, 0.9);
  border-radius: 0.2rem;
}
.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: #3AAA35;
  padding-right: calc(2em + 1.625rem) !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='%233AAA35' 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.5em + 0.40625rem) center;
  background-size: calc(1em + 0.8125rem) calc(1em + 0.8125rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #3AAA35;
  -webkit-box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.25);
          box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.25);
}

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(2em + 1.625rem);
  background-position: top calc(0.5em + 0.40625rem) right calc(0.5em + 0.40625rem);
}

.was-validated .custom-select:valid, .was-validated .multi-select .dropdown-heading:valid, .multi-select .was-validated .dropdown-heading:valid, .custom-select.is-valid, .multi-select .is-valid.dropdown-heading {
  border-color: #3AAA35;
  padding-right: 0.75em + 4.75rem !important;
  background: url(../img/arrow-down-gray.svg) right 1.25rem center/12px 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='%233AAA35' 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 3.75rem/calc(1em + 0.8125rem) calc(1em + 0.8125rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .was-validated .multi-select .dropdown-heading:valid:focus, .multi-select .was-validated .dropdown-heading:valid:focus, .custom-select.is-valid:focus, .multi-select .is-valid.dropdown-heading:focus {
  border-color: #3AAA35;
  -webkit-box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.25);
          box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #3AAA35;
}
.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: #3AAA35;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #3AAA35;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(80.3811659193, 198.9103139013, 75.0896860987);
  background-color: rgb(80.3811659193, 198.9103139013, 75.0896860987);
}
.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 1px rgba(58, 170, 53, 0.25);
          box-shadow: 0 0 0 1px rgba(58, 170, 53, 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: #3AAA35;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #3AAA35;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #3AAA35;
  -webkit-box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.25);
          box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.8333333333rem;
  font-size: 80%;
  color: #D51317;
}

.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: 80%;
  line-height: 1.75;
  color: #fff;
  background-color: rgba(213, 19, 23, 0.9);
  border-radius: 0.2rem;
}
.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: #D51317;
  padding-right: calc(2em + 1.625rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D51317' 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='%23D51317' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.5em + 0.40625rem) center;
  background-size: calc(1em + 0.8125rem) calc(1em + 0.8125rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #D51317;
  -webkit-box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.25);
          box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.25);
}

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(2em + 1.625rem);
  background-position: top calc(0.5em + 0.40625rem) right calc(0.5em + 0.40625rem);
}

.was-validated .custom-select:invalid, .was-validated .multi-select .dropdown-heading:invalid, .multi-select .was-validated .dropdown-heading:invalid, .custom-select.is-invalid, .multi-select .is-invalid.dropdown-heading {
  border-color: #D51317;
  padding-right: 0.75em + 4.75rem !important;
  background: url(../img/arrow-down-gray.svg) right 1.25rem center/12px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D51317' 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='%23D51317' stroke='none'/%3e%3c/svg%3e") center right 3.75rem/calc(1em + 0.8125rem) calc(1em + 0.8125rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .was-validated .multi-select .dropdown-heading:invalid:focus, .multi-select .was-validated .dropdown-heading:invalid:focus, .custom-select.is-invalid:focus, .multi-select .is-invalid.dropdown-heading:focus {
  border-color: #D51317;
  -webkit-box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.25);
          box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #D51317;
}
.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: #D51317;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #D51317;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(236.4094827586, 46.5905172414, 50.5043103448);
  background-color: rgb(236.4094827586, 46.5905172414, 50.5043103448);
}
.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 1px rgba(213, 19, 23, 0.25);
          box-shadow: 0 0 0 1px rgba(213, 19, 23, 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: #D51317;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #D51317;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #D51317;
  -webkit-box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.25);
          box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 700;
  color: #333333;
  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: 0 solid transparent;
  padding: 0.8125rem 1.25rem;
  font-size: 1rem;
  line-height: 2;
  border-radius: 0.2rem;
  -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: #333333;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.btn.disabled, .btn:disabled {
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15), inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-base {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-base:hover {
  color: #fff;
  background-color: rgb(31.875, 31.875, 31.875);
  border-color: rgb(25.5, 25.5, 25.5);
}
.btn-base:focus, .btn-base.focus {
  color: #fff;
  background-color: rgb(31.875, 31.875, 31.875);
  border-color: rgb(25.5, 25.5, 25.5);
  -webkit-box-shadow: 0 0 0 1px rgba(81.6, 81.6, 81.6, 0.5);
          box-shadow: 0 0 0 1px rgba(81.6, 81.6, 81.6, 0.5);
}
.btn-base.disabled, .btn-base:disabled {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-base:not(:disabled):not(.disabled):active, .btn-base:not(:disabled):not(.disabled).active, .show > .btn-base.dropdown-toggle {
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
  border-color: rgb(19.125, 19.125, 19.125);
}
.btn-base:not(:disabled):not(.disabled):active:focus, .btn-base:not(:disabled):not(.disabled).active:focus, .show > .btn-base.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(81.6, 81.6, 81.6, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(81.6, 81.6, 81.6, 0.5);
}

.btn-primary {
  color: #fff;
  background-color: #D51317;
  border-color: #D51317;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(177.8825431034, 15.8674568966, 19.2079741379);
  border-color: rgb(166.1767241379, 14.8232758621, 17.9439655172);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(177.8825431034, 15.8674568966, 19.2079741379);
  border-color: rgb(166.1767241379, 14.8232758621, 17.9439655172);
  -webkit-box-shadow: 0 0 0 1px rgba(219.3, 54.4, 57.8, 0.5);
          box-shadow: 0 0 0 1px rgba(219.3, 54.4, 57.8, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #D51317;
  border-color: #D51317;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(166.1767241379, 14.8232758621, 17.9439655172);
  border-color: rgb(154.4709051724, 13.7790948276, 16.6799568966);
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(219.3, 54.4, 57.8, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(219.3, 54.4, 57.8, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #3AAA35;
  border-color: #3AAA35;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(48.0515695067, 140.8408071749, 43.9091928251);
  border-color: rgb(44.735426009, 131.1210762332, 40.8789237668);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(48.0515695067, 140.8408071749, 43.9091928251);
  border-color: rgb(44.735426009, 131.1210762332, 40.8789237668);
  -webkit-box-shadow: 0 0 0 1px rgba(87.55, 182.75, 83.3, 0.5);
          box-shadow: 0 0 0 1px rgba(87.55, 182.75, 83.3, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #3AAA35;
  border-color: #3AAA35;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(44.735426009, 131.1210762332, 40.8789237668);
  border-color: rgb(41.4192825112, 121.4013452915, 37.8486547085);
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(87.55, 182.75, 83.3, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(87.55, 182.75, 83.3, 0.5);
}

.btn-tertiary {
  color: #333333;
  background-color: #FBDD00;
  border-color: #FBDD00;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-tertiary:hover {
  color: #333333;
  background-color: rgb(212.75, 187.3217131474, 0);
  border-color: rgb(200, 176.0956175299, 0);
}
.btn-tertiary:focus, .btn-tertiary.focus {
  color: #333333;
  background-color: rgb(212.75, 187.3217131474, 0);
  border-color: rgb(200, 176.0956175299, 0);
  -webkit-box-shadow: 0 0 0 1px rgba(221, 195.5, 7.65, 0.5);
          box-shadow: 0 0 0 1px rgba(221, 195.5, 7.65, 0.5);
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  color: #333333;
  background-color: #FBDD00;
  border-color: #FBDD00;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn-tertiary.dropdown-toggle {
  color: #333333;
  background-color: rgb(200, 176.0956175299, 0);
  border-color: rgb(187.25, 164.8695219124, 0);
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(221, 195.5, 7.65, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(221, 195.5, 7.65, 0.5);
}

.btn-quaternary {
  color: #333333;
  background-color: #F9F7F7;
  border-color: #F9F7F7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-quaternary:hover {
  color: #333333;
  background-color: rgb(232.6071428571, 225.1428571429, 225.1428571429);
  border-color: rgb(227.1428571429, 217.8571428571, 217.8571428571);
}
.btn-quaternary:focus, .btn-quaternary.focus {
  color: #333333;
  background-color: rgb(232.6071428571, 225.1428571429, 225.1428571429);
  border-color: rgb(227.1428571429, 217.8571428571, 217.8571428571);
  -webkit-box-shadow: 0 0 0 1px rgba(219.3, 217.6, 217.6, 0.5);
          box-shadow: 0 0 0 1px rgba(219.3, 217.6, 217.6, 0.5);
}
.btn-quaternary.disabled, .btn-quaternary:disabled {
  color: #333333;
  background-color: #F9F7F7;
  border-color: #F9F7F7;
}
.btn-quaternary:not(:disabled):not(.disabled):active, .btn-quaternary:not(:disabled):not(.disabled).active, .show > .btn-quaternary.dropdown-toggle {
  color: #333333;
  background-color: rgb(227.1428571429, 217.8571428571, 217.8571428571);
  border-color: rgb(221.6785714286, 210.5714285714, 210.5714285714);
}
.btn-quaternary:not(:disabled):not(.disabled):active:focus, .btn-quaternary:not(:disabled):not(.disabled).active:focus, .show > .btn-quaternary.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(219.3, 217.6, 217.6, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(219.3, 217.6, 217.6, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #3AAA35;
  border-color: #3AAA35;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(48.0515695067, 140.8408071749, 43.9091928251);
  border-color: rgb(44.735426009, 131.1210762332, 40.8789237668);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(48.0515695067, 140.8408071749, 43.9091928251);
  border-color: rgb(44.735426009, 131.1210762332, 40.8789237668);
  -webkit-box-shadow: 0 0 0 1px rgba(87.55, 182.75, 83.3, 0.5);
          box-shadow: 0 0 0 1px rgba(87.55, 182.75, 83.3, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #3AAA35;
  border-color: #3AAA35;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(44.735426009, 131.1210762332, 40.8789237668);
  border-color: rgb(41.4192825112, 121.4013452915, 37.8486547085);
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(87.55, 182.75, 83.3, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(87.55, 182.75, 83.3, 0.5);
}

.btn-info {
  color: #333333;
  background-color: #76C8E4;
  border-color: #76C8E4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-info:hover {
  color: #333333;
  background-color: rgb(86.0472560976, 187.1722560976, 221.7027439024);
  border-color: rgb(75.3963414634, 182.8963414634, 219.6036585366);
}
.btn-info:focus, .btn-info.focus {
  color: #333333;
  background-color: rgb(86.0472560976, 187.1722560976, 221.7027439024);
  border-color: rgb(75.3963414634, 182.8963414634, 219.6036585366);
  -webkit-box-shadow: 0 0 0 1px rgba(107.95, 177.65, 201.45, 0.5);
          box-shadow: 0 0 0 1px rgba(107.95, 177.65, 201.45, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #333333;
  background-color: #76C8E4;
  border-color: #76C8E4;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #333333;
  background-color: rgb(75.3963414634, 182.8963414634, 219.6036585366);
  border-color: rgb(64.7454268293, 178.6204268293, 217.5045731707);
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(107.95, 177.65, 201.45, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(107.95, 177.65, 201.45, 0.5);
}

.btn-warning {
  color: #333333;
  background-color: #FFB436;
  border-color: #FFB436;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-warning:hover {
  color: #333333;
  background-color: rgb(255, 165.7276119403, 15.75);
  border-color: rgb(255, 160.9701492537, 3);
}
.btn-warning:focus, .btn-warning.focus {
  color: #333333;
  background-color: rgb(255, 165.7276119403, 15.75);
  border-color: rgb(255, 160.9701492537, 3);
  -webkit-box-shadow: 0 0 0 1px rgba(224.4, 160.65, 53.55, 0.5);
          box-shadow: 0 0 0 1px rgba(224.4, 160.65, 53.55, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #333333;
  background-color: #FFB436;
  border-color: #FFB436;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #333333;
  background-color: rgb(255, 160.9701492537, 3);
  border-color: rgb(245.25, 153.7388059701, 0);
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(224.4, 160.65, 53.55, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(224.4, 160.65, 53.55, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #D51317;
  border-color: #D51317;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(177.8825431034, 15.8674568966, 19.2079741379);
  border-color: rgb(166.1767241379, 14.8232758621, 17.9439655172);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(177.8825431034, 15.8674568966, 19.2079741379);
  border-color: rgb(166.1767241379, 14.8232758621, 17.9439655172);
  -webkit-box-shadow: 0 0 0 1px rgba(219.3, 54.4, 57.8, 0.5);
          box-shadow: 0 0 0 1px rgba(219.3, 54.4, 57.8, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #D51317;
  border-color: #D51317;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(166.1767241379, 14.8232758621, 17.9439655172);
  border-color: rgb(154.4709051724, 13.7790948276, 16.6799568966);
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(219.3, 54.4, 57.8, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(219.3, 54.4, 57.8, 0.5);
}

.btn-white {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-white:hover {
  color: #333333;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-white:focus, .btn-white.focus {
  color: #333333;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
  -webkit-box-shadow: 0 0 0 1px rgba(224.4, 224.4, 224.4, 0.5);
          box-shadow: 0 0 0 1px rgba(224.4, 224.4, 224.4, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #333333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(224.4, 224.4, 224.4, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(224.4, 224.4, 224.4, 0.5);
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 1px rgba(38.25, 38.25, 38.25, 0.5);
          box-shadow: 0 0 0 1px rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(38.25, 38.25, 38.25, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-gray {
  color: #333333;
  background-color: #F9F7F7;
  border-color: #F9F7F7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-gray:hover {
  color: #333333;
  background-color: rgb(232.6071428571, 225.1428571429, 225.1428571429);
  border-color: rgb(227.1428571429, 217.8571428571, 217.8571428571);
}
.btn-gray:focus, .btn-gray.focus {
  color: #333333;
  background-color: rgb(232.6071428571, 225.1428571429, 225.1428571429);
  border-color: rgb(227.1428571429, 217.8571428571, 217.8571428571);
  -webkit-box-shadow: 0 0 0 1px rgba(219.3, 217.6, 217.6, 0.5);
          box-shadow: 0 0 0 1px rgba(219.3, 217.6, 217.6, 0.5);
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #333333;
  background-color: #F9F7F7;
  border-color: #F9F7F7;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #333333;
  background-color: rgb(227.1428571429, 217.8571428571, 217.8571428571);
  border-color: rgb(221.6785714286, 210.5714285714, 210.5714285714);
}
.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(219.3, 217.6, 217.6, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(219.3, 217.6, 217.6, 0.5);
}

.btn-outline-base {
  color: #333333;
  border-color: #333333;
}
.btn-outline-base:hover {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-base:focus, .btn-outline-base.focus {
  -webkit-box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.5);
}
.btn-outline-base.disabled, .btn-outline-base:disabled {
  color: #333333;
  background-color: transparent;
}
.btn-outline-base:not(:disabled):not(.disabled):active, .btn-outline-base:not(:disabled):not(.disabled).active, .show > .btn-outline-base.dropdown-toggle {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
}
.btn-outline-base:not(:disabled):not(.disabled):active:focus, .btn-outline-base:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-base.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(51, 51, 51, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(51, 51, 51, 0.5);
}

.btn-outline-primary {
  color: #D51317;
  border-color: #D51317;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #D51317;
  border-color: #D51317;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.5);
          box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #D51317;
  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: #D51317;
  border-color: #D51317;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(213, 19, 23, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(213, 19, 23, 0.5);
}

.btn-outline-secondary {
  color: #3AAA35;
  border-color: #3AAA35;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #3AAA35;
  border-color: #3AAA35;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.5);
          box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #3AAA35;
  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: #fff;
  background-color: #3AAA35;
  border-color: #3AAA35;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(58, 170, 53, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(58, 170, 53, 0.5);
}

.btn-outline-tertiary {
  color: #FBDD00;
  border-color: #FBDD00;
}
.btn-outline-tertiary:hover {
  color: #333333;
  background-color: #FBDD00;
  border-color: #FBDD00;
}
.btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
  -webkit-box-shadow: 0 0 0 1px rgba(251, 221, 0, 0.5);
          box-shadow: 0 0 0 1px rgba(251, 221, 0, 0.5);
}
.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
  color: #FBDD00;
  background-color: transparent;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active, .show > .btn-outline-tertiary.dropdown-toggle {
  color: #333333;
  background-color: #FBDD00;
  border-color: #FBDD00;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tertiary.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(251, 221, 0, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(251, 221, 0, 0.5);
}

.btn-outline-quaternary {
  color: #F9F7F7;
  border-color: #F9F7F7;
}
.btn-outline-quaternary:hover {
  color: #333333;
  background-color: #F9F7F7;
  border-color: #F9F7F7;
}
.btn-outline-quaternary:focus, .btn-outline-quaternary.focus {
  -webkit-box-shadow: 0 0 0 1px rgba(249, 247, 247, 0.5);
          box-shadow: 0 0 0 1px rgba(249, 247, 247, 0.5);
}
.btn-outline-quaternary.disabled, .btn-outline-quaternary:disabled {
  color: #F9F7F7;
  background-color: transparent;
}
.btn-outline-quaternary:not(:disabled):not(.disabled):active, .btn-outline-quaternary:not(:disabled):not(.disabled).active, .show > .btn-outline-quaternary.dropdown-toggle {
  color: #333333;
  background-color: #F9F7F7;
  border-color: #F9F7F7;
}
.btn-outline-quaternary:not(:disabled):not(.disabled):active:focus, .btn-outline-quaternary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-quaternary.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(249, 247, 247, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(249, 247, 247, 0.5);
}

.btn-outline-success {
  color: #3AAA35;
  border-color: #3AAA35;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #3AAA35;
  border-color: #3AAA35;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.5);
          box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #3AAA35;
  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: #fff;
  background-color: #3AAA35;
  border-color: #3AAA35;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(58, 170, 53, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(58, 170, 53, 0.5);
}

.btn-outline-info {
  color: #76C8E4;
  border-color: #76C8E4;
}
.btn-outline-info:hover {
  color: #333333;
  background-color: #76C8E4;
  border-color: #76C8E4;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 1px rgba(118, 200, 228, 0.5);
          box-shadow: 0 0 0 1px rgba(118, 200, 228, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #76C8E4;
  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: #333333;
  background-color: #76C8E4;
  border-color: #76C8E4;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(118, 200, 228, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(118, 200, 228, 0.5);
}

.btn-outline-warning {
  color: #FFB436;
  border-color: #FFB436;
}
.btn-outline-warning:hover {
  color: #333333;
  background-color: #FFB436;
  border-color: #FFB436;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 180, 54, 0.5);
          box-shadow: 0 0 0 1px rgba(255, 180, 54, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FFB436;
  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: #333333;
  background-color: #FFB436;
  border-color: #FFB436;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(255, 180, 54, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(255, 180, 54, 0.5);
}

.btn-outline-danger {
  color: #D51317;
  border-color: #D51317;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #D51317;
  border-color: #D51317;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.5);
          box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #D51317;
  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: #D51317;
  border-color: #D51317;
}
.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: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(213, 19, 23, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(213, 19, 23, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #333333;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.btn-outline-gray {
  color: #F9F7F7;
  border-color: #F9F7F7;
}
.btn-outline-gray:hover {
  color: #333333;
  background-color: #F9F7F7;
  border-color: #F9F7F7;
}
.btn-outline-gray:focus, .btn-outline-gray.focus {
  -webkit-box-shadow: 0 0 0 1px rgba(249, 247, 247, 0.5);
          box-shadow: 0 0 0 1px rgba(249, 247, 247, 0.5);
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #F9F7F7;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #333333;
  background-color: #F9F7F7;
  border-color: #F9F7F7;
}
.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(249, 247, 247, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 1px rgba(249, 247, 247, 0.5);
}

.btn-link {
  font-weight: 400;
  color: inherit;
  text-decoration: none;
}
.btn-link:hover {
  color: inherit;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #666666;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 1.4375rem 2.0625rem;
  font-size: 1.2rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.6875rem 1rem;
  font-size: 0.8825rem;
  line-height: 1.75;
  border-radius: 0.15rem;
}

.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: 105%;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 600px) {
  .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: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .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: 1.25rem 0;
  overflow: hidden;
  border-top: 1px solid #cccccc;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: rgb(25.5, 25.5, 25.5);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(12.75, 12.75, 12.75);
  text-decoration: none;
  background-color: rgb(229.5, 229.5, 229.5);
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #D51317;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #666666;
  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.8825rem;
  color: #666666;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: rgb(25.5, 25.5, 25.5);
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-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: 0;
}
.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.9375rem;
  padding-left: 0.9375rem;
}
.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.75rem;
  padding-left: 0.75rem;
}

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

.btn-group.show .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

.input-group-prepend {
  margin-right: 0px;
}

.input-group-append {
  margin-left: 0px;
}

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.8125rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: rgb(76.5, 76.5, 76.5);
  text-align: center;
  white-space: nowrap;
  background-color: #cccccc;
  border: 0px solid #333333;
  border-radius: 0.2rem;
}
.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,
.multi-select .input-group-lg > .dropdown-heading {
  height: calc(1.75em + 2.875rem + 0px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.multi-select .input-group-lg > .dropdown-heading,
.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: 1.4375rem 2.0625rem;
  font-size: 1.2rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select,
.multi-select .input-group-sm > .dropdown-heading {
  height: calc(1.75em + 1rem + 0px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.multi-select .input-group-sm > .dropdown-heading,
.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.5rem 0.875rem;
  font-size: 0.8825rem;
  line-height: 1.75;
  border-radius: 0.15rem;
}

.input-group-lg > .custom-select, .multi-select .input-group-lg > .dropdown-heading,
.input-group-sm > .custom-select,
.multi-select .input-group-sm > .dropdown-heading {
  padding-right: 3.75rem;
}

.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.75rem;
  padding-left: 3.95rem;
  print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.2rem;
  height: 1.475rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3AAA35;
  background-color: #3AAA35;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #333333;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #333333;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: rgb(229.5, 229.5, 229.5);
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.275rem;
  left: -3.95rem;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 0px solid rgb(127.5, 127.5, 127.5);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.custom-control-label::after {
  position: absolute;
  top: 0.275rem;
  left: -3.95rem;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  background: 50%/55% 55% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.2rem;
}
.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 16 12'%3E%3Cpath fill='%23fff' d='M13.5 0.5 15.5 2.5 6.5 11.5 0.5 5.5 2.5 3.5 6.5 7.5z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #D51317;
  background-color: #D51317;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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: rgb(229.5, 229.5, 229.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgb(229.5, 229.5, 229.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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%233AAA35'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgb(229.5, 229.5, 229.5);
}

.custom-switch {
  padding-left: 4.85rem;
}
.custom-switch .custom-control-label::before {
  left: -4.85rem;
  width: 2.1rem;
  pointer-events: all;
  border-radius: 0.6rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.275rem + 0px);
  left: calc(-4.85rem + 0px);
  width: calc(1.2rem - 0px);
  height: calc(1.2rem - 0px);
  background-color: rgb(127.5, 127.5, 127.5);
  border-radius: 0.6rem;
  -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.9rem);
          transform: translateX(0.9rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgb(229.5, 229.5, 229.5);
}

.custom-select, .multi-select .dropdown-heading {
  display: inline-block;
  width: 100%;
  height: calc(2em + 1.625rem + 0px);
  padding: 0.625rem 3.75rem 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: rgb(76.5, 76.5, 76.5);
  vertical-align: middle;
  background: #fff url(../img/arrow-down-gray.svg) right 1.25rem center/12px no-repeat;
  border: 0px solid #333333;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus, .multi-select .dropdown-heading:focus {
  border-color: #333333;
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.custom-select:focus::-ms-value, .multi-select .dropdown-heading:focus::-ms-value {
  color: rgb(76.5, 76.5, 76.5);
  background-color: #fff;
}
.custom-select[multiple], .multi-select [multiple].dropdown-heading, .custom-select[size]:not([size="1"]), .multi-select [size].dropdown-heading:not([size="1"]) {
  height: auto;
  padding-right: 1.25rem;
  background-image: none;
}
.custom-select:disabled, .multi-select .dropdown-heading:disabled {
  color: #666666;
  background-color: #cccccc;
}
.custom-select::-ms-expand, .multi-select .dropdown-heading::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring, .multi-select .dropdown-heading:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 rgb(76.5, 76.5, 76.5);
}

.custom-select-sm, .multi-select-sm .dropdown-heading {
  height: calc(1.75em + 1rem + 0px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.875rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(1.75em + 2.875rem + 0px);
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
  padding-left: 2.0625rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2em + 1.625rem + 0px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #333333;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: rgb(229.5, 229.5, 229.5);
}
.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(2em + 1.625rem + 0px);
  padding: 0.8125rem 1.25rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 2;
  color: rgb(76.5, 76.5, 76.5);
  background-color: #fff;
  border: 0 solid #333333;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(2em + 1.625rem);
  padding: 0.8125rem 1.25rem;
  line-height: 2;
  color: rgb(76.5, 76.5, 76.5);
  content: "Browse";
  background-color: #cccccc;
  border-left: inherit;
  border-radius: 0 0.2rem 0.2rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 2px);
  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 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px #fff, 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #D51317;
  border: 0;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -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-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(246.8512931034, 163.6487068966, 165.3642241379);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: rgb(178.5, 178.5, 178.5);
  border-color: transparent;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #D51317;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -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-range::-moz-range-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(246.8512931034, 163.6487068966, 165.3642241379);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: rgb(178.5, 178.5, 178.5);
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 1px;
  margin-left: 1px;
  background-color: #D51317;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -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-range::-ms-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(246.8512931034, 163.6487068966, 165.3642241379);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: rgb(178.5, 178.5, 178.5);
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: rgb(178.5, 178.5, 178.5);
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: rgb(127.5, 127.5, 127.5);
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: rgb(127.5, 127.5, 127.5);
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: rgb(127.5, 127.5, 127.5);
}

.custom-control-label::before,
.custom-file-label,
.custom-select,
.multi-select .dropdown-heading {
  -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,
  .multi-select .dropdown-heading {
    -webkit-transition: none;
    transition: none;
  }
}

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

.nav-tabs {
  border-bottom: 1px solid rgb(178.5, 178.5, 178.5);
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #cccccc #cccccc rgb(178.5, 178.5, 178.5);
}
.nav-tabs .nav-link.disabled {
  color: #666666;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: rgb(76.5, 76.5, 76.5);
  background-color: #fff;
  border-color: rgb(178.5, 178.5, 178.5) rgb(178.5, 178.5, 178.5) #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.2rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #D51317;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.25rem 2.5rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
  margin-right: 2.5rem;
  font-size: 1.2rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.2rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.2rem;
}
.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: 599.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: 600px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -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 {
    -webkit-flex-wrap: nowrap;
        -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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -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;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -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 {
    -webkit-flex-wrap: nowrap;
        -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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -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;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -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 {
    -webkit-flex-wrap: nowrap;
        -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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1279.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: 1280px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -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 {
    -webkit-flex-wrap: nowrap;
        -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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.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: 1440px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -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 {
    -webkit-flex-wrap: nowrap;
        -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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -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 {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-basis: auto;
      -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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgb(229.5, 229.5, 229.5);
  border-radius: 0.2rem;
}
.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: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.2rem - 1px);
  border-bottom-left-radius: calc(0.2rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.9375rem;
}

.card-subtitle {
  margin-top: -0.46875rem;
  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.9375rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
}
.card-header:first-child {
  border-radius: calc(0.2rem - 1px) calc(0.2rem - 1px) 0 0;
}

.card-footer {
  padding: 0.9375rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.2rem - 1px) calc(0.2rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.9375rem;
  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: calc(0.2rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.2rem - 1px);
  border-top-right-radius: calc(0.2rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.2rem - 1px);
  border-bottom-left-radius: calc(0.2rem - 1px);
}

.card-deck .card {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

.card-group > .card {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
        -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.9375rem;
}
@media (min-width: 600px) {
  .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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0.75rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.2rem;
}

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

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 0;
  line-height: 1;
  color: #333333;
  background-color: transparent;
  border: 0 solid rgb(178.5, 178.5, 178.5);
}
.page-link:hover {
  z-index: 2;
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  border-color: rgb(178.5, 178.5, 178.5);
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #333333;
  background-color: transparent;
  border-color: transparent;
}
.page-item.disabled .page-link {
  color: #333333;
  pointer-events: none;
  cursor: auto;
  background-color: transparent;
  border-color: rgb(178.5, 178.5, 178.5);
}

.pagination-lg .page-link {
  padding: 0.75rem 1rem;
  font-size: 1.2rem;
  line-height: 1.75;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

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

.badge {
  display: inline-block;
  padding: 0.4375rem 0.9375rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.2rem;
  -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: 1.25rem;
  padding-left: 1.25rem;
  border-radius: 10rem;
}

.badge-base {
  color: #fff;
  background-color: #333333;
}
a.badge-base:hover, a.badge-base:focus {
  color: #fff;
  background-color: rgb(25.5, 25.5, 25.5);
}
a.badge-base:focus, a.badge-base.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.5);
          box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.5);
}

.badge-primary {
  color: #fff;
  background-color: #D51317;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(166.1767241379, 14.8232758621, 17.9439655172);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.5);
          box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #3AAA35;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(44.735426009, 131.1210762332, 40.8789237668);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.5);
          box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.5);
}

.badge-tertiary {
  color: #333333;
  background-color: #FBDD00;
}
a.badge-tertiary:hover, a.badge-tertiary:focus {
  color: #333333;
  background-color: rgb(200, 176.0956175299, 0);
}
a.badge-tertiary:focus, a.badge-tertiary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(251, 221, 0, 0.5);
          box-shadow: 0 0 0 1px rgba(251, 221, 0, 0.5);
}

.badge-quaternary {
  color: #333333;
  background-color: #F9F7F7;
}
a.badge-quaternary:hover, a.badge-quaternary:focus {
  color: #333333;
  background-color: rgb(227.1428571429, 217.8571428571, 217.8571428571);
}
a.badge-quaternary:focus, a.badge-quaternary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(249, 247, 247, 0.5);
          box-shadow: 0 0 0 1px rgba(249, 247, 247, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #3AAA35;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(44.735426009, 131.1210762332, 40.8789237668);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.5);
          box-shadow: 0 0 0 1px rgba(58, 170, 53, 0.5);
}

.badge-info {
  color: #333333;
  background-color: #76C8E4;
}
a.badge-info:hover, a.badge-info:focus {
  color: #333333;
  background-color: rgb(75.3963414634, 182.8963414634, 219.6036585366);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(118, 200, 228, 0.5);
          box-shadow: 0 0 0 1px rgba(118, 200, 228, 0.5);
}

.badge-warning {
  color: #333333;
  background-color: #FFB436;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #333333;
  background-color: rgb(255, 160.9701492537, 3);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 180, 54, 0.5);
          box-shadow: 0 0 0 1px rgba(255, 180, 54, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #D51317;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(166.1767241379, 14.8232758621, 17.9439655172);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.5);
          box-shadow: 0 0 0 1px rgba(213, 19, 23, 0.5);
}

.badge-white {
  color: #333333;
  background-color: #fff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #333333;
  background-color: rgb(229.5, 229.5, 229.5);
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.badge-black {
  color: #fff;
  background-color: #000;
}
a.badge-black:hover, a.badge-black:focus {
  color: #fff;
  background-color: black;
}
a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.badge-gray {
  color: #333333;
  background-color: #F9F7F7;
}
a.badge-gray:hover, a.badge-gray:focus {
  color: #333333;
  background-color: rgb(227.1428571429, 217.8571428571, 217.8571428571);
}
a.badge-gray:focus, a.badge-gray.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(249, 247, 247, 0.5);
          box-shadow: 0 0 0 1px rgba(249, 247, 247, 0.5);
}

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

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

.alert {
  position: relative;
  padding: 0.8125rem 1.875rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 0.2rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 5.75rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.8125rem 1.875rem;
  color: inherit;
}

.alert-base {
  color: #333333;
  background-color: rgb(214.2, 214.2, 214.2);
  border-color: rgb(197.88, 197.88, 197.88);
}
.alert-base hr {
  border-top-color: rgb(185.13, 185.13, 185.13);
}
.alert-base .alert-link {
  color: rgb(25.5, 25.5, 25.5);
}

.alert-primary {
  color: #d51317;
  background-color: rgb(246.6, 207.8, 208.6);
  border-color: rgb(243.24, 188.92, 190.04);
}
.alert-primary hr {
  border-top-color: rgb(239.3874820144, 167.2725179856, 168.7594244604);
}
.alert-primary .alert-link {
  color: rgb(166.1767241379, 14.8232758621, 17.9439655172);
}

.alert-secondary {
  color: #3aaa35;
  background-color: rgb(215.6, 238, 214.6);
  border-color: rgb(199.84, 231.2, 198.44);
}
.alert-secondary hr {
  border-top-color: rgb(182.3365156794, 223.6477351916, 180.4922648084);
}
.alert-secondary .alert-link {
  color: rgb(44.735426009, 131.1210762332, 40.8789237668);
}

.alert-tertiary {
  color: #fbdd00;
  background-color: rgb(254.2, 248.2, 204);
  border-color: rgb(253.88, 245.48, 183.6);
}
.alert-tertiary hr {
  border-top-color: rgb(253.4861776062, 242.1325096525, 158.4938223938);
}
.alert-tertiary .alert-link {
  color: rgb(200, 176.0956175299, 0);
}

.alert-quaternary {
  color: #f9f7f7;
  background-color: rgb(253.8, 253.4, 253.4);
  border-color: rgb(253.32, 252.76, 252.76);
}
.alert-quaternary hr {
  border-top-color: rgb(242.3914285714, 238.1885714286, 238.1885714286);
}
.alert-quaternary .alert-link {
  color: rgb(227.1428571429, 217.8571428571, 217.8571428571);
}

.alert-success {
  color: #3aaa35;
  background-color: rgb(215.6, 238, 214.6);
  border-color: rgb(199.84, 231.2, 198.44);
}
.alert-success hr {
  border-top-color: rgb(182.3365156794, 223.6477351916, 180.4922648084);
}
.alert-success .alert-link {
  color: rgb(44.735426009, 131.1210762332, 40.8789237668);
}

.alert-info {
  color: #76c8e4;
  background-color: rgb(227.6, 244, 249.6);
  border-color: rgb(216.64, 239.6, 247.44);
}
.alert-info hr {
  border-top-color: rgb(195.3381707317, 231.0481707317, 243.2418292683);
}
.alert-info .alert-link {
  color: rgb(75.3963414634, 182.8963414634, 219.6036585366);
}

.alert-warning {
  color: #ffb436;
  background-color: rgb(255, 240, 214.8);
  border-color: rgb(255, 234, 198.72);
}
.alert-warning hr {
  border-top-color: rgb(255, 224.4850746269, 173.22);
}
.alert-warning .alert-link {
  color: rgb(255, 160.9701492537, 3);
}

.alert-danger {
  color: #d51317;
  background-color: rgb(246.6, 207.8, 208.6);
  border-color: rgb(243.24, 188.92, 190.04);
}
.alert-danger hr {
  border-top-color: rgb(239.3874820144, 167.2725179856, 168.7594244604);
}
.alert-danger .alert-link {
  color: rgb(166.1767241379, 14.8232758621, 17.9439655172);
}

.alert-white {
  color: white;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: rgb(242.25, 242.25, 242.25);
}
.alert-white .alert-link {
  color: rgb(229.5, 229.5, 229.5);
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: rgb(183.6, 183.6, 183.6);
}
.alert-black hr {
  border-top-color: rgb(170.85, 170.85, 170.85);
}
.alert-black .alert-link {
  color: black;
}

.alert-gray {
  color: #f9f7f7;
  background-color: rgb(253.8, 253.4, 253.4);
  border-color: rgb(253.32, 252.76, 252.76);
}
.alert-gray hr {
  border-top-color: rgb(242.3914285714, 238.1885714286, 238.1885714286);
}
.alert-gray .alert-link {
  color: rgb(227.1428571429, 217.8571428571, 217.8571428571);
}

@-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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #cccccc;
  border-radius: 0.2rem;
  -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #D51317;
  -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

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

.list-group-item-action {
  width: 100%;
  color: rgb(76.5, 76.5, 76.5);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: rgb(76.5, 76.5, 76.5);
  text-decoration: none;
  background-color: rgb(229.5, 229.5, 229.5);
}
.list-group-item-action:active {
  color: #333333;
  background-color: #cccccc;
}

.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: #666666;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #D51317;
  border-color: #D51317;
}
.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;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.2rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.2rem;
  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: 600px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.2rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.2rem;
    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;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.2rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.2rem;
    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;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.2rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.2rem;
    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: 1280px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.2rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.2rem;
    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: 1440px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.2rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.2rem;
    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-base {
  color: rgb(26.52, 26.52, 26.52);
  background-color: rgb(197.88, 197.88, 197.88);
}
.list-group-item-base.list-group-item-action:hover, .list-group-item-base.list-group-item-action:focus {
  color: rgb(26.52, 26.52, 26.52);
  background-color: rgb(185.13, 185.13, 185.13);
}
.list-group-item-base.list-group-item-action.active {
  color: #fff;
  background-color: rgb(26.52, 26.52, 26.52);
  border-color: rgb(26.52, 26.52, 26.52);
}

.list-group-item-primary {
  color: rgb(110.76, 9.88, 11.96);
  background-color: rgb(243.24, 188.92, 190.04);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(110.76, 9.88, 11.96);
  background-color: rgb(239.3874820144, 167.2725179856, 168.7594244604);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(110.76, 9.88, 11.96);
  border-color: rgb(110.76, 9.88, 11.96);
}

.list-group-item-secondary {
  color: rgb(30.16, 88.4, 27.56);
  background-color: rgb(199.84, 231.2, 198.44);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(30.16, 88.4, 27.56);
  background-color: rgb(182.3365156794, 223.6477351916, 180.4922648084);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(30.16, 88.4, 27.56);
  border-color: rgb(30.16, 88.4, 27.56);
}

.list-group-item-tertiary {
  color: rgb(130.52, 114.92, 0);
  background-color: rgb(253.88, 245.48, 183.6);
}
.list-group-item-tertiary.list-group-item-action:hover, .list-group-item-tertiary.list-group-item-action:focus {
  color: rgb(130.52, 114.92, 0);
  background-color: rgb(253.4861776062, 242.1325096525, 158.4938223938);
}
.list-group-item-tertiary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(130.52, 114.92, 0);
  border-color: rgb(130.52, 114.92, 0);
}

.list-group-item-quaternary {
  color: rgb(129.48, 128.44, 128.44);
  background-color: rgb(253.32, 252.76, 252.76);
}
.list-group-item-quaternary.list-group-item-action:hover, .list-group-item-quaternary.list-group-item-action:focus {
  color: rgb(129.48, 128.44, 128.44);
  background-color: rgb(242.3914285714, 238.1885714286, 238.1885714286);
}
.list-group-item-quaternary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(129.48, 128.44, 128.44);
  border-color: rgb(129.48, 128.44, 128.44);
}

.list-group-item-success {
  color: rgb(30.16, 88.4, 27.56);
  background-color: rgb(199.84, 231.2, 198.44);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(30.16, 88.4, 27.56);
  background-color: rgb(182.3365156794, 223.6477351916, 180.4922648084);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(30.16, 88.4, 27.56);
  border-color: rgb(30.16, 88.4, 27.56);
}

.list-group-item-info {
  color: rgb(61.36, 104, 118.56);
  background-color: rgb(216.64, 239.6, 247.44);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(61.36, 104, 118.56);
  background-color: rgb(195.3381707317, 231.0481707317, 243.2418292683);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(61.36, 104, 118.56);
  border-color: rgb(61.36, 104, 118.56);
}

.list-group-item-warning {
  color: rgb(132.6, 93.6, 28.08);
  background-color: rgb(255, 234, 198.72);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 93.6, 28.08);
  background-color: rgb(255, 224.4850746269, 173.22);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 93.6, 28.08);
  border-color: rgb(132.6, 93.6, 28.08);
}

.list-group-item-danger {
  color: rgb(110.76, 9.88, 11.96);
  background-color: rgb(243.24, 188.92, 190.04);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(110.76, 9.88, 11.96);
  background-color: rgb(239.3874820144, 167.2725179856, 168.7594244604);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(110.76, 9.88, 11.96);
  border-color: rgb(110.76, 9.88, 11.96);
}

.list-group-item-white {
  color: rgb(132.6, 132.6, 132.6);
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: rgb(132.6, 132.6, 132.6);
  background-color: rgb(242.25, 242.25, 242.25);
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 132.6, 132.6);
  border-color: rgb(132.6, 132.6, 132.6);
}

.list-group-item-black {
  color: black;
  background-color: rgb(183.6, 183.6, 183.6);
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: rgb(170.85, 170.85, 170.85);
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-gray {
  color: rgb(129.48, 128.44, 128.44);
  background-color: rgb(253.32, 252.76, 252.76);
}
.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
  color: rgb(129.48, 128.44, 128.44);
  background-color: rgb(242.3914285714, 238.1885714286, 238.1885714286);
}
.list-group-item-gray.list-group-item-action.active {
  color: #fff;
  background-color: rgb(129.48, 128.44, 128.44);
  border-color: rgb(129.48, 128.44, 128.44);
}

.close {
  float: right;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: inherit;
  text-shadow: none;
  opacity: 0.5;
}
.close:hover {
  color: inherit;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
.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: -webkit-flex;
  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 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: 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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -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: 0.25rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  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.8;
}

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

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

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

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #cccccc;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

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

@media (min-width: 600px) {
  .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-content {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  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.8825rem;
  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: 0.2rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  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.8825rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.25rem;
}
.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: 0.25rem 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 rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.25rem 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: 1rem;
  color: #000;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.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-base {
  background-color: #333333 !important;
}

a.bg-base:hover, a.bg-base:focus,
button.bg-base:hover,
button.bg-base:focus {
  background-color: rgb(25.5, 25.5, 25.5) !important;
}

.bg-primary {
  background-color: #D51317 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(166.1767241379, 14.8232758621, 17.9439655172) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(44.735426009, 131.1210762332, 40.8789237668) !important;
}

.bg-tertiary {
  background-color: #FBDD00 !important;
}

a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: rgb(200, 176.0956175299, 0) !important;
}

.bg-quaternary {
  background-color: #F9F7F7 !important;
}

a.bg-quaternary:hover, a.bg-quaternary:focus,
button.bg-quaternary:hover,
button.bg-quaternary:focus {
  background-color: rgb(227.1428571429, 217.8571428571, 217.8571428571) !important;
}

.bg-success {
  background-color: #3AAA35 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(44.735426009, 131.1210762332, 40.8789237668) !important;
}

.bg-info {
  background-color: #76C8E4 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(75.3963414634, 182.8963414634, 219.6036585366) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(255, 160.9701492537, 3) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(166.1767241379, 14.8232758621, 17.9439655172) !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}

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

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

.bg-gray {
  background-color: #F9F7F7 !important;
}

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: rgb(227.1428571429, 217.8571428571, 217.8571428571) !important;
}

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

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

.border {
  border: 1px solid rgb(229.5, 229.5, 229.5) !important;
}

.border-top {
  border-top: 1px solid rgb(229.5, 229.5, 229.5) !important;
}

.border-right {
  border-right: 1px solid rgb(229.5, 229.5, 229.5) !important;
}

.border-bottom {
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5) !important;
}

.border-left {
  border-left: 1px solid rgb(229.5, 229.5, 229.5) !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-base {
  border-color: #333333 !important;
}

.border-primary {
  border-color: #D51317 !important;
}

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

.border-tertiary {
  border-color: #FBDD00 !important;
}

.border-quaternary {
  border-color: #F9F7F7 !important;
}

.border-success {
  border-color: #3AAA35 !important;
}

.border-info {
  border-color: #76C8E4 !important;
}

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

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

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

.border-black {
  border-color: #000 !important;
}

.border-gray {
  border-color: #F9F7F7 !important;
}

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

.rounded-sm {
  border-radius: 0.15rem !important;
}

.rounded {
  border-radius: 0.2rem !important;
}

.rounded-top {
  border-top-left-radius: 0.2rem !important;
  border-top-right-radius: 0.2rem !important;
}

.rounded-right {
  border-top-right-radius: 0.2rem !important;
  border-bottom-right-radius: 0.2rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
}

.rounded-left {
  border-top-left-radius: 0.2rem !important;
  border-bottom-left-radius: 0.2rem !important;
}

.rounded-lg {
  border-radius: 0.25rem !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !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;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-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;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 600px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -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;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -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;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-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;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
        -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: 600px) {
  .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: 1280px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .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;
      -ms-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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only, .swatch__title {
  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 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.15) !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.625rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.625rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.625rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.625rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.625rem !important;
}

.m-2 {
  margin: 1.25rem !important;
}

.mt-2,
.my-2 {
  margin-top: 1.25rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 1.25rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 1.25rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 1.25rem !important;
}

.m-3 {
  margin: 1.875rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1.875rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1.875rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1.875rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1.875rem !important;
}

.m-4 {
  margin: 2.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 2.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 2.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 2.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 2.5rem !important;
}

.m-5 {
  margin: 3.75rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3.75rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3.75rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3.75rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3.75rem !important;
}

.m-6 {
  margin: 5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 5rem !important;
}

.m-7 {
  margin: 7.5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 7.5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 7.5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 7.5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 7.5rem !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.625rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.625rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.625rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.625rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.625rem !important;
}

.p-2 {
  padding: 1.25rem !important;
}

.pt-2,
.py-2 {
  padding-top: 1.25rem !important;
}

.pr-2,
.px-2 {
  padding-right: 1.25rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 1.25rem !important;
}

.pl-2,
.px-2 {
  padding-left: 1.25rem !important;
}

.p-3 {
  padding: 1.875rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1.875rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1.875rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1.875rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1.875rem !important;
}

.p-4 {
  padding: 2.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 2.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 2.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 2.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 2.5rem !important;
}

.p-5 {
  padding: 3.75rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3.75rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3.75rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3.75rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3.75rem !important;
}

.p-6 {
  padding: 5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 5rem !important;
}

.p-7 {
  padding: 7.5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 7.5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 7.5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 7.5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 7.5rem !important;
}

.m-n1 {
  margin: -0.625rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.625rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.625rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.625rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.625rem !important;
}

.m-n2 {
  margin: -1.25rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -1.25rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -1.25rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -1.25rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -1.25rem !important;
}

.m-n3 {
  margin: -1.875rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1.875rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1.875rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1.875rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1.875rem !important;
}

.m-n4 {
  margin: -2.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -2.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -2.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -2.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -2.5rem !important;
}

.m-n5 {
  margin: -3.75rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3.75rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3.75rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3.75rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3.75rem !important;
}

.m-n6 {
  margin: -5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -5rem !important;
}

.m-n7 {
  margin: -7.5rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -7.5rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -7.5rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -7.5rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -7.5rem !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: 600px) {
  .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.625rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.625rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.625rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.625rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.625rem !important;
  }
  .m-sm-2 {
    margin: 1.25rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1.25rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1.25rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1.25rem !important;
  }
  .m-sm-3 {
    margin: 1.875rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.875rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.875rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.875rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.875rem !important;
  }
  .m-sm-4 {
    margin: 2.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2.5rem !important;
  }
  .m-sm-5 {
    margin: 3.75rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3.75rem !important;
  }
  .m-sm-6 {
    margin: 5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 5rem !important;
  }
  .m-sm-7 {
    margin: 7.5rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7.5rem !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.625rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.625rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.625rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.625rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.625rem !important;
  }
  .p-sm-2 {
    padding: 1.25rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1.25rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1.25rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1.25rem !important;
  }
  .p-sm-3 {
    padding: 1.875rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.875rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.875rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.875rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.875rem !important;
  }
  .p-sm-4 {
    padding: 2.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2.5rem !important;
  }
  .p-sm-5 {
    padding: 3.75rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3.75rem !important;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 5rem !important;
  }
  .p-sm-7 {
    padding: 7.5rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7.5rem !important;
  }
  .m-sm-n1 {
    margin: -0.625rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.625rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.625rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.625rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.625rem !important;
  }
  .m-sm-n2 {
    margin: -1.25rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1.25rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1.25rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1.25rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1.25rem !important;
  }
  .m-sm-n3 {
    margin: -1.875rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.875rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.875rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.875rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.875rem !important;
  }
  .m-sm-n4 {
    margin: -2.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2.5rem !important;
  }
  .m-sm-n5 {
    margin: -3.75rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3.75rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3.75rem !important;
  }
  .m-sm-n6 {
    margin: -5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -5rem !important;
  }
  .m-sm-n7 {
    margin: -7.5rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -7.5rem !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.625rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.625rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.625rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.625rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.625rem !important;
  }
  .m-md-2 {
    margin: 1.25rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1.25rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1.25rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1.25rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1.25rem !important;
  }
  .m-md-3 {
    margin: 1.875rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.875rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.875rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.875rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.875rem !important;
  }
  .m-md-4 {
    margin: 2.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2.5rem !important;
  }
  .m-md-5 {
    margin: 3.75rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3.75rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3.75rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3.75rem !important;
  }
  .m-md-6 {
    margin: 5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 5rem !important;
  }
  .m-md-7 {
    margin: 7.5rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7.5rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7.5rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7.5rem !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.625rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.625rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.625rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.625rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.625rem !important;
  }
  .p-md-2 {
    padding: 1.25rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1.25rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1.25rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1.25rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1.25rem !important;
  }
  .p-md-3 {
    padding: 1.875rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.875rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.875rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.875rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.875rem !important;
  }
  .p-md-4 {
    padding: 2.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2.5rem !important;
  }
  .p-md-5 {
    padding: 3.75rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3.75rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3.75rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3.75rem !important;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 5rem !important;
  }
  .p-md-7 {
    padding: 7.5rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7.5rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7.5rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7.5rem !important;
  }
  .m-md-n1 {
    margin: -0.625rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.625rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.625rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.625rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.625rem !important;
  }
  .m-md-n2 {
    margin: -1.25rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1.25rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1.25rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1.25rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1.25rem !important;
  }
  .m-md-n3 {
    margin: -1.875rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.875rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.875rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.875rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.875rem !important;
  }
  .m-md-n4 {
    margin: -2.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2.5rem !important;
  }
  .m-md-n5 {
    margin: -3.75rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3.75rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3.75rem !important;
  }
  .m-md-n6 {
    margin: -5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -5rem !important;
  }
  .m-md-n7 {
    margin: -7.5rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -7.5rem !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.625rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.625rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.625rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.625rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.625rem !important;
  }
  .m-lg-2 {
    margin: 1.25rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1.25rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1.25rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1.25rem !important;
  }
  .m-lg-3 {
    margin: 1.875rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.875rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.875rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.875rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.875rem !important;
  }
  .m-lg-4 {
    margin: 2.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2.5rem !important;
  }
  .m-lg-5 {
    margin: 3.75rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3.75rem !important;
  }
  .m-lg-6 {
    margin: 5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 5rem !important;
  }
  .m-lg-7 {
    margin: 7.5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7.5rem !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.625rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.625rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.625rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.625rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.625rem !important;
  }
  .p-lg-2 {
    padding: 1.25rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1.25rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1.25rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1.25rem !important;
  }
  .p-lg-3 {
    padding: 1.875rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.875rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.875rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.875rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.875rem !important;
  }
  .p-lg-4 {
    padding: 2.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2.5rem !important;
  }
  .p-lg-5 {
    padding: 3.75rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3.75rem !important;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 5rem !important;
  }
  .p-lg-7 {
    padding: 7.5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7.5rem !important;
  }
  .m-lg-n1 {
    margin: -0.625rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.625rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.625rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.625rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.625rem !important;
  }
  .m-lg-n2 {
    margin: -1.25rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1.25rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1.25rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1.25rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1.25rem !important;
  }
  .m-lg-n3 {
    margin: -1.875rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.875rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.875rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.875rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.875rem !important;
  }
  .m-lg-n4 {
    margin: -2.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2.5rem !important;
  }
  .m-lg-n5 {
    margin: -3.75rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3.75rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3.75rem !important;
  }
  .m-lg-n6 {
    margin: -5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -5rem !important;
  }
  .m-lg-n7 {
    margin: -7.5rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -7.5rem !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: 1280px) {
  .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.625rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.625rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.625rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.625rem !important;
  }
  .m-xl-2 {
    margin: 1.25rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1.25rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1.25rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1.25rem !important;
  }
  .m-xl-3 {
    margin: 1.875rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.875rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.875rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.875rem !important;
  }
  .m-xl-4 {
    margin: 2.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2.5rem !important;
  }
  .m-xl-5 {
    margin: 3.75rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3.75rem !important;
  }
  .m-xl-6 {
    margin: 5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 5rem !important;
  }
  .m-xl-7 {
    margin: 7.5rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7.5rem !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.625rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.625rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.625rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.625rem !important;
  }
  .p-xl-2 {
    padding: 1.25rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1.25rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1.25rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1.25rem !important;
  }
  .p-xl-3 {
    padding: 1.875rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.875rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.875rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.875rem !important;
  }
  .p-xl-4 {
    padding: 2.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2.5rem !important;
  }
  .p-xl-5 {
    padding: 3.75rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3.75rem !important;
  }
  .p-xl-6 {
    padding: 5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 5rem !important;
  }
  .p-xl-7 {
    padding: 7.5rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7.5rem !important;
  }
  .m-xl-n1 {
    margin: -0.625rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.625rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.625rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.625rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.625rem !important;
  }
  .m-xl-n2 {
    margin: -1.25rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1.25rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1.25rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1.25rem !important;
  }
  .m-xl-n3 {
    margin: -1.875rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.875rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.875rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.875rem !important;
  }
  .m-xl-n4 {
    margin: -2.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2.5rem !important;
  }
  .m-xl-n5 {
    margin: -3.75rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3.75rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3.75rem !important;
  }
  .m-xl-n6 {
    margin: -5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -5rem !important;
  }
  .m-xl-n7 {
    margin: -7.5rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -7.5rem !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: 1440px) {
  .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.625rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.625rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.625rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.625rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.625rem !important;
  }
  .m-xxl-2 {
    margin: 1.25rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 1.25rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 1.25rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 1.25rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 1.25rem !important;
  }
  .m-xxl-3 {
    margin: 1.875rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1.875rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1.875rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1.875rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1.875rem !important;
  }
  .m-xxl-4 {
    margin: 2.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 2.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 2.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 2.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 2.5rem !important;
  }
  .m-xxl-5 {
    margin: 3.75rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3.75rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3.75rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3.75rem !important;
  }
  .m-xxl-6 {
    margin: 5rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 5rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 5rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 5rem !important;
  }
  .m-xxl-7 {
    margin: 7.5rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 7.5rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 7.5rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 7.5rem !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.625rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.625rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.625rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.625rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.625rem !important;
  }
  .p-xxl-2 {
    padding: 1.25rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 1.25rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 1.25rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 1.25rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 1.25rem !important;
  }
  .p-xxl-3 {
    padding: 1.875rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1.875rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1.875rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1.875rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1.875rem !important;
  }
  .p-xxl-4 {
    padding: 2.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 2.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 2.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 2.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 2.5rem !important;
  }
  .p-xxl-5 {
    padding: 3.75rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3.75rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3.75rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3.75rem !important;
  }
  .p-xxl-6 {
    padding: 5rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 5rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 5rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 5rem !important;
  }
  .p-xxl-7 {
    padding: 7.5rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 7.5rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 7.5rem !important;
  }
  .m-xxl-n1 {
    margin: -0.625rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.625rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.625rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.625rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.625rem !important;
  }
  .m-xxl-n2 {
    margin: -1.25rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -1.25rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -1.25rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -1.25rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -1.25rem !important;
  }
  .m-xxl-n3 {
    margin: -1.875rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1.875rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1.875rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1.875rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1.875rem !important;
  }
  .m-xxl-n4 {
    margin: -2.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -2.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -2.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -2.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -2.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3.75rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3.75rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3.75rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3.75rem !important;
  }
  .m-xxl-n6 {
    margin: -5rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -5rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -5rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -5rem !important;
  }
  .m-xxl-n7 {
    margin: -7.5rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -7.5rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -7.5rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -7.5rem !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: "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate, .card--product .card-title, .list--page .list__title {
  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: 600px) {
  .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: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .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: 300 !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: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-base {
  color: #333333 !important;
}

a.text-base:hover, a.text-base:focus {
  color: rgb(12.75, 12.75, 12.75) !important;
}

.text-primary {
  color: #D51317 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(142.7650862069, 12.7349137931, 15.4159482759) !important;
}

.text-secondary {
  color: #3AAA35 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(38.1031390135, 111.6816143498, 34.8183856502) !important;
}

.text-tertiary {
  color: #FBDD00 !important;
}

a.text-tertiary:hover, a.text-tertiary:focus {
  color: rgb(174.5, 153.6434262948, 0) !important;
}

.text-quaternary {
  color: #F9F7F7 !important;
}

a.text-quaternary:hover, a.text-quaternary:focus {
  color: rgb(216.2142857143, 203.2857142857, 203.2857142857) !important;
}

.text-success {
  color: #3AAA35 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(38.1031390135, 111.6816143498, 34.8183856502) !important;
}

.text-info {
  color: #76C8E4 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(54.0945121951, 174.3445121951, 215.4054878049) !important;
}

.text-warning {
  color: #FFB436 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(232.5, 145.7462686567, 0) !important;
}

.text-danger {
  color: #D51317 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(142.7650862069, 12.7349137931, 15.4159482759) !important;
}

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

a.text-white:hover, a.text-white:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.text-gray {
  color: #F9F7F7 !important;
}

a.text-gray:hover, a.text-gray:focus {
  color: rgb(216.2142857143, 203.2857142857, 203.2857142857) !important;
}

.text-body {
  color: #333333 !important;
}

.text-muted, .link-discrete {
  color: #999999 !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 rgb(127.5, 127.5, 127.5);
    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 rgb(178.5, 178.5, 178.5) !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: rgb(229.5, 229.5, 229.5);
  }
  .table .thead-dark th {
    color: inherit;
    border-color: rgb(229.5, 229.5, 229.5);
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
.glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
.glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
.gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
.desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
.desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
.desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
}

.gslide-description.description-left,
.gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
.gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/
.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  -webkit-order: 2 !important;
          order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */
.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
.glightbox-clean .gnext,
.glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/
.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -webkit-order: 0;
            order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    -webkit-order: 1;
            order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.rc-slider {
  position: relative;
  height: 14px;
  padding: 5px 0;
  width: 100%;
  border-radius: 6px;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #e9e9e9;
  height: 4px;
  border-radius: 6px;
}

.rc-slider-track {
  position: absolute;
  left: 0;
  height: 4px;
  border-radius: 6px;
  background-color: #abe2fb;
}

.rc-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  cursor: pointer;
  cursor: -webkit-grab;
  margin-top: -5px;
  cursor: grab;
  border-radius: 50%;
  border: solid 2px #96dbfa;
  background-color: #fff;
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.rc-slider-handle:focus {
  border-color: #57c5f7;
  -webkit-box-shadow: 0 0 0 5px #96dbfa;
          box-shadow: 0 0 0 5px #96dbfa;
  outline: none;
}

.rc-slider-handle-click-focused:focus {
  border-color: #96dbfa;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.rc-slider-handle:hover {
  border-color: #57c5f7;
}

.rc-slider-handle:active {
  border-color: #57c5f7;
  -webkit-box-shadow: 0 0 5px #57c5f7;
          box-shadow: 0 0 5px #57c5f7;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.rc-slider-mark {
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 12px;
}

.rc-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #999;
}

.rc-slider-mark-text-active {
  color: #666;
}

.rc-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}

.rc-slider-dot {
  position: absolute;
  bottom: -2px;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 2px solid #e9e9e9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}

.rc-slider-dot-active {
  border-color: #96dbfa;
}

.rc-slider-dot-reverse {
  margin-left: 0;
  margin-right: -4px;
}

.rc-slider-disabled {
  background-color: #e9e9e9;
}

.rc-slider-disabled .rc-slider-track {
  background-color: #ccc;
}

.rc-slider-disabled .rc-slider-handle,
.rc-slider-disabled .rc-slider-dot {
  border-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  cursor: not-allowed;
}

.rc-slider-disabled .rc-slider-mark-text,
.rc-slider-disabled .rc-slider-dot {
  cursor: not-allowed !important;
}

.rc-slider-vertical {
  width: 14px;
  height: 100%;
  padding: 0 5px;
}

.rc-slider-vertical .rc-slider-rail {
  height: 100%;
  width: 4px;
}

.rc-slider-vertical .rc-slider-track {
  left: 5px;
  bottom: 0;
  width: 4px;
}

.rc-slider-vertical .rc-slider-handle {
  margin-left: -5px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.rc-slider-vertical .rc-slider-mark {
  top: 0;
  left: 18px;
  height: 100%;
}

.rc-slider-vertical .rc-slider-step {
  height: 100%;
  width: 4px;
}

.rc-slider-vertical .rc-slider-dot {
  left: 2px;
  margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:first-child {
  margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:last-child {
  margin-bottom: -4px;
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: block !important;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.rc-slider-tooltip-zoom-down-enter.rc-slider-tooltip-zoom-down-enter-active,
.rc-slider-tooltip-zoom-down-appear.rc-slider-tooltip-zoom-down-appear-active {
  -webkit-animation-name: rcSliderTooltipZoomDownIn;
          animation-name: rcSliderTooltipZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-leave.rc-slider-tooltip-zoom-down-leave-active {
  -webkit-animation-name: rcSliderTooltipZoomDownOut;
          animation-name: rcSliderTooltipZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.rc-slider-tooltip-zoom-down-enter,
.rc-slider-tooltip-zoom-down-appear {
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.rc-slider-tooltip-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@-webkit-keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes rcSliderTooltipZoomDownIn {
  0% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
  100% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
@keyframes rcSliderTooltipZoomDownOut {
  0% {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
  }
}
.rc-slider-tooltip {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: visible;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-tooltip * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rc-slider-tooltip-hidden {
  display: none;
}

.rc-slider-tooltip-placement-top {
  padding: 4px 0 8px 0;
}

.rc-slider-tooltip-inner {
  padding: 6px 2px;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6c6c6c;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 4px #d9d9d9;
          box-shadow: 0 0 4px #d9d9d9;
}

.rc-slider-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.rc-slider-tooltip-placement-top .rc-slider-tooltip-arrow {
  bottom: 4px;
  left: 50%;
  margin-left: -4px;
  border-width: 4px 4px 0;
  border-top-color: #6c6c6c;
}

/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
/*!
 * jQuery mmenu v7.0.6
 * @requires jQuery 1.7.0 or later
 *
 * mmenu.frebsite.nl
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mm-menu a,
.mm-menu a:link,
.mm-menu a:active,
.mm-menu a:visited,
.mm-menu a:hover {
  color: inherit;
  text-decoration: none;
}

.mm-panels,
.mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panels,
.mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
}
.mm-panel:not(.mm-hidden) {
  display: block;
}
.mm-panel {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.mm-panel:before, .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}

.mm-panel_has-navbar {
  padding-top: 50px;
}

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate(0%, 0);
          transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.mm-panel_opened-parent {
  -webkit-transform: translate(-30%, 0);
          transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
          transform: translate3d(-30%, 0, 0);
}

.mm-panel_highest {
  z-index: 2;
}

.mm-panel_noanimation {
  -webkit-transition: none !important;
  transition: none !important;
}
.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
  -webkit-transform: none !important;
          transform: none !important;
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-listitem_vertical > .mm-panel:before, .mm-listitem_vertical > .mm-panel:after {
  content: none;
  display: none;
}

.mm-listitem_opened > .mm-panel {
  display: block;
}

.mm-listitem_vertical > .mm-btn_next {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  bottom: auto;
}
.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem_opened > .mm-btn_next:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-btn_fullwidth {
  width: 100%;
}

.mm-btn_clear:before, .mm-btn_clear:after,
.mm-btn_close:before,
.mm-btn_close:after {
  content: "";
  border: 2px solid transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mm-btn_clear:before,
.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}
.mm-btn_clear:after,
.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-btn_prev:before,
.mm-btn_next:after {
  content: "";
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 23px;
  left: auto;
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 25px;
  display: none;
  height: 50px;
  padding: 0 50px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.mm-navbar > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 12.5px 0;
}
.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar__title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar__btn:first-child {
  left: 0;
}
.mm-navbar__btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel_has-navbar .mm-navbar {
  display: block;
}

.mm-listview,
.mm-listitem {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview,
.mm-listitem,
.mm-listitem:after,
.mm-listitem .mm-btn_next,
.mm-listitem .mm-btn_next:before {
  border-color: inherit;
}

.mm-listview {
  font: inherit;
  line-height: 30px;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listitem {
  position: relative;
}
.mm-listitem:after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.mm-listitem:after {
  left: 20px;
}
.mm-listitem a,
.mm-listitem a:hover {
  text-decoration: none;
}
.mm-listitem > a,
.mm-listitem > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-listitem .mm-btn_next {
  background: rgba(3, 2, 1, 0);
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-listitem .mm-btn_next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) {
  width: 60px;
}
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + a,
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth) + span {
  margin-right: 60px;
}
.mm-listitem .mm-btn_fullwidth:before {
  border-left: none;
}
.mm-listitem .mm-btn_fullwidth + a,
.mm-listitem .mm-btn_fullwidth + span {
  padding-right: 60px;
}

.mm-listitem_divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 75%;
  text-transform: uppercase;
  padding: 5px 10px 5px 20px;
}
.mm-listitem_divider:after {
  content: " ";
  display: none;
  position: static;
  display: inline-block;
}

.mm-listitem_spacer {
  padding-top: 50px;
}
.mm-listitem_spacer > .mm-btn_next {
  top: 50px;
}

.mm-menu {
  background: #fff;
  border-color: rgb(229.5, 229.5, 229.5);
  color: #333333;
}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: #333333;
}
.mm-menu .mm-btn:before, .mm-menu .mm-btn:after {
  border-color: #333333;
}
.mm-menu .mm-listview .mm-btn_next:after {
  border-color: #333333;
}
.mm-menu .mm-listview a:not(.mm-btn_next) {
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0.05);
  tap-highlight-color: rgba(51, 51, 51, 0.05);
}
.mm-menu .mm-listitem_selected > a:not(.mm-btn_next),
.mm-menu .mm-listitem_selected > span {
  background: rgba(51, 51, 51, 0.05);
}
.mm-menu .mm-listitem_opened > .mm-btn_next,
.mm-menu .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}
.mm-menu .mm-listitem_divider {
  background: rgba(0, 0, 0, 0.05);
}

/*	
 * jQuery mmenu offCanvas add-on
 * mmenu.frebsite.nl
 */
.mm-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}

.mm-wrapper_background .mm-page {
  background: inherit;
}

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0;
}
.mm-menu_offcanvas.mm-menu_opened {
  display: block;
}

.mm-menu_offcanvas.mm-menu_opened.mm-no-csstransforms {
  z-index: 10;
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(80vw, 0);
          transform: translate(80vw, 0);
  -webkit-transform: translate3d(80vw, 0, 0);
          transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
            transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
            transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
            transform: translate3d(440px, 0, 0);
  }
}
.mm-page__blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.mm-wrapper_blocking {
  overflow: hidden;
}
.mm-wrapper_blocking body {
  overflow: hidden;
}
.mm-wrapper_blocking .mm-page__blocker {
  display: block;
}

/*
 * jQuery mmenu screenReader add-on
 * mmenu.frebsite.nl
 */
.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

/*
 * jQuery mmenu positioning extension
 * mmenu.frebsite.nl
 */
.mm-menu_position-right {
  left: auto;
  right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-80vw, 0);
          transform: translate(-80vw, 0);
  -webkit-transform: translate3d(-80vw, 0, 0);
          transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 175px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
            transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
            transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu_position-front,
.mm-menu_position-top,
.mm-menu_position-bottom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.mm-menu_position-front.mm-menu_opened,
.mm-menu_position-top.mm-menu_opened,
.mm-menu_position-bottom.mm-menu_opened {
  z-index: 2;
}
.mm-menu_position-front.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-top.mm-menu_opened ~ .mm-slideout,
.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 0;
}
.mm-menu_position-front.mm-menu_opened ~ .mm-page__blocker,
.mm-menu_position-top.mm-menu_opened ~ .mm-page__blocker,
.mm-menu_position-bottom.mm-menu_opened ~ .mm-page__blocker {
  z-index: 1;
}

.mm-menu_position-front {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.mm-menu_position-top,
.mm-menu_position-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu_position-top {
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
}

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu_position-bottom {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-front,
.mm-wrapper_opening .mm-menu_position-top,
.mm-wrapper_opening .mm-menu_position-bottom {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/*
 * jQuery mmenu fullscreen extension
 * mmenu.frebsite.nl
 */
.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(100vw, 0);
          transform: translate(100vw, 0);
  -webkit-transform: translate3d(100vw, 0, 0);
          transform: translate3d(100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
            transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
            transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(10000px, 0);
            transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
            transform: translate3d(10000px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate(-100vw, 0);
          transform: translate(-100vw, 0);
  -webkit-transform: translate3d(-100vw, 0, 0);
          transform: translate3d(-100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
            transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
            transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
            transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
            transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

/**
 * FormFieldDependency
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.js [data-depends-on]:not(.is-open) {
  display: none;
}

.icon {
  display: inline-block;
  margin-top: -0.3ex;
  vertical-align: middle;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  fill: currentColor;
}

.icon--8 {
  width: 0.5rem;
  height: 0.5rem;
}

.icon--10 {
  width: 0.625rem;
  height: 0.625rem;
}

.icon--12 {
  width: 0.75rem;
  height: 0.75rem;
}

.icon--16 {
  width: 1rem;
  height: 1rem;
}

.icon--20 {
  width: 1.25rem;
  height: 1.25rem;
}

.icon--24 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon--30 {
  width: 1.875rem;
  height: 1.875rem;
}

.icon--32 {
  width: 2rem;
  height: 2rem;
}

.icon--40 {
  width: 2.5rem;
  height: 2.5rem;
}

.icon--48 {
  width: 3rem;
  height: 3rem;
}

.icon--64 {
  width: 4rem;
  height: 4rem;
}

.icon--80 {
  width: 5rem;
  height: 5rem;
}

.icon--96 {
  width: 6rem;
  height: 6rem;
}

.icon--112 {
  width: 7rem;
  height: 7rem;
}

.icon--128 {
  width: 8rem;
  height: 8rem;
}

.pane, .pane--structured .pane__body {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .pane, .pane--structured .pane__body {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .pane, .pane--structured .pane__body {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pane--default:nth-child(even) {
  background-color: #F9F7F7;
}

.pane--black + .pane--black {
  padding-top: 1px;
}
.pane--black {
  background-color: #000;
  color: #fff;
}

.pane--white + .pane--white {
  padding-top: 1px;
}
.pane--white {
  background-color: #fff;
}

.pane--base + .pane--base {
  padding-top: 1px;
}
.pane--base {
  background-color: #333333;
  color: #fff;
}

.pane--base-100 + .pane--base-100 {
  padding-top: 1px;
}
.pane--base-100 {
  background-color: rgb(234.6, 234.6, 234.6);
  color: #333333;
}

.pane--primary + .pane--primary {
  padding-top: 1px;
}
.pane--primary {
  background-color: #D51317;
  color: #fff;
}

.pane--primary-100 + .pane--primary-100 {
  padding-top: 1px;
}
.pane--primary-100 {
  background-color: rgb(250.8, 231.4, 231.8);
  color: #333333;
}

.pane--secondary + .pane--secondary {
  padding-top: 1px;
}
.pane--secondary {
  background-color: #3AAA35;
  color: #fff;
}

.pane--secondary-100 + .pane--secondary-100 {
  padding-top: 1px;
}
.pane--secondary-100 {
  background-color: rgb(235.3, 246.5, 234.8);
  color: #333333;
}

.pane--tertiary + .pane--tertiary {
  padding-top: 1px;
}
.pane--tertiary {
  background-color: #FBDD00;
  color: #333333;
}

.pane--tertiary-100 + .pane--tertiary-100 {
  padding-top: 1px;
}
.pane--tertiary-100 {
  background-color: rgb(254.6, 251.6, 229.5);
  color: #333333;
}

.pane--quaternary + .pane--quaternary {
  padding-top: 1px;
}
.pane--quaternary {
  background-color: #F9F7F7;
  color: #333333;
}

.pane--quaternary-100 + .pane--quaternary-100 {
  padding-top: 1px;
}
.pane--quaternary-100 {
  background-color: rgb(254.4, 254.2, 254.2);
  color: #333333;
}

.pane--success + .pane--success {
  padding-top: 1px;
}
.pane--success {
  background-color: #3AAA35;
  color: #fff;
}

.pane--success-100 + .pane--success-100 {
  padding-top: 1px;
}
.pane--success-100 {
  background-color: rgb(235.3, 246.5, 234.8);
  color: #333333;
}

.pane--info + .pane--info {
  padding-top: 1px;
}
.pane--info {
  background-color: #76C8E4;
  color: #333333;
}

.pane--info-100 + .pane--info-100 {
  padding-top: 1px;
}
.pane--info-100 {
  background-color: rgb(241.3, 249.5, 252.3);
  color: #333333;
}

.pane--warning + .pane--warning {
  padding-top: 1px;
}
.pane--warning {
  background-color: #FFB436;
  color: #333333;
}

.pane--warning-100 + .pane--warning-100 {
  padding-top: 1px;
}
.pane--warning-100 {
  background-color: rgb(255, 247.5, 234.9);
  color: #333333;
}

.pane--danger + .pane--danger {
  padding-top: 1px;
}
.pane--danger {
  background-color: #D51317;
  color: #fff;
}

.pane--danger-100 + .pane--danger-100 {
  padding-top: 1px;
}
.pane--danger-100 {
  background-color: rgb(250.8, 231.4, 231.8);
  color: #333333;
}

.pane--white + .pane--white {
  padding-top: 1px;
}
.pane--white {
  background-color: #fff;
  color: #333333;
}

.pane--white-100 + .pane--white-100 {
  padding-top: 1px;
}
.pane--white-100 {
  background-color: white;
  color: #333333;
}

.pane--black + .pane--black {
  padding-top: 1px;
}
.pane--black {
  background-color: #000;
  color: #fff;
}

.pane--black-100 + .pane--black-100 {
  padding-top: 1px;
}
.pane--black-100 {
  background-color: rgb(229.5, 229.5, 229.5);
  color: #333333;
}

.pane--gray + .pane--gray {
  padding-top: 1px;
}
.pane--gray {
  background-color: #F9F7F7;
  color: #333333;
}

.pane--gray-100 + .pane--gray-100 {
  padding-top: 1px;
}
.pane--gray-100 {
  background-color: rgb(254.4, 254.2, 254.2);
  color: #333333;
}

.stars {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  text-indent: -9999px;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
}
.stars:before, .stars:after {
  content: "★★★★★";
  display: block;
  margin-right: 0;
  text-indent: 0;
  letter-spacing: 0;
  overflow: hidden;
}
.stars:before {
  color: rgba(0, 0, 0, 0.1);
}
.stars:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  color: #D51317;
}

.stars--10:after {
  width: 10%;
}

.stars--20:after {
  width: 20%;
}

.stars--30:after {
  width: 30%;
}

.stars--40:after {
  width: 40%;
}

.stars--50:after {
  width: 50%;
}

.stars--60:after {
  width: 60%;
}

.stars--70:after {
  width: 70%;
}

.stars--80:after {
  width: 80%;
}

.stars--90:after {
  width: 90%;
}

.stars--100:after {
  width: 100%;
}

.stars--sm {
  font-size: 75%;
}

.stars--lg {
  font-size: 125%;
}

/**
 * Alerts
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.alert {
  line-height: 2;
}
@media (max-width: 991.98px) {
  .alert {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/**
 * Badge
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.badge {
  line-height: 1.75;
  -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;
}

a.badge {
  text-decoration: none;
}

/**
 * Button
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.btn {
  border-radius: 0.2rem;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-size: 100% 100%;
  -webkit-mask-image: url(../img/border-cutout.svg);
          mask-image: url(../img/border-cutout.svg);
  -webkit-mask-position: bottom 0 right 0;
          mask-position: bottom 0 right 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991.98px) {
  .btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-mask-image: url(../img/border-cutout-small.svg);
            mask-image: url(../img/border-cutout-small.svg);
  }
}
.btn:hover {
  background-size: 150% 100%;
  background-position: 100% 100%;
}
a.btn:active {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 1.4375rem 2.0625rem;
  font-size: 1.2rem;
  line-height: 1.75;
  border-radius: 0.25rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.6875rem 1rem;
  font-size: 0.8825rem;
  line-height: 1.75;
  border-radius: 0.15rem;
}

.btn-xs {
  padding: 0.4rem 0.8rem;
  font-size: 0.7rem;
  line-height: 1.8;
  border-radius: 0.15rem;
}

@media (min-width: 600px) {
  .btn-sm-lg {
    padding: 1.4375rem 2.0625rem;
    font-size: 1.2rem;
    line-height: 1.75;
    border-radius: 0.25rem;
  }
  .btn-sm-sm {
    padding: 0.6875rem 1rem;
    font-size: 0.8825rem;
    line-height: 1.75;
    border-radius: 0.15rem;
  }
  .btn-sm-xs {
    padding: 0.4rem 0.8rem;
    font-size: 0.7rem;
    line-height: 1.8;
    border-radius: 0.15rem;
  }
}
@media (min-width: 768px) {
  .btn-md-lg {
    padding: 1.4375rem 2.0625rem;
    font-size: 1.2rem;
    line-height: 1.75;
    border-radius: 0.25rem;
  }
  .btn-md-sm {
    padding: 0.6875rem 1rem;
    font-size: 0.8825rem;
    line-height: 1.75;
    border-radius: 0.15rem;
  }
  .btn-md-xs {
    padding: 0.4rem 0.8rem;
    font-size: 0.7rem;
    line-height: 1.8;
    border-radius: 0.15rem;
  }
}
@media (min-width: 992px) {
  .btn-lg-lg {
    padding: 1.4375rem 2.0625rem;
    font-size: 1.2rem;
    line-height: 1.75;
    border-radius: 0.25rem;
  }
  .btn-lg-sm {
    padding: 0.6875rem 1rem;
    font-size: 0.8825rem;
    line-height: 1.75;
    border-radius: 0.15rem;
  }
  .btn-lg-xs {
    padding: 0.4rem 0.8rem;
    font-size: 0.7rem;
    line-height: 1.8;
    border-radius: 0.15rem;
  }
}
@media (min-width: 1280px) {
  .btn-xl-lg {
    padding: 1.4375rem 2.0625rem;
    font-size: 1.2rem;
    line-height: 1.75;
    border-radius: 0.25rem;
  }
  .btn-xl-sm {
    padding: 0.6875rem 1rem;
    font-size: 0.8825rem;
    line-height: 1.75;
    border-radius: 0.15rem;
  }
  .btn-xl-xs {
    padding: 0.4rem 0.8rem;
    font-size: 0.7rem;
    line-height: 1.8;
    border-radius: 0.15rem;
  }
}
@media (min-width: 1440px) {
  .btn-xxl-lg {
    padding: 1.4375rem 2.0625rem;
    font-size: 1.2rem;
    line-height: 1.75;
    border-radius: 0.25rem;
  }
  .btn-xxl-sm {
    padding: 0.6875rem 1rem;
    font-size: 0.8825rem;
    line-height: 1.75;
    border-radius: 0.15rem;
  }
  .btn-xxl-xs {
    padding: 0.4rem 0.8rem;
    font-size: 0.7rem;
    line-height: 1.8;
    border-radius: 0.15rem;
  }
}
/**
 * Card
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.card {
  text-align: left;
}

.card-body {
  padding: 0.9375rem 1.25rem;
}

.card-img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.card-title {
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
}

.card-subtitle {
  font-size: 87.5%;
}

.card-text {
  font-size: 0.8825rem;
}

.card {
  border: 0;
}

.card-header {
  border: 0;
}

.card-footer {
  border-top: inherit;
}

/**
 * Close
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.close {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 40px;
}

/**
 * Custom control
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.custom-control {
  margin-bottom: 0.5rem;
  min-height: 1.2rem;
}
.custom-control .list {
  position: relative;
}
.custom-control .list:after {
  content: "";
  position: absolute;
  left: -2.75rem;
  top: 0;
  width: 1px;
  height: 100%;
  background: rgb(229.5, 229.5, 229.5);
}

.custom-control-label {
  font-weight: 400;
  font-size: 0.8825rem;
  line-height: 1.2;
}
.custom-control-label:before, .custom-control-label:after {
  top: 0;
}

.col-form-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.custom-control-sm {
  min-height: 0.7rem;
  font-size: 75%;
  padding-left: 2.25rem;
}
.custom-control-sm .custom-control-label:before, .custom-control-sm .custom-control-label:after {
  left: -2.5rem;
  width: 0.95rem;
  height: 0.95rem;
}
.custom-control-sm .list:after {
  left: -2.5rem;
  background: #cccccc;
}

.custom-radio .custom-control-label:after {
  background-size: 80% 80%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #fff;
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%238E9396'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgb(229.5, 229.5, 229.5);
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12'%3e%3cg fill='none' fill-rule='evenodd'%3e%3crect width='2' height='14' x='9.253' y='-1.318' fill='#8E9396' transform='rotate(-135 10.253 5.682)'/%3e%3crect width='8' height='2' x='-.111' y='6.803' fill='#8E9396' transform='rotate(-135 3.89 7.803)'/%3e%3c/g%3e%3c/svg%3e ");
}

.custom-radio-field {
  padding-left: 0;
}
.custom-radio-field .form-control {
  height: auto;
  background: #fff;
  padding: 20px 20px 20px 70px;
  border-radius: 3px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .custom-radio-field .form-control {
    padding: 30px 30px 30px 70px;
  }
}
.custom-radio-field .form-control:before,
.custom-radio-field .form-control:after {
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.custom-radio-field .form-control p {
  margin: 0;
}
.custom-radio-field .custom-control-input:checked + .form-control {
  -webkit-box-shadow: 0 0 0 2px inset #3AAA35;
          box-shadow: 0 0 0 2px inset #3AAA35;
}

.custom-select-sm, .multi-select-sm .dropdown-heading {
  padding-left: 0.625rem;
  padding-right: 1.875rem;
  background-position: top 50% right 0.625rem;
}

/**
 * Embed
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
@media (max-width: 991.98px) {
  .embed-responsive-mobile:before {
    padding-bottom: 200%;
  }
}

/**
 * Forms
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
input[type=search]::-webkit-search-cancel-button {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: rgb(229.5, 229.5, 229.5) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M6.429 5L10 8.571 8.571 10 5 6.429 1.429 10 0 8.571 3.571 5 0 1.429 1.429 0 5 3.571 8.571 0 10 1.429z' fill='%23fff'/%3E%3C/svg%3E") no-repeat 50% 50%;
  border-radius: 100%;
  cursor: pointer;
}

/*.form-control {
    font-size: max(pxToRem(16), $font-size-base);
}

.form-control-sm {
    font-size: max(pxToRem(16), $font-size-sm);
}

.form-control-lg {
    font-size: max(pxToRem(16), $font-size-lg);
}*/
.form-control,
.form-control-sm,
.form-control-lg {
  font-size: 16px;
}

/**
 * Grid
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
/**
 * Images
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.figure {
  position: relative;
}

/**
 * Modal
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.modal-open .modal {
  -webkit-overflow-scrolling: touch;
}

.modal-dialog {
  margin-bottom: 0.5rem !important;
}

.modal-open.modal-open--store-stock {
  overflow: visible !important;
  padding-right: 0 !important;
}

/**
 * Pagination
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.pagination {
  position: relative;
  font-weight: 700;
  z-index: 1;
}

/**
 * Tables
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.table tr {
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.table th:first-child,
.table td:first-child {
  padding-left: 0;
}
.table th:last-child,
.table td:last-child {
  padding-right: 0;
}
.table th {
  border-top: 0;
}

/**
 * Type
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.lead {
  color: rgba(51, 51, 51, 0.8);
}

.display-1 {
  font-size: 500%;
  font-weight: 900;
  line-height: 1.2;
}

.display-2 {
  font-size: 400%;
  font-weight: 900;
  line-height: 1.2;
}

.display-3 {
  font-size: 300%;
  font-weight: 900;
  line-height: 1.2;
}

.display-4 {
  font-size: 200%;
  font-weight: 900;
  line-height: 1.2;
}

@media (min-width: 600px) {
  .display-sm-1 {
    font-size: 500%;
    font-weight: 900;
    line-height: 1.2;
  }
  .display-sm-2 {
    font-size: 400%;
    font-weight: 900;
    line-height: 1.2;
  }
  .display-sm-3 {
    font-size: 300%;
    font-weight: 900;
    line-height: 1.2;
  }
  .display-sm-4 {
    font-size: 200%;
    font-weight: 900;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .display-md-1 {
    font-size: 500%;
    font-weight: 900;
    line-height: 1.2;
  }
  .display-md-2 {
    font-size: 400%;
    font-weight: 900;
    line-height: 1.2;
  }
  .display-md-3 {
    font-size: 300%;
    font-weight: 900;
    line-height: 1.2;
  }
  .display-md-4 {
    font-size: 200%;
    font-weight: 900;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .display-lg-1 {
    font-size: 500%;
    font-weight: 900;
    line-height: 1.2;
  }
  .display-lg-2 {
    font-size: 400%;
    font-weight: 900;
    line-height: 1.2;
  }
  .display-lg-3 {
    font-size: 300%;
    font-weight: 900;
    line-height: 1.2;
  }
  .display-lg-4 {
    font-size: 200%;
    font-weight: 900;
    line-height: 1.2;
  }
}
@media (min-width: 1280px) {
  .display-xl-1 {
    font-size: 500%;
    font-weight: 900;
    line-height: 1.2;
  }
  .display-xl-2 {
    font-size: 400%;
    font-weight: 900;
    line-height: 1.2;
  }
  .display-xl-3 {
    font-size: 300%;
    font-weight: 900;
    line-height: 1.2;
  }
  .display-xl-4 {
    font-size: 200%;
    font-weight: 900;
    line-height: 1.2;
  }
}
@media (min-width: 1440px) {
  .display-xxl-1 {
    font-size: 500%;
    font-weight: 900;
    line-height: 1.2;
  }
  .display-xxl-2 {
    font-size: 400%;
    font-weight: 900;
    line-height: 1.2;
  }
  .display-xxl-3 {
    font-size: 300%;
    font-weight: 900;
    line-height: 1.2;
  }
  .display-xxl-4 {
    font-size: 200%;
    font-weight: 900;
    line-height: 1.2;
  }
}
.blockquote-footer:before {
  content: "";
}

.text-decoration-underline {
  text-decoration: underline;
}

/**
 * Flickity
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.flickity-page-dots {
  bottom: -30px;
  left: 50%;
  width: auto;
  font-size: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.flickity-page-dots .dot {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background-color: #999999;
  border-radius: 100px;
  opacity: 0.2;
  -webkit-transition: opacity 0.2s, background-color 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, background-color 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, background-color 0.2s;
  transition: opacity 0.2s, transform 0.2s, background-color 0.2s, -webkit-transform 0.2s;
}
.flickity-page-dots .dot:hover {
  opacity: 0.4;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background-color: #D51317;
}

.flickity-prev-next-button {
  top: auto;
  bottom: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  background-color: #000;
  border-radius: 0;
  opacity: 1;
  z-index: 50;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.flickity-prev-next-button svg {
  position: static;
  width: 100%;
  height: 100%;
}
.flickity-prev-next-button.previous {
  right: 61px;
  left: auto;
}
.flickity-prev-next-button.next {
  right: 0;
}
.flickity-prev-next-button .flickity-button-icon {
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.flickity-prev-next-button .arrow {
  fill: #fff;
}
.flickity-prev-next-button.no-svg {
  color: #fff;
}
.flickity-prev-next-button:disabled {
  opacity: 0.5;
  pointer-events: auto;
}
.flickity-prev-next-button:hover {
  background-color: #000;
}
@media (min-width: 1280px) {
  .flickity-prev-next-button {
    width: 80px;
    height: 80px;
  }
  .flickity-prev-next-button.previous {
    right: calc(81px + 40px);
  }
  .flickity-prev-next-button.next {
    right: 40px;
  }
}

/**
 * Fslightbox
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.fslightbox-toolbar-button:first-child {
  display: none;
}

.mm-menu_opened {
  z-index: 1030 !important;
}

/*.rc-slider {
    height: 16px;
    margin-left: 9px;
    padding: 15px 0;
    width: calc(100% - 18px);
    border-radius: 6px;
}

.rc-slider-rail {
    width: 100%;
    height: 4px;
    margin-top: -2px;
    border-radius: 6px;
}

.rc-slider-track {
    left: 0;
    height: 4px;
    margin-top: -2px;
    background-color: $primary;
    border-radius: 6px;
}

.rc-slider-handle {
    margin-left: -10px;
    margin-top: -15px;
    width: 20px;
    height: 30px;
    border: solid 1px $border-color;
    border-radius: $border-radius;
    box-shadow: 0 2px 2px 0 rgba($black, 0.15);

    &:hover {
        border-color: $gray-300;
        box-shadow: 0 2px 2px 0 rgba($black, 0.3);
    }

    &:active {
        border-color: $gray-400;
        box-shadow: 0 2px 2px 0 rgba($black, 0.5);
    }
}

.rc-slider-mark {
    top: 18px;
    left: 0;
    width: 100%;
    font-size: 12px;
}

.rc-slider-step {
    width: 100%;
    height: 4px;
}

.rc-slider-dot {
    bottom: -2px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    border: 2px solid #e9e9e9;
}

.rc-slider-vertical {
    width: 14px;
    height: 100%;
    padding: 0 5px;
}

.rc-slider-vertical .rc-slider-rail {
    height: 100%;
    width: 4px;
}

.rc-slider-vertical .rc-slider-track {
    left: 5px;
    bottom: 0;
    width: 4px;
}

.rc-slider-vertical .rc-slider-handle {
    margin-left: -5px;
    margin-bottom: -7px;
}

.rc-slider-vertical .rc-slider-mark {
    top: 0;
    left: 18px;
    height: 100%;
}

.rc-slider-vertical .rc-slider-step {
    height: 100%;
    width: 4px;
}

.rc-slider-vertical .rc-slider-dot {
    left: 2px;
    margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:first-child {
    margin-bottom: -4px;
}

.rc-slider-vertical .rc-slider-dot:last-child {
    margin-bottom: -4px;
}
*/
.rc-slider {
  padding: 13px 0;
  height: 30px;
}

.rc-slider-rail,
.rc-slider-track {
  height: 6px;
}

.rc-slider-rail {
  background-color: rgb(229.5, 229.5, 229.5);
}

.rc-slider-track {
  background-color: #D51317;
}

.rc-slider-handle {
  margin-top: -13px;
  margin-left: -10px;
  width: 20px;
  height: 30px;
  border: 1px solid #cccccc;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.1);
  -webkit-transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, -webkit-box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s;
  transition: border-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.rc-slider-handle:focus {
  border-color: rgb(178.5, 178.5, 178.5);
  -webkit-box-shadow: 0 0 0 2px rgba(213, 19, 23, 0.5);
          box-shadow: 0 0 0 2px rgba(213, 19, 23, 0.5);
}
.rc-slider-handle:hover {
  border-color: rgb(178.5, 178.5, 178.5);
}
.rc-slider-handle:active {
  border-color: rgb(178.5, 178.5, 178.5);
  -webkit-box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2);
}

.rc-slider-handle-click-focused:focus {
  border-color: rgb(178.5, 178.5, 178.5);
}

@media (min-width: 992px) {
  .rc-slider-rail,
  .rc-slider-track {
    height: 4px;
  }
}
.Collapsible {
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
}
.Collapsible:last-child {
  border-bottom: 0;
}

.Collapsible__trigger {
  position: relative;
  display: block;
  padding: 0.9375rem 1.25rem;
  cursor: pointer;
}
.Collapsible__trigger:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 0.6875rem;
  height: 0.6875rem;
  background: url(../img/chevron-down-base.svg) 50% 50% no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.Collapsible__trigger.is-open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.Collapsible__trigger.is-disabled {
  background-color: rgb(127.5, 127.5, 127.5);
  opacity: 0.5;
}

.Collapsible__icon {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.is-open .Collapsible__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.Collapsible__contentInner {
  padding: 1.25rem;
  padding-top: 0;
}

.ReactCollapse--collapse {
  -webkit-transition: height 500ms;
  transition: height 500ms;
}

.pane--default:nth-child(even) {
  background-color: #fff;
}
.pane--default:nth-of-type(even) {
  background-color: #F9F7F7;
}
.pane--default:nth-of-type(even):last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pane--base a:not(.btn):not(.size-buttons__button):not(.card__add-to-cart-image):not(.card__add-to-cart-title):not(.btn-store-stock) {
  border-color: #fff;
  color: #fff;
}
.pane--base h1,
.pane--base h2,
.pane--base h3,
.pane--base h4,
.pane--base h5,
.pane--base h6 {
  color: #fff;
}
.pane--base .lead {
  color: rgba(255, 255, 255, 0.75);
}
.pane--base .subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.pane--primary a:not(.btn):not(.size-buttons__button):not(.card__add-to-cart-image):not(.card__add-to-cart-title):not(.btn-store-stock) {
  border-color: #fff;
  color: #fff;
}
.pane--primary h1,
.pane--primary h2,
.pane--primary h3,
.pane--primary h4,
.pane--primary h5,
.pane--primary h6 {
  color: #fff;
}
.pane--primary .lead {
  color: rgba(255, 255, 255, 0.75);
}
.pane--primary .subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.pane--secondary a:not(.btn):not(.size-buttons__button):not(.card__add-to-cart-image):not(.card__add-to-cart-title):not(.btn-store-stock) {
  border-color: #fff;
  color: #fff;
}
.pane--secondary h1,
.pane--secondary h2,
.pane--secondary h3,
.pane--secondary h4,
.pane--secondary h5,
.pane--secondary h6 {
  color: #fff;
}
.pane--secondary .lead {
  color: rgba(255, 255, 255, 0.75);
}
.pane--secondary .subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.pane--tertiary a:not(.btn):not(.size-buttons__button):not(.card__add-to-cart-image):not(.card__add-to-cart-title):not(.btn-store-stock) {
  border-color: #D51317;
  color: inherit;
}
.pane--tertiary h1,
.pane--tertiary h2,
.pane--tertiary h3,
.pane--tertiary h4,
.pane--tertiary h5,
.pane--tertiary h6 {
  color: #000;
}
.pane--tertiary .lead {
  color: rgba(51, 51, 51, 0.7);
}
.pane--tertiary .subtitle {
  color: #D51317;
}

.pane--quaternary a:not(.btn):not(.size-buttons__button):not(.card__add-to-cart-image):not(.card__add-to-cart-title):not(.btn-store-stock) {
  border-color: #D51317;
  color: inherit;
}
.pane--quaternary h1,
.pane--quaternary h2,
.pane--quaternary h3,
.pane--quaternary h4,
.pane--quaternary h5,
.pane--quaternary h6 {
  color: #000;
}
.pane--quaternary .lead {
  color: rgba(51, 51, 51, 0.7);
}
.pane--quaternary .subtitle {
  color: #D51317;
}

.pane--success a:not(.btn):not(.size-buttons__button):not(.card__add-to-cart-image):not(.card__add-to-cart-title):not(.btn-store-stock) {
  border-color: #fff;
  color: #fff;
}
.pane--success h1,
.pane--success h2,
.pane--success h3,
.pane--success h4,
.pane--success h5,
.pane--success h6 {
  color: #fff;
}
.pane--success .lead {
  color: rgba(255, 255, 255, 0.75);
}
.pane--success .subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.pane--info a:not(.btn):not(.size-buttons__button):not(.card__add-to-cart-image):not(.card__add-to-cart-title):not(.btn-store-stock) {
  border-color: #D51317;
  color: inherit;
}
.pane--info h1,
.pane--info h2,
.pane--info h3,
.pane--info h4,
.pane--info h5,
.pane--info h6 {
  color: #000;
}
.pane--info .lead {
  color: rgba(51, 51, 51, 0.7);
}
.pane--info .subtitle {
  color: #D51317;
}

.pane--warning a:not(.btn):not(.size-buttons__button):not(.card__add-to-cart-image):not(.card__add-to-cart-title):not(.btn-store-stock) {
  border-color: #D51317;
  color: inherit;
}
.pane--warning h1,
.pane--warning h2,
.pane--warning h3,
.pane--warning h4,
.pane--warning h5,
.pane--warning h6 {
  color: #000;
}
.pane--warning .lead {
  color: rgba(51, 51, 51, 0.7);
}
.pane--warning .subtitle {
  color: #D51317;
}

.pane--danger a:not(.btn):not(.size-buttons__button):not(.card__add-to-cart-image):not(.card__add-to-cart-title):not(.btn-store-stock) {
  border-color: #fff;
  color: #fff;
}
.pane--danger h1,
.pane--danger h2,
.pane--danger h3,
.pane--danger h4,
.pane--danger h5,
.pane--danger h6 {
  color: #fff;
}
.pane--danger .lead {
  color: rgba(255, 255, 255, 0.75);
}
.pane--danger .subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.pane--white a:not(.btn):not(.size-buttons__button):not(.card__add-to-cart-image):not(.card__add-to-cart-title):not(.btn-store-stock) {
  border-color: #D51317;
  color: inherit;
}
.pane--white h1,
.pane--white h2,
.pane--white h3,
.pane--white h4,
.pane--white h5,
.pane--white h6 {
  color: #000;
}
.pane--white .lead {
  color: rgba(51, 51, 51, 0.7);
}
.pane--white .subtitle {
  color: #D51317;
}

.pane--black a:not(.btn):not(.size-buttons__button):not(.card__add-to-cart-image):not(.card__add-to-cart-title):not(.btn-store-stock) {
  border-color: #fff;
  color: #fff;
}
.pane--black h1,
.pane--black h2,
.pane--black h3,
.pane--black h4,
.pane--black h5,
.pane--black h6 {
  color: #fff;
}
.pane--black .lead {
  color: rgba(255, 255, 255, 0.75);
}
.pane--black .subtitle {
  color: rgba(255, 255, 255, 0.75);
}

.pane--gray a:not(.btn):not(.size-buttons__button):not(.card__add-to-cart-image):not(.card__add-to-cart-title):not(.btn-store-stock) {
  border-color: #D51317;
  color: inherit;
}
.pane--gray h1,
.pane--gray h2,
.pane--gray h3,
.pane--gray h4,
.pane--gray h5,
.pane--gray h6 {
  color: #000;
}
.pane--gray .lead {
  color: rgba(51, 51, 51, 0.7);
}
.pane--gray .subtitle {
  color: #D51317;
}

.stars--base:after {
  color: #333333;
}

.stars--primary:after {
  color: #D51317;
}

.stars--secondary:after {
  color: #3AAA35;
}

.stars--tertiary:after {
  color: #FBDD00;
}

.stars--quaternary:after {
  color: #F9F7F7;
}

.stars--success:after {
  color: #3AAA35;
}

.stars--info:after {
  color: #76C8E4;
}

.stars--warning:after {
  color: #FFB436;
}

.stars--danger:after {
  color: #D51317;
}

.stars--white:after {
  color: #fff;
}

.stars--black:after {
  color: #000;
}

.stars--gray:after {
  color: #F9F7F7;
}

.multi-select {
  text-align: left;
  color: #333333;
}
.multi-select .dropdown-container {
  border: 0;
}
.multi-select .dropdown-heading .gray {
  color: inherit;
}
.multi-select .dropdown-content {
  padding-top: 0;
}
.multi-select .select-item {
  padding: 0.625rem;
}
.multi-select .select-item:hover {
  background: rgb(242.25, 242.25, 242.25);
}
.multi-select .select-item.selected {
  background: rgb(229.5, 229.5, 229.5);
}

/**
 * Fonts
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
/**
 * Base
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
html {
  font-size: 1rem;
}
@media (min-width: 768px) {
  html {
    font-size: 1.0625rem;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 1.133333rem;
  }
}

html.is-fixed,
html.is-fixed body {
  overflow: hidden;
  height: 100%;
}

body {
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s, opacity 0.2s;
}

[href^="tel:"],
[href^="tel:"]:hover {
  color: inherit;
}

[href^="tel:"] {
  text-decoration: none;
}

label {
  font-weight: 500;
}

label[for] {
  cursor: pointer;
}

p:empty {
  display: none;
}
p a {
  border-bottom: 2px solid #D51317;
}
p a:hover {
  border-color: #ea898b;
}

label a {
  text-decoration: underline;
}

table {
  width: 100%;
  empty-cells: show;
}

th {
  font-weight: 400;
  color: #999999;
}

ul {
  list-style-type: square;
}

@media (min-width: 768px) {
  hr.border-md {
    border-width: 2px;
  }
}

/**
 * Type
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.address p {
  margin-bottom: 0;
}

.link-discrete {
  border: none;
  text-decoration: underline;
}
.link-discrete:hover {
  text-decoration: underline;
}

.subtitle {
  font-weight: 900;
  font-size: 120%;
  font-style: italic;
  text-transform: uppercase;
  color: #D51317;
}

/**
 * Vertical rhythm
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.pane--product .pane__title, .pane--vehicle .pane__title, .card--vehicle-search .card-title, .card--product .card__swatches, .list--spaced .list__item, .card-subtitle, .subtitle {
  margin-bottom: 0.625rem;
}

.main-footer__logo, .truncate .truncate__body, .truncate, .media--product, .finance-calculator__field, .finance-calculator__header, .finance-calculator, dd,
dl,
ol,
ul,
form,
table {
  margin-bottom: 1.25rem;
}

.search-results-content, .carousel, .card, .card-group, .embed-responsive, .row, .figure, .address {
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .finance-calculator__header, .finance-calculator {
    margin-bottom: 2.5rem;
  }
}
:last-child {
  margin-bottom: 0;
}

.custom-control--standalone {
  padding-left: 1.2rem;
}
.custom-control--standalone .custom-control-input {
  left: 0;
}
.custom-control--standalone .custom-control-label {
  position: static;
  text-indent: -9999px;
}
.custom-control--standalone .custom-control-label:before, .custom-control--standalone .custom-control-label:after {
  left: 0;
}

.custom-select.is-loading, .multi-select .is-loading.dropdown-heading {
  background-image: url(../img/loading-spin.svg);
  background-position: top 50% right 20px;
  background-size: 20px;
}

.form-control--indicator {
  padding-right: 0.3125rem;
  height: 1.2rem;
}

.custom-select--indicator {
  padding-top: 0.1875rem;
  padding-bottom: 0.1875rem;
  height: 1.2rem;
}

.number-spinner {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.1);
}

.number-spinner__input,
.number-spinner__control {
  width: 2.1875rem;
  height: 2.1875rem;
}

.number-spinner__input {
  position: relative;
  margin-right: -1px;
  margin-left: -1px;
  padding: 0.3125rem;
  border: 1px solid rgb(229.5, 229.5, 229.5);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
}
.number-spinner__input[readonly] {
  background-color: #fff;
}

.number-spinner__control {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  background: #fff;
  border: 1px solid rgb(229.5, 229.5, 229.5);
  color: #666666;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.number-spinner__control:focus {
  outline: none;
}
.number-spinner__control .icon {
  margin: 0;
}

.number-spinner__control--up {
  border-radius: 0 0.2rem 0.2rem 0;
}
.is-max .number-spinner__control--up {
  color: #cccccc;
}

.number-spinner__control--down {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  border-radius: 0.2rem 0 0 0.2rem;
}
.is-min .number-spinner__control--down {
  color: #cccccc;
}

/**
 * Search
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.form--quick-search {
  display: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1280px) {
  .form--quick-search {
    display: block;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0.2rem;
  }
}
.is-open > .form--quick-search {
  display: block;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 60px;
  background: #fff;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 992px) {
  .is-open > .form--quick-search {
    top: 80px;
    padding: 20px;
    background-color: #F9F7F7;
  }
}
.is-open > .form--quick-search .form--quick-search {
  width: 100%;
  max-width: 600px;
}
.form--quick-search .form-control--search {
  height: 50px;
  border-radius: 0;
  padding-left: 1.25rem;
  padding-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  font-size: 16px;
}
@media (min-width: 992px) {
  .form--quick-search .form-control--search {
    margin-left: auto;
    padding-left: 0.9375rem;
    width: calc(100% - 245px);
    height: initial;
    border-radius: 0.2rem;
    line-height: initial;
  }
}
@media (min-width: 1280px) {
  .form--quick-search .form-control--search {
    width: 100%;
  }
}
.form--quick-search .btn--search {
  background: #fff url(../img/magnifier.svg) no-repeat 50% 50%;
  background-size: 14px auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-left: auto;
  -webkit-mask-image: none;
          mask-image: none;
  width: 50px;
}
.form--quick-search .btn--search:focus, .form--quick-search .btn--search:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 992px) {
  .form--quick-search .btn--search {
    margin-left: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/**
 * Validation
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <http://www.webstores.nl/>
 */
.is-error.form-control, .is-error.custom-select, .multi-select .is-error.dropdown-heading {
  -webkit-box-shadow: 0 0 0 3px #D51317;
          box-shadow: 0 0 0 3px #D51317;
}
.is-error [type=checkbox] + label,
.is-error [type=radio] + label {
  color: #D51317;
}
.is-error .custom-control-label:before {
  background-color: #ea898b;
}

.parsley-errors-list {
  margin-top: 10px;
  padding: 0;
  list-style: none;
  color: #D51317;
}
.parsley-errors-list:empty {
  display: none;
}

/**
 * Outline badge
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
[class*=badge-outline-] {
  padding: 0.375rem 0.875rem;
  background-color: #fff;
  border: 0.0625rem solid transparent;
}

.badge-outline-base {
  border-color: #333333;
  color: #333333;
}

a.badge-outline-base:hover {
  background-color: #333333;
  color: #fff;
}

.badge-outline-primary {
  border-color: #D51317;
  color: #D51317;
}

a.badge-outline-primary:hover {
  background-color: #D51317;
  color: #fff;
}

.badge-outline-secondary {
  border-color: #3AAA35;
  color: #3AAA35;
}

a.badge-outline-secondary:hover {
  background-color: #3AAA35;
  color: #fff;
}

.badge-outline-tertiary {
  border-color: #FBDD00;
  color: #FBDD00;
}

a.badge-outline-tertiary:hover {
  background-color: #FBDD00;
  color: #333333;
}

.badge-outline-quaternary {
  border-color: #F9F7F7;
  color: #F9F7F7;
}

a.badge-outline-quaternary:hover {
  background-color: #F9F7F7;
  color: #333333;
}

.badge-outline-success {
  border-color: #3AAA35;
  color: #3AAA35;
}

a.badge-outline-success:hover {
  background-color: #3AAA35;
  color: #fff;
}

.badge-outline-info {
  border-color: #76C8E4;
  color: #76C8E4;
}

a.badge-outline-info:hover {
  background-color: #76C8E4;
  color: #333333;
}

.badge-outline-warning {
  border-color: #FFB436;
  color: #FFB436;
}

a.badge-outline-warning:hover {
  background-color: #FFB436;
  color: #333333;
}

.badge-outline-danger {
  border-color: #D51317;
  color: #D51317;
}

a.badge-outline-danger:hover {
  background-color: #D51317;
  color: #fff;
}

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

a.badge-outline-white:hover {
  background-color: #fff;
  color: #333333;
}

.badge-outline-black {
  border-color: #000;
  color: #000;
}

a.badge-outline-black:hover {
  background-color: #000;
  color: #fff;
}

.badge-outline-gray {
  border-color: #F9F7F7;
  color: #F9F7F7;
}

a.badge-outline-gray:hover {
  background-color: #F9F7F7;
  color: #333333;
}

/**
 * Button
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.btn .btn-arrow {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 1.25rem;
  margin-top: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (min-width: 768px) {
  .btn .btn-arrow {
    margin-left: 2.5rem;
  }
}
.btn .btn-spinner {
  margin-top: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-image: url(../img/loading-spin-light.svg);
  background-size: 100%;
}
.btn:hover:not(:disabled):not(.disabled) .btn-arrow {
  -webkit-transform: translateX(0.3125rem);
          transform: translateX(0.3125rem);
}

.btn-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.btn-primary {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(166.1767241379, 14.8232758621, 17.9439655172)), to(#D51317));
  background-image: linear-gradient(to right, rgb(166.1767241379, 14.8232758621, 17.9439655172) 0%, #D51317 100%);
}

.btn-secondary {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(44.735426009, 131.1210762332, 40.8789237668)), to(#3AAA35));
  background-image: linear-gradient(to right, rgb(44.735426009, 131.1210762332, 40.8789237668) 0%, #3AAA35 100%);
}

.btn-tertiary {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(200, 176.0956175299, 0)), to(#FBDD00));
  background-image: linear-gradient(to right, rgb(200, 176.0956175299, 0) 0%, #FBDD00 100%);
}

.btn-success {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(44.735426009, 131.1210762332, 40.8789237668)), to(#3AAA35));
  background-image: linear-gradient(to right, rgb(44.735426009, 131.1210762332, 40.8789237668) 0%, #3AAA35 100%);
}

.btn-info {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(75.3963414634, 182.8963414634, 219.6036585366)), to(#76C8E4));
  background-image: linear-gradient(to right, rgb(75.3963414634, 182.8963414634, 219.6036585366) 0%, #76C8E4 100%);
}

.btn-warning {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 160.9701492537, 3)), to(#FFB436));
  background-image: linear-gradient(to right, rgb(255, 160.9701492537, 3) 0%, #FFB436 100%);
}

.btn-danger {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(166.1767241379, 14.8232758621, 17.9439655172)), to(#D51317));
  background-image: linear-gradient(to right, rgb(166.1767241379, 14.8232758621, 17.9439655172) 0%, #D51317 100%);
}

.btn-black {
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(#000));
  background-image: linear-gradient(to right, black 0%, #000 100%);
}

.btn-gray {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(227.1428571429, 217.8571428571, 217.8571428571)), to(#F9F7F7));
  background-image: linear-gradient(to right, rgb(227.1428571429, 217.8571428571, 217.8571428571) 0%, #F9F7F7 100%);
}

.btn-white-translucent {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff !important;
}
.btn-white-translucent:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.btn-block .btn-arrow {
  margin-left: auto;
}

.button-clean {
  border: none;
  background: none;
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button-clean:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.btn:disabled {
  color: rgba(51, 51, 51, 0.25);
  background: #E5E5E5;
  cursor: not-allowed;
}

.btn-full {
  -webkit-mask-image: none;
          mask-image: none;
}

.btn--kiyoh {
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}

.btn--thuiswinkel {
  -webkit-mask-image: none;
          mask-image: none;
}
.btn--thuiswinkel img {
  max-height: 40px;
}

.btn--thuiswinkel-header {
  background: none;
  padding: 0;
}
.btn--thuiswinkel-header .tww_popup__image {
  position: relative;
  height: 30px !important;
  margin-right: 25px !important;
  margin-top: 9px !important;
}

.btn--truncate {
  padding: 0;
  background: none !important;
  font-weight: 700;
  line-height: inherit;
  -webkit-mask-image: none;
          mask-image: none;
  color: #D51317;
}
.btn--truncate .btn-icon {
  margin: -1px;
}
.btn--truncate:hover {
  color: rgb(221.4, 66.2, 69.4);
}
.btn--truncate:focus, .btn--truncate:not(:disabled):not(.disabled):active, .btn--truncate:not(:disabled):not(.disabled):active:focus {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn--truncate.is-active .btn-minus {
  display: none;
}
.btn--truncate:not(.is-active) .btn-plus {
  display: none;
}

.cart-counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart-counter .counter__input {
  color: #333333;
  padding: 0 2px;
  min-width: 40px;
  height: 40px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  width: 2%;
}
.cart-counter .counter__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-counter .counter__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-counter .counter__input:disabled {
  background-color: #fff;
}
.cart-counter .counter__minus,
.cart-counter .counter__plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
  border-radius: 0 3px 3px 0;
  color: #333333;
  cursor: pointer;
}
.cart-counter .counter__minus {
  border-radius: 3px 0 0 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.cart-counter .counter__input,
.cart-counter .counter__minus,
.cart-counter .counter__plus {
  -webkit-box-shadow: 0 2px 2px rgba(51, 51, 51, 0.15);
          box-shadow: 0 2px 2px rgba(51, 51, 51, 0.15);
}

.dl__group {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

/**
 * Icon
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.icon--arrow-left,
.icon--arrow-right {
  width: 4rem;
  height: 0.625rem;
}

.icon--rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon--base {
  color: #333333;
}

.icon--primary {
  color: #D51317;
}

.icon--secondary {
  color: #3AAA35;
}

.icon--tertiary {
  color: #FBDD00;
}

.icon--quaternary {
  color: #F9F7F7;
}

.icon--success {
  color: #3AAA35;
}

.icon--info {
  color: #76C8E4;
}

.icon--warning {
  color: #FFB436;
}

.icon--danger {
  color: #D51317;
}

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

.icon--black {
  color: #000;
}

.icon--gray {
  color: #F9F7F7;
}

.icon--duotone {
  fill: #D51317;
  color: #333333;
}

/**
 * Link
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.link--base .link-text {
  border-color: #333333;
}
.link--base .link-arrow {
  fill: #333333;
}

.link--primary .link-text {
  border-color: #D51317;
}
.link--primary .link-arrow {
  fill: #D51317;
}

.link--secondary .link-text {
  border-color: #3AAA35;
}
.link--secondary .link-arrow {
  fill: #3AAA35;
}

.link--tertiary .link-text {
  border-color: #FBDD00;
}
.link--tertiary .link-arrow {
  fill: #FBDD00;
}

.link--quaternary .link-text {
  border-color: #F9F7F7;
}
.link--quaternary .link-arrow {
  fill: #F9F7F7;
}

.link--success .link-text {
  border-color: #3AAA35;
}
.link--success .link-arrow {
  fill: #3AAA35;
}

.link--info .link-text {
  border-color: #76C8E4;
}
.link--info .link-arrow {
  fill: #76C8E4;
}

.link--warning .link-text {
  border-color: #FFB436;
}
.link--warning .link-arrow {
  fill: #FFB436;
}

.link--danger .link-text {
  border-color: #D51317;
}
.link--danger .link-arrow {
  fill: #D51317;
}

.link--white .link-text {
  border-color: #fff;
}
.link--white .link-arrow {
  fill: #fff;
}

.link--black .link-text {
  border-color: #000;
}
.link--black .link-arrow {
  fill: #000;
}

.link--gray .link-text {
  border-color: #F9F7F7;
}
.link--gray .link-arrow {
  fill: #F9F7F7;
}

.link-text {
  border-bottom: 2px solid;
  font-weight: 700;
  padding-bottom: 0.25rem;
}

/**
 * Link arrow
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.link-arrow {
  margin-right: 0.625rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

:hover > .link-arrow {
  -webkit-transform: translateX(0.1875rem);
          transform: translateX(0.1875rem);
}

/**
 * List
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.list--inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: -1rem;
}
.list--inline .list__item {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-top: 1rem;
  margin-right: 1rem;
}
.list--inline .list__item:last-child {
  margin-right: 0;
}

.list--bordered .list__item {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.list--bordered .list__item:not(:last-child) {
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
}

.list--piped .list__item {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-right: 20px;
}
.list--piped .list__item:last-child {
  border-right: 0;
  padding-right: 0;
}

.list--icon .list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.list--icon .list__icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  top: 0.875rem;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list--icon .list__text {
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

.list--page .list__link {
  display: block;
}
.list--page .list__title {
  display: block;
}

.list--swatch {
  margin-top: -0.3125rem;
  font-size: 0;
  line-height: 1;
}
.list--swatch.list--inline .list__item {
  margin-top: 0.3125rem;
  margin-right: 0.3125rem;
}
.list--swatch.list--inline .list__item:last-child {
  margin-right: 0;
}

/**
 * Logo
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.logo {
  display: inline-block;
}

.logo__link {
  display: block;
  padding: 9px 0 9px 15px;
  position: relative;
}

.logo__image {
  height: 42px;
}

@media (min-width: 992px) {
  .logo__link {
    padding: 0 0 0 26px;
  }
  .logo__link:before {
    height: 26px;
  }
  .logo__image {
    width: 160px;
    height: auto;
  }
}
.price {
  white-space: nowrap;
}
.price del,
.price ins {
  text-decoration: none;
}
.price del {
  position: relative;
  display: inline-block;
}
.price del:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.price--fancy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.2;
}
.price--fancy .price__value--current {
  font-family: "Barlow", serif;
  font-size: 175%;
}
.price--fancy .price__value--original {
  font-size: 87.5%;
}

.rating__score {
  font-weight: 700;
  vertical-align: middle;
}

.swatch {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  line-height: 1;
  overflow: hidden;
}

.swatch__colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

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

.table__property {
  width: 33.333333%;
  font-weight: 400;
}

/**
 * Accordion
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.accordion__item {
  padding-top: spacer(2);
  padding-bottom: spacer(2);
}
.accordion__item + .accordion__item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.accordion__title {
  margin: 0;
  font: inherit;
  color: inherit;
}

.accordion__toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  text-decoration: none;
  color: inherit;
}
.accordion__toggler .icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.accordion__toggler .icon:last-child {
  margin: 0 0 0 auto;
}
.accordion__toggler:hover {
  text-decoration: none;
  color: rgb(91.8, 91.8, 91.8);
}
.accordion__toggler[aria-expanded=true] .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.breadcrumb {
  color: #999999;
  font-size: 0.8125rem;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.breadcrumb-item a {
  color: inherit;
}

.breadcrumb-item:not(:last-child) {
  padding-right: 28px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='0 0 7 12'%3e%3cpolygon fill='rgba(51, 51, 51, 0.4)' points='9.5 2.5 3.5 9.5 -2.5 2.5' transform='rotate(-90 3.5 6)'/%3e%3c/svg%3e ");
  background-position: right 11px top 50%;
  background-repeat: no-repeat;
  background-size: 5px auto;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.bar--cta {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  font-size: 87.5%;
  line-height: 1.5;
  z-index: 1020;
}
.bar--cta .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bar--cta .container > * {
  margin-bottom: 0;
}
.bar--cta .bar__specifications {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bar--cta .bar__specifications .dl__group {
  margin: 0;
}
.bar--cta .bar__specifications .dl__group + .dl__group {
  margin-left: 1.25rem;
  padding-left: 1.25rem;
  border-left: 1px solid rgb(229.5, 229.5, 229.5);
}
.bar--cta .bar__ctas {
  margin-left: auto;
  margin-right: -20px;
}
@media (max-width: 991.98px) {
  .bar--cta .bar__ctas .btn {
    border-radius: 0;
    -webkit-mask-image: none;
            mask-image: none;
  }
}
@media (min-width: 992px) {
  .bar--cta {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
  .bar--cta .bar__ctas {
    margin-right: 0;
  }
}

.bar--active-filters {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 440;
  background-color: #fff;
  padding: 1.25rem 0;
}
@media (max-width: 991.98px) {
  .bar--active-filters {
    margin: 0 -1.25rem;
    padding: 1.25rem;
    overflow-x: auto;
    overflow-scrolling: touch;
  }
  .bar--active-filters > .row {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.bar--active-filters .bar__label,
.bar--active-filters .bar__reset-filters {
  margin-top: 6px;
}

.is-loading .bar--active-filters {
  z-index: 9;
}

.card {
  -webkit-box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.1);
}

.card__embed {
  margin: 0;
}

.card--base {
  background-color: #333333;
}

.card--primary {
  background-color: #D51317;
}

.card--secondary {
  background-color: #3AAA35;
}

.card--tertiary {
  background-color: #FBDD00;
}

.card--quaternary {
  background-color: #F9F7F7;
}

.card--success {
  background-color: #3AAA35;
}

.card--info {
  background-color: #76C8E4;
}

.card--warning {
  background-color: #FFB436;
}

.card--danger {
  background-color: #D51317;
}

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

.card--black {
  background-color: #000;
}

.card--gray {
  background-color: #F9F7F7;
}

.card--bordered {
  border: 1px solid rgb(229.5, 229.5, 229.5);
}
.card--bordered .card-body {
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
}
.card--bordered .card-body:first-child {
  border-top: 0;
}

.card__link {
  display: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  text-decoration: none;
  color: inherit;
}
.card__link:hover {
  color: inherit;
  text-decoration: inherit;
}

.card--link {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  will-change: transform;
}
.card--link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media all and (-ms-high-contrast: none) {
  .card--link {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important;
  }
  .card--link .card-img-top {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}

.card__link {
  display: inherit;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
  -webkit-flex-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  text-decoration: none;
  color: inherit;
}
.card__link:hover {
  color: inherit;
  text-decoration: inherit;
}

.card--shadow {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}

.card--add-to-cart {
  background-color: #333333;
  color: #fff;
}
.card--add-to-cart .card-body {
  padding: 20px;
}
.card--add-to-cart .card-body:first-child {
  border-radius: 0.2rem 0.2rem 0 0;
}
.card--add-to-cart .card-body:nth-child(odd) {
  position: relative;
  background-color: #484848;
}
.card--add-to-cart .card-body:nth-child(odd):before {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #484848;
  pointer-events: none;
}
.card--add-to-cart .card-body:nth-child(even) {
  background-color: #fff;
  color: #000;
}
.card--add-to-cart .card-body:nth-child(even) .price {
  margin-bottom: 0;
}
.card--add-to-cart .card-footer {
  padding: 20px;
}
@media (min-width: 992px) {
  .card--add-to-cart:first-child {
    margin-top: calc((80px + calc(0.8125rem + 1rem * 2) / 2) * -1);
  }
  .card--add-to-cart .card-body,
  .card--add-to-cart .card-footer {
    padding: 20px 40px;
  }
}

.card__add-to-cart-text {
  font-weight: 700;
  font-size: 0.8125rem;
  margin-bottom: 0.9375rem;
}

.card__add-to-cart-title {
  height: 100%;
  background: white;
  text-align: center;
  padding: 5px;
  color: #333333;
}

.card__add-to-cart-image,
.card__add-to-cart-title {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.card__add-to-cart-image img,
.card__add-to-cart-title img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.card__add-to-cart-image.is-active,
.card__add-to-cart-title.is-active {
  outline: 2px solid #89CC86;
  outline-offset: 2px;
}

.card__add-to-cart-image {
  height: auto;
}

.btn-store-stock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0.875rem 1.25rem;
  margin-top: 0.5rem;
  background-color: #484848;
  border-radius: 0.2rem;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-mask-image: url(../img/border-cutout.svg);
          mask-image: url(../img/border-cutout.svg);
  -webkit-mask-position: bottom 0 right 0;
          mask-position: bottom 0 right 0;
}
.btn-store-stock:hover {
  background-color: rgb(59.25, 59.25, 59.25);
  color: #fff;
  text-decoration: none;
}
.btn-store-stock__label {
  font-weight: 700;
  font-size: 1rem;
}
.btn-store-stock__action {
  text-decoration: underline;
  font-size: 0.875rem;
}

.card--category .card-body {
  padding: 0.5rem 0.75rem;
}
.card--category .card-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 90%;
  line-height: 150%;
  margin-bottom: 0.625rem;
}
.card--category .card-title:last-child {
  margin-bottom: 0;
}
.card--category .card-subtitle {
  line-height: 150%;
}
.card--category .card__arrow {
  display: none;
  margin: 0 0 0 auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media (min-width: 768px) {
  .card--category .card-body {
    padding: 0.9375rem 1.25rem;
  }
  .card--category .card-title {
    font-size: inherit;
    line-height: 150%;
  }
  .card--category .card__arrow {
    display: block;
  }
}

.card--product .card__media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20%;
}
.card--product .card__media [class*=card-img] {
  width: auto;
  max-height: 100%;
  border-radius: 0;
}
.card--vehicle-search {
  background: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  word-wrap: normal;
  color: #fff;
}
.card--vehicle-search .card-title {
  font-family: "Barlow", serif;
  font-size: 175%;
  line-height: 1.2;
  color: inherit;
}
@media (min-width: 992px) {
  .card--vehicle-search {
    text-align: left;
  }
}

/**
 * Carousel
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
@media (min-width: 992px) {
  .carousel.has-thumbs .flickity-page-dots {
    display: none;
  }
}

.carousel__slide {
  width: 100%;
}
.carousel__slide:not(:first-child) {
  display: none;
}
.flickity-enabled .carousel__slide {
  display: block;
}

.carousel--thumbs .carousel__slide {
  margin-bottom: 0.625rem;
  margin-right: 1.25rem;
  width: 20%;
  background-color: #fff;
  border-radius: 0.2rem;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, opacity 0.2s;
  transition: box-shadow 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
}
.carousel--thumbs .carousel__slide.is-nav-selected {
  -webkit-box-shadow: 0 0.625rem 0.625rem -0.625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.625rem 0.625rem -0.625rem rgba(0, 0, 0, 0.15);
  opacity: 1;
}

.carousel--overflow .flickity-viewport {
  overflow: visible;
}
.carousel--overflow .carousel__slide {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .carousel--overflow .carousel__slide {
    margin-right: 40px;
  }
}

.container-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .container-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  .container-sm {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.extra-information-toggler .icon {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.extra-information-toggler.is-active .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.figure__link {
  display: block;
}

.figure__overlay {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 200%;
  color: #fff;
  pointer-events: none;
}

.finance-calculator__title {
  margin-bottom: 0.625rem;
}

.finance-calculator__label {
  margin-bottom: 0.625rem;
  font-weight: bold;
}

.finance-calculator__slider .rc-slider-rail {
  background-color: rgba(255, 255, 255, 0.15);
}
.finance-calculator__slider .rc-slider-handle:focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.finance-calculator__preview {
  font-weight: bold;
  text-align: right;
}

.finance-calculator__card {
  color: #333333;
}
.finance-calculator__card .card-body {
  padding: 30px;
}
.finance-calculator__card .card-body:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.025);
}
.finance-calculator__card .card-body--small {
  font-size: 75%;
}
.finance-calculator__card .card__table .table__property {
  width: auto;
}
.finance-calculator__card .card__table .table__value {
  text-align: right;
}

@media (max-width: 991.98px) {
  .filter {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-bottom: 70px;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 1030;
  }
  .filter.is-open {
    -webkit-transform: none;
            transform: none;
  }
  .filter__heading {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
  }
  .filter__button,
  .filter__toggler,
  .filter__reset {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    -webkit-mask-image: none;
            mask-image: none;
    border-radius: 0;
    color: #fff;
  }
  .filter__button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 50%;
    width: 50%;
    background-color: #D51317;
  }
  .filter__reset {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    width: 50%;
    background-color: #333333 !important;
    color: #fff !important;
  }
  .filter__toggler {
    width: 50%;
    background-color: #333333;
    background-image: url(../img/arrow-down-light.svg);
    background-repeat: no-repeat;
    background-position: right 1.25rem center;
    background-size: 12px;
    z-index: 90;
  }
  .filter__toggler:hover {
    background-position: right 1.25rem center;
    background-size: 12px;
  }
}
.filter .Collapsible__contentOuter {
  position: relative;
}
.filter .Collapsible__contentOuter:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 -30px 10px #fff;
          box-shadow: inset 0 -30px 10px #fff;
  pointer-events: none;
  z-index: 10;
}
.filter .Collapsible__contentInner {
  max-height: 200px;
  overflow: auto;
  padding: 2px 1.25rem 10px;
}
.filter .Collapsible__contentInner:last-child {
  margin-bottom: 1.25rem;
}

@media (min-width: 992px) {
  .filter .Collapsible__trigger {
    padding-right: 0.8333333333rem;
    padding-left: 0.8333333333rem;
  }
  .filter .Collapsible__trigger:after {
    right: 0.8333333333rem;
  }
  .filter .Collapsible__contentInner {
    max-height: 350px;
    padding: 2px 0.8333333333rem 10px;
  }
}
/**
 * Grid
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.container-xs {
  max-width: 0;
}

@media (min-width: 600px) {
  .container-sm {
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .container-md {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container-lg {
    max-width: 992px;
  }
}
@media (min-width: 1280px) {
  .container-xl {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {
  .container-xxl {
    max-width: 1440px;
  }
}
.row.gutters {
  margin-top: -40px;
  margin-bottom: 40px;
}
.row.gutters > .col,
.row.gutters > [class*=col-] {
  padding-top: 40px;
}
.row.gutters-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.row.gutters-0 > .col,
.row.gutters-0 > [class*=col-] {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.row.gutters-1 {
  margin-top: -10px;
  margin-right: -5px;
  margin-bottom: 10px;
  margin-left: -5px;
}
.row.gutters-1 > .col,
.row.gutters-1 > [class*=col-] {
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 5px;
}
.row.gutters-2 {
  margin-top: -20px;
  margin-right: -10px;
  margin-bottom: 20px;
  margin-left: -10px;
}
.row.gutters-2 > .col,
.row.gutters-2 > [class*=col-] {
  padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
.row.gutters-3 {
  margin-top: -30px;
  margin-right: -15px;
  margin-bottom: 30px;
  margin-left: -15px;
}
.row.gutters-3 > .col,
.row.gutters-3 > [class*=col-] {
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
}
.row.gutters-4 {
  margin-top: -40px;
  margin-right: -20px;
  margin-bottom: 40px;
  margin-left: -20px;
}
.row.gutters-4 > .col,
.row.gutters-4 > [class*=col-] {
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
.row.gutters-5 {
  margin-top: -60px;
  margin-right: -30px;
  margin-bottom: 60px;
  margin-left: -30px;
}
.row.gutters-5 > .col,
.row.gutters-5 > [class*=col-] {
  padding-top: 60px;
  padding-right: 30px;
  padding-left: 30px;
}
.row.gutters-6 {
  margin-top: -80px;
  margin-right: -40px;
  margin-bottom: 80px;
  margin-left: -40px;
}
.row.gutters-6 > .col,
.row.gutters-6 > [class*=col-] {
  padding-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
}
.row.gutters-7 {
  margin-top: -120px;
  margin-right: -60px;
  margin-bottom: 120px;
  margin-left: -60px;
}
.row.gutters-7 > .col,
.row.gutters-7 > [class*=col-] {
  padding-top: 120px;
  padding-right: 60px;
  padding-left: 60px;
}
@media (min-width: 600px) {
  .row.gutters-sm {
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .row.gutters-sm > .col,
  .row.gutters-sm > [class*=col-] {
    padding-top: 40px;
  }
  .row.gutters-sm-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .row.gutters-sm-0 > .col,
  .row.gutters-sm-0 > [class*=col-] {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .row.gutters-sm-1 {
    margin-top: -10px;
    margin-right: -5px;
    margin-bottom: 10px;
    margin-left: -5px;
  }
  .row.gutters-sm-1 > .col,
  .row.gutters-sm-1 > [class*=col-] {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .row.gutters-sm-2 {
    margin-top: -20px;
    margin-right: -10px;
    margin-bottom: 20px;
    margin-left: -10px;
  }
  .row.gutters-sm-2 > .col,
  .row.gutters-sm-2 > [class*=col-] {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .row.gutters-sm-3 {
    margin-top: -30px;
    margin-right: -15px;
    margin-bottom: 30px;
    margin-left: -15px;
  }
  .row.gutters-sm-3 > .col,
  .row.gutters-sm-3 > [class*=col-] {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.gutters-sm-4 {
    margin-top: -40px;
    margin-right: -20px;
    margin-bottom: 40px;
    margin-left: -20px;
  }
  .row.gutters-sm-4 > .col,
  .row.gutters-sm-4 > [class*=col-] {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .row.gutters-sm-5 {
    margin-top: -60px;
    margin-right: -30px;
    margin-bottom: 60px;
    margin-left: -30px;
  }
  .row.gutters-sm-5 > .col,
  .row.gutters-sm-5 > [class*=col-] {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .row.gutters-sm-6 {
    margin-top: -80px;
    margin-right: -40px;
    margin-bottom: 80px;
    margin-left: -40px;
  }
  .row.gutters-sm-6 > .col,
  .row.gutters-sm-6 > [class*=col-] {
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .row.gutters-sm-7 {
    margin-top: -120px;
    margin-right: -60px;
    margin-bottom: 120px;
    margin-left: -60px;
  }
  .row.gutters-sm-7 > .col,
  .row.gutters-sm-7 > [class*=col-] {
    padding-top: 120px;
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 768px) {
  .row.gutters-md {
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .row.gutters-md > .col,
  .row.gutters-md > [class*=col-] {
    padding-top: 40px;
  }
  .row.gutters-md-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .row.gutters-md-0 > .col,
  .row.gutters-md-0 > [class*=col-] {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .row.gutters-md-1 {
    margin-top: -10px;
    margin-right: -5px;
    margin-bottom: 10px;
    margin-left: -5px;
  }
  .row.gutters-md-1 > .col,
  .row.gutters-md-1 > [class*=col-] {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .row.gutters-md-2 {
    margin-top: -20px;
    margin-right: -10px;
    margin-bottom: 20px;
    margin-left: -10px;
  }
  .row.gutters-md-2 > .col,
  .row.gutters-md-2 > [class*=col-] {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .row.gutters-md-3 {
    margin-top: -30px;
    margin-right: -15px;
    margin-bottom: 30px;
    margin-left: -15px;
  }
  .row.gutters-md-3 > .col,
  .row.gutters-md-3 > [class*=col-] {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.gutters-md-4 {
    margin-top: -40px;
    margin-right: -20px;
    margin-bottom: 40px;
    margin-left: -20px;
  }
  .row.gutters-md-4 > .col,
  .row.gutters-md-4 > [class*=col-] {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .row.gutters-md-5 {
    margin-top: -60px;
    margin-right: -30px;
    margin-bottom: 60px;
    margin-left: -30px;
  }
  .row.gutters-md-5 > .col,
  .row.gutters-md-5 > [class*=col-] {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .row.gutters-md-6 {
    margin-top: -80px;
    margin-right: -40px;
    margin-bottom: 80px;
    margin-left: -40px;
  }
  .row.gutters-md-6 > .col,
  .row.gutters-md-6 > [class*=col-] {
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .row.gutters-md-7 {
    margin-top: -120px;
    margin-right: -60px;
    margin-bottom: 120px;
    margin-left: -60px;
  }
  .row.gutters-md-7 > .col,
  .row.gutters-md-7 > [class*=col-] {
    padding-top: 120px;
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .row.gutters-lg {
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .row.gutters-lg > .col,
  .row.gutters-lg > [class*=col-] {
    padding-top: 40px;
  }
  .row.gutters-lg-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .row.gutters-lg-0 > .col,
  .row.gutters-lg-0 > [class*=col-] {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .row.gutters-lg-1 {
    margin-top: -10px;
    margin-right: -5px;
    margin-bottom: 10px;
    margin-left: -5px;
  }
  .row.gutters-lg-1 > .col,
  .row.gutters-lg-1 > [class*=col-] {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .row.gutters-lg-2 {
    margin-top: -20px;
    margin-right: -10px;
    margin-bottom: 20px;
    margin-left: -10px;
  }
  .row.gutters-lg-2 > .col,
  .row.gutters-lg-2 > [class*=col-] {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .row.gutters-lg-3 {
    margin-top: -30px;
    margin-right: -15px;
    margin-bottom: 30px;
    margin-left: -15px;
  }
  .row.gutters-lg-3 > .col,
  .row.gutters-lg-3 > [class*=col-] {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.gutters-lg-4 {
    margin-top: -40px;
    margin-right: -20px;
    margin-bottom: 40px;
    margin-left: -20px;
  }
  .row.gutters-lg-4 > .col,
  .row.gutters-lg-4 > [class*=col-] {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .row.gutters-lg-5 {
    margin-top: -60px;
    margin-right: -30px;
    margin-bottom: 60px;
    margin-left: -30px;
  }
  .row.gutters-lg-5 > .col,
  .row.gutters-lg-5 > [class*=col-] {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .row.gutters-lg-6 {
    margin-top: -80px;
    margin-right: -40px;
    margin-bottom: 80px;
    margin-left: -40px;
  }
  .row.gutters-lg-6 > .col,
  .row.gutters-lg-6 > [class*=col-] {
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .row.gutters-lg-7 {
    margin-top: -120px;
    margin-right: -60px;
    margin-bottom: 120px;
    margin-left: -60px;
  }
  .row.gutters-lg-7 > .col,
  .row.gutters-lg-7 > [class*=col-] {
    padding-top: 120px;
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 1280px) {
  .row.gutters-xl {
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .row.gutters-xl > .col,
  .row.gutters-xl > [class*=col-] {
    padding-top: 40px;
  }
  .row.gutters-xl-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .row.gutters-xl-0 > .col,
  .row.gutters-xl-0 > [class*=col-] {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .row.gutters-xl-1 {
    margin-top: -10px;
    margin-right: -5px;
    margin-bottom: 10px;
    margin-left: -5px;
  }
  .row.gutters-xl-1 > .col,
  .row.gutters-xl-1 > [class*=col-] {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .row.gutters-xl-2 {
    margin-top: -20px;
    margin-right: -10px;
    margin-bottom: 20px;
    margin-left: -10px;
  }
  .row.gutters-xl-2 > .col,
  .row.gutters-xl-2 > [class*=col-] {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .row.gutters-xl-3 {
    margin-top: -30px;
    margin-right: -15px;
    margin-bottom: 30px;
    margin-left: -15px;
  }
  .row.gutters-xl-3 > .col,
  .row.gutters-xl-3 > [class*=col-] {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.gutters-xl-4 {
    margin-top: -40px;
    margin-right: -20px;
    margin-bottom: 40px;
    margin-left: -20px;
  }
  .row.gutters-xl-4 > .col,
  .row.gutters-xl-4 > [class*=col-] {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .row.gutters-xl-5 {
    margin-top: -60px;
    margin-right: -30px;
    margin-bottom: 60px;
    margin-left: -30px;
  }
  .row.gutters-xl-5 > .col,
  .row.gutters-xl-5 > [class*=col-] {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .row.gutters-xl-6 {
    margin-top: -80px;
    margin-right: -40px;
    margin-bottom: 80px;
    margin-left: -40px;
  }
  .row.gutters-xl-6 > .col,
  .row.gutters-xl-6 > [class*=col-] {
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .row.gutters-xl-7 {
    margin-top: -120px;
    margin-right: -60px;
    margin-bottom: 120px;
    margin-left: -60px;
  }
  .row.gutters-xl-7 > .col,
  .row.gutters-xl-7 > [class*=col-] {
    padding-top: 120px;
    padding-right: 60px;
    padding-left: 60px;
  }
}
@media (min-width: 1440px) {
  .row.gutters-xxl {
    margin-top: -40px;
    margin-bottom: 40px;
  }
  .row.gutters-xxl > .col,
  .row.gutters-xxl > [class*=col-] {
    padding-top: 40px;
  }
  .row.gutters-xxl-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .row.gutters-xxl-0 > .col,
  .row.gutters-xxl-0 > [class*=col-] {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .row.gutters-xxl-1 {
    margin-top: -10px;
    margin-right: -5px;
    margin-bottom: 10px;
    margin-left: -5px;
  }
  .row.gutters-xxl-1 > .col,
  .row.gutters-xxl-1 > [class*=col-] {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  .row.gutters-xxl-2 {
    margin-top: -20px;
    margin-right: -10px;
    margin-bottom: 20px;
    margin-left: -10px;
  }
  .row.gutters-xxl-2 > .col,
  .row.gutters-xxl-2 > [class*=col-] {
    padding-top: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .row.gutters-xxl-3 {
    margin-top: -30px;
    margin-right: -15px;
    margin-bottom: 30px;
    margin-left: -15px;
  }
  .row.gutters-xxl-3 > .col,
  .row.gutters-xxl-3 > [class*=col-] {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .row.gutters-xxl-4 {
    margin-top: -40px;
    margin-right: -20px;
    margin-bottom: 40px;
    margin-left: -20px;
  }
  .row.gutters-xxl-4 > .col,
  .row.gutters-xxl-4 > [class*=col-] {
    padding-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .row.gutters-xxl-5 {
    margin-top: -60px;
    margin-right: -30px;
    margin-bottom: 60px;
    margin-left: -30px;
  }
  .row.gutters-xxl-5 > .col,
  .row.gutters-xxl-5 > [class*=col-] {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .row.gutters-xxl-6 {
    margin-top: -80px;
    margin-right: -40px;
    margin-bottom: 80px;
    margin-left: -40px;
  }
  .row.gutters-xxl-6 > .col,
  .row.gutters-xxl-6 > [class*=col-] {
    padding-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .row.gutters-xxl-7 {
    margin-top: -120px;
    margin-right: -60px;
    margin-bottom: 120px;
    margin-left: -60px;
  }
  .row.gutters-xxl-7 > .col,
  .row.gutters-xxl-7 > [class*=col-] {
    padding-top: 120px;
    padding-right: 60px;
    padding-left: 60px;
  }
}
.row:last-child {
  margin-bottom: 0;
}

.row--equalized > * {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.row--equalized > * > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/**
 * Hero
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.hero {
  margin: 0;
  background: #333333 50% 50% no-repeat;
  background-size: cover;
  min-height: 200px;
  color: #fff;
}
.hero .hero__container {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 0.5s, -webkit-transform 1s 0.5s;
  transition: opacity 1s 0.5s, transform 1s 0.5s;
  transition: opacity 1s 0.5s, transform 1s 0.5s, -webkit-transform 1s 0.5s;
}
.hero .hero__title {
  color: inherit;
}
.hero .hero__subtitle {
  color: inherit;
}
.hero .hero__text {
  font-size: 0.875rem;
  line-height: 125%;
}
.hero .carousel__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  min-height: 200px;
  background: right 50% no-repeat;
  background-size: cover;
}
.hero .carousel__slide.has-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.hero .carousel__slide.is-selected .hero__container {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero .flickity-prev-next-button {
  top: auto;
  bottom: 0;
  width: 60px;
  height: 60px;
  background-color: #000;
  opacity: 1;
  z-index: 50;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.hero .flickity-prev-next-button.previous {
  right: 61px;
  left: auto;
}
.hero .flickity-prev-next-button.next {
  right: 0;
}
.hero .flickity-prev-next-button:disabled {
  opacity: 0.5;
}
.hero .flickity-button-icon {
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .hero .hero__title {
    font-size: 150%;
    margin-bottom: 0.9375rem;
  }
  .hero .hero__subtitle {
    font-size: 100%;
    margin-bottom: 0;
  }
  .hero .btn {
    padding: 0.625rem 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.75;
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .hero .hero__text {
    font-size: 120%;
  }
  .hero .carousel__slide {
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 50vh;
  }
}
@media (min-width: 1280px) {
  .hero .carousel__slide {
    padding-top: 120px;
    padding-bottom: 120px;
    min-height: 55vh;
  }
  .hero .flickity-prev-next-button {
    width: 80px;
    height: 80px;
  }
  .hero .flickity-prev-next-button.previous {
    right: 241px;
  }
  .hero .flickity-prev-next-button.next {
    right: 160px;
  }
}

.hero--small {
  margin: 0 auto;
  max-width: 1440px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .hero--small {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .hero--small {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.media--product {
  font-size: 13px;
  line-height: 1.6;
  color: #999999;
}
.media--product .media__figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.625rem;
  margin-bottom: 0;
  width: 60px;
  height: 60px;
  border: 1px solid rgb(229.5, 229.5, 229.5);
  border-radius: 0.2rem;
}
.media--product .media__figure .media__image {
  max-width: 75%;
  max-height: 75%;
}
.media--product .media__title {
  margin: 0;
  font: inherit;
}
.media--product .media__text {
  margin: 0;
}

.tab-content--positioned {
  position: relative;
}
.tab-content--positioned > .tab-pane {
  display: block;
}
.tab-content--positioned > :not(.active) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
}

/**
 * Primary nav
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.nav--primary {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav--primary .nav-link {
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
}
.nav--primary > .nav-item {
  padding-right: 12px;
  padding-left: 12px;
  line-height: 64px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 1280px) {
  .nav--primary > .nav-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.nav--primary > .nav-item.parent:hover > .nav-link:after {
  content: "";
  width: 19px;
  height: 9px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -9px;
  background: url(../img/chevron-top-rounded.svg) no-repeat 0 0;
  z-index: 2;
}
.nav--primary > .nav-item.parent:hover {
  background-position: calc(50% - 12px) calc(100% + 7px);
}
.nav--primary > .nav-item .nav-icon {
  color: #D51317;
  margin-left: 10px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.nav--primary > .nav-item > .nav-link {
  position: relative;
  text-decoration: none;
}
.nav--primary > .nav-item:hover > .nav-link > .nav-icon {
  color: #D51317;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav--primary > .nav-item:hover > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  border-top: 1px solid #E5E5E5;
}
.nav--primary .nav--sub {
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 216px;
  z-index: 1;
  background-color: #F9F7F7;
  -webkit-box-shadow: inset 0 -1px 0 rgb(229.5, 229.5, 229.5);
          box-shadow: inset 0 -1px 0 rgb(229.5, 229.5, 229.5);
  visibility: hidden;
  opacity: 0;
}
.nav--primary .nav--sub > .nav-item {
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 1280px) {
  .nav--primary .nav--sub > .nav-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.nav--primary .nav--sub > .nav-item.parent:hover {
  background: url(../img/chevron-top-bordered.svg) no-repeat calc(50% - 12px) calc(100% + 7px);
}
.nav--primary .nav--sub > .nav-item .nav-link {
  font-weight: 700;
}
.nav--primary .nav--sub > .nav-item .nav-link:hover {
  color: #666666;
}
.nav--primary .nav--sub > .nav-item .nav-icon {
  color: rgb(178.5, 178.5, 178.5);
  margin-left: 10px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.nav--primary .nav--sub > .nav-item:hover > .nav-link > .nav-icon {
  color: #D51317;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav--primary .nav--sub > .nav-item:hover > .nav--dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav--primary > .nav-item:hover > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav--primary .nav--dropdown {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  padding: 30px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #999999;
  font-size: 0.9375rem;
  background-color: #fff;
  z-index: 1;
  line-height: 1.75;
}
.nav--primary .nav--dropdown > .container {
  max-width: none;
}
@media (min-width: 1280px) {
  .nav--primary .nav--dropdown > .container {
    margin-right: 80px;
    margin-left: 80px;
  }
}
.nav--primary .nav--dropdown .nav--dropdown__heading {
  margin-bottom: 0.625rem;
  font-size: 1.0625rem;
  color: #333333;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}
.nav--primary .nav--dropdown .nav--dropdown__list {
  margin-bottom: 1.25rem;
}
.nav--primary .nav--dropdown .nav--dropdown__list > .nav-item {
  padding: 0.125rem 0;
}
.nav--primary .nav--dropdown .nav--dropdown__list > .nav-item a:hover {
  color: #666666;
}

/**
 * Secondary nav
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.nav--secondary {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 88.25%;
  line-height: 50px;
}
.nav--secondary .nav__text {
  margin-right: 5px;
  margin-left: 5px;
}
.nav--secondary .nav__text:first-child {
  margin-left: 0;
}
.nav--secondary .nav__text:last-child {
  margin-right: 0;
}
.nav--secondary > .nav__item {
  color: rgba(51, 51, 51, 0.4);
}
.nav--secondary > .nav__item > .nav__link {
  text-decoration: none;
  color: rgba(51, 51, 51, 0.4);
  margin-right: 25px;
}
.nav--secondary > .nav__item > .nav__link .nav__icon {
  margin-right: 5px;
}
.nav--secondary > .nav__item > .nav__link:hover {
  color: rgba(51, 51, 51, 0.6);
}
.nav--secondary .nav__img.logo--bovag {
  margin-top: -4px;
}

/**
 * Underlined nav
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.nav--underlined {
  position: relative;
  background-color: #fff;
}
.nav--underlined .nav-item {
  position: relative;
  margin: 0 15px;
}
.nav--underlined .nav-item:first-child {
  margin-left: 0;
}
.nav--underlined .nav-item:last-child {
  margin-right: 0;
}
.nav--underlined .nav-link {
  border-bottom: 2px solid transparent;
  text-decoration: none;
  padding: 19px 0 17px;
  color: #999;
  font-size: 0.9375rem;
}
.nav--underlined .nav-link:hover {
  color: #333333;
}
.nav--underlined .nav-link.active, .nav--underlined .nav-link:hover, .nav--underlined .nav-link:focus {
  color: #333333;
  border-color: transparent transparent #D51317 transparent;
}

.nav__container {
  position: relative;
  height: 100%;
}

.nav--extranet {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #F9F7F7;
  padding: 0;
  z-index: 1;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  display: inline-block;
}
@media (min-width: 1440px) {
  .nav--extranet {
    width: 5rem;
    height: 100%;
  }
}
.nav--extranet .nav__collapse {
  z-index: 9;
  -webkit-transition: background-color 250ms ease, color 250ms ease;
  transition: background-color 250ms ease, color 250ms ease;
  background-color: #F9F7F7;
  padding: 30px 0 0 0;
}
.nav--extranet .nav__collapse .icon {
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav--extranet .nav__collapse.is-active .icon {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  color: #333333;
}
@media (min-width: 1440px) {
  .nav--extranet .nav__collapse {
    padding: 40px 0 20px 0;
  }
  .nav--extranet .nav__collapse.is-active .icon {
    color: #D51317;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.nav--extranet .nav__collapse:hover {
  color: #333333;
}
@media (min-width: 1440px) {
  .nav--extranet .nav__collapse:hover {
    color: #D51317;
  }
}
.nav--extranet .nav__menu {
  width: 100%;
  padding: 0;
  opacity: 0;
  height: 0;
  visibility: hidden;
}
@media (min-width: 1440px) {
  .nav--extranet .nav__menu {
    display: inline;
  }
}
.nav--extranet .nav__menu.is-open {
  opacity: 1;
  height: 100%;
  visibility: visible;
}
@media (min-width: 1440px) {
  .nav--extranet .nav__menu.is-open {
    height: 0;
  }
}
@media (min-width: 1440px) {
  .nav--extranet .nav__menu {
    opacity: 1;
    visibility: visible;
  }
}
.nav--extranet .nav__menu .nav__item {
  border-left: 0;
  padding: 0 15px;
  background-color: #F9F7F7;
}
@media (min-width: 1440px) {
  .nav--extranet .nav__menu .nav__item {
    padding: 0;
    border-left: 4px solid transparent;
  }
}
.nav--extranet .nav__menu .nav__item:hover,
.nav--extranet .nav__menu .nav__item.active {
  background-color: #fff;
  color: #D51317;
  border-color: #D51317;
}
.nav--extranet .nav__menu .nav__item:hover .icon,
.nav--extranet .nav__menu .nav__item.active .icon {
  color: #333333;
}
@media (min-width: 1440px) {
  .nav--extranet .nav__menu .nav__item:hover .icon,
  .nav--extranet .nav__menu .nav__item.active .icon {
    color: #D51317;
  }
}
.nav--extranet .nav__menu .nav__item:hover .nav__text,
.nav--extranet .nav__menu .nav__item.active .nav__text {
  background-color: #fff;
  color: #333333;
}
.nav--extranet .nav__menu .nav__link {
  position: relative;
  padding: 15px;
  -webkit-transition: initial;
  transition: initial;
  width: 100%;
}
@media (min-width: 1440px) {
  .nav--extranet .nav__menu .nav__link {
    display: block;
    margin: 0 auto;
    padding: 30px;
    width: auto;
    border: none;
    border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
  }
}
.nav--extranet .nav__menu .nav__item.is-open .nav__link .nav__text {
  opacity: 1;
}
@media (min-width: 1440px) {
  .nav--extranet .nav__menu .nav__item.is-open .nav__link .nav__text {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    -webkit-transition: opacity 450ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms ease, color 250ms ease, -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 450ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms ease, color 250ms ease, -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 450ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms ease, color 250ms ease;
    transition: opacity 450ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms ease, color 250ms ease, -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.nav--extranet .nav__menu .nav__link .nav__text {
  left: 100%;
  top: 50%;
  width: 15rem;
  color: #333333;
}
@media (min-width: 1440px) {
  .nav--extranet .nav__menu .nav__link .nav__text {
    position: absolute;
    -webkit-transform: translate(-150%, -50%);
            transform: translate(-150%, -50%);
    color: #fff;
    opacity: 0;
    padding: 28px;
    -webkit-transition: opacity 450ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms ease, color 250ms ease, -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 450ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms ease, color 250ms ease, -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 450ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms ease, color 250ms ease;
    transition: opacity 450ms 200ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 250ms ease, color 250ms ease, -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}

@media (min-width: 1440px) {
  .nav__linktext span {
    position: relative;
    z-index: 2;
  }
  .nav__collapse-extra {
    position: absolute;
    width: 15rem;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-15rem);
            transform: translateX(-15rem);
    height: 100%;
    background: #333333;
    -webkit-transition: -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .nav__collapse-extra.is-open {
    -webkit-transform: translateX(5rem);
            transform: translateX(5rem);
    -webkit-transition: -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 450ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
.nav--pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav--pagination .list__item:not(:last-child) {
  margin-right: 2rem;
}
.nav--pagination .list__link {
  position: relative;
  padding: 0 5px;
}
.nav--pagination .list__link:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #D51317;
  opacity: 0;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
}
.nav--pagination .list__link:hover:after, .nav--pagination .list__link.is-active:after {
  opacity: 1;
}

.pagination__item .page-link {
  position: relative;
}
.pagination__item .page-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pagination__item.active .page-link:after {
  background-color: #D51317;
}

.pagination__break .page-link {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .pagination__break .page-link {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.pagination__prev .page-link,
.pagination__next .page-link {
  min-height: 30px;
  position: relative;
}
.pagination__prev .page-link:after,
.pagination__next .page-link:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 12px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 12'%3E%3Cpath fill='%23D51317' d='M2.00051559,0.343359313 L7.65736983,6.00021356 L2.00051559,11.6570678 L0.586302023,10.2428542 L4.82894271,6.00021356 L0.586302023,1.75757288 L2.00051559,0.343359313 Z M10.0006186,0.343608125 L15.6574729,6.00046237 L10.0006186,11.6573166 L8.58640508,10.2431031 L12.8290458,6.00046237 L8.58640508,1.75782169 L10.0006186,0.343608125 Z'/%3E%3C/svg%3E");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagination__prev.disabled .page-link,
.pagination__next.disabled .page-link {
  opacity: 0.5;
}

.pagination__prev {
  margin-right: auto;
}
.pagination__prev .page-link {
  padding-left: 1.25rem;
}
.pagination__prev .page-link:after {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.pagination__next {
  margin-left: auto;
}
.pagination__next .page-link {
  padding-right: 1.25rem;
}
.pagination__next .page-link:after {
  right: 0;
}

/**
 * Pane
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.pane.has-nav, .pane--structured .has-nav.pane__body {
  padding-top: 0;
  padding-bottom: 0;
}
.pane.has-nav .pane__nav, .pane--structured .has-nav.pane__body .pane__nav {
  position: absolute;
  width: 100%;
  margin-bottom: 24px;
  top: 50px;
}
.pane.has-nav .pane__body, .pane--structured .has-nav.pane__body .pane__body {
  padding-top: 20px;
  padding-bottom: 60px;
  margin-top: 90px;
  width: 100%;
}
@media (min-width: 992px) {
  .pane.has-nav, .pane--structured .has-nav.pane__body {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pane.has-nav .pane__nav, .pane--structured .has-nav.pane__body .pane__nav {
    top: 0;
  }
}
@media (min-width: 1440px) {
  .pane.has-nav .pane__nav, .pane--structured .has-nav.pane__body .pane__nav {
    position: relative;
    width: auto;
    background-color: #F9F7F7;
    margin-bottom: 0;
  }
  .pane.has-nav .pane__body, .pane--structured .has-nav.pane__body .pane__body {
    position: relative;
    margin-top: 0;
    padding-top: 60px;
    width: calc(100% - 10rem);
  }
}

@media (min-width: 992px) {
  .pane--quaternary-split {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(0, #F9F7F7));
    background-image: linear-gradient(to right, #fff 50%, #F9F7F7 0);
  }
}

@media (min-width: 992px) {
  .background-split-9-4-gutters-6 {
    background-image: linear-gradient(to right, #fff calc((100vw - 1000px) / 2 + 1000px / 12 * 9), #F9F7F7 0);
  }
}
@media (min-width: 1280px) {
  .background-split-9-4-gutters-6 {
    background-image: linear-gradient(to right, #fff calc((100vw - 1240px) / 2 + 1240px / 12 * 9), #F9F7F7 0);
  }
}

/**
 * Pane structured
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <http://www.webstores.nl/>
 */
.pane--structured {
  padding: 0;
}
.pane--structured .pane__header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pane--structured .pane__footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

/**
 * Pane tabbed
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <http://www.webstores.nl/>
 */
.pane--tabbed .pane__header {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  padding-top: 0;
  padding-bottom: 0;
}
.pane--tabbed .pane__body {
  background-color: #F9F7F7;
}
@media (min-width: 992px) {
  .pane--tabbed .pane__body {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/**
 * AFM pane
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.pane--afm {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.pane--afm .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pane--afm .pane__title {
  font-size: inherit;
}

/**
 * Finance pane
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.pane--finance .pane__header {
  background-color: #fff;
  text-align: center;
  color: #333333;
}
.pane--finance .pane__body {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pane--finance .pane__title {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
@media (min-width: 992px) {
  .pane--finance .pane__header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }
}

/**
 * Product pane
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.pane--product .pane__header, .pane--vehicle .pane__header {
  background-color: #333333;
  text-align: center;
  color: #fff;
}
.pane--product .pane__body, .pane--vehicle .pane__body {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pane--product .pane__title, .pane--vehicle .pane__title {
  color: inherit;
}
@media (min-width: 992px) {
  .pane--product .pane__header, .pane--vehicle .pane__header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left;
  }
}

/**
 * Text + image (large) pane
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.pane--text-image-large {
  padding: 0;
}
.pane--text-image-large .pane__image {
  margin-right: -20px;
  margin-left: -20px;
  max-width: calc(100% + 40px);
}
@media (min-width: 992px) {
  .pane--text-image-large .pane__image {
    margin-right: 0;
    margin-left: -15vw;
    width: calc(100% + 15vw);
    max-width: calc(100% + 15vw);
  }
  .pane--text-image-large .flex-row-reverse .pane__image {
    margin-right: -15vw;
    margin-left: 0;
  }
}

/**
 * USPs pane
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.pane--usps {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 0.8125rem;
  color: #999999;
}

.pane__usps .list__icon {
  top: 0.7109375rem;
}

/**
 * Vehicle pane
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.pane--vehicle {
  overflow-x: hidden;
}
.pane--vehicle .pane__body {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .pane--vehicle .pane__body {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1280px) {
  .pane--vehicle .pane__body {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.pane--vehicle .pane__body--media {
  padding-top: 0;
  padding-bottom: 50px;
  background-color: #333333;
}
.pane--vehicle .pane__body--media .container {
  position: relative;
}
.pane--vehicle .pane__carousel .carousel__slide {
  background-color: #333333;
}
.pane--vehicle .pane__carousel .carousel__slide.is-selected .carousel__image {
  opacity: 1;
}
.pane--vehicle .pane__carousel.flickity-enabled .carousel__image {
  opacity: 0.25;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (min-width: 992px) {
  .pane--vehicle .pane__body--media {
    padding-bottom: 40px;
    background: linear-gradient(to top, #fff 140px, #333333 140px);
  }
}

.parts-search__form {
  background-color: #333333;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0 0 3px 3px;
}

.product-search-tabs {
  position: relative;
}
.product-search-tabs__content {
  width: 100%;
  background-color: #fff;
  padding: 20px;
  color: #000;
  position: relative;
  z-index: 16;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.product-search-tabs__content > div {
  display: grid;
  grid-gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-search-tabs__label {
  cursor: default !important;
  padding: 15px 20px;
  display: inline-block;
  text-align: center;
  -webkit-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
  font-weight: 500 !important;
  background-color: #333333;
  color: #fff;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
  width: 100%;
}
.product-search-tabs__label:hover {
  background-color: #333333;
}
.product-search-tabs__input {
  display: none;
}
.product-search-tabs__input:checked ~ .product-search-tabs__label {
  background-color: #333333;
  z-index: 4;
  position: relative;
}
.product-search-tabs__input:checked ~ .product-search-tabs__content {
  display: block;
}

@media (min-width: 992px) {
  .product-search-tabs__tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product-search-tabs__tab {
    margin-right: 1px;
  }
}
@media (min-width: 992px) {
  .pane__parts-search {
    position: relative;
  }
  .pane__parts-search-text {
    min-height: 170px;
    width: 65%;
  }
  .pane__parts-search-image {
    position: absolute;
    right: 0;
    top: 25px;
  }
  .pane__parts-search-text {
    width: 65%;
  }
}
.quick-order__search {
  background-color: rgb(242.25, 242.25, 242.25);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.quick-order__table {
  font-size: 87.5%;
  white-space: nowrap;
}
.quick-order__table th:first-child,
.quick-order__table td:first-child {
  padding-left: 0.625rem;
}
.quick-order__table th:last-child,
.quick-order__table td:last-child {
  padding-right: 0.625rem;
}
.quick-order__table td {
  vertical-align: middle;
}
.quick-order__table .table__input,
.quick-order__table .table__barcode,
.quick-order__table .table__stock {
  width: 1px;
}
.quick-order__table .table__input {
  padding-right: 0;
}
.quick-order__table .table__quantity {
  width: 90px;
}
.quick-order__table .table__title {
  white-space: normal;
}
.quick-order__table .table__stock {
  text-align: right;
}
.quick-order__table td.table__barcode {
  font-family: monospace;
  color: #999999;
}

.product-finder__search {
  background-color: rgb(242.25, 242.25, 242.25);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.product-finder__table {
  font-size: 87.5%;
  white-space: nowrap;
}
.product-finder__table th:first-child,
.product-finder__table td:first-child {
  padding-left: 0.625rem;
}
.product-finder__table th:last-child,
.product-finder__table td:last-child {
  padding-right: 0.625rem;
}
.product-finder__table td {
  vertical-align: middle;
}
.product-finder__table tr {
  cursor: pointer;
}
.product-finder__table tr.is-active {
  color: #fff;
  background: #3AAA35;
}
.product-finder__table tr.is-active:hover {
  background: #3AAA35;
}

.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 1px solid rgb(229.5, 229.5, 229.5);
  z-index: 500;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s, visibility 0.2s;
  transition: opacity 0.2s, visibility 0.2s;
}
.search-results.is-open {
  opacity: 1;
  visibility: visible;
}
.search-results > .container > .row > [class*=col]:last-child {
  position: relative;
}
.search-results > .container > .row > [class*=col]:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: -9999px;
  bottom: 0;
  left: 100%;
  background-color: #F9F7F7;
}
.search-results .btn-close {
  margin-bottom: 1.25rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  color: #999999;
  font-weight: 400;
}
.search-results .btn-close .icon {
  margin-top: 0;
  margin-right: 5px;
}
.search-results .btn-close:hover {
  color: #333333;
}
@media (max-width: 1279.98px) {
  .search-results {
    display: none;
  }
}

.search-results-title {
  margin: 25px 0;
}

.search-results-products .search-results-title {
  margin-bottom: 20px;
}
.search-results-products .scroll-container {
  max-height: 476px;
  margin-right: -25px;
  margin-left: -25px;
  padding: 5px 25px 40px;
}

.search-results-content .scroll-container {
  max-height: 325px;
}

.search-results-list-item:not(:last-child) {
  margin-bottom: 10px;
}

.search-results-list-link:hover {
  color: #D51317;
}

.search-results-list-title,
.search-results-list-slug {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-results-list-title {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.25;
}

.search-results-list-slug {
  color: #999999;
  font-size: 0.8125rem;
}

@media (max-width: 991.98px) {
  .sort {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 50px;
    border-left: 1px solid rgb(127.5, 127.5, 127.5);
    z-index: 90;
  }
  .sort .custom-select, .sort .multi-select .dropdown-heading, .multi-select .sort .dropdown-heading {
    height: 100%;
    background-color: #333333;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    background-image: url("../img/arrow-down-light.svg");
  }
}
.store-locator__map-container {
  height: 75vw;
}
@media (min-width: 992px) {
  .store-locator__map-container {
    height: 60vh;
    min-height: 570px;
  }
}

.store-locator__loading,
.store-locator__map {
  height: 100%;
}

.store-locator__card .card-header {
  padding: 1.25rem;
}
.store-locator__card .card-body {
  position: relative;
}
.store-locator__card .scroll-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.store-locator__card .Collapsible__contentInner {
  font-size: 87.5%;
}

.store-locator--fluid .store-locator__card {
  margin: 20px;
  margin-top: calc((1.25rem + calc(0.5rem + 0.8825rem * 1.75) / 2) * -1);
  height: 366px;
}
@media (min-width: 992px) {
  .store-locator--fluid {
    position: relative;
  }
  .store-locator--fluid .store-locator__card {
    position: absolute;
    top: 2.5rem;
    right: 2.5rem;
    bottom: 2.5rem;
    margin: 0;
    width: 380px;
    height: auto;
  }
}

.store-locator--contained {
  border: 1px solid rgb(229.5, 229.5, 229.5);
  border-radius: 0.2rem;
  overflow: hidden;
}
.store-locator--contained .store-locator__card {
  height: 444px;
  border: 0;
  border-radius: 0;
}
@media (min-width: 992px) {
  .store-locator--contained .store-locator__card {
    height: 100%;
  }
}

.truncate .truncate__body {
  position: relative;
  overflow: hidden;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.truncate .truncate__body:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0));
  -webkit-transition: inherit;
  transition: inherit;
  pointer-events: none;
}
.pane--default:nth-of-type(even) .truncate .truncate__body:after {
  background: -webkit-gradient(linear, left bottom, left top, from(#F9F7F7), to(rgba(249, 247, 247, 0)));
  background: linear-gradient(to top, #F9F7F7, rgba(249, 247, 247, 0));
}
.truncate .truncate__body + .truncate__toggler {
  display: none;
}
.truncate .truncate__body.is-truncated + .truncate__toggler {
  display: block;
}
.truncate .truncate__body.is-truncated:after {
  height: 150px;
}
.truncate .truncate__body + .button-truncated {
  display: block;
}

.checkout__collapse {
  display: none;
}
.checkout__collapse.is-open {
  display: block;
}
.checkout__collapse.is-open + hr {
  display: none;
}

.button--whatsapp {
  z-index: 9999;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px;
  width: 56px;
  bottom: 40px;
  right: 25px;
  border-radius: 9999px;
  background: #25D366;
  color: white !important;
}
.button--whatsapp:hover {
  background: rgb(33.1955645161, 189.3044354839, 91.5120967742);
}
.button--whatsapp.button--whatsapp__pdp {
  bottom: 90px;
}

.modal--language.mm-page {
  position: fixed;
  z-index: 1050;
}
.modal--language .modal-header .close {
  margin: 0;
}

/**
 * Main header
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.main-header {
  position: relative;
}
.main-header > .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1280px) {
  .main-header > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.main-header__meta-nav {
  background-color: #F9F7F7;
  position: relative;
  z-index: 500;
}

.main-header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 550;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.mm-wrapper_opened .main-header__container {
  -webkit-box-shadow: 0 1px 0 0 #e5e5e5;
          box-shadow: 0 1px 0 0 #e5e5e5;
}

.main-header__overlay {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 450;
  visibility: hidden;
  opacity: 0;
}

.main-header__overlay.is-open,
.disable-scroll .main-header__overlay {
  visibility: visible;
  opacity: 1;
}

.main-header__logo {
  z-index: 1050;
}
@media (min-width: 992px) {
  .main-header__logo {
    margin-top: -50px;
    padding-right: 30px;
    background-color: #fff;
    height: 130px;
    width: 216px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1279.98px) {
  .main-header__menu {
    max-width: calc(100% - 500px);
  }
}
@media (min-width: 1280px) {
  .main-header__menu {
    max-width: calc(100% - 670px);
  }
}

.main-header__utilities {
  margin-left: auto;
}
.main-header__utilities .cart__icon {
  margin-right: 6px;
  width: 1.5rem;
}
.main-header__utilities .cart__price {
  font-weight: 700;
  margin-right: 10px;
}
.main-header__utilities .cart__amount {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background-color: #FBDD00;
  padding: 3px 8px;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .main-header__utilities .cart__amount {
    font-size: 0.9375rem;
    padding: 4px 12px;
  }
}
.main-header__utilities .cart__amount.cart__amount--empty {
  background-color: rgb(229.5, 229.5, 229.5);
  color: #999999;
}
.main-header__utilities .list--inline .list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  line-height: 59px;
}
@media (min-width: 768px) {
  .main-header__utilities .list--inline .list__item {
    line-height: 64px;
  }
}
@media (min-width: 992px) {
  .main-header__utilities .list--inline .list__item {
    margin-right: 0.9375rem;
    line-height: 80px;
  }
  .main-header__utilities .list--inline .list__item:not(:first-child) {
    margin-left: 0.9375rem;
  }
}
.main-header__utilities .search-toggler {
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-left: 2px solid #F2F2F2;
  border-right: 2px solid #F2F2F2;
  position: relative;
}
.main-header__utilities .search-toggler .icon--search-toggler {
  width: 18px;
  height: 18px;
  position: relative;
  display: block;
  margin-top: 13px;
}
.main-header__utilities .search-toggler .icon--search-toggler:before {
  content: "";
  display: block;
  background-color: #fff;
  border: 2px solid #333333;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-header__utilities .search-toggler .icon--search-toggler:after {
  content: "";
  display: block;
  background-color: #333333;
  width: 8px;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 1px;
  right: -1px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.main-header__utilities .search-toggler.is-active:after {
  content: "";
  width: 25px;
  height: 9px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -12px;
  background: url(../img/chevron-top-bordered.svg) no-repeat 0 0;
  z-index: 2;
}
@media (min-width: 992px) {
  .main-header__utilities .search-toggler.is-active:after {
    bottom: -20px;
    margin-left: -10px;
    background: url(../img/chevron-top-rounded.svg) no-repeat 0 0;
  }
}
.main-header__utilities .search-toggler.is-active .icon--search-toggler {
  margin-top: 12px;
}
.main-header__utilities .search-toggler.is-active .icon--search-toggler:before {
  content: "";
  display: block;
  background-color: #333333;
  width: 20px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: 0;
  border-radius: 2px;
  top: 9px;
  left: 0;
}
.main-header__utilities .search-toggler.is-active .icon--search-toggler:after {
  content: "";
  display: block;
  background-color: #333333;
  width: 20px;
  height: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 2px;
  bottom: 7px;
  right: -2px;
}
@media (min-width: 992px) {
  .main-header__utilities .search-toggler {
    padding: 0 0.3125rem;
    border: 0;
  }
}
.main-header__utilities .cart {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .main-header__utilities .cart {
    padding: 0;
    min-width: 160px;
  }
}

.main-header__search {
  display: none;
  z-index: 500;
  position: absolute;
  left: 0;
  top: 60px;
  background: #fff;
  width: 100%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5);
}
.main-header__search .form--quick-search {
  width: 100%;
  max-width: 600px;
}
.main-header__search.is-open {
  display: block;
}

.main-header__mobile-nav {
  top: 61px;
  font-size: 1.0625rem;
  font-weight: 700;
  display: none;
}
.main-header__mobile-nav .mm-navbar__title {
  font-size: 1.1875rem;
}
.main-header__mobile-nav .mm-listitem:after {
  left: 0;
}
.main-header__mobile-nav .mm-listitem .text-muted, .main-header__mobile-nav .mm-listitem .link-discrete {
  font-weight: 400;
}
.main-header__mobile-nav .mm-btn {
  height: 70px;
}
.main-header__mobile-nav .mm-btn_prev:before,
.main-header__mobile-nav .mm-btn_next:after {
  width: 6px;
  height: 6px;
}
.main-header__mobile-nav .mm-btn_next:before {
  left: 20px;
}
.main-header__mobile-nav .mm-btn_next:after {
  right: 17px;
}
.main-header__mobile-nav .mm-btn_prev:before {
  left: 17px;
}
.main-header__mobile-nav .mm-btn_prev:after {
  content: "";
  border-top: 2px solid #333333;
  border-left: 2px solid #333333;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 25px;
  right: auto;
}
.main-header__mobile-nav .mm-panel_has-navbar {
  padding-top: 70px;
}
.main-header__mobile-nav .mm-panel_has-navbar.mm-panel .mm-navbar {
  line-height: 45px;
  height: 70px;
}
.main-header__mobile-nav .mm-listitem > a,
.main-header__mobile-nav .mm-listitem > span {
  padding-left: 15px;
}

.main-header--clean .main-header__container {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 80px;
  padding: 1.5rem 3rem;
}
.main-header--clean .main-header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  padding: 0;
  background: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .main-header--clean .main-header__logo {
    top: inherit;
    bottom: 0;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}
.main-header--clean .logo__link:before {
  content: none;
}
.main-header--clean .logo__link {
  padding: 0;
}

/**
 * Main content
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
/**
 * Main footer
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.main-footer__primary {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #333333;
  color: #fff;
}
.main-footer__primary .main-footer__title {
  color: inherit;
}
@media (min-width: 768px) {
  .main-footer__primary {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1280px) {
  .main-footer__primary {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.main-footer__secondary {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  font-size: 87.5%;
}
@media (max-width: 991.98px) {
  .main-footer__secondary {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .main-footer__secondary .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-footer__secondary .container > * {
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
  .main-footer__secondary .container > *:last-child {
    margin-right: 0;
  }
}

.main-footer__navs {
  margin-right: -20px;
  margin-left: -20px;
}
.main-footer__navs:first-child {
  margin-top: -20px;
}
@media (min-width: 768px) {
  .main-footer__navs {
    margin: 0 !important;
  }
}

.main-footer__title {
  position: relative;
  margin: 0;
  padding: 0.9375rem 20px;
  font: inherit;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.main-footer__title:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0.6875rem;
  height: 0.6875rem;
  background: url(../img/chevron-down-white.svg) 50% 50% no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.main-footer__title.is-active {
  border: 0;
}
.main-footer__title.is-active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  .main-footer__title {
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    cursor: default;
  }
  .main-footer__title:after {
    display: none;
  }
}

.main-footer__nav {
  padding: 0 20px 0.9375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 87.5%;
  line-height: 1.5;
}
.main-footer__nav .list__link {
  color: rgba(255, 255, 255, 0.6);
}
.main-footer__nav .list__link:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .main-footer__nav {
    padding: 0;
    border: 0;
  }
}

.main-footer__logo {
  position: relative;
  margin-left: auto;
  white-space: nowrap;
}
.main-footer__logo:before {
  content: "";
  display: none;
  position: absolute;
  top: -50px;
  right: -78px;
  width: 0;
  height: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
  border-bottom: 60px solid #fff;
}
.main-footer__logo .logo__tagline {
  margin-right: 0.625rem;
  font-family: "Barlow", serif;
  font-size: 1rem;
}
.main-footer__logo .logo__image {
  position: relative;
  width: 144px;
  height: auto;
}
@media (min-width: 992px) {
  .main-footer__logo {
    position: absolute;
    right: 75px;
  }
  .main-footer__logo:before {
    display: block;
  }
  .main-footer__logo .logo__tagline {
    position: relative;
    top: -10px;
  }
  .main-footer__logo .logo__image {
    margin-top: -25px;
  }
}

.main-footer__legal {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .main-footer__legal {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.main-footer__legal .list__link {
  color: rgba(51, 51, 51, 0.6);
}
.main-footer__legal .list__link:hover {
  color: #333333;
}

.main-footer__social {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .main-footer__social {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.main-footer__social {
  min-height: 50px;
}
.main-footer__social .list__item {
  margin-right: 0.3125rem;
}
.main-footer__social .list__icon {
  margin: 0;
}

.section-extranet .main-content {
  position: relative;
  overflow-y: hidden;
  padding-left: 0;
  padding-top: 80px;
}
@media (min-width: 1280px) {
  .section-extranet .main-content {
    padding-left: 5rem;
    padding-top: 60px;
  }
}

@media (max-width: 991.98px) {
  .product-overview-page body {
    padding-bottom: 50px;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**
 * Cut out utility
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <http://www.webstores.nl/>
 */
.cut-out {
  position: relative;
}
@media (min-width: 600px) {
  .cut-out:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/mask-shape.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 40% auto;
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .cut-out:before {
    background-size: 35% auto;
  }
}
@media (min-width: 1280px) {
  .cut-out:before {
    background-size: 560px auto;
  }
}
.cut-out.cut-out--small:before {
  background-size: 130px auto;
}
@media (min-width: 600px) {
  .cut-out.cut-out--small:before {
    background-size: 30% auto;
  }
}
@media (min-width: 768px) {
  .cut-out.cut-out--small:before {
    background-size: 290px auto;
  }
}

/**
 * Disable scroll
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores internet totaalbureau <http://www.webstores.nl/>
 */
.disable-scroll {
  height: 100%;
  overflow: hidden;
}
.disable-scroll body {
  height: inherit;
  overflow: inherit;
}
@media (min-width: 1280px) {
  .disable-scroll {
    height: auto;
  }
}

/**
 * Elevation utility
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <http://www.webstores.nl/>
 */
.elevated {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

.elevated-dp0 {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.elevated-dp1 {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1) !important;
}

.elevated-dp2 {
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15) !important;
}

.elevated-dp3 {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2) !important;
}

.elevated-dp4 {
  -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25) !important;
}

.elevated-dp5 {
  -webkit-box-shadow: 0 8px 19px rgba(0, 0, 0, 0.3) !important;
          box-shadow: 0 8px 19px rgba(0, 0, 0, 0.3) !important;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  text-transform: none;
  margin: 0;
  overflow: visible;
  height: 42px;
  line-height: 42px;
}

.hamburger-box {
  width: 20px;
  height: 16px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hamburger-inner {
  display: block;
  margin-top: -2px;
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  width: 18px;
  height: 2px;
  background-color: #333333;
  border-radius: 5px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner:after,
.hamburger-inner:before {
  content: "";
  display: block;
}

.hamburger-inner:before {
  top: -6px;
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-inner:after {
  bottom: -6px;
  top: -12px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--close {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.hamburger--close:after {
  content: "";
  width: 25px;
  height: 9px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -12px;
  background: url(../img/chevron-top-bordered.svg) no-repeat 0 0;
  z-index: 2;
}

.mm-wrapper_opening .hamburger--open {
  visibility: hidden;
  opacity: 0;
}

.mm-wrapper_opening .hamburger--close {
  visibility: visible;
  opacity: 1;
}

.mm-wrapper_opening .hamburger-inner {
  -webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
          transform: translate3d(0, -6px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mm-wrapper_opening .hamburger-inner:after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.mm-wrapper_opening .hamburger-inner:before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.is-loading {
  position: relative;
}
.is-loading > * {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.is-loading:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7) url(../img/loading-spin.svg) 50% 50% no-repeat;
  border-radius: inherit;
  z-index: 10;
}

.is-loading--overview {
  min-height: 200px;
}
.is-loading--overview > * {
  -webkit-filter: none;
          filter: none;
}
.is-loading--overview:before {
  background-position: 50% 25%;
}

.masked {
  -webkit-mask-image: url(../img/border-cutout.svg);
          mask-image: url(../img/border-cutout.svg);
  -webkit-mask-position: right 0 bottom 0;
          mask-position: right 0 bottom 0;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

/**
 * Multi-column utility
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.multi-column {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  orphans: 1;
  widows: 1;
}
.multi-column > * {
  display: inline-block;
  width: 100%;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.multi-column > .card {
  margin-bottom: 40px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.multi-column-1 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

.multi-column-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.multi-column-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

.multi-column-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}

.multi-column-5 {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
}

.multi-column-6 {
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
}

.multi-column-7 {
  -webkit-column-count: 7;
     -moz-column-count: 7;
          column-count: 7;
}

.multi-column-8 {
  -webkit-column-count: 8;
     -moz-column-count: 8;
          column-count: 8;
}

.multi-column-9 {
  -webkit-column-count: 9;
     -moz-column-count: 9;
          column-count: 9;
}

.multi-column-10 {
  -webkit-column-count: 10;
     -moz-column-count: 10;
          column-count: 10;
}

.multi-column-11 {
  -webkit-column-count: 11;
     -moz-column-count: 11;
          column-count: 11;
}

.multi-column-12 {
  -webkit-column-count: 12;
     -moz-column-count: 12;
          column-count: 12;
}

@media (min-width: 600px) {
  .multi-column-sm-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .multi-column-sm-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .multi-column-sm-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .multi-column-sm-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .multi-column-sm-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
  .multi-column-sm-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
  .multi-column-sm-7 {
    -webkit-column-count: 7;
       -moz-column-count: 7;
            column-count: 7;
  }
  .multi-column-sm-8 {
    -webkit-column-count: 8;
       -moz-column-count: 8;
            column-count: 8;
  }
  .multi-column-sm-9 {
    -webkit-column-count: 9;
       -moz-column-count: 9;
            column-count: 9;
  }
  .multi-column-sm-10 {
    -webkit-column-count: 10;
       -moz-column-count: 10;
            column-count: 10;
  }
  .multi-column-sm-11 {
    -webkit-column-count: 11;
       -moz-column-count: 11;
            column-count: 11;
  }
  .multi-column-sm-12 {
    -webkit-column-count: 12;
       -moz-column-count: 12;
            column-count: 12;
  }
}
@media (min-width: 768px) {
  .multi-column-md-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .multi-column-md-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .multi-column-md-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .multi-column-md-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .multi-column-md-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
  .multi-column-md-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
  .multi-column-md-7 {
    -webkit-column-count: 7;
       -moz-column-count: 7;
            column-count: 7;
  }
  .multi-column-md-8 {
    -webkit-column-count: 8;
       -moz-column-count: 8;
            column-count: 8;
  }
  .multi-column-md-9 {
    -webkit-column-count: 9;
       -moz-column-count: 9;
            column-count: 9;
  }
  .multi-column-md-10 {
    -webkit-column-count: 10;
       -moz-column-count: 10;
            column-count: 10;
  }
  .multi-column-md-11 {
    -webkit-column-count: 11;
       -moz-column-count: 11;
            column-count: 11;
  }
  .multi-column-md-12 {
    -webkit-column-count: 12;
       -moz-column-count: 12;
            column-count: 12;
  }
}
@media (min-width: 992px) {
  .multi-column-lg-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .multi-column-lg-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .multi-column-lg-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .multi-column-lg-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .multi-column-lg-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
  .multi-column-lg-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
  .multi-column-lg-7 {
    -webkit-column-count: 7;
       -moz-column-count: 7;
            column-count: 7;
  }
  .multi-column-lg-8 {
    -webkit-column-count: 8;
       -moz-column-count: 8;
            column-count: 8;
  }
  .multi-column-lg-9 {
    -webkit-column-count: 9;
       -moz-column-count: 9;
            column-count: 9;
  }
  .multi-column-lg-10 {
    -webkit-column-count: 10;
       -moz-column-count: 10;
            column-count: 10;
  }
  .multi-column-lg-11 {
    -webkit-column-count: 11;
       -moz-column-count: 11;
            column-count: 11;
  }
  .multi-column-lg-12 {
    -webkit-column-count: 12;
       -moz-column-count: 12;
            column-count: 12;
  }
}
@media (min-width: 1280px) {
  .multi-column-xl-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .multi-column-xl-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .multi-column-xl-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .multi-column-xl-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .multi-column-xl-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
  .multi-column-xl-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
  .multi-column-xl-7 {
    -webkit-column-count: 7;
       -moz-column-count: 7;
            column-count: 7;
  }
  .multi-column-xl-8 {
    -webkit-column-count: 8;
       -moz-column-count: 8;
            column-count: 8;
  }
  .multi-column-xl-9 {
    -webkit-column-count: 9;
       -moz-column-count: 9;
            column-count: 9;
  }
  .multi-column-xl-10 {
    -webkit-column-count: 10;
       -moz-column-count: 10;
            column-count: 10;
  }
  .multi-column-xl-11 {
    -webkit-column-count: 11;
       -moz-column-count: 11;
            column-count: 11;
  }
  .multi-column-xl-12 {
    -webkit-column-count: 12;
       -moz-column-count: 12;
            column-count: 12;
  }
}
@media (min-width: 1440px) {
  .multi-column-xxl-1 {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  .multi-column-xxl-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
  .multi-column-xxl-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }
  .multi-column-xxl-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
  .multi-column-xxl-5 {
    -webkit-column-count: 5;
       -moz-column-count: 5;
            column-count: 5;
  }
  .multi-column-xxl-6 {
    -webkit-column-count: 6;
       -moz-column-count: 6;
            column-count: 6;
  }
  .multi-column-xxl-7 {
    -webkit-column-count: 7;
       -moz-column-count: 7;
            column-count: 7;
  }
  .multi-column-xxl-8 {
    -webkit-column-count: 8;
       -moz-column-count: 8;
            column-count: 8;
  }
  .multi-column-xxl-9 {
    -webkit-column-count: 9;
       -moz-column-count: 9;
            column-count: 9;
  }
  .multi-column-xxl-10 {
    -webkit-column-count: 10;
       -moz-column-count: 10;
            column-count: 10;
  }
  .multi-column-xxl-11 {
    -webkit-column-count: 11;
       -moz-column-count: 11;
            column-count: 11;
  }
  .multi-column-xxl-12 {
    -webkit-column-count: 12;
       -moz-column-count: 12;
            column-count: 12;
  }
}
.multi-column-gap-0 {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.multi-column-gap-0 > .card {
  margin-bottom: 0;
}

.multi-column-gap-1 {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.multi-column-gap-1 > .card {
  margin-bottom: 10px;
}

.multi-column-gap-2 {
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.multi-column-gap-2 > .card {
  margin-bottom: 20px;
}

.multi-column-gap-3 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.multi-column-gap-3 > .card {
  margin-bottom: 30px;
}

.multi-column-gap-4 {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.multi-column-gap-4 > .card {
  margin-bottom: 40px;
}

.multi-column-gap-5 {
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.multi-column-gap-5 > .card {
  margin-bottom: 60px;
}

.multi-column-gap-6 {
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
.multi-column-gap-6 > .card {
  margin-bottom: 80px;
}

.multi-column-gap-7 {
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
}
.multi-column-gap-7 > .card {
  margin-bottom: 120px;
}

@media (min-width: 600px) {
  .multi-column-gap-sm-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .multi-column-gap-sm-0 > .card {
    margin-bottom: 0;
  }
  .multi-column-gap-sm-1 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .multi-column-gap-sm-1 > .card {
    margin-bottom: 10px;
  }
  .multi-column-gap-sm-2 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .multi-column-gap-sm-2 > .card {
    margin-bottom: 20px;
  }
  .multi-column-gap-sm-3 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .multi-column-gap-sm-3 > .card {
    margin-bottom: 30px;
  }
  .multi-column-gap-sm-4 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .multi-column-gap-sm-4 > .card {
    margin-bottom: 40px;
  }
  .multi-column-gap-sm-5 {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .multi-column-gap-sm-5 > .card {
    margin-bottom: 60px;
  }
  .multi-column-gap-sm-6 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .multi-column-gap-sm-6 > .card {
    margin-bottom: 80px;
  }
  .multi-column-gap-sm-7 {
    -webkit-column-gap: 120px;
       -moz-column-gap: 120px;
            column-gap: 120px;
  }
  .multi-column-gap-sm-7 > .card {
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .multi-column-gap-md-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .multi-column-gap-md-0 > .card {
    margin-bottom: 0;
  }
  .multi-column-gap-md-1 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .multi-column-gap-md-1 > .card {
    margin-bottom: 10px;
  }
  .multi-column-gap-md-2 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .multi-column-gap-md-2 > .card {
    margin-bottom: 20px;
  }
  .multi-column-gap-md-3 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .multi-column-gap-md-3 > .card {
    margin-bottom: 30px;
  }
  .multi-column-gap-md-4 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .multi-column-gap-md-4 > .card {
    margin-bottom: 40px;
  }
  .multi-column-gap-md-5 {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .multi-column-gap-md-5 > .card {
    margin-bottom: 60px;
  }
  .multi-column-gap-md-6 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .multi-column-gap-md-6 > .card {
    margin-bottom: 80px;
  }
  .multi-column-gap-md-7 {
    -webkit-column-gap: 120px;
       -moz-column-gap: 120px;
            column-gap: 120px;
  }
  .multi-column-gap-md-7 > .card {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .multi-column-gap-lg-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .multi-column-gap-lg-0 > .card {
    margin-bottom: 0;
  }
  .multi-column-gap-lg-1 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .multi-column-gap-lg-1 > .card {
    margin-bottom: 10px;
  }
  .multi-column-gap-lg-2 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .multi-column-gap-lg-2 > .card {
    margin-bottom: 20px;
  }
  .multi-column-gap-lg-3 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .multi-column-gap-lg-3 > .card {
    margin-bottom: 30px;
  }
  .multi-column-gap-lg-4 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .multi-column-gap-lg-4 > .card {
    margin-bottom: 40px;
  }
  .multi-column-gap-lg-5 {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .multi-column-gap-lg-5 > .card {
    margin-bottom: 60px;
  }
  .multi-column-gap-lg-6 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .multi-column-gap-lg-6 > .card {
    margin-bottom: 80px;
  }
  .multi-column-gap-lg-7 {
    -webkit-column-gap: 120px;
       -moz-column-gap: 120px;
            column-gap: 120px;
  }
  .multi-column-gap-lg-7 > .card {
    margin-bottom: 120px;
  }
}
@media (min-width: 1280px) {
  .multi-column-gap-xl-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .multi-column-gap-xl-0 > .card {
    margin-bottom: 0;
  }
  .multi-column-gap-xl-1 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .multi-column-gap-xl-1 > .card {
    margin-bottom: 10px;
  }
  .multi-column-gap-xl-2 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .multi-column-gap-xl-2 > .card {
    margin-bottom: 20px;
  }
  .multi-column-gap-xl-3 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .multi-column-gap-xl-3 > .card {
    margin-bottom: 30px;
  }
  .multi-column-gap-xl-4 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .multi-column-gap-xl-4 > .card {
    margin-bottom: 40px;
  }
  .multi-column-gap-xl-5 {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .multi-column-gap-xl-5 > .card {
    margin-bottom: 60px;
  }
  .multi-column-gap-xl-6 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .multi-column-gap-xl-6 > .card {
    margin-bottom: 80px;
  }
  .multi-column-gap-xl-7 {
    -webkit-column-gap: 120px;
       -moz-column-gap: 120px;
            column-gap: 120px;
  }
  .multi-column-gap-xl-7 > .card {
    margin-bottom: 120px;
  }
}
@media (min-width: 1440px) {
  .multi-column-gap-xxl-0 {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .multi-column-gap-xxl-0 > .card {
    margin-bottom: 0;
  }
  .multi-column-gap-xxl-1 {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .multi-column-gap-xxl-1 > .card {
    margin-bottom: 10px;
  }
  .multi-column-gap-xxl-2 {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .multi-column-gap-xxl-2 > .card {
    margin-bottom: 20px;
  }
  .multi-column-gap-xxl-3 {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .multi-column-gap-xxl-3 > .card {
    margin-bottom: 30px;
  }
  .multi-column-gap-xxl-4 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .multi-column-gap-xxl-4 > .card {
    margin-bottom: 40px;
  }
  .multi-column-gap-xxl-5 {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .multi-column-gap-xxl-5 > .card {
    margin-bottom: 60px;
  }
  .multi-column-gap-xxl-6 {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
  .multi-column-gap-xxl-6 > .card {
    margin-bottom: 80px;
  }
  .multi-column-gap-xxl-7 {
    -webkit-column-gap: 120px;
       -moz-column-gap: 120px;
            column-gap: 120px;
  }
  .multi-column-gap-xxl-7 > .card {
    margin-bottom: 120px;
  }
}
/**
 * Text
 *
 * @author Webstores <info at webstores dot nl>
 *         Copyright (c) Webstores Digital Partner <https://www.webstores.nl/>
 */
.text-translucent, .card-text, .dl__term, .price__value--original, .table__property {
  opacity: 0.5;
}

.text-bold {
  font-weight: 700;
}

.text-size-xs {
  font-size: 13px;
  line-height: 24px;
}

.text-size-sm {
  font-size: 13px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .text-size-sm {
    font-size: 15px;
    line-height: 27px;
  }
}

.text-size-lg {
  font-size: 17px;
  line-height: 30px;
}
@media (min-width: 992px) {
  .text-size-lg {
    font-size: 19px;
    line-height: 34px;
  }
}

@media (min-width: 992px) {
  .text-offset-top {
    margin-top: 6.7rem;
  }
}

.text-marked {
  display: inline-block;
  padding: 0.25% 0.625rem;
}

.text-marked--base {
  background-color: #333333;
  color: #fff;
}

.text-marked--primary {
  background-color: #D51317;
  color: #fff;
}

.text-marked--secondary {
  background-color: #3AAA35;
  color: #fff;
}

.text-marked--tertiary {
  background-color: #FBDD00;
  color: #333333;
}

.text-marked--quaternary {
  background-color: #F9F7F7;
  color: #333333;
}

.text-marked--success {
  background-color: #3AAA35;
  color: #fff;
}

.text-marked--info {
  background-color: #76C8E4;
  color: #333333;
}

.text-marked--warning {
  background-color: #FFB436;
  color: #333333;
}

.text-marked--danger {
  background-color: #D51317;
  color: #fff;
}

.text-marked--white {
  background-color: #fff;
  color: #333333;
}

.text-marked--black {
  background-color: #000;
  color: #fff;
}

.text-marked--gray {
  background-color: #F9F7F7;
  color: #333333;
}

.text-facebook {
  color: #3b5998;
}
a.text-facebook:hover {
  color: rgb(44.7393364929, 67.4881516588, 115.2606635071);
}

.text-flickr {
  color: #0063dc;
}
a.text-flickr:hover {
  color: rgb(0, 76.05, 169);
}

.text-foursquare {
  color: #f94877;
}
a.text-foursquare:hover {
  color: rgb(247.380952381, 22.619047619, 82.3015873016);
}

.text-google-plus {
  color: #dd4b39;
}
a.text-google-plus:hover {
  color: rgb(193.7327586207, 50.8793103448, 33.2672413793);
}

.text-instagram {
  color: #e34b88;
}
a.text-instagram:hover {
  color: rgb(217.2115384615, 33.7884615385, 107.3990384615);
}

.text-linkedin {
  color: #0077b5;
}
a.text-linkedin:hover {
  color: rgb(0, 85.4696132597, 130);
}

.text-pinterest {
  color: #bd081c;
}
a.text-pinterest:hover {
  color: rgb(140.0710659898, 5.9289340102, 20.7512690355);
}

.text-snapchat {
  color: #fffc00;
}
a.text-snapchat:hover {
  color: rgb(204, 201.6, 0);
}

.text-tumblr {
  color: #35465c;
}
a.text-tumblr:hover {
  color: rgb(34.3586206897, 45.3793103448, 59.6413793103);
}

.text-twitter {
  color: #1da1f2;
}
a.text-twitter:hover {
  color: rgb(11.9665271967, 133.4728033473, 208.0334728033);
}

.text-vimeo {
  color: #162221;
}
a.text-vimeo:hover {
  color: rgb(1.9642857143, 3.0357142857, 2.9464285714);
}

.text-whatsapp {
  color: #075e54;
}
a.text-whatsapp:hover {
  color: rgb(3.4653465347, 46.5346534653, 41.5841584158);
}

.text-youtube {
  color: #ff0000;
}
a.text-youtube:hover {
  color: #cc0000;
}

.text-adjacent-0:not(:first-child) {
  margin-left: 0;
}
.text-adjacent-0:not(:last-child) {
  margin-right: 0;
}

.text-adjacent-1:not(:first-child), .rating__score:not(:first-child) {
  margin-left: 0.15625rem;
}
.text-adjacent-1:not(:last-child), .rating__score:not(:last-child) {
  margin-right: 0.15625rem;
}

.text-adjacent-2:not(:first-child) {
  margin-left: 0.3125rem;
}
.text-adjacent-2:not(:last-child) {
  margin-right: 0.3125rem;
}

.text-adjacent-3:not(:first-child) {
  margin-left: 0.46875rem;
}
.text-adjacent-3:not(:last-child) {
  margin-right: 0.46875rem;
}

.text-adjacent-4:not(:first-child) {
  margin-left: 0.625rem;
}
.text-adjacent-4:not(:last-child) {
  margin-right: 0.625rem;
}

.text-adjacent-5:not(:first-child) {
  margin-left: 0.9375rem;
}
.text-adjacent-5:not(:last-child) {
  margin-right: 0.9375rem;
}

.text-adjacent-6:not(:first-child) {
  margin-left: 1.25rem;
}
.text-adjacent-6:not(:last-child) {
  margin-right: 1.25rem;
}

.text-adjacent-7:not(:first-child) {
  margin-left: 1.875rem;
}
.text-adjacent-7:not(:last-child) {
  margin-right: 1.875rem;
}

@media (min-width: 600px) {
  .text-adjacent-sm-0:not(:first-child) {
    margin-left: 0;
  }
  .text-adjacent-sm-0:not(:last-child) {
    margin-right: 0;
  }
  .text-adjacent-sm-1:not(:first-child) {
    margin-left: 0.15625rem;
  }
  .text-adjacent-sm-1:not(:last-child) {
    margin-right: 0.15625rem;
  }
  .text-adjacent-sm-2:not(:first-child) {
    margin-left: 0.3125rem;
  }
  .text-adjacent-sm-2:not(:last-child) {
    margin-right: 0.3125rem;
  }
  .text-adjacent-sm-3:not(:first-child) {
    margin-left: 0.46875rem;
  }
  .text-adjacent-sm-3:not(:last-child) {
    margin-right: 0.46875rem;
  }
  .text-adjacent-sm-4:not(:first-child) {
    margin-left: 0.625rem;
  }
  .text-adjacent-sm-4:not(:last-child) {
    margin-right: 0.625rem;
  }
  .text-adjacent-sm-5:not(:first-child) {
    margin-left: 0.9375rem;
  }
  .text-adjacent-sm-5:not(:last-child) {
    margin-right: 0.9375rem;
  }
  .text-adjacent-sm-6:not(:first-child) {
    margin-left: 1.25rem;
  }
  .text-adjacent-sm-6:not(:last-child) {
    margin-right: 1.25rem;
  }
  .text-adjacent-sm-7:not(:first-child) {
    margin-left: 1.875rem;
  }
  .text-adjacent-sm-7:not(:last-child) {
    margin-right: 1.875rem;
  }
}
@media (min-width: 768px) {
  .text-adjacent-md-0:not(:first-child) {
    margin-left: 0;
  }
  .text-adjacent-md-0:not(:last-child) {
    margin-right: 0;
  }
  .text-adjacent-md-1:not(:first-child) {
    margin-left: 0.15625rem;
  }
  .text-adjacent-md-1:not(:last-child) {
    margin-right: 0.15625rem;
  }
  .text-adjacent-md-2:not(:first-child) {
    margin-left: 0.3125rem;
  }
  .text-adjacent-md-2:not(:last-child) {
    margin-right: 0.3125rem;
  }
  .text-adjacent-md-3:not(:first-child) {
    margin-left: 0.46875rem;
  }
  .text-adjacent-md-3:not(:last-child) {
    margin-right: 0.46875rem;
  }
  .text-adjacent-md-4:not(:first-child) {
    margin-left: 0.625rem;
  }
  .text-adjacent-md-4:not(:last-child) {
    margin-right: 0.625rem;
  }
  .text-adjacent-md-5:not(:first-child) {
    margin-left: 0.9375rem;
  }
  .text-adjacent-md-5:not(:last-child) {
    margin-right: 0.9375rem;
  }
  .text-adjacent-md-6:not(:first-child) {
    margin-left: 1.25rem;
  }
  .text-adjacent-md-6:not(:last-child) {
    margin-right: 1.25rem;
  }
  .text-adjacent-md-7:not(:first-child) {
    margin-left: 1.875rem;
  }
  .text-adjacent-md-7:not(:last-child) {
    margin-right: 1.875rem;
  }
}
@media (min-width: 992px) {
  .text-adjacent-lg-0:not(:first-child) {
    margin-left: 0;
  }
  .text-adjacent-lg-0:not(:last-child) {
    margin-right: 0;
  }
  .text-adjacent-lg-1:not(:first-child) {
    margin-left: 0.15625rem;
  }
  .text-adjacent-lg-1:not(:last-child) {
    margin-right: 0.15625rem;
  }
  .text-adjacent-lg-2:not(:first-child) {
    margin-left: 0.3125rem;
  }
  .text-adjacent-lg-2:not(:last-child) {
    margin-right: 0.3125rem;
  }
  .text-adjacent-lg-3:not(:first-child) {
    margin-left: 0.46875rem;
  }
  .text-adjacent-lg-3:not(:last-child) {
    margin-right: 0.46875rem;
  }
  .text-adjacent-lg-4:not(:first-child) {
    margin-left: 0.625rem;
  }
  .text-adjacent-lg-4:not(:last-child) {
    margin-right: 0.625rem;
  }
  .text-adjacent-lg-5:not(:first-child) {
    margin-left: 0.9375rem;
  }
  .text-adjacent-lg-5:not(:last-child) {
    margin-right: 0.9375rem;
  }
  .text-adjacent-lg-6:not(:first-child) {
    margin-left: 1.25rem;
  }
  .text-adjacent-lg-6:not(:last-child) {
    margin-right: 1.25rem;
  }
  .text-adjacent-lg-7:not(:first-child) {
    margin-left: 1.875rem;
  }
  .text-adjacent-lg-7:not(:last-child) {
    margin-right: 1.875rem;
  }
}
@media (min-width: 1280px) {
  .text-adjacent-xl-0:not(:first-child) {
    margin-left: 0;
  }
  .text-adjacent-xl-0:not(:last-child) {
    margin-right: 0;
  }
  .text-adjacent-xl-1:not(:first-child) {
    margin-left: 0.15625rem;
  }
  .text-adjacent-xl-1:not(:last-child) {
    margin-right: 0.15625rem;
  }
  .text-adjacent-xl-2:not(:first-child) {
    margin-left: 0.3125rem;
  }
  .text-adjacent-xl-2:not(:last-child) {
    margin-right: 0.3125rem;
  }
  .text-adjacent-xl-3:not(:first-child) {
    margin-left: 0.46875rem;
  }
  .text-adjacent-xl-3:not(:last-child) {
    margin-right: 0.46875rem;
  }
  .text-adjacent-xl-4:not(:first-child) {
    margin-left: 0.625rem;
  }
  .text-adjacent-xl-4:not(:last-child) {
    margin-right: 0.625rem;
  }
  .text-adjacent-xl-5:not(:first-child) {
    margin-left: 0.9375rem;
  }
  .text-adjacent-xl-5:not(:last-child) {
    margin-right: 0.9375rem;
  }
  .text-adjacent-xl-6:not(:first-child) {
    margin-left: 1.25rem;
  }
  .text-adjacent-xl-6:not(:last-child) {
    margin-right: 1.25rem;
  }
  .text-adjacent-xl-7:not(:first-child) {
    margin-left: 1.875rem;
  }
  .text-adjacent-xl-7:not(:last-child) {
    margin-right: 1.875rem;
  }
}
@media (min-width: 1440px) {
  .text-adjacent-xxl-0:not(:first-child) {
    margin-left: 0;
  }
  .text-adjacent-xxl-0:not(:last-child) {
    margin-right: 0;
  }
  .text-adjacent-xxl-1:not(:first-child) {
    margin-left: 0.15625rem;
  }
  .text-adjacent-xxl-1:not(:last-child) {
    margin-right: 0.15625rem;
  }
  .text-adjacent-xxl-2:not(:first-child) {
    margin-left: 0.3125rem;
  }
  .text-adjacent-xxl-2:not(:last-child) {
    margin-right: 0.3125rem;
  }
  .text-adjacent-xxl-3:not(:first-child) {
    margin-left: 0.46875rem;
  }
  .text-adjacent-xxl-3:not(:last-child) {
    margin-right: 0.46875rem;
  }
  .text-adjacent-xxl-4:not(:first-child) {
    margin-left: 0.625rem;
  }
  .text-adjacent-xxl-4:not(:last-child) {
    margin-right: 0.625rem;
  }
  .text-adjacent-xxl-5:not(:first-child) {
    margin-left: 0.9375rem;
  }
  .text-adjacent-xxl-5:not(:last-child) {
    margin-right: 0.9375rem;
  }
  .text-adjacent-xxl-6:not(:first-child) {
    margin-left: 1.25rem;
  }
  .text-adjacent-xxl-6:not(:last-child) {
    margin-right: 1.25rem;
  }
  .text-adjacent-xxl-7:not(:first-child) {
    margin-left: 1.875rem;
  }
  .text-adjacent-xxl-7:not(:last-child) {
    margin-right: 1.875rem;
  }
}
.text-underlined {
  border-bottom: 1px solid rgba(51, 51, 51, 0.4);
}

.scroll-container {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.spinner {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: -2px 10px 0;
  border-radius: 100%;
  border: 2px solid #D51317;
  border-right-color: transparent;
  -webkit-animation: spin 0.5s infinite linear;
          animation: spin 0.5s infinite linear;
}

.underline {
  display: inline-block;
  border-bottom: 2px solid #D51317;
}
h1.underline,
.h1.underline,
h2.underline,
.h2.underline,
h3.underline,
.h3.underline {
  padding-bottom: 10px;
  border-bottom-width: 4px;
}

.underline--small {
  border-width: 1px;
}

.underline--translucent {
  border-color: rgba(255, 255, 255, 0.2);
}

.background--base {
  position: relative;
  background-color: #333333;
}

.background--base-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #333333;
  z-index: -1;
}

.background--primary {
  position: relative;
  background-color: #D51317;
}

.background--primary-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #D51317;
  z-index: -1;
}

.background--secondary {
  position: relative;
  background-color: #3AAA35;
}

.background--secondary-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #3AAA35;
  z-index: -1;
}

.background--tertiary {
  position: relative;
  background-color: #FBDD00;
}

.background--tertiary-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #FBDD00;
  z-index: -1;
}

.background--quaternary {
  position: relative;
  background-color: #F9F7F7;
}

.background--quaternary-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #F9F7F7;
  z-index: -1;
}

.background--success {
  position: relative;
  background-color: #3AAA35;
}

.background--success-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #3AAA35;
  z-index: -1;
}

.background--info {
  position: relative;
  background-color: #76C8E4;
}

.background--info-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #76C8E4;
  z-index: -1;
}

.background--warning {
  position: relative;
  background-color: #FFB436;
}

.background--warning-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #FFB436;
  z-index: -1;
}

.background--danger {
  position: relative;
  background-color: #D51317;
}

.background--danger-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #D51317;
  z-index: -1;
}

.background--white {
  position: relative;
  background-color: #fff;
}

.background--white-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #fff;
  z-index: -1;
}

.background--black {
  position: relative;
  background-color: #000;
}

.background--black-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #000;
  z-index: -1;
}

.background--gray {
  position: relative;
  background-color: #F9F7F7;
}

.background--gray-after:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  pointer-events: none;
  background: #F9F7F7;
  z-index: -1;
}

.border {
  border: 1px solid rgb(229.5, 229.5, 229.5) !important;
}

.border-top {
  border-top: 1px solid rgb(229.5, 229.5, 229.5) !important;
}

.border-right {
  border-right: 1px solid rgb(229.5, 229.5, 229.5) !important;
}

.border-bottom {
  border-bottom: 1px solid rgb(229.5, 229.5, 229.5) !important;
}

.border-left {
  border-left: 1px solid rgb(229.5, 229.5, 229.5) !important;
}

.border-none {
  border: none !important;
}

@media (min-width: 600px) {
  .border-sm {
    border: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-sm-top {
    border-top: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-sm-right {
    border-right: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-sm-left {
    border-left: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-sm-none {
    border: none !important;
  }
}
@media (min-width: 768px) {
  .border-md {
    border: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-md-top {
    border-top: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-md-right {
    border-right: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-md-left {
    border-left: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-md-none {
    border: none !important;
  }
}
@media (min-width: 992px) {
  .border-lg {
    border: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-lg-top {
    border-top: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-lg-right {
    border-right: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-lg-left {
    border-left: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-lg-none {
    border: none !important;
  }
}
@media (min-width: 1280px) {
  .border-xl {
    border: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-xl-top {
    border-top: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-xl-right {
    border-right: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-xl-left {
    border-left: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-xl-none {
    border: none !important;
  }
}
@media (min-width: 1440px) {
  .border-xxl {
    border: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-xxl-top {
    border-top: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-xxl-right {
    border-right: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-xxl-bottom {
    border-bottom: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-xxl-left {
    border-left: 1px solid rgb(229.5, 229.5, 229.5) !important;
  }
  .border-xxl-none {
    border: none !important;
  }
}
#menu,
.main-header,
.main-footer,
.pane__nav,
.btn--print {
  display: none !important;
}

@media print {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4,
  .col-md-5, .col-md-6, .col-md-7, .col-md-8,
  .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-2 {
    width: 16.66666667% !important;
  }
  .col-md-3 {
    width: 25% !important;
  }
  .col-md-6 {
    width: 50% !important;
  }
}