@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600,700&display=swap);@charset "UTF-8";
/* Dryboy brand brown */
/* Dryboy brand light brown */
/* Dryboy brand lighter brown */
/* Dryboy brand orange */
/* Dryboy brand red */
/* ? */
/* orange to use in buttons etc */
/* Not orange anymore */
/* main text color */
/* grey to use in buttons etc */
/* New button colors */
/* General */
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ae1f23;
  --orange: #f6941d;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3d3836;
  --secondary: #f6941d;
  --success: #3b3c3b;
  --info: #b4b3b2;
  --warning: #ffc107;
  --danger: #ff7b7b;
  --light: #d0cec3;
  --dark: #3d3836;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1515px;
  --font-family-sans-serif: Montserrat, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3d3836;
  text-align: left;
  background-color: #f8f7f6;
}

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 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: #3d3836;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: #3d3836;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

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

button {
  border-radius: 0;
}

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

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  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: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  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 {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@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: 1515px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1400px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.row.extrawide .col-xl,
.row.extrawide .col-xl-auto, .row.extrawide .col-xl-12, .row.extrawide .col-xl-11, .row.extrawide .col-xl-10, .row.extrawide .col-xl-9, .row.extrawide .col-xl-8, .row.extrawide .col-xl-7, .row.extrawide .col-xl-6, .row.extrawide .col-xl-5, .row.extrawide .col-xl-4, .row.extrawide .col-xl-3, .row.extrawide .col-xl-2, .row.extrawide .col-xl-1, .row.extrawide .col-lg,
.row.extrawide .col-lg-auto, .row.extrawide .col-lg-12, .row.extrawide .col-lg-11, .row.extrawide .col-lg-10, .row.extrawide .col-lg-9, .row.extrawide .col-lg-8, .row.extrawide .col-lg-7, .row.extrawide .col-lg-6, .row.extrawide .col-lg-5, .row.extrawide .col-lg-4, .row.extrawide .col-lg-3, .row.extrawide .col-lg-2, .row.extrawide .col-lg-1, .row.extrawide .col-md,
.row.extrawide .col-md-auto, .row.extrawide .col-md-12, .row.extrawide .col-md-11, .row.extrawide .col-md-10, .row.extrawide .col-md-9, .row.extrawide .col-md-8, .row.extrawide .col-md-7, .row.extrawide .col-md-6, .row.extrawide .col-md-5, .row.extrawide .col-md-4, .row.extrawide .col-md-3, .row.extrawide .col-md-2, .row.extrawide .col-md-1, .row.extrawide .col-sm,
.row.extrawide .col-sm-auto, .row.extrawide .col-sm-12, .row.extrawide .col-sm-11, .row.extrawide .col-sm-10, .row.extrawide .col-sm-9, .row.extrawide .col-sm-8, .row.extrawide .col-sm-7, .row.extrawide .col-sm-6, .row.extrawide .col-sm-5, .row.extrawide .col-sm-4, .row.extrawide .col-sm-3, .row.extrawide .col-sm-2, .row.extrawide .col-sm-1, .row.extrawide .col,
.row.extrawide .col-auto, .row.extrawide .col-12, .row.extrawide .col-11, .row.extrawide .col-10, .row.extrawide .col-9, .row.extrawide .col-8, .row.extrawide .col-7, .row.extrawide .col-6, .row.extrawide .col-5, .row.extrawide .col-4, .row.extrawide .col-3, .row.extrawide .col-2, .row.extrawide .col-1, .row.wide .col-xl,
.row.wide .col-xl-auto, .row.wide .col-xl-12, .row.wide .col-xl-11, .row.wide .col-xl-10, .row.wide .col-xl-9, .row.wide .col-xl-8, .row.wide .col-xl-7, .row.wide .col-xl-6, .row.wide .col-xl-5, .row.wide .col-xl-4, .row.wide .col-xl-3, .row.wide .col-xl-2, .row.wide .col-xl-1, .row.wide .col-lg,
.row.wide .col-lg-auto, .row.wide .col-lg-12, .row.wide .col-lg-11, .row.wide .col-lg-10, .row.wide .col-lg-9, .row.wide .col-lg-8, .row.wide .col-lg-7, .row.wide .col-lg-6, .row.wide .col-lg-5, .row.wide .col-lg-4, .row.wide .col-lg-3, .row.wide .col-lg-2, .row.wide .col-lg-1, .row.wide .col-md,
.row.wide .col-md-auto, .row.wide .col-md-12, .row.wide .col-md-11, .row.wide .col-md-10, .row.wide .col-md-9, .row.wide .col-md-8, .row.wide .col-md-7, .row.wide .col-md-6, .row.wide .col-md-5, .row.wide .col-md-4, .row.wide .col-md-3, .row.wide .col-md-2, .row.wide .col-md-1, .row.wide .col-sm,
.row.wide .col-sm-auto, .row.wide .col-sm-12, .row.wide .col-sm-11, .row.wide .col-sm-10, .row.wide .col-sm-9, .row.wide .col-sm-8, .row.wide .col-sm-7, .row.wide .col-sm-6, .row.wide .col-sm-5, .row.wide .col-sm-4, .row.wide .col-sm-3, .row.wide .col-sm-2, .row.wide .col-sm-1, .row.wide .col,
.row.wide .col-auto, .row.wide .col-12, .row.wide .col-11, .row.wide .col-10, .row.wide .col-9, .row.wide .col-8, .row.wide .col-7, .row.wide .col-6, .row.wide .col-5, .row.wide .col-4, .row.wide .col-3, .row.wide .col-2, .row.wide .col-1, .row.tiny .col-xl,
.row.tiny .col-xl-auto, .row.tiny .col-xl-12, .row.tiny .col-xl-11, .row.tiny .col-xl-10, .row.tiny .col-xl-9, .row.tiny .col-xl-8, .row.tiny .col-xl-7, .row.tiny .col-xl-6, .row.tiny .col-xl-5, .row.tiny .col-xl-4, .row.tiny .col-xl-3, .row.tiny .col-xl-2, .row.tiny .col-xl-1, .row.tiny .col-lg,
.row.tiny .col-lg-auto, .row.tiny .col-lg-12, .row.tiny .col-lg-11, .row.tiny .col-lg-10, .row.tiny .col-lg-9, .row.tiny .col-lg-8, .row.tiny .col-lg-7, .row.tiny .col-lg-6, .row.tiny .col-lg-5, .row.tiny .col-lg-4, .row.tiny .col-lg-3, .row.tiny .col-lg-2, .row.tiny .col-lg-1, .row.tiny .col-md,
.row.tiny .col-md-auto, .row.tiny .col-md-12, .row.tiny .col-md-11, .row.tiny .col-md-10, .row.tiny .col-md-9, .row.tiny .col-md-8, .row.tiny .col-md-7, .row.tiny .col-md-6, .row.tiny .col-md-5, .row.tiny .col-md-4, .row.tiny .col-md-3, .row.tiny .col-md-2, .row.tiny .col-md-1, .row.tiny .col-sm,
.row.tiny .col-sm-auto, .row.tiny .col-sm-12, .row.tiny .col-sm-11, .row.tiny .col-sm-10, .row.tiny .col-sm-9, .row.tiny .col-sm-8, .row.tiny .col-sm-7, .row.tiny .col-sm-6, .row.tiny .col-sm-5, .row.tiny .col-sm-4, .row.tiny .col-sm-3, .row.tiny .col-sm-2, .row.tiny .col-sm-1, .row.tiny .col,
.row.tiny .col-auto, .row.tiny .col-12, .row.tiny .col-11, .row.tiny .col-10, .row.tiny .col-9, .row.tiny .col-8, .row.tiny .col-7, .row.tiny .col-6, .row.tiny .col-5, .row.tiny .col-4, .row.tiny .col-3, .row.tiny .col-2, .row.tiny .col-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: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

  .offset-sm-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

  .offset-md-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

  .offset-lg-1 {
    margin-left: 8.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: 1515px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

  .offset-xl-1 {
    margin-left: 8.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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #3d3836;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.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: #3d3836;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #c9c7c7;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #9a9896;
}

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

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

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c8c8c8;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #999a99;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #eaeae9;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #d8d7d7;
}

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

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

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

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

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c9c7c7;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #9a9896;
}

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

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

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

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

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1514.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .wpcf7-uacf7_product_dropdown {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .wpcf7-uacf7_product_dropdown {
    transition: none;
  }
}
.form-control::-ms-expand, .wpcf7-uacf7_product_dropdown::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .wpcf7-uacf7_product_dropdown:focus {
  color: #495057;
  background-color: #fff;
  border-color: #817672;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 56, 54, 0.25);
}
.form-control::-moz-placeholder, .wpcf7-uacf7_product_dropdown::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .wpcf7-uacf7_product_dropdown::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .wpcf7-uacf7_product_dropdown:disabled, .form-control[readonly], [readonly].wpcf7-uacf7_product_dropdown {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #3d3836;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control, textarea.wpcf7-uacf7_product_dropdown {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #3b3c3b;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(59, 60, 59, 0.9);
  border-radius: 0.25rem;
}
.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, .was-validated .wpcf7-uacf7_product_dropdown:valid, .form-control.is-valid, .is-valid.wpcf7-uacf7_product_dropdown {
  border-color: #3b3c3b;
  padding-right: calc(1.5em + 0.75rem) !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='%233b3c3b' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .wpcf7-uacf7_product_dropdown:valid:focus, .form-control.is-valid:focus, .is-valid.wpcf7-uacf7_product_dropdown:focus {
  border-color: #3b3c3b;
  box-shadow: 0 0 0 0.2rem rgba(59, 60, 59, 0.25);
}

.was-validated select.form-control:valid, .was-validated select.wpcf7-uacf7_product_dropdown:valid, select.form-control.is-valid, select.is-valid.wpcf7-uacf7_product_dropdown {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #3b3c3b;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%233b3c3b' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #3b3c3b;
  box-shadow: 0 0 0 0.2rem rgba(59, 60, 59, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #3b3c3b;
}
.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: #3b3c3b;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #3b3c3b;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #545654;
  background-color: #545654;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(59, 60, 59, 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: #3b3c3b;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #3b3c3b;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #3b3c3b;
  box-shadow: 0 0 0 0.2rem rgba(59, 60, 59, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(255, 123, 123, 0.9);
  border-radius: 0.25rem;
}
.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, .was-validated .wpcf7-uacf7_product_dropdown:invalid, .form-control.is-invalid, .is-invalid.wpcf7-uacf7_product_dropdown {
  border-color: #ff7b7b;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff7b7b' 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='%23ff7b7b' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .wpcf7-uacf7_product_dropdown:invalid:focus, .form-control.is-invalid:focus, .is-invalid.wpcf7-uacf7_product_dropdown:focus {
  border-color: #ff7b7b;
  box-shadow: 0 0 0 0.2rem rgba(255, 123, 123, 0.25);
}

.was-validated select.form-control:invalid, .was-validated select.wpcf7-uacf7_product_dropdown:invalid, select.form-control.is-invalid, select.is-invalid.wpcf7-uacf7_product_dropdown {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff7b7b;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff7b7b' 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='%23ff7b7b' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff7b7b;
  box-shadow: 0 0 0 0.2rem rgba(255, 123, 123, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff7b7b;
}
.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: #ff7b7b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff7b7b;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ffaeae;
  background-color: #ffaeae;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 123, 123, 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: #ff7b7b;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff7b7b;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff7b7b;
  box-shadow: 0 0 0 0.2rem rgba(255, 123, 123, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .wpcf7-uacf7_product_dropdown {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .uacf7_repeater_remove, .uacf7_repeater_add {
  display: inline-block;
  font-weight: 400;
  color: #3d3836;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .uacf7_repeater_remove, .uacf7_repeater_add {
    transition: none;
  }
}
.btn:hover, .uacf7_repeater_remove:hover, .uacf7_repeater_add:hover {
  color: #3d3836;
  text-decoration: none;
}
.btn:focus, .uacf7_repeater_remove:focus, .uacf7_repeater_add:focus, .btn.focus, .focus.uacf7_repeater_remove, .focus.uacf7_repeater_add {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 56, 54, 0.25);
}
.btn.disabled, .disabled.uacf7_repeater_remove, .disabled.uacf7_repeater_add, .btn:disabled, .uacf7_repeater_remove:disabled, .uacf7_repeater_add:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .uacf7_repeater_remove:not(:disabled):not(.disabled), .uacf7_repeater_add:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled, a.disabled.uacf7_repeater_remove, a.disabled.uacf7_repeater_add,
fieldset:disabled a.btn,
fieldset:disabled a.uacf7_repeater_remove,
fieldset:disabled a.uacf7_repeater_add {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3d3836;
  border-color: #3d3836;
}
.btn-primary:hover {
  color: #fff;
  background-color: #292524;
  border-color: #221f1e;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #292524;
  border-color: #221f1e;
  box-shadow: 0 0 0 0.2rem rgba(90, 86, 84, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3d3836;
  border-color: #3d3836;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #221f1e;
  border-color: #1b1918;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 86, 84, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #f6941d;
  border-color: #f6941d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #e48109;
  border-color: #d77a09;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #e48109;
  border-color: #d77a09;
  box-shadow: 0 0 0 0.2rem rgba(214, 131, 31, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #212529;
  background-color: #f6941d;
  border-color: #f6941d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #d77a09;
  border-color: #cb7308;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(214, 131, 31, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #3b3c3b;
  border-color: #3b3c3b;
}
.btn-success:hover {
  color: #fff;
  background-color: #282928;
  border-color: #222222;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #282928;
  border-color: #222222;
  box-shadow: 0 0 0 0.2rem rgba(88, 89, 88, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #3b3c3b;
  border-color: #3b3c3b;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #222222;
  border-color: #1b1c1b;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 89, 88, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #b4b3b2;
  border-color: #b4b3b2;
}
.btn-info:hover {
  color: #212529;
  background-color: #a1a09f;
  border-color: #9b9a98;
}
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #a1a09f;
  border-color: #9b9a98;
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 157, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #b4b3b2;
  border-color: #b4b3b2;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #9b9a98;
  border-color: #959392;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 157, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #212529;
  background-color: #ff7b7b;
  border-color: #ff7b7b;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff5454;
  border-color: #ff4848;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ff5454;
  border-color: #ff4848;
  box-shadow: 0 0 0 0.2rem rgba(222, 110, 111, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #212529;
  background-color: #ff7b7b;
  border-color: #ff7b7b;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff4848;
  border-color: #ff3b3b;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 110, 111, 0.5);
}

.btn-light, .uacf7_repeater_add {
  color: #212529;
  background-color: #d0cec3;
  border-color: #d0cec3;
}
.btn-light:hover, .uacf7_repeater_add:hover {
  color: #212529;
  background-color: #bfbcae;
  border-color: #bab7a6;
}
.btn-light:focus, .uacf7_repeater_add:focus, .btn-light.focus, .focus.uacf7_repeater_add {
  color: #212529;
  background-color: #bfbcae;
  border-color: #bab7a6;
  box-shadow: 0 0 0 0.2rem rgba(182, 181, 172, 0.5);
}
.btn-light.disabled, .disabled.uacf7_repeater_add, .btn-light:disabled, .uacf7_repeater_add:disabled {
  color: #212529;
  background-color: #d0cec3;
  border-color: #d0cec3;
}
.btn-light:not(:disabled):not(.disabled):active, .uacf7_repeater_add:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .uacf7_repeater_add:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle, .show > .dropdown-toggle.uacf7_repeater_add {
  color: #212529;
  background-color: #bab7a6;
  border-color: #b4b19f;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .uacf7_repeater_add:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .uacf7_repeater_add:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus, .show > .dropdown-toggle.uacf7_repeater_add:focus {
  box-shadow: 0 0 0 0.2rem rgba(182, 181, 172, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #3d3836;
  border-color: #3d3836;
}
.btn-dark:hover {
  color: #fff;
  background-color: #292524;
  border-color: #221f1e;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #292524;
  border-color: #221f1e;
  box-shadow: 0 0 0 0.2rem rgba(90, 86, 84, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #3d3836;
  border-color: #3d3836;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #221f1e;
  border-color: #1b1918;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(90, 86, 84, 0.5);
}

.btn-outline-primary {
  color: #3d3836;
  border-color: #3d3836;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3d3836;
  border-color: #3d3836;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 56, 54, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3d3836;
  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: #3d3836;
  border-color: #3d3836;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 56, 54, 0.5);
}

.btn-outline-secondary {
  color: #f6941d;
  border-color: #f6941d;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #f6941d;
  border-color: #f6941d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 148, 29, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #f6941d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #f6941d;
  border-color: #f6941d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 148, 29, 0.5);
}

.btn-outline-success {
  color: #3b3c3b;
  border-color: #3b3c3b;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #3b3c3b;
  border-color: #3b3c3b;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 60, 59, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #3b3c3b;
  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: #3b3c3b;
  border-color: #3b3c3b;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 60, 59, 0.5);
}

.btn-outline-info {
  color: #b4b3b2;
  border-color: #b4b3b2;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #b4b3b2;
  border-color: #b4b3b2;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(180, 179, 178, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #b4b3b2;
  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: #212529;
  background-color: #b4b3b2;
  border-color: #b4b3b2;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(180, 179, 178, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ff7b7b;
  border-color: #ff7b7b;
}
.btn-outline-danger:hover {
  color: #212529;
  background-color: #ff7b7b;
  border-color: #ff7b7b;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 123, 123, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff7b7b;
  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: #212529;
  background-color: #ff7b7b;
  border-color: #ff7b7b;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 123, 123, 0.5);
}

.btn-outline-light {
  color: #d0cec3;
  border-color: #d0cec3;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #d0cec3;
  border-color: #d0cec3;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 206, 195, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #d0cec3;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #d0cec3;
  border-color: #d0cec3;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 206, 195, 0.5);
}

.btn-outline-dark {
  color: #3d3836;
  border-color: #3d3836;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #3d3836;
  border-color: #3d3836;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 56, 54, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #3d3836;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #3d3836;
  border-color: #3d3836;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(61, 56, 54, 0.5);
}

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

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .uacf7_repeater_remove, .btn-group-lg > .uacf7_repeater_add {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .uacf7_repeater_remove, .btn-group-sm > .uacf7_repeater_add {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #3d3836;
  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.25rem;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

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

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .uacf7_repeater_remove, .btn-group > .uacf7_repeater_add,
.btn-group-vertical > .btn,
.btn-group-vertical > .uacf7_repeater_remove,
.btn-group-vertical > .uacf7_repeater_add {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > .uacf7_repeater_remove:hover, .btn-group > .uacf7_repeater_add:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .uacf7_repeater_remove:hover,
.btn-group-vertical > .uacf7_repeater_add:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .uacf7_repeater_remove:focus, .btn-group > .uacf7_repeater_add:focus, .btn-group > .btn:active, .btn-group > .uacf7_repeater_remove:active, .btn-group > .uacf7_repeater_add:active, .btn-group > .btn.active, .btn-group > .active.uacf7_repeater_remove, .btn-group > .active.uacf7_repeater_add,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .uacf7_repeater_remove:focus,
.btn-group-vertical > .uacf7_repeater_add:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .uacf7_repeater_remove:active,
.btn-group-vertical > .uacf7_repeater_add:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.uacf7_repeater_remove,
.btn-group-vertical > .active.uacf7_repeater_add {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .uacf7_repeater_remove:not(:first-child), .btn-group > .uacf7_repeater_add:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .uacf7_repeater_remove:not(:last-child):not(.dropdown-toggle), .btn-group > .uacf7_repeater_add:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .uacf7_repeater_remove,
.btn-group > .btn-group:not(:last-child) > .uacf7_repeater_add {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .uacf7_repeater_remove:not(:first-child), .btn-group > .uacf7_repeater_add:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .uacf7_repeater_remove,
.btn-group > .btn-group:not(:first-child) > .uacf7_repeater_add {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.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, .btn-group-sm > .uacf7_repeater_remove + .dropdown-toggle-split, .btn-group-sm > .uacf7_repeater_add + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .uacf7_repeater_remove, .btn-group-vertical > .uacf7_repeater_add,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .uacf7_repeater_remove:not(:first-child), .btn-group-vertical > .uacf7_repeater_add:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .uacf7_repeater_remove:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .uacf7_repeater_add:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .uacf7_repeater_remove,
.btn-group-vertical > .btn-group:not(:last-child) > .uacf7_repeater_add {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .uacf7_repeater_remove:not(:first-child), .btn-group-vertical > .uacf7_repeater_add:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .uacf7_repeater_remove,
.btn-group-vertical > .btn-group:not(:first-child) > .uacf7_repeater_add {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .uacf7_repeater_remove, .btn-group-toggle > .uacf7_repeater_add,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .uacf7_repeater_remove,
.btn-group-toggle > .btn-group > .uacf7_repeater_add {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .uacf7_repeater_remove input[type=radio], .btn-group-toggle > .uacf7_repeater_add input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .uacf7_repeater_remove input[type=checkbox],
.btn-group-toggle > .uacf7_repeater_add input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > .wpcf7-uacf7_product_dropdown,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > .wpcf7-uacf7_product_dropdown + .form-control, .input-group > .form-control + .wpcf7-uacf7_product_dropdown, .input-group > .wpcf7-uacf7_product_dropdown + .wpcf7-uacf7_product_dropdown,
.input-group > .form-control + .custom-select,
.input-group > .wpcf7-uacf7_product_dropdown + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .wpcf7-uacf7_product_dropdown + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .wpcf7-uacf7_product_dropdown,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .wpcf7-uacf7_product_dropdown,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .wpcf7-uacf7_product_dropdown,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > .wpcf7-uacf7_product_dropdown:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child), .input-group > .wpcf7-uacf7_product_dropdown:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child), .input-group:not(.has-validation) > .wpcf7-uacf7_product_dropdown:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3), .input-group.has-validation > .wpcf7-uacf7_product_dropdown:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .uacf7_repeater_remove, .input-group-prepend .uacf7_repeater_add,
.input-group-append .btn,
.input-group-append .uacf7_repeater_remove,
.input-group-append .uacf7_repeater_add {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .uacf7_repeater_remove:focus, .input-group-prepend .uacf7_repeater_add:focus,
.input-group-append .btn:focus,
.input-group-append .uacf7_repeater_remove:focus,
.input-group-append .uacf7_repeater_add:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .uacf7_repeater_remove + .btn, .input-group-prepend .btn + .uacf7_repeater_remove, .input-group-prepend .uacf7_repeater_remove + .uacf7_repeater_remove, .input-group-prepend .uacf7_repeater_add + .btn, .input-group-prepend .uacf7_repeater_add + .uacf7_repeater_remove, .input-group-prepend .btn + .uacf7_repeater_add, .input-group-prepend .uacf7_repeater_remove + .uacf7_repeater_add, .input-group-prepend .uacf7_repeater_add + .uacf7_repeater_add,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .uacf7_repeater_remove + .input-group-text,
.input-group-prepend .uacf7_repeater_add + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .uacf7_repeater_remove,
.input-group-prepend .input-group-text + .uacf7_repeater_add,
.input-group-append .btn + .btn,
.input-group-append .uacf7_repeater_remove + .btn,
.input-group-append .btn + .uacf7_repeater_remove,
.input-group-append .uacf7_repeater_remove + .uacf7_repeater_remove,
.input-group-append .uacf7_repeater_add + .btn,
.input-group-append .uacf7_repeater_add + .uacf7_repeater_remove,
.input-group-append .btn + .uacf7_repeater_add,
.input-group-append .uacf7_repeater_remove + .uacf7_repeater_add,
.input-group-append .uacf7_repeater_add + .uacf7_repeater_add,
.input-group-append .btn + .input-group-text,
.input-group-append .uacf7_repeater_remove + .input-group-text,
.input-group-append .uacf7_repeater_add + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .uacf7_repeater_remove,
.input-group-append .input-group-text + .uacf7_repeater_add {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.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 > .wpcf7-uacf7_product_dropdown:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > .wpcf7-uacf7_product_dropdown,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .uacf7_repeater_remove,
.input-group-lg > .input-group-prepend > .uacf7_repeater_add,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .uacf7_repeater_remove,
.input-group-lg > .input-group-append > .uacf7_repeater_add {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .wpcf7-uacf7_product_dropdown:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > .wpcf7-uacf7_product_dropdown,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .uacf7_repeater_remove,
.input-group-sm > .input-group-prepend > .uacf7_repeater_add,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .uacf7_repeater_remove,
.input-group-sm > .input-group-append > .uacf7_repeater_add {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .uacf7_repeater_remove, .input-group > .input-group-prepend > .uacf7_repeater_add,
.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) > .uacf7_repeater_remove,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .uacf7_repeater_add,
.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) > .uacf7_repeater_remove,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .uacf7_repeater_add,
.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 > .uacf7_repeater_remove:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .uacf7_repeater_add: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 > .uacf7_repeater_remove, .input-group > .input-group-append > .uacf7_repeater_add,
.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) > .uacf7_repeater_remove,
.input-group > .input-group-prepend:not(:first-child) > .uacf7_repeater_add,
.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 > .uacf7_repeater_remove:not(:first-child),
.input-group > .input-group-prepend:first-child > .uacf7_repeater_add: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.5rem;
  padding-left: 1.7rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.2rem;
  height: 1.35rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #3b3c3b;
  border-color: #fff;
  background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(61, 56, 54, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #817672;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #99908c;
  border-color: #bbb;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%233b3c3b' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #3d3836;
  background-color: #3d3836;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%233b3c3b' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(61, 56, 54, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(61, 56, 54, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%233b3c3b'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(61, 56, 54, 0.5);
}

.custom-switch {
  padding-left: 2.6rem;
}
.custom-switch .custom-control-label::before {
  left: -2.6rem;
  width: 2.1rem;
  pointer-events: all;
  border-radius: 0.6rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.15rem + 2px);
  left: calc(-2.6rem + 2px);
  width: calc(1.2rem - 4px);
  height: calc(1.2rem - 4px);
  background-color: #bbb;
  border-radius: 0.6rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.9rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(61, 56, 54, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #817672;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 56, 54, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #817672;
  box-shadow: 0 0 0 0.2rem rgba(61, 56, 54, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8f7f6, 0 0 0 0.2rem rgba(61, 56, 54, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8f7f6, 0 0 0 0.2rem rgba(61, 56, 54, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8f7f6, 0 0 0 0.2rem rgba(61, 56, 54, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3d3836;
  border: 0;
  border-radius: 1rem;
  -webkit-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-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #99908c;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3d3836;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #99908c;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #3d3836;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #99908c;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3d3836;
}

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

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1514.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1515px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.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.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

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

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

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

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

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -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: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3d3836;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #3d3836;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 56, 54, 0.25);
}

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .uacf7_repeater_remove .badge, .uacf7_repeater_add .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #3d3836;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #221f1e;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 56, 54, 0.5);
}

.badge-secondary {
  color: #212529;
  background-color: #f6941d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #212529;
  background-color: #d77a09;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(246, 148, 29, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #3b3c3b;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #222222;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(59, 60, 59, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #b4b3b2;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: #9b9a98;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(180, 179, 178, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #212529;
  background-color: #ff7b7b;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #212529;
  background-color: #ff4848;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 123, 123, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #d0cec3;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #bab7a6;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(208, 206, 195, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #3d3836;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #221f1e;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(61, 56, 54, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #201d1c;
  background-color: #d8d7d7;
  border-color: #c9c7c7;
}
.alert-primary hr {
  border-top-color: #bcbaba;
}
.alert-primary .alert-link {
  color: #050404;
}

.alert-secondary {
  color: #804d0f;
  background-color: #fdead2;
  border-color: #fce1c0;
}
.alert-secondary hr {
  border-top-color: #fbd5a8;
}
.alert-secondary .alert-link {
  color: #52320a;
}

.alert-success {
  color: #1f1f1f;
  background-color: #d8d8d8;
  border-color: #c8c8c8;
}
.alert-success hr {
  border-top-color: #bbbbbb;
}
.alert-success .alert-link {
  color: #060606;
}

.alert-info {
  color: #5e5d5d;
  background-color: #f0f0f0;
  border-color: #eaeae9;
}
.alert-info hr {
  border-top-color: #dededc;
}
.alert-info .alert-link {
  color: #444444;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #854040;
  background-color: #ffe5e5;
  border-color: #ffdada;
}
.alert-danger hr {
  border-top-color: #ffc1c1;
}
.alert-danger .alert-link {
  color: #632f2f;
}

.alert-light {
  color: #6c6b65;
  background-color: #f6f5f3;
  border-color: #f2f1ee;
}
.alert-light hr {
  border-top-color: #e7e5e0;
}
.alert-light .alert-link {
  color: #52514c;
}

.alert-dark {
  color: #201d1c;
  background-color: #d8d7d7;
  border-color: #c9c7c7;
}
.alert-dark hr {
  border-top-color: #bcbaba;
}
.alert-dark .alert-link {
  color: #050404;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3d3836;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #3d3836;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3d3836;
  border-color: #3d3836;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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: 1515px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #201d1c;
  background-color: #c9c7c7;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #201d1c;
  background-color: #bcbaba;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #201d1c;
  border-color: #201d1c;
}

.list-group-item-secondary {
  color: #804d0f;
  background-color: #fce1c0;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #804d0f;
  background-color: #fbd5a8;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #804d0f;
  border-color: #804d0f;
}

.list-group-item-success {
  color: #1f1f1f;
  background-color: #c8c8c8;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1f1f1f;
  background-color: #bbbbbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}

.list-group-item-info {
  color: #5e5d5d;
  background-color: #eaeae9;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #5e5d5d;
  background-color: #dededc;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #5e5d5d;
  border-color: #5e5d5d;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #854040;
  background-color: #ffdada;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #854040;
  background-color: #ffc1c1;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #854040;
  border-color: #854040;
}

.list-group-item-light {
  color: #6c6b65;
  background-color: #f2f1ee;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #6c6b65;
  background-color: #e7e5e0;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #6c6b65;
  border-color: #6c6b65;
}

.list-group-item-dark {
  color: #201d1c;
  background-color: #c9c7c7;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #201d1c;
  background-color: #bcbaba;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #201d1c;
  border-color: #201d1c;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1515px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #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.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(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.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

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

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #3d3836 !important;
}

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

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

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

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

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

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

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

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

.border-dark {
  border-color: #3d3836 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1515px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.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 {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

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

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

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

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

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

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

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

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

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

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

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

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1515px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

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

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1515px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-7,
.mx-7 {
  margin-left: 1.75rem !important;
}

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

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

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

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

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

.m-9 {
  margin: 2.25rem !important;
}

.mt-9,
.my-9 {
  margin-top: 2.25rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 2.25rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 2.25rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 2.25rem !important;
}

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

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

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

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

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

.m-11 {
  margin: 2.75rem !important;
}

.mt-11,
.my-11 {
  margin-top: 2.75rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 2.75rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 2.75rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 2.75rem !important;
}

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

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

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

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

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

.m-13 {
  margin: 3.5rem !important;
}

.mt-13,
.my-13 {
  margin-top: 3.5rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 3.5rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 3.5rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 3.5rem !important;
}

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

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

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

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

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

.m-15 {
  margin: 4.5rem !important;
}

.mt-15,
.my-15 {
  margin-top: 4.5rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 4.5rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 4.5rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 4.5rem !important;
}

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

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

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

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

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

.m-17 {
  margin: 5.5rem !important;
}

.mt-17,
.my-17 {
  margin-top: 5.5rem !important;
}

.mr-17,
.mx-17 {
  margin-right: 5.5rem !important;
}

.mb-17,
.my-17 {
  margin-bottom: 5.5rem !important;
}

.ml-17,
.mx-17 {
  margin-left: 5.5rem !important;
}

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-9 {
  padding: 2.25rem !important;
}

.pt-9,
.py-9 {
  padding-top: 2.25rem !important;
}

.pr-9,
.px-9 {
  padding-right: 2.25rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 2.25rem !important;
}

.pl-9,
.px-9 {
  padding-left: 2.25rem !important;
}

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

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

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

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

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

.p-11 {
  padding: 2.75rem !important;
}

.pt-11,
.py-11 {
  padding-top: 2.75rem !important;
}

.pr-11,
.px-11 {
  padding-right: 2.75rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 2.75rem !important;
}

.pl-11,
.px-11 {
  padding-left: 2.75rem !important;
}

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

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

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

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

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

.p-13 {
  padding: 3.5rem !important;
}

.pt-13,
.py-13 {
  padding-top: 3.5rem !important;
}

.pr-13,
.px-13 {
  padding-right: 3.5rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 3.5rem !important;
}

.pl-13,
.px-13 {
  padding-left: 3.5rem !important;
}

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

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

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

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

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

.p-15 {
  padding: 4.5rem !important;
}

.pt-15,
.py-15 {
  padding-top: 4.5rem !important;
}

.pr-15,
.px-15 {
  padding-right: 4.5rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 4.5rem !important;
}

.pl-15,
.px-15 {
  padding-left: 4.5rem !important;
}

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

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

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

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

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

.p-17 {
  padding: 5.5rem !important;
}

.pt-17,
.py-17 {
  padding-top: 5.5rem !important;
}

.pr-17,
.px-17 {
  padding-right: 5.5rem !important;
}

.pb-17,
.py-17 {
  padding-bottom: 5.5rem !important;
}

.pl-17,
.px-17 {
  padding-left: 5.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n7,
.mx-n7 {
  margin-left: -1.75rem !important;
}

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

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

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

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

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

.m-n9 {
  margin: -2.25rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -2.25rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -2.25rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -2.25rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -2.25rem !important;
}

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

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

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

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

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

.m-n11 {
  margin: -2.75rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -2.75rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -2.75rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -2.75rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -2.75rem !important;
}

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

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

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

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

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

.m-n13 {
  margin: -3.5rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -3.5rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -3.5rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -3.5rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -3.5rem !important;
}

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

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

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

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

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

.m-n15 {
  margin: -4.5rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -4.5rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -4.5rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -4.5rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -4.5rem !important;
}

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

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

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

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

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

.m-n17 {
  margin: -5.5rem !important;
}

.mt-n17,
.my-n17 {
  margin-top: -5.5rem !important;
}

.mr-n17,
.mx-n17 {
  margin-right: -5.5rem !important;
}

.mb-n17,
.my-n17 {
  margin-bottom: -5.5rem !important;
}

.ml-n17,
.mx-n17 {
  margin-left: -5.5rem !important;
}

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 1.75rem !important;
  }

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

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

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

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

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

  .m-sm-9 {
    margin: 2.25rem !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 2.25rem !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 2.25rem !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 2.25rem !important;
  }

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

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

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

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

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

  .m-sm-11 {
    margin: 2.75rem !important;
  }

  .mt-sm-11,
.my-sm-11 {
    margin-top: 2.75rem !important;
  }

  .mr-sm-11,
.mx-sm-11 {
    margin-right: 2.75rem !important;
  }

  .mb-sm-11,
.my-sm-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-sm-11,
.mx-sm-11 {
    margin-left: 2.75rem !important;
  }

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

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

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

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

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

  .m-sm-13 {
    margin: 3.5rem !important;
  }

  .mt-sm-13,
.my-sm-13 {
    margin-top: 3.5rem !important;
  }

  .mr-sm-13,
.mx-sm-13 {
    margin-right: 3.5rem !important;
  }

  .mb-sm-13,
.my-sm-13 {
    margin-bottom: 3.5rem !important;
  }

  .ml-sm-13,
.mx-sm-13 {
    margin-left: 3.5rem !important;
  }

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

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

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

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

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

  .m-sm-15 {
    margin: 4.5rem !important;
  }

  .mt-sm-15,
.my-sm-15 {
    margin-top: 4.5rem !important;
  }

  .mr-sm-15,
.mx-sm-15 {
    margin-right: 4.5rem !important;
  }

  .mb-sm-15,
.my-sm-15 {
    margin-bottom: 4.5rem !important;
  }

  .ml-sm-15,
.mx-sm-15 {
    margin-left: 4.5rem !important;
  }

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

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

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

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

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

  .m-sm-17 {
    margin: 5.5rem !important;
  }

  .mt-sm-17,
.my-sm-17 {
    margin-top: 5.5rem !important;
  }

  .mr-sm-17,
.mx-sm-17 {
    margin-right: 5.5rem !important;
  }

  .mb-sm-17,
.my-sm-17 {
    margin-bottom: 5.5rem !important;
  }

  .ml-sm-17,
.mx-sm-17 {
    margin-left: 5.5rem !important;
  }

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

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

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

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

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

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-9 {
    padding: 2.25rem !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 2.25rem !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 2.25rem !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 2.25rem !important;
  }

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

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

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

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

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

  .p-sm-11 {
    padding: 2.75rem !important;
  }

  .pt-sm-11,
.py-sm-11 {
    padding-top: 2.75rem !important;
  }

  .pr-sm-11,
.px-sm-11 {
    padding-right: 2.75rem !important;
  }

  .pb-sm-11,
.py-sm-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-sm-11,
.px-sm-11 {
    padding-left: 2.75rem !important;
  }

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

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

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

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

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

  .p-sm-13 {
    padding: 3.5rem !important;
  }

  .pt-sm-13,
.py-sm-13 {
    padding-top: 3.5rem !important;
  }

  .pr-sm-13,
.px-sm-13 {
    padding-right: 3.5rem !important;
  }

  .pb-sm-13,
.py-sm-13 {
    padding-bottom: 3.5rem !important;
  }

  .pl-sm-13,
.px-sm-13 {
    padding-left: 3.5rem !important;
  }

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

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

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

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

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

  .p-sm-15 {
    padding: 4.5rem !important;
  }

  .pt-sm-15,
.py-sm-15 {
    padding-top: 4.5rem !important;
  }

  .pr-sm-15,
.px-sm-15 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-15,
.py-sm-15 {
    padding-bottom: 4.5rem !important;
  }

  .pl-sm-15,
.px-sm-15 {
    padding-left: 4.5rem !important;
  }

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

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

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

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

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

  .p-sm-17 {
    padding: 5.5rem !important;
  }

  .pt-sm-17,
.py-sm-17 {
    padding-top: 5.5rem !important;
  }

  .pr-sm-17,
.px-sm-17 {
    padding-right: 5.5rem !important;
  }

  .pb-sm-17,
.py-sm-17 {
    padding-bottom: 5.5rem !important;
  }

  .pl-sm-17,
.px-sm-17 {
    padding-left: 5.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -1.75rem !important;
  }

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

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

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

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

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

  .m-sm-n9 {
    margin: -2.25rem !important;
  }

  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -2.25rem !important;
  }

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

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

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

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

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

  .m-sm-n11 {
    margin: -2.75rem !important;
  }

  .mt-sm-n11,
.my-sm-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-sm-n11,
.mx-sm-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-sm-n11,
.my-sm-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-sm-n11,
.mx-sm-n11 {
    margin-left: -2.75rem !important;
  }

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

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

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

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

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

  .m-sm-n13 {
    margin: -3.5rem !important;
  }

  .mt-sm-n13,
.my-sm-n13 {
    margin-top: -3.5rem !important;
  }

  .mr-sm-n13,
.mx-sm-n13 {
    margin-right: -3.5rem !important;
  }

  .mb-sm-n13,
.my-sm-n13 {
    margin-bottom: -3.5rem !important;
  }

  .ml-sm-n13,
.mx-sm-n13 {
    margin-left: -3.5rem !important;
  }

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

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

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

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

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

  .m-sm-n15 {
    margin: -4.5rem !important;
  }

  .mt-sm-n15,
.my-sm-n15 {
    margin-top: -4.5rem !important;
  }

  .mr-sm-n15,
.mx-sm-n15 {
    margin-right: -4.5rem !important;
  }

  .mb-sm-n15,
.my-sm-n15 {
    margin-bottom: -4.5rem !important;
  }

  .ml-sm-n15,
.mx-sm-n15 {
    margin-left: -4.5rem !important;
  }

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

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

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

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

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

  .m-sm-n17 {
    margin: -5.5rem !important;
  }

  .mt-sm-n17,
.my-sm-n17 {
    margin-top: -5.5rem !important;
  }

  .mr-sm-n17,
.mx-sm-n17 {
    margin-right: -5.5rem !important;
  }

  .mb-sm-n17,
.my-sm-n17 {
    margin-bottom: -5.5rem !important;
  }

  .ml-sm-n17,
.mx-sm-n17 {
    margin-left: -5.5rem !important;
  }

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

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

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

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

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

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-7,
.mx-md-7 {
    margin-left: 1.75rem !important;
  }

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

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

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

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

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

  .m-md-9 {
    margin: 2.25rem !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 2.25rem !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 2.25rem !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 2.25rem !important;
  }

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

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

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

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

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

  .m-md-11 {
    margin: 2.75rem !important;
  }

  .mt-md-11,
.my-md-11 {
    margin-top: 2.75rem !important;
  }

  .mr-md-11,
.mx-md-11 {
    margin-right: 2.75rem !important;
  }

  .mb-md-11,
.my-md-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-md-11,
.mx-md-11 {
    margin-left: 2.75rem !important;
  }

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

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

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

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

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

  .m-md-13 {
    margin: 3.5rem !important;
  }

  .mt-md-13,
.my-md-13 {
    margin-top: 3.5rem !important;
  }

  .mr-md-13,
.mx-md-13 {
    margin-right: 3.5rem !important;
  }

  .mb-md-13,
.my-md-13 {
    margin-bottom: 3.5rem !important;
  }

  .ml-md-13,
.mx-md-13 {
    margin-left: 3.5rem !important;
  }

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

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

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

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

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

  .m-md-15 {
    margin: 4.5rem !important;
  }

  .mt-md-15,
.my-md-15 {
    margin-top: 4.5rem !important;
  }

  .mr-md-15,
.mx-md-15 {
    margin-right: 4.5rem !important;
  }

  .mb-md-15,
.my-md-15 {
    margin-bottom: 4.5rem !important;
  }

  .ml-md-15,
.mx-md-15 {
    margin-left: 4.5rem !important;
  }

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

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

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

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

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

  .m-md-17 {
    margin: 5.5rem !important;
  }

  .mt-md-17,
.my-md-17 {
    margin-top: 5.5rem !important;
  }

  .mr-md-17,
.mx-md-17 {
    margin-right: 5.5rem !important;
  }

  .mb-md-17,
.my-md-17 {
    margin-bottom: 5.5rem !important;
  }

  .ml-md-17,
.mx-md-17 {
    margin-left: 5.5rem !important;
  }

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

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

  .mr-md-18,
.mx-md-18 {
    margin-right: 6rem !important;
  }

  .mb-md-18,
.my-md-18 {
    margin-bottom: 6rem !important;
  }

  .ml-md-18,
.mx-md-18 {
    margin-left: 6rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 0.75rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 0.75rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 0.75rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 0.75rem !important;
  }

  .p-md-4 {
    padding: 1rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1rem !important;
  }

  .p-md-5 {
    padding: 1.25rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 1.25rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 1.25rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 1.25rem !important;
  }

  .p-md-6 {
    padding: 1.5rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 1.5rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 1.5rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 1.5rem !important;
  }

  .p-md-7 {
    padding: 1.75rem !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 1.75rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 1.75rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 1.75rem !important;
  }

  .p-md-8 {
    padding: 2rem !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 2rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 2rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 2rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 2rem !important;
  }

  .p-md-9 {
    padding: 2.25rem !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 2.25rem !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 2.25rem !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 2.25rem !important;
  }

  .p-md-10 {
    padding: 2.5rem !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 2.5rem !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 2.5rem !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 2.5rem !important;
  }

  .p-md-11 {
    padding: 2.75rem !important;
  }

  .pt-md-11,
.py-md-11 {
    padding-top: 2.75rem !important;
  }

  .pr-md-11,
.px-md-11 {
    padding-right: 2.75rem !important;
  }

  .pb-md-11,
.py-md-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-md-11,
.px-md-11 {
    padding-left: 2.75rem !important;
  }

  .p-md-12 {
    padding: 3rem !important;
  }

  .pt-md-12,
.py-md-12 {
    padding-top: 3rem !important;
  }

  .pr-md-12,
.px-md-12 {
    padding-right: 3rem !important;
  }

  .pb-md-12,
.py-md-12 {
    padding-bottom: 3rem !important;
  }

  .pl-md-12,
.px-md-12 {
    padding-left: 3rem !important;
  }

  .p-md-13 {
    padding: 3.5rem !important;
  }

  .pt-md-13,
.py-md-13 {
    padding-top: 3.5rem !important;
  }

  .pr-md-13,
.px-md-13 {
    padding-right: 3.5rem !important;
  }

  .pb-md-13,
.py-md-13 {
    padding-bottom: 3.5rem !important;
  }

  .pl-md-13,
.px-md-13 {
    padding-left: 3.5rem !important;
  }

  .p-md-14 {
    padding: 4rem !important;
  }

  .pt-md-14,
.py-md-14 {
    padding-top: 4rem !important;
  }

  .pr-md-14,
.px-md-14 {
    padding-right: 4rem !important;
  }

  .pb-md-14,
.py-md-14 {
    padding-bottom: 4rem !important;
  }

  .pl-md-14,
.px-md-14 {
    padding-left: 4rem !important;
  }

  .p-md-15 {
    padding: 4.5rem !important;
  }

  .pt-md-15,
.py-md-15 {
    padding-top: 4.5rem !important;
  }

  .pr-md-15,
.px-md-15 {
    padding-right: 4.5rem !important;
  }

  .pb-md-15,
.py-md-15 {
    padding-bottom: 4.5rem !important;
  }

  .pl-md-15,
.px-md-15 {
    padding-left: 4.5rem !important;
  }

  .p-md-16 {
    padding: 5rem !important;
  }

  .pt-md-16,
.py-md-16 {
    padding-top: 5rem !important;
  }

  .pr-md-16,
.px-md-16 {
    padding-right: 5rem !important;
  }

  .pb-md-16,
.py-md-16 {
    padding-bottom: 5rem !important;
  }

  .pl-md-16,
.px-md-16 {
    padding-left: 5rem !important;
  }

  .p-md-17 {
    padding: 5.5rem !important;
  }

  .pt-md-17,
.py-md-17 {
    padding-top: 5.5rem !important;
  }

  .pr-md-17,
.px-md-17 {
    padding-right: 5.5rem !important;
  }

  .pb-md-17,
.py-md-17 {
    padding-bottom: 5.5rem !important;
  }

  .pl-md-17,
.px-md-17 {
    padding-left: 5.5rem !important;
  }

  .p-md-18 {
    padding: 6rem !important;
  }

  .pt-md-18,
.py-md-18 {
    padding-top: 6rem !important;
  }

  .pr-md-18,
.px-md-18 {
    padding-right: 6rem !important;
  }

  .pb-md-18,
.py-md-18 {
    padding-bottom: 6rem !important;
  }

  .pl-md-18,
.px-md-18 {
    padding-left: 6rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -0.75rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -0.75rem !important;
  }

  .m-md-n4 {
    margin: -1rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1rem !important;
  }

  .m-md-n5 {
    margin: -1.25rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -1.25rem !important;
  }

  .m-md-n6 {
    margin: -1.5rem !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -1.5rem !important;
  }

  .m-md-n7 {
    margin: -1.75rem !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -1.75rem !important;
  }

  .m-md-n8 {
    margin: -2rem !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -2rem !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -2rem !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -2rem !important;
  }

  .m-md-n9 {
    margin: -2.25rem !important;
  }

  .mt-md-n9,
.my-md-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-md-n9,
.mx-md-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-md-n9,
.mx-md-n9 {
    margin-left: -2.25rem !important;
  }

  .m-md-n10 {
    margin: -2.5rem !important;
  }

  .mt-md-n10,
.my-md-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-md-n10,
.mx-md-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -2.5rem !important;
  }

  .m-md-n11 {
    margin: -2.75rem !important;
  }

  .mt-md-n11,
.my-md-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-md-n11,
.mx-md-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-md-n11,
.my-md-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-md-n11,
.mx-md-n11 {
    margin-left: -2.75rem !important;
  }

  .m-md-n12 {
    margin: -3rem !important;
  }

  .mt-md-n12,
.my-md-n12 {
    margin-top: -3rem !important;
  }

  .mr-md-n12,
.mx-md-n12 {
    margin-right: -3rem !important;
  }

  .mb-md-n12,
.my-md-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n12,
.mx-md-n12 {
    margin-left: -3rem !important;
  }

  .m-md-n13 {
    margin: -3.5rem !important;
  }

  .mt-md-n13,
.my-md-n13 {
    margin-top: -3.5rem !important;
  }

  .mr-md-n13,
.mx-md-n13 {
    margin-right: -3.5rem !important;
  }

  .mb-md-n13,
.my-md-n13 {
    margin-bottom: -3.5rem !important;
  }

  .ml-md-n13,
.mx-md-n13 {
    margin-left: -3.5rem !important;
  }

  .m-md-n14 {
    margin: -4rem !important;
  }

  .mt-md-n14,
.my-md-n14 {
    margin-top: -4rem !important;
  }

  .mr-md-n14,
.mx-md-n14 {
    margin-right: -4rem !important;
  }

  .mb-md-n14,
.my-md-n14 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n14,
.mx-md-n14 {
    margin-left: -4rem !important;
  }

  .m-md-n15 {
    margin: -4.5rem !important;
  }

  .mt-md-n15,
.my-md-n15 {
    margin-top: -4.5rem !important;
  }

  .mr-md-n15,
.mx-md-n15 {
    margin-right: -4.5rem !important;
  }

  .mb-md-n15,
.my-md-n15 {
    margin-bottom: -4.5rem !important;
  }

  .ml-md-n15,
.mx-md-n15 {
    margin-left: -4.5rem !important;
  }

  .m-md-n16 {
    margin: -5rem !important;
  }

  .mt-md-n16,
.my-md-n16 {
    margin-top: -5rem !important;
  }

  .mr-md-n16,
.mx-md-n16 {
    margin-right: -5rem !important;
  }

  .mb-md-n16,
.my-md-n16 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n16,
.mx-md-n16 {
    margin-left: -5rem !important;
  }

  .m-md-n17 {
    margin: -5.5rem !important;
  }

  .mt-md-n17,
.my-md-n17 {
    margin-top: -5.5rem !important;
  }

  .mr-md-n17,
.mx-md-n17 {
    margin-right: -5.5rem !important;
  }

  .mb-md-n17,
.my-md-n17 {
    margin-bottom: -5.5rem !important;
  }

  .ml-md-n17,
.mx-md-n17 {
    margin-left: -5.5rem !important;
  }

  .m-md-n18 {
    margin: -6rem !important;
  }

  .mt-md-n18,
.my-md-n18 {
    margin-top: -6rem !important;
  }

  .mr-md-n18,
.mx-md-n18 {
    margin-right: -6rem !important;
  }

  .mb-md-n18,
.my-md-n18 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n18,
.mx-md-n18 {
    margin-left: -6rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 0.75rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 0.75rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 0.75rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 0.75rem !important;
  }

  .m-lg-4 {
    margin: 1rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1rem !important;
  }

  .m-lg-5 {
    margin: 1.25rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 1.25rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 1.25rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 1.25rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 1.25rem !important;
  }

  .m-lg-6 {
    margin: 1.5rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 1.5rem !important;
  }

  .m-lg-7 {
    margin: 1.75rem !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 1.75rem !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 1.75rem !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 1.75rem !important;
  }

  .m-lg-8 {
    margin: 2rem !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 2rem !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 2rem !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 2rem !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 2rem !important;
  }

  .m-lg-9 {
    margin: 2.25rem !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 2.25rem !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 2.25rem !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 2.25rem !important;
  }

  .m-lg-10 {
    margin: 2.5rem !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 2.5rem !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 2.5rem !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 2.5rem !important;
  }

  .m-lg-11 {
    margin: 2.75rem !important;
  }

  .mt-lg-11,
.my-lg-11 {
    margin-top: 2.75rem !important;
  }

  .mr-lg-11,
.mx-lg-11 {
    margin-right: 2.75rem !important;
  }

  .mb-lg-11,
.my-lg-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-lg-11,
.mx-lg-11 {
    margin-left: 2.75rem !important;
  }

  .m-lg-12 {
    margin: 3rem !important;
  }

  .mt-lg-12,
.my-lg-12 {
    margin-top: 3rem !important;
  }

  .mr-lg-12,
.mx-lg-12 {
    margin-right: 3rem !important;
  }

  .mb-lg-12,
.my-lg-12 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-12,
.mx-lg-12 {
    margin-left: 3rem !important;
  }

  .m-lg-13 {
    margin: 3.5rem !important;
  }

  .mt-lg-13,
.my-lg-13 {
    margin-top: 3.5rem !important;
  }

  .mr-lg-13,
.mx-lg-13 {
    margin-right: 3.5rem !important;
  }

  .mb-lg-13,
.my-lg-13 {
    margin-bottom: 3.5rem !important;
  }

  .ml-lg-13,
.mx-lg-13 {
    margin-left: 3.5rem !important;
  }

  .m-lg-14 {
    margin: 4rem !important;
  }

  .mt-lg-14,
.my-lg-14 {
    margin-top: 4rem !important;
  }

  .mr-lg-14,
.mx-lg-14 {
    margin-right: 4rem !important;
  }

  .mb-lg-14,
.my-lg-14 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-14,
.mx-lg-14 {
    margin-left: 4rem !important;
  }

  .m-lg-15 {
    margin: 4.5rem !important;
  }

  .mt-lg-15,
.my-lg-15 {
    margin-top: 4.5rem !important;
  }

  .mr-lg-15,
.mx-lg-15 {
    margin-right: 4.5rem !important;
  }

  .mb-lg-15,
.my-lg-15 {
    margin-bottom: 4.5rem !important;
  }

  .ml-lg-15,
.mx-lg-15 {
    margin-left: 4.5rem !important;
  }

  .m-lg-16 {
    margin: 5rem !important;
  }

  .mt-lg-16,
.my-lg-16 {
    margin-top: 5rem !important;
  }

  .mr-lg-16,
.mx-lg-16 {
    margin-right: 5rem !important;
  }

  .mb-lg-16,
.my-lg-16 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-16,
.mx-lg-16 {
    margin-left: 5rem !important;
  }

  .m-lg-17 {
    margin: 5.5rem !important;
  }

  .mt-lg-17,
.my-lg-17 {
    margin-top: 5.5rem !important;
  }

  .mr-lg-17,
.mx-lg-17 {
    margin-right: 5.5rem !important;
  }

  .mb-lg-17,
.my-lg-17 {
    margin-bottom: 5.5rem !important;
  }

  .ml-lg-17,
.mx-lg-17 {
    margin-left: 5.5rem !important;
  }

  .m-lg-18 {
    margin: 6rem !important;
  }

  .mt-lg-18,
.my-lg-18 {
    margin-top: 6rem !important;
  }

  .mr-lg-18,
.mx-lg-18 {
    margin-right: 6rem !important;
  }

  .mb-lg-18,
.my-lg-18 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-18,
.mx-lg-18 {
    margin-left: 6rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 0.75rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 0.75rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 0.75rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 0.75rem !important;
  }

  .p-lg-4 {
    padding: 1rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1rem !important;
  }

  .p-lg-5 {
    padding: 1.25rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 1.25rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 1.25rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 1.25rem !important;
  }

  .p-lg-6 {
    padding: 1.5rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 1.5rem !important;
  }

  .p-lg-7 {
    padding: 1.75rem !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 1.75rem !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 1.75rem !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 1.75rem !important;
  }

  .p-lg-8 {
    padding: 2rem !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 2rem !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 2rem !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 2rem !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 2rem !important;
  }

  .p-lg-9 {
    padding: 2.25rem !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 2.25rem !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 2.25rem !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 2.25rem !important;
  }

  .p-lg-10 {
    padding: 2.5rem !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 2.5rem !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 2.5rem !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 2.5rem !important;
  }

  .p-lg-11 {
    padding: 2.75rem !important;
  }

  .pt-lg-11,
.py-lg-11 {
    padding-top: 2.75rem !important;
  }

  .pr-lg-11,
.px-lg-11 {
    padding-right: 2.75rem !important;
  }

  .pb-lg-11,
.py-lg-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-lg-11,
.px-lg-11 {
    padding-left: 2.75rem !important;
  }

  .p-lg-12 {
    padding: 3rem !important;
  }

  .pt-lg-12,
.py-lg-12 {
    padding-top: 3rem !important;
  }

  .pr-lg-12,
.px-lg-12 {
    padding-right: 3rem !important;
  }

  .pb-lg-12,
.py-lg-12 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-12,
.px-lg-12 {
    padding-left: 3rem !important;
  }

  .p-lg-13 {
    padding: 3.5rem !important;
  }

  .pt-lg-13,
.py-lg-13 {
    padding-top: 3.5rem !important;
  }

  .pr-lg-13,
.px-lg-13 {
    padding-right: 3.5rem !important;
  }

  .pb-lg-13,
.py-lg-13 {
    padding-bottom: 3.5rem !important;
  }

  .pl-lg-13,
.px-lg-13 {
    padding-left: 3.5rem !important;
  }

  .p-lg-14 {
    padding: 4rem !important;
  }

  .pt-lg-14,
.py-lg-14 {
    padding-top: 4rem !important;
  }

  .pr-lg-14,
.px-lg-14 {
    padding-right: 4rem !important;
  }

  .pb-lg-14,
.py-lg-14 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-14,
.px-lg-14 {
    padding-left: 4rem !important;
  }

  .p-lg-15 {
    padding: 4.5rem !important;
  }

  .pt-lg-15,
.py-lg-15 {
    padding-top: 4.5rem !important;
  }

  .pr-lg-15,
.px-lg-15 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-15,
.py-lg-15 {
    padding-bottom: 4.5rem !important;
  }

  .pl-lg-15,
.px-lg-15 {
    padding-left: 4.5rem !important;
  }

  .p-lg-16 {
    padding: 5rem !important;
  }

  .pt-lg-16,
.py-lg-16 {
    padding-top: 5rem !important;
  }

  .pr-lg-16,
.px-lg-16 {
    padding-right: 5rem !important;
  }

  .pb-lg-16,
.py-lg-16 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-16,
.px-lg-16 {
    padding-left: 5rem !important;
  }

  .p-lg-17 {
    padding: 5.5rem !important;
  }

  .pt-lg-17,
.py-lg-17 {
    padding-top: 5.5rem !important;
  }

  .pr-lg-17,
.px-lg-17 {
    padding-right: 5.5rem !important;
  }

  .pb-lg-17,
.py-lg-17 {
    padding-bottom: 5.5rem !important;
  }

  .pl-lg-17,
.px-lg-17 {
    padding-left: 5.5rem !important;
  }

  .p-lg-18 {
    padding: 6rem !important;
  }

  .pt-lg-18,
.py-lg-18 {
    padding-top: 6rem !important;
  }

  .pr-lg-18,
.px-lg-18 {
    padding-right: 6rem !important;
  }

  .pb-lg-18,
.py-lg-18 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-18,
.px-lg-18 {
    padding-left: 6rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -0.75rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -0.75rem !important;
  }

  .m-lg-n4 {
    margin: -1rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1rem !important;
  }

  .m-lg-n5 {
    margin: -1.25rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -1.25rem !important;
  }

  .m-lg-n6 {
    margin: -1.5rem !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n7 {
    margin: -1.75rem !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -1.75rem !important;
  }

  .m-lg-n8 {
    margin: -2rem !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -2rem !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -2rem !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -2rem !important;
  }

  .m-lg-n9 {
    margin: -2.25rem !important;
  }

  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -2.25rem !important;
  }

  .m-lg-n10 {
    margin: -2.5rem !important;
  }

  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -2.5rem !important;
  }

  .m-lg-n11 {
    margin: -2.75rem !important;
  }

  .mt-lg-n11,
.my-lg-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-lg-n11,
.mx-lg-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-lg-n11,
.my-lg-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-lg-n11,
.mx-lg-n11 {
    margin-left: -2.75rem !important;
  }

  .m-lg-n12 {
    margin: -3rem !important;
  }

  .mt-lg-n12,
.my-lg-n12 {
    margin-top: -3rem !important;
  }

  .mr-lg-n12,
.mx-lg-n12 {
    margin-right: -3rem !important;
  }

  .mb-lg-n12,
.my-lg-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n12,
.mx-lg-n12 {
    margin-left: -3rem !important;
  }

  .m-lg-n13 {
    margin: -3.5rem !important;
  }

  .mt-lg-n13,
.my-lg-n13 {
    margin-top: -3.5rem !important;
  }

  .mr-lg-n13,
.mx-lg-n13 {
    margin-right: -3.5rem !important;
  }

  .mb-lg-n13,
.my-lg-n13 {
    margin-bottom: -3.5rem !important;
  }

  .ml-lg-n13,
.mx-lg-n13 {
    margin-left: -3.5rem !important;
  }

  .m-lg-n14 {
    margin: -4rem !important;
  }

  .mt-lg-n14,
.my-lg-n14 {
    margin-top: -4rem !important;
  }

  .mr-lg-n14,
.mx-lg-n14 {
    margin-right: -4rem !important;
  }

  .mb-lg-n14,
.my-lg-n14 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n14,
.mx-lg-n14 {
    margin-left: -4rem !important;
  }

  .m-lg-n15 {
    margin: -4.5rem !important;
  }

  .mt-lg-n15,
.my-lg-n15 {
    margin-top: -4.5rem !important;
  }

  .mr-lg-n15,
.mx-lg-n15 {
    margin-right: -4.5rem !important;
  }

  .mb-lg-n15,
.my-lg-n15 {
    margin-bottom: -4.5rem !important;
  }

  .ml-lg-n15,
.mx-lg-n15 {
    margin-left: -4.5rem !important;
  }

  .m-lg-n16 {
    margin: -5rem !important;
  }

  .mt-lg-n16,
.my-lg-n16 {
    margin-top: -5rem !important;
  }

  .mr-lg-n16,
.mx-lg-n16 {
    margin-right: -5rem !important;
  }

  .mb-lg-n16,
.my-lg-n16 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n16,
.mx-lg-n16 {
    margin-left: -5rem !important;
  }

  .m-lg-n17 {
    margin: -5.5rem !important;
  }

  .mt-lg-n17,
.my-lg-n17 {
    margin-top: -5.5rem !important;
  }

  .mr-lg-n17,
.mx-lg-n17 {
    margin-right: -5.5rem !important;
  }

  .mb-lg-n17,
.my-lg-n17 {
    margin-bottom: -5.5rem !important;
  }

  .ml-lg-n17,
.mx-lg-n17 {
    margin-left: -5.5rem !important;
  }

  .m-lg-n18 {
    margin: -6rem !important;
  }

  .mt-lg-n18,
.my-lg-n18 {
    margin-top: -6rem !important;
  }

  .mr-lg-n18,
.mx-lg-n18 {
    margin-right: -6rem !important;
  }

  .mb-lg-n18,
.my-lg-n18 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n18,
.mx-lg-n18 {
    margin-left: -6rem !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: 1515px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 0.75rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 0.75rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 0.75rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 0.75rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 0.75rem !important;
  }

  .m-xl-4 {
    margin: 1rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1rem !important;
  }

  .m-xl-5 {
    margin: 1.25rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 1.25rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 1.25rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 1.25rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 1.25rem !important;
  }

  .m-xl-6 {
    margin: 1.5rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 1.5rem !important;
  }

  .m-xl-7 {
    margin: 1.75rem !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 1.75rem !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 1.75rem !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 1.75rem !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 1.75rem !important;
  }

  .m-xl-8 {
    margin: 2rem !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 2rem !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 2rem !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 2rem !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 2rem !important;
  }

  .m-xl-9 {
    margin: 2.25rem !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 2.25rem !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 2.25rem !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 2.25rem !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 2.25rem !important;
  }

  .m-xl-10 {
    margin: 2.5rem !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 2.5rem !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 2.5rem !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 2.5rem !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 2.5rem !important;
  }

  .m-xl-11 {
    margin: 2.75rem !important;
  }

  .mt-xl-11,
.my-xl-11 {
    margin-top: 2.75rem !important;
  }

  .mr-xl-11,
.mx-xl-11 {
    margin-right: 2.75rem !important;
  }

  .mb-xl-11,
.my-xl-11 {
    margin-bottom: 2.75rem !important;
  }

  .ml-xl-11,
.mx-xl-11 {
    margin-left: 2.75rem !important;
  }

  .m-xl-12 {
    margin: 3rem !important;
  }

  .mt-xl-12,
.my-xl-12 {
    margin-top: 3rem !important;
  }

  .mr-xl-12,
.mx-xl-12 {
    margin-right: 3rem !important;
  }

  .mb-xl-12,
.my-xl-12 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-12,
.mx-xl-12 {
    margin-left: 3rem !important;
  }

  .m-xl-13 {
    margin: 3.5rem !important;
  }

  .mt-xl-13,
.my-xl-13 {
    margin-top: 3.5rem !important;
  }

  .mr-xl-13,
.mx-xl-13 {
    margin-right: 3.5rem !important;
  }

  .mb-xl-13,
.my-xl-13 {
    margin-bottom: 3.5rem !important;
  }

  .ml-xl-13,
.mx-xl-13 {
    margin-left: 3.5rem !important;
  }

  .m-xl-14 {
    margin: 4rem !important;
  }

  .mt-xl-14,
.my-xl-14 {
    margin-top: 4rem !important;
  }

  .mr-xl-14,
.mx-xl-14 {
    margin-right: 4rem !important;
  }

  .mb-xl-14,
.my-xl-14 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-14,
.mx-xl-14 {
    margin-left: 4rem !important;
  }

  .m-xl-15 {
    margin: 4.5rem !important;
  }

  .mt-xl-15,
.my-xl-15 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-15,
.mx-xl-15 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-15,
.my-xl-15 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-15,
.mx-xl-15 {
    margin-left: 4.5rem !important;
  }

  .m-xl-16 {
    margin: 5rem !important;
  }

  .mt-xl-16,
.my-xl-16 {
    margin-top: 5rem !important;
  }

  .mr-xl-16,
.mx-xl-16 {
    margin-right: 5rem !important;
  }

  .mb-xl-16,
.my-xl-16 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-16,
.mx-xl-16 {
    margin-left: 5rem !important;
  }

  .m-xl-17 {
    margin: 5.5rem !important;
  }

  .mt-xl-17,
.my-xl-17 {
    margin-top: 5.5rem !important;
  }

  .mr-xl-17,
.mx-xl-17 {
    margin-right: 5.5rem !important;
  }

  .mb-xl-17,
.my-xl-17 {
    margin-bottom: 5.5rem !important;
  }

  .ml-xl-17,
.mx-xl-17 {
    margin-left: 5.5rem !important;
  }

  .m-xl-18 {
    margin: 6rem !important;
  }

  .mt-xl-18,
.my-xl-18 {
    margin-top: 6rem !important;
  }

  .mr-xl-18,
.mx-xl-18 {
    margin-right: 6rem !important;
  }

  .mb-xl-18,
.my-xl-18 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-18,
.mx-xl-18 {
    margin-left: 6rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 0.75rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 0.75rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 0.75rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 0.75rem !important;
  }

  .p-xl-4 {
    padding: 1rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1rem !important;
  }

  .p-xl-5 {
    padding: 1.25rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 1.25rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 1.25rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 1.25rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 1.25rem !important;
  }

  .p-xl-6 {
    padding: 1.5rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 1.5rem !important;
  }

  .p-xl-7 {
    padding: 1.75rem !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 1.75rem !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 1.75rem !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 1.75rem !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 1.75rem !important;
  }

  .p-xl-8 {
    padding: 2rem !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 2rem !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 2rem !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 2rem !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 2rem !important;
  }

  .p-xl-9 {
    padding: 2.25rem !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 2.25rem !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 2.25rem !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 2.25rem !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 2.25rem !important;
  }

  .p-xl-10 {
    padding: 2.5rem !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 2.5rem !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 2.5rem !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 2.5rem !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 2.5rem !important;
  }

  .p-xl-11 {
    padding: 2.75rem !important;
  }

  .pt-xl-11,
.py-xl-11 {
    padding-top: 2.75rem !important;
  }

  .pr-xl-11,
.px-xl-11 {
    padding-right: 2.75rem !important;
  }

  .pb-xl-11,
.py-xl-11 {
    padding-bottom: 2.75rem !important;
  }

  .pl-xl-11,
.px-xl-11 {
    padding-left: 2.75rem !important;
  }

  .p-xl-12 {
    padding: 3rem !important;
  }

  .pt-xl-12,
.py-xl-12 {
    padding-top: 3rem !important;
  }

  .pr-xl-12,
.px-xl-12 {
    padding-right: 3rem !important;
  }

  .pb-xl-12,
.py-xl-12 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-12,
.px-xl-12 {
    padding-left: 3rem !important;
  }

  .p-xl-13 {
    padding: 3.5rem !important;
  }

  .pt-xl-13,
.py-xl-13 {
    padding-top: 3.5rem !important;
  }

  .pr-xl-13,
.px-xl-13 {
    padding-right: 3.5rem !important;
  }

  .pb-xl-13,
.py-xl-13 {
    padding-bottom: 3.5rem !important;
  }

  .pl-xl-13,
.px-xl-13 {
    padding-left: 3.5rem !important;
  }

  .p-xl-14 {
    padding: 4rem !important;
  }

  .pt-xl-14,
.py-xl-14 {
    padding-top: 4rem !important;
  }

  .pr-xl-14,
.px-xl-14 {
    padding-right: 4rem !important;
  }

  .pb-xl-14,
.py-xl-14 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-14,
.px-xl-14 {
    padding-left: 4rem !important;
  }

  .p-xl-15 {
    padding: 4.5rem !important;
  }

  .pt-xl-15,
.py-xl-15 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-15,
.px-xl-15 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-15,
.py-xl-15 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-15,
.px-xl-15 {
    padding-left: 4.5rem !important;
  }

  .p-xl-16 {
    padding: 5rem !important;
  }

  .pt-xl-16,
.py-xl-16 {
    padding-top: 5rem !important;
  }

  .pr-xl-16,
.px-xl-16 {
    padding-right: 5rem !important;
  }

  .pb-xl-16,
.py-xl-16 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-16,
.px-xl-16 {
    padding-left: 5rem !important;
  }

  .p-xl-17 {
    padding: 5.5rem !important;
  }

  .pt-xl-17,
.py-xl-17 {
    padding-top: 5.5rem !important;
  }

  .pr-xl-17,
.px-xl-17 {
    padding-right: 5.5rem !important;
  }

  .pb-xl-17,
.py-xl-17 {
    padding-bottom: 5.5rem !important;
  }

  .pl-xl-17,
.px-xl-17 {
    padding-left: 5.5rem !important;
  }

  .p-xl-18 {
    padding: 6rem !important;
  }

  .pt-xl-18,
.py-xl-18 {
    padding-top: 6rem !important;
  }

  .pr-xl-18,
.px-xl-18 {
    padding-right: 6rem !important;
  }

  .pb-xl-18,
.py-xl-18 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-18,
.px-xl-18 {
    padding-left: 6rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -0.75rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -0.75rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -0.75rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -0.75rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -0.75rem !important;
  }

  .m-xl-n4 {
    margin: -1rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1rem !important;
  }

  .m-xl-n5 {
    margin: -1.25rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -1.25rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -1.25rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -1.25rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -1.25rem !important;
  }

  .m-xl-n6 {
    margin: -1.5rem !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n7 {
    margin: -1.75rem !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -1.75rem !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -1.75rem !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -1.75rem !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -1.75rem !important;
  }

  .m-xl-n8 {
    margin: -2rem !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -2rem !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -2rem !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -2rem !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -2rem !important;
  }

  .m-xl-n9 {
    margin: -2.25rem !important;
  }

  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -2.25rem !important;
  }

  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -2.25rem !important;
  }

  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -2.25rem !important;
  }

  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -2.25rem !important;
  }

  .m-xl-n10 {
    margin: -2.5rem !important;
  }

  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -2.5rem !important;
  }

  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -2.5rem !important;
  }

  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -2.5rem !important;
  }

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -2.5rem !important;
  }

  .m-xl-n11 {
    margin: -2.75rem !important;
  }

  .mt-xl-n11,
.my-xl-n11 {
    margin-top: -2.75rem !important;
  }

  .mr-xl-n11,
.mx-xl-n11 {
    margin-right: -2.75rem !important;
  }

  .mb-xl-n11,
.my-xl-n11 {
    margin-bottom: -2.75rem !important;
  }

  .ml-xl-n11,
.mx-xl-n11 {
    margin-left: -2.75rem !important;
  }

  .m-xl-n12 {
    margin: -3rem !important;
  }

  .mt-xl-n12,
.my-xl-n12 {
    margin-top: -3rem !important;
  }

  .mr-xl-n12,
.mx-xl-n12 {
    margin-right: -3rem !important;
  }

  .mb-xl-n12,
.my-xl-n12 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n12,
.mx-xl-n12 {
    margin-left: -3rem !important;
  }

  .m-xl-n13 {
    margin: -3.5rem !important;
  }

  .mt-xl-n13,
.my-xl-n13 {
    margin-top: -3.5rem !important;
  }

  .mr-xl-n13,
.mx-xl-n13 {
    margin-right: -3.5rem !important;
  }

  .mb-xl-n13,
.my-xl-n13 {
    margin-bottom: -3.5rem !important;
  }

  .ml-xl-n13,
.mx-xl-n13 {
    margin-left: -3.5rem !important;
  }

  .m-xl-n14 {
    margin: -4rem !important;
  }

  .mt-xl-n14,
.my-xl-n14 {
    margin-top: -4rem !important;
  }

  .mr-xl-n14,
.mx-xl-n14 {
    margin-right: -4rem !important;
  }

  .mb-xl-n14,
.my-xl-n14 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n14,
.mx-xl-n14 {
    margin-left: -4rem !important;
  }

  .m-xl-n15 {
    margin: -4.5rem !important;
  }

  .mt-xl-n15,
.my-xl-n15 {
    margin-top: -4.5rem !important;
  }

  .mr-xl-n15,
.mx-xl-n15 {
    margin-right: -4.5rem !important;
  }

  .mb-xl-n15,
.my-xl-n15 {
    margin-bottom: -4.5rem !important;
  }

  .ml-xl-n15,
.mx-xl-n15 {
    margin-left: -4.5rem !important;
  }

  .m-xl-n16 {
    margin: -5rem !important;
  }

  .mt-xl-n16,
.my-xl-n16 {
    margin-top: -5rem !important;
  }

  .mr-xl-n16,
.mx-xl-n16 {
    margin-right: -5rem !important;
  }

  .mb-xl-n16,
.my-xl-n16 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n16,
.mx-xl-n16 {
    margin-left: -5rem !important;
  }

  .m-xl-n17 {
    margin: -5.5rem !important;
  }

  .mt-xl-n17,
.my-xl-n17 {
    margin-top: -5.5rem !important;
  }

  .mr-xl-n17,
.mx-xl-n17 {
    margin-right: -5.5rem !important;
  }

  .mb-xl-n17,
.my-xl-n17 {
    margin-bottom: -5.5rem !important;
  }

  .ml-xl-n17,
.mx-xl-n17 {
    margin-left: -5.5rem !important;
  }

  .m-xl-n18 {
    margin: -6rem !important;
  }

  .mt-xl-n18,
.my-xl-n18 {
    margin-top: -6rem !important;
  }

  .mr-xl-n18,
.mx-xl-n18 {
    margin-right: -6rem !important;
  }

  .mb-xl-n18,
.my-xl-n18 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n18,
.mx-xl-n18 {
    margin-left: -6rem !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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1515px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: 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-primary {
  color: #3d3836 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #141312 !important;
}

.text-secondary {
  color: #f6941d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #bf6c08 !important;
}

.text-success {
  color: #3b3c3b !important;
}

a.text-success:hover, a.text-success:focus {
  color: #151515 !important;
}

.text-info {
  color: #b4b3b2 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #8e8d8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #ff7b7b !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ff2e2e !important;
}

.text-light {
  color: #d0cec3 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #aeab98 !important;
}

.text-dark {
  color: #3d3836 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #141312 !important;
}

.text-body {
  color: #3d3836 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn):not(.uacf7_repeater_remove):not(.uacf7_repeater_add) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*! 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;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  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;
  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 */
  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;
}

/* Flickity fullscreen v1.0.1
------------------------- */
.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.9);
  padding-bottom: 35px;
  z-index: 1;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
}

/* ---- flickity-fullscreen-button ---- */
.flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}

.flickity-fullscreen-button-exit {
  display: none;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block;
}

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none;
}

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
}

/*
--- Custom wordpress classes ---

1. The first section contains styling of specific classes that is added by the Wordpres tinyMCE editor.

2. The second section contains custom plugin styling and resets of styling to match bootstrap 4 and the custom stylesheets of the site.

*/
/* Wordpress image alignment from the auto tinyMCE classes */
.size-full,
.size-large,
.size-medium-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto !important;
}

.size-large,
.size-medium-large,
.size-medium {
  width: 100%;
}

.alignnone,
.alignleft {
  float: left;
  margin: 0.25em 0 1.5rem 0;
  width: 100%;
}

.alignright {
  float: right;
  margin: 0.25em 0 1.5rem 0;
  width: 100%;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.wp-caption {
  font-style: italic;
  color: #666;
  max-width: 100%;
  font-size: 0.9em;
  max-width: 100% !important;
  width: 100% !important;
}
.wp-caption .wp-caption-text {
  margin-bottom: 0;
  padding-top: 5px;
}

@media (min-width: 576px) {
  .size-full,
.size-large,
.size-medium-large,
.size-medium {
    width: auto;
  }

  .size-medium-large,
.size-medium {
    max-width: 45%;
  }

  .wp-caption .size-medium-large,
.wp-caption .size-medium {
    max-width: 100%;
  }

  .alignleft,
.alignnone {
    width: auto;
    margin: 0.25em 5% 1.5rem 0;
  }

  .alignright {
    width: auto;
    margin: 0.25em 0 1.5rem 5%;
  }

  .wp-caption {
    width: auto !important;
  }

  .wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 0.25em 5% 1.5rem 0;
    max-width: 45% !important;
  }

  .wp-caption.alignright {
    margin: 0.25em 0 1.5rem 5%;
    max-width: 45% !important;
  }
}
@media (min-width: 1515px) {
  .size-medium-large,
.size-medium {
    max-width: 100%;
  }

  .alignnone,
.alignleft {
    margin: 0.25em 2rem 1.5rem 0;
  }

  .alignright {
    margin: 0.25em 0 1.5rem 2rem;
  }

  .aligncenter {
    margin-bottom: 1.5rem;
  }

  .size-thumbnail.alignnone,
.size-thumbnail.alignleft,
.size-full.alignnone,
.size-full.alignleft {
    margin-right: 2rem;
  }

  .size-thumbnail.alignright,
.size-full.alignright {
    margin-left: 2rem;
  }
}
/* Plugin: Contact form 7 */
div.wpcf7 {
  width: 100%;
  margin: 0;
  position: relative;
}
div.wpcf7 label {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
div.wpcf7 p {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}
div.wpcf7 .wpcf7-submit {
  float: right;
}
div.wpcf7 span.wpcf7-list-item {
  float: left;
  width: 100%;
  margin: 5px 0 0 0;
}
div.wpcf7 span.wpcf7-list-item input[type=checkbox] {
  margin-right: 5px;
}
div.wpcf7 span.wpcf7-list-item.last {
  margin-bottom: 20px;
}
div.wpcf7 .wpcf7-not-valid {
  border-color: #ff7b7b;
}
div.wpcf7 span.wpcf7-not-valid-tip {
  float: left;
  width: 100%;
  color: #ff7b7b;
  font-weight: 400;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  text-transform: none;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.9rem;
}
div.wpcf7 .ajax-loader {
  width: 16px;
  height: 16px;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
div.wpcf7 div.wpcf7-response-output {
  width: 100%;
  margin: 30px 0 0 0;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
  font-weight: 400;
  color: #ff7b7b;
  border: 1px solid #ff7b7b;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
div.wpcf7 form.sent div.wpcf7-response-output {
  color: #038000;
  background-color: #fff;
  border-color: #038000;
  border-width: 3px;
}
div.wpcf7 form.invalid .wpcf7-response-output {
  color: #ff7b7b;
  border-color: #ff7b7b;
}
div.wpcf7 div.wpcf7-mail-sent-ng,
div.wpcf7 div.wpcf7-spam-blocked,
div.wpcf7 div.wpcf7-validation-errors {
  color: #ff7b7b;
  background-color: #fff;
  border-color: #ff7b7b;
}
div.wpcf7 div.wpcf7-validation-errors {
  display: none !important;
}
div.wpcf7 .button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0.6rem 1.25rem;
  font-weight: 600;
  font-size: 0.925rem;
  border-radius: 0;
  text-transform: uppercase;
  background-color: #b4b3b2;
  color: #fff;
  border: none;
}
div.wpcf7 .wpcf7-checkbox.wpcf7-not-valid label, div.wpcf7 .wpcf7-radio.wpcf7-not-valid label {
  color: #ff7b7b;
}
div.wpcf7 .wpcf7-checkbox label, div.wpcf7 .wpcf7-radio label {
  font-weight: 500;
  cursor: pointer;
}
div.wpcf7 .codedropz-upload-handler {
  border: 0px;
  border: 1px solid #d0cec3;
  -o-border-image: url(../images/border-image-light-large.png) 1 round;
     border-image: url(../images/border-image-light-large.png) 1 round;
  border-radius: 0;
}
div.wpcf7 .codedropz-upload-container {
  padding: 20px 25px;
}
div.wpcf7 .codedropz-upload-inner {
  white-space: normal;
  text-align: left;
}
div.wpcf7 .codedropz-upload-inner div, div.wpcf7 .codedropz-upload-inner span, div.wpcf7 .codedropz-upload-inner h5, div.wpcf7 .codedropz-upload-inner h6, div.wpcf7 .codedropz-upload-inner h3 {
  display: inline;
  margin: 0;
  padding: 0;
  color: #3d3836;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 6px;
  vertical-align: middle;
}
div.wpcf7 .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
  color: #3d3836;
  text-decoration: underline;
}
div.wpcf7 .codedropz-upload-inner:before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 15px;
  background-image: url(../images/icon-photo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  div.wpcf7 .codedropz-upload-inner:before {
    float: left;
    margin-top: 4px;
  }
}
div.wpcf7 .dnd-upload-status .dnd-upload-image {
  display: none;
}
div.wpcf7 .dnd-upload-status .dnd-upload-details {
  width: 100%;
}
div.wpcf7 .dnd-upload-status .dnd-upload-details .name em {
  display: none;
}
div.wpcf7 .dnd-upload-status .dnd-upload-details .name {
  color: #3d3836;
  font-weight: 500;
}

/* Plugin: AddToAny share buttons */
.a2a_menu a,
.a2a_menu a:visited {
  color: #3d3836 !important;
}

/* Plugin: Cookie notice */
#cookie-notice {
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  box-shadow: 0px -2px 10px -5px rgba(0, 0, 0, 0.4);
  line-height: 1.75;
  background-color: #3d3836;
  z-index: 1029;
}
@media (max-width: 767.98px) {
  #cookie-notice {
    line-height: 1.25;
  }
}

#cookie-notice .cookie-notice-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1400px;
  padding: 1rem 1rem;
}
@media (max-width: 991.98px) {
  #cookie-notice .cookie-notice-container {
    justify-content: center;
    padding: 1rem 1rem;
  }
}

a {
  text-decoration: none;
}

#cookie-notice .cn-notice-text {
  order: 1;
}

#cookie-notice .cn-more-info {
  display: block;
  color: #fff;
  font-weight: normal;
  order: 2;
}
@media (max-width: 991.98px) {
  #cookie-notice .cn-more-info {
    margin-top: 12px;
  }
}

#cookie-notice .cn-set-cookie {
  display: block;
  order: 3;
  background-color: #3d3836;
  color: #fff;
  white-space: nowrap;
  padding: 0.3rem 0.875rem;
  font-size: 0.875rem;
  border-radius: 0;
  text-decoration: none;
  font-weight: 600;
  background-color: #3b3c3b;
  margin-left: 10px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #cookie-notice .cn-set-cookie {
    margin-top: 12px;
  }
}

html {
  overflow-y: scroll;
}

body {
  -webkit-font-smoothing: antialiased;
  padding-right: 0 !important;
}
@media (max-width: 767.98px) {
  body {
    background-color: #f0efee;
  }
}

body.hidescroll {
  overflow: hidden !important;
}

body.preload * {
  transition: none !important;
}

.row.tiny {
  margin-left: -4px;
  margin-right: -4px;
}
.row.tiny .col-xl,
.row.tiny .col-xl-auto, .row.tiny .col-xl-12, .row.tiny .col-xl-11, .row.tiny .col-xl-10, .row.tiny .col-xl-9, .row.tiny .col-xl-8, .row.tiny .col-xl-7, .row.tiny .col-xl-6, .row.tiny .col-xl-5, .row.tiny .col-xl-4, .row.tiny .col-xl-3, .row.tiny .col-xl-2, .row.tiny .col-xl-1, .row.tiny .col-lg,
.row.tiny .col-lg-auto, .row.tiny .col-lg-12, .row.tiny .col-lg-11, .row.tiny .col-lg-10, .row.tiny .col-lg-9, .row.tiny .col-lg-8, .row.tiny .col-lg-7, .row.tiny .col-lg-6, .row.tiny .col-lg-5, .row.tiny .col-lg-4, .row.tiny .col-lg-3, .row.tiny .col-lg-2, .row.tiny .col-lg-1, .row.tiny .col-md,
.row.tiny .col-md-auto, .row.tiny .col-md-12, .row.tiny .col-md-11, .row.tiny .col-md-10, .row.tiny .col-md-9, .row.tiny .col-md-8, .row.tiny .col-md-7, .row.tiny .col-md-6, .row.tiny .col-md-5, .row.tiny .col-md-4, .row.tiny .col-md-3, .row.tiny .col-md-2, .row.tiny .col-md-1, .row.tiny .col-sm,
.row.tiny .col-sm-auto, .row.tiny .col-sm-12, .row.tiny .col-sm-11, .row.tiny .col-sm-10, .row.tiny .col-sm-9, .row.tiny .col-sm-8, .row.tiny .col-sm-7, .row.tiny .col-sm-6, .row.tiny .col-sm-5, .row.tiny .col-sm-4, .row.tiny .col-sm-3, .row.tiny .col-sm-2, .row.tiny .col-sm-1, .row.tiny .col,
.row.tiny .col-auto, .row.tiny .col-12, .row.tiny .col-11, .row.tiny .col-10, .row.tiny .col-9, .row.tiny .col-8, .row.tiny .col-7, .row.tiny .col-6, .row.tiny .col-5, .row.tiny .col-4, .row.tiny .col-3, .row.tiny .col-2, .row.tiny .col-1 {
  position: relative;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}
.row.tiny .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row.tiny .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row.tiny .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row.tiny .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row.tiny .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row.tiny .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row.tiny .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.row.tiny .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.row.tiny .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.row.tiny .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.row.tiny .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.row.tiny .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.row.tiny .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.row.tiny .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.row.tiny .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.row.tiny .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.row.tiny .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.row.tiny .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.row.tiny .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.row.tiny .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.row.tiny .order-first {
  order: -1;
}
.row.tiny .order-last {
  order: 13;
}
.row.tiny .order-0 {
  order: 0;
}
.row.tiny .order-1 {
  order: 1;
}
.row.tiny .order-2 {
  order: 2;
}
.row.tiny .order-3 {
  order: 3;
}
.row.tiny .order-4 {
  order: 4;
}
.row.tiny .order-5 {
  order: 5;
}
.row.tiny .order-6 {
  order: 6;
}
.row.tiny .order-7 {
  order: 7;
}
.row.tiny .order-8 {
  order: 8;
}
.row.tiny .order-9 {
  order: 9;
}
.row.tiny .order-10 {
  order: 10;
}
.row.tiny .order-11 {
  order: 11;
}
.row.tiny .order-12 {
  order: 12;
}
.row.tiny .offset-1 {
  margin-left: 8.33333333%;
}
.row.tiny .offset-2 {
  margin-left: 16.66666667%;
}
.row.tiny .offset-3 {
  margin-left: 25%;
}
.row.tiny .offset-4 {
  margin-left: 33.33333333%;
}
.row.tiny .offset-5 {
  margin-left: 41.66666667%;
}
.row.tiny .offset-6 {
  margin-left: 50%;
}
.row.tiny .offset-7 {
  margin-left: 58.33333333%;
}
.row.tiny .offset-8 {
  margin-left: 66.66666667%;
}
.row.tiny .offset-9 {
  margin-left: 75%;
}
.row.tiny .offset-10 {
  margin-left: 83.33333333%;
}
.row.tiny .offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .row.tiny .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row.tiny .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.tiny .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.tiny .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row.tiny .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.tiny .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row.tiny .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row.tiny .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .row.tiny .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .row.tiny .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .row.tiny .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.tiny .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row.tiny .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .row.tiny .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.tiny .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .row.tiny .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .row.tiny .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row.tiny .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .row.tiny .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .row.tiny .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.tiny .order-sm-first {
    order: -1;
  }
  .row.tiny .order-sm-last {
    order: 13;
  }
  .row.tiny .order-sm-0 {
    order: 0;
  }
  .row.tiny .order-sm-1 {
    order: 1;
  }
  .row.tiny .order-sm-2 {
    order: 2;
  }
  .row.tiny .order-sm-3 {
    order: 3;
  }
  .row.tiny .order-sm-4 {
    order: 4;
  }
  .row.tiny .order-sm-5 {
    order: 5;
  }
  .row.tiny .order-sm-6 {
    order: 6;
  }
  .row.tiny .order-sm-7 {
    order: 7;
  }
  .row.tiny .order-sm-8 {
    order: 8;
  }
  .row.tiny .order-sm-9 {
    order: 9;
  }
  .row.tiny .order-sm-10 {
    order: 10;
  }
  .row.tiny .order-sm-11 {
    order: 11;
  }
  .row.tiny .order-sm-12 {
    order: 12;
  }
  .row.tiny .offset-sm-0 {
    margin-left: 0;
  }
  .row.tiny .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .row.tiny .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .row.tiny .offset-sm-3 {
    margin-left: 25%;
  }
  .row.tiny .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .row.tiny .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .row.tiny .offset-sm-6 {
    margin-left: 50%;
  }
  .row.tiny .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .row.tiny .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .row.tiny .offset-sm-9 {
    margin-left: 75%;
  }
  .row.tiny .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .row.tiny .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .row.tiny .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row.tiny .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.tiny .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.tiny .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row.tiny .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.tiny .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row.tiny .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row.tiny .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .row.tiny .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .row.tiny .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .row.tiny .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.tiny .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row.tiny .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .row.tiny .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.tiny .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .row.tiny .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .row.tiny .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row.tiny .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .row.tiny .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .row.tiny .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.tiny .order-md-first {
    order: -1;
  }
  .row.tiny .order-md-last {
    order: 13;
  }
  .row.tiny .order-md-0 {
    order: 0;
  }
  .row.tiny .order-md-1 {
    order: 1;
  }
  .row.tiny .order-md-2 {
    order: 2;
  }
  .row.tiny .order-md-3 {
    order: 3;
  }
  .row.tiny .order-md-4 {
    order: 4;
  }
  .row.tiny .order-md-5 {
    order: 5;
  }
  .row.tiny .order-md-6 {
    order: 6;
  }
  .row.tiny .order-md-7 {
    order: 7;
  }
  .row.tiny .order-md-8 {
    order: 8;
  }
  .row.tiny .order-md-9 {
    order: 9;
  }
  .row.tiny .order-md-10 {
    order: 10;
  }
  .row.tiny .order-md-11 {
    order: 11;
  }
  .row.tiny .order-md-12 {
    order: 12;
  }
  .row.tiny .offset-md-0 {
    margin-left: 0;
  }
  .row.tiny .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .row.tiny .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .row.tiny .offset-md-3 {
    margin-left: 25%;
  }
  .row.tiny .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .row.tiny .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .row.tiny .offset-md-6 {
    margin-left: 50%;
  }
  .row.tiny .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .row.tiny .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .row.tiny .offset-md-9 {
    margin-left: 75%;
  }
  .row.tiny .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .row.tiny .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .row.tiny .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row.tiny .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.tiny .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.tiny .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row.tiny .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.tiny .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row.tiny .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row.tiny .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .row.tiny .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .row.tiny .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .row.tiny .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.tiny .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row.tiny .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .row.tiny .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.tiny .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .row.tiny .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .row.tiny .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row.tiny .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .row.tiny .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .row.tiny .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.tiny .order-lg-first {
    order: -1;
  }
  .row.tiny .order-lg-last {
    order: 13;
  }
  .row.tiny .order-lg-0 {
    order: 0;
  }
  .row.tiny .order-lg-1 {
    order: 1;
  }
  .row.tiny .order-lg-2 {
    order: 2;
  }
  .row.tiny .order-lg-3 {
    order: 3;
  }
  .row.tiny .order-lg-4 {
    order: 4;
  }
  .row.tiny .order-lg-5 {
    order: 5;
  }
  .row.tiny .order-lg-6 {
    order: 6;
  }
  .row.tiny .order-lg-7 {
    order: 7;
  }
  .row.tiny .order-lg-8 {
    order: 8;
  }
  .row.tiny .order-lg-9 {
    order: 9;
  }
  .row.tiny .order-lg-10 {
    order: 10;
  }
  .row.tiny .order-lg-11 {
    order: 11;
  }
  .row.tiny .order-lg-12 {
    order: 12;
  }
  .row.tiny .offset-lg-0 {
    margin-left: 0;
  }
  .row.tiny .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .row.tiny .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .row.tiny .offset-lg-3 {
    margin-left: 25%;
  }
  .row.tiny .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .row.tiny .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .row.tiny .offset-lg-6 {
    margin-left: 50%;
  }
  .row.tiny .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .row.tiny .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .row.tiny .offset-lg-9 {
    margin-left: 75%;
  }
  .row.tiny .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .row.tiny .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1515px) {
  .row.tiny .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row.tiny .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.tiny .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.tiny .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row.tiny .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.tiny .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row.tiny .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row.tiny .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .row.tiny .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .row.tiny .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .row.tiny .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.tiny .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row.tiny .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .row.tiny .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.tiny .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .row.tiny .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .row.tiny .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row.tiny .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .row.tiny .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .row.tiny .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.tiny .order-xl-first {
    order: -1;
  }
  .row.tiny .order-xl-last {
    order: 13;
  }
  .row.tiny .order-xl-0 {
    order: 0;
  }
  .row.tiny .order-xl-1 {
    order: 1;
  }
  .row.tiny .order-xl-2 {
    order: 2;
  }
  .row.tiny .order-xl-3 {
    order: 3;
  }
  .row.tiny .order-xl-4 {
    order: 4;
  }
  .row.tiny .order-xl-5 {
    order: 5;
  }
  .row.tiny .order-xl-6 {
    order: 6;
  }
  .row.tiny .order-xl-7 {
    order: 7;
  }
  .row.tiny .order-xl-8 {
    order: 8;
  }
  .row.tiny .order-xl-9 {
    order: 9;
  }
  .row.tiny .order-xl-10 {
    order: 10;
  }
  .row.tiny .order-xl-11 {
    order: 11;
  }
  .row.tiny .order-xl-12 {
    order: 12;
  }
  .row.tiny .offset-xl-0 {
    margin-left: 0;
  }
  .row.tiny .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .row.tiny .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .row.tiny .offset-xl-3 {
    margin-left: 25%;
  }
  .row.tiny .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .row.tiny .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .row.tiny .offset-xl-6 {
    margin-left: 50%;
  }
  .row.tiny .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .row.tiny .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .row.tiny .offset-xl-9 {
    margin-left: 75%;
  }
  .row.tiny .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .row.tiny .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.row.wide {
  margin-left: -25px;
  margin-right: -25px;
}
.row.wide .row.extrawide .col-xl, .row.extrawide .row.wide .col-xl,
.row.wide .row.extrawide .col-xl-auto,
.row.extrawide .row.wide .col-xl-auto, .row.wide .row.extrawide .col-xl-12, .row.extrawide .row.wide .col-xl-12, .row.wide .row.extrawide .col-xl-11, .row.extrawide .row.wide .col-xl-11, .row.wide .row.extrawide .col-xl-10, .row.extrawide .row.wide .col-xl-10, .row.wide .row.extrawide .col-xl-9, .row.extrawide .row.wide .col-xl-9, .row.wide .row.extrawide .col-xl-8, .row.extrawide .row.wide .col-xl-8, .row.wide .row.extrawide .col-xl-7, .row.extrawide .row.wide .col-xl-7, .row.wide .row.extrawide .col-xl-6, .row.extrawide .row.wide .col-xl-6, .row.wide .row.extrawide .col-xl-5, .row.extrawide .row.wide .col-xl-5, .row.wide .row.extrawide .col-xl-4, .row.extrawide .row.wide .col-xl-4, .row.wide .row.extrawide .col-xl-3, .row.extrawide .row.wide .col-xl-3, .row.wide .row.extrawide .col-xl-2, .row.extrawide .row.wide .col-xl-2, .row.wide .row.extrawide .col-xl-1, .row.extrawide .row.wide .col-xl-1, .row.wide .row.extrawide .col-lg, .row.extrawide .row.wide .col-lg,
.row.wide .row.extrawide .col-lg-auto,
.row.extrawide .row.wide .col-lg-auto, .row.wide .row.extrawide .col-lg-12, .row.extrawide .row.wide .col-lg-12, .row.wide .row.extrawide .col-lg-11, .row.extrawide .row.wide .col-lg-11, .row.wide .row.extrawide .col-lg-10, .row.extrawide .row.wide .col-lg-10, .row.wide .row.extrawide .col-lg-9, .row.extrawide .row.wide .col-lg-9, .row.wide .row.extrawide .col-lg-8, .row.extrawide .row.wide .col-lg-8, .row.wide .row.extrawide .col-lg-7, .row.extrawide .row.wide .col-lg-7, .row.wide .row.extrawide .col-lg-6, .row.extrawide .row.wide .col-lg-6, .row.wide .row.extrawide .col-lg-5, .row.extrawide .row.wide .col-lg-5, .row.wide .row.extrawide .col-lg-4, .row.extrawide .row.wide .col-lg-4, .row.wide .row.extrawide .col-lg-3, .row.extrawide .row.wide .col-lg-3, .row.wide .row.extrawide .col-lg-2, .row.extrawide .row.wide .col-lg-2, .row.wide .row.extrawide .col-lg-1, .row.extrawide .row.wide .col-lg-1, .row.wide .row.extrawide .col-md, .row.extrawide .row.wide .col-md,
.row.wide .row.extrawide .col-md-auto,
.row.extrawide .row.wide .col-md-auto, .row.wide .row.extrawide .col-md-12, .row.extrawide .row.wide .col-md-12, .row.wide .row.extrawide .col-md-11, .row.extrawide .row.wide .col-md-11, .row.wide .row.extrawide .col-md-10, .row.extrawide .row.wide .col-md-10, .row.wide .row.extrawide .col-md-9, .row.extrawide .row.wide .col-md-9, .row.wide .row.extrawide .col-md-8, .row.extrawide .row.wide .col-md-8, .row.wide .row.extrawide .col-md-7, .row.extrawide .row.wide .col-md-7, .row.wide .row.extrawide .col-md-6, .row.extrawide .row.wide .col-md-6, .row.wide .row.extrawide .col-md-5, .row.extrawide .row.wide .col-md-5, .row.wide .row.extrawide .col-md-4, .row.extrawide .row.wide .col-md-4, .row.wide .row.extrawide .col-md-3, .row.extrawide .row.wide .col-md-3, .row.wide .row.extrawide .col-md-2, .row.extrawide .row.wide .col-md-2, .row.wide .row.extrawide .col-md-1, .row.extrawide .row.wide .col-md-1, .row.wide .row.extrawide .col-sm, .row.extrawide .row.wide .col-sm,
.row.wide .row.extrawide .col-sm-auto,
.row.extrawide .row.wide .col-sm-auto, .row.wide .row.extrawide .col-sm-12, .row.extrawide .row.wide .col-sm-12, .row.wide .row.extrawide .col-sm-11, .row.extrawide .row.wide .col-sm-11, .row.wide .row.extrawide .col-sm-10, .row.extrawide .row.wide .col-sm-10, .row.wide .row.extrawide .col-sm-9, .row.extrawide .row.wide .col-sm-9, .row.wide .row.extrawide .col-sm-8, .row.extrawide .row.wide .col-sm-8, .row.wide .row.extrawide .col-sm-7, .row.extrawide .row.wide .col-sm-7, .row.wide .row.extrawide .col-sm-6, .row.extrawide .row.wide .col-sm-6, .row.wide .row.extrawide .col-sm-5, .row.extrawide .row.wide .col-sm-5, .row.wide .row.extrawide .col-sm-4, .row.extrawide .row.wide .col-sm-4, .row.wide .row.extrawide .col-sm-3, .row.extrawide .row.wide .col-sm-3, .row.wide .row.extrawide .col-sm-2, .row.extrawide .row.wide .col-sm-2, .row.wide .row.extrawide .col-sm-1, .row.extrawide .row.wide .col-sm-1, .row.wide .row.extrawide .col, .row.extrawide .row.wide .col,
.row.wide .row.extrawide .col-auto,
.row.extrawide .row.wide .col-auto, .row.wide .row.extrawide .col-12, .row.extrawide .row.wide .col-12, .row.wide .row.extrawide .col-11, .row.extrawide .row.wide .col-11, .row.wide .row.extrawide .col-10, .row.extrawide .row.wide .col-10, .row.wide .row.extrawide .col-9, .row.extrawide .row.wide .col-9, .row.wide .row.extrawide .col-8, .row.extrawide .row.wide .col-8, .row.wide .row.extrawide .col-7, .row.extrawide .row.wide .col-7, .row.wide .row.extrawide .col-6, .row.extrawide .row.wide .col-6, .row.wide .row.extrawide .col-5, .row.extrawide .row.wide .col-5, .row.wide .row.extrawide .col-4, .row.extrawide .row.wide .col-4, .row.wide .row.extrawide .col-3, .row.extrawide .row.wide .col-3, .row.wide .row.extrawide .col-2, .row.extrawide .row.wide .col-2, .row.wide .row.extrawide .col-1, .row.extrawide .row.wide .col-1, .row.wide .col-xl,
.row.wide .col-xl-auto, .row.wide .col-xl-12, .row.wide .col-xl-11, .row.wide .col-xl-10, .row.wide .col-xl-9, .row.wide .col-xl-8, .row.wide .col-xl-7, .row.wide .col-xl-6, .row.wide .col-xl-5, .row.wide .col-xl-4, .row.wide .col-xl-3, .row.wide .col-xl-2, .row.wide .col-xl-1, .row.wide .col-lg,
.row.wide .col-lg-auto, .row.wide .col-lg-12, .row.wide .col-lg-11, .row.wide .col-lg-10, .row.wide .col-lg-9, .row.wide .col-lg-8, .row.wide .col-lg-7, .row.wide .col-lg-6, .row.wide .col-lg-5, .row.wide .col-lg-4, .row.wide .col-lg-3, .row.wide .col-lg-2, .row.wide .col-lg-1, .row.wide .col-md,
.row.wide .col-md-auto, .row.wide .col-md-12, .row.wide .col-md-11, .row.wide .col-md-10, .row.wide .col-md-9, .row.wide .col-md-8, .row.wide .col-md-7, .row.wide .col-md-6, .row.wide .col-md-5, .row.wide .col-md-4, .row.wide .col-md-3, .row.wide .col-md-2, .row.wide .col-md-1, .row.wide .col-sm,
.row.wide .col-sm-auto, .row.wide .col-sm-12, .row.wide .col-sm-11, .row.wide .col-sm-10, .row.wide .col-sm-9, .row.wide .col-sm-8, .row.wide .col-sm-7, .row.wide .col-sm-6, .row.wide .col-sm-5, .row.wide .col-sm-4, .row.wide .col-sm-3, .row.wide .col-sm-2, .row.wide .col-sm-1, .row.wide .col,
.row.wide .col-auto, .row.wide .col-12, .row.wide .col-11, .row.wide .col-10, .row.wide .col-9, .row.wide .col-8, .row.wide .col-7, .row.wide .col-6, .row.wide .col-5, .row.wide .col-4, .row.wide .col-3, .row.wide .col-2, .row.wide .col-1, .row.wide .col-1, .row.wide .col-2, .row.wide .col-3, .row.wide .col-4, .row.wide .col-5, .row.wide .col-6, .row.wide .col-7, .row.wide .col-8, .row.wide .col-9, .row.wide .col-10, .row.wide .col-11, .row.wide .col-12, .row.wide .col,
.row.wide .col-auto, .row.wide .col-sm-1, .row.wide .col-sm-2, .row.wide .col-sm-3, .row.wide .col-sm-4, .row.wide .col-sm-5, .row.wide .col-sm-6, .row.wide .col-sm-7, .row.wide .col-sm-8, .row.wide .col-sm-9, .row.wide .col-sm-10, .row.wide .col-sm-11, .row.wide .col-sm-12, .row.wide .col-sm,
.row.wide .col-sm-auto, .row.wide .col-md-1, .row.wide .col-md-2, .row.wide .col-md-3, .row.wide .col-md-4, .row.wide .col-md-5, .row.wide .col-md-6, .row.wide .col-md-7, .row.wide .col-md-8, .row.wide .col-md-9, .row.wide .col-md-10, .row.wide .col-md-11, .row.wide .col-md-12, .row.wide .col-md,
.row.wide .col-md-auto, .row.wide .col-lg-1, .row.wide .col-lg-2, .row.wide .col-lg-3, .row.wide .col-lg-4, .row.wide .col-lg-5, .row.wide .col-lg-6, .row.wide .col-lg-7, .row.wide .col-lg-8, .row.wide .col-lg-9, .row.wide .col-lg-10, .row.wide .col-lg-11, .row.wide .col-lg-12, .row.wide .col-lg,
.row.wide .col-lg-auto, .row.wide .col-xl-1, .row.wide .col-xl-2, .row.wide .col-xl-3, .row.wide .col-xl-4, .row.wide .col-xl-5, .row.wide .col-xl-6, .row.wide .col-xl-7, .row.wide .col-xl-8, .row.wide .col-xl-9, .row.wide .col-xl-10, .row.wide .col-xl-11, .row.wide .col-xl-12, .row.wide .col-xl,
.row.wide .col-xl-auto, .row.wide .row.tiny .col-1, .row.tiny .row.wide .col-1, .row.wide .row.tiny .col-2, .row.tiny .row.wide .col-2, .row.wide .row.tiny .col-3, .row.tiny .row.wide .col-3, .row.wide .row.tiny .col-4, .row.tiny .row.wide .col-4, .row.wide .row.tiny .col-5, .row.tiny .row.wide .col-5, .row.wide .row.tiny .col-6, .row.tiny .row.wide .col-6, .row.wide .row.tiny .col-7, .row.tiny .row.wide .col-7, .row.wide .row.tiny .col-8, .row.tiny .row.wide .col-8, .row.wide .row.tiny .col-9, .row.tiny .row.wide .col-9, .row.wide .row.tiny .col-10, .row.tiny .row.wide .col-10, .row.wide .row.tiny .col-11, .row.tiny .row.wide .col-11, .row.wide .row.tiny .col-12, .row.tiny .row.wide .col-12, .row.wide .row.tiny .col, .row.tiny .row.wide .col,
.row.wide .row.tiny .col-auto,
.row.tiny .row.wide .col-auto, .row.wide .row.tiny .col-sm-1, .row.tiny .row.wide .col-sm-1, .row.wide .row.tiny .col-sm-2, .row.tiny .row.wide .col-sm-2, .row.wide .row.tiny .col-sm-3, .row.tiny .row.wide .col-sm-3, .row.wide .row.tiny .col-sm-4, .row.tiny .row.wide .col-sm-4, .row.wide .row.tiny .col-sm-5, .row.tiny .row.wide .col-sm-5, .row.wide .row.tiny .col-sm-6, .row.tiny .row.wide .col-sm-6, .row.wide .row.tiny .col-sm-7, .row.tiny .row.wide .col-sm-7, .row.wide .row.tiny .col-sm-8, .row.tiny .row.wide .col-sm-8, .row.wide .row.tiny .col-sm-9, .row.tiny .row.wide .col-sm-9, .row.wide .row.tiny .col-sm-10, .row.tiny .row.wide .col-sm-10, .row.wide .row.tiny .col-sm-11, .row.tiny .row.wide .col-sm-11, .row.wide .row.tiny .col-sm-12, .row.tiny .row.wide .col-sm-12, .row.wide .row.tiny .col-sm, .row.tiny .row.wide .col-sm,
.row.wide .row.tiny .col-sm-auto,
.row.tiny .row.wide .col-sm-auto, .row.wide .row.tiny .col-md-1, .row.tiny .row.wide .col-md-1, .row.wide .row.tiny .col-md-2, .row.tiny .row.wide .col-md-2, .row.wide .row.tiny .col-md-3, .row.tiny .row.wide .col-md-3, .row.wide .row.tiny .col-md-4, .row.tiny .row.wide .col-md-4, .row.wide .row.tiny .col-md-5, .row.tiny .row.wide .col-md-5, .row.wide .row.tiny .col-md-6, .row.tiny .row.wide .col-md-6, .row.wide .row.tiny .col-md-7, .row.tiny .row.wide .col-md-7, .row.wide .row.tiny .col-md-8, .row.tiny .row.wide .col-md-8, .row.wide .row.tiny .col-md-9, .row.tiny .row.wide .col-md-9, .row.wide .row.tiny .col-md-10, .row.tiny .row.wide .col-md-10, .row.wide .row.tiny .col-md-11, .row.tiny .row.wide .col-md-11, .row.wide .row.tiny .col-md-12, .row.tiny .row.wide .col-md-12, .row.wide .row.tiny .col-md, .row.tiny .row.wide .col-md,
.row.wide .row.tiny .col-md-auto,
.row.tiny .row.wide .col-md-auto, .row.wide .row.tiny .col-lg-1, .row.tiny .row.wide .col-lg-1, .row.wide .row.tiny .col-lg-2, .row.tiny .row.wide .col-lg-2, .row.wide .row.tiny .col-lg-3, .row.tiny .row.wide .col-lg-3, .row.wide .row.tiny .col-lg-4, .row.tiny .row.wide .col-lg-4, .row.wide .row.tiny .col-lg-5, .row.tiny .row.wide .col-lg-5, .row.wide .row.tiny .col-lg-6, .row.tiny .row.wide .col-lg-6, .row.wide .row.tiny .col-lg-7, .row.tiny .row.wide .col-lg-7, .row.wide .row.tiny .col-lg-8, .row.tiny .row.wide .col-lg-8, .row.wide .row.tiny .col-lg-9, .row.tiny .row.wide .col-lg-9, .row.wide .row.tiny .col-lg-10, .row.tiny .row.wide .col-lg-10, .row.wide .row.tiny .col-lg-11, .row.tiny .row.wide .col-lg-11, .row.wide .row.tiny .col-lg-12, .row.tiny .row.wide .col-lg-12, .row.wide .row.tiny .col-lg, .row.tiny .row.wide .col-lg,
.row.wide .row.tiny .col-lg-auto,
.row.tiny .row.wide .col-lg-auto, .row.wide .row.tiny .col-xl-1, .row.tiny .row.wide .col-xl-1, .row.wide .row.tiny .col-xl-2, .row.tiny .row.wide .col-xl-2, .row.wide .row.tiny .col-xl-3, .row.tiny .row.wide .col-xl-3, .row.wide .row.tiny .col-xl-4, .row.tiny .row.wide .col-xl-4, .row.wide .row.tiny .col-xl-5, .row.tiny .row.wide .col-xl-5, .row.wide .row.tiny .col-xl-6, .row.tiny .row.wide .col-xl-6, .row.wide .row.tiny .col-xl-7, .row.tiny .row.wide .col-xl-7, .row.wide .row.tiny .col-xl-8, .row.tiny .row.wide .col-xl-8, .row.wide .row.tiny .col-xl-9, .row.tiny .row.wide .col-xl-9, .row.wide .row.tiny .col-xl-10, .row.tiny .row.wide .col-xl-10, .row.wide .row.tiny .col-xl-11, .row.tiny .row.wide .col-xl-11, .row.wide .row.tiny .col-xl-12, .row.tiny .row.wide .col-xl-12, .row.wide .row.tiny .col-xl, .row.tiny .row.wide .col-xl,
.row.wide .row.tiny .col-xl-auto,
.row.tiny .row.wide .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
}
.row.wide .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row.wide .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row.wide .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row.wide .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row.wide .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row.wide .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row.wide .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.row.wide .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.row.wide .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.row.wide .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.row.wide .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.row.wide .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.row.wide .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.row.wide .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.row.wide .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.row.wide .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.row.wide .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.row.wide .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.row.wide .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.row.wide .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.row.wide .order-first {
  order: -1;
}
.row.wide .order-last {
  order: 13;
}
.row.wide .order-0 {
  order: 0;
}
.row.wide .order-1 {
  order: 1;
}
.row.wide .order-2 {
  order: 2;
}
.row.wide .order-3 {
  order: 3;
}
.row.wide .order-4 {
  order: 4;
}
.row.wide .order-5 {
  order: 5;
}
.row.wide .order-6 {
  order: 6;
}
.row.wide .order-7 {
  order: 7;
}
.row.wide .order-8 {
  order: 8;
}
.row.wide .order-9 {
  order: 9;
}
.row.wide .order-10 {
  order: 10;
}
.row.wide .order-11 {
  order: 11;
}
.row.wide .order-12 {
  order: 12;
}
.row.wide .offset-1 {
  margin-left: 8.33333333%;
}
.row.wide .offset-2 {
  margin-left: 16.66666667%;
}
.row.wide .offset-3 {
  margin-left: 25%;
}
.row.wide .offset-4 {
  margin-left: 33.33333333%;
}
.row.wide .offset-5 {
  margin-left: 41.66666667%;
}
.row.wide .offset-6 {
  margin-left: 50%;
}
.row.wide .offset-7 {
  margin-left: 58.33333333%;
}
.row.wide .offset-8 {
  margin-left: 66.66666667%;
}
.row.wide .offset-9 {
  margin-left: 75%;
}
.row.wide .offset-10 {
  margin-left: 83.33333333%;
}
.row.wide .offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .row.wide .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row.wide .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.wide .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.wide .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row.wide .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.wide .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row.wide .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row.wide .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .row.wide .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .row.wide .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .row.wide .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.wide .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row.wide .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .row.wide .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.wide .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .row.wide .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .row.wide .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row.wide .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .row.wide .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .row.wide .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.wide .order-sm-first {
    order: -1;
  }
  .row.wide .order-sm-last {
    order: 13;
  }
  .row.wide .order-sm-0 {
    order: 0;
  }
  .row.wide .order-sm-1 {
    order: 1;
  }
  .row.wide .order-sm-2 {
    order: 2;
  }
  .row.wide .order-sm-3 {
    order: 3;
  }
  .row.wide .order-sm-4 {
    order: 4;
  }
  .row.wide .order-sm-5 {
    order: 5;
  }
  .row.wide .order-sm-6 {
    order: 6;
  }
  .row.wide .order-sm-7 {
    order: 7;
  }
  .row.wide .order-sm-8 {
    order: 8;
  }
  .row.wide .order-sm-9 {
    order: 9;
  }
  .row.wide .order-sm-10 {
    order: 10;
  }
  .row.wide .order-sm-11 {
    order: 11;
  }
  .row.wide .order-sm-12 {
    order: 12;
  }
  .row.wide .offset-sm-0 {
    margin-left: 0;
  }
  .row.wide .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .row.wide .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .row.wide .offset-sm-3 {
    margin-left: 25%;
  }
  .row.wide .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .row.wide .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .row.wide .offset-sm-6 {
    margin-left: 50%;
  }
  .row.wide .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .row.wide .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .row.wide .offset-sm-9 {
    margin-left: 75%;
  }
  .row.wide .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .row.wide .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .row.wide .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row.wide .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.wide .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.wide .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row.wide .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.wide .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row.wide .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row.wide .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .row.wide .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .row.wide .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .row.wide .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.wide .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row.wide .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .row.wide .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.wide .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .row.wide .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .row.wide .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row.wide .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .row.wide .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .row.wide .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.wide .order-md-first {
    order: -1;
  }
  .row.wide .order-md-last {
    order: 13;
  }
  .row.wide .order-md-0 {
    order: 0;
  }
  .row.wide .order-md-1 {
    order: 1;
  }
  .row.wide .order-md-2 {
    order: 2;
  }
  .row.wide .order-md-3 {
    order: 3;
  }
  .row.wide .order-md-4 {
    order: 4;
  }
  .row.wide .order-md-5 {
    order: 5;
  }
  .row.wide .order-md-6 {
    order: 6;
  }
  .row.wide .order-md-7 {
    order: 7;
  }
  .row.wide .order-md-8 {
    order: 8;
  }
  .row.wide .order-md-9 {
    order: 9;
  }
  .row.wide .order-md-10 {
    order: 10;
  }
  .row.wide .order-md-11 {
    order: 11;
  }
  .row.wide .order-md-12 {
    order: 12;
  }
  .row.wide .offset-md-0 {
    margin-left: 0;
  }
  .row.wide .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .row.wide .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .row.wide .offset-md-3 {
    margin-left: 25%;
  }
  .row.wide .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .row.wide .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .row.wide .offset-md-6 {
    margin-left: 50%;
  }
  .row.wide .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .row.wide .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .row.wide .offset-md-9 {
    margin-left: 75%;
  }
  .row.wide .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .row.wide .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .row.wide .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row.wide .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.wide .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.wide .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row.wide .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.wide .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row.wide .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row.wide .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .row.wide .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .row.wide .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .row.wide .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.wide .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row.wide .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .row.wide .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.wide .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .row.wide .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .row.wide .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row.wide .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .row.wide .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .row.wide .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.wide .order-lg-first {
    order: -1;
  }
  .row.wide .order-lg-last {
    order: 13;
  }
  .row.wide .order-lg-0 {
    order: 0;
  }
  .row.wide .order-lg-1 {
    order: 1;
  }
  .row.wide .order-lg-2 {
    order: 2;
  }
  .row.wide .order-lg-3 {
    order: 3;
  }
  .row.wide .order-lg-4 {
    order: 4;
  }
  .row.wide .order-lg-5 {
    order: 5;
  }
  .row.wide .order-lg-6 {
    order: 6;
  }
  .row.wide .order-lg-7 {
    order: 7;
  }
  .row.wide .order-lg-8 {
    order: 8;
  }
  .row.wide .order-lg-9 {
    order: 9;
  }
  .row.wide .order-lg-10 {
    order: 10;
  }
  .row.wide .order-lg-11 {
    order: 11;
  }
  .row.wide .order-lg-12 {
    order: 12;
  }
  .row.wide .offset-lg-0 {
    margin-left: 0;
  }
  .row.wide .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .row.wide .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .row.wide .offset-lg-3 {
    margin-left: 25%;
  }
  .row.wide .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .row.wide .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .row.wide .offset-lg-6 {
    margin-left: 50%;
  }
  .row.wide .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .row.wide .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .row.wide .offset-lg-9 {
    margin-left: 75%;
  }
  .row.wide .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .row.wide .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1515px) {
  .row.wide .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row.wide .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.wide .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.wide .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row.wide .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.wide .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row.wide .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row.wide .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .row.wide .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .row.wide .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .row.wide .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.wide .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row.wide .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .row.wide .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.wide .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .row.wide .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .row.wide .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row.wide .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .row.wide .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .row.wide .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.wide .order-xl-first {
    order: -1;
  }
  .row.wide .order-xl-last {
    order: 13;
  }
  .row.wide .order-xl-0 {
    order: 0;
  }
  .row.wide .order-xl-1 {
    order: 1;
  }
  .row.wide .order-xl-2 {
    order: 2;
  }
  .row.wide .order-xl-3 {
    order: 3;
  }
  .row.wide .order-xl-4 {
    order: 4;
  }
  .row.wide .order-xl-5 {
    order: 5;
  }
  .row.wide .order-xl-6 {
    order: 6;
  }
  .row.wide .order-xl-7 {
    order: 7;
  }
  .row.wide .order-xl-8 {
    order: 8;
  }
  .row.wide .order-xl-9 {
    order: 9;
  }
  .row.wide .order-xl-10 {
    order: 10;
  }
  .row.wide .order-xl-11 {
    order: 11;
  }
  .row.wide .order-xl-12 {
    order: 12;
  }
  .row.wide .offset-xl-0 {
    margin-left: 0;
  }
  .row.wide .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .row.wide .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .row.wide .offset-xl-3 {
    margin-left: 25%;
  }
  .row.wide .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .row.wide .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .row.wide .offset-xl-6 {
    margin-left: 50%;
  }
  .row.wide .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .row.wide .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .row.wide .offset-xl-9 {
    margin-left: 75%;
  }
  .row.wide .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .row.wide .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.row.extrawide {
  margin-left: -50px;
  margin-right: -50px;
}
.row.extrawide .col-xl,
.row.extrawide .col-xl-auto, .row.extrawide .col-xl-12, .row.extrawide .col-xl-11, .row.extrawide .col-xl-10, .row.extrawide .col-xl-9, .row.extrawide .col-xl-8, .row.extrawide .col-xl-7, .row.extrawide .col-xl-6, .row.extrawide .col-xl-5, .row.extrawide .col-xl-4, .row.extrawide .col-xl-3, .row.extrawide .col-xl-2, .row.extrawide .col-xl-1, .row.extrawide .col-lg,
.row.extrawide .col-lg-auto, .row.extrawide .col-lg-12, .row.extrawide .col-lg-11, .row.extrawide .col-lg-10, .row.extrawide .col-lg-9, .row.extrawide .col-lg-8, .row.extrawide .col-lg-7, .row.extrawide .col-lg-6, .row.extrawide .col-lg-5, .row.extrawide .col-lg-4, .row.extrawide .col-lg-3, .row.extrawide .col-lg-2, .row.extrawide .col-lg-1, .row.extrawide .col-md,
.row.extrawide .col-md-auto, .row.extrawide .col-md-12, .row.extrawide .col-md-11, .row.extrawide .col-md-10, .row.extrawide .col-md-9, .row.extrawide .col-md-8, .row.extrawide .col-md-7, .row.extrawide .col-md-6, .row.extrawide .col-md-5, .row.extrawide .col-md-4, .row.extrawide .col-md-3, .row.extrawide .col-md-2, .row.extrawide .col-md-1, .row.extrawide .col-sm,
.row.extrawide .col-sm-auto, .row.extrawide .col-sm-12, .row.extrawide .col-sm-11, .row.extrawide .col-sm-10, .row.extrawide .col-sm-9, .row.extrawide .col-sm-8, .row.extrawide .col-sm-7, .row.extrawide .col-sm-6, .row.extrawide .col-sm-5, .row.extrawide .col-sm-4, .row.extrawide .col-sm-3, .row.extrawide .col-sm-2, .row.extrawide .col-sm-1, .row.extrawide .col,
.row.extrawide .col-auto, .row.extrawide .col-12, .row.extrawide .col-11, .row.extrawide .col-10, .row.extrawide .col-9, .row.extrawide .col-8, .row.extrawide .col-7, .row.extrawide .col-6, .row.extrawide .col-5, .row.extrawide .col-4, .row.extrawide .col-3, .row.extrawide .col-2, .row.extrawide .col-1, .row.extrawide .col-1, .row.extrawide .col-2, .row.extrawide .col-3, .row.extrawide .col-4, .row.extrawide .col-5, .row.extrawide .col-6, .row.extrawide .col-7, .row.extrawide .col-8, .row.extrawide .col-9, .row.extrawide .col-10, .row.extrawide .col-11, .row.extrawide .col-12, .row.extrawide .col,
.row.extrawide .col-auto, .row.extrawide .col-sm-1, .row.extrawide .col-sm-2, .row.extrawide .col-sm-3, .row.extrawide .col-sm-4, .row.extrawide .col-sm-5, .row.extrawide .col-sm-6, .row.extrawide .col-sm-7, .row.extrawide .col-sm-8, .row.extrawide .col-sm-9, .row.extrawide .col-sm-10, .row.extrawide .col-sm-11, .row.extrawide .col-sm-12, .row.extrawide .col-sm,
.row.extrawide .col-sm-auto, .row.extrawide .col-md-1, .row.extrawide .col-md-2, .row.extrawide .col-md-3, .row.extrawide .col-md-4, .row.extrawide .col-md-5, .row.extrawide .col-md-6, .row.extrawide .col-md-7, .row.extrawide .col-md-8, .row.extrawide .col-md-9, .row.extrawide .col-md-10, .row.extrawide .col-md-11, .row.extrawide .col-md-12, .row.extrawide .col-md,
.row.extrawide .col-md-auto, .row.extrawide .col-lg-1, .row.extrawide .col-lg-2, .row.extrawide .col-lg-3, .row.extrawide .col-lg-4, .row.extrawide .col-lg-5, .row.extrawide .col-lg-6, .row.extrawide .col-lg-7, .row.extrawide .col-lg-8, .row.extrawide .col-lg-9, .row.extrawide .col-lg-10, .row.extrawide .col-lg-11, .row.extrawide .col-lg-12, .row.extrawide .col-lg,
.row.extrawide .col-lg-auto, .row.extrawide .col-xl-1, .row.extrawide .col-xl-2, .row.extrawide .col-xl-3, .row.extrawide .col-xl-4, .row.extrawide .col-xl-5, .row.extrawide .col-xl-6, .row.extrawide .col-xl-7, .row.extrawide .col-xl-8, .row.extrawide .col-xl-9, .row.extrawide .col-xl-10, .row.extrawide .col-xl-11, .row.extrawide .col-xl-12, .row.extrawide .col-xl,
.row.extrawide .col-xl-auto, .row.extrawide .row.tiny .col-1, .row.tiny .row.extrawide .col-1, .row.extrawide .row.tiny .col-2, .row.tiny .row.extrawide .col-2, .row.extrawide .row.tiny .col-3, .row.tiny .row.extrawide .col-3, .row.extrawide .row.tiny .col-4, .row.tiny .row.extrawide .col-4, .row.extrawide .row.tiny .col-5, .row.tiny .row.extrawide .col-5, .row.extrawide .row.tiny .col-6, .row.tiny .row.extrawide .col-6, .row.extrawide .row.tiny .col-7, .row.tiny .row.extrawide .col-7, .row.extrawide .row.tiny .col-8, .row.tiny .row.extrawide .col-8, .row.extrawide .row.tiny .col-9, .row.tiny .row.extrawide .col-9, .row.extrawide .row.tiny .col-10, .row.tiny .row.extrawide .col-10, .row.extrawide .row.tiny .col-11, .row.tiny .row.extrawide .col-11, .row.extrawide .row.tiny .col-12, .row.tiny .row.extrawide .col-12, .row.extrawide .row.tiny .col, .row.tiny .row.extrawide .col,
.row.extrawide .row.tiny .col-auto,
.row.tiny .row.extrawide .col-auto, .row.extrawide .row.tiny .col-sm-1, .row.tiny .row.extrawide .col-sm-1, .row.extrawide .row.tiny .col-sm-2, .row.tiny .row.extrawide .col-sm-2, .row.extrawide .row.tiny .col-sm-3, .row.tiny .row.extrawide .col-sm-3, .row.extrawide .row.tiny .col-sm-4, .row.tiny .row.extrawide .col-sm-4, .row.extrawide .row.tiny .col-sm-5, .row.tiny .row.extrawide .col-sm-5, .row.extrawide .row.tiny .col-sm-6, .row.tiny .row.extrawide .col-sm-6, .row.extrawide .row.tiny .col-sm-7, .row.tiny .row.extrawide .col-sm-7, .row.extrawide .row.tiny .col-sm-8, .row.tiny .row.extrawide .col-sm-8, .row.extrawide .row.tiny .col-sm-9, .row.tiny .row.extrawide .col-sm-9, .row.extrawide .row.tiny .col-sm-10, .row.tiny .row.extrawide .col-sm-10, .row.extrawide .row.tiny .col-sm-11, .row.tiny .row.extrawide .col-sm-11, .row.extrawide .row.tiny .col-sm-12, .row.tiny .row.extrawide .col-sm-12, .row.extrawide .row.tiny .col-sm, .row.tiny .row.extrawide .col-sm,
.row.extrawide .row.tiny .col-sm-auto,
.row.tiny .row.extrawide .col-sm-auto, .row.extrawide .row.tiny .col-md-1, .row.tiny .row.extrawide .col-md-1, .row.extrawide .row.tiny .col-md-2, .row.tiny .row.extrawide .col-md-2, .row.extrawide .row.tiny .col-md-3, .row.tiny .row.extrawide .col-md-3, .row.extrawide .row.tiny .col-md-4, .row.tiny .row.extrawide .col-md-4, .row.extrawide .row.tiny .col-md-5, .row.tiny .row.extrawide .col-md-5, .row.extrawide .row.tiny .col-md-6, .row.tiny .row.extrawide .col-md-6, .row.extrawide .row.tiny .col-md-7, .row.tiny .row.extrawide .col-md-7, .row.extrawide .row.tiny .col-md-8, .row.tiny .row.extrawide .col-md-8, .row.extrawide .row.tiny .col-md-9, .row.tiny .row.extrawide .col-md-9, .row.extrawide .row.tiny .col-md-10, .row.tiny .row.extrawide .col-md-10, .row.extrawide .row.tiny .col-md-11, .row.tiny .row.extrawide .col-md-11, .row.extrawide .row.tiny .col-md-12, .row.tiny .row.extrawide .col-md-12, .row.extrawide .row.tiny .col-md, .row.tiny .row.extrawide .col-md,
.row.extrawide .row.tiny .col-md-auto,
.row.tiny .row.extrawide .col-md-auto, .row.extrawide .row.tiny .col-lg-1, .row.tiny .row.extrawide .col-lg-1, .row.extrawide .row.tiny .col-lg-2, .row.tiny .row.extrawide .col-lg-2, .row.extrawide .row.tiny .col-lg-3, .row.tiny .row.extrawide .col-lg-3, .row.extrawide .row.tiny .col-lg-4, .row.tiny .row.extrawide .col-lg-4, .row.extrawide .row.tiny .col-lg-5, .row.tiny .row.extrawide .col-lg-5, .row.extrawide .row.tiny .col-lg-6, .row.tiny .row.extrawide .col-lg-6, .row.extrawide .row.tiny .col-lg-7, .row.tiny .row.extrawide .col-lg-7, .row.extrawide .row.tiny .col-lg-8, .row.tiny .row.extrawide .col-lg-8, .row.extrawide .row.tiny .col-lg-9, .row.tiny .row.extrawide .col-lg-9, .row.extrawide .row.tiny .col-lg-10, .row.tiny .row.extrawide .col-lg-10, .row.extrawide .row.tiny .col-lg-11, .row.tiny .row.extrawide .col-lg-11, .row.extrawide .row.tiny .col-lg-12, .row.tiny .row.extrawide .col-lg-12, .row.extrawide .row.tiny .col-lg, .row.tiny .row.extrawide .col-lg,
.row.extrawide .row.tiny .col-lg-auto,
.row.tiny .row.extrawide .col-lg-auto, .row.extrawide .row.tiny .col-xl-1, .row.tiny .row.extrawide .col-xl-1, .row.extrawide .row.tiny .col-xl-2, .row.tiny .row.extrawide .col-xl-2, .row.extrawide .row.tiny .col-xl-3, .row.tiny .row.extrawide .col-xl-3, .row.extrawide .row.tiny .col-xl-4, .row.tiny .row.extrawide .col-xl-4, .row.extrawide .row.tiny .col-xl-5, .row.tiny .row.extrawide .col-xl-5, .row.extrawide .row.tiny .col-xl-6, .row.tiny .row.extrawide .col-xl-6, .row.extrawide .row.tiny .col-xl-7, .row.tiny .row.extrawide .col-xl-7, .row.extrawide .row.tiny .col-xl-8, .row.tiny .row.extrawide .col-xl-8, .row.extrawide .row.tiny .col-xl-9, .row.tiny .row.extrawide .col-xl-9, .row.extrawide .row.tiny .col-xl-10, .row.tiny .row.extrawide .col-xl-10, .row.extrawide .row.tiny .col-xl-11, .row.tiny .row.extrawide .col-xl-11, .row.extrawide .row.tiny .col-xl-12, .row.tiny .row.extrawide .col-xl-12, .row.extrawide .row.tiny .col-xl, .row.tiny .row.extrawide .col-xl,
.row.extrawide .row.tiny .col-xl-auto,
.row.tiny .row.extrawide .col-xl-auto, .row.extrawide .row.wide .col-1, .row.wide .row.extrawide .col-1, .row.extrawide .row.wide .col-2, .row.wide .row.extrawide .col-2, .row.extrawide .row.wide .col-3, .row.wide .row.extrawide .col-3, .row.extrawide .row.wide .col-4, .row.wide .row.extrawide .col-4, .row.extrawide .row.wide .col-5, .row.wide .row.extrawide .col-5, .row.extrawide .row.wide .col-6, .row.wide .row.extrawide .col-6, .row.extrawide .row.wide .col-7, .row.wide .row.extrawide .col-7, .row.extrawide .row.wide .col-8, .row.wide .row.extrawide .col-8, .row.extrawide .row.wide .col-9, .row.wide .row.extrawide .col-9, .row.extrawide .row.wide .col-10, .row.wide .row.extrawide .col-10, .row.extrawide .row.wide .col-11, .row.wide .row.extrawide .col-11, .row.extrawide .row.wide .col-12, .row.wide .row.extrawide .col-12, .row.extrawide .row.wide .col, .row.wide .row.extrawide .col,
.row.extrawide .row.wide .col-auto,
.row.wide .row.extrawide .col-auto, .row.extrawide .row.wide .col-sm-1, .row.wide .row.extrawide .col-sm-1, .row.extrawide .row.wide .col-sm-2, .row.wide .row.extrawide .col-sm-2, .row.extrawide .row.wide .col-sm-3, .row.wide .row.extrawide .col-sm-3, .row.extrawide .row.wide .col-sm-4, .row.wide .row.extrawide .col-sm-4, .row.extrawide .row.wide .col-sm-5, .row.wide .row.extrawide .col-sm-5, .row.extrawide .row.wide .col-sm-6, .row.wide .row.extrawide .col-sm-6, .row.extrawide .row.wide .col-sm-7, .row.wide .row.extrawide .col-sm-7, .row.extrawide .row.wide .col-sm-8, .row.wide .row.extrawide .col-sm-8, .row.extrawide .row.wide .col-sm-9, .row.wide .row.extrawide .col-sm-9, .row.extrawide .row.wide .col-sm-10, .row.wide .row.extrawide .col-sm-10, .row.extrawide .row.wide .col-sm-11, .row.wide .row.extrawide .col-sm-11, .row.extrawide .row.wide .col-sm-12, .row.wide .row.extrawide .col-sm-12, .row.extrawide .row.wide .col-sm, .row.wide .row.extrawide .col-sm,
.row.extrawide .row.wide .col-sm-auto,
.row.wide .row.extrawide .col-sm-auto, .row.extrawide .row.wide .col-md-1, .row.wide .row.extrawide .col-md-1, .row.extrawide .row.wide .col-md-2, .row.wide .row.extrawide .col-md-2, .row.extrawide .row.wide .col-md-3, .row.wide .row.extrawide .col-md-3, .row.extrawide .row.wide .col-md-4, .row.wide .row.extrawide .col-md-4, .row.extrawide .row.wide .col-md-5, .row.wide .row.extrawide .col-md-5, .row.extrawide .row.wide .col-md-6, .row.wide .row.extrawide .col-md-6, .row.extrawide .row.wide .col-md-7, .row.wide .row.extrawide .col-md-7, .row.extrawide .row.wide .col-md-8, .row.wide .row.extrawide .col-md-8, .row.extrawide .row.wide .col-md-9, .row.wide .row.extrawide .col-md-9, .row.extrawide .row.wide .col-md-10, .row.wide .row.extrawide .col-md-10, .row.extrawide .row.wide .col-md-11, .row.wide .row.extrawide .col-md-11, .row.extrawide .row.wide .col-md-12, .row.wide .row.extrawide .col-md-12, .row.extrawide .row.wide .col-md, .row.wide .row.extrawide .col-md,
.row.extrawide .row.wide .col-md-auto,
.row.wide .row.extrawide .col-md-auto, .row.extrawide .row.wide .col-lg-1, .row.wide .row.extrawide .col-lg-1, .row.extrawide .row.wide .col-lg-2, .row.wide .row.extrawide .col-lg-2, .row.extrawide .row.wide .col-lg-3, .row.wide .row.extrawide .col-lg-3, .row.extrawide .row.wide .col-lg-4, .row.wide .row.extrawide .col-lg-4, .row.extrawide .row.wide .col-lg-5, .row.wide .row.extrawide .col-lg-5, .row.extrawide .row.wide .col-lg-6, .row.wide .row.extrawide .col-lg-6, .row.extrawide .row.wide .col-lg-7, .row.wide .row.extrawide .col-lg-7, .row.extrawide .row.wide .col-lg-8, .row.wide .row.extrawide .col-lg-8, .row.extrawide .row.wide .col-lg-9, .row.wide .row.extrawide .col-lg-9, .row.extrawide .row.wide .col-lg-10, .row.wide .row.extrawide .col-lg-10, .row.extrawide .row.wide .col-lg-11, .row.wide .row.extrawide .col-lg-11, .row.extrawide .row.wide .col-lg-12, .row.wide .row.extrawide .col-lg-12, .row.extrawide .row.wide .col-lg, .row.wide .row.extrawide .col-lg,
.row.extrawide .row.wide .col-lg-auto,
.row.wide .row.extrawide .col-lg-auto, .row.extrawide .row.wide .col-xl-1, .row.wide .row.extrawide .col-xl-1, .row.extrawide .row.wide .col-xl-2, .row.wide .row.extrawide .col-xl-2, .row.extrawide .row.wide .col-xl-3, .row.wide .row.extrawide .col-xl-3, .row.extrawide .row.wide .col-xl-4, .row.wide .row.extrawide .col-xl-4, .row.extrawide .row.wide .col-xl-5, .row.wide .row.extrawide .col-xl-5, .row.extrawide .row.wide .col-xl-6, .row.wide .row.extrawide .col-xl-6, .row.extrawide .row.wide .col-xl-7, .row.wide .row.extrawide .col-xl-7, .row.extrawide .row.wide .col-xl-8, .row.wide .row.extrawide .col-xl-8, .row.extrawide .row.wide .col-xl-9, .row.wide .row.extrawide .col-xl-9, .row.extrawide .row.wide .col-xl-10, .row.wide .row.extrawide .col-xl-10, .row.extrawide .row.wide .col-xl-11, .row.wide .row.extrawide .col-xl-11, .row.extrawide .row.wide .col-xl-12, .row.wide .row.extrawide .col-xl-12, .row.extrawide .row.wide .col-xl, .row.wide .row.extrawide .col-xl,
.row.extrawide .row.wide .col-xl-auto,
.row.wide .row.extrawide .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
}
.row.extrawide .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row.extrawide .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row.extrawide .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row.extrawide .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row.extrawide .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row.extrawide .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row.extrawide .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.row.extrawide .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.row.extrawide .col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.row.extrawide .col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.row.extrawide .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.row.extrawide .col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.row.extrawide .col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.row.extrawide .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.row.extrawide .col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.row.extrawide .col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.row.extrawide .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.row.extrawide .col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.row.extrawide .col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.row.extrawide .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.row.extrawide .order-first {
  order: -1;
}
.row.extrawide .order-last {
  order: 13;
}
.row.extrawide .order-0 {
  order: 0;
}
.row.extrawide .order-1 {
  order: 1;
}
.row.extrawide .order-2 {
  order: 2;
}
.row.extrawide .order-3 {
  order: 3;
}
.row.extrawide .order-4 {
  order: 4;
}
.row.extrawide .order-5 {
  order: 5;
}
.row.extrawide .order-6 {
  order: 6;
}
.row.extrawide .order-7 {
  order: 7;
}
.row.extrawide .order-8 {
  order: 8;
}
.row.extrawide .order-9 {
  order: 9;
}
.row.extrawide .order-10 {
  order: 10;
}
.row.extrawide .order-11 {
  order: 11;
}
.row.extrawide .order-12 {
  order: 12;
}
.row.extrawide .offset-1 {
  margin-left: 8.33333333%;
}
.row.extrawide .offset-2 {
  margin-left: 16.66666667%;
}
.row.extrawide .offset-3 {
  margin-left: 25%;
}
.row.extrawide .offset-4 {
  margin-left: 33.33333333%;
}
.row.extrawide .offset-5 {
  margin-left: 41.66666667%;
}
.row.extrawide .offset-6 {
  margin-left: 50%;
}
.row.extrawide .offset-7 {
  margin-left: 58.33333333%;
}
.row.extrawide .offset-8 {
  margin-left: 66.66666667%;
}
.row.extrawide .offset-9 {
  margin-left: 75%;
}
.row.extrawide .offset-10 {
  margin-left: 83.33333333%;
}
.row.extrawide .offset-11 {
  margin-left: 91.66666667%;
}
@media (min-width: 576px) {
  .row.extrawide .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row.extrawide .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.extrawide .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.extrawide .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row.extrawide .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.extrawide .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row.extrawide .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row.extrawide .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .row.extrawide .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .row.extrawide .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .row.extrawide .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.extrawide .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row.extrawide .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .row.extrawide .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.extrawide .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .row.extrawide .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .row.extrawide .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row.extrawide .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .row.extrawide .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .row.extrawide .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.extrawide .order-sm-first {
    order: -1;
  }
  .row.extrawide .order-sm-last {
    order: 13;
  }
  .row.extrawide .order-sm-0 {
    order: 0;
  }
  .row.extrawide .order-sm-1 {
    order: 1;
  }
  .row.extrawide .order-sm-2 {
    order: 2;
  }
  .row.extrawide .order-sm-3 {
    order: 3;
  }
  .row.extrawide .order-sm-4 {
    order: 4;
  }
  .row.extrawide .order-sm-5 {
    order: 5;
  }
  .row.extrawide .order-sm-6 {
    order: 6;
  }
  .row.extrawide .order-sm-7 {
    order: 7;
  }
  .row.extrawide .order-sm-8 {
    order: 8;
  }
  .row.extrawide .order-sm-9 {
    order: 9;
  }
  .row.extrawide .order-sm-10 {
    order: 10;
  }
  .row.extrawide .order-sm-11 {
    order: 11;
  }
  .row.extrawide .order-sm-12 {
    order: 12;
  }
  .row.extrawide .offset-sm-0 {
    margin-left: 0;
  }
  .row.extrawide .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .row.extrawide .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .row.extrawide .offset-sm-3 {
    margin-left: 25%;
  }
  .row.extrawide .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .row.extrawide .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .row.extrawide .offset-sm-6 {
    margin-left: 50%;
  }
  .row.extrawide .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .row.extrawide .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .row.extrawide .offset-sm-9 {
    margin-left: 75%;
  }
  .row.extrawide .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .row.extrawide .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .row.extrawide .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row.extrawide .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.extrawide .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.extrawide .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row.extrawide .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.extrawide .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row.extrawide .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row.extrawide .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .row.extrawide .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .row.extrawide .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .row.extrawide .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.extrawide .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row.extrawide .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .row.extrawide .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.extrawide .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .row.extrawide .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .row.extrawide .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row.extrawide .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .row.extrawide .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .row.extrawide .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.extrawide .order-md-first {
    order: -1;
  }
  .row.extrawide .order-md-last {
    order: 13;
  }
  .row.extrawide .order-md-0 {
    order: 0;
  }
  .row.extrawide .order-md-1 {
    order: 1;
  }
  .row.extrawide .order-md-2 {
    order: 2;
  }
  .row.extrawide .order-md-3 {
    order: 3;
  }
  .row.extrawide .order-md-4 {
    order: 4;
  }
  .row.extrawide .order-md-5 {
    order: 5;
  }
  .row.extrawide .order-md-6 {
    order: 6;
  }
  .row.extrawide .order-md-7 {
    order: 7;
  }
  .row.extrawide .order-md-8 {
    order: 8;
  }
  .row.extrawide .order-md-9 {
    order: 9;
  }
  .row.extrawide .order-md-10 {
    order: 10;
  }
  .row.extrawide .order-md-11 {
    order: 11;
  }
  .row.extrawide .order-md-12 {
    order: 12;
  }
  .row.extrawide .offset-md-0 {
    margin-left: 0;
  }
  .row.extrawide .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .row.extrawide .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .row.extrawide .offset-md-3 {
    margin-left: 25%;
  }
  .row.extrawide .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .row.extrawide .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .row.extrawide .offset-md-6 {
    margin-left: 50%;
  }
  .row.extrawide .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .row.extrawide .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .row.extrawide .offset-md-9 {
    margin-left: 75%;
  }
  .row.extrawide .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .row.extrawide .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .row.extrawide .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row.extrawide .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.extrawide .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.extrawide .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row.extrawide .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.extrawide .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row.extrawide .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row.extrawide .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .row.extrawide .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .row.extrawide .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .row.extrawide .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.extrawide .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row.extrawide .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .row.extrawide .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.extrawide .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .row.extrawide .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .row.extrawide .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row.extrawide .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .row.extrawide .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .row.extrawide .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.extrawide .order-lg-first {
    order: -1;
  }
  .row.extrawide .order-lg-last {
    order: 13;
  }
  .row.extrawide .order-lg-0 {
    order: 0;
  }
  .row.extrawide .order-lg-1 {
    order: 1;
  }
  .row.extrawide .order-lg-2 {
    order: 2;
  }
  .row.extrawide .order-lg-3 {
    order: 3;
  }
  .row.extrawide .order-lg-4 {
    order: 4;
  }
  .row.extrawide .order-lg-5 {
    order: 5;
  }
  .row.extrawide .order-lg-6 {
    order: 6;
  }
  .row.extrawide .order-lg-7 {
    order: 7;
  }
  .row.extrawide .order-lg-8 {
    order: 8;
  }
  .row.extrawide .order-lg-9 {
    order: 9;
  }
  .row.extrawide .order-lg-10 {
    order: 10;
  }
  .row.extrawide .order-lg-11 {
    order: 11;
  }
  .row.extrawide .order-lg-12 {
    order: 12;
  }
  .row.extrawide .offset-lg-0 {
    margin-left: 0;
  }
  .row.extrawide .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .row.extrawide .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .row.extrawide .offset-lg-3 {
    margin-left: 25%;
  }
  .row.extrawide .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .row.extrawide .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .row.extrawide .offset-lg-6 {
    margin-left: 50%;
  }
  .row.extrawide .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .row.extrawide .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .row.extrawide .offset-lg-9 {
    margin-left: 75%;
  }
  .row.extrawide .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .row.extrawide .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1515px) {
  .row.extrawide .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row.extrawide .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.extrawide .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.extrawide .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row.extrawide .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.extrawide .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row.extrawide .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .row.extrawide .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .row.extrawide .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .row.extrawide .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .row.extrawide .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row.extrawide .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .row.extrawide .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .row.extrawide .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row.extrawide .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .row.extrawide .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .row.extrawide .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row.extrawide .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .row.extrawide .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .row.extrawide .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row.extrawide .order-xl-first {
    order: -1;
  }
  .row.extrawide .order-xl-last {
    order: 13;
  }
  .row.extrawide .order-xl-0 {
    order: 0;
  }
  .row.extrawide .order-xl-1 {
    order: 1;
  }
  .row.extrawide .order-xl-2 {
    order: 2;
  }
  .row.extrawide .order-xl-3 {
    order: 3;
  }
  .row.extrawide .order-xl-4 {
    order: 4;
  }
  .row.extrawide .order-xl-5 {
    order: 5;
  }
  .row.extrawide .order-xl-6 {
    order: 6;
  }
  .row.extrawide .order-xl-7 {
    order: 7;
  }
  .row.extrawide .order-xl-8 {
    order: 8;
  }
  .row.extrawide .order-xl-9 {
    order: 9;
  }
  .row.extrawide .order-xl-10 {
    order: 10;
  }
  .row.extrawide .order-xl-11 {
    order: 11;
  }
  .row.extrawide .order-xl-12 {
    order: 12;
  }
  .row.extrawide .offset-xl-0 {
    margin-left: 0;
  }
  .row.extrawide .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .row.extrawide .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .row.extrawide .offset-xl-3 {
    margin-left: 25%;
  }
  .row.extrawide .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .row.extrawide .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .row.extrawide .offset-xl-6 {
    margin-left: 50%;
  }
  .row.extrawide .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .row.extrawide .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .row.extrawide .offset-xl-9 {
    margin-left: 75%;
  }
  .row.extrawide .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .row.extrawide .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (max-width: 767.98px) {
  .row.wide {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.wide div[class^=col] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .row.extrawide {
    margin-left: -10px;
    margin-right: -10px;
  }
  .row.extrawide div[class^=col] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.btn, .uacf7_repeater_remove, .uacf7_repeater_add {
  padding: 0.6rem 1rem;
  font-weight: 600;
  font-size: 0.925rem;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .btn, .uacf7_repeater_remove, .uacf7_repeater_add {
    padding: 0.3rem 0.875rem;
    font-size: 0.8rem;
  }
}

.btn-sm-toggle {
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: 500;
  white-space: nowrap;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .uacf7_repeater_remove, .btn-group-sm > .uacf7_repeater_add {
  padding: 0.3rem 0.875rem;
  font-size: 0.875rem;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .uacf7_repeater_remove, .btn-group-lg > .uacf7_repeater_add {
  font-size: 1.1rem;
  padding: 0.8rem 1.4rem;
}

.btn-white {
  background-color: #fff;
}

.btn-success,
.btn-success:disabled,
.btn-success.disabled,
.btn-info:hover {
  color: #fff;
}

.btn-info,
.btn-info:disabled,
.btn-info.disabled,
.btn-info:hover {
  color: #fff;
}

@media (max-width: 767.98px) {
  .btn.mobile-large, .mobile-large.uacf7_repeater_remove, .mobile-large.uacf7_repeater_add {
    padding: 0.6rem 1.25rem;
    font-size: 1rem;
  }
}

.btn:focus, .uacf7_repeater_remove:focus, .uacf7_repeater_add:focus {
  box-shadow: none !important;
}

.button-cookie {
  text-decoration: none;
  width: auto;
}
@media (max-width: 991.98px) {
  .button-cookie {
    width: 100%;
    margin: 0 !important;
  }
}

textarea.form-control, textarea.wpcf7-uacf7_product_dropdown {
  height: 154px;
}

.form-control.quantity, .quantity.wpcf7-uacf7_product_dropdown {
  width: 60px;
  text-align: center;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #bbb;
}

.custom-control-input:checked ~ .custom-control-label {
  font-weight: 600;
}

a {
  color: #3b3c3b;
  text-decoration: underline;
  font-weight: 600;
}

b,
strong {
  font-weight: 600;
}

p,
ul,
ol,
h6 {
  font-size: 0.925rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  p,
ul,
ol,
h6 {
    line-height: 1.5;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  color: #3d3836;
  margin-bottom: 0.75rem;
}

h1 {
  margin-bottom: 0.5rem;
  font-size: 1.75rem;
  line-height: 1.15;
}
@media (min-width: 576px) {
  h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 1515px) {
  h1 {
    font-size: 2.75rem;
  }
}

h2 {
  font-size: 1.4rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}

h3 {
  font-size: 1.15rem;
  margin-bottom: 0.3rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.2rem;
  }
}

h5 {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 576px) {
  h5 {
    font-size: 1rem;
  }
}

/* Ingress */
h6 {
  font-size: 1.15rem;
  line-height: 1.55;
  font-weight: 700;
  color: #3b3c3b;
}

ul,
ol {
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
ul li,
ol li {
  margin-bottom: 0.75rem;
}

ol {
  list-style: none;
}

ol li {
  counter-increment: item;
}

ol li:before {
  content: counter(item);
  color: #3d3836;
  width: 1.2em;
  text-align: left;
  display: inline-block;
  font-size: 1.1em;
  font-weight: 600;
  margin-left: -20px;
}

.defaultbg {
  background-color: #fff;
}

.bgGray {
  background-color: #3d3836;
}

#map {
  height: 380px;
  margin-bottom: 30px;
}

.customConatinerFluid {
  width: 100%;
  max-width: 1400px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .customConatinerFluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1514.98px) {
  .customConatinerFluid {
    max-width: calc(100% - 4rem);
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}

.header {
  height: 90px;
  background-color: #d0cec3;
  z-index: 1030;
  transition: background-color 200ms ease-in-out, height 100ms linear;
}
.header.flyout-open {
  background-color: #f4f3f1;
}
.header.flyout-open .nav-menu-child-flyout {
  background-color: #f4f3f1 !important;
}
.header.flyout-open .cart-num-background {
  background-color: #f4f3f1 !important;
}
@media (max-width: 991.98px) {
  .header {
    height: 70px;
  }
}
.header .header-main {
  height: 100%;
  text-decoration: none;
  color: #3b3c3b;
  /* Language Switcher */
}
.header .header-main a {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .header .header-main a {
    font-weight: 400;
  }
}
.header .header-main .logo {
  height: 48px;
  transition: all 100ms linear;
}
@media (max-width: 991.98px) {
  .header .header-main .logo {
    height: 40px;
  }
}
.header .header-main .nav-menu {
  display: flex;
  height: 100%;
  margin-right: auto;
  padding-left: 2rem;
  gap: 1.25rem;
}
@media (max-width: 991.98px) {
  .header .header-main .nav-menu {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    max-height: 0;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 1030;
    overflow: hidden;
    background-color: #f4f3f1;
    transition: max-height 400ms ease;
    padding-left: 0;
  }
}
.header .header-main .nav-menu .no-nav {
  display: flex;
  align-items: center;
}
.header .header-main .nav-menu .nav-menu-item {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
}
@media (max-width: 991.98px) {
  .header .header-main .nav-menu .nav-menu-item {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 1rem;
  }
}
@media (max-width: 991.98px) {
  .header .header-main .nav-menu .nav-menu-item {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0.925rem 4% 0.925rem 4%;
    border-bottom: 1px solid #d0cec3;
  }
}
@media (max-width: 767.98px) {
  .header .header-main .nav-menu .nav-menu-item {
    padding: 0.925rem 4% 0.925rem 4%;
  }
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 1514.98px) {
  .header .header-main .nav-menu .nav-menu-item .nav-menu-link {
    font-size: 0.875rem;
  }
}
@media (max-width: 991.98px) {
  .header .header-main .nav-menu .nav-menu-item .nav-menu-link {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: left;
    justify-content: flex-start;
  }
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-link .nav-menu-link-arrow {
  width: 24px;
  height: 24px;
  background-image: url(../images/material-chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 2px;
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-link .mobile-menu-fold-icon {
  float: right;
  position: relative;
  width: 22px;
  height: 22px;
  margin-top: 3px;
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-link .mobile-menu-fold-icon .bar {
  position: absolute;
  width: 22px;
  height: 3px;
  background-color: #fff;
  transition: all 200ms linear;
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-link .mobile-menu-fold-icon .bar.one {
  top: 12px;
  transform: rotate(0deg);
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-link .mobile-menu-fold-icon .bar.two {
  top: 12px;
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  .header .header-main .nav-menu .nav-menu-item .nav-menu-link .mobile-menu-fold-icon {
    display: none;
  }
}
.header .header-main .nav-menu .nav-menu-item .desktop-menu-arrow {
  position: absolute;
  width: 30px;
  height: 13px;
  bottom: 0px;
  left: calc(50% - 18px);
  background-image: url(../images/desktop-menu-arrow.svg);
  background-size: 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease, visibility 250ms ease;
}
@media (max-width: 991.98px) {
  .header .header-main .nav-menu .nav-menu-item .desktop-menu-arrow {
    display: none;
  }
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout {
  position: absolute;
  width: 100%;
  right: 0;
  top: 123px;
  z-index: 1032;
  display: flex;
  justify-content: center;
  background-color: #d0cec3;
  max-height: 0;
  overflow: hidden;
  transition: max-height 200ms ease-in-out, background-color 200ms ease-in-out;
}
@media (max-width: 991.98px) {
  .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout {
    position: static;
    display: block;
    transition: max-height 400ms linear;
  }
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 1400px;
  margin: 2rem 0;
}
@media (max-width: 1514.98px) {
  .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container {
    width: 92%;
  }
}
@media (max-width: 991.98px) {
  .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    margin: 0;
    padding-top: 1.25rem;
  }
}
@media (max-width: 767.98px) {
  .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    margin: 0;
  }
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container .nav-menu-child-item {
  background-color: #fff;
  border-radius: 4px;
  width: 180px;
  padding: 15px 15px 0 15px;
  height: 165px;
}
@media (max-width: 991.98px) {
  .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container .nav-menu-child-item {
    width: 100%;
  }
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container .nav-menu-child-item img {
  width: 100%;
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container .nav-menu-child-item .nav-menu-child-link {
  width: 100%;
  font-size: 0.925rem;
  font-weight: normal;
  padding: 1rem 0;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container .nav-menu-child-item .nav-menu-child-link {
    font-size: 0.875rem;
    padding: 0.65rem 0;
  }
}
@media (max-width: 991.98px) {
  .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .flyout-container-flickity {
    display: none;
  }
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .flickity-button.flickity-prev-next-button {
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  width: 40px;
  height: 40px;
  display: block !important;
}
@media (max-width: 1514.98px) {
  .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .flickity-button.flickity-prev-next-button {
    width: 30px;
    height: 30px;
  }
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .flickity-prev-next-button.previous {
  left: -50px;
}
@media (max-width: 1514.98px) {
  .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .flickity-prev-next-button.previous {
    left: -36px;
  }
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .flickity-prev-next-button.next {
  right: -50px;
}
@media (max-width: 1514.98px) {
  .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .flickity-prev-next-button.next {
    right: -36px;
  }
}
@media (max-width: 991.98px) {
  .header .header-main .nav-menu .nav-menu-item:first-child {
    border-bottom: 1px solid #d0cec3;
    border-left: 0px;
    border-right: 0px;
  }
}
.header .header-main .nav-menu .nav-menu-item.folded .mobile-menu-fold-icon .bar.two {
  transform: rotate(0deg);
}
@media (max-width: 991.98px) {
  .header .header-main .nav-menu .nav-menu-item.folded .nav-menu-child-flyout {
    max-height: 1600px;
  }
}
@media (min-width: 992px) {
  .header .header-main .nav-menu .nav-menu-item:hover .nav-menu-child-flyout {
    max-height: 800px;
  }
}
@media (min-width: 992px) {
  .header .header-main .nav-menu .nav-menu-item:hover .desktop-menu-arrow {
    opacity: 1;
    visibility: visible;
  }
}
.header .header-main .nav-menu .nav-menu-item.active .nav-menu-link a {
  text-decoration: underline;
}
.header .header-main .nav-menu .nav-menu-item.active a .nav-menu-link {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .header .header-main .nav-menu.active {
    max-height: calc(100% - 80px);
    overflow: auto;
  }
}
.header .header-main .mobile-language-switcher {
  width: 100%;
  padding: 1rem 4% 1rem 4%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .header .header-main .mobile-language-switcher {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.header .header-main .mobile-language-switcher .mobile-language-row {
  display: flex;
  align-items: center;
  font-size: 1.325rem;
  font-weight: 400;
  padding: 0.75rem 0;
}
.header .header-main .mobile-language-switcher .mobile-language-row span {
  text-decoration: none;
}
.header .header-main .mobile-language-switcher .mobile-language-row img {
  height: 30px;
  margin-right: 1rem;
}
.header .header-main .mobile-language-switcher .mobile-language-row.active span {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .header .header-main .mobile-language-switcher {
    display: none;
  }
}
.header .header-main .header-phone-button {
  height: 20px;
  font-size: 0.875rem;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1514.98px) {
  .header .header-main .header-phone-button {
    height: 32px;
  }
}
@media (max-width: 991.98px) {
  .header .header-main .header-phone-button {
    height: 28px;
  }
}
.header .header-main .header-phone-button img {
  height: 18px;
  margin-top: 2px;
  margin-right: 4px;
}
@media (max-width: 1514.98px) {
  .header .header-main .header-phone-button img {
    margin-top: 0;
    height: 100%;
    margin-right: 0;
  }
}
@media (max-width: 1514.98px) {
  .header .header-main .header-phone-button span {
    display: none;
  }
}
.header .header-main .header-phone-button .tel-interactive {
  position: relative;
}
.header .header-main .header-phone-button .tel-interactive .tel-label {
  position: absolute;
  z-index: 1032;
  top: 56px;
  left: -40px;
  width: 120px;
  background-color: #4e4d4a;
  padding: 6px 0;
  border-radius: 3px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 200ms ease;
}
.header .header-main .header-phone-button .tel-interactive .tel-label.active {
  opacity: 1;
  visibility: visible;
}
.header .header-main .header-phone-button .tel-interactive .tel-label:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../images/desktop-menu-arrow.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center bottom;
  top: -30px;
  left: 0;
}
.header .header-main .header-phone-button .tel-interactive:hover .tel-label {
  opacity: 1;
  visibility: visible;
}
.header .header-main .header-language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  margin-left: 40px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
}
@media (max-width: 1514.98px) {
  .header .header-main .header-language-switcher {
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .header .header-main .header-language-switcher {
    display: none;
  }
}
.header .header-main .header-language-switcher .arrow {
  width: 24px;
  height: 24px;
  background-image: url(../images/material-chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  margin-top: 2px;
}
.header .header-main .header-language-switcher img {
  height: 20px;
}
.header .header-main .header-language-switcher .flyout {
  position: absolute;
  z-index: 1032;
  top: 32px;
  left: 16px;
  width: 60px;
  padding: 4px 0;
  background-color: #4e4d4a;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 200ms ease;
}
.header .header-main .header-language-switcher .flyout .flyout-row {
  width: 100%;
  padding: 10px 12px;
  cursor: pointer;
  color: #fff;
}
.header .header-main .header-language-switcher .flyout .flyout-row img {
  width: 100%;
  height: auto;
}
.header .header-main .header-language-switcher .flyout .flyout-row:hover {
  background-color: #3d3836;
}
.header .header-main .header-language-switcher .flyout:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../images/desktop-menu-arrow.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center bottom;
  top: -30px;
  left: 0;
}
.header .header-main .header-language-switcher:hover .flyout {
  opacity: 1;
  visibility: visible;
}
.header .header-main .header-cart-button {
  position: relative;
}
.header .header-main .header-cart-button .header-cart-button-icon {
  height: 60px;
  width: 60px;
  margin-left: 40px;
  background-image: url(../images/material-cart.svg);
  background-size: 36px;
  background-position: 10px 13px;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 30px;
  transition: background-color 600ms ease;
}
@media (max-width: 1514.98px) {
  .header .header-main .header-cart-button .header-cart-button-icon {
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .header .header-main .header-cart-button .header-cart-button-icon {
    margin-left: 30px;
    height: 56px;
    width: 50px;
    background-size: 34px;
    background-position: 7px 14px;
  }
}
@media (max-width: 575.98px) {
  .header .header-main .header-cart-button .header-cart-button-icon {
    margin-left: 16px;
  }
}
.header .header-main .header-cart-button .cart-num-background {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 4px;
  right: 7px;
  background-color: #d0cec3;
  border-radius: 100%;
  transition: background-color 200ms ease-in-out;
}
@media (max-width: 991.98px) {
  .header .header-main .header-cart-button .cart-num-background {
    width: 20px;
    height: 20px;
    top: 4px;
    right: 0px;
  }
}
.header .header-main .header-cart-button .cart-num {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 2px;
  right: 2px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  background-color: #3b3c3b;
  border-radius: 100%;
  color: #fff;
  font-weight: 600;
  transition: color 200ms ease-in-out;
}
@media (max-width: 991.98px) {
  .header .header-main .header-cart-button .cart-num {
    width: 16px;
    height: 16px;
    line-height: 16px;
  }
}
.header .header-main .header-cart-flyout {
  position: fixed;
  z-index: 1030;
  width: 92%;
  right: -100%;
  top: 0;
  height: 92%;
  box-sizing: border-box;
  color: #3d3836;
  background-color: #fff;
  transition: right 200ms ease-in-out;
}
@media (min-width: 768px) {
  .header .header-main .header-cart-flyout {
    width: 600px;
    right: -650px;
    top: 100px;
    height: calc(100% - 80px);
  }
}
@media (min-width: 992px) {
  .header .header-main .header-cart-flyout {
    top: 123px;
    height: calc(100% - 100px);
  }
}
.header .header-main .header-cart-flyout img {
  width: 100%;
}
.header .header-main .header-cart-flyout .flyout-close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 32px;
  height: 32px;
  background-image: url(../images/material-close.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center center;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .header .header-main .header-cart-flyout .flyout-close {
    top: 8px;
    right: 16px;
    background-size: 22px;
  }
}
.header .header-main .header-cart-flyout .flyout-loader {
  position: absolute;
  z-index: 1041;
  top: 200px;
  left: calc(50% - 35px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease, visibility 250ms ease;
}
.header .header-main .header-cart-flyout .flyout-loader.active {
  opacity: 1;
  visibility: visible;
}
.header .header-main .header-cart-flyout .flyout-cart-header {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 16px;
  border: 0px;
  border-bottom: 1px solid #d0cec3;
}
.header .header-main .header-cart-flyout .flyout-cart-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  height: calc(100% - 205px);
  overflow: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767.98px) {
  .header .header-main .header-cart-flyout .flyout-cart-container {
    height: calc(100% - 195px);
  }
}
.header .header-main .header-cart-flyout .flyout-cart-container .flyout-cart-item {
  padding: 0.75rem;
  position: relative;
  background-color: #f8f7f6;
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 0.75rem;
  border-radius: 4px;
}
.header .header-main .header-cart-flyout .flyout-cart-container .flyout-cart-item a {
  text-decoration: underline;
  font-weight: 600;
}
.header .header-main .header-cart-flyout .flyout-cart-container .fade-down {
  position: absolute;
  z-index: 1040;
  width: 100%;
  height: 105%;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease, visibility 250ms ease;
}
.header .header-main .header-cart-flyout .flyout-cart-container .fade-down.active {
  opacity: 1;
  visibility: visible;
}
.header .header-main .header-cart-flyout .flyout-cart-container .cart-message {
  color: #3b3c3b;
  padding: 1rem 0;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .header .header-main .header-cart-flyout .flyout-cart-container .cart-message {
    font-size: 0.875rem;
  }
}
.header .header-main .header-cart-flyout .flyout-cart-container .cart-message .cart-message-inner {
  display: flex;
}
.header .header-main .header-cart-flyout .flyout-cart-container .cart-message .cart-message-inner .icon {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
  background-image: url(../images/check-success.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.header .header-main .header-cart-flyout .flyout-cart-container .cart-message .cart-message-inner.remove {
  color: #ff7b7b;
}
.header .header-main .header-cart-flyout .flyout-cart-container .cart-message .cart-message-inner.remove .icon {
  background-image: url(../images/close-danger.svg);
}
.header .header-main .header-cart-flyout .cart-icon-grey {
  width: 80px;
  height: 80px;
  background-image: url(../images/icon-cart-grey.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.header .header-main .header-cart-flyout .flyout-cart-sum {
  margin-left: 15px;
  margin-right: 15px;
  border: 0px;
  border: 1px solid #d0cec3;
  border-left: 0px;
  border-right: 0px;
}
.header .header-main .header-cart-flyout .flyout-cart-sum h4 span {
  color: #3d3836 !important;
}
.header .header-main .header-cart-flyout .flyout-cart-buttons {
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .header .header-main .header-cart-flyout .flyout-cart-buttons .btn, .header .header-main .header-cart-flyout .flyout-cart-buttons .uacf7_repeater_remove, .header .header-main .header-cart-flyout .flyout-cart-buttons .uacf7_repeater_add {
    width: 47%;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.75rem 0;
  }
}
.header .header-main .header-cart-flyout .flyout-cart-buttons .btn.btn-info, .header .header-main .header-cart-flyout .flyout-cart-buttons .btn-info.uacf7_repeater_remove, .header .header-main .header-cart-flyout .flyout-cart-buttons .btn-info.uacf7_repeater_add {
  background-color: #3b3c3b;
  border-color: #3b3c3b;
}
.header .header-main .header-cart-flyout .flyout-cart-buttons .btn.btn-success, .header .header-main .header-cart-flyout .flyout-cart-buttons .btn-success.uacf7_repeater_remove, .header .header-main .header-cart-flyout .flyout-cart-buttons .btn-success.uacf7_repeater_add {
  background-color: #2ca660;
  border-color: #2ca660;
}
.header .header-main .header-cart-flyout .cart-meta {
  padding: 0 15px;
  font-size: 0.75rem;
}
.header .header-main .header-cart-flyout .cart-meta .row {
  border-top: 1px solid #fff;
  padding: 4px 0;
  display: flex;
  justify-content: space-between;
}
.header .header-main .header-cart-flyout .cart-meta .color-input {
  margin-top: 8px;
}
.header .header-main .header-cart-flyout .cart-meta .color-input-button {
  text-align: left;
  white-space: nowrap;
  color: #3d3836;
}
.header .header-main .header-cart-flyout .cart-meta .color-input-button.selected .color-indicator {
  outline: 1px solid #3d3836;
}
.header .header-main .header-cart-flyout.active {
  right: 0px;
}
.header .header-main .mobile-nav-menu-button {
  display: none;
  position: relative;
  width: 31px;
  height: 31px;
  margin-left: 40px;
  padding: 0;
  cursor: pointer;
  border-radius: 3px;
  transform: scale(0.75);
}
@media (max-width: 1514.98px) {
  .header .header-main .mobile-nav-menu-button {
    margin-left: 30px;
  }
}
@media (max-width: 991.98px) {
  .header .header-main .mobile-nav-menu-button {
    margin-left: 34px;
    display: block;
  }
}
@media (max-width: 575.98px) {
  .header .header-main .mobile-nav-menu-button {
    margin-left: 24px;
  }
}
.header .header-main .mobile-nav-menu-button .bar {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #3b3c3b;
  transition: all 200ms linear;
}
.header .header-main .mobile-nav-menu-button .bar.one {
  top: 4px;
  transform: rotate(0deg);
}
.header .header-main .mobile-nav-menu-button .bar.two {
  width: 70%;
  top: 14px;
  transform: rotate(0deg);
}
.header .header-main .mobile-nav-menu-button .bar.three {
  top: 24px;
  transform: rotate(0deg);
}
.header .header-main .mobile-nav-menu-button.active .bar.one {
  top: 16px;
  transform: rotate(45deg);
}
.header .header-main .mobile-nav-menu-button.active .bar.two {
  top: 16px;
  opacity: 0;
  visibility: hidden;
}
.header .header-main .mobile-nav-menu-button.active .bar.three {
  top: 16px;
  transform: rotate(-45deg);
}

.header.sticky {
  height: 80px;
}
@media (max-width: 767.98px) {
  .header.sticky {
    height: 100px;
  }
}
.header.sticky .header-main .logo {
  height: 48px;
  margin-top: 16px;
  margin-right: 41px;
}

.menu-fade-background {
  position: fixed;
  z-index: 1029;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}
@media (min-width: 992px) {
  .menu-fade-background {
    background-color: rgba(0, 0, 0, 0.4);
    top: 123px;
    transition: opacity 600ms ease, visibility 600ms ease;
  }
}
@media (max-width: 991.98px) {
  .menu-fade-background {
    display: none;
  }
}

.menu-fade-background.cover-header-mobile {
  top: 0px;
}
@media (min-width: 768px) {
  .menu-fade-background.cover-header-mobile {
    top: 100px;
  }
}
@media (min-width: 992px) {
  .menu-fade-background.cover-header-mobile {
    top: 123px;
  }
}

.menu-fade-background.active {
  opacity: 1;
  visibility: visible;
}

.header-push {
  height: 123px;
  width: 100%;
  padding-bottom: 4rem;
}
@media (max-width: 991.98px) {
  .header-push {
    height: 100px;
  }
}

.message-row {
  width: 100%;
  color: #fff;
  font-size: 0.875rem;
  background-color: #6c6962;
  text-align: center;
}
.message-row a,
.message-row p,
.message-row h1,
.message-row h2,
.message-row h3,
.message-row h4,
.message-row h5,
.message-row h6,
.message-row ul,
.message-row table {
  color: #fff;
  margin-bottom: 0;
}
.message-row p {
  font-size: 0.875rem;
}

.message-row.brown {
  background-color: #3d3836;
}

.message-row.brown-light {
  background-color: #6c6962;
}

.message-row.brown-lighter {
  background-color: #9c958c;
}

.message-row.orange {
  background-color: #f6941d;
}

.message-row.red {
  background-color: #ae1f23;
}

.main {
  min-height: 600px;
}

.headline-icon {
  margin-left: 10px;
  width: 40px;
}
@media (max-width: 767.98px) {
  .headline-icon {
    width: 26px;
  }
}

a:hover .headline-icon {
  opacity: 0.6;
}

.rounded-box {
  background-color: #f8f7f6;
  border-radius: 4px;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
}

.customBreadcrumb {
  font-size: 0.875rem;
  color: #777;
  flex-wrap: wrap;
}
.customBreadcrumb a {
  color: #777;
  font-weight: normal !important;
}
.customBreadcrumb .item,
.customBreadcrumb .arrow {
  height: 30px;
  line-height: 30px;
  display: inline;
}
.customBreadcrumb .arrow {
  padding: 0 0.5rem;
}

.customShare {
  font-size: 0.875rem;
  color: #777;
}

/* Scroll to top */
.scrollToTop {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: -50px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(180, 179, 178, 0.75);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  background-image: url(../images/scroll-top-arrow.svg);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.scrollToTop.active {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.footer {
  width: 100%;
}
.footer a {
  font-weight: 400;
}
.footer .footer-first {
  width: 100%;
  background-color: #fff;
}
.footer .footer-first h4 {
  margin-bottom: 1.5rem;
}
.footer .footer-first p {
  font-size: 0.875rem;
}
@media (max-width: 575.98px) {
  .footer .footer-first p {
    font-size: 0.775rem;
  }
}
@media (max-width: 991.98px) {
  .footer .footer-first .footer-first-content {
    text-align: center;
  }
}
.footer .footer-first .footer-payments {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .footer .footer-first .footer-payments {
    justify-content: center;
  }
}
.footer .footer-first .footer-payments .footer-payment {
  margin-bottom: 30px;
  margin-right: 40px;
}
@media (max-width: 991.98px) {
  .footer .footer-first .footer-payments .footer-payment {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.footer .footer-first .footer-payments .footer-payment img {
  height: 30px;
}
.footer .footer-second {
  width: 100%;
  background-color: #3b3c3b;
  color: #fff;
  font-size: 0.875rem;
  line-height: 2.2;
}
@media (max-width: 575.98px) {
  .footer .footer-second {
    font-size: 0.775rem;
    line-height: 1.8;
  }
}
.footer .footer-second p,
.footer .footer-second h1,
.footer .footer-second h2,
.footer .footer-second h3,
.footer .footer-second h4,
.footer .footer-second h5,
.footer .footer-second h6,
.footer .footer-second a {
  color: #fff;
}
.footer .footer-second h5 {
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .footer .footer-second h5 {
    margin-bottom: 0.75rem;
  }
}
.footer .footer-second p {
  font-size: 0.875rem;
  line-height: 2.2;
}
@media (max-width: 575.98px) {
  .footer .footer-second p {
    font-size: 0.775rem;
    line-height: 1.8;
  }
}
.footer .footer-second .copyright {
  color: #7b7978;
}
@media (max-width: 991.98px) {
  .footer .footer-second .copyright {
    text-align: center;
  }
}
.footer .footer-second .line {
  width: 100%;
  border: 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  -o-border-image: url(../images/border-image-white-large.png) 1 round;
     border-image: url(../images/border-image-white-large.png) 1 round;
  height: 10px;
}
.footer .footer-second .line.bottom {
  border-bottom: none;
  border: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  -o-border-image: url(../images/border-image-white-large.png) 1 round;
     border-image: url(../images/border-image-white-large.png) 1 round;
}
@media (max-width: 991.98px) {
  .footer .footer-second .footer-language-switcher {
    text-align: center;
  }
}
.footer .footer-second .footer-language-switcher a {
  text-decoration: none;
}
.footer .footer-second .footer-language-switcher .footer-language-row {
  margin-bottom: 1rem;
}
.footer .footer-second .footer-language-switcher .footer-language-row span {
  text-decoration: underline;
}
.footer .footer-second .footer-language-switcher .footer-language-row img {
  height: 20px;
  margin-right: 1rem;
}
.footer .footer-second .footer-language-switcher .footer-language-row.active span {
  text-decoration: none;
  font-weight: bold;
}
.footer .footer-second .footer-social-row {
  margin-bottom: 1rem;
}
.footer .footer-second .footer-social-row img {
  height: 26px;
  margin-right: 1rem;
}

.grecaptcha-badge {
  display: none !important;
}

.page-id-1017 .grecaptcha-badge {
  display: block !important;
}

.mobile-only {
  display: none;
}
@media (max-width: 991.98px) {
  .mobile-only {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
}

.click-banner .click-banner-inner {
  height: 340px;
}
@media (max-width: 991.98px) {
  .click-banner .click-banner-inner {
    height: 280px;
  }
}
@media (max-width: 767.98px) {
  .click-banner .click-banner-inner {
    height: 220px;
  }
}
.click-banner .click-banner-inner h3 {
  font-size: 2rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
}
@media (max-width: 767.98px) {
  .click-banner .click-banner-inner h3 {
    font-size: 1.6rem;
  }
}

.multi-column {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .multi-column .multi-column-row .size-medium-large,
.multi-column .multi-column-row .size-medium {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .multi-column .width_full {
    width: 100%;
  }
  .multi-column .width_medium {
    width: 67%;
  }
  .multi-column .width_half {
    width: 50%;
  }
}

.text-with-slider img {
  width: 100%;
}
.text-with-slider .slider-col .text-with-slider-flickity {
  width: 100%;
}
.text-with-slider .slider-col .text-with-slider-flickity .carousel-cell {
  width: 100%;
}

.text-with-slider.imageright .text-col {
  order: 1;
}
@media (max-width: 575.98px) {
  .text-with-slider.imageright .text-col {
    order: 2;
  }
}
.text-with-slider.imageright .text-col .text-col-inner {
  width: 98%;
}
@media (max-width: 575.98px) {
  .text-with-slider.imageright .text-col .text-col-inner {
    width: 100%;
  }
}
.text-with-slider.imageright .slider-col {
  order: 2;
}
@media (max-width: 575.98px) {
  .text-with-slider.imageright .slider-col {
    order: 1;
  }
}

.nospacing-top {
  margin-top: 0;
}

.nospacing-bottom {
  margin-bottom: 0;
}

.spacing-top {
  margin-top: 22px;
}
@media (min-width: 992px) {
  .spacing-top {
    margin-top: 40px;
  }
}

.spacing-bottom {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .spacing-bottom {
    margin-bottom: 32px;
  }
}

.flexible-styling-white,
.flexible-styling-brown,
.flexible-styling-brown-light,
.flexible-styling-brown-lighter,
.flexible-styling-orange,
.flexible-styling-red {
  padding: 22px 0;
}
@media (min-width: 768px) {
  .flexible-styling-white,
.flexible-styling-brown,
.flexible-styling-brown-light,
.flexible-styling-brown-lighter,
.flexible-styling-orange,
.flexible-styling-red {
    padding: 28px 0;
  }
}
@media (min-width: 992px) {
  .flexible-styling-white,
.flexible-styling-brown,
.flexible-styling-brown-light,
.flexible-styling-brown-lighter,
.flexible-styling-orange,
.flexible-styling-red {
    padding: 32px 0;
  }
}

.flexible-styling-brown,
.flexible-styling-brown-light,
.flexible-styling-brown-lighter,
.flexible-styling-orange,
.flexible-styling-red {
  color: #fff;
}
.flexible-styling-brown a,
.flexible-styling-brown p,
.flexible-styling-brown h1,
.flexible-styling-brown h2,
.flexible-styling-brown h3,
.flexible-styling-brown h4,
.flexible-styling-brown h5,
.flexible-styling-brown h6,
.flexible-styling-brown ul,
.flexible-styling-brown table,
.flexible-styling-brown-light a,
.flexible-styling-brown-light p,
.flexible-styling-brown-light h1,
.flexible-styling-brown-light h2,
.flexible-styling-brown-light h3,
.flexible-styling-brown-light h4,
.flexible-styling-brown-light h5,
.flexible-styling-brown-light h6,
.flexible-styling-brown-light ul,
.flexible-styling-brown-light table,
.flexible-styling-brown-lighter a,
.flexible-styling-brown-lighter p,
.flexible-styling-brown-lighter h1,
.flexible-styling-brown-lighter h2,
.flexible-styling-brown-lighter h3,
.flexible-styling-brown-lighter h4,
.flexible-styling-brown-lighter h5,
.flexible-styling-brown-lighter h6,
.flexible-styling-brown-lighter ul,
.flexible-styling-brown-lighter table,
.flexible-styling-orange a,
.flexible-styling-orange p,
.flexible-styling-orange h1,
.flexible-styling-orange h2,
.flexible-styling-orange h3,
.flexible-styling-orange h4,
.flexible-styling-orange h5,
.flexible-styling-orange h6,
.flexible-styling-orange ul,
.flexible-styling-orange table,
.flexible-styling-red a,
.flexible-styling-red p,
.flexible-styling-red h1,
.flexible-styling-red h2,
.flexible-styling-red h3,
.flexible-styling-red h4,
.flexible-styling-red h5,
.flexible-styling-red h6,
.flexible-styling-red ul,
.flexible-styling-red table {
  color: #fff;
}

.flexible-styling-white {
  background-color: #fff;
}

.flexible-styling-brown {
  background-color: #3d3836;
}

.flexible-styling-brown-light {
  background-color: #6c6962;
}

.flexible-styling-brown-lighter {
  background-color: #9c958c;
}

.flexible-styling-orange {
  background-color: #f6941d;
}

.flexible-styling-red {
  background-color: #ae1f23;
}

.thumb-banner-flickity .carousel-cell {
  width: 100%;
  max-height: 322px;
  overflow: hidden;
}
@media (max-width: 1514.98px) {
  .thumb-banner-flickity .carousel-cell {
    max-height: 400px;
  }
}
@media (max-width: 767.98px) {
  .thumb-banner-flickity .carousel-cell {
    max-height: 206px;
  }
}
@media (max-width: 767.98px) {
  .thumb-banner-flickity .carousel-cell {
    max-height: 155px;
  }
}
.thumb-banner-flickity .thumb-banner-col {
  position: relative;
  width: 23%;
}
@media (max-width: 991.98px) {
  .thumb-banner-flickity .thumb-banner-col {
    width: 31.5%;
  }
}
@media (max-width: 767.98px) {
  .thumb-banner-flickity .thumb-banner-col {
    width: 30%;
  }
}
.thumb-banner-flickity .thumb-banner-col img {
  width: 100%;
  height: auto;
}
.thumb-banner-flickity .thumb-banner-col .play-overlay {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.thumb-banner-flickity .thumb-banner-col .play-overlay .play-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  background-image: url(../images/play-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767.98px) {
  .thumb-banner-flickity .thumb-banner-col .play-overlay .play-btn {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
  }
}
@media (max-width: 991.98px) {
  .thumb-banner-flickity .thumb-banner-col.last {
    display: none;
  }
}

.thumb-banner-video {
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 1100;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.thumb-banner-video .thumb-banner-back-fade {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.thumb-banner-video .thumb-banner-back-fade .close-thumb-banner-video {
  float: right;
  width: 40px;
  height: 40px;
  margin: 10px 10px 0 0;
  background-image: url(../images/close-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.thumb-banner-video.active {
  opacity: 1;
  visibility: visible;
}

.article-banners .article-banner {
  background-color: #fff;
}
.article-banners .article-banner a {
  text-decoration: none;
}
.article-banners .article-banner .image {
  width: 100%;
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
@media (max-width: 1514.98px) {
  .article-banners .article-banner .image {
    height: 300px;
  }
}
@media (max-width: 991.98px) {
  .article-banners .article-banner .image {
    height: 260px;
  }
}
@media (max-width: 767.98px) {
  .article-banners .article-banner .image {
    height: 220px;
  }
}
.article-banners .article-banner .content {
  width: 100%;
  height: 120px;
}
@media (max-width: 1514.98px) {
  .article-banners .article-banner .content {
    height: 152px;
  }
}
@media (max-width: 767.98px) {
  .article-banners .article-banner .content {
    height: auto;
  }
}

.how-it-works-block {
  background-color: #d0cec3;
}
.how-it-works-block--sand {
  background-color: #d0cec3;
}
.how-it-works-block--white {
  background-color: #f8f7f6;
}

.how-it-works {
  text-align: center;
}
.how-it-works img {
  width: 40%;
  margin-bottom: 1rem;
  max-width: 120px;
}
@media (max-width: 1514.98px) {
  .how-it-works img {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  .how-it-works img {
    width: 60%;
    margin-bottom: 0.5rem;
  }
}

/* FAQ-tab */
.faq-tab {
  background-color: #fff;
  margin-bottom: 4px;
  padding: 1rem 0;
}
.faq-tab .faq-head {
  display: flex;
  cursor: pointer;
}
.faq-tab .faq-head .faq-arrow {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  background-image: url(../images/coupon-arrow.svg);
  transform: rotate(180deg);
}
.faq-tab .faq-head h4 {
  width: calc(100% - 30px);
  margin-bottom: 0;
  margin-left: 2px;
  line-height: 28px;
}
@media (max-width: 767.98px) {
  .faq-tab .faq-head h4 {
    line-height: 1.25;
  }
}
.faq-tab .faq-body {
  padding-top: 16px;
  margin-bottom: -16px;
  display: none;
}

.folded .faq-head .faq-arrow {
  transform: rotate(0deg);
}

/* Product categories and Selected products */
.product-cat-acf {
  width: 100%;
}
.product-cat-acf .list-product-item {
  width: 100%;
}

.product-cat-acf-flickity {
  width: 100%;
}
@media (max-width: 767.98px) {
  .product-cat-acf-flickity {
    display: none;
  }
}
.product-cat-acf-flickity .flickity-button.flickity-prev-next-button {
  background: transparent;
  color: rgba(61, 56, 54, 0.75);
  width: 40px;
  height: 40px;
}
@media (max-width: 1514.98px) {
  .product-cat-acf-flickity .flickity-button.flickity-prev-next-button {
    width: 30px;
    height: 30px;
  }
}
.product-cat-acf-flickity .flickity-prev-next-button.previous {
  left: -50px;
}
@media (max-width: 1514.98px) {
  .product-cat-acf-flickity .flickity-prev-next-button.previous {
    left: -26px;
  }
}
.product-cat-acf-flickity .flickity-prev-next-button.next {
  right: -50px;
}
@media (max-width: 1514.98px) {
  .product-cat-acf-flickity .flickity-prev-next-button.next {
    right: -26px;
  }
}
.product-cat-acf-flickity .carousel-cell {
  width: 22%;
  margin-right: 4%;
  min-height: 290px;
}
@media (max-width: 991.98px) {
  .product-cat-acf-flickity .carousel-cell {
    width: 30%;
    margin-right: 4.5%;
    min-height: 0;
  }
}
.product-cat-acf-flickity .carousel-cell .list-product-item {
  width: 100%;
}

/* Carousel, based on Flickity */
.carousel_high {
  height: 380px;
}
@media (min-width: 768px) {
  .carousel_high {
    height: 500px;
  }
}
@media (min-width: 1515px) {
  .carousel_high {
    height: 560px;
  }
}

.carousel_low {
  height: 300px;
}
@media (min-width: 768px) {
  .carousel_low {
    height: 400px;
  }
}
@media (min-width: 1515px) {
  .carousel_low {
    height: 480px;
  }
}

.carousel_lower {
  height: 140px;
}
@media (min-width: 768px) {
  .carousel_lower {
    height: 180px;
  }
}

.flickity-carousel {
  overflow: hidden;
}
.flickity-carousel.is-fullscreen .carousel-cell {
  height: 100%;
}
.flickity-carousel.is-fullscreen .cell-item {
  height: 100%;
}
.flickity-carousel.flickity-enabled.is-fullscreen {
  z-index: 999999 !important;
}
.flickity-carousel.flickity-enabled.is-fullscreen .flickity-page-dots .dot.is-selected {
  background: #3d3836;
}
.flickity-carousel.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background-color: rgba(180, 180, 180, 0.75);
}
.flickity-carousel .flickity-page-dots {
  bottom: 10px;
}
.flickity-carousel .flickity-page-dots .dot {
  width: 16px;
  height: 16px;
  margin: 0 6px;
  opacity: 1;
  background-color: rgba(180, 180, 180, 0.75);
  border: none;
  transition: 250ms;
}
@media (max-width: 767.98px) {
  .flickity-carousel .flickity-page-dots .dot {
    width: 12px;
    height: 12px;
  }
}
.flickity-carousel .flickity-page-dots .dot:hover {
  background: #3b3c3b;
}
.flickity-carousel .flickity-page-dots .dot.is-selected {
  background: #3b3c3b;
}
.flickity-carousel .flickity-page-dots .dot:before {
  content: none;
}
.flickity-carousel .flickity-button {
  background: #3d3836;
}
.flickity-carousel .flickity-button:hover {
  background: #3d3836;
}
.flickity-carousel .flickity-button .flickity-button-icon {
  fill: #fff;
}
.flickity-carousel .flickity-button,
.flickity-carousel .flickity-button:disabled {
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
}
.flickity-carousel .carousel-cell {
  width: 100%;
}
.flickity-carousel .carousel-cell .cell-item {
  display: flex;
  align-items: flex-end;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.flickity-carousel .carousel-cell .cell-item .inner-container {
  display: flex;
  padding: 2rem;
}
.flickity-carousel .carousel-cell .cell-item .customConatinerFluid {
  display: flex;
}
.flickity-carousel .carousel-cell .cell-item .content {
  width: 100%;
}
.flickity-carousel .carousel-cell .cell-item .content h1 {
  margin-bottom: 0.25rem;
  font-size: 1.7rem;
}
@media (min-width: 576px) {
  .flickity-carousel .carousel-cell .cell-item .content h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .flickity-carousel .carousel-cell .cell-item .content h1 {
    font-size: 2.75rem;
  }
}
@media (min-width: 1515px) {
  .flickity-carousel .carousel-cell .cell-item .content h1 {
    font-size: 3.125rem;
  }
}
.flickity-carousel .carousel-cell .cell-item .content h1.small {
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .flickity-carousel .carousel-cell .cell-item .content h1.small {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .flickity-carousel .carousel-cell .cell-item .content h1.small {
    font-size: 1.75rem;
  }
}
@media (min-width: 1515px) {
  .flickity-carousel .carousel-cell .cell-item .content h1.small {
    font-size: 2rem;
  }
}
.flickity-carousel .carousel-cell .cell-item .content h1.big {
  font-size: 2.5rem;
}
@media (min-width: 576px) {
  .flickity-carousel .carousel-cell .cell-item .content h1.big {
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .flickity-carousel .carousel-cell .cell-item .content h1.big {
    font-size: 4rem;
  }
}
@media (min-width: 1515px) {
  .flickity-carousel .carousel-cell .cell-item .content h1.big {
    font-size: 5rem;
  }
}
.flickity-carousel .carousel-cell .cell-item .content p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: normal;
  font-weight: 500;
}
@media (min-width: 576px) {
  .flickity-carousel .carousel-cell .cell-item .content p {
    font-size: 1.15rem;
  }
}
@media (min-width: 768px) {
  .flickity-carousel .carousel-cell .cell-item .content p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1515px) {
  .flickity-carousel .carousel-cell .cell-item .content p {
    font-size: 1.8rem;
  }
}
.flickity-carousel .carousel-cell .cell-item .content a {
  color: #fff;
  font-weight: 500;
}
.flickity-carousel .carousel-cell .cell-item .content .buttonContainer {
  width: 100%;
  justify-content: center;
}
.flickity-carousel .carousel-cell .cell-item .content .btn-white,
.flickity-carousel .carousel-cell .cell-item .content .btn-light,
.flickity-carousel .carousel-cell .cell-item .content .uacf7_repeater_add {
  color: #3d3836;
}
.flickity-carousel .carousel-cell .cell-item .content .btn-white {
  background-color: #fff;
}
.flickity-carousel .cell-item.text-shadow .content h1,
.flickity-carousel .cell-item.text-shadow .content p {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}
.flickity-carousel .cell-item.text-shadow .content .buttonContainer .btn, .flickity-carousel .cell-item.text-shadow .content .buttonContainer .uacf7_repeater_remove, .flickity-carousel .cell-item.text-shadow .content .buttonContainer .uacf7_repeater_add {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}
.flickity-carousel .cell-item.dark .content h1,
.flickity-carousel .cell-item.dark .content p {
  color: #3d3836;
  text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.75);
}
.flickity-carousel .cell-item.light .content h1,
.flickity-carousel .cell-item.light .content p {
  color: #fff;
}
.flickity-carousel .cell-item.success .content h1,
.flickity-carousel .cell-item.success .content p {
  color: #3b3c3b;
}
@media (min-width: 576px) {
  .flickity-carousel .cell-item.half .content {
    max-width: 50%;
  }
}
@media (min-width: 576px) {
  .flickity-carousel .cell-item.part .content {
    max-width: 85%;
  }
}
@media (min-width: 1515px) {
  .flickity-carousel .cell-item.part .content {
    max-width: 80%;
  }
}
.flickity-carousel .cell-item.text_center .customConatinerFluid,
.flickity-carousel .cell-item.text_center .inner-container {
  text-align: center;
  justify-content: center;
}
.flickity-carousel .cell-item.text_center .customConatinerFluid .content,
.flickity-carousel .cell-item.text_center .inner-container .content {
  justify-content: center;
}
.flickity-carousel .cell-item.text_center .customConatinerFluid .content h1,
.flickity-carousel .cell-item.text_center .customConatinerFluid .content p,
.flickity-carousel .cell-item.text_center .inner-container .content h1,
.flickity-carousel .cell-item.text_center .inner-container .content p {
  text-align: center;
}
.flickity-carousel .cell-item.text_center .customConatinerFluid .content .buttonContainer,
.flickity-carousel .cell-item.text_center .inner-container .content .buttonContainer {
  justify-content: center;
}
.flickity-carousel .cell-item.text_right .customConatinerFluid,
.flickity-carousel .cell-item.text_right .inner-container {
  justify-content: flex-end;
}
.flickity-carousel .cell-item.text_right .customConatinerFluid .content,
.flickity-carousel .cell-item.text_right .inner-container .content {
  justify-content: flex-end;
}
.flickity-carousel .cell-item.text_right .customConatinerFluid .content h1,
.flickity-carousel .cell-item.text_right .customConatinerFluid .content p,
.flickity-carousel .cell-item.text_right .inner-container .content h1,
.flickity-carousel .cell-item.text_right .inner-container .content p {
  text-align: right;
}
.flickity-carousel .cell-item.text_right .customConatinerFluid .content .buttonContainer,
.flickity-carousel .cell-item.text_right .inner-container .content .buttonContainer {
  justify-content: flex-end;
}
.flickity-carousel .cell-item.text_right .customConatinerFluid .content .btn, .flickity-carousel .cell-item.text_right .customConatinerFluid .content .uacf7_repeater_remove, .flickity-carousel .cell-item.text_right .customConatinerFluid .content .uacf7_repeater_add,
.flickity-carousel .cell-item.text_right .inner-container .content .btn,
.flickity-carousel .cell-item.text_right .inner-container .content .uacf7_repeater_remove,
.flickity-carousel .cell-item.text_right .inner-container .content .uacf7_repeater_add {
  float: right;
}
.flickity-carousel .cell-item.text_top {
  align-items: flex-start;
}
.flickity-carousel .cell-item.text_top .customConatinerFluid,
.flickity-carousel .cell-item.text_top .inner-container {
  align-items: flex-start;
}
.flickity-carousel .cell-item.text_top .customConatinerFluid .content,
.flickity-carousel .cell-item.text_top .inner-container .content {
  margin-top: 2.5rem;
}
@media (max-width: 767.98px) {
  .flickity-carousel .cell-item.text_top .customConatinerFluid .content,
.flickity-carousel .cell-item.text_top .inner-container .content {
    margin-top: 1.5rem;
  }
}
.flickity-carousel .cell-item.text_middle .customConatinerFluid,
.flickity-carousel .cell-item.text_middle .inner-container {
  width: 100%;
  height: 100%;
  align-items: center;
}
.flickity-carousel .cell-item.text_bottom .customConatinerFluid,
.flickity-carousel .cell-item.text_bottom .inner-container {
  align-items: flex-end;
}
.flickity-carousel .cell-item.text_bottom .customConatinerFluid .content,
.flickity-carousel .cell-item.text_bottom .inner-container .content {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .flickity-carousel .cell-item.text_bottom .customConatinerFluid .content,
.flickity-carousel .cell-item.text_bottom .inner-container .content {
    margin-bottom: 1.25rem;
  }
}
.flickity-carousel .cell-item.left_top {
  background-position: left top;
}
.flickity-carousel .cell-item.left_center {
  background-position: left center;
}
.flickity-carousel .cell-item.left_bottom {
  background-position: left bottom;
}
.flickity-carousel .cell-item.right_top {
  background-position: right top;
}
.flickity-carousel .cell-item.right_center {
  background-position: right center;
}
.flickity-carousel .cell-item.right_bottom {
  background-position: right bottom;
}
.flickity-carousel .cell-item.center_top {
  background-position: center top;
}
.flickity-carousel .cell-item.center_center {
  background-position: center center;
}
.flickity-carousel .cell-item.center_bottom {
  background-position: center bottom;
}
@media (min-width: 576px) {
  .flickity-carousel .cell-item.mobileImage {
    display: none;
  }
}
@media (min-width: 768px) {
  .flickity-carousel .cell-item.hasvideo {
    background-image: none !important;
  }
}
@media (max-width: 575.98px) {
  .flickity-carousel .cell-item.gotMobileImage {
    display: none;
  }
}

/* Show controllers on hover carousel */
.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--multiple:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/material-chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 2px;
  position: absolute;
  right: 8px;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 10px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  color: #495057;
  background-color: #fff;
  border-color: #817672;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single:after,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../images/material-chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 2px;
  position: absolute;
  right: 8px;
  top: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}

.select2-container--open .select2-dropdown--below {
  border: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #d0cec3;
}

.intl-tel-input .country-list {
  overflow-y: auto;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 16px;
}

.uacf7_repeater {
  margin-bottom: 16px;
}

.uacf7_repeater_sub_field {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.uacf7_repeater_sub_field:first-child .uacf7_repeater_remove {
  opacity: 0;
  visibility: hidden;
}
.uacf7_repeater_sub_field:first-child .products-repeater-col:nth-child(2) {
  grid-column-end: 13;
  margin-right: 0;
}

.uacf7_repeater_remove {
  float: none !important;
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0 0 16px 0;
}
.uacf7_repeater_remove:after {
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24'%3E%3Cpath d='m256-200-56-56 224-224-224-224 56-56 224 224 224-224 56 56-224 224 224 224-56 56-224-224-224 224Z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.products-repeater {
  display: grid !important;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0px;
  height: 100%;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .products-repeater {
    gap: 8px;
  }
}
.products-repeater .products-repeater-col {
  display: flex;
}
.products-repeater .products-repeater-col:nth-child(1) {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 2;
  grid-column-end: 10;
}
.products-repeater .products-repeater-col:nth-child(2) {
  grid-row-start: 1;
  grid-column-start: 10;
  grid-row-end: 2;
  grid-column-end: -1;
  margin-right: 40px;
}
@media (max-width: 767.98px) {
  .products-repeater .products-repeater-col:nth-child(2) {
    margin-right: 32px;
  }
}
.products-repeater .wpcf7-form-control-wrap {
  width: 100%;
}

.bg-dark {
  background-color: #3b3c3b;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../dist/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../node_modules/slick-carousel/slick/fonts/slick.eot");
  src: url("../../node_modules/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../node_modules/slick-carousel/slick/fonts/slick.woff") format("woff"), url("../../node_modules/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("../../node_modules/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .product-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767.98px) {
  .product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.list-product-item {
  padding: 1rem;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  height: 100%;
}
.list-product-item .inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.list-product-item .inner a,
.list-product-item .inner a:hover {
  text-decoration: none;
  color: #3d3836;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 1rem;
}
.list-product-item .inner img {
  width: 80%;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: none;
  transition: opacity 0.2s ease-in-out;
}
.list-product-item .inner img:nth-child(2) {
  position: absolute;
  opacity: 0;
}
.list-product-item .inner a:hover img {
  opacity: 0;
}
.list-product-item .inner a:hover img:nth-child(2) {
  opacity: 1;
}
.list-product-item .inner h4,
.list-product-item .inner h2,
.list-product-item .inner .product-title {
  width: 90%;
  overflow: hidden;
}
.list-product-item .inner button,
.list-product-item .inner a.button {
  display: flex;
  align-items: center;
}
.list-product-item .inner button .arrow,
.list-product-item .inner a.button .arrow {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  transform: rotate(270deg);
  -webkit-mask-image: url(../images/material-chevron.svg);
          mask-image: url(../images/material-chevron.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 4px;
  margin-right: -8px;
  margin-bottom: 4px;
}
.list-product-item .inner a.button {
  margin-left: 1rem;
}
.list-product-item .inner .star-rating-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 1.5rem;
  color: #3b3c3b;
}
.list-product-item .inner .star-rating-container .star-rating {
  float: none;
}
.list-product-item .inner .price {
  margin-right: 1.5rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .list-product-item .inner .price {
    font-size: 0.875rem !important;
    margin-right: 0.5rem;
  }
}
.list-product-item .inner .price del {
  color: #ccc;
}
.list-product-item .inner .price ins {
  text-decoration: none;
  color: #ae1f23;
}
.list-product-item--no-hover a:hover img {
  opacity: 1 !important;
}
.list-product-item--no-hover a:hover img:nth-child(2) {
  opacity: 0 !important;
}

.list-product-item.category .inner img {
  margin-bottom: 0;
  margin-top: 0;
}
.list-product-item.category .inner h4,
.list-product-item.category .inner h2,
.list-product-item.category .inner .product-title {
  height: 42px;
  font-size: 0.92rem;
}
@media (min-width: 992px) {
  .list-product-item.category .inner h4,
.list-product-item.category .inner h2,
.list-product-item.category .inner .product-title {
    height: 42px;
    font-size: 0.92rem;
  }
}
@media (min-width: 1515px) {
  .list-product-item.category .inner h4,
.list-product-item.category .inner h2,
.list-product-item.category .inner .product-title {
    height: 42px;
    font-size: 1rem;
  }
}

.list-product-item.dark-category {
  background-color: #3d3836;
  color: #fff;
}
.list-product-item.dark-category a,
.list-product-item.dark-category a:hover {
  color: #fff;
}
.list-product-item.dark-category h4,
.list-product-item.dark-category h2,
.list-product-item.dark-category .product-title {
  color: #fff;
}

.woocommerce input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  padding: 0.6rem 1.25rem;
  background-color: #3b3c3b;
  color: #fff;
  border-radius: 0;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .woocommerce input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    padding: 0.3rem 0.875rem;
    font-size: 0.875rem;
  }
}
.woocommerce input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #3b3c3b;
  color: #fff;
}

@media (min-width: 768px) {
  .admin-bar .product .fixed-gallery.active {
    top: 142px;
  }
}

.product h1 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .product h1 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .product h1 {
    font-size: 2rem;
  }
}
.product .btn.btn-disabled, .product .btn-disabled.uacf7_repeater_add, .product .btn-disabled.uacf7_repeater_remove {
  background-color: #444544 !important;
  color: rgba(255, 255, 255, 0.5) !important;
  opacity: 1;
}
.product .btn.btn-disabled svg path, .product .btn-disabled.uacf7_repeater_add svg path, .product .btn-disabled.uacf7_repeater_remove svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.product .readmore {
  text-decoration: underline !important;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}
.product .border-color-success {
  border-color: #3b3c3b !important;
}
.product .single-product-gallery-container {
  height: 100%;
}
@media (max-width: 991.98px) {
  .product .single-product-gallery-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.product .single-product-gallery-container .row, .product .single-product-gallery-container .col {
  height: 100%;
}
@media (max-width: 991.98px) {
  .product .single-product-gallery-container .row, .product .single-product-gallery-container .col {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
}
.product .fixed-gallery {
  height: 100%;
  position: relative;
}
@media (max-width: 991.98px) {
  .product .fixed-gallery {
    padding: 0;
  }
  .product .fixed-gallery .slick-prev, .product .fixed-gallery .slick-next {
    height: 30px;
    width: 30px;
    z-index: 2;
    top: auto;
    bottom: 0;
  }
  .product .fixed-gallery .slick-next {
    right: 8px;
  }
  .product .fixed-gallery .slick-prev {
    left: 8px;
  }
  .product .fixed-gallery .slick-arrow:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .product .fixed-gallery.active {
    position: fixed;
    z-index: 1028;
    top: 110px;
    left: 2rem;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    transition: opacity 250ms ease, visibility 250ms ease;
  }
}
@media (min-width: 1515px) {
  .product .fixed-gallery.active {
    left: calc(50% - 700px);
  }
}
@media (max-width: 767.98px) {
  .product .fixed-gallery.active {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .product .fixed-gallery.active.hidden {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  .product .fixed-gallery-spacer.active {
    background-color: #fff;
    width: 100%;
    padding-top: 83%;
    margin-bottom: 132px;
  }
}
.product .woocommerce-gallery-carousel, .product .woocommerce-gallery-carousel-mobile {
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
}
.product .woocommerce-gallery-carousel .slick-list, .product .woocommerce-gallery-carousel .slick-track, .product .woocommerce-gallery-carousel .slick-slide, .product .woocommerce-gallery-carousel-mobile .slick-list, .product .woocommerce-gallery-carousel-mobile .slick-track, .product .woocommerce-gallery-carousel-mobile .slick-slide {
  height: 100%;
}
.product .woocommerce-gallery-carousel .slick-slide > div, .product .woocommerce-gallery-carousel-mobile .slick-slide > div {
  height: 100%;
}
.product .woocommerce-gallery-carousel .carousel-cell, .product .woocommerce-gallery-carousel-mobile .carousel-cell {
  width: 100%;
  height: 100%;
}
.product .woocommerce-gallery-carousel .carousel-cell:has(video), .product .woocommerce-gallery-carousel-mobile .carousel-cell:has(video) {
  height: 100%;
}
.product .woocommerce-gallery-carousel .carousel-cell:has(video) video, .product .woocommerce-gallery-carousel-mobile .carousel-cell:has(video) video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .woocommerce-gallery-carousel .carousel-cell:has(iframe), .product .woocommerce-gallery-carousel-mobile .carousel-cell:has(iframe) {
  height: 100%;
}
.product .woocommerce-gallery-carousel .carousel-cell:has(iframe) iframe, .product .woocommerce-gallery-carousel-mobile .carousel-cell:has(iframe) iframe {
  height: 100%;
}
.product .woocommerce-gallery-carousel img,
.product .woocommerce-gallery-carousel video, .product .woocommerce-gallery-carousel-mobile img,
.product .woocommerce-gallery-carousel-mobile video {
  width: 100%;
}
.product .woocommerce-gallery-carousel img, .product .woocommerce-gallery-carousel-mobile img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .woocommerce-gallery-carousel iframe, .product .woocommerce-gallery-carousel-mobile iframe {
  width: 100%;
}
.product .woocommerce-gallery-carousel.is-fullscreen {
  z-index: 1100;
}
.product .woocommerce-gallery-carousel.is-fullscreen .row {
  height: 100%;
}
.product .woocommerce-gallery-carousel.is-fullscreen .col {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.product .woocommerce-gallery-carousel.is-fullscreen .carousel-cell {
  height: 100%;
  width: 100%;
}
.product .woocommerce-gallery-carousel.is-fullscreen .carousel-cell img {
  width: auto;
  height: 100%;
  max-width: none;
  max-height: 550px;
}
@media (max-width: 767.98px) {
  .product .woocommerce-gallery-carousel.is-fullscreen .carousel-cell img {
    width: 100%;
    height: auto;
    max-height: none;
  }
}
.product .woocommerce-gallery-carousel.is-fullscreen .carousel-cell:has(video) iframe,
.product .woocommerce-gallery-carousel.is-fullscreen .carousel-cell:has(video) video,
.product .woocommerce-gallery-carousel.is-fullscreen .carousel-cell:has(iframe) iframe,
.product .woocommerce-gallery-carousel.is-fullscreen .carousel-cell:has(iframe) video {
  max-height: 550px;
  transform: translateY(40%);
}
.product .woocommerce-gallery-carousel.is-fullscreen .measurements-overlay {
  display: none;
}
.product .woocommerce-gallery-nav-wrapper {
  max-width: 424px;
  top: -96px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .product .woocommerce-gallery-nav-wrapper {
    max-width: 300px;
  }
}
.product .woocommerce-gallery-nav .slick-track, .product .woocommerce-gallery-nav-mobile .slick-track {
  display: flex;
  gap: 8px;
}
.product .woocommerce-gallery-nav .slick-slide img, .product .woocommerce-gallery-nav-mobile .slick-slide img {
  border-radius: 4px;
}
.product .woocommerce-gallery-nav .slick-slide.slick-current img, .product .woocommerce-gallery-nav-mobile .slick-slide.slick-current img {
  border: 2px solid #fff;
}
.product .woocommerce-gallery-nav .slick-prev, .product .woocommerce-gallery-nav .slick-next, .product .woocommerce-gallery-nav-mobile .slick-prev, .product .woocommerce-gallery-nav-mobile .slick-next {
  height: 30px;
  width: 30px;
}
.product .woocommerce-gallery-nav .slick-arrow:before, .product .woocommerce-gallery-nav-mobile .slick-arrow:before {
  display: none;
}
.product .woocommerce-gallery-nav .carousel-cell, .product .woocommerce-gallery-nav-mobile .carousel-cell {
  border-color: transparent;
  border-radius: 4px;
}
.product .woocommerce-gallery-nav .carousel-cell:has(.carousel-nav-play)::after, .product .woocommerce-gallery-nav-mobile .carousel-cell:has(.carousel-nav-play)::after {
  content: url("../images/play-icon-gallery.svg");
  position: absolute;
  transform-origin: center;
  z-index: 5;
  top: 40%;
  left: 40%;
  translate: transformX(50%);
}
.product .woocommerce-gallery-nav .carousel-cell.is-nav-selected, .product .woocommerce-gallery-nav-mobile .carousel-cell.is-nav-selected {
  border: 2px solid #fff;
  border-radius: 4px;
}
.product .product-extra {
  font-size: 0.85rem;
  color: #3b3c3b;
}
.product .product-extra .usp-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.product .product-extra .usp-wrapper .usp-text {
  font-size: 0.875rem;
  font-weight: 600;
}
.product .product-extra .usp-wrapper .usp-text {
  font-size: 0.875rem;
  font-weight: 600;
}
.product .product-extra .icon {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  margin-top: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.product .product-extra .icon.check {
  background-image: url(../images/material-check-circle.svg);
}
.product .product-extra .icon.phone {
  background-image: url(../images/icon-phone-grey.svg);
}
.product .product-extra .icon.mail {
  background-image: url(../images/icon-mail-grey.svg);
}
.product .product-extra .icon.chat {
  background-image: url(../images/icon-chat-grey.svg);
}
.product .product-extra .icon.delivery {
  background-image: url(../images/icon-usp-delivery.svg);
}
.product .product-extra .icon.warranty {
  background-image: url(../images/icon-usp-warranty.svg);
}
.product .product-extra .icon.environment {
  background-image: url(../images/icon-usp-environment.svg);
}
.product .product-extra .icon.fabric {
  background-image: url(../images/icon-usp-fabric.svg);
}
.product .product-extra .icon.warranty,
.product .product-extra .icon.environment {
  margin-top: 2px;
  width: 16px;
  height: 16px;
}
.product .product-extra a {
  color: #777;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .product .product-section-header {
    padding-top: 1.25rem;
    cursor: pointer;
  }
  .product .product-section-header h3 {
    margin-bottom: 0;
    width: calc(100% - 30px);
  }
  .product .product-section-header h3 .meta-info {
    font-weight: normal;
    color: #777;
  }
  .product .product-section-header h3.headline-error {
    color: #ae1f23;
  }
}
.product .product-section-header a.help-popup-link,
.product .product-section-header a.help-popup-link:hover {
  float: right;
  font-size: 0.85rem;
  font-weight: 400;
  color: #b4b3b2;
  text-decoration: underline;
  cursor: pointer;
}
.product .product-section-header .menu-fold-icon {
  position: relative;
  height: 12px;
  width: 12px;
}
.product .product-section-header .menu-fold-icon .bar {
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #fff;
  transition: all 100ms linear;
}
.product .product-section-header .menu-fold-icon .bar.one {
  top: 6px;
  transform: rotate(0deg);
}
.product .product-section-header .menu-fold-icon .bar.two {
  top: 6px;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .product .product-section-header .menu-fold-icon {
    display: none;
  }
}
.product .product-section-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0;
}
.product .product-section-header h4 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
}
@media (max-width: 991.98px) {
  .product #measurements_header.product-section-header {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .product #measurements_header.product-section-header.saved-measurements {
    display: flex;
  }
  .product #measurements_header.product-section-header.saved-measurements .single-product__measurements-trigger-button {
    width: 50%;
  }
  .product #measurements_header.product-section-header.saved-measurements .price-box-wrapper {
    width: 50%;
  }
}
.product .product-section-foldable {
  margin-bottom: 0.75rem;
}
.product .product-section-header.desktop-fold {
  cursor: pointer;
  background-color: #444544;
  padding: 12px 20px;
  justify-content: flex-start;
}
.product .product-section-header.desktop-fold h5 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}
.product .product-section-header.desktop-fold .menu-fold-icon {
  display: block;
}
.product .product-section-header.desktop-fold .desktop-fold-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.product .product-section-header.desktop-fold .desktop-fold-inner > div {
  display: flex;
  align-items: center;
}
.product .product-section-header.desktop-fold .desktop-fold-inner .menu-fold-icon {
  margin-right: 8px;
}
.product .product-section-header.desktop-fold .desktop-fold-value {
  margin: 0;
  color: #f4f3f1;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product .product-section-header.desktop-fold--modelname, .product .product-section-header.desktop-fold--description {
  display: flex;
  flex-direction: column;
}
.product .product-section-header.desktop-fold--modelname .product-section-body, .product .product-section-header.desktop-fold--description .product-section-body {
  width: 100%;
}
@media (max-width: 991.98px) {
  .product .product-section-header.desktop-fold--modelname .product-section-body, .product .product-section-header.desktop-fold--description .product-section-body {
    padding: 0;
  }
}
.product .product-section-header.desktop-fold--modelname .product-section-body textarea, .product .product-section-header.desktop-fold--description .product-section-body textarea {
  min-height: 60px;
  height: auto;
  font-size: 16px;
}
.product .product-section-header.desktop-fold--modelname .product-section-body textarea::-moz-placeholder, .product .product-section-header.desktop-fold--description .product-section-body textarea::-moz-placeholder {
  color: #fff;
}
.product .product-section-header.desktop-fold--modelname .product-section-body textarea::placeholder, .product .product-section-header.desktop-fold--description .product-section-body textarea::placeholder {
  color: #fff;
}
.product .folded .product-section-header .menu-fold-icon .bar.two {
  transform: rotate(0deg);
}
.product .product-section-body.desktop-fold {
  display: none;
  padding: 0;
  background-color: #2F302F;
}
@media (max-width: 767.98px) {
  .product .product-section-body.desktop-fold {
    padding: 0rem 4% 1.75rem 4%;
  }
}
.product .product-section-body {
  background-color: #2F302F;
  padding: 1.25rem;
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  .product .product-section-body {
    background-color: transparent;
    padding: 0 16px;
  }
}
.product .product-section-body__color {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .product .product-section-body__color {
    background-color: #2F302F;
    padding: 21px 16px;
    margin: 21px 16px 16px 16px;
    border-radius: 4px;
  }
}
.product .product-section-body a a,
.product .product-section-body a a:hover,
.product .product-section-body p a,
.product .product-section-body p a:hover,
.product .product-section-body .measure-text-container a,
.product .product-section-body .measure-text-container a:hover {
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
  color: #777;
}
.product .product-section-body a h4,
.product .product-section-body p h4,
.product .product-section-body .measure-text-container h4 {
  font-size: 1rem;
  color: #777;
}
.product .product-section-body .measure-text-container ul,
.product .product-section-body .measure-text-container li {
  font-size: 0.85rem !important;
}
.product .product-section-body .product-section-body-inner {
  margin-top: 0.75rem;
  padding: 0.75rem;
  font-size: 0.85rem;
  line-height: 18px;
  border-radius: 4px;
}
.product .product-section-body .product-measurements, .product .product-section-body .product-measurements--mobile {
  display: flex;
  color: #fff;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  max-height: 0;
  height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-in-out;
}
.product .product-section-body .product-measurements.active, .product .product-section-body .product-measurements--mobile.active {
  max-height: 1100px;
  height: 100%;
  opacity: 1;
  margin: 16px 0 0 0;
}
.product .product-section-body .product-measurements .product-measurements-row, .product .product-section-body .product-measurements--mobile .product-measurements-row {
  min-height: 24px;
}
.product .product-section-body .measure-text-short p,
.product .product-section-body .measure-text-short ul,
.product .product-section-body .measure-text-short ol,
.product .product-section-body .measure-text-short h1,
.product .product-section-body .measure-text-short h2,
.product .product-section-body .measure-text-short h3,
.product .product-section-body .measure-text-short h4,
.product .product-section-body .measure-text-short h5,
.product .product-section-body .measure-text-short h6 {
  font-size: 0.85rem;
}
.product .product-section-body .measure-text-short ul {
  padding-left: 20px;
}
.product .product-section-body .measure-text-short li {
  margin-bottom: 0;
}
.product a.read-more-link {
  font-weight: bold;
  font-size: 0.85rem;
  color: #3b3c3b;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .product .product-section-body.active {
    max-height: 800px;
    opacity: 1;
    visibility: visible;
  }
}
.product .form-control.description, .product .description.wpcf7-uacf7_product_dropdown {
  border: 1px solid #d0cec3;
  font-size: 0.875rem;
  color: #3d3836;
}
@media (min-width: 768px) {
  .product .form-control.description, .product .description.wpcf7-uacf7_product_dropdown {
    font-size: 0.85rem;
  }
}
.product .form-control.description.low, .product .description.low.wpcf7-uacf7_product_dropdown {
  height: 100px;
}
@media (min-width: 576px) {
  .product .form-control.description.low, .product .description.low.wpcf7-uacf7_product_dropdown {
    height: 60px;
  }
}
.product .form-control.description:focus, .product .description.wpcf7-uacf7_product_dropdown:focus {
  border: 1px solid #d0cec3 !important;
  box-shadow: none;
}
.product .form-measure {
  border: none;
  background: rgba(116, 118, 116, 0.3);
  color: #f4f3f1;
  border-radius: 0;
  font-size: 12px;
  line-height: 1;
  display: flex;
  width: 104px;
  padding: 8px 12px;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .product .form-measure {
    font-size: 0.85rem;
  }
}
@media (max-width: 991.98px) {
  .product .form-measure {
    font-size: 16px;
  }
}
.product .form-measure:focus {
  outline: none;
  border-bottom: 1px solid #f6941d;
}
.product .product-step-circle,
.product .index-char {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  line-height: 1.4;
  border-radius: 100%;
  background-color: #f4f3f1;
  color: #2F302F;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.product .product-step-circle {
  background-color: #3b3c3b;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
.product .label-measure {
  margin-bottom: 0;
  color: #f4f3f1;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.product .label-measure .index-char {
  margin-right: 4px;
}
.product .label-measure.focus {
  color: #f6941d;
}
.product .label-measure.focus .index-char {
  background-color: #f6941d;
}
.product .download-link {
  font-size: 0.85rem;
  color: #777;
  text-decoration: underline;
  font-weight: 400;
}
.product .link-icon {
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}
.product .link-icon img {
  height: 22px;
}
.product .error-message {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  color: #ff7b7b;
  transition: max-height 250ms ease, opacity 250ms ease, visibility 250ms ease;
  padding: 0;
  font-size: 14px;
}
.product .error-message.show {
  max-height: 50px;
  opacity: 1;
  visibility: visible;
}
.product .measure-error .form-measure,
.product .measure-error .form-measure:focus {
  border-bottom: 1px solid #ff7b7b;
}
.product .measure-error .error-message {
  max-height: 50px;
  opacity: 1;
  visibility: visible;
}
.product .measure-help {
  position: relative;
  float: right;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: 2px;
}
.product .measure-help .help-icon {
  position: relative;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  background-color: #b4b3b2;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  cursor: help;
}
@media (max-width: 991.98px) {
  .product .measure-help .help-icon .close-help {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    overflow: hidden;
    background-image: url(../images/close-white.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center center;
    background-color: #4e4d4a;
    cursor: pointer;
  }
}
.product .measure-help .help-instruction {
  position: absolute;
  top: -7px;
  left: 26px;
  z-index: 999;
  width: 225px;
  background-color: #4e4d4a;
  font-size: 0.85rem;
  color: #fff;
  font-weight: normal;
  border-radius: 5px;
  padding: 0.5rem 0.75rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease, visibility 250ms ease;
}
@media (max-width: 991.98px) {
  .product .measure-help .help-instruction {
    top: 27px;
    left: auto;
    right: -6px;
    width: 275px;
    padding: 0.6rem 0.85rem;
    font-size: 0.875rem;
  }
}
.product .measure-help .help-instruction:before {
  content: "";
  position: absolute;
  top: 11px;
  left: -4px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background-color: #4e4d4a;
}
@media (max-width: 991.98px) {
  .product .measure-help .help-instruction:before {
    top: -4px;
    left: auto;
    right: 11px;
  }
}
@media (min-width: 992px) {
  .product .measure-help:hover .help-icon {
    background-color: #4e4d4a;
  }
  .product .measure-help:hover .help-instruction {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .product .measure-help.active .help-icon {
    background-color: #4e4d4a;
  }
  .product .measure-help.active .help-instruction {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 991.98px) {
  .product .measure-help.show .help-icon {
    background-color: #4e4d4a;
  }
  .product .measure-help.show .help-instruction {
    opacity: 1;
    visibility: visible;
  }
}
.product .measurements-wrapper {
  display: block;
  z-index: 1;
  background-color: #fff;
  position: absolute;
  top: 0;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease-in-out;
}
.product .measurements-wrapper.active {
  z-index: 3;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.product .measurements-wrapper img {
  position: relative;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 65%;
  height: auto;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.product .measurements-wrapper .btn, .product .measurements-wrapper .uacf7_repeater_add, .product .measurements-wrapper .uacf7_repeater_remove {
  position: absolute;
  right: 32px;
  top: 32px;
  background-color: #f4f3f1;
  color: #000;
}
.product .measurements-wrapper .btn svg, .product .measurements-wrapper .uacf7_repeater_add svg, .product .measurements-wrapper .uacf7_repeater_remove svg {
  margin-right: 10px;
}
.product .measurements-instructions {
  display: none;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  padding: 50px 44px;
}
@media (max-width: 991.98px) {
  .product .measurements-instructions {
    padding: 20px 16px;
  }
}
.product .measurements-instructions.active {
  display: flex;
  z-index: 4;
}
.product .measurements-instructions .btn, .product .measurements-instructions .uacf7_repeater_add, .product .measurements-instructions .uacf7_repeater_remove {
  position: absolute;
  right: 32px;
  top: 32px;
  background-color: #f4f3f1;
  color: #000;
}
.product .measurements-instructions .btn svg, .product .measurements-instructions .uacf7_repeater_add svg, .product .measurements-instructions .uacf7_repeater_remove svg {
  margin-right: 10px;
}
.product .measurements-instructions-heading {
  color: #3b3c3b;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0 0 10px 0;
}
@media (max-width: 991.98px) {
  .product .measurements-instructions-heading {
    font-size: 20px;
  }
}
.product .measurements-instructions-content {
  max-width: 612px;
  margin-top: 32px;
}
@media (max-width: 991.98px) {
  .product .measurements-instructions-content {
    margin-top: 0;
  }
}
.product .measurements-instructions-content p {
  color: #3b3c3b;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 991.98px) {
  .product .measurements-instructions-content p {
    font-size: 13px;
  }
}
.product .measurements-wrapper-inner {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-height: 1100px) {
  .product .measurements-wrapper-inner {
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .product .measurements-wrapper-inner {
    margin-top: 20px;
  }
}
.product .measurements-overlay {
  position: absolute;
  aspect-ratio: 1/1;
  width: 65%;
  height: auto;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.product .measurements-overlay .point {
  position: absolute;
  transform: scale(1) translate(0, 0);
  transition: transform 500ms ease;
}
.product .measurements-overlay .point .index-char {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #3d3836;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.26);
}
.product .measurements-overlay .point .measure-value {
  position: absolute;
  z-index: 2;
  top: 7px;
  left: 7px;
  min-width: 56px;
  background-color: #9c958c;
  border-radius: 3px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.26);
}
.product .measurements-overlay .point.focus {
  transform: scale(1.25) translate(-4px, -4px);
}
.product .measurements-overlay .point.focus .index-char {
  background-color: #f6941d;
}
.product .measurements-overlay .point.focus .measure-value {
  background-color: #f6941d;
}
@keyframes focus-zoom {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.25) translate(-4px, -4px);
  }
}
.product .measurements-overlay-instruction {
  position: relative;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 521px;
  width: 100%;
}
.product .measurements-overlay-instruction p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
@media (max-width: 991.98px) {
  .product .measurements-overlay-instruction p {
    font-size: 14px;
  }
}
.product .measurements-overlay-instruction-title {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 0 0 12px 0;
}
.product .measurements-overlay-instruction-title span {
  background-color: #EA993B;
  color: #fff;
  margin-right: 10px;
}
.product .file-drop-uploader {
  position: relative;
  width: 100%;
  background-color: #444544;
}
.product .file-drop-uploader .message {
  position: relative;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: opacity 250ms ease;
}
.product .file-drop-uploader .message h5 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  padding-left: 24px;
}
.product .file-drop-uploader .message .icon {
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon-photo-new.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 8px;
}
.product .file-drop-uploader .message.drop {
  display: none;
}
.product .file-drop-uploader .photo-loader {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgb(255, 255, 255);
  transition: opacity 250ms ease, visibility 250ms ease;
}
.product .file-drop-uploader .photo-loader.active {
  opacity: 1;
  visibility: visible;
}
.product .file-drop-uploader .photo-loader.active + .message {
  opacity: 0;
}
.product .file-drop-uploader.drop {
  border: 0px;
  border: 1px solid #3b3c3b;
  -o-border-image: url(../images/border-image-success-large.png) 1 round;
     border-image: url(../images/border-image-success-large.png) 1 round;
}
.product .file-drop-uploader.drop .message {
  display: none;
}
.product .file-drop-uploader.drop .message.drop {
  display: flex;
  color: #3b3c3b;
}
.product .file-drop-uploader.drop .message.drop h5 {
  color: #3b3c3b;
}
.product .file-drop-uploader.drop .message.drop .icon {
  background-image: url(../images/icon-photo-drop.svg);
}
.product .upload-error {
  color: #ff7b7b;
  font-size: 0.875rem;
}
.product .upload-container {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
  margin-bottom: 1rem;
}
.product .upload-container.active {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0 8px;
  opacity: 1;
  visibility: visible;
}
.product .uploaded-image {
  font-size: 0.85rem;
  margin-bottom: 1.75rem;
  line-height: 1.25;
}
.product .uploaded-image .thumb {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-bottom: 0.4rem;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  overflow: hidden;
  background-image: url(../images/image-loader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.product .uploaded-image .thumb img {
  width: auto;
  height: 100%;
  max-width: none !important;
}
.product .uploaded-image .thumb .remove {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background-image: url(../images/remove.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
.product .uploaded-image .text {
  width: 100%;
  max-height: 35px;
  overflow: hidden;
  word-wrap: break-word;
  color: #777;
  text-align: center;
}
.product .uploaded-image-content {
  background-color: #444544;
  border-radius: 2px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product .uploaded-image-content p {
  color: #f4f3f1;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}
.product .uploaded-image-content .remove {
  cursor: pointer;
}
.product .uploaded-image.error .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  border: 1px solid #ff7b7b;
  background-image: none;
}
.product .uploaded-image.error .thumb img {
  display: none;
}
.product .uploaded-image.error .thumb .image-error {
  font-weight: 600;
  color: rgba(255, 123, 123, 0.75);
  text-align: center;
}
@media (min-width: 576px) {
  .product .price-box-wrapper {
    position: sticky;
    top: 115px;
  }
}
.product .price-box {
  background-color: #2F302F;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .product .price-box {
    background-color: transparent;
  }
}
.product .price-box .price-box-header,
.product .price-box .price-box-footer {
  display: flex;
  align-items: center;
  background-color: #f8f7f6;
  padding: 1rem;
}
.product .price-box .price-box-header h5,
.product .price-box .price-box-footer h5 {
  margin-bottom: 0;
}
.product .price-box .price-box-header {
  gap: 0.75rem;
  border-bottom: 1px solid #d0cec3;
}
.product .price-box .price-box-header .cart-icon {
  height: 20px;
  width: 20px;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #3b3c3b;
  -webkit-mask-image: url(../images/icon-cart-white.svg);
          mask-image: url(../images/icon-cart-white.svg);
}
.product .price-box .price-box-footer {
  height: 45px;
  justify-content: space-between;
  align-items: center;
}
.product .price-box .price-box-footer .payment-logo {
  max-height: 25px;
  max-width: 25%;
}
@media (min-width: 992px) {
  .product .price-box {
    margin-top: 0;
  }
}
.product .price-box .price-row {
  position: relative;
  margin-bottom: 0;
}
.product .price-box .price-row.usp-wrapper {
  display: flex;
  margin-top: 1rem;
}
.product .price-box .price-row .price-row-price, .product .price-box .price-row .woocommerce-Price-amount, .product .price-box .price-row .woocommerce-Price-currencySymbol {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}
.product .price-box .price-row .usp-row {
  width: 50%;
  display: flex;
  align-items: center;
}
.product .price-box .price-row .usp-row .icon {
  min-width: 16px;
  margin-top: 0;
  margin-right: 4px;
}
.product .price-box .price-row .usp-row p {
  font-size: 0.625rem;
}
.product .price-box .price-row h4 {
  font-size: 32px;
  color: #fff;
}
.product .price-box .price-row p {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin: 0;
}
.product .price-box .price-row span {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.product .price-box .price-row h5 {
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-bottom: 0;
}
.product .price-box .price-row h4 {
  margin-bottom: 0;
  display: inline;
}
.product .price-box .price-row h2 {
  min-height: 40px;
  margin-bottom: 0;
  color: #3b3c3b;
  opacity: 0;
  transition: opacity 250ms ease;
}
@media (max-width: 1514.98px) {
  .product .price-box .price-row h2 {
    font-size: 1.6rem;
    line-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .product .price-box .price-row h2 {
    font-size: 1.6rem;
  }
}
.product .price-box .price-row .message-no-price {
  position: absolute;
  width: calc(100% - 15px);
  top: 0;
  left: 0;
  font-size: 0.85rem;
  color: #999;
  opacity: 0;
  transition: opacity 250ms ease;
}
.product .price-box .price-row .load-fade {
  opacity: 0.25;
}
.product .price-box .price-row .active {
  opacity: 1;
}
.product .price-box .price-row .load-fade.active {
  opacity: 0.25;
}
.product .price-box .price-row .price-loader {
  position: absolute;
  right: 60px;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease, visibility 250ms ease;
}
.product .price-box .price-row .price-loader .spinner > div {
  background-color: #3b3c3b;
}
.product .price-box .price-row .price-loader.active {
  opacity: 1;
  visibility: visible;
}
.product .price-box .nopattern-row {
  font-size: 0.875rem;
  color: #999;
}
@media (max-width: 767.98px) {
  .product .uppsell-headline {
    margin: 0 4%;
  }
}
@media (max-width: 767.98px) {
  .product .upsell-container {
    margin: 0 4%;
  }
}
.product .list-product-item {
  padding: 0;
}
.product .list-product-item .inner {
  border: 1px solid #ccc;
  border-radius: 3px;
}
.product .list-product-item .inner .btn-success {
  color: #fff;
  background-color: #cac5c0;
  border-color: #cac5c0;
  padding: 0.3rem 0.875rem;
  font-size: 0.875rem;
}
.product .list-product-item .inner .btn-success,
.product .list-product-item .inner .btn-success:hover {
  background-color: #b9b2ab;
  border-color: #b3aca4;
}
.product .list-product-item .inner .btn-success:focus {
  box-shadow: none;
}

.color-check {
  position: relative;
  width: 80px;
  margin-right: 24px;
  margin-bottom: 20px;
}
.color-check label {
  display: inline-block;
  position: relative;
  width: 100%;
  cursor: pointer;
}
.color-check label img {
  width: 100%;
  margin-bottom: 0.5rem;
  border: 1px solid #ccc;
  outline: 1px solid #fff;
}
.color-check label span {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  text-align: center;
}
.color-check label .check-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background-color: transparent;
  background-position: 4px 2px;
  background-repeat: no-repeat;
  background-size: 12px;
}
.color-check input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.color-check input:checked + label img {
  border: 1px solid #3b3c3b;
  outline: 1px solid #3b3c3b;
}
.color-check input:checked + label .check-icon {
  background-color: #3b3c3b;
  background-image: url(../images/check-white.svg);
}

.product-go-back {
  color: #777 !important;
  text-decoration: underline !important;
  cursor: pointer;
  font-weight: normal;
  padding-left: 22px;
  background-image: url(../images/icon-back.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 767.98px) {
  .product-go-back {
    display: block;
    font-size: 0.925rem;
    margin-bottom: 1.25rem;
    background-size: 14px;
    padding-left: 20px;
  }
}

.woocommerce div.product .woocommerce-tabs-trustpilot {
  background-color: #F2F1EF;
  padding: 40px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after {
  content: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  font-weight: 600;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 600;
  padding: 0.3rem 0.875rem;
  color: #3b3c3b;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  border: none;
  box-shadow: none;
  left: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #f8f7f6;
  border-bottom-color: #f8f7f6;
}
@media (max-width: 767.98px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #f0efee;
    border-bottom-color: #f0efee;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  background-color: #3b3c3b;
  color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  border: none;
  box-shadow: none;
  left: 0;
}

.woocommerce div.product form.cart .variations select {
  float: right;
  margin-right: 0;
}

.woocommerce div.product form.cart .reset_variations {
  float: right;
}

.woocommerce div.product form.cart div.quantity {
  float: right;
  margin: 0;
}

.woocommerce-variation.single_variation {
  margin-bottom: 2rem;
}
.woocommerce-variation.single_variation .woocommerce-variation-price {
  width: 100%;
}
.woocommerce-variation.single_variation .woocommerce-variation-price span.price {
  font-size: 1.2rem !important;
  color: #f6941d !important;
  font-weight: 600 !important;
}

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 1000px;
    margin: 160px auto 1.75rem auto;
  }
}
.modal-dialog .popup-close {
  position: absolute;
  z-index: 2000;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  background-image: url(../images/close.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center center;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .modal-dialog .popup-close {
    top: 8;
    right: 8;
    background-size: 18px;
  }
}

.price-box-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price-box-body > div:first-child {
  width: 50%;
}
.price-box-body .btn-success {
  background: #00B67A;
  color: #fff;
}

.price-box-shipping {
  margin: 0;
}
.price-box-shipping__country {
  text-decoration: underline;
  cursor: pointer;
}
.price-box-shipping span {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.price-box-shipping-modal {
  max-width: 375px;
}
.price-box-shipping-modal .modal-content {
  border-radius: 8px;
  box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.25), 0px 4px 54px 0px rgba(0, 0, 0, 0.15);
  border: 0;
}
.price-box-shipping-modal .modal-body {
  padding: 0;
}
.price-box-shipping-modal .modal-header {
  border-bottom: 1px solid rgba(59, 60, 59, 0.2);
  display: flex;
  align-items: center;
}
.price-box-shipping-modal .modal-footer {
  padding: 10px 10px 16px 10px;
  border: 0;
}
.price-box-shipping-modal .modal-footer > * {
  margin: 0;
}
.price-box-shipping-modal .modal-title {
  color: #3b3c3b;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  display: flex;
  align-items: center;
}
.price-box-shipping-modal .modal-title i {
  margin-right: 8px;
  display: block;
}
.price-box-shipping-modal__list {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 375px;
  border: 0;
}
.price-box-shipping-modal__list:focus-visible {
  outline: 0;
}
.price-box-shipping-modal__list-group {
  border-bottom: 1px solid rgba(59, 60, 59, 0.2);
}
.price-box-shipping-modal__list-item {
  margin-bottom: 0;
  padding: 14px 20px;
  line-height: 1;
  color: #3d3836;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  width: 100%;
}
.price-box-shipping-modal__list-item:hover, .price-box-shipping-modal__list-item:checked {
  background-color: #f4f3f1;
  font-weight: 600;
  cursor: pointer;
}
.price-box-shipping-modal__list-item--divider {
  background-color: rgba(59, 60, 59, 0.2);
  height: 1px;
  margin: 16px 0;
  padding: 0;
  font-size: 1px;
}
.price-box-shipping-modal__list-item--divider:hover, .price-box-shipping-modal__list-item--divider:checked {
  background-color: rgba(59, 60, 59, 0.2);
}
.price-box-shipping-modal__close {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.price-box-shipping-modal__close i {
  display: block;
}

.product-filter-wrapper {
  gap: 0.5rem;
}

.product-filter-menu .product-filter {
  position: relative;
  width: 100%;
  height: 36px;
  box-sizing: border-box;
}
.product-filter-menu .product-filter .options {
  position: relative;
  min-width: 250px;
  z-index: 200;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #000;
  transition: border-radius 0.1s;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
}
.product-filter-menu .product-filter .options .option {
  display: flex;
}
.product-filter-menu .product-filter .options .option .arrow {
  position: absolute;
  right: 16px;
  top: 8px;
  transition: transform 0.2s ease-in-out;
  transform: rotate(0);
  pointer-events: none;
  background-color: black;
  -webkit-mask: url("/app/themes/dryboy/dist/images/dropdown-arrow.svg") no-repeat center;
          mask: url("/app/themes/dryboy/dist/images/dropdown-arrow.svg") no-repeat center;
  height: 20px;
  width: 20px;
}
.product-filter-menu .product-filter .options .option .label {
  width: 100%;
  height: 34px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  padding-left: 18px;
  padding-right: 18px;
  gap: 18px;
  font-size: 14px;
  justify-content: space-between;
}
.product-filter-menu .product-filter .options .option .label .remove {
  float: right;
  height: 18px;
  margin-top: 2px;
  margin-right: 6px;
}
.product-filter-menu .product-filter .options .option .icon {
  height: 36px;
  margin: 8px 0 8px 12px;
}
.product-filter-menu .product-filter .options .option:last-child {
  border-radius: 0 0 4px 4px;
  border-bottom: none;
}
.product-filter-menu .product-filter .options .option.selected {
  background-color: #3b3c3b;
  color: #fff;
  border-bottom: 1px solid #000;
}
.product-filter-menu .product-filter .options .option.selected .arrow {
  background-color: #fff;
}
.product-filter-menu .product-filter .options .option:hover {
  background-color: #f4f3f1;
}
.product-filter-menu .product-filter .options .option:hover.selected {
  background-color: #000;
}
.product-filter-menu .product-filter.open .options {
  border-radius: 4px;
  z-index: 201;
  border-color: #000;
}
.product-filter-menu .product-filter.open .options .arrow {
  transform: rotate(180deg);
}
.product-filter-menu .product-filter.open .options .option.placeholder {
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #000;
}

.product-type-variable .single_variation_wrap span.price {
  font-size: 1.2rem !important;
}
.product-type-variable .variations_form.cart {
  margin-bottom: 0 !important;
}

.single-product__container {
  max-width: 1440px;
  margin: 0 auto;
  max-height: calc(90vh - 123px);
  height: 100%;
}
@media (max-width: 991.98px) {
  .single-product__container {
    min-height: 0;
    max-height: none;
  }
}
body.measurements-is-active .single-product__container {
  max-height: none;
}
body.measurements-is-active .single-product__container .single-product__saved-measurements {
  display: none;
}
.single-product__grid {
  display: flex;
  gap: 0;
  max-height: calc(90vh - 123px);
  height: 100%;
}
@media (max-width: 991.98px) {
  .single-product__grid {
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
    max-height: none;
    overflow: hidden;
  }
}
@media screen and (max-height: 1000px) and (min-width: 768px) {
  .single-product__grid, .single-product__container {
    min-height: calc(100vh - 123px);
    max-height: none;
  }
  body.measurements-is-active .single-product__grid, body.uploads-is-active .single-product__grid, body.measurements-is-active .single-product__container, body.uploads-is-active .single-product__container {
    min-height: calc(100vh - 123px);
    max-height: none;
  }
  .single-product__images {
    height: calc(100vh - 123px);
  }
}
@media screen and (max-height: 800px) and (min-width: 768px) {
  .single-product__grid, .single-product__container {
    min-height: calc(100vh - 123px);
    max-height: none;
  }
  .single-product__images {
    height: calc(100vh - 123px);
  }
}
.single-product__images {
  width: 60%;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .single-product__images {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    aspect-ratio: 1/1;
  }
  .single-product__images .woocommerce-gallery-carousel-mobile {
    height: auto;
    aspect-ratio: 1/1;
  }
  .single-product__images .woocommerce-gallery-carousel-mobile:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  }
  .single-product__images .woocommerce-gallery-carousel-mobile:after {
    content: "";
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  }
}
.single-product__header .rounded-pill:not(#measurements_instructions_trigger) {
  min-width: 153px;
}
.single-product__custom-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .single-product__custom-content-wrapper {
    gap: 0;
    height: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .single-product__custom-content-wrapper.measurements-is-active {
    display: none;
  }
}
.single-product__content {
  width: 40%;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-height: 1000px) {
  .single-product__content {
    height: 100%;
  }
}
@media (max-width: 991.98px) {
  .single-product__content {
    padding: 0;
    width: 100%;
  }
}
.single-product__content-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-product__top-content {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
@media (max-width: 991.98px) {
  .single-product__top-reviews {
    display: none;
  }
}
.single-product .product-page-title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 991.98px) {
  .single-product .product-page-title {
    display: none;
  }
}
.single-product__short-description {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  .single-product__short-description {
    display: none;
  }
}
.single-product__read-more {
  display: block;
  color: #fff !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.8;
  margin-left: 0 !important;
  margin-bottom: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 0;
}
.single-product__read-more:hover {
  color: #fff;
}
@media (max-width: 991.98px) {
  .single-product__read-more {
    display: none;
  }
}
.single-product__top-logo svg {
  height: 10vh;
  max-height: 90px;
  width: 90px;
  min-height: 70px;
}
.single-product__measurements-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px !important;
}
@media (max-width: 991.98px) {
  .single-product__measurements-header {
    gap: 10px !important;
  }
}
.single-product__measurements-heading {
  width: 50%;
}
@media (max-width: 991.98px) {
  .single-product__measurements-heading {
    width: 100%;
  }
}
.single-product__measurements-trigger-button {
  width: 50%;
  text-align: right;
}
@media (max-width: 991.98px) {
  .single-product__measurements-trigger-button {
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 991.98px) {
  .single-product__measurements-trigger-button .btn, .single-product__measurements-trigger-button .uacf7_repeater_add, .single-product__measurements-trigger-button .uacf7_repeater_remove {
    width: 100%;
    color: #3b3c3b;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding: 12px 12px;
  }
}
.single-product__measurements-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 14px 0 0 0;
}
@media (max-width: 991.98px) {
  .single-product__measurements-buttons > div {
    width: 100%;
  }
}
.single-product__measurements-buttons .btn svg, .single-product__measurements-buttons .uacf7_repeater_add svg, .single-product__measurements-buttons .uacf7_repeater_remove svg {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  .single-product__measurements-buttons .btn, .single-product__measurements-buttons .uacf7_repeater_add, .single-product__measurements-buttons .uacf7_repeater_remove {
    width: 100%;
    font-size: 16px;
    padding: 12px 20px;
  }
}
@media (max-width: 991.98px) {
  .single-product__measurements-buttons {
    justify-content: center;
  }
}
.single-product__measurements-steps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.single-product__measurements-steps span {
  display: block;
  text-align: center;
  width: 33.33%;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .single-product__measurements-steps span {
    display: none;
  }
}
.single-product__measurements-prev {
  background-color: rgba(68, 69, 68, 0.6);
  color: #fff;
  width: 33.33%;
}
.single-product__measurements-prev svg {
  margin-right: 8px;
}
.single-product__measurements-prev:disabled {
  visibility: hidden;
}
@media (max-width: 991.98px) {
  .single-product__measurements-prev {
    width: auto !important;
  }
}
.single-product__measurements-next svg {
  margin-left: 8px;
}
.single-product__measurements-next:disabled {
  display: none;
}
@media (max-width: 991.98px) {
  .single-product__measurements-next {
    width: auto !important;
  }
}
.single-product__measurements-input {
  position: relative;
}
.single-product__measurements-unit {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #f4f3f1;
}
.single-product__saved-measurements {
  margin: 4px 0 0 0;
  line-height: 1.1;
  white-space: normal;
}
.single-product__saved-measurements span {
  color: #f4f3f1;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.single-product__upload-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px !important;
}
@media (max-width: 991.98px) {
  .single-product__upload-header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #2F302F;
    padding: 16px;
    gap: 8px !important;
    margin: 0 0 16px 0 !important;
  }
}
.single-product__upload-header p {
  color: #f4f3f1;
  opacity: 0.7;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  margin: 4px 0 0 0;
}
@media (max-width: 991.98px) {
  .single-product__upload-header p {
    color: #f4f3f1;
    opacity: 0.7;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
  }
}
.single-product__upload-area {
  max-height: 0;
  height: 0;
  opacity: 0;
  transition: max-height 0.3s ease-in-out;
}
.single-product__upload-area .product-section-body-inner {
  margin-top: 0 !important;
}
.single-product__upload-area.active {
  max-height: 1000px;
  height: 100%;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .single-product__upload-area.active {
    width: 100%;
  }
}
.single-product__upload-area.active .product-section-body-inner {
  margin-top: 0.75rem !important;
}
.single-product__upload-heading {
  width: 50%;
}
@media (max-width: 991.98px) {
  .single-product__upload-heading {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  .single-product__upload-heading h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 0;
    padding-bottom: 6px;
  }
}
.single-product__upload-trigger-button {
  width: 50%;
  text-align: right;
}
@media (max-width: 991.98px) {
  .single-product__upload-trigger-button {
    width: 100%;
    text-align: center;
  }
}
.single-product__upload-trigger-button .btn, .single-product__upload-trigger-button .uacf7_repeater_add, .single-product__upload-trigger-button .uacf7_repeater_remove {
  background: #d0cec3;
}
.single-product__upload-trigger-button .btn svg, .single-product__upload-trigger-button .uacf7_repeater_add svg, .single-product__upload-trigger-button .uacf7_repeater_remove svg {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  .single-product__upload-trigger-button .btn, .single-product__upload-trigger-button .uacf7_repeater_add, .single-product__upload-trigger-button .uacf7_repeater_remove {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    padding: 12px 20px;
  }
}
.single-product__upload-trigger-button .update-uploads {
  background-color: rgba(68, 69, 68, 0.6);
  color: #fff;
}
.single-product__upload-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 14px 0 0 0;
}
.single-product__upload-buttons .btn svg, .single-product__upload-buttons .uacf7_repeater_add svg, .single-product__upload-buttons .uacf7_repeater_remove svg {
  margin-right: 8px;
}
@media (max-width: 991.98px) {
  .single-product__upload-buttons {
    justify-content: center;
  }
  .single-product__upload-buttons .btn, .single-product__upload-buttons .uacf7_repeater_add, .single-product__upload-buttons .uacf7_repeater_remove {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    padding: 12px 20px;
  }
}
.single-product__saved-uploads {
  margin: 4px 0 0 0;
  width: 289px;
  line-height: 140%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 1;
}
.single-product__saved-uploads span {
  color: #f4f3f1;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}
.single-product .product-info {
  display: none;
}
.single-product .product-info.active {
  display: block;
}
.single-product .product-info .form-control, .single-product .product-info .wpcf7-uacf7_product_dropdown {
  background-color: #3b3c3b;
  border: none;
  border-radius: 2px;
  color: #fff;
}
.single-product .btn.update-measurements, .single-product .update-measurements.uacf7_repeater_add, .single-product .update-measurements.uacf7_repeater_remove {
  background: rgba(68, 69, 68, 0.6);
  color: #fff;
  white-space: nowrap;
}
.single-product .btn.update-measurements svg, .single-product .update-measurements.uacf7_repeater_add svg, .single-product .update-measurements.uacf7_repeater_remove svg {
  margin-right: 8px;
}
.single-product .product-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
}
.single-product__single {
  width: 100%;
}
.single-product__single .single-product__mobile-title, .single-product__single .single-product__mobile-description {
  max-width: 100%;
}
.single-product__single .single-product__mobile-title-wrapper {
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
}
.single-product__single .single-product__mobile-title-wrapper > div:first-child {
  width: 70%;
}
.single-product__single .single-product__mobile-title-wrapper .price-row h4 {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .single-product__single .price-box-body {
    padding: 0 16px 16px 16px !important;
  }
}
@media (max-width: 991.98px) {
  .single-product__single .price-row {
    margin-bottom: 8px !important;
  }
}
.single-product__single .price-row h4 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  text-align: left;
}
@media (max-width: 991.98px) {
  .single-product__single .price-row span {
    display: block;
  }
}
.single-product__single-product-gallery {
  height: 100%;
}
.single-product__mobile {
  position: relative;
}
.single-product__mobile .price-row h4 {
  color: #fff;
  font-size: 24px;
}
.single-product__mobile-title-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 16px 16px 24px 16px;
}
.single-product__mobile-title-wrapper .price-row-price, .single-product__mobile-title-wrapper .woocommerce-Price-amount, .single-product__mobile-title-wrapper .woocommerce-Price-currencySymbol {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  text-align: left;
}
@media (max-width: 991.98px) {
  .single-product__mobile-title-wrapper .price-row-price, .single-product__mobile-title-wrapper .woocommerce-Price-amount, .single-product__mobile-title-wrapper .woocommerce-Price-currencySymbol {
    font-size: 24px;
  }
}
.single-product__mobile-title-wrapper .price-row {
  text-align: right;
}
.single-product__mobile-title {
  max-width: 200px;
  color: #fff;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0 !important;
}
.single-product__mobile-read-more {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  margin: 8px 0 0 0;
}
.single-product__mobile-read-more span {
  text-decoration: underline;
}
.single-product__mobile-description {
  max-width: 200px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
.single-product__mobile-price-row {
  max-width: 200px;
  text-wrap-style: balance;
  text-align: right;
}
.single-product__mobile-price-row-price {
  color: #fff;
  text-align: right;
  font-size: 24px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}
.single-product__mobile-price-row-text {
  color: #fff;
  text-align: right;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  opacity: 0.7;
}
.single-product__mobile-measurements-overlay {
  position: relative;
  top: 0;
  width: 100%;
  height: 0;
  padding: 0;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease-in-out;
}
.single-product__mobile-measurements-overlay.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  height: 100%;
  padding: 16px;
}
.single-product__mobile-measurements-overlay .product-measurements, .single-product__mobile-measurements-overlay .product-measurements--mobile {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.single-product__mobile-measurements-header {
  display: flex;
  justify-content: space-between;
  padding: 0 0 24px 0;
}
.single-product__mobile-measurements-header .btn, .single-product__mobile-measurements-header .uacf7_repeater_add, .single-product__mobile-measurements-header .uacf7_repeater_remove {
  background: rgba(68, 69, 68, 0.6);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  padding: 6px 12px;
}
.single-product__mobile-measurements-header .btn svg, .single-product__mobile-measurements-header .uacf7_repeater_add svg, .single-product__mobile-measurements-header .uacf7_repeater_remove svg {
  margin-right: 8px;
}
.single-product__mobile-measurements-title {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}
.single-product__mobile-tax {
  opacity: 0.8;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.single-product__mobile-reviews {
  position: absolute;
  top: 20px;
  right: 12px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .single-product .price-box-shipping {
    text-align: center;
    padding: 0 0 20px 0;
  }
}

.payment-methods {
  background-color: #fff;
  border-radius: 4px;
  padding: 1.25rem;
}
.payment-methods .payment-method {
  cursor: pointer;
}
.payment-methods .payment-method input {
  margin-right: 10px;
}
.payment-methods .payment-method img {
  cursor: pointer;
}
.payment-methods .about_paypal {
  display: none;
}

.woocommerce-billing-fields,
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
  background-color: #fff;
  border-radius: 4px;
  padding: 1.25rem;
}

.checkout-summary {
  border-radius: 4px;
  overflow: hidden;
}

.checkout-row {
  width: 100%;
  padding: 1.25rem;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .checkout-row {
    font-size: 0.875rem;
  }
}
.checkout-row h4 strong {
  font-weight: 600;
}
.checkout-row .moms {
  font-weight: 400;
  font-size: 0.925rem;
  color: #3D3836;
}

.checkout-row.cart-item {
  font-size: 0.875rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  border-radius: 4px;
  border: unset;
}
.checkout-row.cart-item a {
  text-decoration: underline;
}
.checkout-row.cart-item img {
  width: 100%;
}
.checkout-row.cart-item input.input-text {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  width: 60px;
  text-align: center;
}

.checkout-row.coupon .coupon-row .coupon-header {
  display: flex;
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
}
.checkout-row.coupon .coupon-row .coupon-header .icon {
  width: 10px;
  height: 20px;
  margin-right: 6px;
  background-image: url(../images/coupon-arrow.svg);
  background-size: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.checkout-row.coupon .coupon-row .coupon-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all 250ms ease;
}
.checkout-row.coupon .coupon-row .coupon-content input {
  border: none;
  border-bottom: 1px solid #b4b3b2;
  margin-right: 4px;
  outline: none;
}
.checkout-row.coupon .coupon-row a.custom-remove-coupon,
.checkout-row.coupon .coupon-row a.custom-remove-coupon_partner {
  font-size: 0.875rem;
  color: #ff7b7b;
}
.checkout-row.coupon .coupon-row .coupon-discount {
  font-weight: 600;
  color: #ae1f23;
  white-space: nowrap;
}
.checkout-row.coupon .coupon-row .coupon-error {
  padding-top: 10px;
  color: #ff7b7b;
  font-size: 0.875rem;
}
.checkout-row.coupon .coupon-row.folded .coupon-header .icon {
  transform: rotate(0deg);
}
.checkout-row.coupon .coupon-row.folded .coupon-content {
  opacity: 1;
  visibility: visible;
  max-height: 100px;
}

.checkout-row.totals {
  border-top: 1px solid #d0cec3;
}

.checkout-row.klarna {
  padding-top: 2rem;
  border-radius: 4px;
  border: 0px;
}
@media (max-width: 991.98px) {
  .checkout-row.klarna {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .checkout-place-order {
    width: 100%;
    box-sizing: border-box;
    padding-right: 4% !important;
    padding-left: 4% !important;
  }
}

@media (max-width: 575.98px) {
  .pay-button {
    width: 100%;
  }
}

.woocommerce form .woocommerce-NoticeGroup-updateOrderReview {
  display: none;
}
.woocommerce form .form-row {
  margin-bottom: 1.75rem;
  padding: unset;
}
.woocommerce form .form-row label {
  width: 100%;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 0.25rem;
}
.woocommerce form #billing_address_1_field.form-row {
  margin-bottom: 0.5rem;
}
.woocommerce form .form-row-wide {
  width: 100%;
}
.woocommerce form .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce form .form-row.woocommerce-validated input.input-text {
  border-color: #ccc;
}
.woocommerce form #billing_postcode_field {
  float: left;
  width: 35%;
  margin-right: 5%;
  clear: none !important;
}
.woocommerce form #billing_city_field {
  float: left;
  width: 60%;
  clear: none !important;
}
.woocommerce .custom-shipping-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce .custom-shipping-form .custom-col {
  width: 48.5%;
}
@media (max-width: 575.98px) {
  .woocommerce .custom-shipping-form .custom-col {
    width: 100%;
  }
}
.woocommerce div.product span.price {
  color: #3d3836;
  font-size: 1rem;
}
.woocommerce .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce .select2-container--default .select2-selection--single {
  border-color: #ced4da;
}
.woocommerce .select2-container .select2-selection--single {
  height: 38px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 36px;
}
.woocommerce ul.custom-order-details {
  background-color: #fff;
  margin: 0;
  padding-left: 0;
  border: 0px;
  border: 1px solid #d0cec3;
  -o-border-image: url(../images/border-image-light-large.png) 1 round;
     border-image: url(../images/border-image-light-large.png) 1 round;
  border-right: 0px;
  border-left: 0px;
}
@media (max-width: 767.98px) {
  .woocommerce ul.custom-order-details {
    width: 100%;
    box-sizing: border-box;
    padding-top: 1.5rem;
    padding-right: 4% !important;
    padding-left: 4% !important;
  }
}
.woocommerce ul.custom-order-details li {
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  border-right: 0px;
  font-size: 0.875rem;
  margin: 0;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .woocommerce ul.custom-order-details li {
    padding: 0rem 1.5rem 1.5rem 0;
    font-size: 0.8rem;
  }
}
@media (max-width: 575.98px) {
  .woocommerce ul.custom-order-details li {
    min-width: 50%;
  }
}
.woocommerce ul.custom-order-details li strong {
  font-weight: 600;
  font-size: 1rem;
}
@media (max-width: 767.98px) {
  .woocommerce ul.custom-order-details li strong {
    font-size: 0.875rem;
  }
}
.woocommerce address.custom-order-address-box {
  background-color: #fff;
  border: 0px;
  border: 1px solid #d0cec3;
  -o-border-image: url(../images/border-image-light-large.png) 1 round;
     border-image: url(../images/border-image-light-large.png) 1 round;
  line-height: 1.75;
  padding: 1rem 1.5rem;
}
@media (max-width: 767.98px) {
  .woocommerce address.custom-order-address-box {
    width: 100%;
    box-sizing: border-box;
    padding-right: 4% !important;
    padding-left: 4% !important;
    border-left: 0;
    border-right: 0;
    font-size: 0.875rem;
  }
}
.woocommerce table.custom-order-list {
  background-color: #fff;
  border: 0px;
  border-top: 1px solid #d0cec3;
  -o-border-image: url(../images/border-image-light-large.png) 1 round;
     border-image: url(../images/border-image-light-large.png) 1 round;
  border-radius: 0;
}
@media (max-width: 767.98px) {
  .woocommerce table.custom-order-list {
    width: 100%;
    font-size: 0.875rem;
  }
}
.woocommerce table.custom-order-list td,
.woocommerce table.custom-order-list th {
  border: 0px;
  border-bottom: 1px solid #d0cec3;
  -o-border-image: url(../images/border-image-light-large.png) 1 round;
     border-image: url(../images/border-image-light-large.png) 1 round;
  padding: 1rem 1.5rem;
  vertical-align: middle;
  line-height: 1.5em;
}
@media (max-width: 767.98px) {
  .woocommerce table.custom-order-list td,
.woocommerce table.custom-order-list th {
    padding-right: 4% !important;
    padding-left: 4% !important;
  }
}
.woocommerce table.custom-order-list tfoot th,
.woocommerce table.custom-order-list tfoot td {
  border: 0px;
  border-bottom: 1px solid #d0cec3;
  -o-border-image: url(../images/border-image-light-large.png) 1 round;
     border-image: url(../images/border-image-light-large.png) 1 round;
}
.woocommerce table.custom-order-list tfoot th {
  font-weight: 600;
}
.woocommerce table.custom-order-list tfoot td {
  font-weight: 400;
}
.woocommerce table.custom-order-list td:last-child {
  width: 25%;
}
@media (max-width: 991.98px) {
  .woocommerce table.custom-order-list td:last-child {
    width: 35%;
  }
}
@media (max-width: 767.98px) {
  .woocommerce table.custom-order-list td:last-child {
    width: 40%;
  }
}
.woocommerce small {
  display: block;
  line-height: 1.25;
  color: #666;
  font-size: 0.825rem;
}
.woocommerce tfoot tr:last-child .woocommerce-Price-amount {
  font-weight: 600;
}
.woocommerce tfoot tr:last-child .woocommerce-Price-amount .woocommerce-Price-amount {
  font-weight: 300;
}
.woocommerce tfoot td small {
  display: none;
}
.woocommerce #order_comments {
  height: 120px;
}
.woocommerce .woocommerce-shipping-methods .float-right {
  text-align: right;
}
.woocommerce .woocommerce-shipping-methods .custom-radio {
  padding-left: 0;
}
.woocommerce .woocommerce-shipping-methods .custom-radio .custom-control-label:before, .woocommerce .woocommerce-shipping-methods .custom-radio .custom-control-label:after {
  display: none;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 1em 2em 1em 4.5em;
  margin: 0 0 2em;
  min-height: 75px;
  position: relative;
  background-color: #fff;
  color: #3d3836;
}
.woocommerce-error strong,
.woocommerce-info strong,
.woocommerce-message strong {
  font-weight: 600;
}

.woocommerce table.custom-order-list td:last-child {
  width: 15%;
}

.thankyou-quantity {
  width: 15%;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  top: 0.225em;
  left: 0.5em;
  font-size: 2.3em;
}

.kco-modal {
  z-index: 1500 !important;
}

.kco-modal-content {
  margin-top: 200px !important;
}

.meta {
  max-width: 400px;
  font-size: 0.775rem;
  line-height: 1.2rem;
}

.woocommerce-thankyou-order-received {
  margin-top: 32px;
}

.woocommerce-notices-wrapper {
  display: none;
}

.woocommerce_eu_vat_compliance_self_certify {
  display: none;
}

.spinner {
  margin: 0 auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #3d3836;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.contactCard {
  word-break: break-all;
  font-size: 0.92rem;
}
@media (min-width: 768px) {
  .contactCard {
    font-size: 1rem;
  }
}
.contactCard img {
  width: 100%;
  margin-bottom: 15px;
}
.contactCard a {
  text-decoration: none;
}
.contactCard .contactRow {
  width: 100%;
  clear: both;
  margin-top: 2px;
}
.contactCard .contactRow img.icon {
  float: left;
  width: 16px;
  margin-top: 3px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .contactCard .contactRow img.icon {
    width: 20px;
    margin-top: 2px;
  }
}

.message-container-notice {
  width: 100%;
  height: 56px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #e4810a;
  z-index: 99998;
  display: flex;
  justify-content: center;
  align-items: center;
}
.message-container-notice p {
  margin: 0;
  color: white;
}
.message-container-notice .message-container-notice--bold {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.message-container-notice-hidden {
  display: none;
}

.quantity-input {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 80px;
  justify-content: space-between;
}
.quantity-input span {
  font-size: 0.875rem;
  font-weight: 600;
}
.quantity-input .btn.quantity-input-decrease-btn, .quantity-input .quantity-input-decrease-btn.uacf7_repeater_add, .quantity-input .quantity-input-decrease-btn.uacf7_repeater_remove,
.quantity-input .btn.quantity-input-increase-btn,
.quantity-input .quantity-input-increase-btn.uacf7_repeater_add,
.quantity-input .quantity-input-increase-btn.uacf7_repeater_remove {
  border-radius: 100%;
  background-repeat: no-repeat;
  border: 1px solid #d0cec3;
  height: 22px;
  width: 22px;
  padding: 0;
  margin: 0;
  background-position: center;
  background-color: white;
}
.quantity-input .btn.quantity-input-increase-btn, .quantity-input .quantity-input-increase-btn.uacf7_repeater_add, .quantity-input .quantity-input-increase-btn.uacf7_repeater_remove {
  background-image: url(../images/material-add.svg);
}
.quantity-input .btn.quantity-input-decrease-btn, .quantity-input .quantity-input-decrease-btn.uacf7_repeater_add, .quantity-input .quantity-input-decrease-btn.uacf7_repeater_remove {
  background-image: url(../images/material-minus.svg);
}

.color-input {
  display: flex;
  flex-direction: column;
}
.color-input .color-input-options {
  display: flex;
  gap: 1rem;
}
.color-input .color-input-button {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  padding: 0;
  border-radius: 0;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.color-input .color-input-button.selected {
  color: #fff;
}
.color-input .color-input-button.selected .color-indicator {
  outline: 1px solid white;
  outline-offset: 4px;
}
.color-input .color-input-button.selected .color-indicator svg {
  display: block;
}
.color-input .color-indicator {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  display: inline-block;
}
.color-input .color-indicator svg {
  display: none;
}

.guide-container {
  display: flex;
  gap: 1rem;
}
.guide-container p {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.guide-container .guide-show-button {
  color: #f6941d;
}
.guide-container .guide-avatar {
  height: 58px;
  width: 58px;
}

.guide-flyout {
  position: fixed;
  z-index: 1030;
  width: 92%;
  right: -100%;
  top: 0;
  height: 92%;
  box-sizing: border-box;
  color: #3d3836;
  background-color: #fff;
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.33);
  transition: right 300ms ease;
}
@media (min-width: 768px) {
  .guide-flyout {
    width: 400px;
    right: -650px;
    top: 100px;
    height: calc(100% - 80px);
  }
}
@media (min-width: 992px) {
  .guide-flyout {
    top: 123px;
    height: calc(100% - 100px);
  }
}
.guide-flyout .flyout-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background-image: url(../images/material-close.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center center;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .guide-flyout .flyout-close {
    top: -4px;
    right: 10px;
    background-size: 22px;
  }
}
.guide-flyout .flyout-loader {
  position: absolute;
  z-index: 1041;
  top: 200px;
  left: calc(50% - 35px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 250ms ease, visibility 250ms ease;
}
.guide-flyout .flyout-loader.active {
  opacity: 1;
  visibility: visible;
}
.guide-flyout .flyout-header {
  margin-left: 15px;
  margin-right: 15px;
  border: 0px;
  border-bottom: 1px solid #d0cec3;
  -o-border-image: url(../images/border-image-light-large.png) 1 round;
     border-image: url(../images/border-image-light-large.png) 1 round;
}
.guide-flyout .flyout-container {
  width: 100%;
  height: calc(100% - 205px);
  overflow: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767.98px) {
  .guide-flyout .flyout-container {
    height: calc(100% - 195px);
  }
}
.guide-flyout.active {
  right: 0px;
}

.hero__inner {
  display: flex;
  background-color: #3b3c3b;
}
@media (max-width: 991.98px) {
  .hero__inner {
    display: block;
  }
}
.hero__image {
  width: 50%;
  aspect-ratio: 1/1;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .hero__image {
    max-height: 712px;
  }
}
@media (max-width: 991.98px) {
  .hero__image {
    width: 100%;
  }
}
.hero__image-src {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.hero__image-src[data-ll-status=loaded] {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .hero__image-src {
    display: none;
  }
}
.hero__image-src--mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .hero__image-src--mobile {
    display: block;
  }
}
.hero__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__video video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.hero__video video[data-ll-status=loaded] {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .hero__video {
    display: none;
  }
}
.hero__video--mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .hero__video--mobile {
    display: block;
  }
}
.hero__content-wrapper {
  width: 50%;
  background-color: #3b3c3b;
}
@media (max-width: 991.98px) {
  .hero__content-wrapper {
    width: 100%;
  }
}
.hero__content {
  padding: 50px 42px;
  padding-bottom: 32px;
  max-width: 720px;
}
@media (max-width: 991.98px) {
  .hero__content {
    padding: 24px;
  }
}
.hero__seal {
  display: block;
  margin: 0 0 15px auto;
}
@media (max-width: 991.98px) {
  .hero__seal {
    display: none;
  }
}
.hero__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 8px 0;
  max-width: 534px;
}
@media (max-width: 991.98px) {
  .hero__title {
    font-size: 24px;
    line-height: 1.3;
  }
}
.hero__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  margin: 0;
  max-width: 534px;
}
@media (max-width: 991.98px) {
  .hero__text {
    font-size: 14px;
  }
}
.hero__usps {
  display: flex;
  max-width: 534px;
  margin: 24px 0 0 0;
}
@media (max-width: 991.98px) {
  .hero__usps {
    display: none;
  }
}
.hero__usp {
  width: 50%;
  display: flex;
}
.hero__usp svg {
  margin-right: 6px;
}
.hero__usp-upper {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #f4f3f1;
  margin: 0;
  max-width: 272px;
}
.hero__usp-lower {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #f4f3f1;
  margin: 0;
  max-width: 272px;
}
.hero__buttons {
  display: flex;
  align-items: flex-start;
  margin: 60px 0 0 0;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .hero__buttons {
    width: 100%;
    flex-direction: column;
    flex-wrap: initial;
  }
}
.hero__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #f4f3f1;
  border-radius: 100px;
  text-decoration: none;
  color: #3b3c3b;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  padding: 12px 20px;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.hero__button.inverted {
  background-color: transparent;
  border: 1px solid #f4f3f1;
  color: #f4f3f1;
}
.hero__button.inverted:hover {
  text-decoration: none;
  background: #f4f3f1;
  color: #3b3c3b;
}
.hero__button svg {
  margin-left: 8px;
}
.hero__button:hover {
  text-decoration: none;
  background-color: #dedbd4;
}

.hero-category {
  background-color: #D0CEC3;
}
.hero-category__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .hero-category__inner {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%;
  }
}
.hero-category__content {
  max-width: 617px;
  margin: 60px 85px 60px 0;
}
@media (max-width: 991.98px) {
  .hero-category__content {
    order: 2;
    margin: 22px;
  }
}
.hero-category__pretitle {
  color: #3B3C3B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}
@media (max-width: 991.98px) {
  .hero-category__pretitle {
    font-size: 14px;
  }
}
.hero-category__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  color: #3D3836;
  margin: 0 0 8px 0;
  max-width: 617px;
}
@media (max-width: 991.98px) {
  .hero-category__title {
    font-size: 24px;
    max-width: 100%;
  }
}
.hero-category__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #3D3836;
  margin: 0;
  max-width: 617px;
}
.hero-category__text > * {
  font-size: 14px;
}
.hero-category__text > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .hero-category__text {
    font-size: 14px;
    max-width: 100%;
  }
}
.hero-category .trustpilot-widget {
  left: -42px;
  margin: 8px 0 16px;
}
.hero-category .trustpilot-widget[data-locale=en-EN] {
  left: -27px;
}
.hero-category .trustpilot-widget[data-locale=da-DK] {
  left: -10px;
}
.hero-category .trustpilot-widget[data-locale=nb-NO] {
  left: -28px;
}
.hero-category__image {
  max-width: 535px;
  max-height: 535px;
  aspect-ratio: 1/1;
  margin: 8px 0 60px 0;
}
@media (max-width: 991.98px) {
  .hero-category__image {
    order: 1;
    max-height: 100%;
    margin: 0 0 8px 0;
    aspect-ratio: 1/1;
  }
}
.hero-category__image-src {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100% !important;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.hero-category__image-src[data-ll-status=loaded] {
  opacity: 1;
}
.hero-category__usps {
  display: flex;
  flex-wrap: wrap;
  max-width: 534px;
  margin: 8px 0 0 0;
}
.hero-category__usp {
  width: 50%;
  display: flex;
  margin-top: 16px;
}
.hero-category__usp svg {
  margin-right: 6px;
}
.hero-category__usp svg path {
  fill: #3b3c3b;
}
@media (max-width: 991.98px) {
  .hero-category__usp:nth-child(1n+5) {
    display: none;
  }
}
.hero-category__usp-upper {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
  color: #3b3c3b;
  margin: 0;
  max-width: 272px;
}
@media (max-width: 991.98px) {
  .hero-category__usp-upper {
    font-size: 12px;
  }
}
.hero-category__usp-lower {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #3b3c3b;
  margin: 0;
  max-width: 272px;
}
@media (max-width: 991.98px) {
  .hero-category__usp-lower {
    font-size: 10px;
  }
}
.hero-category__buttons {
  display: flex;
  gap: 16px;
  margin-top: 28px;
}
.hero-category__buttons .btn, .hero-category__buttons .uacf7_repeater_add, .hero-category__buttons .uacf7_repeater_remove {
  border-radius: 100px;
}

.product-category-card__link {
  display: flex;
  text-decoration: none;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.product-category-card__link:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .product-category-card__link {
    flex-direction: column;
  }
}
.product-category-card__image {
  width: 50%;
  height: 100%;
  margin: 0;
}
@media (max-width: 991.98px) {
  .product-category-card__image {
    width: 100%;
    order: 1;
  }
}
.product-category-card__image-src {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.product-category-card__image-src[data-ll-status=loaded] {
  opacity: 1;
}
@media (max-width: 991.98px) {
  .product-category-card__image-src {
    aspect-ratio: 11/6;
  }
}
.product-category-card__content {
  width: 50%;
  height: 100%;
  background-color: #ffffff;
  padding: 56px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .product-category-card__content {
    width: 100%;
    order: 2;
    padding: 24px;
  }
}
.product-category-card__icon {
  max-width: 211px;
  width: 100%;
  margin: 0 0 16px 0;
}
@media (max-width: 991.98px) {
  .product-category-card__icon {
    max-width: 154px;
    margin: 0 0 6px 0;
  }
}
.product-category-card__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #3b3c3b;
  margin: 0 0 8px 0;
}
@media (max-width: 991.98px) {
  .product-category-card__title {
    margin: 0 0 6px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.product-category-card__title-arrow {
  display: none;
}
@media (max-width: 991.98px) {
  .product-category-card__title-arrow {
    display: inline-block;
    margin-left: 8px;
  }
}
.product-category-card__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  color: #747674;
  margin: 0;
}
@media (max-width: 991.98px) {
  .product-category-card__text {
    line-height: 1;
  }
}
.product-category-card__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #3b3c3b;
  border-radius: 100px;
  text-decoration: none;
  color: #3b3c3b;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  padding: 12px 20px;
  margin: 32px 0 0 0;
}
@media (max-width: 991.98px) {
  .product-category-card__button {
    display: none;
  }
}
.product-category-card__button svg {
  margin-left: 8px;
}
.product-category-card__button:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .product-category-card__button {
    margin: 24px 0 0 0;
  }
}

.product-categories {
  margin: 88px auto;
}
@media (max-width: 991.98px) {
  .product-categories {
    margin: 56px auto;
  }
}
.product-categories__grid {
  display: grid;
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 48px;
  grid-template-columns: 1fr 1fr;
  margin: 33px 0 0 0;
}
@media (max-width: 991.98px) {
  .product-categories__grid {
    grid-template-columns: 1fr;
    margin: 21px 0 0 0;
  }
}
.product-categories__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  color: #3b3c3b;
  margin: 0 0 9px 0;
}
@media (max-width: 991.98px) {
  .product-categories__title {
    font-size: 24px;
    margin: 0 0 4px 0;
  }
}
.product-categories__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #3b3c3b;
  margin: 0;
}
@media (max-width: 991.98px) {
  .product-categories__text {
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .product-category-card-small {
    margin-bottom: 48px;
  }
}
.product-category-card-small__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.product-category-card-small__link:hover {
  text-decoration: none;
}
.product-category-card-small__image {
  width: 100%;
  order: 1;
  height: 100%;
  margin: 0;
}
.product-category-card-small__image-src {
  aspect-ratio: 11/6;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.product-category-card-small__image-src[data-ll-status=loaded] {
  opacity: 1;
}
.product-category-card-small__content {
  width: 100%;
  order: 2;
  padding: 24px;
  height: 100%;
  background-color: #ffffff;
  text-align: center;
}
.product-category-card-small__icon {
  width: 100%;
  max-width: 154px !important;
  margin: 0 0 6px 0;
}
.product-category-card-small__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #3b3c3b;
  margin: 0 0 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-category-card-small__title-arrow {
  display: inline-block;
  margin-left: 8px;
}
.product-category-card-small__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #747674;
  margin: 0;
}

.related-categories {
  margin: 115px auto;
}
@media (max-width: 991.98px) {
  .related-categories {
    margin: 48px auto;
  }
}
.related-categories__grid {
  display: grid;
  -moz-column-gap: 48px;
       column-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 48px 0 0 0;
}
@media (max-width: 991.98px) {
  .related-categories__grid {
    grid-template-columns: 1fr;
  }
}
.related-categories__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  color: #3b3c3b;
  margin: 0;
}
@media (max-width: 991.98px) {
  .related-categories__title {
    font-size: 24px;
    margin: 0 0 4px 0;
  }
}

.trustpilot-carousel {
  background-color: #3b3c3b;
  padding: 88px 0;
  margin: 88px auto;
}
@media (max-width: 991.98px) {
  .trustpilot-carousel {
    padding: 40px 0;
    margin: 56px auto;
  }
}
.trustpilot-carousel--no-margin {
  margin: 0 auto;
}
.trustpilot-carousel__content {
  max-width: 709px;
  margin: 0 auto;
}
.trustpilot-carousel__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 8px 0;
}
@media (max-width: 991.98px) {
  .trustpilot-carousel__title {
    font-size: 24px;
    line-height: 1.3;
  }
}
.trustpilot-carousel__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 991.98px) {
  .trustpilot-carousel__text {
    font-size: 16px;
  }
}
.trustpilot-carousel__slider {
  margin: 57px 0 0 0;
}
@media (max-width: 991.98px) {
  .trustpilot-carousel__slider {
    margin: 40px 0 0 0;
  }
}

.media-text {
  margin: 88px auto;
}
.media-text--sand {
  background-color: #d0cec3;
}
@media (max-width: 991.98px) {
  .media-text {
    margin: 56px auto;
  }
}
.media-text--no-margin {
  margin: 0 auto;
  padding: 88px 0;
}
@media (max-width: 991.98px) {
  .media-text--no-margin {
    margin: 0 auto;
    padding: 56px 0;
  }
}
.media-text__inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .media-text__inner {
    display: block;
  }
}
.media-text__image-wrapper {
  width: 40%;
}
@media (max-width: 991.98px) {
  .media-text__image-wrapper {
    width: 100%;
  }
}
.media-text__image {
  aspect-ratio: 8/9;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.media-text__image[data-ll-status=loaded] {
  opacity: 1;
}
.media-text__video {
  aspect-ratio: 8/9;
  position: relative;
  width: 100%;
  height: 100%;
}
.media-text__video video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  transition: opacity 0.4s linear;
}
.media-text__video video[data-ll-status=loaded] {
  opacity: 1;
}
.media-text__content {
  width: 60%;
  padding: 56px;
}
@media (max-width: 991.98px) {
  .media-text__content {
    width: 100%;
    padding: 24px;
  }
}
.media-text .business-page__media-text__logo img {
  max-width: 12rem;
}
.media-text__title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  color: #3D3836;
  margin: 0 0 8px 0;
  max-width: 544px;
}
@media (max-width: 991.98px) {
  .media-text__title {
    font-size: 24px;
  }
}
.media-text__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #3D3836;
  margin: 0;
  max-width: 544px;
}
@media (max-width: 991.98px) {
  .media-text__text {
    font-size: 14px;
  }
}
.media-text__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid #3b3c3b;
  border-radius: 100px;
  text-decoration: none;
  color: #3b3c3b;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  padding: 12px 20px;
  margin: 24px 0 0 0;
}
.media-text__button svg {
  margin-left: 8px;
}
.media-text__button:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .media-text__button {
    margin: 24px 0 0 0;
  }
}
.media-text--right .media-text__inner {
  flex-direction: row-reverse;
}

.contact-section {
  margin: 115px auto;
}
@media (max-width: 991.98px) {
  .contact-section {
    margin: 48px auto;
  }
}
.contact-section__inner {
  text-align: center;
}
.contact-section__text {
  margin: 0 auto;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #3D3836;
  max-width: 682px;
}
.contact-section__text span {
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .contact-section__text {
    font-size: 14px;
  }
}
.contact-section__image {
  display: block;
  width: 58px;
  height: 58px;
  border-radius: 100%;
  margin: 0 auto 16px auto;
}
.contact-section__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #3b3c3b;
  border-radius: 100px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  padding: 12px 20px;
  margin: 16px 0 0 0;
}
@media (max-width: 991.98px) {
  .contact-section__button {
    font-size: 14px;
  }
}
.contact-section__button svg {
  margin-left: 8px;
}
.contact-section__button svg path {
  fill: #ffffff;
}
.contact-section__button:hover {
  text-decoration: none;
  background-color: #222222;
  color: #ffffff;
}

.product-spots {
  background-color: #fff;
  padding: 53px 0;
}
.product-spots__title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 4px 0;
  color: #3d3836;
}
.product-spots__text {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #3D3836;
  margin: 0;
}
.product-spots__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 41px;
  grid-row-gap: 0px;
  margin: 32px 0;
}
@media (max-width: 991.98px) {
  .product-spots__row {
    display: block;
  }
}
.product-spots__col {
  background-color: #f4f3f1;
  border-radius: 4px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 991.98px) {
  .product-spots__col {
    display: block;
    margin: 24px 0;
    height: auto;
  }
}
.product-spots__col-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.product-spots__col-image-wrapper svg {
  margin: 0 20px;
}
@media (max-width: 1514.98px) {
  .product-spots__col-image-wrapper svg {
    margin: 0 8px;
  }
}
.product-spots__col-image {
  width: 224px;
}
@media (max-width: 1514.98px) {
  .product-spots__col-image {
    width: 175px;
  }
}
@media (max-width: 991.98px) {
  .product-spots__col-image {
    width: 224px;
  }
}
@media (max-width: 767.98px) {
  .product-spots__col-image {
    width: 130px;
  }
}
.product-spots__col-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 991.98px) {
  .product-spots__col-inner {
    display: block;
    height: auto;
  }
}
.product-spots__col-title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #3d3836;
  margin: 0 0 8px 0;
}
.product-spots__col-text > * {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #000;
}
.product-spots__col-text p {
  margin-bottom: 8px;
}
.product-spots__col-text a {
  font-weight: 400;
  color: #000;
}
.product-spots__col-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 1px solid #3b3c3b;
  border-radius: 100px;
  text-decoration: none;
  color: #3b3c3b;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  padding: 12px 20px;
  margin: 16px 10px 0 0;
}
.product-spots__col-button svg {
  margin-left: 8px;
}
.product-spots__col-button:hover {
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .product-spots__col-button {
    margin: 24px 0 0 0;
  }
}

.category-products__title {
  color: #3d3836;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 40px 0;
}
.category-products .list-product-item {
  position: relative;
}
.category-products .list-product-item a {
  display: inline-block !important;
}
.category-products .list-product-item h4 {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.category-products .list-product-item img {
  width: 100%;
  height: auto;
  margin-top: 0;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.2s ease-in-out;
}
.category-products .list-product-item img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.category-products .list-product-item:hover img {
  opacity: 0;
}
.category-products .list-product-item:hover img:nth-child(2) {
  opacity: 1;
}
.category-products .list-product-item--no-hover:hover img {
  opacity: 1 !important;
}
.category-products .flickity-page-dots {
  position: static;
}
.category-products .flickity-page-dots .dot:before {
  content: "";
}

.price-box__banner {
  background-color: #ffffff;
  border-radius: 4px;
  margin-bottom: 0 !important;
}
.price-box__banner h1, .price-box__banner h2, .price-box__banner h3, .price-box__banner h4, .price-box__banner h5, .price-box__banner h6 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 4px;
}
.price-box__banner p {
  font-size: 14px;
  margin-bottom: 4px;
}
.price-box__banner p:last-child {
  margin-bottom: 0;
}

.flyout-cart__banner {
  background-color: #f8f7f6;
  border-radius: 4px;
  margin-bottom: 0.75rem;
}
.flyout-cart__banner h1, .flyout-cart__banner h2, .flyout-cart__banner h3, .flyout-cart__banner h4, .flyout-cart__banner h5, .flyout-cart__banner h6 {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 4px;
}
.flyout-cart__banner p {
  font-size: 14px;
  margin-bottom: 4px;
}
.flyout-cart__banner p:last-child {
  margin-bottom: 0;
}

.blog-archive {
  padding: 77px 0 140px;
}
@media (max-width: 991.98px) {
  .blog-archive {
    padding: 24px 0 77px;
  }
}

.blog-header {
  max-width: 681px;
  margin: 0 auto 77px;
}
@media (max-width: 991.98px) {
  .blog-header {
    margin: 0 auto 24px;
  }
}
.blog-header__title {
  color: #3D3836;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 991.98px) {
  .blog-header__title {
    font-size: 32px;
  }
}
.blog-header__description {
  color: #3D3836;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin: 16px 0 0 0;
}
@media (max-width: 991.98px) {
  .blog-header__description {
    font-size: 18px;
    margin: 2px 0 0 0;
  }
}

.blog-card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
@media (max-width: 991.98px) {
  .blog-card-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .blog-card-row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.blog-card {
  background-color: #fff;
  border-radius: 4px;
  height: 100%;
}
.blog-card > a {
  display: block;
  text-decoration: none;
}
.blog-card__content {
  padding: 24px;
}
@media (max-width: 991.98px) {
  .blog-card__content {
    padding: 16px;
  }
}
.blog-card__img {
  aspect-ratio: 16/9;
  margin: 0;
}
.blog-card__img img {
  border-radius: 4px 4px 0 0;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog-card__img-placeholder {
  border-radius: 4px 4px 0 0;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #d0cec3;
}
.blog-card__title {
  color: #3b3c3b;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 6px 0;
}
@media (max-width: 991.98px) {
  .blog-card__title {
    font-size: 16px;
  }
}
.blog-card__excerpt {
  color: #747674;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.35;
  margin: 0;
}

.single-blog {
  margin: 0 auto 77px auto;
}
@media (max-width: 991.98px) {
  .single-blog {
    margin: 0 auto 24px auto;
  }
}
.single-blog__header {
  margin: 77px auto 0 auto;
}
@media (max-width: 991.98px) {
  .single-blog__header {
    margin: 24px auto 0 auto;
  }
}
.single-blog__title {
  color: #3d3836;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 681px;
}
@media (max-width: 991.98px) {
  .single-blog__title {
    font-size: 32px;
  }
}
.single-blog__preamble {
  color: #3b3c3b;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin: 16px auto 0 auto;
  max-width: 681px;
}
@media (max-width: 991.98px) {
  .single-blog__preamble {
    font-size: 18px;
    margin: 12px auto 0 auto;
  }
}
.single-blog__featured-image {
  margin: 48px 0 88px 0;
}
@media (max-width: 991.98px) {
  .single-blog__featured-image {
    margin: 24px 0 48px;
  }
}
.single-blog__featured-image img {
  display: flex;
  width: 100%;
}
.single-blog__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 724px;
  margin: 0 auto;
}
.single-blog__content p, .single-blog__content h1, .single-blog__content h2, .single-blog__content h3, .single-blog__content h4, .single-blog__content h5, .single-blog__content h6, .single-blog__content ul, .single-blog__content ol, .single-blog__content blockquote {
  padding: 0 48px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .single-blog__content p, .single-blog__content h1, .single-blog__content h2, .single-blog__content h3, .single-blog__content h4, .single-blog__content h5, .single-blog__content h6, .single-blog__content ul, .single-blog__content ol, .single-blog__content blockquote {
    padding: 0 24px;
  }
}
.single-blog__content h2, .single-blog__content h3, .single-blog__content h4, .single-blog__content h5, .single-blog__content h6 {
  color: #3b3c3b;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
@media (max-width: 991.98px) {
  .single-blog__content h2, .single-blog__content h3, .single-blog__content h4, .single-blog__content h5, .single-blog__content h6 {
    font-size: 18px;
    margin: 0 0 8px 0;
  }
}
.single-blog__content p {
  color: #3b3c3b;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.single-blog__content img {
  width: 100%;
  max-width: 724px;
  margin: calc(48px - 1rem) 0 48px 0;
}
@media (max-width: 991.98px) {
  .single-blog__content img {
    margin: calc(24px - 1rem) 0 24px 0;
  }
}

.related-blog-posts {
  margin: 140px 0 0 0;
  padding: 10px 0 77px 0;
}
@media (max-width: 991.98px) {
  .related-blog-posts {
    margin: 77px 0 0 0;
    padding: 10px 0 24px 0;
  }
}
.related-blog-posts__title {
  color: #3b3c3b;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 24px;
  text-align: center;
}

.latest-blog-posts {
  margin: 88px auto;
}
.latest-blog-posts__header {
  margin: 0 auto;
  text-align: center;
}
.latest-blog-posts__title {
  color: #3b3c3b;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 24px 0;
}
.latest-blog-posts__button {
  text-align: center;
}

@keyframes slideUpSwitch {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.topbar.topbar--logged-in {
  background-color: #f4f3f1;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2rem;
}
@media (max-width: 991.98px) {
  .topbar.topbar--logged-in {
    overflow: hidden;
    padding: 0;
  }
  .topbar.topbar--logged-in .header-language-switcher {
    display: none;
  }
}
.topbar.topbar--logged-in .topbar__right {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
  border-left: solid 1px rgba(116, 118, 116, 0.3);
  border-right: solid 1px rgba(116, 118, 116, 0.3);
}
.topbar.topbar--logged-in .topbar__switch {
  font-size: 11px;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: flex-start;
  border-left: solid 1px rgba(116, 118, 116, 0.3);
  text-decoration: none;
  height: 100%;
  white-space: nowrap;
}
.topbar.topbar--logged-in .topbar__icon__chevron-right {
  background-image: url("../images/material-chevron-right.svg");
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 16px 16px;
  height: 24px;
  width: 20px;
}
.topbar.topbar--logged-in .scroller {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 32px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .topbar.topbar--logged-in .scroller {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    height: 33px;
    width: 100%;
  }
}
.topbar.topbar--logged-in .scroller__item {
  margin: 0;
  display: flex;
  align-items: center;
}
.topbar.topbar--logged-in .scroller__item span {
  color: #000;
  font-size: 11px;
  font-weight: 500;
  line-height: 150%;
}
.topbar.topbar--logged-in .scroller__item svg {
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  .topbar.topbar--logged-in .scroller__item {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    animation: slideUpSwitch 6s infinite;
  }
  .topbar.topbar--logged-in .scroller__item:nth-child(1) {
    animation-delay: 0s;
  }
  .topbar.topbar--logged-in .scroller__item:nth-child(2) {
    animation-delay: 3s;
  }
}

@keyframes slideUpSwitch {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
  }
}
.topbar.topbar--logged-out {
  background-color: #f4f3f1;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}
@media (max-width: 991.98px) {
  .topbar.topbar--logged-out {
    overflow: hidden;
    padding: 0;
  }
  .topbar.topbar--logged-out .header-language-switcher {
    display: none;
  }
}
.topbar.topbar--logged-out .topbar__right {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
  border-left: solid 1px rgba(116, 118, 116, 0.3);
  border-right: solid 1px rgba(116, 118, 116, 0.3);
}
.topbar.topbar--logged-out .topbar__switch {
  font-size: 11px;
  padding: 0 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: flex-start;
  border-left: solid 1px rgba(116, 118, 116, 0.3);
  text-decoration: none;
  height: 100%;
  white-space: nowrap;
}
.topbar.topbar--logged-out .topbar__icon__chevron-right {
  background-image: url("../images/material-chevron-right.svg");
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 16px 16px;
  height: 24px;
  width: 20px;
}
.topbar.topbar--logged-out .topbar__inner {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 32px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .topbar.topbar--logged-out .topbar__inner {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 33px;
    width: 100%;
  }
}
.topbar.topbar--logged-out .topbar__inner .topbar__item {
  margin: 0;
  display: flex;
  align-items: center;
}
.topbar.topbar--logged-out .topbar__inner .topbar__item span {
  color: #000;
  font-size: 11px;
  font-weight: 500;
  line-height: 150%;
}
.topbar.topbar--logged-out .topbar__inner .topbar__item svg {
  margin-right: 5px;
}
@media (max-width: 991.98px) {
  .topbar.topbar--logged-out .topbar__inner .topbar__item {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: slideUpSwitch 6s infinite;
  }
  .topbar.topbar--logged-out .topbar__inner .topbar__item:nth-child(1) {
    animation-delay: 0s;
  }
  .topbar.topbar--logged-out .topbar__inner .topbar__item:nth-child(2) {
    animation-delay: 3s;
  }
}

body.business_pages {
  background-color: #3b3c3b;
}
body.business_pages .main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.business_pages .topbar {
  background-color: #343232;
}
body.business_pages .topbar a, body.business_pages .topbar .scroller__item span {
  color: #f4f3f1;
}
body.business_pages .topbar .scroller__item svg path {
  fill: #f4f3f1;
}
body.business_pages .topbar__icon__chevron-right {
  background-image: url("../images/material-chevron-right-negative.svg");
}
body.business_pages .header {
  background-color: #3b3c3b;
  color: #f4f3f1;
}
body.business_pages .header .trustpilot-widget {
  width: 200px;
}
body.business_pages .header .is-vue-app {
  display: none;
}
body.business_pages .header .nav-menu-item a, body.business_pages .header .weglot_switcher .language-option a {
  color: #f4f3f1 !important;
}
body.business_pages .header .mobile-language-switcher .mobile-language-row {
  color: #f4f3f1 !important;
  font-size: 1rem;
}
body.business_pages .header .nav-menu-child-flyout {
  background-color: #3b3c3b !important;
}
body.business_pages .header .nav-menu-child-item {
  background-color: #343232 !important;
}
@media (max-width: 991.98px) {
  body.business_pages .header .nav-menu-child-item {
    background-color: #3b3c3b !important;
  }
}
body.business_pages .header .nav-menu-link-arrow {
  background-image: url("../images/material-chevron-negative.svg") !important;
}
body.business_pages .header .header-cart-button-icon {
  background-image: url("../images/material-cart-negative.svg") !important;
}
body.business_pages .header .header-main .mobile-nav-menu-button .bar {
  background-color: #f4f3f1;
}
body.business_pages .trustpilot-carousel {
  margin-left: 2rem;
  margin-right: 2rem;
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  padding: 0 !important;
}
@media (max-width: 991.98px) {
  body.business_pages .trustpilot-carousel {
    margin-right: 24px;
    margin-left: 24px;
  }
}
body.business_pages .trustpilot-carousel__slider {
  width: 100%;
}

.business-page__floater--mobile {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(52, 50, 50, 0.97);
  z-index: 99;
}
@media (max-width: 991.98px) {
  .business-page__floater--mobile {
    display: flex;
  }
}
.business-page__floater--mobile .business-page__floater {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 15px;
  align-items: center;
  justify-content: stretch;
}
.business-page__floater--mobile .business-page__floater__image {
  width: 72px;
  height: 72px;
  margin: 0;
}
.business-page__floater--mobile .business-page__floater__image img {
  border-radius: 99em;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.business-page__floater--mobile .business-page__floater__content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.business-page__floater--mobile .business-page__floater__text, .business-page__floater--mobile .business-page__floater__phone, .business-page__floater--mobile .business-page__floater__email, .business-page__floater--mobile .business-page__floater__button {
  color: #f4f3f1;
}
.business-page__floater--mobile .business-page__floater__text {
  font-weight: 600;
  margin: 0;
}
.business-page__floater--mobile .business-page__floater a {
  text-decoration: none;
}
.business-page__floater--mobile .business-page__floater__contacts {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.business-page__floater--mobile .business-page__floater__phone, .business-page__floater--mobile .business-page__floater__email {
  font-size: 12px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0;
}
.business-page__floater--mobile .business-page__floater__button {
  border-radius: 99em;
  background-color: #3b3c3b;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 2px 8px;
  font-size: 14px;
  justify-content: center;
  margin-top: 10px;
  width: 100%;
}
.business-page__floater--mobile .business-page__floater .icon--phone,
.business-page__floater--mobile .business-page__floater .icon--chevron,
.business-page__floater--mobile .business-page__floater .icon--email {
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../images/material-icons-phone.svg");
  background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.business-page__floater--mobile .business-page__floater .icon--chevron {
  background-image: url("../images/material-chevron-right-negative.svg");
}
.business-page__floater--mobile .business-page__floater .icon--email {
  background-image: url("../images/material-icons-email.svg");
}

.business-page__hero {
  margin-left: 2rem;
  margin-right: 2rem;
  max-width: 1400px;
  margin: 2rem;
  width: calc(100% - 4rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  align-items: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .business-page__hero {
    margin-right: 24px;
    margin-left: 24px;
  }
}
.business-page__hero__images {
  width: 85%;
  position: relative;
  aspect-ratio: 16/10;
  border-radius: 8px;
  overflow: hidden;
  background: #343232;
}
.business-page__hero__images .business-page__hero__slide {
  aspect-ratio: 16/10;
}
@media (max-width: 1200px) {
  .business-page__hero__images {
    aspect-ratio: unset;
    height: 65vh;
    width: 90%;
  }
  .business-page__hero__images .business-page__hero__slider .business-page__hero__slide {
    height: 65vh;
  }
  .business-page__hero__images .business-page__hero__slider img {
    height: 100%;
  }
}
.business-page__hero__images .business-page__hero__slider {
  height: 100%;
}
.business-page__hero__images .business-page__hero__slider .slick-slide {
  height: auto;
}
.business-page__hero__images .business-page__hero__slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.business-page__hero__right {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  min-width: 20rem;
}
.business-page__hero__questions {
  display: flex;
  flex-direction: column;
  position: relative;
  background: #f4f3f1;
  border-radius: 8px 8px 0 0;
}
.business-page__hero__questions__spinner {
  position: relative;
  background-color: #d0cec3;
  margin: 0 1.5rem 1.5rem;
  width: 3rem;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.business-page__hero__questions__spinner svg {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  transform-origin: center;
}
.business-page__hero__questions__spinner.is-spinning svg {
  animation: business-hero-spinner 0.8s ease-in-out;
}
.business-page__hero__question {
  display: block;
  position: relative;
  position: absolute;
  transition: opacity 0.6s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  opacity: 0;
}
.business-page__hero__question:first-child {
  position: relative;
}
.business-page__hero__question.is-active {
  opacity: 1;
}
.business-page__hero__question p {
  font-size: 20px;
  font-weight: 600;
}
.business-page__hero__question p:last-child {
  margin-bottom: 0;
}
.business-page__hero__salesperson {
  background-color: #d0cec3;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: auto auto auto auto auto;
  grid-template-areas: "statement image" "text      image" "phone     image" "email     image" "button    button";
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
  padding: 1.5rem 1.5rem 1.25rem;
}
@media (max-width: 991.98px) {
  .business-page__hero__salesperson {
    display: none;
  }
}
.business-page__hero__salesperson .icon--phone,
.business-page__hero__salesperson .icon--chevron,
.business-page__hero__salesperson .icon--email {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/material-icons-phone-dark.svg");
  background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.business-page__hero__salesperson .icon--chevron {
  background-image: url("../images/material-chevron-right-negative.svg");
}
.business-page__hero__salesperson .icon--email {
  background-image: url("../images/material-icons-email-dark.svg");
}
.business-page__hero__salesperson__statement {
  grid-area: statement;
  align-self: end;
  margin: 0;
}
.business-page__hero__salesperson__text {
  grid-area: text;
  margin: 0;
}
.business-page__hero__salesperson__phone, .business-page__hero__salesperson__email {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}
.business-page__hero__salesperson__phone:hover, .business-page__hero__salesperson__phone:focus, .business-page__hero__salesperson__email:hover, .business-page__hero__salesperson__email:focus {
  color: #343232;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.business-page__hero__salesperson__phone {
  grid-area: phone;
}
.business-page__hero__salesperson__email {
  grid-area: email;
}
.business-page__hero__salesperson__image {
  grid-area: image;
  justify-self: end;
  align-self: center;
  overflow: hidden;
}
.business-page__hero__salesperson__image img {
  width: 7rem;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 999em;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-page__hero__salesperson__button {
  grid-area: button;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  margin-top: 0.75rem;
  text-align: center;
  background-color: #3b3c3b;
  color: #f4f3f1;
  border-radius: 999em;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: background-color 0.25s ease-in-out;
}
.business-page__hero__salesperson__button span {
  transition: transform 0.25s ease-in-out;
}
.business-page__hero__salesperson__button:hover, .business-page__hero__salesperson__button:focus {
  color: #f4f3f1;
  background-color: #343232;
}
.business-page__hero__salesperson__button:hover span, .business-page__hero__salesperson__button:focus span {
  transform: translateX(5%);
}
@media (max-width: 991.98px) {
  .business-page__hero {
    margin: 0 15px;
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    gap: 0;
    align-items: stretch;
  }
  .business-page__hero__images {
    width: 100%;
    aspect-ratio: 16/10;
    height: auto !important;
  }
  .business-page__hero__images .business-page__hero__slider {
    aspect-ratio: 16/10;
    height: auto !important;
  }
  .business-page__hero__images .business-page__hero__slide {
    aspect-ratio: 16/10;
    height: auto !important;
  }
  .business-page__hero__right {
    position: static;
    transform: none;
    width: 100%;
    min-width: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .business-page__hero__questions {
    border-radius: 0 0 8px 8px;
    text-align: center;
    padding: 0;
    background-color: #d0cec3;
  }
  .business-page__hero__question {
    padding: 15px;
    text-align: left;
  }
  .business-page__hero__question p {
    font-size: 1rem;
    margin-bottom: 7.5px;
  }
  .business-page__hero__questions__spinner {
    align-self: center;
    margin: 0 0 1rem;
    position: absolute;
    bottom: calc(100% + 15px);
    left: 15px;
    width: 2rem;
    margin: 0;
  }
  .business-page__hero__questions__spinner svg {
    width: 50%;
    height: 50%;
  }
  .business-page__hero__salesperson {
    padding: 1.25rem;
  }
}

.logo-marquee {
  padding: 2rem 0 0;
  margin-bottom: 4rem;
  overflow: hidden;
  width: 100%;
}
.logo-marquee__inner {
  margin: 0 auto;
  padding: 0;
}
.logo-marquee__slider {
  display: flex;
  align-items: center;
}
.logo-marquee .slick-track {
  display: flex;
  align-items: center;
}
.logo-marquee .slick-slide {
  display: flex !important;
  align-items: center;
}
.logo-marquee__item {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 2.5rem;
  opacity: 0.9;
}
.logo-marquee__item + .logo-marquee__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.35);
}
.logo-marquee__item img {
  display: block;
  height: 40px;
  max-height: 48px;
  width: auto;
}
@media (max-width: 991.98px) {
  .logo-marquee__inner {
    padding: 0;
  }
  .logo-marquee__item {
    padding: 0 1.75rem;
  }
  .logo-marquee__item img {
    height: 32px;
  }
}
@media (max-width: 767.98px) {
  .logo-marquee__inner {
    padding: 0;
  }
  .logo-marquee__item {
    padding: 0 1.25rem;
  }
  .logo-marquee__item img {
    height: 26px;
  }
}

@keyframes business-hero-spinner {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(720deg);
  }
}
.business-page__media-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
}
.business-page__media-text__inner {
  margin-left: 2rem;
  margin-right: 2rem;
  max-width: 1400px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 3rem;
  align-items: start;
  margin: 0;
}
@media (max-width: 991.98px) {
  .business-page__media-text__inner {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media (max-width: 1000px) {
  .business-page__media-text__inner {
    grid-template-columns: 1fr;
    margin: 0;
  }
}
.business-page__media-text__media {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  padding-bottom: 1rem;
  margin-bottom: 0 !important;
  max-height: 50rem;
}
.business-page__media-text__media .slick-dots {
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
}
.business-page__media-text__media .slick-dots li {
  margin: 0;
}
.business-page__media-text__media .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 999em;
}
.business-page__media-text__media .slick-dots li button:before {
  font-size: 2rem;
}
.business-page__media-text__slide {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 1rem;
  padding-bottom: 1rem;
}
.business-page__media-text__slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.business-page__media-text__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.business-page__media-text__content .business-page__media-text__logo {
  margin: 0 0 0.75rem;
  max-width: 180px;
}
.business-page__media-text__content .business-page__media-text__logo img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 8rem;
}
.business-page__media-text__content h2 {
  margin: 0;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.1;
  text-wrap: balance;
}
.business-page__media-text__content h3 {
  font-size: 1.6rem;
}
.business-page__media-text__content .business-page__media-text__preamble {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}
.business-page__media-text__content .business-page__media-text__body {
  display: grid;
  gap: 1rem;
  margin-top: 1rem;
}
.business-page__media-text__content .business-page__media-text__body p {
  margin: 0;
  line-height: 1.65;
}
.business-page__media-text__content .business-page__media-text__body.business-page__media-text__body--columns {
  display: block;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.business-page__media-text__content .business-page__media-text__body.business-page__media-text__body--columns h2, .business-page__media-text__content .business-page__media-text__body.business-page__media-text__body--columns h3, .business-page__media-text__content .business-page__media-text__body.business-page__media-text__body--columns h4, .business-page__media-text__content .business-page__media-text__body.business-page__media-text__body--columns h5 {
  margin: 0 0 0.25em 0;
}
.business-page__media-text__content .business-page__media-text__body.business-page__media-text__body--columns p {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 1em;
}
@media (min-width: 901px) {
  .business-page__media-text--image-right .business-page__media-text__inner {
    grid-template-columns: 1.05fr 1fr;
  }
  .business-page__media-text--image-right .business-page__media-text__inner .business-page__media-text__media {
    order: 2;
  }
  .business-page__media-text--image-right .business-page__media-text__inner .business-page__media-text__content {
    order: 1;
  }
}
@media (min-width: 901px) {
  .business-page__media-text__media {
    position: sticky;
    top: 2rem;
  }
}
.business-page__media-text--square .business-page__media-text__media {
  aspect-ratio: 1/1;
}
.business-page__media-text--full-height .business-page__media-text__media, .business-page__media-text--full-height .business-page__media-text__slide img {
  height: calc(100vh - 4rem);
}
@media (max-width: 991.98px) {
  .business-page__media-text--full-height .business-page__media-text__media, .business-page__media-text--full-height .business-page__media-text__slide img {
    height: auto;
    aspect-ratio: 4/5;
  }
}
.business-page__media-text--light {
  background: #fff;
  color: #3b3c3b;
}
.business-page__media-text--light h2 {
  color: #343232;
}
.business-page__media-text--dark {
  background: #3b3c3b;
  color: #f4f3f1;
}
.business-page__media-text--dark h2, .business-page__media-text--dark h3, .business-page__media-text--dark h4, .business-page__media-text--dark h5 {
  color: #f4f3f1;
}
.business-page__media-text--dark .business-page__media-text__body p,
.business-page__media-text--dark .business-page__media-text__preamble {
  color: #f4f3f1;
}
.business-page__media-text--dark .slick-dots li button:before {
  color: #f4f3f1;
}

body.business_pages .media-text {
  padding: 4rem 2rem;
  margin: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.business_pages .media-text--none h1, body.business_pages .media-text--none h2, body.business_pages .media-text--none h3, body.business_pages .media-text--none h4, body.business_pages .media-text--none h5, body.business_pages .media-text--none p, body.business_pages .media-text--none li {
  color: #f4f3f1;
}
body.business_pages .media-text--none h2, body.business_pages .media-text--none h3 {
  font-weight: 500 !important;
}
body.business_pages .media-text--none .media-text__button {
  background-color: #f4f3f1;
  color: #3b3c3b;
}
body.business_pages .media-text--white {
  background-color: white;
}
body.business_pages .media-text .container-fluid, body.business_pages .media-text .container-sm, body.business_pages .media-text .container-md, body.business_pages .media-text .container-lg, body.business_pages .media-text .container-xl {
  margin-left: 2rem;
  margin-right: 2rem;
  max-width: 1400px;
  width: 100%;
}
@media (max-width: 991.98px) {
  body.business_pages .media-text .container-fluid, body.business_pages .media-text .container-sm, body.business_pages .media-text .container-md, body.business_pages .media-text .container-lg, body.business_pages .media-text .container-xl {
    margin-right: 24px;
    margin-left: 24px;
  }
}
body.business_pages .media-text__inner {
  gap: 3rem;
}
body.business_pages .media-text .media-text__image-wrapper {
  border-radius: 8px;
  overflow: hidden;
}
body.business_pages .media-text .media-text__image-wrapper, body.business_pages .media-text .media-text__content {
  width: 50%;
}
body.business_pages .media-text .media-text__content {
  padding-left: 0;
}

.business-page__section-intro {
  padding: 4rem 2rem;
  padding-bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.business-page__section-intro__inner {
  margin-left: 2rem;
  margin-right: 2rem;
  max-width: 1400px;
  max-width: 1400px;
  width: 100%;
  gap: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991.98px) {
  .business-page__section-intro__inner {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media (max-width: 991.98px) {
  .business-page__section-intro__inner {
    flex-direction: column;
  }
}
.business-page__section-intro__overline {
  margin: 0 0 0.75rem;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
  display: inline-block;
  padding-bottom: 0.35rem;
}
.business-page__section-intro__overline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: currentColor;
}
.business-page__section-intro__heading {
  margin: 0 0 1.5rem;
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 500;
  max-width: 70rem;
  text-wrap: balance;
}
@media (max-width: 991.98px) {
  .business-page__section-intro__heading {
    font-size: 1.8rem;
  }
}
.business-page__section-intro__body {
  max-width: 70rem;
  text-wrap: balance;
}
.business-page__section-intro--light {
  background: #fff;
  color: #3b3c3b;
}
.business-page__section-intro--dark {
  background: #343232;
  color: #f4f3f1;
}
.business-page__section-intro--dark .business-page__section-intro__heading,
.business-page__section-intro--dark .business-page__section-intro__overline,
.business-page__section-intro--dark .business-page__section-intro__body p {
  color: #f4f3f1;
}

.business-page__intro {
  margin-left: 2rem;
  margin-right: 2rem;
  max-width: 1400px;
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  gap: 3rem;
  align-items: flex-end;
}
@media (max-width: 991.98px) {
  .business-page__intro {
    margin-right: 24px;
    margin-left: 24px;
  }
}
.business-page__intro__title {
  font-weight: 600;
  font-size: 3.5rem;
  margin: 0;
}
.business-page__intro__title, .business-page__intro__preamble {
  color: #f4f3f1;
  width: 50%;
  text-wrap: balance;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .business-page__intro {
    flex-direction: column;
    margin-top: 0;
    gap: 15px;
  }
  .business-page__intro__title {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .business-page__intro__title, .business-page__intro__preamble {
    width: 100%;
    margin: 0;
  }
}

.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions,
.business-page__menu-solutions__inner {
  max-width: 1400px;
  margin: 2rem;
  background-color: #3b3c3b;
  color: #f4f3f1;
  padding: 0 0 2.5rem 0;
  border-radius: 8px;
  width: 100%;
  flex-wrap: wrap;
  gap: 2.5rem 4rem;
}
@media (max-width: 991.98px) {
  .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions,
.business-page__menu-solutions__inner {
    gap: 15px;
  }
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group {
  opacity: 0.5;
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:hover, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:focus, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:hover, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:focus,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:hover,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:focus,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:hover,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:focus {
  opacity: 1;
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links {
  opacity: 0.5;
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links:hover, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links:focus, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links:hover, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links:focus, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links:hover, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links:focus, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links:hover, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links:focus,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links:hover,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links:focus,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links:hover,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links:focus,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links:hover,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links:focus,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links:hover,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links:focus {
  opacity: 1;
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links:hover .nav-menu-solutions-link, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links:focus .nav-menu-solutions-link, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links:hover .nav-menu-solutions-link, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links:focus .nav-menu-solutions-link, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links:hover .nav-menu-solutions-link, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links:focus .nav-menu-solutions-link, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links:hover .nav-menu-solutions-link, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links:focus .nav-menu-solutions-link,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links:hover .nav-menu-solutions-link,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links:focus .nav-menu-solutions-link,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links:hover .nav-menu-solutions-link,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links:focus .nav-menu-solutions-link,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links:hover .nav-menu-solutions-link,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links:focus .nav-menu-solutions-link,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links:hover .nav-menu-solutions-link,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links:focus .nav-menu-solutions-link {
  opacity: 0.5;
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links:hover .nav-menu-solutions-link:hover, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links:hover .nav-menu-solutions-link:focus, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links:focus .nav-menu-solutions-link:hover, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links:focus .nav-menu-solutions-link:focus, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links:hover .nav-menu-solutions-link:hover, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links:hover .nav-menu-solutions-link:focus, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links:focus .nav-menu-solutions-link:hover, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links:focus .nav-menu-solutions-link:focus, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links:hover .nav-menu-solutions-link:hover, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links:hover .nav-menu-solutions-link:focus, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links:focus .nav-menu-solutions-link:hover, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links:focus .nav-menu-solutions-link:focus, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links:hover .nav-menu-solutions-link:hover, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links:hover .nav-menu-solutions-link:focus, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links:focus .nav-menu-solutions-link:hover, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links:focus .nav-menu-solutions-link:focus,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links:hover .nav-menu-solutions-link:hover,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links:hover .nav-menu-solutions-link:focus,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links:focus .nav-menu-solutions-link:hover,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:hover .nav-menu-solutions-links:focus .nav-menu-solutions-link:focus,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links:hover .nav-menu-solutions-link:hover,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links:hover .nav-menu-solutions-link:focus,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links:focus .nav-menu-solutions-link:hover,
.business-page__menu-solutions__inner:hover .nav-menu-solutions-group:focus .nav-menu-solutions-links:focus .nav-menu-solutions-link:focus,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links:hover .nav-menu-solutions-link:hover,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links:hover .nav-menu-solutions-link:focus,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links:focus .nav-menu-solutions-link:hover,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:hover .nav-menu-solutions-links:focus .nav-menu-solutions-link:focus,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links:hover .nav-menu-solutions-link:hover,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links:hover .nav-menu-solutions-link:focus,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links:focus .nav-menu-solutions-link:hover,
.business-page__menu-solutions__inner:focus .nav-menu-solutions-group:focus .nav-menu-solutions-links:focus .nav-menu-solutions-link:focus {
  opacity: 1 !important;
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions .nav-menu-solutions-group,
.business-page__menu-solutions__inner .nav-menu-solutions-group {
  min-width: 220px;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 991.98px) {
  .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions .nav-menu-solutions-group,
.business-page__menu-solutions__inner .nav-menu-solutions-group {
    gap: 7.5px;
    margin-top: 15px;
  }
  .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions .nav-menu-solutions-group .nav-menu-solutions-link,
.business-page__menu-solutions__inner .nav-menu-solutions-group .nav-menu-solutions-link {
    gap: 0;
  }
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions .nav-menu-solutions-heading,
.business-page__menu-solutions__inner .nav-menu-solutions-heading {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 500;
  color: #f4f3f1;
  text-decoration: none;
  opacity: 0.8;
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions .nav-menu-solutions-links,
.business-page__menu-solutions__inner .nav-menu-solutions-links {
  display: grid;
  gap: 1rem;
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions .nav-menu-solutions-link,
.business-page__menu-solutions__inner .nav-menu-solutions-link {
  display: grid;
  gap: 0;
  text-decoration: none;
  color: #f4f3f1;
  transition: color 120ms ease-in-out;
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions .nav-menu-solutions-link__title,
.business-page__menu-solutions__inner .nav-menu-solutions-link__title {
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  flex-direction: row;
  align-content: center;
  gap: 0.25rem;
  color: #f4f3f1;
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions .nav-menu-solutions-link__chevron,
.business-page__menu-solutions__inner .nav-menu-solutions-link__chevron {
  background-image: url("../images/material-chevron-right-negative.svg");
  width: 24px;
  height: 24px;
  background-size: 100% auto;
  background-position: 50%;
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions .nav-menu-solutions-link__desc,
.business-page__menu-solutions__inner .nav-menu-solutions-link__desc {
  font-size: 0.75rem;
  color: #d0cec3;
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions .nav-menu-solutions-link:hover, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions .nav-menu-solutions-link:focus,
.business-page__menu-solutions__inner .nav-menu-solutions-link:hover,
.business-page__menu-solutions__inner .nav-menu-solutions-link:focus {
  color: #fff;
}
.header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions .nav-menu-solutions-link:hover .nav-menu-solutions-link__chevron, .header .header-main .nav-menu .nav-menu-item .nav-menu-child-flyout .nav-menu-child-container.nav-menu-child-container--solutions .nav-menu-solutions-link:focus .nav-menu-solutions-link__chevron,
.business-page__menu-solutions__inner .nav-menu-solutions-link:hover .nav-menu-solutions-link__chevron,
.business-page__menu-solutions__inner .nav-menu-solutions-link:focus .nav-menu-solutions-link__chevron {
  transform: translateX(2px);
}

.business-page__menu-solutions {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 2rem;
  align-self: stretch;
}
@media (max-width: 991.98px) {
  .business-page__menu-solutions {
    margin: 0 15px;
  }
}
.business-page__menu-solutions__inner {
  margin-left: 2rem;
  margin-right: 2rem;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 1.5rem;
  justify-content: flex-start;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .business-page__menu-solutions__inner {
    margin-right: 24px;
    margin-left: 24px;
  }
}
.business-page__menu-solutions .nav-menu-child-container--solutions {
  width: 100%;
  border-radius: 8px;
  padding: 2rem 0;
}
@media (max-width: 991.98px) {
  .business-page__menu-solutions .nav-menu-child-container--solutions {
    padding: 0;
  }
}
.business-page__menu-solutions--light {
  background: #fff;
  color: #3b3c3b;
}
.business-page__menu-solutions--light .nav-menu-child-container--solutions {
  background: #fff;
  color: #3b3c3b;
}
.business-page__menu-solutions--light .nav-menu-solutions-heading,
.business-page__menu-solutions--light .nav-menu-solutions-link {
  color: #3b3c3b;
}
.business-page__menu-solutions--light .nav-menu-solutions-link__chevron {
  border-color: #3b3c3b;
}
.business-page__menu-solutions--light .nav-menu-solutions-link__desc {
  color: #3b3c3b;
  opacity: 0.8;
}
.business-page__menu-solutions--dark {
  background: #3b3c3b;
  color: #f4f3f1;
}
.business-page__menu-solutions--dark .nav-menu-child-container--solutions {
  color: #f4f3f1;
}
.business-page__menu-solutions--dark .nav-menu-solutions-heading,
.business-page__menu-solutions--dark .nav-menu-solutions-link {
  color: #f4f3f1;
}
.business-page__menu-solutions--dark .nav-menu-solutions-link__chevron {
  border-color: #f4f3f1;
}

.business-page__contact-split {
  padding: 4rem 2rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 2rem;
}
@media (max-width: 991.98px) {
  .business-page__contact-split {
    padding-top: 0;
  }
}
.business-page__contact-split__inner {
  margin-left: 2rem;
  margin-right: 2rem;
  max-width: 1400px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
}
@media (max-width: 991.98px) {
  .business-page__contact-split__inner {
    margin-right: 24px;
    margin-left: 24px;
  }
}
@media (max-width: 991.98px) {
  .business-page__contact-split__inner {
    grid-template-columns: 1fr;
  }
}
.business-page__contact-split__card {
  background: #d0cec3;
  border-radius: 8px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}
.business-page__contact-split__eyebrow {
  margin: 0;
  font-weight: 500;
  color: #3b3c3b;
  font-size: 1.4rem;
}
@media (max-width: 991.98px) {
  .business-page__contact-split__eyebrow {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
.business-page__contact-split__middle {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media (max-width: 991.98px) {
  .business-page__contact-split__middle {
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
}
.business-page__contact-split__avatar {
  margin: 0;
  width: 200px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .business-page__contact-split__avatar {
    width: 72px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.business-page__contact-split__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.business-page__contact-split__name {
  margin: 0.5rem 0 0;
  font-size: 2rem;
  font-weight: 600;
  color: #3b3c3b;
}
@media (max-width: 991.98px) {
  .business-page__contact-split__name {
    font-size: 1.4rem;
  }
}
.business-page__contact-split__title {
  margin: 0;
  color: #3b3c3b;
  font-size: 1.1rem;
}
.business-page__contact-split__contact {
  display: grid;
  gap: 0.5rem;
}
@media (max-width: 991.98px) {
  .business-page__contact-split__contact {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }
}
.business-page__contact-split__contact .icon--phone,
.business-page__contact-split__contact .icon--email {
  width: 20px;
  height: 20px;
  margin-right: 0.5rem;
}
@media (max-width: 991.98px) {
  .business-page__contact-split__contact .icon--phone,
.business-page__contact-split__contact .icon--email {
    margin-right: 0.25rem !important;
  }
}
.business-page__contact-split__link {
  display: inline-flex;
  align-items: center;
  color: #3b3c3b;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .business-page__contact-split__link {
    gap: 0;
  }
}
.business-page__contact-split__link:hover, .business-page__contact-split__link:focus {
  text-decoration: underline;
}
.business-page__contact-split__form {
  background: #343232;
  border-radius: 8px;
  padding: 2rem;
}
.business-page__contact-split__form form {
  color: #f4f3f1;
}
.business-page__contact-split__form form .wpcf7-spinner {
  display: none;
}
.business-page__contact-split__form form.wpcf7-form.submitting .wpcf7-spinner {
  display: inline-block;
}
.business-page__contact-split__form form > div {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 1rem 1.25rem;
}
.business-page__contact-split__form form label {
  display: flex;
  flex-direction: column;
  font-size: 0.75rem;
  font-weight: 400;
}
.business-page__contact-split__form form label:last-of-type {
  grid-column: span 2;
}
.business-page__contact-split__form form p {
  margin: 0;
  display: contents;
}
.business-page__contact-split__form form .wpcf7-form-control-wrap {
  display: contents;
}
.business-page__contact-split__form form textarea.wpcf7-form-control {
  grid-column: 1/-1;
  min-height: 180px;
}
.business-page__contact-split__form form input, .business-page__contact-split__form form textarea {
  margin: 0.25rem 0 0;
  font-size: 1rem;
  background-color: #3b3c3b;
  color: #f4f3f1;
  border: none;
  padding: 0.5rem;
}
.business-page__contact-split__form form input[type=submit] {
  grid-column: 2;
  grid-row: 4;
  justify-self: end;
}
.business-page__contact-split__form input[type=submit] {
  font-weight: 600;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  grid-area: button;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  margin-top: 0.75rem;
  background-color: #d0cec3;
  text-align: center;
  color: #3b3c3b;
  border-radius: 999em;
  border: none;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  text-underline-offset: 3px;
  font-size: 1rem;
  outline: 0;
  transition: background-color 0.25s ease-in-out;
}
.business-page__contact-split__form input[type=submit] span {
  transition: transform 0.25s ease-in-out;
}
.business-page__contact-split__form input[type=submit]:hover, .business-page__contact-split__form input[type=submit]:focus {
  background-color: #f4f3f1;
}
.business-page__contact-split__form input[type=submit]:hover span, .business-page__contact-split__form input[type=submit]:focus span {
  transform: translateX(5%);
}
.business-page__contact-split .icon--phone,
.business-page__contact-split .icon--chevron,
.business-page__contact-split .icon--email {
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("../images/material-icons-phone-dark.svg");
  background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
.business-page__contact-split .icon--chevron {
  background-image: url("../images/material-chevron-right-negative.svg");
}
.business-page__contact-split .icon--email {
  background-image: url("../images/material-icons-email-dark.svg");
}
.business-page__contact-split--light {
  background: #fff;
}
.business-page__contact-split--dark .business-page__contact-split__card {
  background: #d0cec3;
}
.business-page__contact-split--dark .business-page__contact-split__form {
  background: #343232;
}

@media (max-width: 991.98px) {
  body.business_pages .header .header-main .nav-menu {
    background-color: #3b3c3b;
  }
  body.business_pages .header .header-main .nav-menu .nav-menu-item {
    border: none !important;
  }
  body.business_pages .header .header-main .nav-menu .nav-menu-item.folded {
    background-color: #343232;
  }
  body.business_pages .header .header-main .nav-menu .nav-menu-item .nav-menu-link, body.business_pages .header .header-main .nav-menu .nav-menu-item .nav-menu-link > a {
    font-size: 1rem;
    font-weight: 600;
  }
  body.business_pages .header .nav-menu-child-flyout {
    background: transparent !important;
  }
  body.business_pages .nav-menu-child-container--solutions {
    grid-template-columns: 1fr !important;
    background: transparent !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 15px;
  }
  body.business_pages .nav-menu-child-container--solutions .nav-menu-solutions-group {
    min-width: 0;
    max-width: none;
    width: 50%;
  }
  body.business_pages .nav-menu-child-container--solutions .nav-menu-solutions-links {
    gap: 5px;
  }
  body.business_pages .nav-menu-child-container--solutions .nav-menu-solutions-link__desc {
    display: none;
  }
  body.business_pages .business-page__intro {
    margin: 15px;
    width: calc(100% - 30px);
    gap: 15px;
  }
  body.business_pages .logo-marquee {
    margin: 0 15px 3rem;
    padding: 1.5rem 0 0;
  }
  body.business_pages .business-page__media-text {
    padding: 3rem 15px;
  }
  body.business_pages .business-page__media-text__inner {
    gap: 15px;
  }
  body.business_pages .business-page__media-text__content h2 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  body.business_pages .business-page__media-text__content h3 {
    font-size: 1.2rem;
  }
  body.business_pages .business-page__media-text__content .business-page__media-text__preamble {
    font-size: 1.1rem;
  }
  body.business_pages .business-page__media-text__content .business-page__media-text__body.business-page__media-text__body--columns {
    display: block;
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 15px;
         column-gap: 15px;
    overflow: visible;
  }
  body.business_pages .media-text {
    padding: 15px;
  }
  body.business_pages .media-text .container-fluid, body.business_pages .media-text .container-sm, body.business_pages .media-text .container-md, body.business_pages .media-text .container-lg, body.business_pages .media-text .container-xl {
    padding: 0;
  }
  body.business_pages .media-text .media-text__image-wrapper, body.business_pages .media-text .media-text__content {
    width: 100%;
  }
  body.business_pages .business-page__section-intro {
    padding: 3rem 15px 0;
  }
  body.business_pages .business-page__section-intro__inner {
    gap: 15px;
  }
  body.business_pages .business-page__contact-split {
    padding: 15px 15px;
    margin: 0 15px;
  }
  body.business_pages .business-page__contact-split__inner {
    gap: 15px;
  }
  body.business_pages .business-page__contact-split__card, body.business_pages .business-page__contact-split__form {
    padding: 15px;
  }
  body.business_pages .business-page__contact-split__form form > div {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    width: 100%;
    min-width: 0;
  }
  body.business_pages .business-page__contact-split__form form input[type=submit] {
    grid-column: 1;
    grid-row: auto;
    justify-self: stretch;
    width: 100%;
    margin-top: 0.5rem;
  }
  body.business_pages .business-page__contact-split__form form textarea.wpcf7-form-control {
    min-height: 140px;
  }
  body.business_pages .business-page__contact-split__form form label,
body.business_pages .business-page__contact-split__form form .wpcf7-form-control-wrap {
    width: 100%;
  }
  body.business_pages .business-page__contact-split__form form input,
body.business_pages .business-page__contact-split__form form textarea {
    width: 100%;
    box-sizing: border-box;
  }
}