@import url(https://fonts.googleapis.com/css?family=Heebo:300,400,800&display=swap);@charset "UTF-8";
/*$custom-select-padding-y: $input-padding-y;
$custom-select-padding-x: $input-padding-x;
$custom-select-focus-border-color: $input-focus-border-color;
$custom-select-focus-box-shadow: $input-focus-box-shadow;

$custom-select-disabled-color: $input-disabled-color;
$custom-select-disabled-bg: $input-disabled-color;*/
/** ====================================================================================================================
*
*   Transitions
*
==================================================================================================================== **/
*,
*::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: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.59;
  color: #151515;
  text-align: left;
  background-color: #FFF;
}

[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: 1rem;
}

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

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

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

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

dt {
  font-weight: 800;
}

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: #151515;
  text-decoration: underline;
  background-color: transparent;
}
a:hover {
  color: #e2cb2d;
  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: #3c3c3c;
  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-family: "Heebo", sans-serif;
  font-weight: 800;
  line-height: 1.36;
}

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #151515;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFF;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  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;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  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: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1304px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

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

.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: 0.75rem;
  padding-left: 0.75rem;
}

.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: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.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: #151515;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #efefef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #efefef;
}
.table tbody + tbody {
  border-top: 2px solid #efefef;
}

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fff8c7;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #fff297;
}

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

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

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

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

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

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #fff8c7;
}
.table-yellow th,
.table-yellow td,
.table-yellow thead th,
.table-yellow tbody + tbody {
  border-color: #fff297;
}

.table-hover .table-yellow:hover {
  background-color: #fff5ae;
}
.table-hover .table-yellow:hover > td,
.table-hover .table-yellow:hover > th {
  background-color: #fff5ae;
}

.table-yellow-tint,
.table-yellow-tint > th,
.table-yellow-tint > td {
  background-color: #fffdee;
}
.table-yellow-tint th,
.table-yellow-tint td,
.table-yellow-tint thead th,
.table-yellow-tint tbody + tbody {
  border-color: #fffbe0;
}

.table-hover .table-yellow-tint:hover {
  background-color: #fffad5;
}
.table-hover .table-yellow-tint:hover > td,
.table-hover .table-yellow-tint:hover > th {
  background-color: #fffad5;
}

.table-yellow-shade,
.table-yellow-shade > th,
.table-yellow-shade > td {
  background-color: #f7f0c4;
}
.table-yellow-shade th,
.table-yellow-shade td,
.table-yellow-shade thead th,
.table-yellow-shade tbody + tbody {
  border-color: #f0e492;
}

.table-hover .table-yellow-shade:hover {
  background-color: #f4eaae;
}
.table-hover .table-yellow-shade:hover > td,
.table-hover .table-yellow-shade:hover > th {
  background-color: #f4eaae;
}

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #f6e4fb;
}
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #eecdf8;
}

.table-hover .table-purple:hover {
  background-color: #efcef8;
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #efcef8;
}

.table-purple-tint,
.table-purple-tint > th,
.table-purple-tint > td {
  background-color: #fcf5fe;
}
.table-purple-tint th,
.table-purple-tint td,
.table-purple-tint thead th,
.table-purple-tint tbody + tbody {
  border-color: #faecfe;
}

.table-hover .table-purple-tint:hover {
  background-color: #f5defc;
}
.table-hover .table-purple-tint:hover > td,
.table-hover .table-purple-tint:hover > th {
  background-color: #f5defc;
}

.table-purple-shade,
.table-purple-shade > th,
.table-purple-shade > td {
  background-color: #e6d7ea;
}
.table-purple-shade th,
.table-purple-shade td,
.table-purple-shade thead th,
.table-purple-shade tbody + tbody {
  border-color: #d0b5d9;
}

.table-hover .table-purple-shade:hover {
  background-color: #dcc6e1;
}
.table-hover .table-purple-shade:hover > td,
.table-hover .table-purple-shade:hover > th {
  background-color: #dcc6e1;
}

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #dff4fb;
}
.table-blue th,
.table-blue td,
.table-blue thead th,
.table-blue tbody + tbody {
  border-color: #c3eaf8;
}

.table-hover .table-blue:hover {
  background-color: #c8ecf8;
}
.table-hover .table-blue:hover > td,
.table-hover .table-blue:hover > th {
  background-color: #c8ecf8;
}

.table-blue-tint,
.table-blue-tint > th,
.table-blue-tint > td {
  background-color: #f3fcff;
}
.table-blue-tint th,
.table-blue-tint td,
.table-blue-tint thead th,
.table-blue-tint tbody + tbody {
  border-color: #e9f9ff;
}

.table-hover .table-blue-tint:hover {
  background-color: #daf6ff;
}
.table-hover .table-blue-tint:hover > td,
.table-hover .table-blue-tint:hover > th {
  background-color: #daf6ff;
}

.table-blue-shade,
.table-blue-shade > th,
.table-blue-shade > td {
  background-color: #d6e7ee;
}
.table-blue-shade th,
.table-blue-shade td,
.table-blue-shade thead th,
.table-blue-shade tbody + tbody {
  border-color: #b4d3df;
}

.table-hover .table-blue-shade:hover {
  background-color: #c4dce7;
}
.table-hover .table-blue-shade:hover > td,
.table-hover .table-blue-shade:hover > th {
  background-color: #c4dce7;
}

.table-red,
.table-red > th,
.table-red > td {
  background-color: #fedcd1;
}
.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #fdbea9;
}

.table-hover .table-red:hover {
  background-color: #fdc9b8;
}
.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: #fdc9b8;
}

.table-red-tint,
.table-red-tint > th,
.table-red-tint > td {
  background-color: #fff5f2;
}
.table-red-tint th,
.table-red-tint td,
.table-red-tint thead th,
.table-red-tint tbody + tbody {
  border-color: #ffede8;
}

.table-hover .table-red-tint:hover {
  background-color: #ffe1d9;
}
.table-hover .table-red-tint:hover > td,
.table-hover .table-red-tint:hover > th {
  background-color: #ffe1d9;
}

.table-red-shade,
.table-red-shade > th,
.table-red-shade > td {
  background-color: #efd4cb;
}
.table-red-shade th,
.table-red-shade td,
.table-red-shade thead th,
.table-red-shade tbody + tbody {
  border-color: #e1af9e;
}

.table-hover .table-red-shade:hover {
  background-color: #e9c4b8;
}
.table-hover .table-red-shade:hover > td,
.table-hover .table-red-shade:hover > th {
  background-color: #e9c4b8;
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: #d6f5e5;
}
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #b4eccf;
}

.table-hover .table-green:hover {
  background-color: #c2f0d8;
}
.table-hover .table-green:hover > td,
.table-hover .table-green:hover > th {
  background-color: #c2f0d8;
}

.table-green-tint,
.table-green-tint > th,
.table-green-tint > td {
  background-color: #f2fff8;
}
.table-green-tint th,
.table-green-tint td,
.table-green-tint thead th,
.table-green-tint tbody + tbody {
  border-color: #e7fff3;
}

.table-hover .table-green-tint:hover {
  background-color: #d9ffea;
}
.table-hover .table-green-tint:hover > td,
.table-hover .table-green-tint:hover > th {
  background-color: #d9ffea;
}

.table-green-shade,
.table-green-shade > th,
.table-green-shade > td {
  background-color: #cee6da;
}
.table-green-shade th,
.table-green-shade td,
.table-green-shade thead th,
.table-green-shade tbody + tbody {
  border-color: #a4d1ba;
}

.table-hover .table-green-shade:hover {
  background-color: #bdddcd;
}
.table-hover .table-green-shade:hover > td,
.table-hover .table-green-shade:hover > th {
  background-color: #bdddcd;
}

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.59em + 1.25rem + 2px);
  padding: 0.625rem 1.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.59;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #151515;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #ababab;
  background-color: #fff;
  border-color: #151515;
  outline: 0;
  box-shadow: 0 0 0 1px #151515;
}
.form-control::-moz-placeholder {
  color: #ababab;
  opacity: 1;
}
.form-control::placeholder {
  color: #ababab;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

.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.625rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.59;
  color: #151515;
  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.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

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

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

.form-row {
  display: 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: #3c3c3c;
}

.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: 0.875em;
  color: #6edaa3;
}

.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.625rem;
  line-height: 1.59;
  color: #3c3c3c;
  background-color: rgba(110, 218, 163, 0.85);
  border-radius: 3px;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #6edaa3;
  padding-right: calc(1.59em + 1.25rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%236edaa3' 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.3975em + 0.3125rem) center;
  background-size: calc(0.795em + 0.625rem) calc(0.795em + 0.625rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #6edaa3;
  box-shadow: 0 0 0 0.2rem rgba(110, 218, 163, 0.25);
}

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #6edaa3;
  padding-right: calc(0.75em + 3.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 1.375rem 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='%236edaa3' 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 2.375rem/calc(0.795em + 0.625rem) calc(0.795em + 0.625rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #6edaa3;
  box-shadow: 0 0 0 0.2rem rgba(110, 218, 163, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #6edaa3;
}
.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: #6edaa3;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #6edaa3;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #97e4bd;
  background-color: #97e4bd;
}
.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(110, 218, 163, 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: #6edaa3;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #6edaa3;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #6edaa3;
  box-shadow: 0 0 0 0.2rem rgba(110, 218, 163, 0.25);
}

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

.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.625rem;
  line-height: 1.59;
  color: #3c3c3c;
  background-color: rgba(251, 130, 89, 0.85);
  border-radius: 3px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #fb8259;
  padding-right: calc(0.75em + 3.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 1.375rem 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='%23fb8259' 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='%23fb8259' stroke='none'/%3e%3c/svg%3e") center right 2.375rem/calc(0.795em + 0.625rem) calc(0.795em + 0.625rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #fb8259;
  box-shadow: 0 0 0 0.2rem rgba(251, 130, 89, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #fb8259;
}
.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: #fb8259;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #fb8259;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fca88b;
  background-color: #fca88b;
}
.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(251, 130, 89, 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: #fb8259;
}

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

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

.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;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    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: #151515;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.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: #3c3c3c;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #2f2f2f;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ffe637;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #ababab;
  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: #3c3c3c;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .thwmscf-wrapper .btn-group > input[type=button], .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button,
.btn-group-vertical > .btn,
.thwmscf-wrapper .btn-group-vertical > input[type=button],
.woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .thwmscf-wrapper .btn-group > input[type=button]:hover, .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button:hover,
.btn-group-vertical > .btn:hover,
.thwmscf-wrapper .btn-group-vertical > input[type=button]:hover,
.woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .thwmscf-wrapper .btn-group > input[type=button]:focus, .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button:focus, .btn-group > .btn:active, .thwmscf-wrapper .btn-group > input[type=button]:active, .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button:active, .btn-group > .btn.active, .thwmscf-wrapper .btn-group > input.active[type=button], .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.active.checkout-button,
.btn-group-vertical > .btn:focus,
.thwmscf-wrapper .btn-group-vertical > input[type=button]:focus,
.woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button:focus,
.btn-group-vertical > .btn:active,
.thwmscf-wrapper .btn-group-vertical > input[type=button]:active,
.woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button:active,
.btn-group-vertical > .btn.active,
.thwmscf-wrapper .btn-group-vertical > input.active[type=button],
.woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.active.checkout-button {
  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), .thwmscf-wrapper .btn-group > input[type=button]:not(:first-child), .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .thwmscf-wrapper .btn-group > input[type=button]:not(:last-child):not(.dropdown-toggle), .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.thwmscf-wrapper .btn-group > .btn-group:not(:last-child) > input[type=button],
.woocommerce-cart .wc-proceed-to-checkout .btn-group > .btn-group:not(:last-child) > a.checkout-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .thwmscf-wrapper .btn-group > input[type=button]:not(:first-child), .woocommerce-cart .wc-proceed-to-checkout .btn-group > a.checkout-button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.thwmscf-wrapper .btn-group > .btn-group:not(:first-child) > input[type=button],
.woocommerce-cart .wc-proceed-to-checkout .btn-group > .btn-group:not(:first-child) > a.checkout-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 1.03125rem;
  padding-left: 1.03125rem;
}
.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, .thwmscf-wrapper .btn-group-sm > input[type=button] + .dropdown-toggle-split, .woocommerce-cart .wc-proceed-to-checkout .btn-group-sm > a.checkout-button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .thwmscf-wrapper .btn-group-lg > input[type=button] + .dropdown-toggle-split, .woocommerce-cart .wc-proceed-to-checkout .btn-group-lg > a.checkout-button + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .thwmscf-wrapper .btn-group-vertical > input[type=button], .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .thwmscf-wrapper .btn-group-vertical > input[type=button]:not(:first-child), .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .thwmscf-wrapper .btn-group-vertical > input[type=button]:not(:last-child):not(.dropdown-toggle), .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.thwmscf-wrapper .btn-group-vertical > .btn-group:not(:last-child) > input[type=button],
.woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > .btn-group:not(:last-child) > a.checkout-button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .thwmscf-wrapper .btn-group-vertical > input[type=button]:not(:first-child), .woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > a.checkout-button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.thwmscf-wrapper .btn-group-vertical > .btn-group:not(:first-child) > input[type=button],
.woocommerce-cart .wc-proceed-to-checkout .btn-group-vertical > .btn-group:not(:first-child) > a.checkout-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .thwmscf-wrapper .btn-group-toggle > input[type=button], .woocommerce-cart .wc-proceed-to-checkout .btn-group-toggle > a.checkout-button,
.btn-group-toggle > .btn-group > .btn,
.thwmscf-wrapper .btn-group-toggle > .btn-group > input[type=button],
.woocommerce-cart .wc-proceed-to-checkout .btn-group-toggle > .btn-group > a.checkout-button {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .thwmscf-wrapper .btn-group-toggle > input[type=button] input[type=radio], .woocommerce-cart .wc-proceed-to-checkout .btn-group-toggle > a.checkout-button input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.thwmscf-wrapper .btn-group-toggle > input[type=button] input[type=checkbox],
.woocommerce-cart .wc-proceed-to-checkout .btn-group-toggle > a.checkout-button input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.thwmscf-wrapper .btn-group-toggle > .btn-group > input[type=button] input[type=radio],
.woocommerce-cart .wc-proceed-to-checkout .btn-group-toggle > .btn-group > a.checkout-button input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.thwmscf-wrapper .btn-group-toggle > .btn-group > input[type=button] input[type=checkbox],
.woocommerce-cart .wc-proceed-to-checkout .btn-group-toggle > .btn-group > a.checkout-button input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

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

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .thwmscf-wrapper input[type=button], .thwmscf-wrapper .input-group-prepend input[type=button], .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend a.checkout-button,
.input-group-append .btn,
.input-group-append .thwmscf-wrapper input[type=button],
.thwmscf-wrapper .input-group-append input[type=button],
.input-group-append .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .input-group-append a.checkout-button {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .thwmscf-wrapper input[type=button]:focus, .thwmscf-wrapper .input-group-prepend input[type=button]:focus, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend a.checkout-button:focus,
.input-group-append .btn:focus,
.input-group-append .thwmscf-wrapper input[type=button]:focus,
.thwmscf-wrapper .input-group-append input[type=button]:focus,
.input-group-append .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout .input-group-append a.checkout-button:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .thwmscf-wrapper input[type=button] + .btn, .thwmscf-wrapper .input-group-prepend input[type=button] + .btn, .input-group-prepend .thwmscf-wrapper .btn + input[type=button], .thwmscf-wrapper .input-group-prepend .btn + input[type=button], .input-group-prepend .thwmscf-wrapper input[type=button] + input[type=button], .thwmscf-wrapper .input-group-prepend input[type=button] + input[type=button], .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .btn, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout .thwmscf-wrapper a.checkout-button + input[type=button], .thwmscf-wrapper .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + input[type=button], .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend a.checkout-button + .btn, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend .thwmscf-wrapper a.checkout-button + input[type=button], .thwmscf-wrapper .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend a.checkout-button + input[type=button], .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout .btn + a.checkout-button, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout .thwmscf-wrapper input[type=button] + a.checkout-button, .thwmscf-wrapper .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout input[type=button] + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend .btn + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend .thwmscf-wrapper input[type=button] + a.checkout-button, .thwmscf-wrapper .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend input[type=button] + a.checkout-button, .input-group-prepend .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .input-group-prepend a.checkout-button + a.checkout-button,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .thwmscf-wrapper input[type=button] + .input-group-text,
.thwmscf-wrapper .input-group-prepend input[type=button] + .input-group-text,
.input-group-prepend .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .input-group-text,
.woocommerce-cart .wc-proceed-to-checkout .input-group-prepend a.checkout-button + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .thwmscf-wrapper .input-group-text + input[type=button],
.thwmscf-wrapper .input-group-prepend .input-group-text + input[type=button],
.input-group-prepend .woocommerce-cart .wc-proceed-to-checkout .input-group-text + a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .input-group-prepend .input-group-text + a.checkout-button,
.input-group-append .btn + .btn,
.input-group-append .thwmscf-wrapper input[type=button] + .btn,
.thwmscf-wrapper .input-group-append input[type=button] + .btn,
.input-group-append .thwmscf-wrapper .btn + input[type=button],
.thwmscf-wrapper .input-group-append .btn + input[type=button],
.input-group-append .thwmscf-wrapper input[type=button] + input[type=button],
.thwmscf-wrapper .input-group-append input[type=button] + input[type=button],
.input-group-append .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .btn,
.input-group-append .woocommerce-cart .wc-proceed-to-checkout .thwmscf-wrapper a.checkout-button + input[type=button],
.thwmscf-wrapper .input-group-append .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + input[type=button],
.woocommerce-cart .wc-proceed-to-checkout .input-group-append a.checkout-button + .btn,
.woocommerce-cart .wc-proceed-to-checkout .input-group-append .thwmscf-wrapper a.checkout-button + input[type=button],
.thwmscf-wrapper .woocommerce-cart .wc-proceed-to-checkout .input-group-append a.checkout-button + input[type=button],
.input-group-append .woocommerce-cart .wc-proceed-to-checkout .btn + a.checkout-button,
.input-group-append .woocommerce-cart .wc-proceed-to-checkout .thwmscf-wrapper input[type=button] + a.checkout-button,
.thwmscf-wrapper .input-group-append .woocommerce-cart .wc-proceed-to-checkout input[type=button] + a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .input-group-append .btn + a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .input-group-append .thwmscf-wrapper input[type=button] + a.checkout-button,
.thwmscf-wrapper .woocommerce-cart .wc-proceed-to-checkout .input-group-append input[type=button] + a.checkout-button,
.input-group-append .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .input-group-append a.checkout-button + a.checkout-button,
.input-group-append .btn + .input-group-text,
.input-group-append .thwmscf-wrapper input[type=button] + .input-group-text,
.thwmscf-wrapper .input-group-append input[type=button] + .input-group-text,
.input-group-append .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .input-group-text,
.woocommerce-cart .wc-proceed-to-checkout .input-group-append a.checkout-button + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .thwmscf-wrapper .input-group-text + input[type=button],
.thwmscf-wrapper .input-group-append .input-group-text + input[type=button],
.input-group-append .woocommerce-cart .wc-proceed-to-checkout .input-group-text + a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .input-group-append .input-group-text + a.checkout-button {
  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.625rem 1.375rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.59;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #151515;
  border-radius: 3px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.thwmscf-wrapper .input-group-lg > .input-group-prepend > input[type=button],
.woocommerce-cart .wc-proceed-to-checkout .input-group-lg > .input-group-prepend > a.checkout-button,
.input-group-lg > .input-group-append > .btn,
.thwmscf-wrapper .input-group-lg > .input-group-append > input[type=button],
.woocommerce-cart .wc-proceed-to-checkout .input-group-lg > .input-group-append > a.checkout-button {
  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 > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.thwmscf-wrapper .input-group-sm > .input-group-prepend > input[type=button],
.woocommerce-cart .wc-proceed-to-checkout .input-group-sm > .input-group-prepend > a.checkout-button,
.input-group-sm > .input-group-append > .btn,
.thwmscf-wrapper .input-group-sm > .input-group-append > input[type=button],
.woocommerce-cart .wc-proceed-to-checkout .input-group-sm > .input-group-append > a.checkout-button {
  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: 2.375rem;
}

.input-group > .input-group-prepend > .btn, .thwmscf-wrapper .input-group > .input-group-prepend > input[type=button], .woocommerce-cart .wc-proceed-to-checkout .input-group > .input-group-prepend > a.checkout-button,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.thwmscf-wrapper .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type=button],
.woocommerce-cart .wc-proceed-to-checkout .input-group:not(.has-validation) > .input-group-append:not(:last-child) > a.checkout-button,
.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,
.thwmscf-wrapper .input-group.has-validation > .input-group-append:nth-last-child(n+3) > input[type=button],
.woocommerce-cart .wc-proceed-to-checkout .input-group.has-validation > .input-group-append:nth-last-child(n+3) > a.checkout-button,
.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),
.thwmscf-wrapper .input-group > .input-group-append:last-child > input[type=button]:not(:last-child):not(.dropdown-toggle),
.woocommerce-cart .wc-proceed-to-checkout .input-group > .input-group-append:last-child > a.checkout-button: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, .thwmscf-wrapper .input-group > .input-group-append > input[type=button], .woocommerce-cart .wc-proceed-to-checkout .input-group > .input-group-append > a.checkout-button,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.thwmscf-wrapper .input-group > .input-group-prepend:not(:first-child) > input[type=button],
.woocommerce-cart .wc-proceed-to-checkout .input-group > .input-group-prepend:not(:first-child) > a.checkout-button,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.thwmscf-wrapper .input-group > .input-group-prepend:first-child > input[type=button]:not(:first-child),
.woocommerce-cart .wc-proceed-to-checkout .input-group > .input-group-prepend:first-child > a.checkout-button: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.59rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.295rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ffe637;
  background-color: #ffe637;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #151515;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #151515;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #fffcea;
  border-color: #fffcea;
}
.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.295rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #ababab;
}
.custom-control-label::after {
  position: absolute;
  top: 0.295rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

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

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

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.295rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #ababab;
  border-radius: 0.5rem;
  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.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 230, 55, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.59em + 1.25rem + 2px);
  padding: 0.625rem 2.375rem 0.625rem 1.375rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.59;
  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 1.375rem center/8px 10px no-repeat;
  border: 1px solid #151515;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #151515;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 230, 55, 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: 1.375rem;
  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.59em + 1.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.59em + 1.25rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #151515;
  box-shadow: 0 0 0 1px #151515;
}
.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.59em + 1.25rem + 2px);
  padding: 0.625rem 1.375rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.59;
  color: #495057;
  background-color: #fff;
  border: 1px solid #151515;
  border-radius: 3px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.59em + 1.25rem);
  padding: 0.625rem 1.375rem;
  line-height: 1.59;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 3px 3px 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 #FFF, 0 0 0 1px #151515;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFF, 0 0 0 1px #151515;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFF, 0 0 0 1px #151515;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #ffe637;
  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: #fffcea;
}
.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: #ffe637;
  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: #fffcea;
}
.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: #ffe637;
  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: #fffcea;
}
.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: #ababab;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #ababab;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #ababab;
}

.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;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #FFF;
  border-color: #dee2e6 #dee2e6 #FFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.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.30125rem;
  padding-bottom: 0.30125rem;
  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: 1.875rem;
}
.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: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.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: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}
.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: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.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: 0 solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 0 0 0 0;
}

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

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

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

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

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

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

.card-group > .card {
  margin-bottom: 0.75rem;
}
@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: 0;
}

.badge {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 1rem;
  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, .thwmscf-wrapper input[type=button] .badge, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
  border-radius: 1rem;
}

.badge-primary {
  color: #3c3c3c;
  background-color: #ffe637;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #3c3c3c;
  background-color: #ffe004;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 230, 55, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #151515;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: black;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(21, 21, 21, 0.5);
}

.badge-light {
  color: #3c3c3c;
  background-color: #efefef;
}
a.badge-light:hover, a.badge-light:focus {
  color: #3c3c3c;
  background-color: #d6d6d6;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(239, 239, 239, 0.5);
}

.badge-yellow {
  color: #3c3c3c;
  background-color: #ffe637;
}
a.badge-yellow:hover, a.badge-yellow:focus {
  color: #3c3c3c;
  background-color: #ffe004;
}
a.badge-yellow:focus, a.badge-yellow.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 230, 55, 0.5);
}

.badge-yellow-tint {
  color: #3c3c3c;
  background-color: #fff8c4;
}
a.badge-yellow-tint:hover, a.badge-yellow-tint:focus {
  color: #3c3c3c;
  background-color: #fff291;
}
a.badge-yellow-tint:focus, a.badge-yellow-tint.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 248, 196, 0.5);
}

.badge-yellow-shade {
  color: #3c3c3c;
  background-color: #e2cb2d;
}
a.badge-yellow-shade:hover, a.badge-yellow-shade:focus {
  color: #3c3c3c;
  background-color: #c1ac1b;
}
a.badge-yellow-shade:focus, a.badge-yellow-shade.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(226, 203, 45, 0.5);
}

.badge-purple {
  color: #3c3c3c;
  background-color: #df9ef2;
}
a.badge-purple:hover, a.badge-purple:focus {
  color: #3c3c3c;
  background-color: #d071ec;
}
a.badge-purple:focus, a.badge-purple.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(223, 158, 242, 0.5);
}

.badge-purple-tint {
  color: #3c3c3c;
  background-color: #f5dbfd;
}
a.badge-purple-tint:hover, a.badge-purple-tint:focus {
  color: #3c3c3c;
  background-color: #e8abfa;
}
a.badge-purple-tint:focus, a.badge-purple-tint.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(245, 219, 253, 0.5);
}

.badge-purple-shade {
  color: #fff;
  background-color: #a571b5;
}
a.badge-purple-shade:hover, a.badge-purple-shade:focus {
  color: #fff;
  background-color: #8e53a0;
}
a.badge-purple-shade:focus, a.badge-purple-shade.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(165, 113, 181, 0.5);
}

.badge-blue {
  color: #3c3c3c;
  background-color: #8cd7f2;
}
a.badge-blue:hover, a.badge-blue:focus {
  color: #3c3c3c;
  background-color: #5ec7ed;
}
a.badge-blue:focus, a.badge-blue.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(140, 215, 242, 0.5);
}

.badge-blue-tint {
  color: #3c3c3c;
  background-color: #d5f4ff;
}
a.badge-blue-tint:hover, a.badge-blue-tint:focus {
  color: #3c3c3c;
  background-color: #a2e7ff;
}
a.badge-blue-tint:focus, a.badge-blue-tint.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(213, 244, 255, 0.5);
}

.badge-blue-shade {
  color: #3c3c3c;
  background-color: #6eabc2;
}
a.badge-blue-shade:hover, a.badge-blue-shade:focus {
  color: #3c3c3c;
  background-color: #4b96b2;
}
a.badge-blue-shade:focus, a.badge-blue-shade.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(110, 171, 194, 0.5);
}

.badge-red {
  color: #3c3c3c;
  background-color: #fb8259;
}
a.badge-red:hover, a.badge-red:focus {
  color: #3c3c3c;
  background-color: #fa5d27;
}
a.badge-red:focus, a.badge-red.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(251, 130, 89, 0.5);
}

.badge-red-tint {
  color: #3c3c3c;
  background-color: #ffddd2;
}
a.badge-red-tint:hover, a.badge-red-tint:focus {
  color: #3c3c3c;
  background-color: #ffb69f;
}
a.badge-red-tint:focus, a.badge-red-tint.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 221, 210, 0.5);
}

.badge-red-shade {
  color: #fff;
  background-color: #c56545;
}
a.badge-red-shade:hover, a.badge-red-shade:focus {
  color: #fff;
  background-color: #a44f33;
}
a.badge-red-shade:focus, a.badge-red-shade.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(197, 101, 69, 0.5);
}

.badge-green {
  color: #3c3c3c;
  background-color: #6edaa3;
}
a.badge-green:hover, a.badge-green:focus {
  color: #3c3c3c;
  background-color: #45d089;
}
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(110, 218, 163, 0.5);
}

.badge-green-tint {
  color: #3c3c3c;
  background-color: #d0ffe7;
}
a.badge-green-tint:hover, a.badge-green-tint:focus {
  color: #3c3c3c;
  background-color: #9dffcd;
}
a.badge-green-tint:focus, a.badge-green-tint.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(208, 255, 231, 0.5);
}

.badge-green-shade {
  color: #fff;
  background-color: #50a67b;
}
a.badge-green-shade:hover, a.badge-green-shade:focus {
  color: #fff;
  background-color: #3f8462;
}
a.badge-green-shade:focus, a.badge-green-shade.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(80, 166, 123, 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: 3px;
}

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #85781d;
  background-color: #fffad7;
  border-color: #fff8c7;
}
.alert-primary hr {
  border-top-color: #fff5ae;
}
.alert-primary .alert-link {
  color: #5b5214;
}

.alert-secondary {
  color: #0b0b0b;
  background-color: #d0d0d0;
  border-color: #bdbdbd;
}
.alert-secondary hr {
  border-top-color: #b0b0b0;
}
.alert-secondary .alert-link {
  color: black;
}

.alert-light {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.alert-light hr {
  border-top-color: #eeeeee;
}
.alert-light .alert-link {
  color: #636363;
}

.alert-yellow {
  color: #85781d;
  background-color: #fffad7;
  border-color: #fff8c7;
}
.alert-yellow hr {
  border-top-color: #fff5ae;
}
.alert-yellow .alert-link {
  color: #5b5214;
}

.alert-yellow-tint {
  color: #858166;
  background-color: #fffef3;
  border-color: #fffdee;
}
.alert-yellow-tint hr {
  border-top-color: #fffad5;
}
.alert-yellow-tint .alert-link {
  color: #686550;
}

.alert-yellow-shade {
  color: #766a17;
  background-color: #f9f5d5;
  border-color: #f7f0c4;
}
.alert-yellow-shade hr {
  border-top-color: #f4eaae;
}
.alert-yellow-shade .alert-link {
  color: #4b440f;
}

.alert-purple {
  color: #74527e;
  background-color: #f9ecfc;
  border-color: #f6e4fb;
}
.alert-purple hr {
  border-top-color: #efcef8;
}
.alert-purple .alert-link {
  color: #583e5f;
}

.alert-purple-tint {
  color: #7f7284;
  background-color: #fdf8ff;
  border-color: #fcf5fe;
}
.alert-purple-tint hr {
  border-top-color: #f5defc;
}
.alert-purple-tint .alert-link {
  color: #655a69;
}

.alert-purple-shade {
  color: #563b5e;
  background-color: #ede3f0;
  border-color: #e6d7ea;
}
.alert-purple-shade hr {
  border-top-color: #dcc6e1;
}
.alert-purple-shade .alert-link {
  color: #39273f;
}

.alert-blue {
  color: #49707e;
  background-color: #e8f7fc;
  border-color: #dff4fb;
}
.alert-blue hr {
  border-top-color: #c8ecf8;
}
.alert-blue .alert-link {
  color: #36535e;
}

.alert-blue-tint {
  color: #6f7f85;
  background-color: #f7fdff;
  border-color: #f3fcff;
}
.alert-blue-tint hr {
  border-top-color: #daf6ff;
}
.alert-blue-tint .alert-link {
  color: #586469;
}

.alert-blue-shade {
  color: #395965;
  background-color: #e2eef3;
  border-color: #d6e7ee;
}
.alert-blue-shade hr {
  border-top-color: #c4dce7;
}
.alert-blue-shade .alert-link {
  color: #273c44;
}

.alert-red {
  color: #83442e;
  background-color: #fee6de;
  border-color: #fedcd1;
}
.alert-red hr {
  border-top-color: #fdc9b8;
}
.alert-red .alert-link {
  color: #5d3021;
}

.alert-red-tint {
  color: #85736d;
  background-color: #fff8f6;
  border-color: #fff5f2;
}
.alert-red-tint hr {
  border-top-color: #ffe1d9;
}
.alert-red-tint .alert-link {
  color: #695b56;
}

.alert-red-shade {
  color: #663524;
  background-color: #f3e0da;
  border-color: #efd4cb;
}
.alert-red-shade hr {
  border-top-color: #e9c4b8;
}
.alert-red-shade .alert-link {
  color: #402117;
}

.alert-green {
  color: #397155;
  background-color: #e2f8ed;
  border-color: #d6f5e5;
}
.alert-green hr {
  border-top-color: #c2f0d8;
}
.alert-green .alert-link {
  color: #284f3c;
}

.alert-green-tint {
  color: #6c8578;
  background-color: #f6fffa;
  border-color: #f2fff8;
}
.alert-green-tint hr {
  border-top-color: #d9ffea;
}
.alert-green-tint .alert-link {
  color: #55695f;
}

.alert-green-shade {
  color: #2a5640;
  background-color: #dcede5;
  border-color: #cee6da;
}
.alert-green-shade hr {
  border-top-color: #bdddcd;
}
.alert-green-shade .alert-link {
  color: #193427;
}

.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: 3px;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1rem;
  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: #ffe637;
  border-color: #ffe637;
}
.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: 3px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 3px;
  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: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 3px;
    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: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 3px;
    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: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 3px;
    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: #85781d;
  background-color: #fff8c7;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #85781d;
  background-color: #fff5ae;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #85781d;
  border-color: #85781d;
}

.list-group-item-secondary {
  color: #0b0b0b;
  background-color: #bdbdbd;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #0b0b0b;
  background-color: #b0b0b0;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #0b0b0b;
  border-color: #0b0b0b;
}

.list-group-item-light {
  color: #7c7c7c;
  background-color: #fbfbfb;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #7c7c7c;
  background-color: #eeeeee;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7c7c7c;
  border-color: #7c7c7c;
}

.list-group-item-yellow {
  color: #85781d;
  background-color: #fff8c7;
}
.list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
  color: #85781d;
  background-color: #fff5ae;
}
.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #85781d;
  border-color: #85781d;
}

.list-group-item-yellow-tint {
  color: #858166;
  background-color: #fffdee;
}
.list-group-item-yellow-tint.list-group-item-action:hover, .list-group-item-yellow-tint.list-group-item-action:focus {
  color: #858166;
  background-color: #fffad5;
}
.list-group-item-yellow-tint.list-group-item-action.active {
  color: #fff;
  background-color: #858166;
  border-color: #858166;
}

.list-group-item-yellow-shade {
  color: #766a17;
  background-color: #f7f0c4;
}
.list-group-item-yellow-shade.list-group-item-action:hover, .list-group-item-yellow-shade.list-group-item-action:focus {
  color: #766a17;
  background-color: #f4eaae;
}
.list-group-item-yellow-shade.list-group-item-action.active {
  color: #fff;
  background-color: #766a17;
  border-color: #766a17;
}

.list-group-item-purple {
  color: #74527e;
  background-color: #f6e4fb;
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #74527e;
  background-color: #efcef8;
}
.list-group-item-purple.list-group-item-action.active {
  color: #fff;
  background-color: #74527e;
  border-color: #74527e;
}

.list-group-item-purple-tint {
  color: #7f7284;
  background-color: #fcf5fe;
}
.list-group-item-purple-tint.list-group-item-action:hover, .list-group-item-purple-tint.list-group-item-action:focus {
  color: #7f7284;
  background-color: #f5defc;
}
.list-group-item-purple-tint.list-group-item-action.active {
  color: #fff;
  background-color: #7f7284;
  border-color: #7f7284;
}

.list-group-item-purple-shade {
  color: #563b5e;
  background-color: #e6d7ea;
}
.list-group-item-purple-shade.list-group-item-action:hover, .list-group-item-purple-shade.list-group-item-action:focus {
  color: #563b5e;
  background-color: #dcc6e1;
}
.list-group-item-purple-shade.list-group-item-action.active {
  color: #fff;
  background-color: #563b5e;
  border-color: #563b5e;
}

.list-group-item-blue {
  color: #49707e;
  background-color: #dff4fb;
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #49707e;
  background-color: #c8ecf8;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #49707e;
  border-color: #49707e;
}

.list-group-item-blue-tint {
  color: #6f7f85;
  background-color: #f3fcff;
}
.list-group-item-blue-tint.list-group-item-action:hover, .list-group-item-blue-tint.list-group-item-action:focus {
  color: #6f7f85;
  background-color: #daf6ff;
}
.list-group-item-blue-tint.list-group-item-action.active {
  color: #fff;
  background-color: #6f7f85;
  border-color: #6f7f85;
}

.list-group-item-blue-shade {
  color: #395965;
  background-color: #d6e7ee;
}
.list-group-item-blue-shade.list-group-item-action:hover, .list-group-item-blue-shade.list-group-item-action:focus {
  color: #395965;
  background-color: #c4dce7;
}
.list-group-item-blue-shade.list-group-item-action.active {
  color: #fff;
  background-color: #395965;
  border-color: #395965;
}

.list-group-item-red {
  color: #83442e;
  background-color: #fedcd1;
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #83442e;
  background-color: #fdc9b8;
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #83442e;
  border-color: #83442e;
}

.list-group-item-red-tint {
  color: #85736d;
  background-color: #fff5f2;
}
.list-group-item-red-tint.list-group-item-action:hover, .list-group-item-red-tint.list-group-item-action:focus {
  color: #85736d;
  background-color: #ffe1d9;
}
.list-group-item-red-tint.list-group-item-action.active {
  color: #fff;
  background-color: #85736d;
  border-color: #85736d;
}

.list-group-item-red-shade {
  color: #663524;
  background-color: #efd4cb;
}
.list-group-item-red-shade.list-group-item-action:hover, .list-group-item-red-shade.list-group-item-action:focus {
  color: #663524;
  background-color: #e9c4b8;
}
.list-group-item-red-shade.list-group-item-action.active {
  color: #fff;
  background-color: #663524;
  border-color: #663524;
}

.list-group-item-green {
  color: #397155;
  background-color: #d6f5e5;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #397155;
  background-color: #c2f0d8;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #397155;
  border-color: #397155;
}

.list-group-item-green-tint {
  color: #6c8578;
  background-color: #f2fff8;
}
.list-group-item-green-tint.list-group-item-action:hover, .list-group-item-green-tint.list-group-item-action:focus {
  color: #6c8578;
  background-color: #d9ffea;
}
.list-group-item-green-tint.list-group-item-action.active {
  color: #fff;
  background-color: #6c8578;
  border-color: #6c8578;
}

.list-group-item-green-shade {
  color: #2a5640;
  background-color: #cee6da;
}
.list-group-item-green-shade.list-group-item-action:hover, .list-group-item-green-shade.list-group-item-action:focus {
  color: #2a5640;
  background-color: #bdddcd;
}
.list-group-item-green-shade.list-group-item-action.active {
  color: #fff;
  background-color: #2a5640;
  border-color: #2a5640;
}

.close {
  float: right;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1;
  color: #151515;
  text-shadow: none;
  opacity: 0.5;
}
.close:hover {
  color: #151515;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  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: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.75rem 1rem;
  border-bottom: 0 solid #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 1.75rem 1rem;
  margin: -1.75rem -1rem -1.75rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 0 solid #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.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: 42.1875rem;
    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: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Heebo", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.59;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.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: #151515;
}

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

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

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

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

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

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

.bg-yellow {
  background-color: #ffe637 !important;
}

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

.bg-yellow-tint {
  background-color: #fff8c4 !important;
}

a.bg-yellow-tint:hover, a.bg-yellow-tint:focus,
button.bg-yellow-tint:hover,
button.bg-yellow-tint:focus {
  background-color: #fff291 !important;
}

.bg-yellow-shade {
  background-color: #e2cb2d !important;
}

a.bg-yellow-shade:hover, a.bg-yellow-shade:focus,
button.bg-yellow-shade:hover,
button.bg-yellow-shade:focus {
  background-color: #c1ac1b !important;
}

.bg-purple {
  background-color: #df9ef2 !important;
}

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

.bg-purple-tint {
  background-color: #f5dbfd !important;
}

a.bg-purple-tint:hover, a.bg-purple-tint:focus,
button.bg-purple-tint:hover,
button.bg-purple-tint:focus {
  background-color: #e8abfa !important;
}

.bg-purple-shade {
  background-color: #a571b5 !important;
}

a.bg-purple-shade:hover, a.bg-purple-shade:focus,
button.bg-purple-shade:hover,
button.bg-purple-shade:focus {
  background-color: #8e53a0 !important;
}

.bg-blue {
  background-color: #8cd7f2 !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #5ec7ed !important;
}

.bg-blue-tint {
  background-color: #d5f4ff !important;
}

a.bg-blue-tint:hover, a.bg-blue-tint:focus,
button.bg-blue-tint:hover,
button.bg-blue-tint:focus {
  background-color: #a2e7ff !important;
}

.bg-blue-shade {
  background-color: #6eabc2 !important;
}

a.bg-blue-shade:hover, a.bg-blue-shade:focus,
button.bg-blue-shade:hover,
button.bg-blue-shade:focus {
  background-color: #4b96b2 !important;
}

.bg-red {
  background-color: #fb8259 !important;
}

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

.bg-red-tint {
  background-color: #ffddd2 !important;
}

a.bg-red-tint:hover, a.bg-red-tint:focus,
button.bg-red-tint:hover,
button.bg-red-tint:focus {
  background-color: #ffb69f !important;
}

.bg-red-shade {
  background-color: #c56545 !important;
}

a.bg-red-shade:hover, a.bg-red-shade:focus,
button.bg-red-shade:hover,
button.bg-red-shade:focus {
  background-color: #a44f33 !important;
}

.bg-green {
  background-color: #6edaa3 !important;
}

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

.bg-green-tint {
  background-color: #d0ffe7 !important;
}

a.bg-green-tint:hover, a.bg-green-tint:focus,
button.bg-green-tint:hover,
button.bg-green-tint:focus {
  background-color: #9dffcd !important;
}

.bg-green-shade {
  background-color: #50a67b !important;
}

a.bg-green-shade:hover, a.bg-green-shade:focus,
button.bg-green-shade:hover,
button.bg-green-shade:focus {
  background-color: #3f8462 !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: #ffe637 !important;
}

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

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

.border-yellow {
  border-color: #ffe637 !important;
}

.border-yellow-tint {
  border-color: #fff8c4 !important;
}

.border-yellow-shade {
  border-color: #e2cb2d !important;
}

.border-purple {
  border-color: #df9ef2 !important;
}

.border-purple-tint {
  border-color: #f5dbfd !important;
}

.border-purple-shade {
  border-color: #a571b5 !important;
}

.border-blue {
  border-color: #8cd7f2 !important;
}

.border-blue-tint {
  border-color: #d5f4ff !important;
}

.border-blue-shade {
  border-color: #6eabc2 !important;
}

.border-red {
  border-color: #fb8259 !important;
}

.border-red-tint {
  border-color: #ffddd2 !important;
}

.border-red-shade {
  border-color: #c56545 !important;
}

.border-green {
  border-color: #6edaa3 !important;
}

.border-green-tint {
  border-color: #d0ffe7 !important;
}

.border-green-shade {
  border-color: #50a67b !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.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: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.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: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 3.25rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3.25rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3.25rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3.25rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3.25rem !important;
  }
  .m-sm-7 {
    margin: 3.75rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3.75rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3.75rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3.75rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 3.25rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3.25rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3.25rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3.25rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3.25rem !important;
  }
  .p-sm-7 {
    padding: 3.75rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3.75rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3.75rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3.75rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -3.25rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -3.25rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -3.25rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -3.25rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -3.25rem !important;
  }
  .m-sm-n7 {
    margin: -3.75rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -3.75rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -3.75rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -3.75rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -3.75rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 3.25rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 3.25rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 3.25rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3.25rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 3.25rem !important;
  }
  .m-md-7 {
    margin: 3.75rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3.75rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3.75rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3.75rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3.75rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 3.25rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 3.25rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 3.25rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3.25rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 3.25rem !important;
  }
  .p-md-7 {
    padding: 3.75rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3.75rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3.75rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3.75rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3.75rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -3.25rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -3.25rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -3.25rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -3.25rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -3.25rem !important;
  }
  .m-md-n7 {
    margin: -3.75rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -3.75rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -3.75rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -3.75rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -3.75rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 3.25rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3.25rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3.25rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3.25rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3.25rem !important;
  }
  .m-lg-7 {
    margin: 3.75rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3.75rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3.75rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3.75rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 3.25rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3.25rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3.25rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3.25rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3.25rem !important;
  }
  .p-lg-7 {
    padding: 3.75rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3.75rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3.75rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3.75rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -3.25rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -3.25rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -3.25rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -3.25rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -3.25rem !important;
  }
  .m-lg-n7 {
    margin: -3.75rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -3.75rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -3.75rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -3.75rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -3.75rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 3.25rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3.25rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3.25rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3.25rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3.25rem !important;
  }
  .m-xl-7 {
    margin: 3.75rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3.75rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3.75rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3.75rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 3.25rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3.25rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3.25rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3.25rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3.25rem !important;
  }
  .p-xl-7 {
    padding: 3.75rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3.75rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3.75rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3.75rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -3.25rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -3.25rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -3.25rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -3.25rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -3.25rem !important;
  }
  .m-xl-n7 {
    margin: -3.75rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3.75rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3.75rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3.75rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -3.75rem !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: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 800 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #eacc00 !important;
}

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

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

.text-light {
  color: #efefef !important;
}

a.text-light:hover, a.text-light:focus {
  color: #c9c9c9 !important;
}

.text-yellow {
  color: #ffe637 !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #eacc00 !important;
}

.text-yellow-tint {
  color: #fff8c4 !important;
}

a.text-yellow-tint:hover, a.text-yellow-tint:focus {
  color: #ffef78 !important;
}

.text-yellow-shade {
  color: #e2cb2d !important;
}

a.text-yellow-shade:hover, a.text-yellow-shade:focus {
  color: #ab9818 !important;
}

.text-purple {
  color: #df9ef2 !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: #c95be9 !important;
}

.text-purple-tint {
  color: #f5dbfd !important;
}

a.text-purple-tint:hover, a.text-purple-tint:focus {
  color: #e193f9 !important;
}

.text-purple-shade {
  color: #a571b5 !important;
}

a.text-purple-shade:hover, a.text-purple-shade:focus {
  color: #7f4b8f !important;
}

.text-blue {
  color: #8cd7f2 !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #47bfea !important;
}

.text-blue-tint {
  color: #d5f4ff !important;
}

a.text-blue-tint:hover, a.text-blue-tint:focus {
  color: #89e0ff !important;
}

.text-blue-shade {
  color: #6eabc2 !important;
}

a.text-blue-shade:hover, a.text-blue-shade:focus {
  color: #4387a0 !important;
}

.text-red {
  color: #fb8259 !important;
}

a.text-red:hover, a.text-red:focus {
  color: #f94a0e !important;
}

.text-red-tint {
  color: #ffddd2 !important;
}

a.text-red-tint:hover, a.text-red-tint:focus {
  color: #ffa386 !important;
}

.text-red-shade {
  color: #c56545 !important;
}

a.text-red-shade:hover, a.text-red-shade:focus {
  color: #90462d !important;
}

.text-green {
  color: #6edaa3 !important;
}

a.text-green:hover, a.text-green:focus {
  color: #33c87c !important;
}

.text-green-tint {
  color: #d0ffe7 !important;
}

a.text-green-tint:hover, a.text-green-tint:focus {
  color: #84ffc0 !important;
}

.text-green-shade {
  color: #50a67b !important;
}

a.text-green-shade:hover, a.text-green-shade:focus {
  color: #377255 !important;
}

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

.text-muted {
  color: #3c3c3c !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) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #ababab;
    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: #efefef;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #efefef;
  }
}
/**
Usage:
@include keyframes(bgcolor) {
  0% {
    background-color: #ffccf2;
  }
  50% {
    background-color: #ccffcc;
  }
  100% {
    background-color: #ccffff;
  }
}
*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* 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("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* 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.5;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -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: "\E902";
}
[dir=rtl] .slick-prev:before {
  content: "\E904";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\E904";
}
[dir=rtl] .slick-next:before {
  content: "\E902";
}

/* 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: "icomoon";
  font-size: 0.625rem;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #ababab;
  opacity: 1;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 992px) {
  .site-main,
  main {
    min-height: calc(100vh - var(--footer-height, 25rem));
  }
  .single-product .site-main,
  .single-product main {
    padding-top: 4.25rem;
  }
}
.account .site-main,
.account main {
  display: flex;
  min-height: calc(100vh - 3.0625rem);
  overflow-x: hidden;
}
.account.logged-out .site-main,
.account.logged-out main {
  min-height: calc(100vh - 3rem);
}
.account-has-image .site-main,
.account-has-image main {
  min-height: calc(100vh - 25.5625rem);
}

section.grid {
  position: relative;
}

.badge-premium {
  display: inline-block !important;
  position: absolute;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  margin-top: -2px;
  background-image: url("../img/badge-premium.png");
  background-size: contain;
}

@font-face {
  font-family: "droidserif_italic";
  src: local("Droid Serif Bold Italic"), local("DroidSerifBoldItalic"), url("../fonts/droidserif-bolditalic.eot");
  src: url("../fonts/droidserif-bolditalic.eot?#iefix") format("embedded-opentype"), url("../fonts/droidserif-bolditalic.woff2") format("woff2"), url("../fonts/droidserif-bolditalic.woff") format("woff"), url("../fonts/droidserif-bolditalic.ttf") format("truetype"), url("../fonts/droidserif-bolditalic.svg#droid_serifbold_italic") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "droidserif_italic";
  src: local("Droid Serif Italic"), local("DroidSerifItalic"), url("../fonts/droidserif-italic.eot");
  src: url("../fonts/droidserif-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/droidserif-italic.woff2") format("woff2"), url("../fonts/droidserif-italic.woff") format("woff"), url("../fonts/droidserif-italic.ttf") format("truetype"), url("../fonts/droidserif-italic.svg#droid_serifitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ionicons";
  src: url("../fonts/ionicons.eot?lbu9xq");
  src: url("../fonts/ionicons.eot?lbu9xq#iefix") format("embedded-opentype"), url("../fonts/ionicons.woff2?lbu9xq") format("woff2"), url("../fonts/ionicons.ttf?lbu9xq") format("truetype"), url("../fonts/ionicons.woff?lbu9xq") format("woff"), url("../fonts/ionicons.svg?lbu9xq#ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?oa53vj");
  src: url("../fonts/icomoon.eot?oa53vj#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?oa53vj") format("truetype"), url("../fonts/icomoon.woff?oa53vj") format("woff"), url("../fonts/icomoon.svg?oa53vj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
  content: "\E913";
}

.icon-add-circle:before {
  content: "\E900";
}

.icon-alert-circle:before {
  content: "\E901";
}

.icon-caret-back-circle:before {
  content: "\E902";
}

.icon-caret-down-circle:before {
  content: "\E903";
}

.icon-caret-forward-circle:before {
  content: "\E904";
}

.icon-caret-up-circle:before {
  content: "\E905";
}

.icon-checkbox:before {
  content: "\E906";
}

.icon-checkmark-circle:before {
  content: "\E907";
}

.icon-close-circle:before {
  content: "\E908";
}

.icon-close:before {
  content: "\E914";
}

.icon-heart:before {
  content: "\E909";
}

.icon-help-circle:before {
  content: "\E90A";
}

.icon-information-circle:before {
  content: "\E90B";
}

.icon-lock-closed:before {
  content: "\E90C";
}

.icon-lock-open:before {
  content: "\E90D";
}

.icon-navigate:before {
  content: "\E90E";
}

.icon-options:before {
  content: "\E90F";
}

.icon-people:before {
  content: "\E910";
}

.icon-person-add:before {
  content: "\E911";
}

.icon-person:before {
  content: "\E912";
}

.icon-search:before {
  content: "\E916";
}

.gform_body legend {
  display: initial;
  padding: initial;
  margin: 5px 0 0;
  font-size: 0.875rem;
  font-weight: 200;
}
.gform_body p {
  margin: 0;
}
.gform_body input, .gform_body select, .gform_body textarea {
  width: 100%;
  background: #fff;
  border: 0;
}
.gform_body label {
  margin: 5px 0 0;
  font-size: 0.875rem;
  font-weight: 200;
}
.gform_body .gfield_required {
  font-size: 0.7rem;
  margin-left: 2px;
}
.gform_body .gchoice br {
  display: none;
}
.gform_body .gchoice input {
  width: initial;
}
.gform_body .ginput_container_date {
  width: 33%;
  display: inline-block;
}
.gform_body .ginput_container_date br {
  display: none;
}
.gform_body .ginput_container_consent input {
  width: initial;
}
.gform_body .gfield_consent_description {
  font-size: 0.875rem;
  font-weight: 200;
}
.gform_body textarea.small {
  height: 100px;
}
@media (max-width: 991.98px) {
  .gform_body .ginput_container_date {
    width: 100%;
  }
}

input[type=submit].gform_button {
  display: inline-block;
  color: #151515;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.5;
  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;
  background-color: #ffe637;
  border-color: #ffe637;
  padding: 0.97125rem 4rem 0.97125rem 2rem;
  border-radius: 2.375rem;
  position: relative;
  margin-top: 15px;
}
input[type=submit].gform_button ::after {
  font-family: "icomoon";
  font-size: 1.75rem;
  line-height: 1;
  position: absolute;
  transition: color 0.15s ease-in-out;
  content: "\E904";
  margin-left: 1rem;
  margin-top: -1px;
  color: currentColor;
}

.gfield_validation_message {
  color: #ff5e5e;
}

.gform_submission_error {
  font-size: 1rem;
}

.ui-datepicker {
  background-color: #fff;
}

.bg-primary_wrapper {
  background-color: #ffe637 !important;
}

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

.bg-secondary_wrapper {
  background-color: #151515 !important;
}

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

.bg-light_wrapper {
  background-color: #efefef !important;
}

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

.bg-yellow_wrapper {
  background-color: #ffe637 !important;
}

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

.bg-yellow-tint_wrapper {
  background-color: #fff8c4 !important;
}

a.bg-yellow-tint_wrapper:hover, a.bg-yellow-tint_wrapper:focus,
button.bg-yellow-tint_wrapper:hover,
button.bg-yellow-tint_wrapper:focus {
  background-color: #fff291 !important;
}

.bg-yellow-shade_wrapper {
  background-color: #e2cb2d !important;
}

a.bg-yellow-shade_wrapper:hover, a.bg-yellow-shade_wrapper:focus,
button.bg-yellow-shade_wrapper:hover,
button.bg-yellow-shade_wrapper:focus {
  background-color: #c1ac1b !important;
}

.bg-purple_wrapper {
  background-color: #df9ef2 !important;
}

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

.bg-purple-tint_wrapper {
  background-color: #f5dbfd !important;
}

a.bg-purple-tint_wrapper:hover, a.bg-purple-tint_wrapper:focus,
button.bg-purple-tint_wrapper:hover,
button.bg-purple-tint_wrapper:focus {
  background-color: #e8abfa !important;
}

.bg-purple-shade_wrapper {
  background-color: #a571b5 !important;
}

a.bg-purple-shade_wrapper:hover, a.bg-purple-shade_wrapper:focus,
button.bg-purple-shade_wrapper:hover,
button.bg-purple-shade_wrapper:focus {
  background-color: #8e53a0 !important;
}

.bg-blue_wrapper {
  background-color: #8cd7f2 !important;
}

a.bg-blue_wrapper:hover, a.bg-blue_wrapper:focus,
button.bg-blue_wrapper:hover,
button.bg-blue_wrapper:focus {
  background-color: #5ec7ed !important;
}

.bg-blue-tint_wrapper {
  background-color: #d5f4ff !important;
}

a.bg-blue-tint_wrapper:hover, a.bg-blue-tint_wrapper:focus,
button.bg-blue-tint_wrapper:hover,
button.bg-blue-tint_wrapper:focus {
  background-color: #a2e7ff !important;
}

.bg-blue-shade_wrapper {
  background-color: #6eabc2 !important;
}

a.bg-blue-shade_wrapper:hover, a.bg-blue-shade_wrapper:focus,
button.bg-blue-shade_wrapper:hover,
button.bg-blue-shade_wrapper:focus {
  background-color: #4b96b2 !important;
}

.bg-red_wrapper {
  background-color: #fb8259 !important;
}

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

.bg-red-tint_wrapper {
  background-color: #ffddd2 !important;
}

a.bg-red-tint_wrapper:hover, a.bg-red-tint_wrapper:focus,
button.bg-red-tint_wrapper:hover,
button.bg-red-tint_wrapper:focus {
  background-color: #ffb69f !important;
}

.bg-red-shade_wrapper {
  background-color: #c56545 !important;
}

a.bg-red-shade_wrapper:hover, a.bg-red-shade_wrapper:focus,
button.bg-red-shade_wrapper:hover,
button.bg-red-shade_wrapper:focus {
  background-color: #a44f33 !important;
}

.bg-green_wrapper {
  background-color: #6edaa3 !important;
}

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

.bg-green-tint_wrapper {
  background-color: #d0ffe7 !important;
}

a.bg-green-tint_wrapper:hover, a.bg-green-tint_wrapper:focus,
button.bg-green-tint_wrapper:hover,
button.bg-green-tint_wrapper:focus {
  background-color: #9dffcd !important;
}

.bg-green-shade_wrapper {
  background-color: #50a67b !important;
}

a.bg-green-shade_wrapper:hover, a.bg-green-shade_wrapper:focus,
button.bg-green-shade_wrapper:hover,
button.bg-green-shade_wrapper:focus {
  background-color: #3f8462 !important;
}

.gform_wrapper {
  padding: 20px 30px 20px 30px;
}

form.inretail-stb-form .ginput_container_checkbox {
  max-height: 250px;
  overflow: auto;
  border: 1px solid #e2cb2d;
  padding: 5px 0;
  border-left: 0;
  border-right: 0;
}

.gform_required_legend {
  display: none;
}

.gchoice {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.gchoice.checkbox {
  float: left;
}
.gchoice br {
  display: none;
  pointer-events: none;
  visibility: hidden;
}
.gchoice label {
  cursor: pointer;
  line-height: 1.86;
  margin: 0;
  pointer-events: auto;
  padding-left: 0.3rem;
  transform: none;
  font-size: 0.875rem;
}
.gchoice label:hover::after {
  opacity: 0.3;
}
.gchoice label .counter {
  color: #ababab;
}
.gchoice input[type=radio] + br + label:after,
.gchoice input[type=radio] + br + label:before,
.gchoice input[type=radio] + label:after,
.gchoice input[type=radio] + label:before {
  border-radius: 100%;
}
.gchoice input[type=checkbox] + br + label:after,
.gchoice input[type=checkbox] + label:after {
  left: 7px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #151515;
  background: white;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  transform: rotate(45deg);
  box-shadow: 1px -1px 0px 1px rgb(255, 255, 255);
}
.gchoice + a, .gchoice + a + a {
  font-size: 0.875rem;
  line-height: 1.86;
}

.ginput_container_multiselect {
  padding-top: 10px;
}

.gform-grid-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
.gform-grid-row .ginput_container {
  display: flex;
  width: auto;
  flex-grow: 1;
}

.gfield--type-html {
  font-size: 0.875rem;
  font-weight: 200;
  margin: 1rem 0 0;
}
.gfield--type-html a {
  margin: 5px 0 0;
  font-size: 0.875rem;
  font-weight: 200;
}

.gfield--type-consent {
  margin-top: 1rem;
}

.ginput_container_consent {
  display: flex;
  align-items: flex-start;
}
.ginput_container_consent input {
  margin: 8px 5px 0 0;
  min-width: 14px;
  min-height: 14px;
}

.gform_wrapper p {
  display: none;
}

.gform_wrapper p.gform_description {
  display: initial;
}

.gform_page_footer,
.gform_footer {
  text-align: right;
}
.gform_page_footer .btn-right,
.gform_footer .btn-right {
  margin-top: 1rem;
}

.gfield-choice-input {
  margin: 5px 5px 0 0;
}

.gform_wrapper .btn-lg, .gform_wrapper .btn-group-lg > .btn, .gform_wrapper .thwmscf-wrapper .btn-group-lg > input[type=button], .thwmscf-wrapper .gform_wrapper .btn-group-lg > input[type=button], .gform_wrapper .woocommerce-cart .wc-proceed-to-checkout .btn-group-lg > a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .gform_wrapper .btn-group-lg > a.checkout-button {
  padding: 0.5rem 4rem 0.5rem 2rem;
}

.gform_wrapper .product-form-title {
  font-size: 1.3rem;
  font-weight: 600;
}

.gform_validation_error .alert {
  max-width: 500px;
}

@media (min-width: 768px) { /* Pas dit toe voor schermen breder dan 768px */
  .gf_left_half {
    float: left;
    width: 48%;
    margin-right: 4%;
  }
  .gf_right_half {
    float: left;
    width: 48%;
  }
  .gf_left_half:last-child, .gf_right_half:last-child {
    margin-right: 0; /* Zorgt ervoor dat de laatste element in een rij geen margin heeft aan de rechterkant */
  }
}
@media (max-width: 767px) { /* Zorgt ervoor dat op mobiele apparaten de velden onder elkaar komen */
  .gf_left_half, .gf_right_half {
    float: none;
    width: auto;
    margin-right: 0;
  }
}
.gform_heading {
  margin-bottom: 1rem;
}

.gform_body label {
  font-size: 1rem;
}

.gform_page_footer input[type=submit],
.gform_page_footer input[type=button],
.gform_page_footer button,
.gform_footer input[type=submit],
.gform_footer input[type=button],
.gform_footer button {
  background-color: #ffe637 !important;
  border-color: #ffe637;
  color: #151515 !important;
  border: 1px solid transparent;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  padding: 0.3125rem 1.375rem;
  font-size: 1.125rem !important;
  line-height: 1.5;
  border-radius: 1.875rem !important;
  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;
}
.gform_page_footer input[type=submit]:focus, .gform_page_footer input[type=submit]:hover,
.gform_page_footer input[type=button]:focus,
.gform_page_footer input[type=button]:hover,
.gform_page_footer button:focus,
.gform_page_footer button:hover,
.gform_footer input[type=submit]:focus,
.gform_footer input[type=submit]:hover,
.gform_footer input[type=button]:focus,
.gform_footer input[type=button]:hover,
.gform_footer button:focus,
.gform_footer button:hover {
  background: #e2cb2d !important;
  border-color: #e2cb2d !important;
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 1rem !important;
}
.gform-theme--foundation .gform_fields input,
.gform-theme--foundation .gform_fields select,
.gform-theme--foundation .gform_fields textarea {
  border: 0 !important;
}

.gform-theme--foundation .gform_page_footer,
.gform-theme--foundation .gform_footer {
  justify-content: flex-end;
}

.gform_validation_error .alert {
  margin-top: unset !important;
  position: relative !important;
  opacity: 1;
}
.gform_validation_error .alert button {
  position: absolute;
  top: -3rem;
  right: -3rem;
}

form.submit-right .gform_page_footer,
form.submit-right .gform_footer {
  justify-content: flex-end;
}

form.submit-center .gform_page_footer,
form.submit-center .gform_footer {
  justify-content: center;
}

form.submit-left .gform_page_footer,
form.submit-left .gform_footer {
  justify-content: flex-start;
}

.gform_validation_errors .alert button.close {
  display: none;
}

.gfield--type-product {
  display: flex !important;
  gap: 16px !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
}
.gfield--type-product .ginput_quantity_label,
.gfield--type-product .gfield_label,
.gfield--type-product .gfield_label > * {
  margin-bottom: 0 !important;
}
.gfield--type-product .ginput_container {
  flex-direction: row !important;
  gap: 16px !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
}
.gfield--type-product .ginput_container .ginput_quantity {
  margin-bottom: 0 !important;
}
.gfield--type-product .ginput_container .ginput_product_price {
  width: 75px;
  font-weight: 700;
  text-align: end;
}
@media (max-width: 767px) {
  .gfield--type-product .ginput_container .ginput_product_price_label {
    display: none;
  }
}
.gfield--type-product .ginput_container .ginput_quantity {
  width: 64px;
}

.ginput_total {
  font-weight: 700 !important;
}

.gfield--type-total {
  display: flex !important;
  gap: 16px !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-weight: 700 !important;
}
.gfield--type-total .gfield_label {
  margin-bottom: 0 !important;
}
.gfield--type-total .ginput_container_total {
  text-align: right !important;
}

h1, .h1 {
  line-height: 1.235;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3.125rem;
    line-height: 1.16;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 4.5rem;
    line-height: 1.1527;
  }
}

h2, .h2, .single article h1:not(.card-title) {
  line-height: 1.2667;
}
@media (min-width: 768px) {
  h2, .h2, .single article h1:not(.card-title) {
    font-size: 2.5rem;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  h2, .h2, .single article h1:not(.card-title) {
    font-size: 3.125rem;
    line-height: 1.36;
  }
}

h3, .h3, .single article h2:not(.card-title) {
  line-height: 1.23;
}
@media (min-width: 768px) {
  h3, .h3, .single article h2:not(.card-title) {
    font-size: 1.875rem;
    line-height: 1.36;
  }
}
@media (min-width: 992px) {
  h3, .h3, .single article h2:not(.card-title) {
    font-size: 2.25rem;
    line-height: 1.30556;
  }
}

@media (min-width: 768px) {
  h4, .h4, .single article h3:not(.card-title) {
    font-size: 1.5rem;
    line-height: 1.4167;
  }
}
@media (min-width: 992px) {
  h4, .h4, .single article h3:not(.card-title) {
    font-size: 1.75rem;
    line-height: 1.357;
  }
}

h5, .h5, .single article h4:not(.card-title) {
  font-weight: 100;
}
@media (min-width: 768px) {
  h5, .h5, .single article h4:not(.card-title) {
    font-size: 1.375rem;
    line-height: 1.45;
  }
}
@media (min-width: 992px) {
  h5, .h5, .single article h4:not(.card-title) {
    font-size: 1.5rem;
    line-height: 1.333;
  }
}

h6, .h6, .single article h5:not(.card-title) {
  line-height: 1.44;
}

p {
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  p {
    font-size: 1rem;
  }
}

blockquote,
blockquote p, .blockquote,
.blockquote p {
  font-family: "droidserif_italic", serif;
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  blockquote,
  blockquote p, .blockquote,
  .blockquote p {
    font-size: 1.75rem;
  }
}

cite, .cite {
  width: 345px;
  height: 60px;
  font-family: "Heebo", sans-serif;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 1.67;
  color: #2e2e2c;
}

.icon-size {
  font-size: 1.75rem;
}

a .hover-stroke {
  stroke: currentColor;
}
a .hover-fill {
  fill: currentColor;
}
.quicklinks a {
  font-size: 1.125rem;
}

svg {
  height: auto;
  max-width: 100%;
  width: 100%;
}

a[href^="tel:"] svg {
  width: 1rem;
  margin-right: 1.5rem;
  margin-top: 2px;
  vertical-align: top;
}
@media (min-width: 992px) {
  a[href^="tel:"] svg {
    margin-right: 0.25rem;
  }
}

a.arrow-link {
  position: relative;
  padding-right: 1.5rem;
}
a.arrow-link:after {
  content: "\E913";
  font-family: "icomoon";
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-90deg);
}

@media (max-width: 991.98px) {
  .lead {
    font-family: "droidserif_italic", serif;
    font-size: 1.3125rem;
    line-height: 1.38;
    font-weight: 400;
  }
}

.mark,
mark {
  background-color: #fff8c4;
}

.vink ul li,
.check ul li,
ul.vink li,
ul.check li,
ul li.vink,
ul li.check {
  list-style: none;
  position: relative;
}
.vink ul li:before,
.check ul li:before,
ul.vink li:before,
ul.check li:before,
ul li.vink:before,
ul li.check:before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 3px;
  left: -24px;
  background-image: url("../img/vinkje_zwart-wit.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.vink-geel ul li,
.check-geel ul li,
ul.vink-geel li,
ul.check-geel li,
ul li.vink-geel,
ul li.check-geel {
  list-style: none;
  position: relative;
}
.vink-geel ul li:before,
.check-geel ul li:before,
ul.vink-geel li:before,
ul.check-geel li:before,
ul li.vink-geel:before,
ul li.check-geel:before {
  content: "";
  font-family: "icomoon";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 3px;
  left: -24px;
  background-image: url("../img/vinkje_geel-zwart.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btn, .thwmscf-wrapper input[type=button], .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-block;
  color: #151515;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  width: 100%;
  padding: 0.3125rem 1.375rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 1.875rem;
  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, .thwmscf-wrapper input[type=button], .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    transition: none;
  }
}
.btn:hover, .thwmscf-wrapper input[type=button]:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  color: #151515;
  text-decoration: none;
}
.btn:focus, .thwmscf-wrapper input[type=button]:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .btn.focus, .thwmscf-wrapper input.focus[type=button], .woocommerce-cart .wc-proceed-to-checkout a.focus.checkout-button {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 230, 55, 0.25);
}
.btn:after, .thwmscf-wrapper input[type=button]:after, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:after {
  font-family: "icomoon";
  font-size: 1.75rem;
  line-height: 1;
  position: absolute;
  transition: color 0.15s ease-in-out;
}
.btn.disabled, .thwmscf-wrapper input.disabled[type=button], .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button, .btn:disabled, .thwmscf-wrapper input[type=button]:disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled {
  opacity: 0.65;
  background-color: #dee2e6;
  border: #dee2e6;
  color: #ababab;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn.disabled:after, .thwmscf-wrapper input.disabled[type=button]:after, .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button:after, .btn:disabled:after, .thwmscf-wrapper input[type=button]:disabled:after, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled:after {
  color: #ababab;
}
.btn + .btn, .thwmscf-wrapper input[type=button] + .btn, .thwmscf-wrapper .btn + input[type=button], .thwmscf-wrapper input[type=button] + input[type=button], .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .btn, .woocommerce-cart .wc-proceed-to-checkout .thwmscf-wrapper a.checkout-button + input[type=button], .thwmscf-wrapper .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + input[type=button], .woocommerce-cart .wc-proceed-to-checkout .btn + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .thwmscf-wrapper input[type=button] + a.checkout-button, .thwmscf-wrapper .woocommerce-cart .wc-proceed-to-checkout input[type=button] + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + a.checkout-button {
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .btn, .thwmscf-wrapper input[type=button], .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    width: auto;
  }
  .btn + .btn, .thwmscf-wrapper input[type=button] + .btn, .thwmscf-wrapper .btn + input[type=button], .thwmscf-wrapper input[type=button] + input[type=button], .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .btn, .woocommerce-cart .wc-proceed-to-checkout .thwmscf-wrapper a.checkout-button + input[type=button], .thwmscf-wrapper .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + input[type=button], .woocommerce-cart .wc-proceed-to-checkout .btn + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .thwmscf-wrapper input[type=button] + a.checkout-button, .thwmscf-wrapper .woocommerce-cart .wc-proceed-to-checkout input[type=button] + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + a.checkout-button {
    margin-top: 0;
    margin-left: 1.25rem;
  }
}

a.btn.disabled, .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button,
fieldset:disabled a.btn,
fieldset:disabled .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout fieldset:disabled a.checkout-button {
  pointer-events: none;
}

.btn-primary {
  color: #3c3c3c;
  background-color: #ffe637;
  border-color: #ffe637;
}
.btn-primary:hover {
  color: #3c3c3c;
  background-color: #ffe111;
  border-color: #ffe004;
}
.btn-primary:focus, .btn-primary.focus {
  color: #3c3c3c;
  background-color: #ffe111;
  border-color: #ffe004;
  box-shadow: 0 0 0 0.2rem rgba(226, 205, 56, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #3c3c3c;
  background-color: #ffe637;
  border-color: #ffe637;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #3c3c3c;
  background-color: #ffe004;
  border-color: #f6d700;
}
.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(226, 205, 56, 0.5);
}

.btn-secondary, .thwmscf-wrapper input[type=button], .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  color: #fff;
  background-color: #151515;
  border-color: #151515;
}
.btn-secondary:hover, .thwmscf-wrapper input[type=button]:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  color: #fff;
  background-color: #020202;
  border-color: black;
}
.btn-secondary:focus, .thwmscf-wrapper input[type=button]:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .btn-secondary.focus, .thwmscf-wrapper input.focus[type=button], .woocommerce-cart .wc-proceed-to-checkout a.focus.checkout-button {
  color: #fff;
  background-color: #020202;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(56, 56, 56, 0.5);
}
.btn-secondary.disabled, .thwmscf-wrapper input.disabled[type=button], .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button, .btn-secondary:disabled, .thwmscf-wrapper input[type=button]:disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:disabled {
  color: #fff;
  background-color: #151515;
  border-color: #151515;
}
.btn-secondary:not(:disabled):not(.disabled):active, .thwmscf-wrapper input[type=button]:not(:disabled):not(.disabled):active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .thwmscf-wrapper input[type=button]:not(:disabled):not(.disabled).active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .thwmscf-wrapper .show > input.dropdown-toggle[type=button], .woocommerce-cart .wc-proceed-to-checkout .show > a.dropdown-toggle.checkout-button {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .thwmscf-wrapper input[type=button]:not(:disabled):not(.disabled):active:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .thwmscf-wrapper input[type=button]:not(:disabled):not(.disabled).active:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .thwmscf-wrapper .show > input.dropdown-toggle[type=button]:focus, .woocommerce-cart .wc-proceed-to-checkout .show > a.dropdown-toggle.checkout-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 56, 56, 0.5);
}

.btn-light {
  color: #3c3c3c;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-light:hover {
  color: #3c3c3c;
  background-color: gainsboro;
  border-color: #d6d6d6;
}
.btn-light:focus, .btn-light.focus {
  color: #3c3c3c;
  background-color: gainsboro;
  border-color: #d6d6d6;
  box-shadow: 0 0 0 0.2rem rgba(212, 212, 212, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #3c3c3c;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #3c3c3c;
  background-color: #d6d6d6;
  border-color: #cfcfcf;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 212, 212, 0.5);
}

.btn-yellow {
  color: #3c3c3c;
  background-color: #ffe637;
  border-color: #ffe637;
}
.btn-yellow:hover {
  color: #3c3c3c;
  background-color: #ffe111;
  border-color: #ffe004;
}
.btn-yellow:focus, .btn-yellow.focus {
  color: #3c3c3c;
  background-color: #ffe111;
  border-color: #ffe004;
  box-shadow: 0 0 0 0.2rem rgba(226, 205, 56, 0.5);
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #3c3c3c;
  background-color: #ffe637;
  border-color: #ffe637;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #3c3c3c;
  background-color: #ffe004;
  border-color: #f6d700;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 205, 56, 0.5);
}

.btn-yellow-tint {
  color: #3c3c3c;
  background-color: #fff8c4;
  border-color: #fff8c4;
}
.btn-yellow-tint:hover {
  color: #3c3c3c;
  background-color: #fff39e;
  border-color: #fff291;
}
.btn-yellow-tint:focus, .btn-yellow-tint.focus {
  color: #3c3c3c;
  background-color: #fff39e;
  border-color: #fff291;
  box-shadow: 0 0 0 0.2rem rgba(226, 220, 176, 0.5);
}
.btn-yellow-tint.disabled, .btn-yellow-tint:disabled {
  color: #3c3c3c;
  background-color: #fff8c4;
  border-color: #fff8c4;
}
.btn-yellow-tint:not(:disabled):not(.disabled):active, .btn-yellow-tint:not(:disabled):not(.disabled).active, .show > .btn-yellow-tint.dropdown-toggle {
  color: #3c3c3c;
  background-color: #fff291;
  border-color: #fff084;
}
.btn-yellow-tint:not(:disabled):not(.disabled):active:focus, .btn-yellow-tint:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 220, 176, 0.5);
}

.btn-yellow-shade {
  color: #3c3c3c;
  background-color: #e2cb2d;
  border-color: #e2cb2d;
}
.btn-yellow-shade:hover {
  color: #3c3c3c;
  background-color: #cdb61c;
  border-color: #c1ac1b;
}
.btn-yellow-shade:focus, .btn-yellow-shade.focus {
  color: #3c3c3c;
  background-color: #cdb61c;
  border-color: #c1ac1b;
  box-shadow: 0 0 0 0.2rem rgba(201, 182, 47, 0.5);
}
.btn-yellow-shade.disabled, .btn-yellow-shade:disabled {
  color: #3c3c3c;
  background-color: #e2cb2d;
  border-color: #e2cb2d;
}
.btn-yellow-shade:not(:disabled):not(.disabled):active, .btn-yellow-shade:not(:disabled):not(.disabled).active, .show > .btn-yellow-shade.dropdown-toggle {
  color: #3c3c3c;
  background-color: #c1ac1b;
  border-color: #b6a219;
}
.btn-yellow-shade:not(:disabled):not(.disabled):active:focus, .btn-yellow-shade:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 182, 47, 0.5);
}

.btn-purple {
  color: #3c3c3c;
  background-color: #df9ef2;
  border-color: #df9ef2;
}
.btn-purple:hover {
  color: #3c3c3c;
  background-color: #d47ced;
  border-color: #d071ec;
}
.btn-purple:focus, .btn-purple.focus {
  color: #3c3c3c;
  background-color: #d47ced;
  border-color: #d071ec;
  box-shadow: 0 0 0 0.2rem rgba(199, 143, 215, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #3c3c3c;
  background-color: #df9ef2;
  border-color: #df9ef2;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #3c3c3c;
  background-color: #d071ec;
  border-color: #cc66ea;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 143, 215, 0.5);
}

.btn-purple-tint {
  color: #3c3c3c;
  background-color: #f5dbfd;
  border-color: #f5dbfd;
}
.btn-purple-tint:hover {
  color: #3c3c3c;
  background-color: #ebb7fb;
  border-color: #e8abfa;
}
.btn-purple-tint:focus, .btn-purple-tint.focus {
  color: #3c3c3c;
  background-color: #ebb7fb;
  border-color: #e8abfa;
  box-shadow: 0 0 0 0.2rem rgba(217, 195, 224, 0.5);
}
.btn-purple-tint.disabled, .btn-purple-tint:disabled {
  color: #3c3c3c;
  background-color: #f5dbfd;
  border-color: #f5dbfd;
}
.btn-purple-tint:not(:disabled):not(.disabled):active, .btn-purple-tint:not(:disabled):not(.disabled).active, .show > .btn-purple-tint.dropdown-toggle {
  color: #3c3c3c;
  background-color: #e8abfa;
  border-color: #e49ffa;
}
.btn-purple-tint:not(:disabled):not(.disabled):active:focus, .btn-purple-tint:not(:disabled):not(.disabled).active:focus, .show > .btn-purple-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 195, 224, 0.5);
}

.btn-purple-shade {
  color: #fff;
  background-color: #a571b5;
  border-color: #a571b5;
}
.btn-purple-shade:hover {
  color: #fff;
  background-color: #9558a8;
  border-color: #8e53a0;
}
.btn-purple-shade:focus, .btn-purple-shade.focus {
  color: #fff;
  background-color: #9558a8;
  border-color: #8e53a0;
  box-shadow: 0 0 0 0.2rem rgba(179, 134, 192, 0.5);
}
.btn-purple-shade.disabled, .btn-purple-shade:disabled {
  color: #fff;
  background-color: #a571b5;
  border-color: #a571b5;
}
.btn-purple-shade:not(:disabled):not(.disabled):active, .btn-purple-shade:not(:disabled):not(.disabled).active, .show > .btn-purple-shade.dropdown-toggle {
  color: #fff;
  background-color: #8e53a0;
  border-color: #864f97;
}
.btn-purple-shade:not(:disabled):not(.disabled):active:focus, .btn-purple-shade:not(:disabled):not(.disabled).active:focus, .show > .btn-purple-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(179, 134, 192, 0.5);
}

.btn-blue {
  color: #3c3c3c;
  background-color: #8cd7f2;
  border-color: #8cd7f2;
}
.btn-blue:hover {
  color: #3c3c3c;
  background-color: #6acbee;
  border-color: #5ec7ed;
}
.btn-blue:focus, .btn-blue.focus {
  color: #3c3c3c;
  background-color: #6acbee;
  border-color: #5ec7ed;
  box-shadow: 0 0 0 0.2rem rgba(128, 192, 215, 0.5);
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #3c3c3c;
  background-color: #8cd7f2;
  border-color: #8cd7f2;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #3c3c3c;
  background-color: #5ec7ed;
  border-color: #53c3ec;
}
.btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(128, 192, 215, 0.5);
}

.btn-blue-tint {
  color: #3c3c3c;
  background-color: #d5f4ff;
  border-color: #d5f4ff;
}
.btn-blue-tint:hover {
  color: #3c3c3c;
  background-color: #afeaff;
  border-color: #a2e7ff;
}
.btn-blue-tint:focus, .btn-blue-tint.focus {
  color: #3c3c3c;
  background-color: #afeaff;
  border-color: #a2e7ff;
  box-shadow: 0 0 0 0.2rem rgba(190, 216, 226, 0.5);
}
.btn-blue-tint.disabled, .btn-blue-tint:disabled {
  color: #3c3c3c;
  background-color: #d5f4ff;
  border-color: #d5f4ff;
}
.btn-blue-tint:not(:disabled):not(.disabled):active, .btn-blue-tint:not(:disabled):not(.disabled).active, .show > .btn-blue-tint.dropdown-toggle {
  color: #3c3c3c;
  background-color: #a2e7ff;
  border-color: #95e3ff;
}
.btn-blue-tint:not(:disabled):not(.disabled):active:focus, .btn-blue-tint:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(190, 216, 226, 0.5);
}

.btn-blue-shade {
  color: #3c3c3c;
  background-color: #6eabc2;
  border-color: #6eabc2;
}
.btn-blue-shade:hover {
  color: #fff;
  background-color: #539bb7;
  border-color: #4b96b2;
}
.btn-blue-shade:focus, .btn-blue-shade.focus {
  color: #fff;
  background-color: #539bb7;
  border-color: #4b96b2;
  box-shadow: 0 0 0 0.2rem rgba(103, 154, 174, 0.5);
}
.btn-blue-shade.disabled, .btn-blue-shade:disabled {
  color: #3c3c3c;
  background-color: #6eabc2;
  border-color: #6eabc2;
}
.btn-blue-shade:not(:disabled):not(.disabled):active, .btn-blue-shade:not(:disabled):not(.disabled).active, .show > .btn-blue-shade.dropdown-toggle {
  color: #fff;
  background-color: #4b96b2;
  border-color: #478ea9;
}
.btn-blue-shade:not(:disabled):not(.disabled):active:focus, .btn-blue-shade:not(:disabled):not(.disabled).active:focus, .show > .btn-blue-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 154, 174, 0.5);
}

.btn-red {
  color: #3c3c3c;
  background-color: #fb8259;
  border-color: #fb8259;
}
.btn-red:hover {
  color: #fff;
  background-color: #fa6634;
  border-color: #fa5d27;
}
.btn-red:focus, .btn-red.focus {
  color: #fff;
  background-color: #fa6634;
  border-color: #fa5d27;
  box-shadow: 0 0 0 0.2rem rgba(222, 120, 85, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #3c3c3c;
  background-color: #fb8259;
  border-color: #fb8259;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #fa5d27;
  border-color: #fa531b;
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 120, 85, 0.5);
}

.btn-red-tint {
  color: #3c3c3c;
  background-color: #ffddd2;
  border-color: #ffddd2;
}
.btn-red-tint:hover {
  color: #3c3c3c;
  background-color: #ffc0ac;
  border-color: #ffb69f;
}
.btn-red-tint:focus, .btn-red-tint.focus {
  color: #3c3c3c;
  background-color: #ffc0ac;
  border-color: #ffb69f;
  box-shadow: 0 0 0 0.2rem rgba(226, 197, 188, 0.5);
}
.btn-red-tint.disabled, .btn-red-tint:disabled {
  color: #3c3c3c;
  background-color: #ffddd2;
  border-color: #ffddd2;
}
.btn-red-tint:not(:disabled):not(.disabled):active, .btn-red-tint:not(:disabled):not(.disabled).active, .show > .btn-red-tint.dropdown-toggle {
  color: #3c3c3c;
  background-color: #ffb69f;
  border-color: #ffad92;
}
.btn-red-tint:not(:disabled):not(.disabled):active:focus, .btn-red-tint:not(:disabled):not(.disabled).active:focus, .show > .btn-red-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 197, 188, 0.5);
}

.btn-red-shade {
  color: #fff;
  background-color: #c56545;
  border-color: #c56545;
}
.btn-red-shade:hover {
  color: #fff;
  background-color: #ae5436;
  border-color: #a44f33;
}
.btn-red-shade:focus, .btn-red-shade.focus {
  color: #fff;
  background-color: #ae5436;
  border-color: #a44f33;
  box-shadow: 0 0 0 0.2rem rgba(206, 124, 97, 0.5);
}
.btn-red-shade.disabled, .btn-red-shade:disabled {
  color: #fff;
  background-color: #c56545;
  border-color: #c56545;
}
.btn-red-shade:not(:disabled):not(.disabled):active, .btn-red-shade:not(:disabled):not(.disabled).active, .show > .btn-red-shade.dropdown-toggle {
  color: #fff;
  background-color: #a44f33;
  border-color: #9a4b30;
}
.btn-red-shade:not(:disabled):not(.disabled):active:focus, .btn-red-shade:not(:disabled):not(.disabled).active:focus, .show > .btn-red-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 124, 97, 0.5);
}

.btn-green {
  color: #3c3c3c;
  background-color: #6edaa3;
  border-color: #6edaa3;
}
.btn-green:hover {
  color: #3c3c3c;
  background-color: #50d290;
  border-color: #45d089;
}
.btn-green:focus, .btn-green.focus {
  color: #3c3c3c;
  background-color: #50d290;
  border-color: #45d089;
  box-shadow: 0 0 0 0.2rem rgba(103, 194, 148, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #3c3c3c;
  background-color: #6edaa3;
  border-color: #6edaa3;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #3c3c3c;
  background-color: #45d089;
  border-color: #3bcd83;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 194, 148, 0.5);
}

.btn-green-tint {
  color: #3c3c3c;
  background-color: #d0ffe7;
  border-color: #d0ffe7;
}
.btn-green-tint:hover {
  color: #3c3c3c;
  background-color: #aaffd3;
  border-color: #9dffcd;
}
.btn-green-tint:focus, .btn-green-tint.focus {
  color: #3c3c3c;
  background-color: #aaffd3;
  border-color: #9dffcd;
  box-shadow: 0 0 0 0.2rem rgba(186, 226, 205, 0.5);
}
.btn-green-tint.disabled, .btn-green-tint:disabled {
  color: #3c3c3c;
  background-color: #d0ffe7;
  border-color: #d0ffe7;
}
.btn-green-tint:not(:disabled):not(.disabled):active, .btn-green-tint:not(:disabled):not(.disabled).active, .show > .btn-green-tint.dropdown-toggle {
  color: #3c3c3c;
  background-color: #9dffcd;
  border-color: #90ffc6;
}
.btn-green-tint:not(:disabled):not(.disabled):active:focus, .btn-green-tint:not(:disabled):not(.disabled).active:focus, .show > .btn-green-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(186, 226, 205, 0.5);
}

.btn-green-shade {
  color: #fff;
  background-color: #50a67b;
  border-color: #50a67b;
}
.btn-green-shade:hover {
  color: #fff;
  background-color: #448c68;
  border-color: #3f8462;
}
.btn-green-shade:focus, .btn-green-shade.focus {
  color: #fff;
  background-color: #448c68;
  border-color: #3f8462;
  box-shadow: 0 0 0 0.2rem rgba(106, 179, 143, 0.5);
}
.btn-green-shade.disabled, .btn-green-shade:disabled {
  color: #fff;
  background-color: #50a67b;
  border-color: #50a67b;
}
.btn-green-shade:not(:disabled):not(.disabled):active, .btn-green-shade:not(:disabled):not(.disabled).active, .show > .btn-green-shade.dropdown-toggle {
  color: #fff;
  background-color: #3f8462;
  border-color: #3b7b5b;
}
.btn-green-shade:not(:disabled):not(.disabled):active:focus, .btn-green-shade:not(:disabled):not(.disabled).active:focus, .show > .btn-green-shade.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(106, 179, 143, 0.5);
}

.btn-white {
  color: #3c3c3c;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #3c3c3c;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  color: #3c3c3c;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(226, 226, 226, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #3c3c3c;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #3c3c3c;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 226, 226, 0.5);
}
@media (min-width: 992px) {
  .header-sticky .btn-white {
    background: #ffe637;
    border-color: #ffe637;
  }
  .header-sticky .btn-white:hover, .header-sticky .btn-white:focus {
    background: #e2cb2d;
    border-color: #e2cb2d;
  }
  .header-sticky .btn-white:hover:after, .header-sticky .btn-white:focus:after {
    color: #fff;
  }
  .header-sticky .btn-white:after {
    color: currentColor;
  }
}

.btn-lg, .btn-group-lg > .btn, .thwmscf-wrapper .btn-group-lg > input[type=button], .woocommerce-cart .wc-proceed-to-checkout .btn-group-lg > a.checkout-button {
  padding: 0.97125rem 2rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 2.375rem;
  position: relative;
  padding-right: 4rem;
}
.btn-lg:after, .btn-group-lg > .btn:after, .thwmscf-wrapper .btn-group-lg > input[type=button]:after, .woocommerce-cart .wc-proceed-to-checkout .btn-group-lg > a.checkout-button:after {
  color: #ffe637;
  content: "\E904";
  margin-left: 1rem;
  margin-top: -1px;
}

.btn-primary {
  color: inherit;
}
.btn-primary:hover, .btn-primary:focus {
  background: #e2cb2d;
  border-color: #e2cb2d;
}
.btn-primary:hover:after, .btn-primary:focus:after {
  color: #fff;
}
.btn-primary:after {
  color: currentColor;
}
.bg-yellow .btn-primary:not(:hover), .bg-primary .btn-primary:not(:hover) {
  background: #fff;
  border-color: #fff;
}

.btn-secondary:focus, .thwmscf-wrapper input[type=button]:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .btn-secondary:hover, .thwmscf-wrapper input[type=button]:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  color: #ffe637;
}

.btn-clean {
  padding-right: inherit;
}
@media (min-width: 1200px) {
  .btn-clean {
    padding: 0.3125rem 1.375rem;
    font-size: 1.125rem;
    line-height: 1.5;
    border-radius: 1.875rem;
  }
}
.btn-clean:after {
  content: "";
}

.btn-tertiary {
  color: #3c3c3c;
  background-color: #efefef;
  border-color: #efefef;
  padding: 7px 0.3125rem 0.3125rem;
  line-height: 1;
  width: 32px;
  height: 32px;
}
.btn-tertiary:hover {
  color: #3c3c3c;
  background-color: gainsboro;
  border-color: #d6d6d6;
}
.btn-tertiary:focus, .btn-tertiary.focus {
  color: #3c3c3c;
  background-color: gainsboro;
  border-color: #d6d6d6;
  box-shadow: 0 0 0 0.2rem rgba(212, 212, 212, 0.5);
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  color: #3c3c3c;
  background-color: #efefef;
  border-color: #efefef;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn-tertiary.dropdown-toggle {
  color: #3c3c3c;
  background-color: #d6d6d6;
  border-color: #cfcfcf;
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 212, 212, 0.5);
}
.btn-tertiary:after {
  content: "";
}

.btn-edit,
.btn-link {
  font-size: 1rem;
  font-weight: inherit;
  color: #151515;
  text-decoration: underline;
  position: relative;
  padding-right: 2.25rem;
}
.btn-edit:hover,
.btn-link:hover {
  color: #e2cb2d;
  text-decoration: underline;
}
.btn-edit:focus, .btn-edit.focus,
.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-edit:disabled, .btn-edit.disabled,
.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-edit:after,
.btn-link:after {
  color: #ffe637;
  content: "\E904";
  margin-left: 0.5rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bg-primary .btn-edit:after,
.bg-primary .btn-link:after {
  color: #fff;
}
.btn-edit--dark:after,
.btn-link--dark:after {
  color: currentColor;
}
ol .btn-edit,
ol .btn-link {
  padding-right: 2rem;
}

.btn-edit {
  text-decoration: underline;
  padding-right: 1.5rem;
}
.btn-edit:after {
  background-image: url("../img/icons/edit.svg");
  background-repeat: no-repeat;
  background-size: 0.875rem 0.875rem;
  background-position: center;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
}

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

.btn-scrolltotop {
  height: 2.75rem;
  width: 2.75rem;
  padding: 0 0.75rem;
  bottom: -5rem;
  right: 1rem;
  transition: bottom 375ms cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 99;
}
.scroll-to-top-active .btn-scrolltotop {
  bottom: 2rem;
}
@media (min-width: 576px) {
  .scroll-to-top-active .btn-scrolltotop {
    bottom: 5rem;
  }
}
@media (min-width: 576px) {
  .btn-scrolltotop {
    right: 2rem;
  }
}
.btn-scrolltotop svg {
  height: 2rem;
  width: 2rem;
  margin-top: -2px;
  transform: rotate(180deg);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .card-img-top {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.card--employee .card-img-top {
  height: 12.5rem;
}
.card--default .card-img-top {
  height: 12.5rem;
}
.single-product .card-img-top {
  height: 7.5rem;
}
.card--product .card-img-top, .card--event .card-img-top, .card--search .card-img-top {
  height: 8.75rem;
}

.card-meta {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.71;
}

time.card-meta {
  font-weight: 400;
}

.card-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625rem;
}
.card--product .card-title {
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.56;
}
.card--employee .card-title {
  font-weight: 800;
  line-height: 1.86;
}
.card--event .card-title, .card--search .card-title {
  font-size: 0.875rem;
  line-height: 1.43;
}

.card {
  transition: box-shadow ease-in-out 250ms;
}
.card:focus, .card:hover {
  box-shadow: 0 2px 4px 0 #ababab;
  color: initial;
}

.card--category:focus, .card--category:hover {
  box-shadow: none;
}

.card--product svg {
  width: 1.25rem;
  display: inline-block;
}

.card--search:focus, .card--search:hover {
  box-shadow: initial;
  color: initial;
}
.card--search:focus .card-title, .card--search:hover .card-title {
  text-decoration: underline;
}
.card--search .card-body {
  padding: 0.5rem 0 0;
}
.card--search .card-title {
  transition: underline ease-in-out 250ms;
}

.card--employee {
  font-size: 0.875rem;
  line-height: 1.714;
}

.card-function {
  font-weight: 300;
}

.header {
  height: 4.25rem;
  transition: background cubic-bezier(0.55, 0, 0.1, 1) 375ms, height cubic-bezier(0.55, 0, 0.1, 1) 375ms;
  top: 0;
  z-index: 1100;
}
.header > div {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.admin-bar .header {
  top: inherit;
}
.header .scroll-hide {
  overflow: hidden;
  transition: width cubic-bezier(0.55, 0, 0.1, 1) 500ms;
}
@media (min-width: 992px) {
  .header {
    border-bottom: 1px solid;
    height: 6.875rem;
  }
  .header > div {
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
  }
}
.header-sticky .header {
  background: #fff;
  box-shadow: 0 1px 4px 0 #ababab;
}
@media (min-width: 992px) {
  .header-sticky .header {
    border-bottom: 0;
    height: 5rem;
  }
  .header-sticky .header .logo-text {
    display: none !important;
  }
  .header-sticky .header .logo {
    height: 3.3125rem;
    max-width: inherit;
  }
  .header-sticky .header .logo-link {
    width: 3.3125rem;
  }
  .header-sticky .header .scroll-hide, .header-sticky .header .scroll-hide + .bar {
    width: 0;
    padding: 0 !important;
  }
  .header-sticky .header .row.align-items-xl-end {
    align-items: center !important;
  }
}

.header__row {
  width: 100%;
}
@supports (width: 100vw) {
  .header__row {
    width: 100vw;
  }
}

.header-login-url {
  line-height: 1.5;
}
@media (max-width: 1199.98px) {
  .header-login-url {
    height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .header-login-url {
    line-height: 2.5;
  }
}
.header-login-url .d-none {
  display: inline-block !important;
  float: left;
}
.header-login-url .bar {
  display: none;
}
.account:not(.logged-out) .header-login-url .bar {
  display: block;
  width: 100%;
  left: 0;
}
.header-login-url svg {
  width: 0.875rem;
}
.header-login-url svg:first-of-type {
  float: left;
  background: #ffe637;
  border-radius: 2.5rem;
  padding: 0.25rem;
  height: 2.5rem;
  width: 2.5rem;
  margin-left: -0.625rem;
}
@media (min-width: 992px) {
  .header-login-url svg:first-of-type {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .header-login-url svg:first-of-type {
    margin-right: 0.5rem;
  }
}
.header-login-url svg:last-of-type {
  display: none;
}
@media (min-width: 1200px) {
  .header-login-url svg:last-of-type {
    display: inline-block;
  }
}
.header-login-url svg + span {
  height: 2.5rem;
  line-height: 2.75;
  text-indent: 10px;
}
.header-login-url + ul {
  z-index: 999;
  max-height: 0;
  top: 3.9625rem;
  right: 1rem;
  width: 15rem;
  transition: max-height cubic-bezier(0.55, 0, 0.1, 1) 375ms, padding-top cubic-bezier(0.55, 0, 0.1, 1) 375ms, padding-bottom cubic-bezier(0.55, 0, 0.1, 1) 375ms;
}
.header-login-url + ul .bar {
  display: none;
}
.header-login-url + ul.active {
  max-height: 25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.logged-in .header-login-url + ul, .home:not(.header-sticky) .header-login-url + ul {
  top: 4.25rem;
}
@media (min-width: 1200px) {
  .account.logged-out .header-login-url, .header-login-url.not-logged-in {
    font-size: 0;
    padding: 0;
  }
}
.account.logged-out .header-login-url .d-none, .header-login-url.not-logged-in .d-none {
  display: none !important;
}
.account.logged-out .header-login-url svg, .header-login-url.not-logged-in svg {
  background: #151515;
  margin: 0 1rem 0 0;
  padding: 0;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
}
@media (min-width: 1200px) {
  .account.logged-out .header-login-url svg, .header-login-url.not-logged-in svg {
    margin: 0;
    height: 2.5rem;
    width: 2.5rem;
  }
}
.account.logged-out .header-login-url svg path, .header-login-url.not-logged-in svg path {
  transition: fill cubic-bezier(0.55, 0, 0.1, 1) 375ms;
}
.account.logged-out .header-login-url:hover svg path[fill="#FFF"], .account.logged-out .header-login-url:focus svg path[fill="#FFF"], .account.logged-out .header-login-url.active svg path[fill="#FFF"], .header-login-url.not-logged-in:hover svg path[fill="#FFF"], .header-login-url.not-logged-in:focus svg path[fill="#FFF"], .header-login-url.not-logged-in.active svg path[fill="#FFF"] {
  fill: #ffe637;
}

.logo {
  height: 3rem;
  width: auto;
  transition: height cubic-bezier(0.55, 0, 0.1, 1) 250ms;
}
@media (min-width: 992px) {
  .logo {
    height: 3.75rem;
  }
}

.logo-link {
  transition: width cubic-bezier(0.55, 0, 0.1, 1) 375ms;
}
@media (min-width: 992px) {
  .logo-link {
    width: 10.625rem;
  }
}

.bar {
  bottom: -0.5rem;
  left: 50%;
  width: 0;
  height: 2px;
  transition: left cubic-bezier(0.55, 0, 0.1, 1) 375ms, width cubic-bezier(0.55, 0, 0.1, 1) 375ms;
}

.header a:not(.btn):hover {
  color: inherit;
}

li:hover .bar, a.active .bar, .current-page .bar, .current-page-ancestor .bar {
  left: 0;
  width: 100%;
}

.topbar {
  top: 0;
  right: 0;
  font-size: 14px;
  line-height: 1.71;
  transition: top cubic-bezier(0.55, 0, 0.1, 1) 375ms;
}
.header-sticky .topbar {
  top: -100%;
}
.topbar a:not(:hover) {
  text-decoration: none;
}
.topbar a[href^="tel:"] img {
  height: 0.75rem;
}

.footer {
  background: #d7c852;
  min-height: 400px;
}
.footer h3 {
  font-size: 1.375rem;
  line-height: 1.36;
}
.footer p,
.footer a {
  color: #fff;
}
.footer .list-group-columns {
  -moz-column-count: 1;
       column-count: 1;
}
.footer a:not(:hover) {
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}
.footer .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer .footer-top {
  padding-top: 2.375rem;
  padding-bottom: 2.625rem;
}
@media (min-width: 576px) {
  .footer .footer-top {
    padding-top: 2.90625rem;
  }
  .footer .footer-top h3:nth-of-type(n+1) {
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-top h3:nth-of-type(n+1) {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 992px) {
  .footer .footer-top {
    padding-top: 3.4375rem;
  }
}
.footer .footer-col + .footer .footer-col {
  border-top: 1px solid #fff;
}
@media (min-width: 992px) {
  .footer .footer-col + .footer .footer-col {
    border-top: 0;
  }
}
.footer .footer-col:first-child {
  padding-top: 0;
}
.footer .footer-col:last-child {
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  .footer .footer-col {
    padding: 1.75rem 30px;
  }
}
.footer .footer-col .col-6.col-lg-6 {
  padding: 0;
}
.footer .footer-phone, .footer .footer-mail {
  display: flex;
  margin-bottom: 20px;
}
.footer .footer-phone a, .footer .footer-mail a {
  text-decoration: underline;
}
.footer .contact-container {
  display: flex;
  flex-wrap: wrap;
}
.footer .contact-container p {
  width: 80%;
  color: #000000;
}
.footer .contact-container p:first-of-type {
  margin-bottom: 30px;
}
.footer .contact-container div {
  padding: 0;
}
.footer .contact-container > div:first-of-type {
  max-width: 220px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .footer .contact-container {
    display: block;
  }
}
.footer .footer-icon {
  width: 22px;
  height: 22px;
  border-radius: 20px;
  margin: 0 15px 0 0;
}
.footer .footer-icon img {
  max-height: 100%;
  max-width: 100%;
}
.footer .footer-icon-sm {
  width: 12px;
}
.footer .icon-phone {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="currentColor" d="M14.9 11.4c.9.9.9 1.8 0 2.8-.3.4-.7.7-1 .9-.3.2-.6.3-.8.3h-.9c-1.1 0-2.4-.6-4-1.7-1.2-.9-2.3-1.8-3.4-2.9-1.3-1.3-2.4-2.9-3.4-4.6C.5 4.6.3 3.3.6 2.2c.2-.5.6-1 1.2-1.4.5-.3 1-.5 1.4-.5.5 0 1 .3 1.5.8.7.9 1.1 1.5 1.4 2 .4.9.4 1.6 0 2.3-.3.5-.5.8-.5 1 0 .1.2.3.6.8.7.8 1.1 1.2 1.1 1.2h.1l.1.1.1.1 1.2 1.2c.3.2.4.3.5.3.1 0 .6-.2 1.2-.6.2-.1.4-.2.7-.2.5 0 1.1.2 1.9.6s1.4 1.1 1.8 1.5zm-.5 2.4c.4-.5.5-.9.5-1.1 0-.2-.2-.5-.5-.8-.3-.3-.8-.7-1.5-1.1-.7-.4-1.2-.6-1.6-.6-.1 0-.2 0-.3.1-.8.5-1.4.8-1.6.8-.2 0-.6-.2-1-.6-.5-.4-.9-.8-1.3-1.2L7 9.2s-.1-.1-.2-.1c-.1-.1-.5-.5-1.2-1.3-.5-.5-.7-.9-.8-1.2 0-.3.2-.8.7-1.5.5-.6.1-1.7-1.3-3.4-.3-.4-.6-.5-1-.5-.2 0-.6.1-1 .4h-.1c-.5.3-.8.6-.9 1-.3.9 0 2 .7 3.4.9 1.7 2 3.2 3.3 4.5.9.9 2 1.8 3.3 2.8 1.5 1.1 2.7 1.6 3.6 1.6.5 0 .9-.1 1.2-.2.3-.1.7-.4 1.1-.9z"></path></svg>') no-repeat center center/70% #FFFFFF;
}
.footer .icon-mail {
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 17 12" xmlns="http://www.w3.org/2000/svg"><path d="M.7.5h16.5v11H.7zm.7 10.3h15.1V1.6l-4.9 3.8 2.9 3.3v.1l-3.4-3L9 7.4 6.9 5.8l-3.4 3v-.1l2.9-3.3-4.9-3.8v9.2zM9 6.6l7-5.3H2z" fill="currentColor"></path></svg>') no-repeat center center/70% #FFFFFF;
}
.footer .footer-mail {
  margin-bottom: 40px;
}
.footer .social-icons {
  display: flex;
}
.footer .icon-facebook {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 18"><path fill="#151515" d="M6.5 6h3l-.4 3H6.5v9H2.6V9H.5V6h2.1V4c0-1.3.3-2.3 1-3s1.8-1 3.3-1h2.6v3H7.9c-.6 0-1 .1-1.1.3s-.3.5-.3.9V6zm2 2.2l.2-1.5H5.8V4.3c0-.6.1-1.1.4-1.4.3-.4.9-.6 1.7-.6h.8V.8H6.8c-1.4 0-2.3.3-2.8.8S3.3 2.9 3.3 4v2.8H1.2v1.5h2.1v9.1h2.4V8.2h2.8z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  background-color: #FFFFFF;
}
.footer .icon-twitter {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 15"><path fill="#151515" d="M18.7 1.8c-.5.7-1.1 1.4-1.9 2v.5c0 2.7-1 5.2-2.9 7.4-2 2.2-4.6 3.3-7.8 3.3-2.1 0-4-.6-5.8-1.7.4.1.7.1.9.1 1.7 0 3.3-.5 4.7-1.6-.8 0-1.5-.3-2.2-.8-.7-.5-1.1-1.1-1.3-1.9.3.1.5.1.7.1.3 0 .6-.1 1-.2-.9-.2-1.6-.6-2.2-1.3C1.3 7 1 6.2 1 5.3c.6.3 1.1.5 1.7.5C1.6 5.1 1 4 1 2.6c0-.7.2-1.3.5-1.9 2 2.5 4.6 3.8 7.8 3.9-.1-.2-.1-.5-.1-.9 0-1.1.4-2 1.1-2.7C11 .3 11.9-.1 13-.1s2 .4 2.7 1.2c.8-.1 1.6-.4 2.4-.9-.3.9-.8 1.6-1.7 2.1.9 0 1.7-.2 2.3-.5zm-2.2 1.4l.2-.2c.1-.1.2-.1.2-.2h-.8l-.8-.2c.4-.3.6-.6.7-.7l.4-.4c-.1 0-.1.1-.3.1h-.3l-.3.1-.2-.2c-.6-.7-1.4-1-2.3-1-.9 0-1.6.3-2.2.9-.6.6-.9 1.4-.9 2.2 0 .2 0 .4.1.7l.2.8h-.9C7.7 5 6.2 4.6 4.7 3.9c-1-.5-2-1.2-2.9-2.2-.1.3-.1.6-.1.7 0 1.1.5 2 1.4 2.7.9.6 1.5 1 1.8 1.1H2.7c-.3 0-.6 0-.9-.1.2.5.5 1 .9 1.4.4.4 1 .7 1.5.8l2.4.4-2.4.8c-.3.1-.5.1-.8.1.7.9 1.5 1.3 2.5 1.3h1.8L6.3 12c-.7.5-1.5 1-2.3 1.3-.6.2-1 .3-1.1.3 1.1.4 2.2.5 3.3.5 1.6 0 3-.3 4.4-.9 1.2-.5 2.3-1.3 3.2-2.3.8-.9 1.4-2 2-3.3.4-1.2.7-2.4.7-3.6v-.8z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
  background-color: #FFFFFF;
}
.footer .icon-linkedin {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 17 17"><path fill="#151515" d="M15.4.2c.4 0 .7.1.9.4.3.2.4.6.4.9v13.8c0 .4-.1.7-.4 1-.3.3-.6.4-.9.4H1.7c-.4 0-.7-.1-1-.4-.3-.3-.4-.6-.4-1V1.5c0-.4.1-.7.4-.9.3-.2.6-.4 1-.4h13.7zm-.1 15.2s.1-.1 0 0l.1-13.7c0-.1 0-.1-.1-.1H1.7c-.1 0-.1 0-.1.1v13.5c0 .1 0 .1.1.1h13.6zM4.2 5.5c-.4 0-.7-.1-.9-.4-.2-.2-.3-.5-.3-.9s.1-.7.4-.9c.2-.2.6-.4.9-.4.4 0 .7.1.9.4.2.2.3.6.3.9 0 .3-.1.6-.4.9-.2.3-.5.4-.9.4zM5.4 14H3V6.7h2.4V14zm5.9-7.5c.8 0 1.5.3 2 .8s.8 1.3.8 2.4V14h-2.4v-4c0-1.1-.4-1.6-1.2-1.6-.6 0-1 .3-1.2.9-.1.1-.1.3-.1.6v4.2H6.8V6.8h2.4v1c.5-.9 1.2-1.3 2.1-1.3z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
  background-color: #FFFFFF;
}
.footer .icon-instagram {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 15"><path fill="#151515" d="M15.5 1.9v11.3c0 .5-.2.9-.5 1.3-.4.4-.8.5-1.3.5H2.4c-.5 0-1-.2-1.3-.5-.4-.4-.5-.8-.5-1.3V1.9c0-.5.2-1 .5-1.3.4-.4.8-.5 1.3-.5h11.2c.5 0 1 .2 1.3.5.4.3.6.8.6 1.3zm-1.8 11.9c.4 0 .6-.2.6-.6V6.3h-2c.1.3.2.8.2 1.2 0 1.2-.4 2.3-1.2 3.1-.9.9-1.9 1.3-3.1 1.3-1.2 0-2.2-.4-3.1-1.3S3.8 8.7 3.8 7.5c0-.4.1-.8.2-1.2H1.9v6.9c0 .2.1.3.2.4.1.1.3.2.5.2h11.1zm-3.5-8.5c-.6-.6-1.3-.9-2.2-.9s-1.6.3-2.2.9c-.6.6-.9 1.3-.9 2.2s.3 1.6.9 2.2c.6.6 1.3.9 2.2.9s1.6-.3 2.2-.9c.6-.6.9-1.3.9-2.2s-.3-1.6-.9-2.2zm4-1.6V1.8c0-.4-.2-.6-.6-.6h-1.9c-.4 0-.6.2-.6.6v1.9c0 .4.2.6.6.6h1.9c.4.1.6-.1.6-.6z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
  background-color: #FFFFFF;
}
.footer .icon-youtube {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 15"><path fill="#151515" d="M10.9 0c3 0 5.2 0 6.6.1.8 0 1.5.3 2.1.9.6.6.8 1.4.8 2.2.1 1.4.1 2.8.1 4.2 0 1.4 0 2.8-.1 4.2 0 .9-.3 1.6-.8 2.2-.6.6-1.2.9-2.1.9-1.9.1-4.1.2-6.6.2h-.8c-2.5 0-4.7-.1-6.6-.2-.8 0-1.5-.3-2.1-.9-.6-.6-.8-1.4-.8-2.2C.5 10.2.5 8.8.5 7.4c0-.9.1-2.3.2-4.2 0-.9.3-1.6.8-2.3s1.2-.9 2-.9c2.2-.1 4.4-.1 6.6-.1h.8zm0 1.2h-.8c-1.8 0-4 .1-6.6.2-.4 0-.8.2-1.2.6-.3.4-.5.8-.5 1.3-.1 1.3-.1 2.7-.1 4.1 0 1.4 0 2.7.1 4.1v.1c0 .5.2 1 .5 1.4.3.3.7.5 1.1.5 2.7.1 4.9.2 6.5.2h.8c1.6 0 3.7-.1 6.5-.2.4 0 .8-.2 1.1-.5.4-.4.5-.9.5-1.4v-.1c.1-1.3.1-2.7.1-4.1 0-1.4 0-2.8-.1-4.1v-.1c0-.5-.2-1-.5-1.3-.3-.4-.7-.6-1.2-.6-1.6 0-3.8-.1-6.2-.1zM8.6 11.3V3.6l5.7 3.9-5.7 3.8z"></path></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%;
  background-color: #FFFFFF;
}
.footer .subscribe-button {
  background-color: #000000;
  display: inline-block;
  color: #FFFFFF;
  padding: 5px 30px 3px 30px;
  border-radius: 20px;
  margin-top: 20px;
}
.footer .credits {
  display: flex;
  align-items: center;
  min-height: 50px;
}
.footer .credits .container {
  display: flex;
  align-items: center;
}
.footer .credits .container a:hover {
  color: #000000;
}
.footer .credits .container p:nth-of-type(n+1) {
  color: #000000;
  padding: 0 5px;
  display: inline-block;
  text-decoration: underline;
  margin: 0;
}
.footer .credits .container > p:first-of-type {
  text-decoration: none;
}

.list-group-item:empty {
  padding: 0 !important;
}

.list-group-columns {
  list-style: none;
}
@media (min-width: 576px) {
  .list-group-columns {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
    -moz-column-count: 2;
         column-count: 2;
  }
}

@media (min-width: 1200px) {
  .list-group-columns-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}

.list-svg svg {
  max-width: 1.375rem;
  margin-right: 1rem;
}
.menu-overlay-sub .list-svg svg {
  max-width: 1.125rem;
  max-height: 1.125rem;
}

.list--category {
  white-space: nowrap;
  overflow: auto;
}
@media (min-width: 992px) {
  .list--category {
    flex-direction: column !important;
  }
}
.list--category .list-group-item {
  padding-left: 0.875rem;
  padding-right: 0.4375rem;
}
.list--category .list-group-item:not(.active) {
  padding-left: 0.4375rem;
}
.list--category .list-group-item.active {
  background: transparent;
  position: relative;
}
.list--category .list-group-item.active:before {
  background: #df9ef2;
  border-radius: 0.25rem;
  content: "";
  height: 0.875rem;
  width: 0.25rem;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}

.menu-overlay .list--menu svg {
  margin-right: 0.625rem;
  max-width: 1rem;
}

.list--contact a {
  text-decoration: none;
}
.list--contact a:hover {
  color: inherit;
  text-decoration: underline;
}
.list--contact svg {
  width: 0.875rem;
  margin-right: 0.75rem;
}

.list--social a {
  background: #ffe637;
  border-radius: 1.25rem;
  display: flex;
  height: 1.25rem;
  justify-content: center;
  width: 1.25rem;
  transition: background cubic-bezier(0.55, 0, 0.1, 1) 375ms;
  padding: 0.25rem;
}
.list--social a:hover {
  background: #151515;
}
.list--social a:hover path {
  fill: #fff;
}
.list--social svg {
  display: block;
  max-height: 0.75rem;
  max-width: 0.75rem;
  text-align: center;
}
.list--social path {
  transition: fill cubic-bezier(0.55, 0, 0.1, 1) 375ms;
}

.table--custom {
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .table--custom td {
    position: relative;
  }
  .table--custom td[data-title] {
    padding-top: 1.75rem;
    display: block;
  }
  .woocommerce-cart-form .table--custom td[data-title] {
    padding-top: 1.875rem !important;
    display: block !important;
  }
  .table--custom td[data-title]:before {
    color: #ababab;
    content: attr(data-title);
    font-size: 0.625rem;
    position: absolute;
    top: 0.75rem;
  }
  .table--custom td:first-child {
    border: 0;
  }
  .table--custom .cart_item {
    display: block !important;
    width: 100% !important;
  }
  .table--custom[data-color=yellow] tr:nth-child(odd) {
    background: #fff8c4;
  }
  .table--custom[data-color=yellow] tr:nth-child(odd) td {
    border-color: #e2cb2d;
  }
  .table--custom[data-color=yellow] tr:nth-child(odd) td:before {
    color: #e2cb2d;
  }
  .table--custom[data-color=blue] tr:nth-child(odd) {
    background: #d5f4ff;
  }
  .table--custom[data-color=blue] tr:nth-child(odd) td {
    border-color: #6eabc2;
  }
  .table--custom[data-color=blue] tr:nth-child(odd) td:before {
    color: #6eabc2;
  }
  .table--custom[data-color=red] tr:nth-child(odd) {
    background: #ffddd2;
  }
  .table--custom[data-color=red] tr:nth-child(odd) td {
    border-color: #c56545;
  }
  .table--custom[data-color=red] tr:nth-child(odd) td:before {
    color: #c56545;
  }
  .table--custom[data-color=green] tr:nth-child(odd) {
    background: #d0ffe7;
  }
  .table--custom[data-color=green] tr:nth-child(odd) td {
    border-color: #50a67b;
  }
  .table--custom[data-color=green] tr:nth-child(odd) td:before {
    color: #50a67b;
  }
  .table--custom[data-color=purple] tr:nth-child(odd) {
    background: #f5dbfd;
  }
  .table--custom[data-color=purple] tr:nth-child(odd) td {
    border-color: #a571b5;
  }
  .table--custom[data-color=purple] tr:nth-child(odd) td:before {
    color: #a571b5;
  }
}
@media (min-width: 576px) {
  .table--custom {
    border-bottom: 1px solid #efefef;
    margin-bottom: 3rem;
  }
  .table--custom td {
    padding: 1.125rem 0.625rem;
  }
  .table--custom th {
    padding: 0.5rem 0.625rem;
  }
  .table--custom .btn, .table--custom .thwmscf-wrapper input[type=button], .thwmscf-wrapper .table--custom input[type=button], .table--custom .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .table--custom a.checkout-button {
    float: right;
  }
}
@media (min-width: 992px) {
  .table--custom {
    margin-bottom: 5rem;
  }
}

.table--userdata {
  line-height: 1.63;
  margin-bottom: 1.625rem;
  width: auto;
}
.table--userdata th,
.table--userdata td {
  border-top-width: 0;
  padding: 0 0.75rem;
  min-width: 11.25rem;
}
@media (max-width: 767.98px) {
  .table--userdata th,
  .table--userdata td {
    width: 100%;
    float: left;
    clear: both;
  }
}
@media (max-width: 767.98px) {
  .table--userdata tr.d-none.d-md-table-row {
    display: table-row !important;
  }
}
.table--userdata tr > td:first-child, .table--userdata tr > th:first-child {
  padding-left: 0;
}
.table--userdata tr > td:last-child, .table--userdata tr > th:last-child {
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .table--userdata tr > td:last-child, .table--userdata tr > th:last-child {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .table--userdata tr {
    width: 100%;
  }
  .table--userdata tr:not(:last-child) {
    border-bottom: 1px solid #efefef;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    float: left;
  }
}
.table--userdata .text-muted {
  color: #ababab !important;
}

@media (max-width: 991.98px) {
  .woocommerce-cart-form {
    width: 100%;
    display: block;
  }
  .woocommerce-cart-form tbody {
    width: 100%;
    display: block;
  }
  .woocommerce-cart-form tbody tr:last-of-type,
  .woocommerce-cart-form tbody tr:last-of-type td {
    width: 100%;
    display: block;
    float: left;
  }
  .woocommerce-cart-form table {
    width: 100%;
    display: block;
  }
}
.cool-horizontal-timeline-body {
  word-wrap: break-word;
}

.cool-horizontal-timeline-body .story-details :where(.timeline-block_title, .ctlb-block-title), .cool-vertical-timeline-body .story-details :where(.timeline-block_title, .ctlb-block-title),
.cool-horizontal-timeline-body.ctlb-wrapper .story-details :where(.timeline-block_desc p, .ctlb-block-desc), .cool-vertical-timeline-body.ctlb-wrapper .story-details :where(.timeline-block_desc p, .ctlb-block-desc),
.cool-horizontal-timeline-body .timeline-content .story-time p, .cool-horizontal-timeline-body.design-1 .ctlb-nav-swiper-outer .ctlb_nav_date, .cool-vertical-timeline-body .timeline-content .story-time p {
  font-family: "Heebo", sans-serif;
}

.accordion-item {
  margin-bottom: 1.125rem;
  border-top: 1px solid #efefef;
}

.accordion-title {
  cursor: pointer;
  font-size: 1rem;
}
.accordion-title .icon-chevron-down {
  transition: 175ms ease-in-out;
}
.accordion-title[aria-expanded=true] .icon-chevron-down {
  transform: rotate(180deg);
}

.advisor--avatar {
  filter: grayscale(100%);
  height: 5.625rem;
  width: 5.625rem;
  z-index: 1;
}
@media (min-width: 992px) {
  .advisor--avatar {
    height: 8.5rem;
    width: 8.5rem;
  }
}

.advisor--circle {
  height: 0;
  width: 0;
  left: 0;
  z-index: 0;
  transition: left 375ms linear, height 575ms ease-in-out, width 575ms ease-in-out, transform 375ms ease;
}
.advisor-active .advisor--circle {
  left: 2.8125rem;
  height: 5.625rem;
  width: 5.625rem;
}
@media (min-width: 992px) {
  .advisor-active .advisor--circle {
    height: 15.3125rem;
    width: 15.3125rem;
    left: 6.625rem;
    top: 50%;
    transform: translateY(-50%);
  }
  .singleQuote .advisor-active .advisor--circle {
    height: 8.5rem;
    width: 8.5rem;
    top: inherit;
    transform: inherit;
  }
  aside .advisor-active .advisor--circle {
    height: 5.625rem;
    width: 5.625rem;
    left: 2.8125rem;
  }
}

.advisor--data {
  padding-left: 0.5rem;
  transition: padding-left 250ms ease-in-out;
  z-index: 1;
}
.advisor-active .advisor--data {
  padding-left: 0.625rem;
}
@media (min-width: 992px) {
  .advisor--data {
    max-width: 11.6875rem;
  }
}

@media (min-width: 992px) {
  .advisor-active .advisor--name-white {
    color: #fff;
  }
}

.advisor--name {
  font-size: 1.3125rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .advisor--name {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  aside .btn + .btn, aside .thwmscf-wrapper input[type=button] + .btn, .thwmscf-wrapper aside input[type=button] + .btn, aside .thwmscf-wrapper .btn + input[type=button], .thwmscf-wrapper aside .btn + input[type=button], aside .thwmscf-wrapper input[type=button] + input[type=button], .thwmscf-wrapper aside input[type=button] + input[type=button], aside .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .btn, aside .woocommerce-cart .wc-proceed-to-checkout .thwmscf-wrapper a.checkout-button + input[type=button], .thwmscf-wrapper aside .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + input[type=button], .woocommerce-cart .wc-proceed-to-checkout aside a.checkout-button + .btn, .woocommerce-cart .wc-proceed-to-checkout aside .thwmscf-wrapper a.checkout-button + input[type=button], .thwmscf-wrapper .woocommerce-cart .wc-proceed-to-checkout aside a.checkout-button + input[type=button], aside .woocommerce-cart .wc-proceed-to-checkout .btn + a.checkout-button, aside .woocommerce-cart .wc-proceed-to-checkout .thwmscf-wrapper input[type=button] + a.checkout-button, .thwmscf-wrapper aside .woocommerce-cart .wc-proceed-to-checkout input[type=button] + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout aside .btn + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout aside .thwmscf-wrapper input[type=button] + a.checkout-button, .thwmscf-wrapper .woocommerce-cart .wc-proceed-to-checkout aside input[type=button] + a.checkout-button, aside .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout aside a.checkout-button + a.checkout-button {
    margin-left: 0;
    margin-top: 1.375rem;
  }
  aside .advisor--function,
  aside .advisor--description {
    font-size: 0.875rem;
  }
  aside .advisor--name {
    font-size: 1.125rem;
  }
  aside .advisor--avatar {
    height: 5.625rem;
    width: 5.625rem;
  }
}

.alert button {
  color: currentColor;
}
.alert .close i {
  line-height: 1.25;
}
.modal .alert {
  top: -3rem;
  width: calc(100% - 1.5rem);
}
.alert div {
  display: inline;
}
.gform_validation_error .alert {
  margin-top: -4rem;
  width: 100%;
  z-index: 99;
}

.article-info {
  right: 0;
  width: 0;
  top: 15rem;
  transition: width cubic-bezier(0.55, 0, 0.1, 1) 375ms;
  z-index: 12;
}
@media (min-width: 768px) {
  .article-info {
    top: 20rem;
  }
}
@media (min-width: 992px) {
  .article-info {
    top: 34rem;
    width: 18.75rem;
  }
}
.article-info.active {
  width: 18.75rem;
}
.article-info svg {
  height: 2rem;
  width: auto;
  margin-bottom: 2rem;
  margin-left: -0.25rem;
}
.article-info h6 {
  font-size: inherit;
}

.article-info__inner {
  padding: 2.5rem 1.5rem 0.5rem;
  font-size: 0.875rem;
}

.article-info-toggler {
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  font-size: 1.375rem;
  height: 3.75rem;
  width: 4.5rem;
  right: 0;
  top: 15rem;
}
.article-info-toggler:hover {
  background: #a571b5 !important;
}
.article-info-toggler:focus {
  outline: none;
}
@media (min-width: 768px) {
  .article-info-toggler {
    top: 20rem;
  }
}
@media (min-width: 992px) {
  .article-info-toggler {
    top: 34rem;
  }
}

.article_link {
  text-decoration: none;
}
.article_link:before {
  background: #df9ef2;
  border-radius: 0.25rem;
  content: "";
  position: absolute;
  left: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 0.125rem;
  padding-left: 0;
  transition: height 375ms cubic-bezier(0.55, 0, 0.1, 1);
}
[class*=bg-yellow] .article_link:before, [class*=bg-red] .article_link:before, [class*=bg-green] .article_link:before, [class*=bg-blue] .article_link:before, [class*=bg-purple] .article_link:before {
  background: #fff;
}
@media (min-width: 992px) {
  .article_link:before {
    left: -0.875rem;
    width: 0.25rem;
  }
}
.article_link:hover {
  color: #151515;
}
.article_link:hover:before {
  height: 1rem;
}
.article_link.active {
  font-weight: 800;
}
.article_link.active:before {
  height: 1rem;
}

.list-article_link {
  overflow-y: auto;
}
.account .list-article_link li {
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 992px) {
  .account .list-article_link li {
    padding-left: 1rem !important;
    margin-left: -0.5rem;
  }
}

.badge-green,
.badge-blue,
.badge-purple {
  color: #fff;
}

.account__dataBar .badge {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.card--product .badge {
  line-height: 1.43;
  padding-top: 5px;
  padding-bottom: 5px;
  max-width: calc(100% - 2rem);
}

.benefits {
  padding: 5rem 0;
  z-index: 3;
}

.benefits--inner {
  padding: 2.5rem 0 0.25rem;
  z-index: 3;
}
@media (min-width: 768px) {
  .benefits--inner {
    padding-top: 5.75rem;
  }
}
.tool .benefits--inner {
  padding: 2.5rem 0;
}
@media (min-width: 768px) {
  .tool .benefits--inner {
    padding: 5.75rem 0;
  }
}

.benefits--title {
  font-size: 1.625rem;
  line-height: 1.28;
}
@media (min-width: 768px) {
  .benefits--title {
    font-size: 2.25rem;
  }
}

.brand-slider img {
  margin: 0 auto;
  width: 5rem;
}
@media (min-width: 992px) {
  .brand-slider img {
    width: 7.5rem;
  }
}
.brand-slider.has-divider {
  border-bottom: 1px solid #3c3c3c;
}

.category-row {
  margin-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .category-row {
    margin-bottom: 2.75rem;
  }
}
@media (min-width: 1200px) {
  .category-row {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .category-row + .category-row {
    padding-top: 3.125rem;
  }
}

.category-section {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .category-section {
    margin-bottom: 3.75rem;
  }
}

.category-link {
  vertical-align: sub;
}
.category-link:not(:hover) {
  text-decoration: none;
}

.custom-input {
  font-family: "Heebo", sans-serif;
  font-size: 1.0625rem;
  font-weight: 300;
  padding: 0.4175rem 0;
  outline: none;
}
.custom-input:focus {
  color: #3c3c3c;
}
@media (min-width: 768px) {
  .custom-input {
    font-size: 1rem;
  }
}
.custom-input::-webkit-input-placeholder {
  font-family: 400;
  font-size: 1.0625rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .custom-input::-webkit-input-placeholder {
    font-size: 1rem;
  }
}

.custom-input:-moz-placeholder {
  font-family: 400;
  font-size: 1.0625rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .custom-input:-moz-placeholder {
    font-size: 1rem;
  }
}

.custom-input::-moz-placeholder {
  font-family: 400;
  font-size: 1.0625rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .custom-input::-moz-placeholder {
    font-size: 1rem;
  }
}

.custom-input:-ms-input-placeholder {
  font-family: 400;
  font-size: 1.0625rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .custom-input:-ms-input-placeholder {
    font-size: 1rem;
  }
}

.footer .custom-input {
  color: #fff;
  font-weight: 1rem;
}
.footer .custom-input::-webkit-input-placeholder {
  color: #fff;
  font-weight: 1rem;
}

.footer .custom-input:-moz-placeholder {
  color: #fff;
  font-weight: 1rem;
}

.footer .custom-input::-moz-placeholder {
  color: #fff;
  font-weight: 1rem;
}

.footer .custom-input:-ms-input-placeholder {
  color: #fff;
  font-weight: 1rem;
}

.footer .custom-input:focus {
  color: #ffe637;
}

.dot {
  height: 0.875rem;
  width: 0.875rem;
}
@supports (aspect-ratio: 1/1) {
  .dot {
    aspect-ratio: 1/1;
    height: auto;
  }
}
.list--product-categories .dot {
  left: 0;
  margin-top: 1px;
}
.dot.bg-orange {
  background: #fb8259;
}

.dot--sm {
  height: 1.25rem !important;
  width: 1.25rem !important;
  padding: 0.175rem;
}
.dot--sm svg {
  vertical-align: top;
}

.dot--counter {
  height: 1.125rem;
  width: 1.125rem;
  font-size: 0.75rem;
  line-height: 1.08;
}
.dot--counter.medium {
  height: 1.75rem;
  width: 1.75rem;
}
.product-cart .dot--counter.medium {
  top: -0.875rem;
  right: -0.875rem;
}
.product-cart .dot--counter {
  top: -0.25rem;
  right: -0.5625rem;
}

.dot--medium {
  height: 2.5rem;
  width: 2.5rem;
}
.dot--medium svg {
  max-width: 1.25rem;
}
.archive .dot--medium, .search .dot--medium {
  margin-right: 0.625rem;
}

.dot--large {
  height: 4.375rem;
  width: 4.375rem;
  padding: 1rem;
}
.dot--large + .col {
  max-width: calc(100% - 4.375rem);
}
@media (min-width: 1200px) {
  .dot--large {
    height: 5.1875rem;
    width: 5.1875rem;
    padding: 1.375rem;
  }
  .dot--large + .col {
    max-width: calc(100% - 5.1875rem);
  }
}

.searchBar {
  position: relative;
  z-index: 1072;
}
.searchBar::after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 1200px) {
  .searchBar--offset {
    padding-right: 6.5rem;
  }
}

.searchBar__input {
  border-radius: 3.125rem;
  padding: 1rem;
  height: calc(1.59em + 2rem + 2px);
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .searchBar__input {
    width: calc(100% - 10.125rem);
  }
}
.searchBar__input + .btn, .thwmscf-wrapper .searchBar__input + input[type=button], .woocommerce-cart .wc-proceed-to-checkout .searchBar__input + a.checkout-button {
  float: left;
  width: 100%;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .searchBar__input + .btn, .thwmscf-wrapper .searchBar__input + input[type=button], .woocommerce-cart .wc-proceed-to-checkout .searchBar__input + a.checkout-button {
    margin-top: 0;
    width: 8.625rem;
    margin-left: 1.5rem;
  }
}

.searchBar__suggestions {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 1rem;
}
.searchBar__suggestions li {
  border-bottom: 1px solid #efefef;
  padding: 0.5rem 0;
}
.searchBar__suggestions li a {
  text-decoration: none;
}

.searchBar__reset {
  position: absolute;
  top: 1.25rem;
  left: calc(100% - 3rem);
}
@media (min-width: 768px) {
  .searchBar__reset {
    left: calc(80% - 3rem);
  }
  .home .searchBar__reset {
    left: calc(80% - 5rem);
  }
}
@media (min-width: 992px) {
  .home .searchBar__reset {
    left: calc(80% - 3rem);
  }
}
@media (min-width: 768px) {
  .category .searchBar__reset {
    left: calc(80% - 4rem);
  }
}
@media (min-width: 992px) {
  .category .searchBar__reset {
    left: calc(80% - 5rem);
  }
}
@media (min-width: 1200px) {
  .category .searchBar__reset {
    left: calc(80% - 3rem);
  }
}

.suggestBox {
  background: white;
  padding: 0.75rem;
}
.suggestBox::after {
  display: block;
  clear: both;
  content: "";
}

.hero-search-title svg {
  max-width: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: baseline;
}
@media (min-width: 768px) {
  .hero-search-title svg {
    max-width: 2.375rem;
    margin-right: 0.625rem;
  }
}

.slick-slide {
  overflow: hidden;
}
.slick-slide > div {
  height: 100%;
}

@media (max-width: 1199.98px) {
  .theme-slider .slick-slider {
    margin-bottom: 0;
  }
}

.slick-dots {
  bottom: -1.25rem;
}
.quote-slider .slick-dots {
  bottom: -2.375rem;
}
.theme-slider .slick-dots {
  bottom: 2rem;
}
@media (min-width: 992px) {
  .theme-slider .slick-dots {
    bottom: -2rem;
  }
}
.slick-dots li button:before {
  font-size: 2rem;
  transition: color 150ms ease-in-out;
}
.account .slick-dots li button:before {
  color: #e9ecef;
}
.quote-slider .slick-dots li button:before {
  color: #efefef;
}
.account .slick-dots li.slick-active button:before {
  color: #ffe637;
}
.quote-slider .slick-dots li.slick-active button:before {
  color: currentColor;
}
@media (max-width: 1199.98px) {
  .theme-slider .slick-dots li.slick-active button:before {
    color: #fff;
  }
}

.slick-track {
  padding: 1rem 0;
}
@media (max-width: 1199.98px) {
  .theme-slider .slick-track {
    padding-bottom: 0;
  }
}

.slick-prev,
.slick-next {
  height: 2rem;
  width: 2rem;
  z-index: 5;
}
@media (min-width: 992px) {
  .slick-prev,
  .slick-next {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slick-prev:after,
.slick-next:after {
  content: "";
  border-radius: 100%;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  height: 15.375rem;
  width: 15.375rem;
  top: 50%;
  transform: translateY(-50%);
  transition: background 250ms ease, left 250ms ease-in-out, right 250ms ease-in-out;
}
.slick-prev:before,
.slick-next:before {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 2.5rem;
  }
}
.slick-prev:hover:after,
.slick-next:hover:after {
  background: rgba(255, 255, 255, 0.15);
}

.slick-prev {
  left: 0.625rem;
}
.slick-prev:after {
  right: 0;
}
.slick-prev:hover:after {
  right: -1.25rem;
}
@media (min-width: 992px) {
  .slick-prev {
    left: 5rem;
  }
}

.slick-next {
  right: 0.625rem;
}
.slick-next:after {
  left: 0;
}
.slick-next:hover:after {
  left: -1.25rem;
}
@media (min-width: 992px) {
  .slick-next {
    right: 5rem;
  }
}

.slider-circle {
  max-height: 15.375rem;
  max-width: 15.375rem;
  transition: background 375ms linear;
}
@supports (aspect-ratio: 1/1) {
  .slider-circle {
    aspect-ratio: 1/1;
  }
}
.slider-circle:hover span:after {
  color: #fff;
}
.slider-circle span:after {
  color: #ffe637;
  content: "\E904";
  font-family: "icomoon";
  font-size: 1.75rem;
  transition: color 375ms linear;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

@media (min-width: 992px) {
  .theme-slider {
    margin-bottom: -2.875rem;
  }
}
.theme-slider article {
  padding: 2rem 3.125rem 3.75rem;
}
@media (max-width: 1199.98px) {
  .theme-slider article.single {
    padding: 2rem 3.125rem;
  }
}
.theme-slider article.single + div {
  max-height: 37.5rem;
}
@media (max-width: 767.98px) {
  .theme-slider article.single + div {
    height: 14.375rem;
  }
}
@media (min-width: 992px) {
  .theme-slider article {
    min-height: 37.5rem;
    padding: 3.75rem 7.5rem 5rem;
  }
}
.theme-slider .blockquote {
  height: initial;
  font-size: 1.75rem;
  line-height: 1.36;
  padding: 2.5rem 0;
}
@media (min-width: 992px) {
  .theme-slider .blockquote {
    font-size: 2.375rem;
    line-height: 1.26;
  }
}
.theme-slider .inner {
  max-width: 500px;
  margin: 0 auto;
}

.sidebar {
  will-change: min-height;
  padding-left: 0;
}
.account .sidebar {
  padding: 2rem 0.75rem;
}
@media (max-width: 767.98px) {
  .account .sidebar {
    top: 0;
    height: 100%;
    width: 100%;
    position: fixed !important;
    z-index: 999999;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .sidebar {
    padding-left: 0.75rem;
  }
}
.sidebar hr {
  border-color: currentColor;
}

@media (min-width: 992px) {
  @supports (position: sticky) {
    .sidebar__inner {
      position: sticky;
      top: 8.75rem;
    }
  }
}
@supports not (position: sticky) {
  .sidebar__inner {
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
  }
  .is-affixed .sidebar__inner {
    left: inherit;
  }
}

.gform_anchor {
  scroll-margin-top: 10rem;
}

.article-slider .slick-next {
  right: 0.625rem;
}
.article-slider .slick-prev {
  left: 0.625rem;
}
.article-slider a:not(:hover) {
  text-decoration: none;
}
.article-slider .bg-white .slick-next:before,
.article-slider .bg-white .slick-prev:before {
  color: #ffe637;
}
.single-jobs .article-slider .bg-white .slick-next:before,
.single-jobs .article-slider .bg-white .slick-prev:before {
  color: #6edaa3;
}
.single-events .article-slider .bg-white .slick-next:before,
.single-events .article-slider .bg-white .slick-prev:before {
  color: #8cd7f2;
}
.single-theme .article-slider .bg-white .slick-next:before,
.single-theme .article-slider .bg-white .slick-prev:before {
  color: #df9ef2;
}
.single-product .article-slider .bg-white .slick-next:before,
.single-product .article-slider .bg-white .slick-prev:before {
  color: #fb8259;
}

.article-slider__title {
  font-size: 1rem;
  line-height: 1.63;
}

.js-article-slider {
  padding: 0;
}
.js-article-slider .slick-track {
  padding: 0 !important;
}

.section-data p {
  font-size: 0.875rem;
  line-height: 1.171;
}
.section-data p:last-child {
  margin: 0;
}

.social-list {
  margin: 0 -0.25rem;
}
.social-list svg {
  max-height: 1rem;
  max-width: 1rem;
}

.social-link {
  height: 2rem;
  width: 2rem;
}

.blockquote {
  height: 24.5rem;
  padding: 5rem 0.5rem 5rem 3.5rem;
}
@media (min-width: 992px) {
  .blockquote {
    height: 27.125rem;
    padding-left: 5.625rem;
  }
}
.blockquote > * {
  z-index: 2;
}

.blockquote-circle {
  height: 24.5rem;
  width: 24.5rem;
  top: 0;
  z-index: -1;
  left: 0;
}
@media (min-width: 992px) {
  .blockquote-circle {
    height: 27.125rem;
    width: 27.125rem;
  }
}

.singleQuote.border-top {
  margin-top: 2rem;
}
.singleQuote.border-bottom {
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .singleQuote.border-top {
    margin-top: 3.125rem;
  }
  .singleQuote.border-bottom {
    margin-bottom: 3.125rem;
  }
}
.singleQuote .advisor {
  padding-top: 2rem !important;
  margin: 0 auto;
  max-width: 20rem;
}
.singleQuote h5 {
  color: #2e2e2c;
}
@media (min-width: 768px) {
  .singleQuote h5 {
    font-size: 1.25rem;
  }
}

.hamburger {
  height: 32px;
  width: 32px;
  top: 1.4375rem;
  right: 0.75rem;
}
.menu-active .hamburger {
  top: 0.625rem;
}
.menu-overlay .hamburger {
  display: none;
}
.menu-active .menu-overlay .hamburger {
  display: block;
}

.line {
  position: relative;
  background: #414141;
  transition: all ease-in-out 300ms;
}
.is-active .line, .menu-active .line {
  background: transparent;
}
.line, .line:before, .line:after {
  display: block;
  width: 25px;
  height: 2px;
}
.line:before, .line:after {
  background: #414141;
  content: "";
  position: absolute;
  left: 0;
}
.line:before {
  bottom: 7px;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.is-active .line:before, .menu-active .line:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.line:after {
  top: 7px;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.is-active .line:after, .menu-active .line:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hero {
  height: 12.5rem;
}
@media (min-width: 768px) {
  .hero {
    height: 17.5rem;
  }
}
@media (min-width: 992px) {
  .hero {
    height: 22.5rem;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .hero-home {
    padding-top: 150px !important;
  }
}
.hero-home blockquote p {
  max-width: 411px;
}

.hero-home__dot {
  animation-name: pulseShadow;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  animation-direction: alternate;
  background: #e2cb2d;
  border-radius: 100%;
  height: 22.5rem;
  width: 22.5rem;
  top: -100%;
  right: -11.25rem;
  z-index: -1;
}
@media (min-width: 992px) {
  .hero-home__dot {
    top: -12.5rem;
    right: -12.5rem;
    width: 41.5rem;
    height: 41.5rem;
  }
}

.hero-home__dot-container {
  height: 41.5rem;
  top: -5rem;
  z-index: -1;
  pointer-events: none;
}
@media (min-width: 992px) {
  .hero-home__dot-container {
    top: 0;
  }
}
.hero-home__dot-container blockquote {
  position: absolute;
  right: 0;
  top: 4.25rem;
}
@media (min-width: 992px) {
  .hero-home__dot-container blockquote {
    top: 9.875rem;
  }
}

.menu .main-item {
  font-size: 1.125rem;
  line-height: 1.44;
}

@media (min-width: 1300px) {
  .menu-secondary {
    margin-right: -1.5rem;
  }
}

.menu-overlay {
  bottom: 0;
  top: 0;
  left: 100%;
  right: 0;
  transition: left cubic-bezier(0.55, 0, 0.1, 1) 375ms;
  z-index: 9;
}
.admin-bar .menu-overlay {
  top: 2rem;
}
.menu-overlay .list-group {
  margin-top: 4.5rem;
}
@media (min-width: 1200px) {
  .menu-overlay .list-group {
    margin-top: 2.5rem;
  }
}
@media (max-width: 1199.98px) {
  .menu-overlay h3, .menu-overlay .h3 {
    white-space: nowrap;
  }
}
.menu-overlay h3 svg, .menu-overlay .h3 svg {
  max-width: 1.5rem;
  vertical-align: top;
  margin-right: 1.125rem;
  max-height: 1.625rem;
}
@media (min-width: 576px) {
  .menu-overlay h3 svg, .menu-overlay .h3 svg {
    max-height: 2.25rem;
    max-width: 2.25rem;
    vertical-align: middle;
  }
}
@media (min-width: 576px) {
  .menu-overlay h3 svg, .menu-overlay .h3 svg {
    max-height: initial;
  }
}
.menu-overlay .accordion {
  padding-left: 2.875rem;
}
.menu-overlay .accordion h6 {
  white-space: nowrap;
}
.menu-overlay .accordion h6 svg {
  display: inline-block;
  max-width: 1.5rem;
  margin-left: 0.5rem;
  vertical-align: top;
}
.menu-overlay button {
  outline: none;
}
@media (min-width: 1200px) {
  .menu-overlay button {
    pointer-events: none;
  }
}
.menu-overlay i {
  font-size: 22px;
  line-height: 1.18;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  right: 0;
}
.menu-overlay [data-toggle=collapse] svg {
  right: 0;
  transition: transform 250ms cubic-bezier(0.55, 0, 0.1, 1);
  transform: rotate(-90deg);
  width: 1.125rem;
}
.menu-overlay [aria-expanded=true] svg {
  transform: rotate(90deg);
}

.menu-active .menu-overlay-main {
  left: 0;
  z-index: 1101;
  overflow-y: auto;
}
@media (min-width: 576px) {
  .menu-active .menu-overlay-main {
    max-width: 30rem;
    left: calc(100% - 30rem);
  }
}
.menu-overlay-main a:not(.btn):hover {
  color: #151515;
}

.menu-overlay-sub {
  padding-bottom: 1.125rem;
  overflow: hidden;
  z-index: 1101;
}
@media (max-width: 1199px) {
  .menu-overlay-sub {
    position: fixed;
  }
}
@media (min-width: 1200px) {
  .menu-overlay-sub {
    bottom: auto;
    left: 0;
    top: 6.875rem;
    transition: top cubic-bezier(0.55, 0, 0.1, 1) 375ms, height cubic-bezier(0.55, 0, 0.1, 1) 375ms, padding-bottom cubic-bezier(0.55, 0, 0.1, 1) 375ms;
    height: 0;
    padding-bottom: 0;
  }
  .admin-bar .menu-overlay-sub {
    top: 8.875rem;
  }
  .header-sticky .menu-overlay-sub {
    top: 5rem;
  }
  .header-sticky.admin-bar .menu-overlay-sub {
    top: 7rem;
  }
  .menu-overlay-sub.active {
    height: 23.75rem;
    padding-bottom: 1.125rem;
    z-index: 1102;
  }
  .menu-overlay-sub a {
    font-weight: 400;
    transition: color cubic-bezier(0.55, 0, 0.1, 1) 375ms;
  }
  .menu-overlay-sub a:hover {
    color: #fff;
  }
}
.menu-active .menu-overlay-sub.active {
  left: 0;
  overflow-y: auto;
}
@media (min-width: 576px) {
  .menu-active .menu-overlay-sub.active {
    max-width: 30rem;
    left: calc(100% - 30rem);
  }
}
@media (min-width: 1200px) {
  .menu-active .menu-overlay-sub.active {
    max-width: 100%;
    left: 0;
  }
}

.menu-overlay-icon {
  margin: 0 auto;
  max-width: 3rem;
}

.menu-overlay_prev-link {
  font-size: 0.875rem;
  line-height: 1.71;
}
.menu-overlay_prev-link svg {
  vertical-align: sub;
  width: 1.125rem;
}

.link-search svg {
  width: 1rem;
  margin-right: 1.5rem;
  margin-top: 0.125rem;
  vertical-align: top;
}
@media (min-width: 992px) {
  .link-search svg {
    float: right;
    margin-left: 0.625rem;
    margin-right: 0;
  }
}
.link-search i {
  font-size: 1.375rem;
  vertical-align: text-top;
}
@media (min-width: 576px) {
  .menu-overlay .link-search i {
    font-size: 2.25rem;
    vertical-align: middle;
  }
}
@media (min-width: 1200px) {
  .menu-overlay .link-search i {
    font-size: 1.375rem;
    vertical-align: text-top;
  }
}

[data-toggler] {
  cursor: pointer;
}

body.menu-active {
  overflow: hidden;
}
@media (min-width: 1200px) {
  body.menu-active {
    overflow: initial;
  }
}

.language-switch {
  box-shadow: 0 2px 4px 0 #ababab;
  min-width: 8.5rem;
  z-index: 9;
}
.language-switch a {
  white-space: nowrap;
}
.language-switch img {
  vertical-align: baseline;
}

.language-switch--toggle i {
  font-size: 0.875rem;
}

.archive-link svg {
  height: 0.75rem;
  width: 0.75rem;
  transform: translateY(-50%) rotate(90deg);
  top: 50%;
  left: 0;
  position: absolute;
}

.product-image {
  max-height: 18rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .product-image {
    max-height: 21.25rem;
    margin-bottom: 2.5rem;
  }
}

.product-price,
.product-price span {
  font-size: 0.875rem;
}

.product-price__badge {
  line-height: 1.2;
}

.product-sidebar__title {
  font-size: 1rem;
}

.product-sidebar__link {
  font-size: 0.875rem;
  text-decoration: none;
  line-height: 1.25;
}
.product-sidebar__link:hover {
  color: inherit;
}

.product-cart {
  text-decoration: none;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .product-cart {
    padding-right: 0.75rem;
  }
}
.product-cart .icon {
  height: 1.875rem;
  width: 1.25rem;
  margin-left: 0.625rem;
}
.hero-search .product-cart {
  float: right;
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .single-product article + aside {
    left: -0.75rem;
  }
}
.single-product article + aside a {
  max-width: 100%;
}
@media (min-width: 1360px) {
  .single-product article + aside a {
    max-width: initial;
  }
}

.onoffswitch {
  position: relative;
  width: 50px;
  height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
  background-color: #D0FFE7;
  color: #151515;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
  transform: translateX(0);
}
.onoffswitch-checkbox:checked + .onoffswitch-label:after {
  transform: translateX(100%);
}
.onoffswitch-checkbox:not(:checked) + .onoffswitch-label:before {
  transform: translateX(-100%);
}
.onoffswitch-checkbox:not(:checked) + .onoffswitch-label:after {
  transform: translateX(0);
}

.onoffswitch-label {
  background-color: #EFEFEF;
  border-radius: 50px;
  color: #ababab;
  cursor: pointer;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: background-color 300ms cubic-bezier(0.55, 0, 0.1, 1), color 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.onoffswitch-label:before, .onoffswitch-label:after {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 20px;
  padding: 0;
  line-height: 20px;
  font-size: 12px;
  color: currentColor;
  box-sizing: border-box;
  transition: transform 300ms cubic-bezier(0.55, 0, 0.1, 1);
}
.onoffswitch-label:before {
  content: "ja";
  padding-left: 10px;
}
[lang=en] .onoffswitch-label:before {
  content: "yes";
  padding-left: 8px;
}
.onoffswitch-label:after {
  content: "nee";
  padding-right: 8px;
  text-align: right;
}
[lang=en] .onoffswitch-label:after {
  content: "no";
  padding-right: 10px;
}

.onoffswitch-switch {
  display: block;
  width: 20px;
  margin: 0;
  background: #efefef;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  border-radius: 50px;
  box-shadow: -1px 0 2px 0 rgba(0, 0, 0, 0.5);
  transition: all 300ms cubic-bezier(0.55, 0, 0.1, 1);
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
  background: #76F0B2;
}

.onoffswitch--label {
  display: inline-block;
  width: calc(100% - 66px);
}

.modal {
  z-index: 1075;
}
.modal .custom-input {
  max-width: 25.625rem;
}

.modal-content {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  max-height: calc(100vh - 4.25rem * 4);
  overflow-y: auto;
}
@media (min-width: 992px) {
  .modal-content {
    max-height: calc(100vh - 6.875rem * 1.5);
  }
}

.close {
  cursor: pointer;
  opacity: 1;
}
.close i {
  font-size: 1.125rem;
  vertical-align: sub;
}

a[data-toggle=modal] {
  cursor: pointer;
}

#user_data_modal .modal-title {
  margin-bottom: 1.5rem;
}
#user_data_modal p:last-child {
  margin-bottom: 1.75rem;
}

.theme-lead {
  font-family: "droidserif_italic", serif;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1.36;
}
@media (min-width: 768px) {
  .theme-lead {
    font-size: 1.75rem;
  }
}
.theme-lead p {
  font-size: inherit;
  font-weight: inherit;
}

.pattern {
  pointer-events: none;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .pattern {
    bottom: 12.5rem;
    height: 31.625rem;
  }
}
.pattern canvas,
.pattern svg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.premiumMessage {
  padding: 1rem;
}
@media (min-width: 768px) {
  .premiumMessage {
    padding: 1.75em;
  }
}
@media (min-width: 1200px) {
  .premiumMessage {
    padding: 1.875rem 2.5rem 2.5rem;
  }
}

.loader {
  display: none;
  width: 2rem;
  height: 2rem;
  vertical-align: top;
}
.loader.is-active {
  display: inline-block;
}
.woocommerce .loader:before {
  background: none;
  color: #fff;
  content: "";
}
.tool .loader {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.single-post .tool .loader {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.tool--form .loader {
  margin-top: -1rem;
  margin-left: -1rem;
}
.loader div {
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border: 0.125rem solid #8cd7f2;
  border-radius: 2rem;
  animation: loader 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #8cd7f2 transparent transparent transparent;
}
.loader div:nth-child(1) {
  animation-delay: -0.45s;
}
.loader div:nth-child(2) {
  animation-delay: -0.3s;
}
.loader div:nth-child(3) {
  animation-delay: -0.15s;
}

.loader-text {
  display: inline-block;
  max-width: calc(100% - 3rem);
  margin-left: 1rem;
  margin-top: 0.25rem;
}

.tool {
  min-height: 10rem;
}
@media (min-width: 768px) {
  .tool input[type=number] {
    -webkit-appearance: none;
            appearance: none;
    -moz-appearance: textfield;
  }
  .tool input[type=number]::-webkit-outer-spin-button, .tool input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
}

.tool--loading {
  background: #efefef;
}

.tool__product {
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .tool__product {
    padding-bottom: 8.125rem;
  }
}
.tool__product .animated.fadeOutUp {
  height: 0;
  margin: 0 !important;
  transition: 250ms ease height, 250ms ease margin;
  transition-delay: 170ms;
}

@media (min-width: 768px) {
  .tool__product-title {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.28;
  }
}
.tool__product-title span {
  font-weight: 400;
}

.tool__product-amount {
  opacity: 0;
}
.tool--loading .tool__product-amount {
  opacity: 0 !important;
}
.tool__product-amount label {
  z-index: 1;
  margin-left: 4px;
}
.tool__product-amount input[type=number] {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}

.tool__badge {
  border-radius: 1.875rem;
  border-width: 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.44;
  padding: 0.46875rem 0.875rem;
  outline: none;
}
.tool--loading .tool__badge {
  opacity: 0 !important;
}

.tool__badge-wrapper {
  z-index: -1;
}

@media (min-width: 992px) {
  .tool__badge-label {
    font-size: 1rem;
    line-height: 1.63;
  }
}
.tool__badge-label + .tool__badge {
  margin-left: 1.125rem;
}

.tool__badge--large {
  border-radius: 3.75rem;
  padding: 1.3125rem 1.75rem;
}

.tool__product-description-after {
  font-size: 0.875rem;
}

.tool__totals {
  width: calc(100% - 1.5rem);
  margin: 0 auto;
  top: 100%;
  left: 0.75rem;
  transition: transform cubic-bezier(0.55, 0, 0.1, 1) 375ms;
  z-index: 3;
  transform: translate(0, -3rem);
}
@media screen and (min-width: 52.875rem) {
  .tool__totals {
    width: 52.875rem;
    max-width: 100%;
    left: 50%;
    transform: translate(-50%, -4.0625rem);
  }
}
.tool__totals .table {
  border: 0;
  max-width: 100%;
}
.tool__totals .table th {
  border: 0;
  font-size: 0.625rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  letter-spacing: normal;
}
.tool__totals .table td {
  border: 0;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
}
@media (min-width: 992px) {
  .tool__totals .table tr > th:first-child,
  .tool__totals .table tr > td:first-child {
    padding-left: 0;
  }
}

.tool__totals--active {
  transform: translate(0, -100%);
}
@media screen and (min-width: 52.875rem) {
  .tool__totals--active {
    transform: translate(-50%, -100%);
  }
}

.tool__totals-button {
  background: #fff;
  border-radius: 1.0625rem;
  height: 2.125rem;
  width: 2.125rem;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 0.3125rem;
  transition: background cubic-bezier(0.55, 0, 0.1, 1) 375ms;
}
.tool__totals-button:hover {
  background: #efefef;
}
.tool__totals-button i {
  transition: transform cubic-bezier(0.55, 0, 0.1, 1) 375ms;
  transform: scaleY(-1);
}
.tool__totals--active .tool__totals-button i {
  transform: scaleY(1);
}

.tool__totals-title {
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.71;
  margin: 0;
  transition: font-size cubic-bezier(0.55, 0, 0.1, 1) 375ms, line-height cubic-bezier(0.55, 0, 0.1, 1) 375ms, margin cubic-bezier(0.55, 0, 0.1, 1) 375ms;
}
.tool__totals--active .tool__totals-title {
  font-size: 1.125rem;
  line-height: 1.33;
  margin-bottom: 0.375rem;
}

.tool__totals-wrapper {
  padding: 1rem 0.75rem;
}
@media screen and (min-width: 52.875rem) {
  .tool__totals-wrapper {
    padding: 1.5625rem 6.875rem 1.375rem 6.875rem;
  }
  .tool__totals--active .tool__totals-wrapper {
    padding: 2.125rem 6.875rem;
  }
}

.tool__totals-description > * {
  font-size: 80%;
}

.tool__select button {
  color: #151515;
  text-align: left;
  position: relative;
}
.tool__select button:after {
  background-image: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'><path fill='%23444' d='M7.406 7.828l4.594 4.594 4.594-4.594 1.406 1.406-6 6-6-6z'></path></svg>");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1.5rem;
  width: 1.5rem;
  transition: transform 375ms cubic-bezier(0.55, 0, 0.1, 1);
}
.tool__select button:focus {
  color: #151515;
}

.tool__select--active button:after {
  transform: scaleY(-1) translateY(50%);
}

.tool__select-wrapper {
  transition: max-height cubic-bezier(0.55, 0, 0.1, 1) 375ms;
  z-index: 9;
}
.tool__select--active .tool__select-wrapper {
  z-index: 99;
}
.tool__select--inactive .tool__select-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height cubic-bezier(0.55, 0, 0.1, 1) 375ms;
  pointer-events: none;
}

.tool__select-items {
  list-style: none;
  padding: 0.5rem 0;
}
.tool__select-items input[type=radio] {
  display: none;
}
.material-input .tool__select-items label {
  cursor: pointer;
  opacity: 1 !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #151515;
  padding: 0.5rem 1rem;
  pointer-events: all;
  transform: none;
}
.material-input .tool__select-items label:hover {
  text-decoration: underline;
}

.tool--form-svg {
  left: 50%;
  top: 50%;
}
.tool--form-svg svg {
  max-width: 3.75rem;
  transform: translate(-50%, -50%);
}

.tool__memberships {
  padding-bottom: 4rem;
}
@media (min-width: 992px) {
  .tool__memberships {
    padding-bottom: 5.625rem;
  }
}
.tool__memberships .material-select label {
  top: -16px;
}

.tool__membership-starter {
  z-index: 7;
}
.tool__membership-starter + .tool__membership-starter {
  z-index: 6;
}
.tool__membership-starter + .tool__membership-starter--form {
  z-index: 4;
}

.material-form label {
  z-index: 1;
}
.material-form .material-select label {
  top: -16px;
}
.material-form .error-message {
  display: none;
}
.material-form .material-input {
  margin-bottom: 16px;
}
.material-form input[type=tel],
.material-form input[type=email],
.material-form input[type=text] {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}

.tooltip {
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.tooltip:before, .tooltip:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-0.75rem, -50%);
}
.tooltip:hover:before, .tooltip:hover:after {
  visibility: visible;
  opacity: 1;
}
.tooltip:before {
  right: 100%;
  padding: 0.5rem;
  width: 160px;
  border-radius: 0.25rem;
  background-color: #151515;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 0.75rem;
}
.tooltip:after {
  width: 0;
  border-top: 0.375rem solid transparent;
  border-bottom: 0.375rem solid transparent;
  border-left: 0.375rem solid #151515;
  content: " ";
  font-size: 0;
  line-height: 0;
}

.tooltip--big:before {
  width: 320px;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1 {
  animation-delay: 1s;
}

.animated.delay-2 {
  animation-delay: 2s;
}

.animated.delay-3 {
  animation-delay: 3s;
}

.animated.delay-4 {
  animation-delay: 4s;
}

.animated.delay-5 {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    pointer-events: none;
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    pointer-events: none;
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes pulseShadow {
  from {
    box-shadow: 0 0 0 0 #e2cb2d;
  }
  to {
    box-shadow: 0 0 0 2.5rem #e2cb2d;
  }
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bg-primary-hover:hover, .bg-primary-hover:focus {
  background: #ffe637 !important;
  color: inherit;
}

.bg-secondary-hover:hover, .bg-secondary-hover:focus {
  background: #151515 !important;
  color: inherit;
}

.bg-light-hover:hover, .bg-light-hover:focus {
  background: #efefef !important;
  color: inherit;
}

.bg-yellow-hover:hover, .bg-yellow-hover:focus {
  background: #ffe637 !important;
  color: inherit;
}

.bg-yellow-tint-hover:hover, .bg-yellow-tint-hover:focus {
  background: #fff8c4 !important;
  color: inherit;
}

.bg-yellow-shade-hover:hover, .bg-yellow-shade-hover:focus {
  background: #e2cb2d !important;
  color: inherit;
}

.bg-purple-hover:hover, .bg-purple-hover:focus {
  background: #df9ef2 !important;
  color: inherit;
}

.bg-purple-tint-hover:hover, .bg-purple-tint-hover:focus {
  background: #f5dbfd !important;
  color: inherit;
}

.bg-purple-shade-hover:hover, .bg-purple-shade-hover:focus {
  background: #a571b5 !important;
  color: inherit;
}

.bg-blue-hover:hover, .bg-blue-hover:focus {
  background: #8cd7f2 !important;
  color: inherit;
}

.bg-blue-tint-hover:hover, .bg-blue-tint-hover:focus {
  background: #d5f4ff !important;
  color: inherit;
}

.bg-blue-shade-hover:hover, .bg-blue-shade-hover:focus {
  background: #6eabc2 !important;
  color: inherit;
}

.bg-red-hover:hover, .bg-red-hover:focus {
  background: #fb8259 !important;
  color: inherit;
}

.bg-red-tint-hover:hover, .bg-red-tint-hover:focus {
  background: #ffddd2 !important;
  color: inherit;
}

.bg-red-shade-hover:hover, .bg-red-shade-hover:focus {
  background: #c56545 !important;
  color: inherit;
}

.bg-green-hover:hover, .bg-green-hover:focus {
  background: #6edaa3 !important;
  color: inherit;
}

.bg-green-tint-hover:hover, .bg-green-tint-hover:focus {
  background: #d0ffe7 !important;
  color: inherit;
}

.bg-green-shade-hover:hover, .bg-green-shade-hover:focus {
  background: #50a67b !important;
  color: inherit;
}

.bg-light:not(.btn) + .bg-light:not(.btn) {
  padding-top: 0 !important;
}

.border-light {
  border-color: #efefef;
}

@media (min-width: 576px) {
  .border-sm-0 {
    border: 0 !important;
  }
  .border-sm-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-right {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-primary {
    border-color: #ffe637 !important;
  }
  .border-sm-secondary {
    border-color: #151515 !important;
  }
  .border-sm-light {
    border-color: #efefef !important;
  }
  .border-sm-yellow {
    border-color: #ffe637 !important;
  }
  .border-sm-yellow-tint {
    border-color: #fff8c4 !important;
  }
  .border-sm-yellow-shade {
    border-color: #e2cb2d !important;
  }
  .border-sm-purple {
    border-color: #df9ef2 !important;
  }
  .border-sm-purple-tint {
    border-color: #f5dbfd !important;
  }
  .border-sm-purple-shade {
    border-color: #a571b5 !important;
  }
  .border-sm-blue {
    border-color: #8cd7f2 !important;
  }
  .border-sm-blue-tint {
    border-color: #d5f4ff !important;
  }
  .border-sm-blue-shade {
    border-color: #6eabc2 !important;
  }
  .border-sm-red {
    border-color: #fb8259 !important;
  }
  .border-sm-red-tint {
    border-color: #ffddd2 !important;
  }
  .border-sm-red-shade {
    border-color: #c56545 !important;
  }
  .border-sm-green {
    border-color: #6edaa3 !important;
  }
  .border-sm-green-tint {
    border-color: #d0ffe7 !important;
  }
  .border-sm-green-shade {
    border-color: #50a67b !important;
  }
}
@media (min-width: 768px) {
  .border-md-0 {
    border: 0 !important;
  }
  .border-md-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-right {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-primary {
    border-color: #ffe637 !important;
  }
  .border-md-secondary {
    border-color: #151515 !important;
  }
  .border-md-light {
    border-color: #efefef !important;
  }
  .border-md-yellow {
    border-color: #ffe637 !important;
  }
  .border-md-yellow-tint {
    border-color: #fff8c4 !important;
  }
  .border-md-yellow-shade {
    border-color: #e2cb2d !important;
  }
  .border-md-purple {
    border-color: #df9ef2 !important;
  }
  .border-md-purple-tint {
    border-color: #f5dbfd !important;
  }
  .border-md-purple-shade {
    border-color: #a571b5 !important;
  }
  .border-md-blue {
    border-color: #8cd7f2 !important;
  }
  .border-md-blue-tint {
    border-color: #d5f4ff !important;
  }
  .border-md-blue-shade {
    border-color: #6eabc2 !important;
  }
  .border-md-red {
    border-color: #fb8259 !important;
  }
  .border-md-red-tint {
    border-color: #ffddd2 !important;
  }
  .border-md-red-shade {
    border-color: #c56545 !important;
  }
  .border-md-green {
    border-color: #6edaa3 !important;
  }
  .border-md-green-tint {
    border-color: #d0ffe7 !important;
  }
  .border-md-green-shade {
    border-color: #50a67b !important;
  }
}
@media (min-width: 992px) {
  .border-lg-0 {
    border: 0 !important;
  }
  .border-lg-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-right {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-primary {
    border-color: #ffe637 !important;
  }
  .border-lg-secondary {
    border-color: #151515 !important;
  }
  .border-lg-light {
    border-color: #efefef !important;
  }
  .border-lg-yellow {
    border-color: #ffe637 !important;
  }
  .border-lg-yellow-tint {
    border-color: #fff8c4 !important;
  }
  .border-lg-yellow-shade {
    border-color: #e2cb2d !important;
  }
  .border-lg-purple {
    border-color: #df9ef2 !important;
  }
  .border-lg-purple-tint {
    border-color: #f5dbfd !important;
  }
  .border-lg-purple-shade {
    border-color: #a571b5 !important;
  }
  .border-lg-blue {
    border-color: #8cd7f2 !important;
  }
  .border-lg-blue-tint {
    border-color: #d5f4ff !important;
  }
  .border-lg-blue-shade {
    border-color: #6eabc2 !important;
  }
  .border-lg-red {
    border-color: #fb8259 !important;
  }
  .border-lg-red-tint {
    border-color: #ffddd2 !important;
  }
  .border-lg-red-shade {
    border-color: #c56545 !important;
  }
  .border-lg-green {
    border-color: #6edaa3 !important;
  }
  .border-lg-green-tint {
    border-color: #d0ffe7 !important;
  }
  .border-lg-green-shade {
    border-color: #50a67b !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-0 {
    border: 0 !important;
  }
  .border-xl-top {
    border-top: 1px solid #dee2e6 !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-right {
    border-right: 1px solid #dee2e6 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-primary {
    border-color: #ffe637 !important;
  }
  .border-xl-secondary {
    border-color: #151515 !important;
  }
  .border-xl-light {
    border-color: #efefef !important;
  }
  .border-xl-yellow {
    border-color: #ffe637 !important;
  }
  .border-xl-yellow-tint {
    border-color: #fff8c4 !important;
  }
  .border-xl-yellow-shade {
    border-color: #e2cb2d !important;
  }
  .border-xl-purple {
    border-color: #df9ef2 !important;
  }
  .border-xl-purple-tint {
    border-color: #f5dbfd !important;
  }
  .border-xl-purple-shade {
    border-color: #a571b5 !important;
  }
  .border-xl-blue {
    border-color: #8cd7f2 !important;
  }
  .border-xl-blue-tint {
    border-color: #d5f4ff !important;
  }
  .border-xl-blue-shade {
    border-color: #6eabc2 !important;
  }
  .border-xl-red {
    border-color: #fb8259 !important;
  }
  .border-xl-red-tint {
    border-color: #ffddd2 !important;
  }
  .border-xl-red-shade {
    border-color: #c56545 !important;
  }
  .border-xl-green {
    border-color: #6edaa3 !important;
  }
  .border-xl-green-tint {
    border-color: #d0ffe7 !important;
  }
  .border-xl-green-shade {
    border-color: #50a67b !important;
  }
}
.sticky {
  position: sticky;
  top: 0;
  align-self: self-start;
}
@media (min-width: 768px) {
  .sticky-md {
    position: sticky;
    top: 0;
    align-self: self-start;
  }
}

.text-serif {
  font-family: "droidserif_italic", serif;
}

.text-primary-hover:hover, .text-primary-hover:focus {
  color: #ffe637 !important;
}

.text-secondary-hover:hover, .text-secondary-hover:focus {
  color: #151515 !important;
}

.text-light-hover:hover, .text-light-hover:focus {
  color: #efefef !important;
}

.text-yellow-hover:hover, .text-yellow-hover:focus {
  color: #ffe637 !important;
}

.text-yellow-tint-hover:hover, .text-yellow-tint-hover:focus {
  color: #fff8c4 !important;
}

.text-yellow-shade-hover:hover, .text-yellow-shade-hover:focus {
  color: #e2cb2d !important;
}

.text-purple-hover:hover, .text-purple-hover:focus {
  color: #df9ef2 !important;
}

.text-purple-tint-hover:hover, .text-purple-tint-hover:focus {
  color: #f5dbfd !important;
}

.text-purple-shade-hover:hover, .text-purple-shade-hover:focus {
  color: #a571b5 !important;
}

.text-blue-hover:hover, .text-blue-hover:focus {
  color: #8cd7f2 !important;
}

.text-blue-tint-hover:hover, .text-blue-tint-hover:focus {
  color: #d5f4ff !important;
}

.text-blue-shade-hover:hover, .text-blue-shade-hover:focus {
  color: #6eabc2 !important;
}

.text-red-hover:hover, .text-red-hover:focus {
  color: #fb8259 !important;
}

.text-red-tint-hover:hover, .text-red-tint-hover:focus {
  color: #ffddd2 !important;
}

.text-red-shade-hover:hover, .text-red-shade-hover:focus {
  color: #c56545 !important;
}

.text-green-hover:hover, .text-green-hover:focus {
  color: #6edaa3 !important;
}

.text-green-tint-hover:hover, .text-green-tint-hover:focus {
  color: #d0ffe7 !important;
}

.text-green-shade-hover:hover, .text-green-shade-hover:focus {
  color: #50a67b !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.list-item-icon svg {
  width: 34px;
  margin-right: 0.5rem;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.overlay:before {
  position: fixed;
  content: "";
  background: rgba(60, 60, 60, 0.08);
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1071;
}

.list-cta {
  list-style: none;
}
.list-cta li {
  padding-left: 1.75rem;
}
.list-cta svg {
  left: 0;
  top: 0.25rem;
  position: absolute;
  width: 0.875rem;
}
.list-cta svg path {
  fill: #e2cb2d;
}

@media (min-width: 576px) {
  .position-sm-static {
    position: static !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
  .position-sm-sticky {
    position: sticky !important;
  }
}
@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
}
@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
}
@supports (aspect-ratio: 1/1) {
  .js-equalsize {
    aspect-ratio: 1/1;
  }
}
body .woocommerce table.shop_table {
  border-radius: 0;
  table-layout: fixed;
}

body .woocommerce .cart-collaterals .cart_totals,
body .woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: auto;
}
body .woocommerce .cart-collaterals .cart_totals table,
body .woocommerce-page .cart-collaterals .cart_totals table {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-top-color: #000;
}
body .woocommerce .cart-collaterals .cart_totals table .order-total,
body .woocommerce-page .cart-collaterals .cart_totals table .order-total {
  background: #efefef;
}
body .woocommerce .cart-collaterals .cart_totals table .order-total td, body .woocommerce .cart-collaterals .cart_totals table .order-total th,
body .woocommerce-page .cart-collaterals .cart_totals table .order-total td,
body .woocommerce-page .cart-collaterals .cart_totals table .order-total th {
  border-top: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  float: right;
}

.woocommerce table.shop_table.cart {
  margin-top: 2rem;
  border-left: 0;
  border-right: 0;
  border-bottom-color: #000;
}
.woocommerce table.shop_table.cart .product-name a, .woocommerce table.shop_table.cart .product-name p {
  text-decoration: none;
}
.woocommerce table.shop_table.cart thead {
  background: #ffe637;
}
.woocommerce table.shop_table.cart tbody tr:first-child td {
  border-top: 0;
}

.woocommerce-checkout .woocommerce {
  margin-top: 2rem;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .woocommerce-checkout .woocommerce {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .woocommerce-checkout .woocommerce {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .woocommerce-checkout .woocommerce {
    width: 1280px;
  }
}

.thwmscf-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  padding-bottom: 3rem;
}

body ul.thwmscf-tabs {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  body ul.thwmscf-tabs {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
    margin-left: 16.66666667%;
  }
}

body .thwmscf-tab-panels {
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  body .thwmscf-tab-panels {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    margin-left: 16.66666667%;
  }
}

body .thwmscf-wrapper .thwmscf-buttons {
  text-align: left;
  position: relative;
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  body .thwmscf-wrapper .thwmscf-buttons {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
    margin-left: 16.66666667%;
  }
}

ul.thwmscf-tabs {
  counter-reset: steps;
}

ul.thwmscf-tabs li {
  position: relative;
  padding-left: 3rem;
}
ul.thwmscf-tabs li a:before {
  counter-increment: steps;
  content: counter(steps);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0.25rem;
  text-align: center;
  background: #efefef;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
}
ul.thwmscf-tabs li a.active:before {
  background: #ffe637;
  color: #000;
}
ul.thwmscf-tabs li:after {
  content: "\E913";
  font-family: "icomoon";
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  transform: rotate(-90deg);
}
ul.thwmscf-tabs li:last-child:after {
  display: none;
}

body ul.thwmscf-tabs li a {
  border-radius: 50px;
  margin-right: 2rem;
  padding: 3px 25px 2px 25px;
}

.form-row.notes {
  display: none;
}

body .woocommerce form .form-row-first,
body .woocommerce form .form-row-last {
  width: 100%;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #fb8259;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text {
  border-bottom: 1px solid #fb8259;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
  border-bottom: 1px solid #e2cb2d;
}

.thwmscf-wrapper label, .thwmscf-wrapper input,
.thwmscf-wrapper .woocommerce-input-wrapper {
  width: 100%;
}
.thwmscf-wrapper input {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #e2cb2d;
}
.thwmscf-wrapper input[type=button] {
  width: auto;
  margin-left: 0 !important;
  margin-right: 1.25rem;
}
.thwmscf-wrapper input[type=button]:disabled, .thwmscf-wrapper input[type=button][disabled] {
  display: none;
}

/* Chrome, Safari, Edge, Opera */
.product-quantity {
  display: inline-flex;
  /* Firefox */
}
.product-quantity input {
  border: 0;
  padding: 0.25rem 0.875rem;
  text-align: center;
  float: left;
}
.product-quantity input:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  outline: none;
}
.product-quantity input::-webkit-outer-spin-button,
.product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-quantity input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}

.woocommerce a.remove {
  color: #fb8259 !important;
  line-height: 1.1;
}
.woocommerce a.remove:hover {
  background: #fb8259 !important;
}

.single-product .add_to_cart_button {
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .single-product .add_to_cart_button {
    margin-bottom: 0;
  }
}

.thankyou-page__back-to-store {
  font-size: 0.875rem;
  line-height: 1.71;
}
.thankyou-page__back-to-store i {
  font-size: 0.875em;
  transform: rotate(90deg);
}

.woocommerce-message {
  border-top-color: #6edaa3;
}
.woocommerce-message:before {
  color: #6edaa3;
}
.woocommerce-message a.button {
  border: 1px solid transparent;
  display: inline-block;
  color: #151515;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
  width: 100%;
  margin-left: 1rem;
  color: #fff;
  background-color: #151515;
  border-color: #151515;
  padding: 0.3125rem 1.375rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 1.875rem;
  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;
}
.woocommerce-message a.button:hover {
  color: #fff;
  background-color: #020202;
  border-color: black;
}
.woocommerce-message a.button:focus, .woocommerce-message a.button.focus {
  color: #fff;
  background-color: #020202;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(56, 56, 56, 0.5);
}
.woocommerce-message a.button.disabled, .woocommerce-message a.button:disabled {
  color: #fff;
  background-color: #151515;
  border-color: #151515;
}
.woocommerce-message a.button:not(:disabled):not(.disabled):active, .woocommerce-message a.button:not(:disabled):not(.disabled).active, .show > .woocommerce-message a.button.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.woocommerce-message a.button:not(:disabled):not(.disabled):active:focus, .woocommerce-message a.button:not(:disabled):not(.disabled).active:focus, .show > .woocommerce-message a.button.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 56, 56, 0.5);
}
@media (prefers-reduced-motion: reduce) {
  .woocommerce-message a.button {
    transition: none;
  }
}
.woocommerce-message a.button:hover {
  color: #ffe637;
  text-decoration: none;
}
.woocommerce-message a.button:focus, .woocommerce-message a.button.focus {
  outline: 0;
  color: #ffe637;
  box-shadow: 0 0 0 0.2rem rgba(255, 230, 55, 0.25);
}
.woocommerce-message a.button:after {
  font-family: "icomoon";
  font-size: 1.75rem;
  line-height: 1;
  position: absolute;
  transition: color 0.15s ease-in-out;
}
.woocommerce-message a.button.disabled, .woocommerce-message a.button:disabled {
  opacity: 0.65;
  background-color: #dee2e6;
  border: #dee2e6;
  color: #ababab;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.woocommerce-message a.button.disabled:after, .woocommerce-message a.button:disabled:after {
  color: #ababab;
}
@media (min-width: 576px) {
  .woocommerce-message a.button {
    width: auto;
  }
}

.woocommerce-error {
  border-top-color: #c56545;
}
.woocommerce-error:before {
  color: #c56545;
}

.woocommerce-info {
  border-top-color: #8cd7f2;
}
.woocommerce-info:before {
  color: #8cd7f2;
}

.woocommerce-orders .btn, .woocommerce-orders .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-orders a.checkout-button, .woocommerce-orders .thwmscf-wrapper input[type=button], .thwmscf-wrapper .woocommerce-orders input[type=button] {
  float: none;
}
.woocommerce-orders .btn + .btn, .woocommerce-orders .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + .btn, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-orders a.checkout-button + .btn, .woocommerce-orders .thwmscf-wrapper input[type=button] + .btn, .thwmscf-wrapper .woocommerce-orders input[type=button] + .btn, .woocommerce-orders .woocommerce-cart .wc-proceed-to-checkout .btn + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-orders .btn + a.checkout-button, .woocommerce-orders .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-orders a.checkout-button + a.checkout-button, .woocommerce-orders .thwmscf-wrapper .woocommerce-cart .wc-proceed-to-checkout input[type=button] + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-orders .thwmscf-wrapper input[type=button] + a.checkout-button, .thwmscf-wrapper .woocommerce-orders .woocommerce-cart .wc-proceed-to-checkout input[type=button] + a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .thwmscf-wrapper .woocommerce-orders input[type=button] + a.checkout-button, .woocommerce-orders .thwmscf-wrapper .btn + input[type=button], .thwmscf-wrapper .woocommerce-orders .btn + input[type=button], .woocommerce-orders .woocommerce-cart .wc-proceed-to-checkout .thwmscf-wrapper a.checkout-button + input[type=button], .thwmscf-wrapper .woocommerce-orders .woocommerce-cart .wc-proceed-to-checkout a.checkout-button + input[type=button], .woocommerce-cart .wc-proceed-to-checkout .woocommerce-orders .thwmscf-wrapper a.checkout-button + input[type=button], .thwmscf-wrapper .woocommerce-cart .wc-proceed-to-checkout .woocommerce-orders a.checkout-button + input[type=button], .woocommerce-orders .thwmscf-wrapper input[type=button] + input[type=button], .thwmscf-wrapper .woocommerce-orders input[type=button] + input[type=button] {
  margin-left: 0.875rem;
}

.account main .woocommerce {
  display: flex;
  width: 100%;
}

.account dt {
  font-size: 0.75rem;
}

.account-aside {
  position: fixed;
  height: calc(100vh - 4.25rem);
  left: 0;
  transition: left cubic-bezier(0.55, 0, 0.1, 1) 750ms;
  z-index: 25;
}
.account-aside:not(.is-active) {
  left: -100%;
}
@media (min-width: 992px) {
  .account-aside:not(.is-active) {
    left: 0 !important;
    height: 100% !important;
  }
}
@media (min-width: 576px) {
  .account-aside {
    height: auto;
    position: relative;
    left: 0;
  }
}
@media (min-width: 576px) {
  .account-aside:before {
    background: #e2cb2d;
    content: "";
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .account-aside:before {
    left: var(--account-offset-negative, -10vw);
    width: var(--account-offset, 10vw);
  }
}

.account-content {
  padding: 4.875rem 0.75rem 1rem;
}
@media (min-width: 576px) {
  .account-content {
    padding: 4.875rem 0.75rem 1rem 1.875rem;
  }
}
@media (min-width: 1200px) {
  .account-content {
    padding: 3.875rem 0.75rem 5rem 2.875rem;
  }
}

.account-last-loggedin {
  font-size: 0.875rem;
  left: 0;
  top: 0;
}
.account-last-loggedin:after {
  background: #efefef;
  content: "";
  right: var(--account-offset-negative, -10vw);
  top: 0;
  bottom: 0;
  width: var(--account-offset, 10vw);
  position: absolute;
}
@media (max-width: 991.98px) {
  .account-last-loggedin:before {
    background: #efefef;
    content: "";
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
  }
}

.account-form__title {
  font-size: 1rem;
  padding-top: 2rem;
  padding-left: 0.5rem;
}

.last-logged-in__title {
  font-size: 0.75rem;
}

.last-logged-in__text {
  font-size: 0.875rem;
}

.account__dataBar h6,
.account__dataBar p {
  font-size: 0.875rem;
}
.account__dataBar svg {
  margin-left: 0.625rem;
  max-height: 0.75rem;
  max-width: 0.75rem;
}

.account__dataBar-data {
  width: calc(100% - 300px);
}
@media (max-width: 767.98px) {
  .account__dataBar-data .row > [class^=col-], .account__dataBar-data .row > [class*=" col-"] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.account__dataBlock {
  padding: 2rem 1.25rem;
}
@media (min-width: 992px) {
  .account__dataBlock.bg-primary {
    border-right: 1.125rem solid #fff;
  }
}
.account__dataBlock h6 {
  font-size: 1rem;
}
.account__dataBlock svg {
  max-width: 1rem;
  max-height: 1.25rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.account__dataBlock .svg-top svg {
  top: 1rem;
  transform: none;
}
.account__dataBlock a {
  text-decoration: none;
}
.account__dataBlock a:hover {
  color: inherit;
  text-decoration: underline;
}
.account__dataBlock a[data-toggle] {
  font-size: 0.875rem;
}
.account__dataBlock a[data-toggle] svg {
  max-width: 0.875rem;
  max-height: 1rem;
  top: 0.5rem;
}

@media (min-width: 768px) {
  .account__dataBlock--preferences {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .account__dataBlock--preferences {
    -moz-column-count: 3;
         column-count: 3;
  }
}

@media (min-width: 992px) {
  .user {
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
  }
}
.user p {
  font-size: 0.875rem;
  line-height: 1.71;
  margin-bottom: 0;
}

.user__inner {
  display: grid;
  grid-gap: 1rem;
}
.user__inner.grid-auto {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
@media (min-width: 576px) {
  .user__inner.grid-4 {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}
@media (min-width: 992px) {
  .user__inner.grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .user__avatar {
    margin-top: -0.625rem;
  }
}
.user__avatar img {
  transition: transform cubic-bezier(0.55, 0, 0.1, 1) 375ms;
}
.user__avatar:hover img {
  transform: scale(1.25);
}

.user__icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.user__title {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.71;
}

.account-overlay {
  bottom: 0;
  top: 0;
  left: -100%;
  transition: left cubic-bezier(0.55, 0, 0.1, 1) 375ms;
  z-index: 9;
  width: 0;
}
.admin-bar .account-overlay {
  top: 2rem;
}
.account-overlay-active .account-overlay {
  z-index: 1101;
  overflow-y: auto;
  max-width: 30rem;
  width: 100%;
  left: 0;
}

.account-overlay--after {
  bottom: 0;
  top: 0;
  left: -100%;
  transition: opacity cubic-bezier(0.55, 0, 0.1, 1) 375ms, left cubic-bezier(0.55, 0, 0.1, 1) 375ms;
  z-index: 9;
  width: 0;
  opacity: 0;
}
.admin-bar .account-overlay--after {
  top: 2rem;
}
.account-overlay-active .account-overlay--after {
  background: rgba(0, 0, 0, 0.2);
  z-index: 1100;
  overflow-y: auto;
  width: 100%;
  left: 0;
  opacity: 1;
  transition: opacity cubic-bezier(0.55, 0, 0.1, 1) 375ms, left cubic-bezier(0.55, 0, 0.1, 1) 375ms;
}

.account-overlay__inner {
  padding: 1.5rem 1rem;
}
@media (min-width: 768px) {
  .account-overlay__inner {
    padding: 4.5rem 2rem;
  }
}

.account-overlay--button {
  border: 0;
  border-radius: 0 1rem 1rem 0;
  position: absolute;
  left: 0;
  top: 5.25rem;
  font-size: 0.875rem;
  line-height: 2rem;
  height: 2rem;
  width: 4rem;
  background: #e2cb2d;
  z-index: 15;
}

.account__panel + .account__panel {
  margin-top: 0.5rem;
}

.account__panel-header {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.43;
}
.account__panel-header button {
  padding: 0.625rem 3rem 0.625rem 1rem;
}
.account__panel-header button:focus {
  box-shadow: none;
}
.account__panel-header button[aria-expanded=true] svg {
  transform: translateY(-50%) scaleY(-1);
}
.account__panel-header svg {
  display: block;
  max-width: 1rem;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform cubic-bezier(0.55, 0, 0.1, 1) 375ms;
}

.account__panel-body dl,
.account__panel-body p {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.43;
}
.account__panel-body dl:last-child,
.account__panel-body p:last-child {
  margin-bottom: 0;
}
.account__panel-body dl + .cbw-panel__title,
.account__panel-body p + .cbw-panel__title {
  margin-top: 0.875rem;
}
@media (min-width: 768px) {
  .account__panel-body dl + .cbw-panel__title,
  .account__panel-body p + .cbw-panel__title {
    margin-top: 1.5rem;
  }
}

.cbw-panel__title {
  font-size: 0.875rem;
}

.cbw-panel__column {
  padding: 1.25rem 0;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .cbw-panel__column {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 1.25rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .cbw-panel__column {
    flex: 1 0;
    max-width: 100%;
  }
}

.cbw-panel__column--grey {
  background-color: rgba(239, 239, 239, 0.4);
  padding-left: 2.5rem;
}
@media (min-width: 576px) {
  .cbw-panel__column--grey {
    padding-left: 2.625rem;
  }
}
@media (min-width: 992px) {
  .cbw-panel__column--grey {
    max-width: 14.5rem;
  }
}

@media (min-width: 768px) {
  .cbw-panel__column--image {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .cbw-panel__column--image {
    max-width: 23.75rem;
  }
}

.cbw-panel__edit {
  font-size: 1rem;
}
.cbw-panel__edit svg {
  height: 0.875rem;
  width: 0.9375rem;
}

.cbw-panel__image {
  height: auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .cbw-panel__image {
    max-width: 23.75rem;
  }
}
.cbw-panel__image + .cbw-panel__edit {
  margin-top: 1.5rem;
}

.cbw-panel__data[data-icon] {
  position: relative;
}
.cbw-panel__data[data-icon]:before {
  content: "";
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  left: -1.75rem;
  top: 0;
}
.cbw-panel__data[data-icon=mail]:before {
  background-image: url("../img/icons/mail.svg");
}
.cbw-panel__data[data-icon=icon-tel]:before {
  background-image: url("../img/icons/icon-tel.svg");
}
.cbw-panel__data[data-icon=icon-url]:before {
  background-image: url("../img/icons/icon-url.svg");
}
.cbw-panel__data[data-icon=icon-location]:before {
  background-image: url("../img/icons/icon-location.svg");
}
.cbw-panel__data[data-icon=shoppingbag]:before {
  background-image: url("../img/icons/shoppingbag.svg");
}

.cbw-panel__data-label {
  min-width: 1.875rem;
}
[lang=nl] .cbw-panel__data-label {
  text-transform: lowercase;
}

.cbw-title {
  padding-right: 13rem;
}
.cbw-title:after {
  background-image: url("../img/cbwerkendlogo.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  height: 3.125rem;
  width: 9.875rem;
  right: 0;
  top: 0;
}

@supports (background-image: -webkit-image-set(url("../img/cbwerkendlogo.webp") 1x)) {
  .cbw-title:after {
    background-image: -webkit-image-set(url("../img/cbwerkendlogo.webp") 1x);
  }
}
.cbw-lead {
  font-size: 1rem;
  line-height: 1.63;
}

.cbw-form iframe {
  display: none;
}
.cbw-form.loaded iframe {
  display: block;
}
.cbw-form.loaded .loader {
  display: none;
}

.account__bar {
  font-size: 0.875rem;
  line-height: 1.71;
  padding: 0.5rem 1rem;
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .account__latest-viewed {
    padding-top: 2.125rem;
  }
}

.single-product_custom main.site-wrapper {
  padding-top: 0;
}
.single-product_custom #main.site-main {
  padding-top: 0;
}
.single-product_custom .usp-container {
  width: 200px;
}
.single-product_custom .usp-container .usp-title {
  margin: 25px 10px 20px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2rem;
  border-bottom: 1px #000000 solid;
  padding-bottom: 1rem;
}
.single-product_custom .usp-container ul {
  list-style-type: none;
  padding-left: 0;
}
.single-product_custom .usp-container .usp {
  font-size: 0.8rem;
  position: relative;
  padding-left: 24px;
  margin-bottom: 1.1rem;
}
.single-product_custom .usp-container .usp:before {
  content: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMy4zIDkgTDguMyAxMi4zIEwxNi42IDMuNSIgc3Ryb2tlPSIjREY5RUYyIiBzdHJva2Utd2lkdGg9IjMuMyIgZmlsbD0ibm9uZSIvPgo8L3N2Zz4K);
  font-size: 1.1rem;
  color: #DF9EF2;
  position: absolute;
  left: 0;
  top: 0;
}
.single-product_custom .product-image img {
  height: 100px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product_custom .product-content {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  padding-top: 30px;
}
.single-product_custom .product-content .content-left {
  width: 25%;
  margin: 0 auto;
}
.single-product_custom .product-content .content-left .price-container {
  width: 200px;
  background: #DF9EF2;
  padding: 15px;
}
.single-product_custom .product-content .content-left .price-container .price-title {
  line-height: 1.125rem;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.single-product_custom .product-content .content-left .price-container .price {
  display: flex;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.single-product_custom .product-content .content-left .price-container .price > div:first-child {
  margin-right: 25px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: #fff;
}
.single-product_custom .product-content .content-left .price-container .price > div:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: rotate(-12deg); /* Adjust the angle as needed */
  border-top: 2px solid #fff; /* Adjust the color and thickness as needed */
}
.single-product_custom .product-content .content-middle {
  width: 50%;
  margin-right: 50px;
}
.single-product_custom .product-content .content-middle .product-form {
  background: #FAEDFE;
  padding: 20px 30px 20px 30px;
  margin: 10px 0 30px 0;
}
.single-product_custom .product-content .content-middle .product-form form {
  display: flex;
  flex-direction: column;
}
.single-product_custom .product-content .content-middle .product-form form .required {
  font-size: 0.7rem;
}
.single-product_custom .product-content .content-middle .product-form form .product-form-title {
  font-size: 1.3rem;
  font-weight: 600;
}
.single-product_custom .product-content .content-middle .product-form form label {
  margin: 5px 0 0 0;
}
.single-product_custom .product-content .content-middle .product-form form input {
  background: #fff;
  border: 0;
}
.single-product_custom .product-content .content-middle .product-form form .address-container {
  display: flex;
  width: 100%;
}
.single-product_custom .product-content .content-middle .product-form form .address-container .housenumber, .single-product_custom .product-content .content-middle .product-form form .address-container .postalcode {
  display: flex;
  flex-direction: column;
  width: calc(50% - 12px);
}
.single-product_custom .product-content .content-middle .product-form form .address-container .postalcode {
  margin-right: 12px;
}
.single-product_custom .product-content .content-middle .product-form form .address-container .housenumber {
  margin-left: 12px;
}
.single-product_custom .product-content .content-middle .product-form form .amount-sub {
  margin: 0;
  font-size: 0.7rem;
}
.single-product_custom .product-content .content-middle .product-form form .quantity-container #amount {
  background: #FFFFFF;
  border-radius: 20px;
  width: 40px;
  font-size: 0.8rem;
  text-align: center;
}
.single-product_custom .product-content .content-middle .product-form form .quantity-container #amount::-webkit-inner-spin-button, .single-product_custom .product-content .content-middle .product-form form .quantity-container #amount::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product_custom .product-content .content-middle .product-form form .quantity-container button {
  border-radius: 20px;
  font-size: 0.8rem;
  border: none;
  background: #e0e0e0;
  width: 30px;
  color: #ffffff;
}
.single-product_custom .product-content .content-middle .product-form form .quantity-container button:last-child {
  background: #adadad;
}
.single-product_custom .product-content .content-middle .product-form form .form-submit {
  align-self: end;
  text-align: right;
}
.single-product_custom .product-content .content-middle .product-form form .form-submit .btn, .single-product_custom .product-content .content-middle .product-form form .form-submit .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .single-product_custom .product-content .content-middle .product-form form .form-submit a.checkout-button, .single-product_custom .product-content .content-middle .product-form form .form-submit .thwmscf-wrapper input[type=button], .thwmscf-wrapper .single-product_custom .product-content .content-middle .product-form form .form-submit input[type=button] {
  padding: 0.5rem 4rem 0.5rem 2rem;
}
.single-product_custom .product-content .content-middle .product-form form .form-submit p {
  font-size: 0.7rem;
  padding: 2px;
  text-align: center;
  text-decoration: underline;
}
.single-product_custom .product-content .content-right {
  width: 25%;
}
.single-product_custom .product-content .content-right .review-container {
  background-color: #f5f5f5;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.single-product_custom .product-content .content-right .review-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product_custom .product-content .content-right .review-stars {
  margin-top: 10px;
  font-size: 24px;
  color: #DF9EF2;
}
.single-product_custom .product-content .content-right .review-stars .star {
  display: inline-block;
}
.single-product_custom .product-content .content-right .review-text {
  margin-top: 15px;
  font-size: 16px;
  padding: 0 40px;
  font-family: "droidserif_italic", serif;
}
.single-product_custom .product-content .content-right .review-author {
  padding-bottom: 30px;
}
.single-product_custom .product-content .content-right .author-name, .single-product_custom .product-content .content-right .author-company {
  display: block;
}
.single-product_custom .product-content .content-right .author-company {
  font-weight: bold;
}
.single-product_custom .product-content .content-right .product-review {
  margin-top: 30px;
  padding: 20px;
  width: 260px;
  background: #fdf9d9;
  position: relative;
}
.single-product_custom .product-content .content-right .product-review .quotes {
  font-size: 4.5rem;
  position: absolute;
  left: -17px;
  top: 35px;
  color: #f6e65d;
}
.single-product_custom .product-content .content-right .product-review .quotes.usd {
  right: -15px;
  bottom: 30px;
  top: unset;
  left: unset;
}
.single-product_custom .product-content .content-right .product-review .review-content p {
  font-size: 0.9rem;
}
.single-product_custom .product-content .content-right .product-review .reviewer {
  display: flex;
  font-size: 0.8rem;
  align-items: center;
}
.single-product_custom .product-content .content-right .product-review .reviewer .reviewer-image img {
  width: 65px;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .single-product_custom .usp-container {
    width: 100%;
    order: 1;
    background: #FBFBFB;
    display: flex;
    align-items: center;
    padding: 10px 0.75rem;
  }
  .single-product_custom .usp-container .usp-title {
    display: none;
  }
  .single-product_custom .usp-container ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .single-product_custom .usp-container ul li.usp {
    width: 33%;
    margin: 0;
  }
  .single-product_custom .usp-container ul li.usp:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .single-product_custom .product-content {
    flex-direction: column;
    padding-top: 0;
  }
  .single-product_custom .product-content .content-left {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .single-product_custom .product-content .content-left .price-container {
    order: 2;
    display: flex;
    width: 100%;
    margin: 20px 0;
  }
  .single-product_custom .product-content .content-left .price-container .price-title {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .single-product_custom .product-content .content-left .price-container .price {
    margin-left: 25px;
    line-height: 1.125rem;
    font-size: 1rem;
  }
  .single-product_custom .product-content .content-middle {
    width: 100%;
  }
  .single-product_custom .product-content .content-right {
    width: 100%;
  }
  .single-product_custom .product-content .content-right .product-review {
    margin: 0 auto;
  }
  .single-product_custom .product-content .form-submit {
    margin-top: 25px;
  }
}