:root {
  --brand_apricot_error: #ff5e31;
  --blue: #123645;
  --pink: #eb6f93;
  --red: #ff5e31;
  --green: #a4ff78;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #282828;
  --brand_green_neon_light: #e1fbce;
  --brand_green_neon: #bcff8a;
  --brand_green_button: #a4ff78;
  --brand_green_hover: #63da2a;
  --brand_beige_light: #f4f1ef;
  --brand_beige_hover: #f2eae6;
  --brand_beige_organic: #e6d6cf;
  --brand_beige_background: #fbfaf9;
  --brand_apricot_warm: #ffc2a5;
  --brand_apricot_warm_dark: #ff9a6a;
  --brand_red: #dd3000;
  --brand_red_hover: #9d2f10;
  --brand_deep_blue_dark: #062734;
  --brand_deep_blue: #123645;
  --brand_deep_blue_light: #2a4a58;
  --brand_deep_blue_lighter: #4c6c7a;
  --brand_light_blue: #e3e9f0;
  --brand_denim_blue: #7590b3;
  --brand_link_blue: #089bd8;
  --brand_outline: #dee2e6;
  --brand_background: #fbfaf9;
  --primary: #123645;
  --primary-dark: #062734;
  --secondary: #6c757d;
  --success: #a4ff78;
  --info: #089bd8;
  --warning: #ff9a6a;
  --danger: #ff5e31;
  --danger-dark: #9d2f10;
  --light: #f4f1ef;
  --dark: #062734;
  --background: #fbfaf9;
  --breakpoint-xs: 0;
  --breakpoint-vvs: 330px;
  --breakpoint-vs: 400px;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1450px;
  --font-family-sans-serif: 'Inter';
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}
*,
:after,
:before {
  box-sizing: border-box;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  background-color: #fbfaf9;
  color: #123645;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
[tabindex='-1']:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 8px;
  margin-top: 0;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
abbr[data-original-title],
abbr[title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 600;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  background-color: transparent;
  color: #123645;
  text-decoration: none;
}
a:hover {
  color: #020708;
  text-decoration: underline;
}
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    Liberation Mono,
    Courier New,
    monospace;
  font-size: 1em;
}
pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='datetime-local'],
input[type='month'],
input[type='time'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
summary {
  cursor: pointer;
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  margin-top: 16px;
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.blockquote-footer {
  color: #6c757d;
  display: block;
  font-size: 80%;
}
.blockquote-footer:before {
  content: 'â€”Â ';
}
.img-fluid,
.img-thumbnail {
  height: auto;
  max-width: 100%;
}
.img-thumbnail {
  background-color: #fbfaf9;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  line-height: 1;
  margin-bottom: 8px;
}
.figure-caption {
  color: #6c757d;
  font-size: 90%;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 330px) {
  .container {
    max-width: 400px;
  }
}
@media (min-width: 400px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1450px) {
  .container {
    max-width: 1320px;
  }
}
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*='col-'] {
  padding-left: 0;
  padding-right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-vs,
.col-vs-1,
.col-vs-10,
.col-vs-11,
.col-vs-12,
.col-vs-2,
.col-vs-3,
.col-vs-4,
.col-vs-5,
.col-vs-6,
.col-vs-7,
.col-vs-8,
.col-vs-9,
.col-vs-auto,
.col-vvs,
.col-vvs-1,
.col-vvs-10,
.col-vvs-11,
.col-vvs-12,
.col-vvs-2,
.col-vvs-3,
.col-vvs-4,
.col-vvs-5,
.col-vvs-6,
.col-vvs-7,
.col-vvs-8,
.col-vvs-9,
.col-vvs-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.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.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 330px) {
  .col-vvs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-vvs-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-vvs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-vvs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-vvs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-vvs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-vvs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-vvs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-vvs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-vvs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-vvs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-vvs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-vvs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-vvs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-vvs-first {
    order: -1;
  }
  .order-vvs-last {
    order: 13;
  }
  .order-vvs-0 {
    order: 0;
  }
  .order-vvs-1 {
    order: 1;
  }
  .order-vvs-2 {
    order: 2;
  }
  .order-vvs-3 {
    order: 3;
  }
  .order-vvs-4 {
    order: 4;
  }
  .order-vvs-5 {
    order: 5;
  }
  .order-vvs-6 {
    order: 6;
  }
  .order-vvs-7 {
    order: 7;
  }
  .order-vvs-8 {
    order: 8;
  }
  .order-vvs-9 {
    order: 9;
  }
  .order-vvs-10 {
    order: 10;
  }
  .order-vvs-11 {
    order: 11;
  }
  .order-vvs-12 {
    order: 12;
  }
  .offset-vvs-0 {
    margin-left: 0;
  }
  .offset-vvs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-vvs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-vvs-3 {
    margin-left: 25%;
  }
  .offset-vvs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-vvs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-vvs-6 {
    margin-left: 50%;
  }
  .offset-vvs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-vvs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-vvs-9 {
    margin-left: 75%;
  }
  .offset-vvs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-vvs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 400px) {
  .col-vs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-vs-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-vs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-vs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-vs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-vs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-vs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-vs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-vs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-vs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-vs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-vs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-vs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-vs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-vs-first {
    order: -1;
  }
  .order-vs-last {
    order: 13;
  }
  .order-vs-0 {
    order: 0;
  }
  .order-vs-1 {
    order: 1;
  }
  .order-vs-2 {
    order: 2;
  }
  .order-vs-3 {
    order: 3;
  }
  .order-vs-4 {
    order: 4;
  }
  .order-vs-5 {
    order: 5;
  }
  .order-vs-6 {
    order: 6;
  }
  .order-vs-7 {
    order: 7;
  }
  .order-vs-8 {
    order: 8;
  }
  .order-vs-9 {
    order: 9;
  }
  .order-vs-10 {
    order: 10;
  }
  .order-vs-11 {
    order: 11;
  }
  .order-vs-12 {
    order: 12;
  }
  .offset-vs-0 {
    margin-left: 0;
  }
  .offset-vs-1 {
    margin-left: 8.3333333333%;
  }
  .offset-vs-2 {
    margin-left: 16.6666666667%;
  }
  .offset-vs-3 {
    margin-left: 25%;
  }
  .offset-vs-4 {
    margin-left: 33.3333333333%;
  }
  .offset-vs-5 {
    margin-left: 41.6666666667%;
  }
  .offset-vs-6 {
    margin-left: 50%;
  }
  .offset-vs-7 {
    margin-left: 58.3333333333%;
  }
  .offset-vs-8 {
    margin-left: 66.6666666667%;
  }
  .offset-vs-9 {
    margin-left: 75%;
  }
  .offset-vs-10 {
    margin-left: 83.3333333333%;
  }
  .offset-vs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1450px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.form-control {
  background-clip: padding-box;
  background-color: #fbfaf9;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: #062734;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  background-color: #fbfaf9;
  border-color: #2c85aa;
  box-shadow: 0 0 0 0.2rem rgba(18, 54, 69, 0.25);
  color: #062734;
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  background-color: #fbfaf9;
  color: #062734;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
}
.col-form-label-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
}
.col-form-label-sm {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
}
.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #123645;
  display: block;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
  width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}
.form-control-sm {
  border-radius: 2px;
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.form-control-lg {
  border-radius: 5px;
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
select.form-control[multiple],
select.form-control[size],
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-left: -5px;
  margin-right: -5px;
}
.form-row > .col,
.form-row > [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}
.form-check {
  display: block;
  padding-left: 1.25rem;
  position: relative;
}
.form-check-input {
  margin-left: -1.25rem;
  margin-top: 0.3rem;
  position: absolute;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  align-items: center;
  display: inline-flex;
  margin-right: 0.75rem;
  padding-left: 0;
}
.form-check-inline .form-check-input {
  margin-left: 0;
  margin-right: 0.3125rem;
  margin-top: 0;
  position: static;
}
.valid-feedback {
  color: #a4ff78;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.valid-tooltip {
  background-color: rgba(164, 255, 120, 0.9);
  border-radius: 4px;
  color: #212529;
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  background-position: center right calc(0.375em + 0.1875rem);
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #062734;
  box-shadow: 0 0 1px 1px #062734;
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  background:
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23282828' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23a4ff78' d='M2.3 6.73.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")
      #fbfaf9 no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #a4ff78;
  padding-right: calc(0.75em + 2.3125rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #a4ff78;
  box-shadow: 0 0 0 0.2rem rgba(164, 255, 120, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #a4ff78;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #a4ff78;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #a4ff78;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
  background-color: #c6ffab;
  border-color: #c6ffab;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(164, 255, 120, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #a4ff78;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #a4ff78;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #a4ff78;
  box-shadow: 0 0 0 0.2rem rgba(164, 255, 120, 0.25);
}
.invalid-feedback {
  color: #ff5e31;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.invalid-tooltip {
  background-color: rgba(255, 94, 49, 0.9);
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-position: center right calc(0.375em + 0.1875rem);
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #062734;
  box-shadow: 0 0 1px 1px #062734;
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  background:
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23282828' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5e31' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23ff5e31' d='m0 0 3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
      #fbfaf9 no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #ff5e31;
  padding-right: calc(0.75em + 2.3125rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #ff5e31;
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 49, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #ff5e31;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #ff5e31;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #ff5e31;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
  background-color: #ff8664;
  border-color: #ff8664;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 49, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #ff5e31;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #ff5e31;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #ff5e31;
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 49, 0.25);
}
.form-inline {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    align-items: center;
    display: flex;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 0;
    width: auto;
  }
  .form-inline .form-check-input {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0.25rem;
    margin-top: 0;
    position: relative;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #123645;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #123645;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 54, 69, 0.25);
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-brand_green_neon_light {
  background-color: #e1fbce;
  border-color: #e1fbce;
  color: #212529;
}
.btn-brand_green_neon_light:hover {
  background-color: #cbf8ab;
  border-color: #c4f79f;
  color: #212529;
}
.btn-brand_green_neon_light.focus,
.btn-brand_green_neon_light:focus {
  box-shadow: 0 0 0 0.2rem hsla(96, 35%, 78%, 0.5);
}
.btn-brand_green_neon_light.disabled,
.btn-brand_green_neon_light:disabled {
  background-color: #e1fbce;
  border-color: #e1fbce;
  color: #212529;
}
.btn-brand_green_neon_light:not(:disabled):not(.disabled).active,
.btn-brand_green_neon_light:not(:disabled):not(.disabled):active,
.show > .btn-brand_green_neon_light.dropdown-toggle {
  background-color: #c4f79f;
  border-color: #bdf693;
  color: #212529;
}
.btn-brand_green_neon_light:not(:disabled):not(.disabled).active:focus,
.btn-brand_green_neon_light:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_green_neon_light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(96, 35%, 78%, 0.5);
}
.btn-brand_green_neon {
  background-color: #bcff8a;
  border-color: #bcff8a;
  color: #212529;
}
.btn-brand_green_neon:hover {
  background-color: #a6ff64;
  border-color: #9fff57;
  color: #212529;
}
.btn-brand_green_neon.focus,
.btn-brand_green_neon:focus {
  box-shadow: 0 0 0 0.2rem hsla(95, 60%, 68%, 0.5);
}
.btn-brand_green_neon.disabled,
.btn-brand_green_neon:disabled {
  background-color: #bcff8a;
  border-color: #bcff8a;
  color: #212529;
}
.btn-brand_green_neon:not(:disabled):not(.disabled).active,
.btn-brand_green_neon:not(:disabled):not(.disabled):active,
.show > .btn-brand_green_neon.dropdown-toggle {
  background-color: #9fff57;
  border-color: #97ff4a;
  color: #212529;
}
.btn-brand_green_neon:not(:disabled):not(.disabled).active:focus,
.btn-brand_green_neon:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_green_neon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(95, 60%, 68%, 0.5);
}
.btn-brand_green_button {
  background-color: #a4ff78;
  border-color: #a4ff78;
  color: #212529;
}
.btn-brand_green_button:hover {
  background-color: #8aff52;
  border-color: #82ff45;
  color: #212529;
}
.btn-brand_green_button.focus,
.btn-brand_green_button:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 222, 108, 0.5);
}
.btn-brand_green_button.disabled,
.btn-brand_green_button:disabled {
  background-color: #a4ff78;
  border-color: #a4ff78;
  color: #212529;
}
.btn-brand_green_button:not(:disabled):not(.disabled).active,
.btn-brand_green_button:not(:disabled):not(.disabled):active,
.show > .btn-brand_green_button.dropdown-toggle {
  background-color: #82ff45;
  border-color: #79ff38;
  color: #212529;
}
.btn-brand_green_button:not(:disabled):not(.disabled).active:focus,
.btn-brand_green_button:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_green_button.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 222, 108, 0.5);
}
.btn-brand_green_hover {
  background-color: #63da2a;
  border-color: #63da2a;
  color: #212529;
}
.btn-brand_green_hover:hover {
  background-color: #53bd21;
  border-color: #4fb21f;
  color: #fff;
}
.btn-brand_green_hover.focus,
.btn-brand_green_hover:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 191, 42, 0.5);
}
.btn-brand_green_hover.disabled,
.btn-brand_green_hover:disabled {
  background-color: #63da2a;
  border-color: #63da2a;
  color: #212529;
}
.btn-brand_green_hover:not(:disabled):not(.disabled).active,
.btn-brand_green_hover:not(:disabled):not(.disabled):active,
.show > .btn-brand_green_hover.dropdown-toggle {
  background-color: #4fb21f;
  border-color: #4aa71d;
  color: #fff;
}
.btn-brand_green_hover:not(:disabled):not(.disabled).active:focus,
.btn-brand_green_hover:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_green_hover.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(89, 191, 42, 0.5);
}
.btn-brand_beige_light {
  background-color: #f4f1ef;
  border-color: #f4f1ef;
  color: #212529;
}
.btn-brand_beige_light:hover {
  background-color: #e4ddd8;
  border-color: #dfd7d1;
  color: #212529;
}
.btn-brand_beige_light.focus,
.btn-brand_beige_light:focus {
  box-shadow: 0 0 0 0.2rem hsla(20, 3%, 83%, 0.5);
}
.btn-brand_beige_light.disabled,
.btn-brand_beige_light:disabled {
  background-color: #f4f1ef;
  border-color: #f4f1ef;
  color: #212529;
}
.btn-brand_beige_light:not(:disabled):not(.disabled).active,
.btn-brand_beige_light:not(:disabled):not(.disabled):active,
.show > .btn-brand_beige_light.dropdown-toggle {
  background-color: #dfd7d1;
  border-color: #dad0c9;
  color: #212529;
}
.btn-brand_beige_light:not(:disabled):not(.disabled).active:focus,
.btn-brand_beige_light:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_beige_light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(20, 3%, 83%, 0.5);
}
.btn-brand_beige_hover {
  background-color: #f2eae6;
  border-color: #f2eae6;
  color: #212529;
}
.btn-brand_beige_hover:hover {
  background-color: #e5d5cd;
  border-color: #e1cec4;
  color: #212529;
}
.btn-brand_beige_hover.focus,
.btn-brand_beige_hover:focus {
  box-shadow: 0 0 0 0.2rem hsla(13, 9%, 81%, 0.5);
}
.btn-brand_beige_hover.disabled,
.btn-brand_beige_hover:disabled {
  background-color: #f2eae6;
  border-color: #f2eae6;
  color: #212529;
}
.btn-brand_beige_hover:not(:disabled):not(.disabled).active,
.btn-brand_beige_hover:not(:disabled):not(.disabled):active,
.show > .btn-brand_beige_hover.dropdown-toggle {
  background-color: #e1cec4;
  border-color: #dcc7bc;
  color: #212529;
}
.btn-brand_beige_hover:not(:disabled):not(.disabled).active:focus,
.btn-brand_beige_hover:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_beige_hover.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(13, 9%, 81%, 0.5);
}
.btn-brand_beige_organic {
  background-color: #e6d6cf;
  border-color: #e6d6cf;
  color: #212529;
}
.btn-brand_beige_organic:hover {
  background-color: #d9c1b6;
  border-color: #d5b9ad;
  color: #212529;
}
.btn-brand_beige_organic.focus,
.btn-brand_beige_organic:focus {
  box-shadow: 0 0 0 0.2rem hsla(17, 14%, 75%, 0.5);
}
.btn-brand_beige_organic.disabled,
.btn-brand_beige_organic:disabled {
  background-color: #e6d6cf;
  border-color: #e6d6cf;
  color: #212529;
}
.btn-brand_beige_organic:not(:disabled):not(.disabled).active,
.btn-brand_beige_organic:not(:disabled):not(.disabled):active,
.show > .btn-brand_beige_organic.dropdown-toggle {
  background-color: #d5b9ad;
  border-color: #d0b2a5;
  color: #212529;
}
.btn-brand_beige_organic:not(:disabled):not(.disabled).active:focus,
.btn-brand_beige_organic:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_beige_organic.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(17, 14%, 75%, 0.5);
}
.btn-brand_beige_background {
  background-color: #fbfaf9;
  border-color: #fbfaf9;
  color: #212529;
}
.btn-brand_beige_background:hover {
  background-color: #ece7e2;
  border-color: #e7e1da;
  color: #212529;
}
.btn-brand_beige_background.focus,
.btn-brand_beige_background:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 85%, 0.5);
}
.btn-brand_beige_background.disabled,
.btn-brand_beige_background:disabled {
  background-color: #fbfaf9;
  border-color: #fbfaf9;
  color: #212529;
}
.btn-brand_beige_background:not(:disabled):not(.disabled).active,
.btn-brand_beige_background:not(:disabled):not(.disabled):active,
.show > .btn-brand_beige_background.dropdown-toggle {
  background-color: #e7e1da;
  border-color: #e2dad3;
  color: #212529;
}
.btn-brand_beige_background:not(:disabled):not(.disabled).active:focus,
.btn-brand_beige_background:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_beige_background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 85%, 0.5);
}
.btn-brand_apricot_warm {
  background-color: #ffc2a5;
  border-color: #ffc2a5;
  color: #212529;
}
.btn-brand_apricot_warm:hover {
  background-color: #ffa87f;
  border-color: #ff9f72;
  color: #212529;
}
.btn-brand_apricot_warm.focus,
.btn-brand_apricot_warm:focus {
  box-shadow: 0 0 0 0.2rem hsla(19, 54%, 72%, 0.5);
}
.btn-brand_apricot_warm.disabled,
.btn-brand_apricot_warm:disabled {
  background-color: #ffc2a5;
  border-color: #ffc2a5;
  color: #212529;
}
.btn-brand_apricot_warm:not(:disabled):not(.disabled).active,
.btn-brand_apricot_warm:not(:disabled):not(.disabled):active,
.show > .btn-brand_apricot_warm.dropdown-toggle {
  background-color: #ff9f72;
  border-color: #ff9765;
  color: #212529;
}
.btn-brand_apricot_warm:not(:disabled):not(.disabled).active:focus,
.btn-brand_apricot_warm:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_apricot_warm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(19, 54%, 72%, 0.5);
}
.btn-brand_apricot_warm_dark {
  background-color: #ff9a6a;
  border-color: #ff9a6a;
  color: #212529;
}
.btn-brand_apricot_warm_dark:hover {
  background-color: #ff8044;
  border-color: #ff7737;
  color: #212529;
}
.btn-brand_apricot_warm_dark.focus,
.btn-brand_apricot_warm_dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 136, 96, 0.5);
}
.btn-brand_apricot_warm_dark.disabled,
.btn-brand_apricot_warm_dark:disabled {
  background-color: #ff9a6a;
  border-color: #ff9a6a;
  color: #212529;
}
.btn-brand_apricot_warm_dark:not(:disabled):not(.disabled).active,
.btn-brand_apricot_warm_dark:not(:disabled):not(.disabled):active,
.show > .btn-brand_apricot_warm_dark.dropdown-toggle {
  background-color: #ff7737;
  border-color: #ff6f2a;
  color: #212529;
}
.btn-brand_apricot_warm_dark:not(:disabled):not(.disabled).active:focus,
.btn-brand_apricot_warm_dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_apricot_warm_dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 136, 96, 0.5);
}
.btn-brand_red {
  background-color: #dd3000;
  border-color: #dd3000;
  color: #fff;
}
.btn-brand_red:hover {
  background-color: #b72800;
  border-color: #aa2500;
  color: #fff;
}
.btn-brand_red.focus,
.btn-brand_red:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 79, 38, 0.5);
}
.btn-brand_red.disabled,
.btn-brand_red:disabled {
  background-color: #dd3000;
  border-color: #dd3000;
  color: #fff;
}
.btn-brand_red:not(:disabled):not(.disabled).active,
.btn-brand_red:not(:disabled):not(.disabled):active,
.show > .btn-brand_red.dropdown-toggle {
  background-color: #aa2500;
  border-color: #9d2200;
  color: #fff;
}
.btn-brand_red:not(:disabled):not(.disabled).active:focus,
.btn-brand_red:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 79, 38, 0.5);
}
.btn-brand_red_hover {
  background-color: #9d2f10;
  border-color: #9d2f10;
  color: #fff;
}
.btn-brand_red_hover:hover {
  background-color: #7a250c;
  border-color: #6f210b;
  color: #fff;
}
.btn-brand_red_hover.focus,
.btn-brand_red_hover:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 78, 52, 0.5);
}
.btn-brand_red_hover.disabled,
.btn-brand_red_hover:disabled {
  background-color: #9d2f10;
  border-color: #9d2f10;
  color: #fff;
}
.btn-brand_red_hover:not(:disabled):not(.disabled).active,
.btn-brand_red_hover:not(:disabled):not(.disabled):active,
.show > .btn-brand_red_hover.dropdown-toggle {
  background-color: #6f210b;
  border-color: #631e0a;
  color: #fff;
}
.btn-brand_red_hover:not(:disabled):not(.disabled).active:focus,
.btn-brand_red_hover:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_red_hover.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 78, 52, 0.5);
}
.btn-brand_deep_blue_dark {
  background-color: #062734;
  border-color: #062734;
  color: #fff;
}
.btn-brand_deep_blue_dark:hover {
  background-color: #020d12;
  border-color: #010506;
  color: #fff;
}
.btn-brand_deep_blue_dark.focus,
.btn-brand_deep_blue_dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 71, 82, 0.5);
}
.btn-brand_deep_blue_dark.disabled,
.btn-brand_deep_blue_dark:disabled {
  background-color: #062734;
  border-color: #062734;
  color: #fff;
}
.btn-brand_deep_blue_dark:not(:disabled):not(.disabled).active,
.btn-brand_deep_blue_dark:not(:disabled):not(.disabled):active,
.show > .btn-brand_deep_blue_dark.dropdown-toggle {
  background-color: #010506;
  border-color: #000;
  color: #fff;
}
.btn-brand_deep_blue_dark:not(:disabled):not(.disabled).active:focus,
.btn-brand_deep_blue_dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_deep_blue_dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 71, 82, 0.5);
}
.btn-brand_deep_blue {
  background-color: #123645;
  border-color: #123645;
  color: #fff;
}
.btn-brand_deep_blue:hover {
  background-color: #0a1e27;
  border-color: #07161d;
  color: #fff;
}
.btn-brand_deep_blue.focus,
.btn-brand_deep_blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 84, 97, 0.5);
}
.btn-brand_deep_blue.disabled,
.btn-brand_deep_blue:disabled {
  background-color: #123645;
  border-color: #123645;
  color: #fff;
}
.btn-brand_deep_blue:not(:disabled):not(.disabled).active,
.btn-brand_deep_blue:not(:disabled):not(.disabled):active,
.show > .btn-brand_deep_blue.dropdown-toggle {
  background-color: #07161d;
  border-color: #050e12;
  color: #fff;
}
.btn-brand_deep_blue:not(:disabled):not(.disabled).active:focus,
.btn-brand_deep_blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_deep_blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 84, 97, 0.5);
}
.btn-brand_deep_blue_light {
  background-color: #2a4a58;
  border-color: #2a4a58;
  color: #fff;
}
.btn-brand_deep_blue_light:hover {
  background-color: #1e343e;
  border-color: #1a2d35;
  color: #fff;
}
.btn-brand_deep_blue_light.focus,
.btn-brand_deep_blue_light:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 101, 113, 0.5);
}
.btn-brand_deep_blue_light.disabled,
.btn-brand_deep_blue_light:disabled {
  background-color: #2a4a58;
  border-color: #2a4a58;
  color: #fff;
}
.btn-brand_deep_blue_light:not(:disabled):not(.disabled).active,
.btn-brand_deep_blue_light:not(:disabled):not(.disabled):active,
.show > .btn-brand_deep_blue_light.dropdown-toggle {
  background-color: #1a2d35;
  border-color: #15262d;
  color: #fff;
}
.btn-brand_deep_blue_light:not(:disabled):not(.disabled).active:focus,
.btn-brand_deep_blue_light:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_deep_blue_light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(74, 101, 113, 0.5);
}
.btn-brand_deep_blue_lighter {
  background-color: #4c6c7a;
  border-color: #4c6c7a;
  color: #fff;
}
.btn-brand_deep_blue_lighter:hover {
  background-color: #3d5762;
  border-color: #38505b;
  color: #fff;
}
.btn-brand_deep_blue_lighter.focus,
.btn-brand_deep_blue_lighter:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 130, 142, 0.5);
}
.btn-brand_deep_blue_lighter.disabled,
.btn-brand_deep_blue_lighter:disabled {
  background-color: #4c6c7a;
  border-color: #4c6c7a;
  color: #fff;
}
.btn-brand_deep_blue_lighter:not(:disabled):not(.disabled).active,
.btn-brand_deep_blue_lighter:not(:disabled):not(.disabled):active,
.show > .btn-brand_deep_blue_lighter.dropdown-toggle {
  background-color: #38505b;
  border-color: #344953;
  color: #fff;
}
.btn-brand_deep_blue_lighter:not(:disabled):not(.disabled).active:focus,
.btn-brand_deep_blue_lighter:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_deep_blue_lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 130, 142, 0.5);
}
.btn-brand_light_blue {
  background-color: #e3e9f0;
  border-color: #e3e9f0;
  color: #212529;
}
.btn-brand_light_blue:hover {
  background-color: #cad5e3;
  border-color: #c2cfde;
  color: #212529;
}
.btn-brand_light_blue.focus,
.btn-brand_light_blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 204, 210, 0.5);
}
.btn-brand_light_blue.disabled,
.btn-brand_light_blue:disabled {
  background-color: #e3e9f0;
  border-color: #e3e9f0;
  color: #212529;
}
.btn-brand_light_blue:not(:disabled):not(.disabled).active,
.btn-brand_light_blue:not(:disabled):not(.disabled):active,
.show > .btn-brand_light_blue.dropdown-toggle {
  background-color: #c2cfde;
  border-color: #b9c8da;
  color: #212529;
}
.btn-brand_light_blue:not(:disabled):not(.disabled).active:focus,
.btn-brand_light_blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_light_blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(198, 204, 210, 0.5);
}
.btn-brand_denim_blue {
  background-color: #7590b3;
  border-color: #7590b3;
  color: #fff;
}
.btn-brand_denim_blue:hover {
  background-color: #5c7ca5;
  border-color: #57769e;
  color: #fff;
}
.btn-brand_denim_blue.focus,
.btn-brand_denim_blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 161, 190, 0.5);
}
.btn-brand_denim_blue.disabled,
.btn-brand_denim_blue:disabled {
  background-color: #7590b3;
  border-color: #7590b3;
  color: #fff;
}
.btn-brand_denim_blue:not(:disabled):not(.disabled).active,
.btn-brand_denim_blue:not(:disabled):not(.disabled):active,
.show > .btn-brand_denim_blue.dropdown-toggle {
  background-color: #57769e;
  border-color: #527096;
  color: #fff;
}
.btn-brand_denim_blue:not(:disabled):not(.disabled).active:focus,
.btn-brand_denim_blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_denim_blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 161, 190, 0.5);
}
.btn-brand_link_blue {
  background-color: #089bd8;
  border-color: #089bd8;
  color: #fff;
}
.btn-brand_link_blue:hover {
  background-color: #0781b3;
  border-color: #0678a7;
  color: #fff;
}
.btn-brand_link_blue.focus,
.btn-brand_link_blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 170, 222, 0.5);
}
.btn-brand_link_blue.disabled,
.btn-brand_link_blue:disabled {
  background-color: #089bd8;
  border-color: #089bd8;
  color: #fff;
}
.btn-brand_link_blue:not(:disabled):not(.disabled).active,
.btn-brand_link_blue:not(:disabled):not(.disabled):active,
.show > .btn-brand_link_blue.dropdown-toggle {
  background-color: #0678a7;
  border-color: #066f9b;
  color: #fff;
}
.btn-brand_link_blue:not(:disabled):not(.disabled).active:focus,
.btn-brand_link_blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_link_blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 170, 222, 0.5);
}
.btn-brand_outline {
  background-color: #dee2e6;
  border-color: #dee2e6;
  color: #212529;
}
.btn-brand_outline:hover {
  background-color: #c8cfd6;
  border-color: #c1c9d0;
  color: #212529;
}
.btn-brand_outline.focus,
.btn-brand_outline:focus {
  box-shadow: 0 0 0 0.2rem hsla(210, 7%, 78%, 0.5);
}
.btn-brand_outline.disabled,
.btn-brand_outline:disabled {
  background-color: #dee2e6;
  border-color: #dee2e6;
  color: #212529;
}
.btn-brand_outline:not(:disabled):not(.disabled).active,
.btn-brand_outline:not(:disabled):not(.disabled):active,
.show > .btn-brand_outline.dropdown-toggle {
  background-color: #c1c9d0;
  border-color: #bac2cb;
  color: #212529;
}
.btn-brand_outline:not(:disabled):not(.disabled).active:focus,
.btn-brand_outline:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(210, 7%, 78%, 0.5);
}
.btn-brand_background {
  background-color: #fbfaf9;
  border-color: #fbfaf9;
  color: #212529;
}
.btn-brand_background:hover {
  background-color: #ece7e2;
  border-color: #e7e1da;
  color: #212529;
}
.btn-brand_background.focus,
.btn-brand_background:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 85%, 0.5);
}
.btn-brand_background.disabled,
.btn-brand_background:disabled {
  background-color: #fbfaf9;
  border-color: #fbfaf9;
  color: #212529;
}
.btn-brand_background:not(:disabled):not(.disabled).active,
.btn-brand_background:not(:disabled):not(.disabled):active,
.show > .btn-brand_background.dropdown-toggle {
  background-color: #e7e1da;
  border-color: #e2dad3;
  color: #212529;
}
.btn-brand_background:not(:disabled):not(.disabled).active:focus,
.btn-brand_background:not(:disabled):not(.disabled):active:focus,
.show > .btn-brand_background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 85%, 0.5);
}
.btn-primary {
  background-color: #123645;
  border-color: #123645;
  color: #fff;
}
.btn-primary:hover {
  background-color: #0a1e27;
  border-color: #07161d;
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 84, 97, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #123645;
  border-color: #123645;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #07161d;
  border-color: #050e12;
  color: #fff;
}
.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(54, 84, 97, 0.5);
}
.btn-primary-dark {
  background-color: #062734;
  border-color: #062734;
  color: #fff;
}
.btn-primary-dark:hover {
  background-color: #020d12;
  border-color: #010506;
  color: #fff;
}
.btn-primary-dark.focus,
.btn-primary-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 71, 82, 0.5);
}
.btn-primary-dark.disabled,
.btn-primary-dark:disabled {
  background-color: #062734;
  border-color: #062734;
  color: #fff;
}
.btn-primary-dark:not(:disabled):not(.disabled).active,
.btn-primary-dark:not(:disabled):not(.disabled):active,
.show > .btn-primary-dark.dropdown-toggle {
  background-color: #010506;
  border-color: #000;
  color: #fff;
}
.btn-primary-dark:not(:disabled):not(.disabled).active:focus,
.btn-primary-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 71, 82, 0.5);
}
.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #545b62;
  border-color: #4e555b;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-success {
  background-color: #a4ff78;
  border-color: #a4ff78;
  color: #212529;
}
.btn-success:hover {
  background-color: #8aff52;
  border-color: #82ff45;
  color: #212529;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 222, 108, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #a4ff78;
  border-color: #a4ff78;
  color: #212529;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background-color: #82ff45;
  border-color: #79ff38;
  color: #212529;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 222, 108, 0.5);
}
.btn-info {
  background-color: #089bd8;
  border-color: #089bd8;
  color: #fff;
}
.btn-info:hover {
  background-color: #0781b3;
  border-color: #0678a7;
  color: #fff;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 170, 222, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #089bd8;
  border-color: #089bd8;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  background-color: #0678a7;
  border-color: #066f9b;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(45, 170, 222, 0.5);
}
.btn-warning {
  background-color: #ff9a6a;
  border-color: #ff9a6a;
  color: #212529;
}
.btn-warning:hover {
  background-color: #ff8044;
  border-color: #ff7737;
  color: #212529;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 136, 96, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ff9a6a;
  border-color: #ff9a6a;
  color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  background-color: #ff7737;
  border-color: #ff6f2a;
  color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 136, 96, 0.5);
}
.btn-danger {
  background-color: #ff5e31;
  border-color: #ff5e31;
  color: #fff;
}
.btn-danger:hover {
  background-color: #ff400b;
  border-color: #fd3700;
  color: #fff;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 118, 80, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #ff5e31;
  border-color: #ff5e31;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  background-color: #fd3700;
  border-color: #f03400;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 118, 80, 0.5);
}
.btn-danger-dark {
  background-color: #9d2f10;
  border-color: #9d2f10;
  color: #fff;
}
.btn-danger-dark:hover {
  background-color: #7a250c;
  border-color: #6f210b;
  color: #fff;
}
.btn-danger-dark.focus,
.btn-danger-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 78, 52, 0.5);
}
.btn-danger-dark.disabled,
.btn-danger-dark:disabled {
  background-color: #9d2f10;
  border-color: #9d2f10;
  color: #fff;
}
.btn-danger-dark:not(:disabled):not(.disabled).active,
.btn-danger-dark:not(:disabled):not(.disabled):active,
.show > .btn-danger-dark.dropdown-toggle {
  background-color: #6f210b;
  border-color: #631e0a;
  color: #fff;
}
.btn-danger-dark:not(:disabled):not(.disabled).active:focus,
.btn-danger-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(172, 78, 52, 0.5);
}
.btn-light {
  background-color: #f4f1ef;
  border-color: #f4f1ef;
  color: #212529;
}
.btn-light:hover {
  background-color: #e4ddd8;
  border-color: #dfd7d1;
  color: #212529;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(20, 3%, 83%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f4f1ef;
  border-color: #f4f1ef;
  color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #dfd7d1;
  border-color: #dad0c9;
  color: #212529;
}
.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 hsla(20, 3%, 83%, 0.5);
}
.btn-dark {
  background-color: #062734;
  border-color: #062734;
  color: #fff;
}
.btn-dark:hover {
  background-color: #020d12;
  border-color: #010506;
  color: #fff;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 71, 82, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #062734;
  border-color: #062734;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  background-color: #010506;
  border-color: #000;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 71, 82, 0.5);
}
.btn-background {
  background-color: #fbfaf9;
  border-color: #fbfaf9;
  color: #212529;
}
.btn-background:hover {
  background-color: #ece7e2;
  border-color: #e7e1da;
  color: #212529;
}
.btn-background.focus,
.btn-background:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 85%, 0.5);
}
.btn-background.disabled,
.btn-background:disabled {
  background-color: #fbfaf9;
  border-color: #fbfaf9;
  color: #212529;
}
.btn-background:not(:disabled):not(.disabled).active,
.btn-background:not(:disabled):not(.disabled):active,
.show > .btn-background.dropdown-toggle {
  background-color: #e7e1da;
  border-color: #e2dad3;
  color: #212529;
}
.btn-background:not(:disabled):not(.disabled).active:focus,
.btn-background:not(:disabled):not(.disabled):active:focus,
.show > .btn-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 85%, 0.5);
}
.btn-outline-brand_green_neon_light {
  border-color: #e1fbce;
  color: #e1fbce;
}
.btn-outline-brand_green_neon_light:hover {
  background-color: #e1fbce;
  border-color: #e1fbce;
  color: #212529;
}
.btn-outline-brand_green_neon_light.focus,
.btn-outline-brand_green_neon_light:focus {
  box-shadow: 0 0 0 0.2rem hsla(95, 85%, 90%, 0.5);
}
.btn-outline-brand_green_neon_light.disabled,
.btn-outline-brand_green_neon_light:disabled {
  background-color: transparent;
  color: #e1fbce;
}
.btn-outline-brand_green_neon_light:not(:disabled):not(.disabled).active,
.btn-outline-brand_green_neon_light:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_green_neon_light.dropdown-toggle {
  background-color: #e1fbce;
  border-color: #e1fbce;
  color: #212529;
}
.btn-outline-brand_green_neon_light:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_green_neon_light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_green_neon_light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(95, 85%, 90%, 0.5);
}
.btn-outline-brand_green_neon {
  border-color: #bcff8a;
  color: #bcff8a;
}
.btn-outline-brand_green_neon:hover {
  background-color: #bcff8a;
  border-color: #bcff8a;
  color: #212529;
}
.btn-outline-brand_green_neon.focus,
.btn-outline-brand_green_neon:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 255, 138, 0.5);
}
.btn-outline-brand_green_neon.disabled,
.btn-outline-brand_green_neon:disabled {
  background-color: transparent;
  color: #bcff8a;
}
.btn-outline-brand_green_neon:not(:disabled):not(.disabled).active,
.btn-outline-brand_green_neon:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_green_neon.dropdown-toggle {
  background-color: #bcff8a;
  border-color: #bcff8a;
  color: #212529;
}
.btn-outline-brand_green_neon:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_green_neon:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_green_neon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 255, 138, 0.5);
}
.btn-outline-brand_green_button {
  border-color: #a4ff78;
  color: #a4ff78;
}
.btn-outline-brand_green_button:hover {
  background-color: #a4ff78;
  border-color: #a4ff78;
  color: #212529;
}
.btn-outline-brand_green_button.focus,
.btn-outline-brand_green_button:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 255, 120, 0.5);
}
.btn-outline-brand_green_button.disabled,
.btn-outline-brand_green_button:disabled {
  background-color: transparent;
  color: #a4ff78;
}
.btn-outline-brand_green_button:not(:disabled):not(.disabled).active,
.btn-outline-brand_green_button:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_green_button.dropdown-toggle {
  background-color: #a4ff78;
  border-color: #a4ff78;
  color: #212529;
}
.btn-outline-brand_green_button:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_green_button:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_green_button.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 255, 120, 0.5);
}
.btn-outline-brand_green_hover {
  border-color: #63da2a;
  color: #63da2a;
}
.btn-outline-brand_green_hover:hover {
  background-color: #63da2a;
  border-color: #63da2a;
  color: #212529;
}
.btn-outline-brand_green_hover.focus,
.btn-outline-brand_green_hover:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 218, 42, 0.5);
}
.btn-outline-brand_green_hover.disabled,
.btn-outline-brand_green_hover:disabled {
  background-color: transparent;
  color: #63da2a;
}
.btn-outline-brand_green_hover:not(:disabled):not(.disabled).active,
.btn-outline-brand_green_hover:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_green_hover.dropdown-toggle {
  background-color: #63da2a;
  border-color: #63da2a;
  color: #212529;
}
.btn-outline-brand_green_hover:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_green_hover:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_green_hover.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 218, 42, 0.5);
}
.btn-outline-brand_beige_light {
  border-color: #f4f1ef;
  color: #f4f1ef;
}
.btn-outline-brand_beige_light:hover {
  background-color: #f4f1ef;
  border-color: #f4f1ef;
  color: #212529;
}
.btn-outline-brand_beige_light.focus,
.btn-outline-brand_beige_light:focus {
  box-shadow: 0 0 0 0.2rem hsla(24, 19%, 95%, 0.5);
}
.btn-outline-brand_beige_light.disabled,
.btn-outline-brand_beige_light:disabled {
  background-color: transparent;
  color: #f4f1ef;
}
.btn-outline-brand_beige_light:not(:disabled):not(.disabled).active,
.btn-outline-brand_beige_light:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_beige_light.dropdown-toggle {
  background-color: #f4f1ef;
  border-color: #f4f1ef;
  color: #212529;
}
.btn-outline-brand_beige_light:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_beige_light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_beige_light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(24, 19%, 95%, 0.5);
}
.btn-outline-brand_beige_hover {
  border-color: #f2eae6;
  color: #f2eae6;
}
.btn-outline-brand_beige_hover:hover {
  background-color: #f2eae6;
  border-color: #f2eae6;
  color: #212529;
}
.btn-outline-brand_beige_hover.focus,
.btn-outline-brand_beige_hover:focus {
  box-shadow: 0 0 0 0.2rem hsla(20, 32%, 93%, 0.5);
}
.btn-outline-brand_beige_hover.disabled,
.btn-outline-brand_beige_hover:disabled {
  background-color: transparent;
  color: #f2eae6;
}
.btn-outline-brand_beige_hover:not(:disabled):not(.disabled).active,
.btn-outline-brand_beige_hover:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_beige_hover.dropdown-toggle {
  background-color: #f2eae6;
  border-color: #f2eae6;
  color: #212529;
}
.btn-outline-brand_beige_hover:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_beige_hover:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_beige_hover.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(20, 32%, 93%, 0.5);
}
.btn-outline-brand_beige_organic {
  border-color: #e6d6cf;
  color: #e6d6cf;
}
.btn-outline-brand_beige_organic:hover {
  background-color: #e6d6cf;
  border-color: #e6d6cf;
  color: #212529;
}
.btn-outline-brand_beige_organic.focus,
.btn-outline-brand_beige_organic:focus {
  box-shadow: 0 0 0 0.2rem hsla(18, 32%, 86%, 0.5);
}
.btn-outline-brand_beige_organic.disabled,
.btn-outline-brand_beige_organic:disabled {
  background-color: transparent;
  color: #e6d6cf;
}
.btn-outline-brand_beige_organic:not(:disabled):not(.disabled).active,
.btn-outline-brand_beige_organic:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_beige_organic.dropdown-toggle {
  background-color: #e6d6cf;
  border-color: #e6d6cf;
  color: #212529;
}
.btn-outline-brand_beige_organic:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_beige_organic:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_beige_organic.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(18, 32%, 86%, 0.5);
}
.btn-outline-brand_beige_background {
  border-color: #fbfaf9;
  color: #fbfaf9;
}
.btn-outline-brand_beige_background:hover {
  background-color: #fbfaf9;
  border-color: #fbfaf9;
  color: #212529;
}
.btn-outline-brand_beige_background.focus,
.btn-outline-brand_beige_background:focus {
  box-shadow: 0 0 0 0.2rem hsla(30, 20%, 98%, 0.5);
}
.btn-outline-brand_beige_background.disabled,
.btn-outline-brand_beige_background:disabled {
  background-color: transparent;
  color: #fbfaf9;
}
.btn-outline-brand_beige_background:not(:disabled):not(.disabled).active,
.btn-outline-brand_beige_background:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_beige_background.dropdown-toggle {
  background-color: #fbfaf9;
  border-color: #fbfaf9;
  color: #212529;
}
.btn-outline-brand_beige_background:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_beige_background:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_beige_background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(30, 20%, 98%, 0.5);
}
.btn-outline-brand_apricot_warm {
  border-color: #ffc2a5;
  color: #ffc2a5;
}
.btn-outline-brand_apricot_warm:hover {
  background-color: #ffc2a5;
  border-color: #ffc2a5;
  color: #212529;
}
.btn-outline-brand_apricot_warm.focus,
.btn-outline-brand_apricot_warm:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 194, 165, 0.5);
}
.btn-outline-brand_apricot_warm.disabled,
.btn-outline-brand_apricot_warm:disabled {
  background-color: transparent;
  color: #ffc2a5;
}
.btn-outline-brand_apricot_warm:not(:disabled):not(.disabled).active,
.btn-outline-brand_apricot_warm:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_apricot_warm.dropdown-toggle {
  background-color: #ffc2a5;
  border-color: #ffc2a5;
  color: #212529;
}
.btn-outline-brand_apricot_warm:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_apricot_warm:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_apricot_warm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 194, 165, 0.5);
}
.btn-outline-brand_apricot_warm_dark {
  border-color: #ff9a6a;
  color: #ff9a6a;
}
.btn-outline-brand_apricot_warm_dark:hover {
  background-color: #ff9a6a;
  border-color: #ff9a6a;
  color: #212529;
}
.btn-outline-brand_apricot_warm_dark.focus,
.btn-outline-brand_apricot_warm_dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 106, 0.5);
}
.btn-outline-brand_apricot_warm_dark.disabled,
.btn-outline-brand_apricot_warm_dark:disabled {
  background-color: transparent;
  color: #ff9a6a;
}
.btn-outline-brand_apricot_warm_dark:not(:disabled):not(.disabled).active,
.btn-outline-brand_apricot_warm_dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_apricot_warm_dark.dropdown-toggle {
  background-color: #ff9a6a;
  border-color: #ff9a6a;
  color: #212529;
}
.btn-outline-brand_apricot_warm_dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_apricot_warm_dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_apricot_warm_dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 106, 0.5);
}
.btn-outline-brand_red {
  border-color: #dd3000;
  color: #dd3000;
}
.btn-outline-brand_red:hover {
  background-color: #dd3000;
  border-color: #dd3000;
  color: #fff;
}
.btn-outline-brand_red.focus,
.btn-outline-brand_red:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 48, 0, 0.5);
}
.btn-outline-brand_red.disabled,
.btn-outline-brand_red:disabled {
  background-color: transparent;
  color: #dd3000;
}
.btn-outline-brand_red:not(:disabled):not(.disabled).active,
.btn-outline-brand_red:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_red.dropdown-toggle {
  background-color: #dd3000;
  border-color: #dd3000;
  color: #fff;
}
.btn-outline-brand_red:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_red:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 48, 0, 0.5);
}
.btn-outline-brand_red_hover {
  border-color: #9d2f10;
  color: #9d2f10;
}
.btn-outline-brand_red_hover:hover {
  background-color: #9d2f10;
  border-color: #9d2f10;
  color: #fff;
}
.btn-outline-brand_red_hover.focus,
.btn-outline-brand_red_hover:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 47, 16, 0.5);
}
.btn-outline-brand_red_hover.disabled,
.btn-outline-brand_red_hover:disabled {
  background-color: transparent;
  color: #9d2f10;
}
.btn-outline-brand_red_hover:not(:disabled):not(.disabled).active,
.btn-outline-brand_red_hover:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_red_hover.dropdown-toggle {
  background-color: #9d2f10;
  border-color: #9d2f10;
  color: #fff;
}
.btn-outline-brand_red_hover:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_red_hover:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_red_hover.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 47, 16, 0.5);
}
.btn-outline-brand_deep_blue_dark {
  border-color: #062734;
  color: #062734;
}
.btn-outline-brand_deep_blue_dark:hover {
  background-color: #062734;
  border-color: #062734;
  color: #fff;
}
.btn-outline-brand_deep_blue_dark.focus,
.btn-outline-brand_deep_blue_dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 39, 52, 0.5);
}
.btn-outline-brand_deep_blue_dark.disabled,
.btn-outline-brand_deep_blue_dark:disabled {
  background-color: transparent;
  color: #062734;
}
.btn-outline-brand_deep_blue_dark:not(:disabled):not(.disabled).active,
.btn-outline-brand_deep_blue_dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_deep_blue_dark.dropdown-toggle {
  background-color: #062734;
  border-color: #062734;
  color: #fff;
}
.btn-outline-brand_deep_blue_dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_deep_blue_dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_deep_blue_dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 39, 52, 0.5);
}
.btn-outline-brand_deep_blue {
  border-color: #123645;
  color: #123645;
}
.btn-outline-brand_deep_blue:hover {
  background-color: #123645;
  border-color: #123645;
  color: #fff;
}
.btn-outline-brand_deep_blue.focus,
.btn-outline-brand_deep_blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 54, 69, 0.5);
}
.btn-outline-brand_deep_blue.disabled,
.btn-outline-brand_deep_blue:disabled {
  background-color: transparent;
  color: #123645;
}
.btn-outline-brand_deep_blue:not(:disabled):not(.disabled).active,
.btn-outline-brand_deep_blue:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_deep_blue.dropdown-toggle {
  background-color: #123645;
  border-color: #123645;
  color: #fff;
}
.btn-outline-brand_deep_blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_deep_blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_deep_blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 54, 69, 0.5);
}
.btn-outline-brand_deep_blue_light {
  border-color: #2a4a58;
  color: #2a4a58;
}
.btn-outline-brand_deep_blue_light:hover {
  background-color: #2a4a58;
  border-color: #2a4a58;
  color: #fff;
}
.btn-outline-brand_deep_blue_light.focus,
.btn-outline-brand_deep_blue_light:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 74, 88, 0.5);
}
.btn-outline-brand_deep_blue_light.disabled,
.btn-outline-brand_deep_blue_light:disabled {
  background-color: transparent;
  color: #2a4a58;
}
.btn-outline-brand_deep_blue_light:not(:disabled):not(.disabled).active,
.btn-outline-brand_deep_blue_light:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_deep_blue_light.dropdown-toggle {
  background-color: #2a4a58;
  border-color: #2a4a58;
  color: #fff;
}
.btn-outline-brand_deep_blue_light:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_deep_blue_light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_deep_blue_light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 74, 88, 0.5);
}
.btn-outline-brand_deep_blue_lighter {
  border-color: #4c6c7a;
  color: #4c6c7a;
}
.btn-outline-brand_deep_blue_lighter:hover {
  background-color: #4c6c7a;
  border-color: #4c6c7a;
  color: #fff;
}
.btn-outline-brand_deep_blue_lighter.focus,
.btn-outline-brand_deep_blue_lighter:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 108, 122, 0.5);
}
.btn-outline-brand_deep_blue_lighter.disabled,
.btn-outline-brand_deep_blue_lighter:disabled {
  background-color: transparent;
  color: #4c6c7a;
}
.btn-outline-brand_deep_blue_lighter:not(:disabled):not(.disabled).active,
.btn-outline-brand_deep_blue_lighter:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_deep_blue_lighter.dropdown-toggle {
  background-color: #4c6c7a;
  border-color: #4c6c7a;
  color: #fff;
}
.btn-outline-brand_deep_blue_lighter:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_deep_blue_lighter:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_deep_blue_lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 108, 122, 0.5);
}
.btn-outline-brand_light_blue {
  border-color: #e3e9f0;
  color: #e3e9f0;
}
.btn-outline-brand_light_blue:hover {
  background-color: #e3e9f0;
  border-color: #e3e9f0;
  color: #212529;
}
.btn-outline-brand_light_blue.focus,
.btn-outline-brand_light_blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 233, 240, 0.5);
}
.btn-outline-brand_light_blue.disabled,
.btn-outline-brand_light_blue:disabled {
  background-color: transparent;
  color: #e3e9f0;
}
.btn-outline-brand_light_blue:not(:disabled):not(.disabled).active,
.btn-outline-brand_light_blue:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_light_blue.dropdown-toggle {
  background-color: #e3e9f0;
  border-color: #e3e9f0;
  color: #212529;
}
.btn-outline-brand_light_blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_light_blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_light_blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 233, 240, 0.5);
}
.btn-outline-brand_denim_blue {
  border-color: #7590b3;
  color: #7590b3;
}
.btn-outline-brand_denim_blue:hover {
  background-color: #7590b3;
  border-color: #7590b3;
  color: #fff;
}
.btn-outline-brand_denim_blue.focus,
.btn-outline-brand_denim_blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 144, 179, 0.5);
}
.btn-outline-brand_denim_blue.disabled,
.btn-outline-brand_denim_blue:disabled {
  background-color: transparent;
  color: #7590b3;
}
.btn-outline-brand_denim_blue:not(:disabled):not(.disabled).active,
.btn-outline-brand_denim_blue:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_denim_blue.dropdown-toggle {
  background-color: #7590b3;
  border-color: #7590b3;
  color: #fff;
}
.btn-outline-brand_denim_blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_denim_blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_denim_blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 144, 179, 0.5);
}
.btn-outline-brand_link_blue {
  border-color: #089bd8;
  color: #089bd8;
}
.btn-outline-brand_link_blue:hover {
  background-color: #089bd8;
  border-color: #089bd8;
  color: #fff;
}
.btn-outline-brand_link_blue.focus,
.btn-outline-brand_link_blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 155, 216, 0.5);
}
.btn-outline-brand_link_blue.disabled,
.btn-outline-brand_link_blue:disabled {
  background-color: transparent;
  color: #089bd8;
}
.btn-outline-brand_link_blue:not(:disabled):not(.disabled).active,
.btn-outline-brand_link_blue:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_link_blue.dropdown-toggle {
  background-color: #089bd8;
  border-color: #089bd8;
  color: #fff;
}
.btn-outline-brand_link_blue:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_link_blue:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_link_blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 155, 216, 0.5);
}
.btn-outline-brand_outline {
  border-color: #dee2e6;
  color: #dee2e6;
}
.btn-outline-brand_outline:hover {
  background-color: #dee2e6;
  border-color: #dee2e6;
  color: #212529;
}
.btn-outline-brand_outline.focus,
.btn-outline-brand_outline:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}
.btn-outline-brand_outline.disabled,
.btn-outline-brand_outline:disabled {
  background-color: transparent;
  color: #dee2e6;
}
.btn-outline-brand_outline:not(:disabled):not(.disabled).active,
.btn-outline-brand_outline:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_outline.dropdown-toggle {
  background-color: #dee2e6;
  border-color: #dee2e6;
  color: #212529;
}
.btn-outline-brand_outline:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_outline:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_outline.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}
.btn-outline-brand_background {
  border-color: #fbfaf9;
  color: #fbfaf9;
}
.btn-outline-brand_background:hover {
  background-color: #fbfaf9;
  border-color: #fbfaf9;
  color: #212529;
}
.btn-outline-brand_background.focus,
.btn-outline-brand_background:focus {
  box-shadow: 0 0 0 0.2rem hsla(30, 20%, 98%, 0.5);
}
.btn-outline-brand_background.disabled,
.btn-outline-brand_background:disabled {
  background-color: transparent;
  color: #fbfaf9;
}
.btn-outline-brand_background:not(:disabled):not(.disabled).active,
.btn-outline-brand_background:not(:disabled):not(.disabled):active,
.show > .btn-outline-brand_background.dropdown-toggle {
  background-color: #fbfaf9;
  border-color: #fbfaf9;
  color: #212529;
}
.btn-outline-brand_background:not(:disabled):not(.disabled).active:focus,
.btn-outline-brand_background:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-brand_background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(30, 20%, 98%, 0.5);
}
.btn-outline-primary {
  border-color: #123645;
  color: #123645;
}
.btn-outline-primary:hover {
  background-color: #123645;
  border-color: #123645;
  color: #fff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 54, 69, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #123645;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #123645;
  border-color: #123645;
  color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 54, 69, 0.5);
}
.btn-outline-primary-dark {
  border-color: #062734;
  color: #062734;
}
.btn-outline-primary-dark:hover {
  background-color: #062734;
  border-color: #062734;
  color: #fff;
}
.btn-outline-primary-dark.focus,
.btn-outline-primary-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 39, 52, 0.5);
}
.btn-outline-primary-dark.disabled,
.btn-outline-primary-dark:disabled {
  background-color: transparent;
  color: #062734;
}
.btn-outline-primary-dark:not(:disabled):not(.disabled).active,
.btn-outline-primary-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary-dark.dropdown-toggle {
  background-color: #062734;
  border-color: #062734;
  color: #fff;
}
.btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 39, 52, 0.5);
}
.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}
.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-success {
  border-color: #a4ff78;
  color: #a4ff78;
}
.btn-outline-success:hover {
  background-color: #a4ff78;
  border-color: #a4ff78;
  color: #212529;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 255, 120, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #a4ff78;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  background-color: #a4ff78;
  border-color: #a4ff78;
  color: #212529;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 255, 120, 0.5);
}
.btn-outline-info {
  border-color: #089bd8;
  color: #089bd8;
}
.btn-outline-info:hover {
  background-color: #089bd8;
  border-color: #089bd8;
  color: #fff;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 155, 216, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #089bd8;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  background-color: #089bd8;
  border-color: #089bd8;
  color: #fff;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 155, 216, 0.5);
}
.btn-outline-warning {
  border-color: #ff9a6a;
  color: #ff9a6a;
}
.btn-outline-warning:hover {
  background-color: #ff9a6a;
  border-color: #ff9a6a;
  color: #212529;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 106, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #ff9a6a;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  background-color: #ff9a6a;
  border-color: #ff9a6a;
  color: #212529;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 106, 0.5);
}
.btn-outline-danger {
  border-color: #ff5e31;
  color: #ff5e31;
}
.btn-outline-danger:hover {
  background-color: #ff5e31;
  border-color: #ff5e31;
  color: #fff;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 49, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #ff5e31;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  background-color: #ff5e31;
  border-color: #ff5e31;
  color: #fff;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 49, 0.5);
}
.btn-outline-danger-dark {
  border-color: #9d2f10;
  color: #9d2f10;
}
.btn-outline-danger-dark:hover {
  background-color: #9d2f10;
  border-color: #9d2f10;
  color: #fff;
}
.btn-outline-danger-dark.focus,
.btn-outline-danger-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 47, 16, 0.5);
}
.btn-outline-danger-dark.disabled,
.btn-outline-danger-dark:disabled {
  background-color: transparent;
  color: #9d2f10;
}
.btn-outline-danger-dark:not(:disabled):not(.disabled).active,
.btn-outline-danger-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger-dark.dropdown-toggle {
  background-color: #9d2f10;
  border-color: #9d2f10;
  color: #fff;
}
.btn-outline-danger-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 47, 16, 0.5);
}
.btn-outline-light {
  border-color: #f4f1ef;
  color: #f4f1ef;
}
.btn-outline-light:hover {
  background-color: #f4f1ef;
  border-color: #f4f1ef;
  color: #212529;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(24, 19%, 95%, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color: transparent;
  color: #f4f1ef;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  background-color: #f4f1ef;
  border-color: #f4f1ef;
  color: #212529;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(24, 19%, 95%, 0.5);
}
.btn-outline-dark {
  border-color: #062734;
  color: #062734;
}
.btn-outline-dark:hover {
  background-color: #062734;
  border-color: #062734;
  color: #fff;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 39, 52, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color: transparent;
  color: #062734;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  background-color: #062734;
  border-color: #062734;
  color: #fff;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 39, 52, 0.5);
}
.btn-outline-background {
  border-color: #fbfaf9;
  color: #fbfaf9;
}
.btn-outline-background:hover {
  background-color: #fbfaf9;
  border-color: #fbfaf9;
  color: #212529;
}
.btn-outline-background.focus,
.btn-outline-background:focus {
  box-shadow: 0 0 0 0.2rem hsla(30, 20%, 98%, 0.5);
}
.btn-outline-background.disabled,
.btn-outline-background:disabled {
  background-color: transparent;
  color: #fbfaf9;
}
.btn-outline-background:not(:disabled):not(.disabled).active,
.btn-outline-background:not(:disabled):not(.disabled):active,
.show > .btn-outline-background.dropdown-toggle {
  background-color: #fbfaf9;
  border-color: #fbfaf9;
  color: #212529;
}
.btn-outline-background:not(:disabled):not(.disabled).active:focus,
.btn-outline-background:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-background.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(30, 20%, 98%, 0.5);
}
.btn-link {
  color: #123645;
  font-weight: 400;
  text-decoration: none;
}
.btn-link:hover {
  color: #020708;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  box-shadow: none;
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg {
  border-radius: 5px;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.btn-sm {
  border-radius: 2px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type='button'].btn-block,
input[type='reset'].btn-block,
input[type='submit'].btn-block {
  width: 100%;
}
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  flex: 1 1 auto;
  margin-bottom: 0;
  position: relative;
  width: 1%;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group > .custom-file {
  align-items: center;
  display: flex;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  color: #fbfaf9;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: 24px;
}
.input-group-text {
  align-items: center;
  background-color: #123645;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0.75rem;
  text-align: center;
  white-space: nowrap;
}
.input-group-text input[type='checkbox'],
.input-group-text input[type='radio'] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  border-radius: 5px;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  border-radius: 2px;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.custom-control {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #123645;
  border-color: #123645;
  color: #fff;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(18, 54, 69, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #2c85aa;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background-color: #3da2cc;
  border-color: #3da2cc;
  color: #fff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: red;
}
.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}
.custom-control-label:before {
  background-color: #fbfaf9;
  border: 1px solid #adb5bd;
  pointer-events: none;
}
.custom-control-label:after,
.custom-control-label:before {
  content: '';
  display: block;
  height: 1rem;
  left: -1.5rem;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}
.custom-control-label:after {
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 4px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-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 {
  background-color: #123645;
  border-color: #123645;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(18, 54, 69, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(18, 54, 69, 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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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(18, 54, 69, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
  border-color: #63da2a !important;
  border-radius: 8px !important;
  left: -2.25rem;
  pointer-events: all;
  width: 1.75rem;
}
.custom-switch .custom-control-label:after {
  background-color: #9eacb1 !important;
  border-radius: 8px !important;
  height: calc(1rem - 4px);
  left: calc(-2.25rem + 2px);
  top: calc(0.25rem + 2px);
  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;
  width: calc(1rem - 4px);
}
@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: #63da2a;
  border-color: #63da2a;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(18, 54, 69, 0.5);
}
.custom-select {
  appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23282828' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/8px 10px;
  background-color: #fbfaf9;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: #062734;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  vertical-align: middle;
  width: 100%;
}
.custom-select:focus {
  border-color: #2c85aa;
  box-shadow: 0 0 0 0.2rem rgba(18, 54, 69, 0.25);
  outline: 0;
}
.custom-select:focus::-ms-value {
  background-color: #fbfaf9;
  color: #062734;
}
.custom-select[multiple],
.custom-select[size]:not([size='1']) {
  background-image: none;
  height: auto;
  padding-right: 0.75rem;
}
.custom-select:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
}
.custom-select-lg {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  height: calc(1.5em + 0.75rem + 2px);
  position: relative;
  width: 100%;
}
.custom-file-input {
  margin: 0;
  opacity: 0;
  z-index: 2;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #2c85aa;
  box-shadow: 0 0 0 0.2rem rgba(18, 54, 69, 0.25);
}
.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 {
  background-color: #fbfaf9;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: #062734;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  left: 0;
  z-index: 1;
}
.custom-file-label,
.custom-file-label:after {
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
}
.custom-file-label:after {
  background-color: #123645;
  border-left: inherit;
  border-radius: 0 4px 4px 0;
  bottom: 0;
  color: #fbfaf9;
  content: 'Browse';
  display: block;
  height: calc(1.5em + 0.75rem);
  z-index: 3;
}
.custom-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.4rem;
  padding: 0;
  width: 100%;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow:
    0 0 0 1px #fbfaf9,
    0 0 0 0.2rem rgba(18, 54, 69, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow:
    0 0 0 1px #fbfaf9,
    0 0 0 0.2rem rgba(18, 54, 69, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow:
    0 0 0 1px #fbfaf9,
    0 0 0 0.2rem rgba(18, 54, 69, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #123645;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -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;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #3da2cc;
}
.custom-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #123645;
  border: 0;
  border-radius: 1rem;
  height: 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;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #3da2cc;
}
.custom-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-ms-thumb {
  appearance: none;
  background-color: #123645;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  margin-top: 0;
  -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;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #3da2cc;
}
.custom-range::-ms-track {
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  cursor: default;
  pointer-events: none;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fbfaf9;
  border-color: #dee2e6 #dee2e6 #fbfaf9;
  color: #495057;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-pills .nav-link {
  border-radius: 4px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #123645;
  color: #fff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.navbar {
  padding: 8px 16px;
  position: relative;
}
.navbar,
.navbar > .container,
.navbar > .container-fluid {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  margin-right: 16px;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav .dropdown-menu {
  float: none;
  position: static;
}
.navbar-text {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}
.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  background: no-repeat 50%;
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}
@media (max-width: 329.98px) {
  .navbar-expand-vvs > .container,
  .navbar-expand-vvs > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 330px) {
  .navbar-expand-vvs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-vvs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-vvs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-vvs .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-vvs > .container,
  .navbar-expand-vvs > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-vvs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-vvs .navbar-toggler {
    display: none;
  }
}
@media (max-width: 399.98px) {
  .navbar-expand-vs > .container,
  .navbar-expand-vs > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 400px) {
  .navbar-expand-vs {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-vs .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-vs .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-vs .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-vs > .container,
  .navbar-expand-vs > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-vs .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-vs .navbar-toggler {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-left: 0;
    padding-right: 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-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-left: 0;
    padding-right: 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-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-left: 0;
    padding-right: 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-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-left: 0;
    padding-right: 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-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1449.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1450px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' 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,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  border-color: hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.breadcrumb {
  background-color: #e9ecef;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #6c757d;
  content: '/';
  display: inline-block;
  padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  border-radius: 4px;
  display: flex;
  list-style: none;
  padding-left: 0;
}
.page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #123645;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #020708;
  text-decoration: none;
  z-index: 2;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 54, 69, 0.25);
  outline: 0;
  z-index: 2;
}
.page-item:first-child .page-link {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  margin-left: 0;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.page-item.active .page-link {
  background-color: #123645;
  border-color: #123645;
  color: #fff;
  z-index: 1;
}
.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
  cursor: auto;
  pointer-events: none;
}
.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination-sm .page-link {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.badge {
  border-radius: 4px;
  display: inline-block;
  font-size: 75%;
  font-weight: 600;
  line-height: 1;
  padding: 0.25em 0.4em;
  text-align: center;
  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;
  vertical-align: baseline;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  border-radius: 10rem;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.badge-brand_green_neon_light {
  background-color: #e1fbce;
  color: #212529;
}
a.badge-brand_green_neon_light:focus,
a.badge-brand_green_neon_light:hover {
  background-color: #c4f79f;
  color: #212529;
}
a.badge-brand_green_neon_light.focus,
a.badge-brand_green_neon_light:focus {
  box-shadow: 0 0 0 0.2rem hsla(95, 85%, 90%, 0.5);
  outline: 0;
}
.badge-brand_green_neon {
  background-color: #bcff8a;
  color: #212529;
}
a.badge-brand_green_neon:focus,
a.badge-brand_green_neon:hover {
  background-color: #9fff57;
  color: #212529;
}
a.badge-brand_green_neon.focus,
a.badge-brand_green_neon:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 255, 138, 0.5);
  outline: 0;
}
.badge-brand_green_button {
  background-color: #a4ff78;
  color: #212529;
}
a.badge-brand_green_button:focus,
a.badge-brand_green_button:hover {
  background-color: #82ff45;
  color: #212529;
}
a.badge-brand_green_button.focus,
a.badge-brand_green_button:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 255, 120, 0.5);
  outline: 0;
}
.badge-brand_green_hover {
  background-color: #63da2a;
  color: #212529;
}
a.badge-brand_green_hover:focus,
a.badge-brand_green_hover:hover {
  background-color: #4fb21f;
  color: #212529;
}
a.badge-brand_green_hover.focus,
a.badge-brand_green_hover:focus {
  box-shadow: 0 0 0 0.2rem rgba(99, 218, 42, 0.5);
  outline: 0;
}
.badge-brand_beige_light {
  background-color: #f4f1ef;
  color: #212529;
}
a.badge-brand_beige_light:focus,
a.badge-brand_beige_light:hover {
  background-color: #dfd7d1;
  color: #212529;
}
a.badge-brand_beige_light.focus,
a.badge-brand_beige_light:focus {
  box-shadow: 0 0 0 0.2rem hsla(24, 19%, 95%, 0.5);
  outline: 0;
}
.badge-brand_beige_hover {
  background-color: #f2eae6;
  color: #212529;
}
a.badge-brand_beige_hover:focus,
a.badge-brand_beige_hover:hover {
  background-color: #e1cec4;
  color: #212529;
}
a.badge-brand_beige_hover.focus,
a.badge-brand_beige_hover:focus {
  box-shadow: 0 0 0 0.2rem hsla(20, 32%, 93%, 0.5);
  outline: 0;
}
.badge-brand_beige_organic {
  background-color: #e6d6cf;
  color: #212529;
}
a.badge-brand_beige_organic:focus,
a.badge-brand_beige_organic:hover {
  background-color: #d5b9ad;
  color: #212529;
}
a.badge-brand_beige_organic.focus,
a.badge-brand_beige_organic:focus {
  box-shadow: 0 0 0 0.2rem hsla(18, 32%, 86%, 0.5);
  outline: 0;
}
.badge-brand_beige_background {
  background-color: #fbfaf9;
  color: #212529;
}
a.badge-brand_beige_background:focus,
a.badge-brand_beige_background:hover {
  background-color: #e7e1da;
  color: #212529;
}
a.badge-brand_beige_background.focus,
a.badge-brand_beige_background:focus {
  box-shadow: 0 0 0 0.2rem hsla(30, 20%, 98%, 0.5);
  outline: 0;
}
.badge-brand_apricot_warm {
  background-color: #ffc2a5;
  color: #212529;
}
a.badge-brand_apricot_warm:focus,
a.badge-brand_apricot_warm:hover {
  background-color: #ff9f72;
  color: #212529;
}
a.badge-brand_apricot_warm.focus,
a.badge-brand_apricot_warm:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 194, 165, 0.5);
  outline: 0;
}
.badge-brand_apricot_warm_dark {
  background-color: #ff9a6a;
  color: #212529;
}
a.badge-brand_apricot_warm_dark:focus,
a.badge-brand_apricot_warm_dark:hover {
  background-color: #ff7737;
  color: #212529;
}
a.badge-brand_apricot_warm_dark.focus,
a.badge-brand_apricot_warm_dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 106, 0.5);
  outline: 0;
}
.badge-brand_red {
  background-color: #dd3000;
  color: #fff;
}
a.badge-brand_red:focus,
a.badge-brand_red:hover {
  background-color: #aa2500;
  color: #fff;
}
a.badge-brand_red.focus,
a.badge-brand_red:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 48, 0, 0.5);
  outline: 0;
}
.badge-brand_red_hover {
  background-color: #9d2f10;
  color: #fff;
}
a.badge-brand_red_hover:focus,
a.badge-brand_red_hover:hover {
  background-color: #6f210b;
  color: #fff;
}
a.badge-brand_red_hover.focus,
a.badge-brand_red_hover:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 47, 16, 0.5);
  outline: 0;
}
.badge-brand_deep_blue_dark {
  background-color: #062734;
  color: #fff;
}
a.badge-brand_deep_blue_dark:focus,
a.badge-brand_deep_blue_dark:hover {
  background-color: #010506;
  color: #fff;
}
a.badge-brand_deep_blue_dark.focus,
a.badge-brand_deep_blue_dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 39, 52, 0.5);
  outline: 0;
}
.badge-brand_deep_blue {
  background-color: #123645;
  color: #fff;
}
a.badge-brand_deep_blue:focus,
a.badge-brand_deep_blue:hover {
  background-color: #07161d;
  color: #fff;
}
a.badge-brand_deep_blue.focus,
a.badge-brand_deep_blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 54, 69, 0.5);
  outline: 0;
}
.badge-brand_deep_blue_light {
  background-color: #2a4a58;
  color: #fff;
}
a.badge-brand_deep_blue_light:focus,
a.badge-brand_deep_blue_light:hover {
  background-color: #1a2d35;
  color: #fff;
}
a.badge-brand_deep_blue_light.focus,
a.badge-brand_deep_blue_light:focus {
  box-shadow: 0 0 0 0.2rem rgba(42, 74, 88, 0.5);
  outline: 0;
}
.badge-brand_deep_blue_lighter {
  background-color: #4c6c7a;
  color: #fff;
}
a.badge-brand_deep_blue_lighter:focus,
a.badge-brand_deep_blue_lighter:hover {
  background-color: #38505b;
  color: #fff;
}
a.badge-brand_deep_blue_lighter.focus,
a.badge-brand_deep_blue_lighter:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 108, 122, 0.5);
  outline: 0;
}
.badge-brand_light_blue {
  background-color: #e3e9f0;
  color: #212529;
}
a.badge-brand_light_blue:focus,
a.badge-brand_light_blue:hover {
  background-color: #c2cfde;
  color: #212529;
}
a.badge-brand_light_blue.focus,
a.badge-brand_light_blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 233, 240, 0.5);
  outline: 0;
}
.badge-brand_denim_blue {
  background-color: #7590b3;
  color: #fff;
}
a.badge-brand_denim_blue:focus,
a.badge-brand_denim_blue:hover {
  background-color: #57769e;
  color: #fff;
}
a.badge-brand_denim_blue.focus,
a.badge-brand_denim_blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(117, 144, 179, 0.5);
  outline: 0;
}
.badge-brand_link_blue {
  background-color: #089bd8;
  color: #fff;
}
a.badge-brand_link_blue:focus,
a.badge-brand_link_blue:hover {
  background-color: #0678a7;
  color: #fff;
}
a.badge-brand_link_blue.focus,
a.badge-brand_link_blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 155, 216, 0.5);
  outline: 0;
}
.badge-brand_outline {
  background-color: #dee2e6;
  color: #212529;
}
a.badge-brand_outline:focus,
a.badge-brand_outline:hover {
  background-color: #c1c9d0;
  color: #212529;
}
a.badge-brand_outline.focus,
a.badge-brand_outline:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
  outline: 0;
}
.badge-brand_background {
  background-color: #fbfaf9;
  color: #212529;
}
a.badge-brand_background:focus,
a.badge-brand_background:hover {
  background-color: #e7e1da;
  color: #212529;
}
a.badge-brand_background.focus,
a.badge-brand_background:focus {
  box-shadow: 0 0 0 0.2rem hsla(30, 20%, 98%, 0.5);
  outline: 0;
}
.badge-primary {
  background-color: #123645;
  color: #fff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  background-color: #07161d;
  color: #fff;
}
a.badge-primary.focus,
a.badge-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(18, 54, 69, 0.5);
  outline: 0;
}
.badge-primary-dark {
  background-color: #062734;
  color: #fff;
}
a.badge-primary-dark:focus,
a.badge-primary-dark:hover {
  background-color: #010506;
  color: #fff;
}
a.badge-primary-dark.focus,
a.badge-primary-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 39, 52, 0.5);
  outline: 0;
}
.badge-secondary {
  background-color: #6c757d;
  color: #fff;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  background-color: #545b62;
  color: #fff;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
  outline: 0;
}
.badge-success {
  background-color: #a4ff78;
  color: #212529;
}
a.badge-success:focus,
a.badge-success:hover {
  background-color: #82ff45;
  color: #212529;
}
a.badge-success.focus,
a.badge-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(164, 255, 120, 0.5);
  outline: 0;
}
.badge-info {
  background-color: #089bd8;
  color: #fff;
}
a.badge-info:focus,
a.badge-info:hover {
  background-color: #0678a7;
  color: #fff;
}
a.badge-info.focus,
a.badge-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(8, 155, 216, 0.5);
  outline: 0;
}
.badge-warning {
  background-color: #ff9a6a;
  color: #212529;
}
a.badge-warning:focus,
a.badge-warning:hover {
  background-color: #ff7737;
  color: #212529;
}
a.badge-warning.focus,
a.badge-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 154, 106, 0.5);
  outline: 0;
}
.badge-danger {
  background-color: #ff5e31;
  color: #fff;
}
a.badge-danger:focus,
a.badge-danger:hover {
  background-color: #fd3700;
  color: #fff;
}
a.badge-danger.focus,
a.badge-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 49, 0.5);
  outline: 0;
}
.badge-danger-dark {
  background-color: #9d2f10;
  color: #fff;
}
a.badge-danger-dark:focus,
a.badge-danger-dark:hover {
  background-color: #6f210b;
  color: #fff;
}
a.badge-danger-dark.focus,
a.badge-danger-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 47, 16, 0.5);
  outline: 0;
}
.badge-light {
  background-color: #f4f1ef;
  color: #212529;
}
a.badge-light:focus,
a.badge-light:hover {
  background-color: #dfd7d1;
  color: #212529;
}
a.badge-light.focus,
a.badge-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(24, 19%, 95%, 0.5);
  outline: 0;
}
.badge-dark {
  background-color: #062734;
  color: #fff;
}
a.badge-dark:focus,
a.badge-dark:hover {
  background-color: #010506;
  color: #fff;
}
a.badge-dark.focus,
a.badge-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(6, 39, 52, 0.5);
  outline: 0;
}
.badge-background {
  background-color: #fbfaf9;
  color: #212529;
}
a.badge-background:focus,
a.badge-background:hover {
  background-color: #e7e1da;
  color: #212529;
}
a.badge-background.focus,
a.badge-background:focus {
  box-shadow: 0 0 0 0.2rem hsla(30, 20%, 98%, 0.5);
  outline: 0;
}
.alert {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 600;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  color: inherit;
  padding: 0.75rem 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}
.alert-brand_green_neon_light {
  background-color: #f9fef5;
  border-color: #f7fef1;
  color: #75836b;
}
.alert-brand_green_neon_light hr {
  border-top-color: #e9fcd9;
}
.alert-brand_green_neon_light .alert-link {
  color: #5c6754;
}
.alert-brand_green_neon {
  background-color: #f2ffe8;
  border-color: #ecffde;
  color: #628548;
}
.alert-brand_green_neon hr {
  border-top-color: #ddffc5;
}
.alert-brand_green_neon .alert-link {
  color: #4a6436;
}
.alert-brand_green_button {
  background-color: #edffe4;
  border-color: #e6ffd9;
  color: #55853e;
}
.alert-brand_green_button hr {
  border-top-color: #d5ffc0;
}
.alert-brand_green_button .alert-link {
  color: #3f622e;
}
.alert-brand_green_hover {
  background-color: #e0f8d4;
  border-color: #d3f5c3;
  color: #337116;
}
.alert-brand_green_hover hr {
  border-top-color: #c3f1ad;
}
.alert-brand_green_hover .alert-link {
  color: #20460e;
}
.alert-brand_beige_light {
  background-color: #fdfcfc;
  border-color: #fcfbfb;
  color: #7f7d7c;
}
.alert-brand_beige_light hr {
  border-top-color: #f1ecec;
}
.alert-brand_beige_light .alert-link {
  color: #656463;
}
.alert-brand_beige_hover {
  background-color: #fcfbfa;
  border-color: #fbf9f8;
  color: #7e7a78;
}
.alert-brand_beige_hover hr {
  border-top-color: #f2ebe8;
}
.alert-brand_beige_hover .alert-link {
  color: #64615f;
}
.alert-brand_beige_organic {
  background-color: #faf7f5;
  border-color: #f8f4f2;
  color: #786f6c;
}
.alert-brand_beige_organic hr {
  border-top-color: #efe6e1;
}
.alert-brand_beige_organic .alert-link {
  color: #5d5654;
}
.alert-brand_beige_background {
  background-color: #fefefe;
  border-color: #fefefd;
  color: #838281;
}
.alert-brand_beige_background hr {
  border-top-color: #f6f6ec;
}
.alert-brand_beige_background .alert-link {
  color: #696968;
}
.alert-brand_apricot_warm {
  background-color: #fff3ed;
  border-color: #ffeee6;
  color: #856556;
}
.alert-brand_apricot_warm hr {
  border-top-color: #ffddcd;
}
.alert-brand_apricot_warm .alert-link {
  color: #664d42;
}
.alert-brand_apricot_warm_dark {
  background-color: #ffebe1;
  border-color: #ffe3d5;
  color: #855037;
}
.alert-brand_apricot_warm_dark hr {
  border-top-color: #ffd2bc;
}
.alert-brand_apricot_warm_dark .alert-link {
  color: #613a28;
}
.alert-brand_red {
  background-color: #f8d6cc;
  border-color: #f5c5b8;
  color: #731900;
}
.alert-brand_red hr {
  border-top-color: #f2b3a2;
}
.alert-brand_red .alert-link {
  color: #400e00;
}
.alert-brand_red_hover {
  background-color: #ebd5cf;
  border-color: #e4c5bc;
  color: #521808;
}
.alert-brand_red_hover hr {
  border-top-color: #ddb5aa;
}
.alert-brand_red_hover .alert-link {
  color: #240a03;
}
.alert-brand_deep_blue_dark {
  background-color: #cdd4d6;
  border-color: #b9c3c6;
  color: #03141b;
}
.alert-brand_deep_blue_dark hr {
  border-top-color: #abb7bb;
}
.alert-brand_deep_blue_dark .alert-link {
  color: #000;
}
.alert-brand_deep_blue {
  background-color: #d0d7da;
  border-color: #bdc7cb;
  color: #091c24;
}
.alert-brand_deep_blue hr {
  border-top-color: #afbbc0;
}
.alert-brand_deep_blue .alert-link {
  color: #000;
}
.alert-brand_deep_blue_light {
  background-color: #d4dbde;
  border-color: #c3ccd0;
  color: #16262e;
}
.alert-brand_deep_blue_light hr {
  border-top-color: #b5c0c5;
}
.alert-brand_deep_blue_light .alert-link {
  color: #060a0c;
}
.alert-brand_deep_blue_lighter {
  background-color: #dbe2e4;
  border-color: #cdd6da;
  color: #28383f;
}
.alert-brand_deep_blue_lighter hr {
  border-top-color: #becacf;
}
.alert-brand_deep_blue_lighter .alert-link {
  color: #141c20;
}
.alert-brand_light_blue {
  background-color: #f9fbfc;
  border-color: #f7f9fb;
  color: #76797d;
}
.alert-brand_light_blue hr {
  border-top-color: #e6ecf3;
}
.alert-brand_light_blue .alert-link {
  color: #5d6063;
}
.alert-brand_denim_blue {
  background-color: #e3e9f0;
  border-color: #d8e0ea;
  color: #3d4b5d;
}
.alert-brand_denim_blue hr {
  border-top-color: #c7d3e1;
}
.alert-brand_denim_blue .alert-link {
  color: #29323e;
}
.alert-brand_link_blue {
  background-color: #ceebf7;
  border-color: #bae3f4;
  color: #045170;
}
.alert-brand_link_blue hr {
  border-top-color: #a4daf0;
}
.alert-brand_link_blue .alert-link {
  color: #022d3f;
}
.alert-brand_outline {
  background-color: #f8f9fa;
  border-color: #f6f7f8;
  color: #737678;
}
.alert-brand_outline hr {
  border-top-color: #e8eaed;
}
.alert-brand_outline .alert-link {
  color: #5a5c5e;
}
.alert-brand_background {
  background-color: #fefefe;
  border-color: #fefefd;
  color: #838281;
}
.alert-brand_background hr {
  border-top-color: #f6f6ec;
}
.alert-brand_background .alert-link {
  color: #696968;
}
.alert-primary {
  background-color: #d0d7da;
  border-color: #bdc7cb;
  color: #091c24;
}
.alert-primary hr {
  border-top-color: #afbbc0;
}
.alert-primary .alert-link {
  color: #000;
}
.alert-primary-dark {
  background-color: #cdd4d6;
  border-color: #b9c3c6;
  color: #03141b;
}
.alert-primary-dark hr {
  border-top-color: #abb7bb;
}
.alert-primary-dark .alert-link {
  color: #000;
}
.alert-secondary {
  background-color: #e2e3e5;
  border-color: #d6d8db;
  color: #383d41;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  background-color: #edffe4;
  border-color: #e6ffd9;
  color: #55853e;
}
.alert-success hr {
  border-top-color: #d5ffc0;
}
.alert-success .alert-link {
  color: #3f622e;
}
.alert-info {
  background-color: #ceebf7;
  border-color: #bae3f4;
  color: #045170;
}
.alert-info hr {
  border-top-color: #a4daf0;
}
.alert-info .alert-link {
  color: #022d3f;
}
.alert-warning {
  background-color: #ffebe1;
  border-color: #ffe3d5;
  color: #855037;
}
.alert-warning hr {
  border-top-color: #ffd2bc;
}
.alert-warning .alert-link {
  color: #613a28;
}
.alert-danger {
  background-color: #ffdfd6;
  border-color: #ffd2c5;
  color: #853119;
}
.alert-danger hr {
  border-top-color: #ffbeac;
}
.alert-danger .alert-link {
  color: #5a2111;
}
.alert-danger-dark {
  background-color: #ebd5cf;
  border-color: #e4c5bc;
  color: #521808;
}
.alert-danger-dark hr {
  border-top-color: #ddb5aa;
}
.alert-danger-dark .alert-link {
  color: #240a03;
}
.alert-light {
  background-color: #fdfcfc;
  border-color: #fcfbfb;
  color: #7f7d7c;
}
.alert-light hr {
  border-top-color: #f1ecec;
}
.alert-light .alert-link {
  color: #656463;
}
.alert-dark {
  background-color: #cdd4d6;
  border-color: #b9c3c6;
  color: #03141b;
}
.alert-dark hr {
  border-top-color: #abb7bb;
}
.alert-dark .alert-link {
  color: #000;
}
.alert-background {
  background-color: #fefefe;
  border-color: #fefefd;
  color: #838281;
}
.alert-background hr {
  border-top-color: #f6f6ec;
}
.alert-background .alert-link {
  color: #696968;
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  background-color: #e9ecef;
  border-radius: 4px;
  display: flex;
  font-size: 0.75rem;
  height: 1rem;
  overflow: hidden;
}
.progress-bar {
  background-color: #123645;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: width 0.6s ease;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}
.list-group-item-action {
  color: #495057;
  text-align: inherit;
  width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
  z-index: 1;
}
.list-group-item-action:active {
  background-color: #e9ecef;
  color: #123645;
}
.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: block;
  margin-bottom: -1px;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-bottom: 0;
}
.list-group-item.disabled,
.list-group-item:disabled {
  background-color: #fff;
  color: #6c757d;
  pointer-events: none;
}
.list-group-item.active {
  background-color: #123645;
  border-color: #123645;
  color: #fff;
  z-index: 2;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-bottom: 0;
  margin-right: -1px;
}
.list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  margin-right: 0;
}
@media (min-width: 330px) {
  .list-group-horizontal-vvs {
    flex-direction: row;
  }
  .list-group-horizontal-vvs .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-vvs .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-vvs .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 0;
  }
}
@media (min-width: 400px) {
  .list-group-horizontal-vs {
    flex-direction: row;
  }
  .list-group-horizontal-vs .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-vs .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-vs .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 0;
  }
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 0;
  }
}
@media (min-width: 1450px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl .list-group-item {
    margin-bottom: 0;
    margin-right: -1px;
  }
  .list-group-horizontal-xxl .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-right: 0;
  }
}
.list-group-flush .list-group-item {
  border-left: 0;
  border-radius: 0;
  border-right: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.list-group-item-brand_green_neon_light {
  background-color: #f7fef1;
  color: #75836b;
}
.list-group-item-brand_green_neon_light.list-group-item-action:focus,
.list-group-item-brand_green_neon_light.list-group-item-action:hover {
  background-color: #e9fcd9;
  color: #75836b;
}
.list-group-item-brand_green_neon_light.list-group-item-action.active {
  background-color: #75836b;
  border-color: #75836b;
  color: #fff;
}
.list-group-item-brand_green_neon {
  background-color: #ecffde;
  color: #628548;
}
.list-group-item-brand_green_neon.list-group-item-action:focus,
.list-group-item-brand_green_neon.list-group-item-action:hover {
  background-color: #ddffc5;
  color: #628548;
}
.list-group-item-brand_green_neon.list-group-item-action.active {
  background-color: #628548;
  border-color: #628548;
  color: #fff;
}
.list-group-item-brand_green_button {
  background-color: #e6ffd9;
  color: #55853e;
}
.list-group-item-brand_green_button.list-group-item-action:focus,
.list-group-item-brand_green_button.list-group-item-action:hover {
  background-color: #d5ffc0;
  color: #55853e;
}
.list-group-item-brand_green_button.list-group-item-action.active {
  background-color: #55853e;
  border-color: #55853e;
  color: #fff;
}
.list-group-item-brand_green_hover {
  background-color: #d3f5c3;
  color: #337116;
}
.list-group-item-brand_green_hover.list-group-item-action:focus,
.list-group-item-brand_green_hover.list-group-item-action:hover {
  background-color: #c3f1ad;
  color: #337116;
}
.list-group-item-brand_green_hover.list-group-item-action.active {
  background-color: #337116;
  border-color: #337116;
  color: #fff;
}
.list-group-item-brand_beige_light {
  background-color: #fcfbfb;
  color: #7f7d7c;
}
.list-group-item-brand_beige_light.list-group-item-action:focus,
.list-group-item-brand_beige_light.list-group-item-action:hover {
  background-color: #f1ecec;
  color: #7f7d7c;
}
.list-group-item-brand_beige_light.list-group-item-action.active {
  background-color: #7f7d7c;
  border-color: #7f7d7c;
  color: #fff;
}
.list-group-item-brand_beige_hover {
  background-color: #fbf9f8;
  color: #7e7a78;
}
.list-group-item-brand_beige_hover.list-group-item-action:focus,
.list-group-item-brand_beige_hover.list-group-item-action:hover {
  background-color: #f2ebe8;
  color: #7e7a78;
}
.list-group-item-brand_beige_hover.list-group-item-action.active {
  background-color: #7e7a78;
  border-color: #7e7a78;
  color: #fff;
}
.list-group-item-brand_beige_organic {
  background-color: #f8f4f2;
  color: #786f6c;
}
.list-group-item-brand_beige_organic.list-group-item-action:focus,
.list-group-item-brand_beige_organic.list-group-item-action:hover {
  background-color: #efe6e1;
  color: #786f6c;
}
.list-group-item-brand_beige_organic.list-group-item-action.active {
  background-color: #786f6c;
  border-color: #786f6c;
  color: #fff;
}
.list-group-item-brand_beige_background {
  background-color: #fefefd;
  color: #838281;
}
.list-group-item-brand_beige_background.list-group-item-action:focus,
.list-group-item-brand_beige_background.list-group-item-action:hover {
  background-color: #f6f6ec;
  color: #838281;
}
.list-group-item-brand_beige_background.list-group-item-action.active {
  background-color: #838281;
  border-color: #838281;
  color: #fff;
}
.list-group-item-brand_apricot_warm {
  background-color: #ffeee6;
  color: #856556;
}
.list-group-item-brand_apricot_warm.list-group-item-action:focus,
.list-group-item-brand_apricot_warm.list-group-item-action:hover {
  background-color: #ffddcd;
  color: #856556;
}
.list-group-item-brand_apricot_warm.list-group-item-action.active {
  background-color: #856556;
  border-color: #856556;
  color: #fff;
}
.list-group-item-brand_apricot_warm_dark {
  background-color: #ffe3d5;
  color: #855037;
}
.list-group-item-brand_apricot_warm_dark.list-group-item-action:focus,
.list-group-item-brand_apricot_warm_dark.list-group-item-action:hover {
  background-color: #ffd2bc;
  color: #855037;
}
.list-group-item-brand_apricot_warm_dark.list-group-item-action.active {
  background-color: #855037;
  border-color: #855037;
  color: #fff;
}
.list-group-item-brand_red {
  background-color: #f5c5b8;
  color: #731900;
}
.list-group-item-brand_red.list-group-item-action:focus,
.list-group-item-brand_red.list-group-item-action:hover {
  background-color: #f2b3a2;
  color: #731900;
}
.list-group-item-brand_red.list-group-item-action.active {
  background-color: #731900;
  border-color: #731900;
  color: #fff;
}
.list-group-item-brand_red_hover {
  background-color: #e4c5bc;
  color: #521808;
}
.list-group-item-brand_red_hover.list-group-item-action:focus,
.list-group-item-brand_red_hover.list-group-item-action:hover {
  background-color: #ddb5aa;
  color: #521808;
}
.list-group-item-brand_red_hover.list-group-item-action.active {
  background-color: #521808;
  border-color: #521808;
  color: #fff;
}
.list-group-item-brand_deep_blue_dark {
  background-color: #b9c3c6;
  color: #03141b;
}
.list-group-item-brand_deep_blue_dark.list-group-item-action:focus,
.list-group-item-brand_deep_blue_dark.list-group-item-action:hover {
  background-color: #abb7bb;
  color: #03141b;
}
.list-group-item-brand_deep_blue_dark.list-group-item-action.active {
  background-color: #03141b;
  border-color: #03141b;
  color: #fff;
}
.list-group-item-brand_deep_blue {
  background-color: #bdc7cb;
  color: #091c24;
}
.list-group-item-brand_deep_blue.list-group-item-action:focus,
.list-group-item-brand_deep_blue.list-group-item-action:hover {
  background-color: #afbbc0;
  color: #091c24;
}
.list-group-item-brand_deep_blue.list-group-item-action.active {
  background-color: #091c24;
  border-color: #091c24;
  color: #fff;
}
.list-group-item-brand_deep_blue_light {
  background-color: #c3ccd0;
  color: #16262e;
}
.list-group-item-brand_deep_blue_light.list-group-item-action:focus,
.list-group-item-brand_deep_blue_light.list-group-item-action:hover {
  background-color: #b5c0c5;
  color: #16262e;
}
.list-group-item-brand_deep_blue_light.list-group-item-action.active {
  background-color: #16262e;
  border-color: #16262e;
  color: #fff;
}
.list-group-item-brand_deep_blue_lighter {
  background-color: #cdd6da;
  color: #28383f;
}
.list-group-item-brand_deep_blue_lighter.list-group-item-action:focus,
.list-group-item-brand_deep_blue_lighter.list-group-item-action:hover {
  background-color: #becacf;
  color: #28383f;
}
.list-group-item-brand_deep_blue_lighter.list-group-item-action.active {
  background-color: #28383f;
  border-color: #28383f;
  color: #fff;
}
.list-group-item-brand_light_blue {
  background-color: #f7f9fb;
  color: #76797d;
}
.list-group-item-brand_light_blue.list-group-item-action:focus,
.list-group-item-brand_light_blue.list-group-item-action:hover {
  background-color: #e6ecf3;
  color: #76797d;
}
.list-group-item-brand_light_blue.list-group-item-action.active {
  background-color: #76797d;
  border-color: #76797d;
  color: #fff;
}
.list-group-item-brand_denim_blue {
  background-color: #d8e0ea;
  color: #3d4b5d;
}
.list-group-item-brand_denim_blue.list-group-item-action:focus,
.list-group-item-brand_denim_blue.list-group-item-action:hover {
  background-color: #c7d3e1;
  color: #3d4b5d;
}
.list-group-item-brand_denim_blue.list-group-item-action.active {
  background-color: #3d4b5d;
  border-color: #3d4b5d;
  color: #fff;
}
.list-group-item-brand_link_blue {
  background-color: #bae3f4;
  color: #045170;
}
.list-group-item-brand_link_blue.list-group-item-action:focus,
.list-group-item-brand_link_blue.list-group-item-action:hover {
  background-color: #a4daf0;
  color: #045170;
}
.list-group-item-brand_link_blue.list-group-item-action.active {
  background-color: #045170;
  border-color: #045170;
  color: #fff;
}
.list-group-item-brand_outline {
  background-color: #f6f7f8;
  color: #737678;
}
.list-group-item-brand_outline.list-group-item-action:focus,
.list-group-item-brand_outline.list-group-item-action:hover {
  background-color: #e8eaed;
  color: #737678;
}
.list-group-item-brand_outline.list-group-item-action.active {
  background-color: #737678;
  border-color: #737678;
  color: #fff;
}
.list-group-item-brand_background {
  background-color: #fefefd;
  color: #838281;
}
.list-group-item-brand_background.list-group-item-action:focus,
.list-group-item-brand_background.list-group-item-action:hover {
  background-color: #f6f6ec;
  color: #838281;
}
.list-group-item-brand_background.list-group-item-action.active {
  background-color: #838281;
  border-color: #838281;
  color: #fff;
}
.list-group-item-primary {
  background-color: #bdc7cb;
  color: #091c24;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  background-color: #afbbc0;
  color: #091c24;
}
.list-group-item-primary.list-group-item-action.active {
  background-color: #091c24;
  border-color: #091c24;
  color: #fff;
}
.list-group-item-primary-dark {
  background-color: #b9c3c6;
  color: #03141b;
}
.list-group-item-primary-dark.list-group-item-action:focus,
.list-group-item-primary-dark.list-group-item-action:hover {
  background-color: #abb7bb;
  color: #03141b;
}
.list-group-item-primary-dark.list-group-item-action.active {
  background-color: #03141b;
  border-color: #03141b;
  color: #fff;
}
.list-group-item-secondary {
  background-color: #d6d8db;
  color: #383d41;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  background-color: #c8cbcf;
  color: #383d41;
}
.list-group-item-secondary.list-group-item-action.active {
  background-color: #383d41;
  border-color: #383d41;
  color: #fff;
}
.list-group-item-success {
  background-color: #e6ffd9;
  color: #55853e;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  background-color: #d5ffc0;
  color: #55853e;
}
.list-group-item-success.list-group-item-action.active {
  background-color: #55853e;
  border-color: #55853e;
  color: #fff;
}
.list-group-item-info {
  background-color: #bae3f4;
  color: #045170;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  background-color: #a4daf0;
  color: #045170;
}
.list-group-item-info.list-group-item-action.active {
  background-color: #045170;
  border-color: #045170;
  color: #fff;
}
.list-group-item-warning {
  background-color: #ffe3d5;
  color: #855037;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  background-color: #ffd2bc;
  color: #855037;
}
.list-group-item-warning.list-group-item-action.active {
  background-color: #855037;
  border-color: #855037;
  color: #fff;
}
.list-group-item-danger {
  background-color: #ffd2c5;
  color: #853119;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  background-color: #ffbeac;
  color: #853119;
}
.list-group-item-danger.list-group-item-action.active {
  background-color: #853119;
  border-color: #853119;
  color: #fff;
}
.list-group-item-danger-dark {
  background-color: #e4c5bc;
  color: #521808;
}
.list-group-item-danger-dark.list-group-item-action:focus,
.list-group-item-danger-dark.list-group-item-action:hover {
  background-color: #ddb5aa;
  color: #521808;
}
.list-group-item-danger-dark.list-group-item-action.active {
  background-color: #521808;
  border-color: #521808;
  color: #fff;
}
.list-group-item-light {
  background-color: #fcfbfb;
  color: #7f7d7c;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color: #f1ecec;
  color: #7f7d7c;
}
.list-group-item-light.list-group-item-action.active {
  background-color: #7f7d7c;
  border-color: #7f7d7c;
  color: #fff;
}
.list-group-item-dark {
  background-color: #b9c3c6;
  color: #03141b;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  background-color: #abb7bb;
  color: #03141b;
}
.list-group-item-dark.list-group-item-action.active {
  background-color: #03141b;
  border-color: #03141b;
  color: #fff;
}
.list-group-item-background {
  background-color: #fefefd;
  color: #838281;
}
.list-group-item-background.list-group-item-action:focus,
.list-group-item-background.list-group-item-action:hover {
  background-color: #f6f6ec;
  color: #838281;
}
.list-group-item-background.list-group-item-action.active {
  background-color: #838281;
  border-color: #838281;
  color: #fff;
}
.close {
  color: #062734;
  float: right;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  opacity: 0.8;
  text-shadow: 0 1px 0 #fff;
}
.close:hover {
  color: #062734;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  padding: 0;
}
a.close.disabled {
  pointer-events: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}
.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}
.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.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-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  content: '';
  display: block;
  height: calc(100vh - 1rem);
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  align-items: flex-start;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
}
.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}
.modal-footer {
  align-items: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #dee2e6;
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  word-wrap: break-word;
  display: block;
  font-family: Inter;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  display: block;
  height: 0.4rem;
  position: absolute;
  width: 0.8rem;
}
.tooltip .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: '';
  position: absolute;
}
.bs-tooltip-auto[x-placement^='top'],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^='top'] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^='top'] .arrow:before,
.bs-tooltip-top .arrow:before {
  border-top-color: #000;
  border-width: 0.4rem 0.4rem 0;
  top: 0;
}
.bs-tooltip-auto[x-placement^='right'],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^='right'] .arrow,
.bs-tooltip-right .arrow {
  height: 0.8rem;
  left: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[x-placement^='right'] .arrow:before,
.bs-tooltip-right .arrow:before {
  border-right-color: #000;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  right: 0;
}
.bs-tooltip-auto[x-placement^='bottom'],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^='bottom'] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^='bottom'] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #000;
  border-width: 0 0.4rem 0.4rem;
  bottom: 0;
}
.bs-tooltip-auto[x-placement^='left'],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^='left'] .arrow,
.bs-tooltip-left .arrow {
  height: 0.8rem;
  right: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[x-placement^='left'] .arrow:before,
.bs-tooltip-left .arrow:before {
  border-left-color: #000;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  left: 0;
}
.tooltip-inner {
  background-color: #000;
  border-radius: 4px;
  color: #fff;
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
.spinner-border {
  animation: spinner-border 0.75s linear infinite;
  border: 0.25em solid;
  border-radius: 50%;
  border-right: 0.25em solid transparent;
  display: inline-block;
  height: 2rem;
  vertical-align: text-bottom;
  width: 2rem;
}
.spinner-border-sm {
  border-width: 0.2em;
  height: 1rem;
  width: 1rem;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  animation: spinner-grow 0.75s linear infinite;
  background-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  opacity: 0;
  vertical-align: text-bottom;
  width: 2rem;
}
.spinner-grow-sm {
  height: 1rem;
  width: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-brand_green_neon_light {
  background-color: #e1fbce !important;
}
a.bg-brand_green_neon_light:focus,
a.bg-brand_green_neon_light:hover,
button.bg-brand_green_neon_light:focus,
button.bg-brand_green_neon_light:hover {
  background-color: #c4f79f !important;
}
.bg-brand_green_neon {
  background-color: #bcff8a !important;
}
a.bg-brand_green_neon:focus,
a.bg-brand_green_neon:hover,
button.bg-brand_green_neon:focus,
button.bg-brand_green_neon:hover {
  background-color: #9fff57 !important;
}
.bg-brand_green_button {
  background-color: #a4ff78 !important;
}
a.bg-brand_green_button:focus,
a.bg-brand_green_button:hover,
button.bg-brand_green_button:focus,
button.bg-brand_green_button:hover {
  background-color: #82ff45 !important;
}
.bg-brand_green_hover {
  background-color: #63da2a !important;
}
a.bg-brand_green_hover:focus,
a.bg-brand_green_hover:hover,
button.bg-brand_green_hover:focus,
button.bg-brand_green_hover:hover {
  background-color: #4fb21f !important;
}
.bg-brand_beige_light {
  background-color: #f4f1ef !important;
}
a.bg-brand_beige_light:focus,
a.bg-brand_beige_light:hover,
button.bg-brand_beige_light:focus,
button.bg-brand_beige_light:hover {
  background-color: #dfd7d1 !important;
}
.bg-brand_beige_hover {
  background-color: #f2eae6 !important;
}
a.bg-brand_beige_hover:focus,
a.bg-brand_beige_hover:hover,
button.bg-brand_beige_hover:focus,
button.bg-brand_beige_hover:hover {
  background-color: #e1cec4 !important;
}
.bg-brand_beige_organic {
  background-color: #e6d6cf !important;
}
a.bg-brand_beige_organic:focus,
a.bg-brand_beige_organic:hover,
button.bg-brand_beige_organic:focus,
button.bg-brand_beige_organic:hover {
  background-color: #d5b9ad !important;
}
.bg-brand_beige_background {
  background-color: #fbfaf9 !important;
}
a.bg-brand_beige_background:focus,
a.bg-brand_beige_background:hover,
button.bg-brand_beige_background:focus,
button.bg-brand_beige_background:hover {
  background-color: #e7e1da !important;
}
.bg-brand_apricot_warm {
  background-color: #ffc2a5 !important;
}
a.bg-brand_apricot_warm:focus,
a.bg-brand_apricot_warm:hover,
button.bg-brand_apricot_warm:focus,
button.bg-brand_apricot_warm:hover {
  background-color: #ff9f72 !important;
}
.bg-brand_apricot_warm_dark {
  background-color: #ff9a6a !important;
}
a.bg-brand_apricot_warm_dark:focus,
a.bg-brand_apricot_warm_dark:hover,
button.bg-brand_apricot_warm_dark:focus,
button.bg-brand_apricot_warm_dark:hover {
  background-color: #ff7737 !important;
}
.bg-brand_red {
  background-color: #dd3000 !important;
}
a.bg-brand_red:focus,
a.bg-brand_red:hover,
button.bg-brand_red:focus,
button.bg-brand_red:hover {
  background-color: #aa2500 !important;
}
.bg-brand_red_hover {
  background-color: #9d2f10 !important;
}
a.bg-brand_red_hover:focus,
a.bg-brand_red_hover:hover,
button.bg-brand_red_hover:focus,
button.bg-brand_red_hover:hover {
  background-color: #6f210b !important;
}
.bg-brand_deep_blue_dark {
  background-color: #062734 !important;
}
a.bg-brand_deep_blue_dark:focus,
a.bg-brand_deep_blue_dark:hover,
button.bg-brand_deep_blue_dark:focus,
button.bg-brand_deep_blue_dark:hover {
  background-color: #010506 !important;
}
.bg-brand_deep_blue {
  background-color: #123645 !important;
}
a.bg-brand_deep_blue:focus,
a.bg-brand_deep_blue:hover,
button.bg-brand_deep_blue:focus,
button.bg-brand_deep_blue:hover {
  background-color: #07161d !important;
}
.bg-brand_deep_blue_light {
  background-color: #2a4a58 !important;
}
a.bg-brand_deep_blue_light:focus,
a.bg-brand_deep_blue_light:hover,
button.bg-brand_deep_blue_light:focus,
button.bg-brand_deep_blue_light:hover {
  background-color: #1a2d35 !important;
}
.bg-brand_deep_blue_lighter {
  background-color: #4c6c7a !important;
}
a.bg-brand_deep_blue_lighter:focus,
a.bg-brand_deep_blue_lighter:hover,
button.bg-brand_deep_blue_lighter:focus,
button.bg-brand_deep_blue_lighter:hover {
  background-color: #38505b !important;
}
.bg-brand_light_blue {
  background-color: #e3e9f0 !important;
}
a.bg-brand_light_blue:focus,
a.bg-brand_light_blue:hover,
button.bg-brand_light_blue:focus,
button.bg-brand_light_blue:hover {
  background-color: #c2cfde !important;
}
.bg-brand_denim_blue {
  background-color: #7590b3 !important;
}
a.bg-brand_denim_blue:focus,
a.bg-brand_denim_blue:hover,
button.bg-brand_denim_blue:focus,
button.bg-brand_denim_blue:hover {
  background-color: #57769e !important;
}
.bg-brand_link_blue {
  background-color: #089bd8 !important;
}
a.bg-brand_link_blue:focus,
a.bg-brand_link_blue:hover,
button.bg-brand_link_blue:focus,
button.bg-brand_link_blue:hover {
  background-color: #0678a7 !important;
}
.bg-brand_outline {
  background-color: #dee2e6 !important;
}
a.bg-brand_outline:focus,
a.bg-brand_outline:hover,
button.bg-brand_outline:focus,
button.bg-brand_outline:hover {
  background-color: #c1c9d0 !important;
}
.bg-brand_background {
  background-color: #fbfaf9 !important;
}
a.bg-brand_background:focus,
a.bg-brand_background:hover,
button.bg-brand_background:focus,
button.bg-brand_background:hover {
  background-color: #e7e1da !important;
}
.bg-primary {
  background-color: #123645 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #07161d !important;
}
.bg-primary-dark {
  background-color: #062734 !important;
}
a.bg-primary-dark:focus,
a.bg-primary-dark:hover,
button.bg-primary-dark:focus,
button.bg-primary-dark:hover {
  background-color: #010506 !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #a4ff78 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #82ff45 !important;
}
.bg-info {
  background-color: #089bd8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #0678a7 !important;
}
.bg-warning {
  background-color: #ff9a6a !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #ff7737 !important;
}
.bg-danger {
  background-color: #ff5e31 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #fd3700 !important;
}
.bg-danger-dark {
  background-color: #9d2f10 !important;
}
a.bg-danger-dark:focus,
a.bg-danger-dark:hover,
button.bg-danger-dark:focus,
button.bg-danger-dark:hover {
  background-color: #6f210b !important;
}
.bg-light {
  background-color: #f4f1ef !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dfd7d1 !important;
}
.bg-dark {
  background-color: #062734 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #010506 !important;
}
.bg-background {
  background-color: #fbfaf9 !important;
}
a.bg-background:focus,
a.bg-background:hover,
button.bg-background:focus,
button.bg-background:hover {
  background-color: #e7e1da !important;
}
.bg-light-brand_green_neon_light {
  background-color: #fff !important;
}
a.bg-light-brand_green_neon_light:focus,
a.bg-light-brand_green_neon_light:hover,
button.bg-light-brand_green_neon_light:focus,
button.bg-light-brand_green_neon_light:hover {
  background-color: #e1fbce !important;
}
.bg-light-brand_green_neon {
  background-color: #fff !important;
}
a.bg-light-brand_green_neon:focus,
a.bg-light-brand_green_neon:hover,
button.bg-light-brand_green_neon:focus,
button.bg-light-brand_green_neon:hover {
  background-color: #bcff8a !important;
}
.bg-light-brand_green_button {
  background-color: #fff !important;
}
a.bg-light-brand_green_button:focus,
a.bg-light-brand_green_button:hover,
button.bg-light-brand_green_button:focus,
button.bg-light-brand_green_button:hover {
  background-color: #a4ff78 !important;
}
.bg-light-brand_green_hover {
  background-color: #e2f8d8 !important;
}
a.bg-light-brand_green_hover:focus,
a.bg-light-brand_green_hover:hover,
button.bg-light-brand_green_hover:focus,
button.bg-light-brand_green_hover:hover {
  background-color: #63da2a !important;
}
.bg-light-brand_beige_light {
  background-color: #fff !important;
}
a.bg-light-brand_beige_light:focus,
a.bg-light-brand_beige_light:hover,
button.bg-light-brand_beige_light:focus,
button.bg-light-brand_beige_light:hover {
  background-color: #f4f1ef !important;
}
.bg-light-brand_beige_hover {
  background-color: #fff !important;
}
a.bg-light-brand_beige_hover:focus,
a.bg-light-brand_beige_hover:hover,
button.bg-light-brand_beige_hover:focus,
button.bg-light-brand_beige_hover:hover {
  background-color: #f2eae6 !important;
}
.bg-light-brand_beige_organic {
  background-color: #fff !important;
}
a.bg-light-brand_beige_organic:focus,
a.bg-light-brand_beige_organic:hover,
button.bg-light-brand_beige_organic:focus,
button.bg-light-brand_beige_organic:hover {
  background-color: #e6d6cf !important;
}
.bg-light-brand_beige_background {
  background-color: #fff !important;
}
a.bg-light-brand_beige_background:focus,
a.bg-light-brand_beige_background:hover,
button.bg-light-brand_beige_background:focus,
button.bg-light-brand_beige_background:hover {
  background-color: #fbfaf9 !important;
}
.bg-light-brand_apricot_warm {
  background-color: #fff !important;
}
a.bg-light-brand_apricot_warm:focus,
a.bg-light-brand_apricot_warm:hover,
button.bg-light-brand_apricot_warm:focus,
button.bg-light-brand_apricot_warm:hover {
  background-color: #ffc2a5 !important;
}
.bg-light-brand_apricot_warm_dark {
  background-color: #fff !important;
}
a.bg-light-brand_apricot_warm_dark:focus,
a.bg-light-brand_apricot_warm_dark:hover,
button.bg-light-brand_apricot_warm_dark:focus,
button.bg-light-brand_apricot_warm_dark:hover {
  background-color: #ff9a6a !important;
}
.bg-light-brand_red {
  background-color: #ffbcaa !important;
}
a.bg-light-brand_red:focus,
a.bg-light-brand_red:hover,
button.bg-light-brand_red:focus,
button.bg-light-brand_red:hover {
  background-color: #dd3000 !important;
}
.bg-light-brand_red_hover {
  background-color: #f39e86 !important;
}
a.bg-light-brand_red_hover:focus,
a.bg-light-brand_red_hover:hover,
button.bg-light-brand_red_hover:focus,
button.bg-light-brand_red_hover:hover {
  background-color: #9d2f10 !important;
}
.bg-light-brand_deep_blue_dark {
  background-color: #21aee5 !important;
}
a.bg-light-brand_deep_blue_dark:focus,
a.bg-light-brand_deep_blue_dark:hover,
button.bg-light-brand_deep_blue_dark:focus,
button.bg-light-brand_deep_blue_dark:hover {
  background-color: #062734 !important;
}
.bg-light-brand_deep_blue {
  background-color: #51acd2 !important;
}
a.bg-light-brand_deep_blue:focus,
a.bg-light-brand_deep_blue:hover,
button.bg-light-brand_deep_blue:focus,
button.bg-light-brand_deep_blue:hover {
  background-color: #123645 !important;
}
.bg-light-brand_deep_blue_light {
  background-color: #88b3c6 !important;
}
a.bg-light-brand_deep_blue_light:focus,
a.bg-light-brand_deep_blue_light:hover,
button.bg-light-brand_deep_blue_light:focus,
button.bg-light-brand_deep_blue_light:hover {
  background-color: #2a4a58 !important;
}
.bg-light-brand_deep_blue_lighter {
  background-color: #bcced6 !important;
}
a.bg-light-brand_deep_blue_lighter:focus,
a.bg-light-brand_deep_blue_lighter:hover,
button.bg-light-brand_deep_blue_lighter:focus,
button.bg-light-brand_deep_blue_lighter:hover {
  background-color: #4c6c7a !important;
}
.bg-light-brand_light_blue {
  background-color: #fff !important;
}
a.bg-light-brand_light_blue:focus,
a.bg-light-brand_light_blue:hover,
button.bg-light-brand_light_blue:focus,
button.bg-light-brand_light_blue:hover {
  background-color: #e3e9f0 !important;
}
.bg-light-brand_denim_blue {
  background-color: #f9fafb !important;
}
a.bg-light-brand_denim_blue:focus,
a.bg-light-brand_denim_blue:hover,
button.bg-light-brand_denim_blue:focus,
button.bg-light-brand_denim_blue:hover {
  background-color: #7590b3 !important;
}
.bg-light-brand_link_blue {
  background-color: #b0e6fc !important;
}
a.bg-light-brand_link_blue:focus,
a.bg-light-brand_link_blue:hover,
button.bg-light-brand_link_blue:focus,
button.bg-light-brand_link_blue:hover {
  background-color: #089bd8 !important;
}
.bg-light-brand_outline {
  background-color: #fff !important;
}
a.bg-light-brand_outline:focus,
a.bg-light-brand_outline:hover,
button.bg-light-brand_outline:focus,
button.bg-light-brand_outline:hover {
  background-color: #dee2e6 !important;
}
.bg-light-brand_background {
  background-color: #fff !important;
}
a.bg-light-brand_background:focus,
a.bg-light-brand_background:hover,
button.bg-light-brand_background:focus,
button.bg-light-brand_background:hover {
  background-color: #fbfaf9 !important;
}
.bg-light-primary {
  background-color: #51acd2 !important;
}
a.bg-light-primary:focus,
a.bg-light-primary:hover,
button.bg-light-primary:focus,
button.bg-light-primary:hover {
  background-color: #123645 !important;
}
.bg-light-primary-dark {
  background-color: #21aee5 !important;
}
a.bg-light-primary-dark:focus,
a.bg-light-primary-dark:hover,
button.bg-light-primary-dark:focus,
button.bg-light-primary-dark:hover {
  background-color: #062734 !important;
}
.bg-light-secondary {
  background-color: #d8dbdd !important;
}
a.bg-light-secondary:focus,
a.bg-light-secondary:hover,
button.bg-light-secondary:focus,
button.bg-light-secondary:hover {
  background-color: #6c757d !important;
}
.bg-light-success {
  background-color: #fff !important;
}
a.bg-light-success:focus,
a.bg-light-success:hover,
button.bg-light-success:focus,
button.bg-light-success:hover {
  background-color: #a4ff78 !important;
}
.bg-light-info {
  background-color: #b0e6fc !important;
}
a.bg-light-info:focus,
a.bg-light-info:hover,
button.bg-light-info:focus,
button.bg-light-info:hover {
  background-color: #089bd8 !important;
}
.bg-light-warning {
  background-color: #fff !important;
}
a.bg-light-warning:focus,
a.bg-light-warning:hover,
button.bg-light-warning:focus,
button.bg-light-warning:hover {
  background-color: #ff9a6a !important;
}
.bg-light-danger {
  background-color: #fffdfd !important;
}
a.bg-light-danger:focus,
a.bg-light-danger:hover,
button.bg-light-danger:focus,
button.bg-light-danger:hover {
  background-color: #ff5e31 !important;
}
.bg-light-danger-dark {
  background-color: #f39e86 !important;
}
a.bg-light-danger-dark:focus,
a.bg-light-danger-dark:hover,
button.bg-light-danger-dark:focus,
button.bg-light-danger-dark:hover {
  background-color: #9d2f10 !important;
}
.bg-light-light {
  background-color: #fff !important;
}
a.bg-light-light:focus,
a.bg-light-light:hover,
button.bg-light-light:focus,
button.bg-light-light:hover {
  background-color: #f4f1ef !important;
}
.bg-light-dark {
  background-color: #21aee5 !important;
}
a.bg-light-dark:focus,
a.bg-light-dark:hover,
button.bg-light-dark:focus,
button.bg-light-dark:hover {
  background-color: #062734 !important;
}
.bg-light-background {
  background-color: #fff !important;
}
a.bg-light-background:focus,
a.bg-light-background:hover,
button.bg-light-background:focus,
button.bg-light-background:hover {
  background-color: #fbfaf9 !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-brand_green_neon_light {
  border-color: #e1fbce !important;
}
.border-brand_green_neon {
  border-color: #bcff8a !important;
}
.border-brand_green_button {
  border-color: #a4ff78 !important;
}
.border-brand_green_hover {
  border-color: #63da2a !important;
}
.border-brand_beige_light {
  border-color: #f4f1ef !important;
}
.border-brand_beige_hover {
  border-color: #f2eae6 !important;
}
.border-brand_beige_organic {
  border-color: #e6d6cf !important;
}
.border-brand_beige_background {
  border-color: #fbfaf9 !important;
}
.border-brand_apricot_warm {
  border-color: #ffc2a5 !important;
}
.border-brand_apricot_warm_dark {
  border-color: #ff9a6a !important;
}
.border-brand_red {
  border-color: #dd3000 !important;
}
.border-brand_red_hover {
  border-color: #9d2f10 !important;
}
.border-brand_deep_blue_dark {
  border-color: #062734 !important;
}
.border-brand_deep_blue {
  border-color: #123645 !important;
}
.border-brand_deep_blue_light {
  border-color: #2a4a58 !important;
}
.border-brand_deep_blue_lighter {
  border-color: #4c6c7a !important;
}
.border-brand_light_blue {
  border-color: #e3e9f0 !important;
}
.border-brand_denim_blue {
  border-color: #7590b3 !important;
}
.border-brand_link_blue {
  border-color: #089bd8 !important;
}
.border-brand_outline {
  border-color: #dee2e6 !important;
}
.border-brand_background {
  border-color: #fbfaf9 !important;
}
.border-primary {
  border-color: #123645 !important;
}
.border-primary-dark {
  border-color: #062734 !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #a4ff78 !important;
}
.border-info {
  border-color: #089bd8 !important;
}
.border-warning {
  border-color: #ff9a6a !important;
}
.border-danger {
  border-color: #ff5e31 !important;
}
.border-danger-dark {
  border-color: #9d2f10 !important;
}
.border-light {
  border-color: #f4f1ef !important;
}
.border-dark {
  border-color: #062734 !important;
}
.border-background {
  border-color: #fbfaf9 !important;
}
.border-strong {
  border-width: 2px !important;
}
.border-2 {
  border-width: 0.5rem !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 2px !important;
}
.rounded {
  border-radius: 4px !important;
}
.rounded-top {
  border-top-left-radius: 4px !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 4px !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 4px !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 4px !important;
}
.rounded-left {
  border-top-left-radius: 4px !important;
}
.rounded-lg {
  border-radius: 5px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
.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: 330px) {
  .d-vvs-none {
    display: none !important;
  }
  .d-vvs-inline {
    display: inline !important;
  }
  .d-vvs-inline-block {
    display: inline-block !important;
  }
  .d-vvs-block {
    display: block !important;
  }
  .d-vvs-table {
    display: table !important;
  }
  .d-vvs-table-row {
    display: table-row !important;
  }
  .d-vvs-table-cell {
    display: table-cell !important;
  }
  .d-vvs-flex {
    display: flex !important;
  }
  .d-vvs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 400px) {
  .d-vs-none {
    display: none !important;
  }
  .d-vs-inline {
    display: inline !important;
  }
  .d-vs-inline-block {
    display: inline-block !important;
  }
  .d-vs-block {
    display: block !important;
  }
  .d-vs-table {
    display: table !important;
  }
  .d-vs-table-row {
    display: table-row !important;
  }
  .d-vs-table-cell {
    display: table-cell !important;
  }
  .d-vs-flex {
    display: flex !important;
  }
  .d-vs-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 (min-width: 1450px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-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;
  }
}
.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: 330px) {
  .flex-vvs-row {
    flex-direction: row !important;
  }
  .flex-vvs-column {
    flex-direction: column !important;
  }
  .flex-vvs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-vvs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-vvs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-vvs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-vvs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-vvs-fill {
    flex: 1 1 auto !important;
  }
  .flex-vvs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-vvs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-vvs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-vvs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-vvs-start {
    justify-content: flex-start !important;
  }
  .justify-content-vvs-end {
    justify-content: flex-end !important;
  }
  .justify-content-vvs-center {
    justify-content: center !important;
  }
  .justify-content-vvs-between {
    justify-content: space-between !important;
  }
  .justify-content-vvs-around {
    justify-content: space-around !important;
  }
  .align-items-vvs-start {
    align-items: flex-start !important;
  }
  .align-items-vvs-end {
    align-items: flex-end !important;
  }
  .align-items-vvs-center {
    align-items: center !important;
  }
  .align-items-vvs-baseline {
    align-items: baseline !important;
  }
  .align-items-vvs-stretch {
    align-items: stretch !important;
  }
  .align-content-vvs-start {
    align-content: flex-start !important;
  }
  .align-content-vvs-end {
    align-content: flex-end !important;
  }
  .align-content-vvs-center {
    align-content: center !important;
  }
  .align-content-vvs-between {
    align-content: space-between !important;
  }
  .align-content-vvs-around {
    align-content: space-around !important;
  }
  .align-content-vvs-stretch {
    align-content: stretch !important;
  }
  .align-self-vvs-auto {
    align-self: auto !important;
  }
  .align-self-vvs-start {
    align-self: flex-start !important;
  }
  .align-self-vvs-end {
    align-self: flex-end !important;
  }
  .align-self-vvs-center {
    align-self: center !important;
  }
  .align-self-vvs-baseline {
    align-self: baseline !important;
  }
  .align-self-vvs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 400px) {
  .flex-vs-row {
    flex-direction: row !important;
  }
  .flex-vs-column {
    flex-direction: column !important;
  }
  .flex-vs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-vs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-vs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-vs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-vs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-vs-fill {
    flex: 1 1 auto !important;
  }
  .flex-vs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-vs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-vs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-vs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-vs-start {
    justify-content: flex-start !important;
  }
  .justify-content-vs-end {
    justify-content: flex-end !important;
  }
  .justify-content-vs-center {
    justify-content: center !important;
  }
  .justify-content-vs-between {
    justify-content: space-between !important;
  }
  .justify-content-vs-around {
    justify-content: space-around !important;
  }
  .align-items-vs-start {
    align-items: flex-start !important;
  }
  .align-items-vs-end {
    align-items: flex-end !important;
  }
  .align-items-vs-center {
    align-items: center !important;
  }
  .align-items-vs-baseline {
    align-items: baseline !important;
  }
  .align-items-vs-stretch {
    align-items: stretch !important;
  }
  .align-content-vs-start {
    align-content: flex-start !important;
  }
  .align-content-vs-end {
    align-content: flex-end !important;
  }
  .align-content-vs-center {
    align-content: center !important;
  }
  .align-content-vs-between {
    align-content: space-between !important;
  }
  .align-content-vs-around {
    align-content: space-around !important;
  }
  .align-content-vs-stretch {
    align-content: stretch !important;
  }
  .align-self-vs-auto {
    align-self: auto !important;
  }
  .align-self-vs-start {
    align-self: flex-start !important;
  }
  .align-self-vs-end {
    align-self: flex-end !important;
  }
  .align-self-vs-center {
    align-self: center !important;
  }
  .align-self-vs-baseline {
    align-self: baseline !important;
  }
  .align-self-vs-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;
  }
}
@media (min-width: 1450px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 330px) {
  .float-vvs-left {
    float: left !important;
  }
  .float-vvs-right {
    float: right !important;
  }
  .float-vvs-none {
    float: none !important;
  }
}
@media (min-width: 400px) {
  .float-vs-left {
    float: left !important;
  }
  .float-vs-right {
    float: right !important;
  }
  .float-vs-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;
  }
}
@media (min-width: 1450px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.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-inset-top {
  box-shadow: inset 0 625rem 0.625rem -0.625rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-inset-bottom {
  box-shadow: inset 0 -0.625rem 0.625rem -0.625rem rgba(0, 0, 0, 0.075) !important;
}
.shadow-top {
  box-shadow: 0 -0.625rem 0.625rem -0.625rem rgba(0, 0, 0, 0.075) !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;
}
@media only screen and (max-width: 767px) {
  .w-100_md {
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  .w-100_sm {
    width: 100% !important;
  }
}
@media only screen and (max-width: 575px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .w-md-100 {
    width: 100% !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: 4px !important;
}
.mt-1,
.my-1 {
  margin-top: 4px !important;
}
.mr-1,
.mx-1 {
  margin-right: 4px !important;
}
.mb-1,
.my-1 {
  margin-bottom: 4px !important;
}
.ml-1,
.mx-1 {
  margin-left: 4px !important;
}
.m-2 {
  margin: 8px !important;
}
.mt-2,
.my-2 {
  margin-top: 8px !important;
}
.mr-2,
.mx-2 {
  margin-right: 8px !important;
}
.mb-2,
.my-2 {
  margin-bottom: 8px !important;
}
.ml-2,
.mx-2 {
  margin-left: 8px !important;
}
.m-3 {
  margin: 16px !important;
}
.mt-3,
.my-3 {
  margin-top: 16px !important;
}
.mr-3,
.mx-3 {
  margin-right: 16px !important;
}
.mb-3,
.my-3 {
  margin-bottom: 16px !important;
}
.ml-3,
.mx-3 {
  margin-left: 16px !important;
}
.m-4 {
  margin: 24px !important;
}
.mt-4,
.my-4 {
  margin-top: 24px !important;
}
.mr-4,
.mx-4 {
  margin-right: 24px !important;
}
.mb-4,
.my-4 {
  margin-bottom: 24px !important;
}
.ml-4,
.mx-4 {
  margin-left: 24px !important;
}
.m-45 {
  margin: 32px !important;
}
.mt-45,
.my-45 {
  margin-top: 32px !important;
}
.mr-45,
.mx-45 {
  margin-right: 32px !important;
}
.mb-45,
.my-45 {
  margin-bottom: 32px !important;
}
.ml-45,
.mx-45 {
  margin-left: 32px !important;
}
.m-5 {
  margin: 48px !important;
}
.mt-5,
.my-5 {
  margin-top: 48px !important;
}
.mr-5,
.mx-5 {
  margin-right: 48px !important;
}
.mb-5,
.my-5 {
  margin-bottom: 48px !important;
}
.ml-5,
.mx-5 {
  margin-left: 48px !important;
}
.m-6 {
  margin: 52px !important;
}
.mt-6,
.my-6 {
  margin-top: 52px !important;
}
.mr-6,
.mx-6 {
  margin-right: 52px !important;
}
.mb-6,
.my-6 {
  margin-bottom: 52px !important;
}
.ml-6,
.mx-6 {
  margin-left: 52px !important;
}
.m-7 {
  margin: 56px !important;
}
.mt-7,
.my-7 {
  margin-top: 56px !important;
}
.mr-7,
.mx-7 {
  margin-right: 56px !important;
}
.mb-7,
.my-7 {
  margin-bottom: 56px !important;
}
.ml-7,
.mx-7 {
  margin-left: 56px !important;
}
.m-8 {
  margin: 64px !important;
}
.mt-8,
.my-8 {
  margin-top: 64px !important;
}
.mr-8,
.mx-8 {
  margin-right: 64px !important;
}
.mb-8,
.my-8 {
  margin-bottom: 64px !important;
}
.ml-8,
.mx-8 {
  margin-left: 64px !important;
}
.m-9 {
  margin: 80px !important;
}
.mt-9,
.my-9 {
  margin-top: 80px !important;
}
.mr-9,
.mx-9 {
  margin-right: 80px !important;
}
.mb-9,
.my-9 {
  margin-bottom: 80px !important;
}
.ml-9,
.mx-9 {
  margin-left: 80px !important;
}
.m-10 {
  margin: 96px !important;
}
.mt-10,
.my-10 {
  margin-top: 96px !important;
}
.mr-10,
.mx-10 {
  margin-right: 96px !important;
}
.mb-10,
.my-10 {
  margin-bottom: 96px !important;
}
.ml-10,
.mx-10 {
  margin-left: 96px !important;
}
.m-11 {
  margin: 112px !important;
}
.mt-11,
.my-11 {
  margin-top: 112px !important;
}
.mr-11,
.mx-11 {
  margin-right: 112px !important;
}
.mb-11,
.my-11 {
  margin-bottom: 112px !important;
}
.ml-11,
.mx-11 {
  margin-left: 112px !important;
}
.m-12 {
  margin: 128px !important;
}
.mt-12,
.my-12 {
  margin-top: 128px !important;
}
.mr-12,
.mx-12 {
  margin-right: 128px !important;
}
.mb-12,
.my-12 {
  margin-bottom: 128px !important;
}
.ml-12,
.mx-12 {
  margin-left: 128px !important;
}
.m-13 {
  margin: 144px !important;
}
.mt-13,
.my-13 {
  margin-top: 144px !important;
}
.mr-13,
.mx-13 {
  margin-right: 144px !important;
}
.mb-13,
.my-13 {
  margin-bottom: 144px !important;
}
.ml-13,
.mx-13 {
  margin-left: 144px !important;
}
.m-14 {
  margin: 160px !important;
}
.mt-14,
.my-14 {
  margin-top: 160px !important;
}
.mr-14,
.mx-14 {
  margin-right: 160px !important;
}
.mb-14,
.my-14 {
  margin-bottom: 160px !important;
}
.ml-14,
.mx-14 {
  margin-left: 160px !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: 4px !important;
}
.pt-1,
.py-1 {
  padding-top: 4px !important;
}
.pr-1,
.px-1 {
  padding-right: 4px !important;
}
.pb-1,
.py-1 {
  padding-bottom: 4px !important;
}
.pl-1,
.px-1 {
  padding-left: 4px !important;
}
.p-2 {
  padding: 8px !important;
}
.pt-2,
.py-2 {
  padding-top: 8px !important;
}
.pr-2,
.px-2 {
  padding-right: 8px !important;
}
.pb-2,
.py-2 {
  padding-bottom: 8px !important;
}
.pl-2,
.px-2 {
  padding-left: 8px !important;
}
.p-3 {
  padding: 16px !important;
}
.pt-3,
.py-3 {
  padding-top: 16px !important;
}
.pr-3,
.px-3 {
  padding-right: 16px !important;
}
.pb-3,
.py-3 {
  padding-bottom: 16px !important;
}
.pl-3,
.px-3 {
  padding-left: 16px !important;
}
.p-4 {
  padding: 24px !important;
}
.pt-4,
.py-4 {
  padding-top: 24px !important;
}
.pr-4,
.px-4 {
  padding-right: 24px !important;
}
.pb-4,
.py-4 {
  padding-bottom: 24px !important;
}
.pl-4,
.px-4 {
  padding-left: 24px !important;
}
.p-45 {
  padding: 32px !important;
}
.pt-45,
.py-45 {
  padding-top: 32px !important;
}
.pr-45,
.px-45 {
  padding-right: 32px !important;
}
.pb-45,
.py-45 {
  padding-bottom: 32px !important;
}
.pl-45,
.px-45 {
  padding-left: 32px !important;
}
.p-5 {
  padding: 48px !important;
}
.pt-5,
.py-5 {
  padding-top: 48px !important;
}
.pr-5,
.px-5 {
  padding-right: 48px !important;
}
.pb-5,
.py-5 {
  padding-bottom: 48px !important;
}
.pl-5,
.px-5 {
  padding-left: 48px !important;
}
.p-6 {
  padding: 52px !important;
}
.pt-6,
.py-6 {
  padding-top: 52px !important;
}
.pr-6,
.px-6 {
  padding-right: 52px !important;
}
.pb-6,
.py-6 {
  padding-bottom: 52px !important;
}
.pl-6,
.px-6 {
  padding-left: 52px !important;
}
.p-7 {
  padding: 56px !important;
}
.pt-7,
.py-7 {
  padding-top: 56px !important;
}
.pr-7,
.px-7 {
  padding-right: 56px !important;
}
.pb-7,
.py-7 {
  padding-bottom: 56px !important;
}
.pl-7,
.px-7 {
  padding-left: 56px !important;
}
.p-8 {
  padding: 64px !important;
}
.pt-8,
.py-8 {
  padding-top: 64px !important;
}
.pr-8,
.px-8 {
  padding-right: 64px !important;
}
.pb-8,
.py-8 {
  padding-bottom: 64px !important;
}
.pl-8,
.px-8 {
  padding-left: 64px !important;
}
.p-9 {
  padding: 80px !important;
}
.pt-9,
.py-9 {
  padding-top: 80px !important;
}
.pr-9,
.px-9 {
  padding-right: 80px !important;
}
.pb-9,
.py-9 {
  padding-bottom: 80px !important;
}
.pl-9,
.px-9 {
  padding-left: 80px !important;
}
.p-10 {
  padding: 96px !important;
}
.pt-10,
.py-10 {
  padding-top: 96px !important;
}
.pr-10,
.px-10 {
  padding-right: 96px !important;
}
.pb-10,
.py-10 {
  padding-bottom: 96px !important;
}
.pl-10,
.px-10 {
  padding-left: 96px !important;
}
.p-11 {
  padding: 112px !important;
}
.pt-11,
.py-11 {
  padding-top: 112px !important;
}
.pr-11,
.px-11 {
  padding-right: 112px !important;
}
.pb-11,
.py-11 {
  padding-bottom: 112px !important;
}
.pl-11,
.px-11 {
  padding-left: 112px !important;
}
.p-12 {
  padding: 128px !important;
}
.pt-12,
.py-12 {
  padding-top: 128px !important;
}
.pr-12,
.px-12 {
  padding-right: 128px !important;
}
.pb-12,
.py-12 {
  padding-bottom: 128px !important;
}
.pl-12,
.px-12 {
  padding-left: 128px !important;
}
.p-13 {
  padding: 144px !important;
}
.pt-13,
.py-13 {
  padding-top: 144px !important;
}
.pr-13,
.px-13 {
  padding-right: 144px !important;
}
.pb-13,
.py-13 {
  padding-bottom: 144px !important;
}
.pl-13,
.px-13 {
  padding-left: 144px !important;
}
.p-14 {
  padding: 160px !important;
}
.pt-14,
.py-14 {
  padding-top: 160px !important;
}
.pr-14,
.px-14 {
  padding-right: 160px !important;
}
.pb-14,
.py-14 {
  padding-bottom: 160px !important;
}
.pl-14,
.px-14 {
  padding-left: 160px !important;
}
.m-n1 {
  margin: -4px !important;
}
.mt-n1,
.my-n1 {
  margin-top: -4px !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -4px !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -4px !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -4px !important;
}
.m-n2 {
  margin: -8px !important;
}
.mt-n2,
.my-n2 {
  margin-top: -8px !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -8px !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -8px !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -8px !important;
}
.m-n3 {
  margin: -16px !important;
}
.mt-n3,
.my-n3 {
  margin-top: -16px !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -16px !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -16px !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -16px !important;
}
.m-n4 {
  margin: -24px !important;
}
.mt-n4,
.my-n4 {
  margin-top: -24px !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -24px !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -24px !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -24px !important;
}
.m-n45 {
  margin: -32px !important;
}
.mt-n45,
.my-n45 {
  margin-top: -32px !important;
}
.mr-n45,
.mx-n45 {
  margin-right: -32px !important;
}
.mb-n45,
.my-n45 {
  margin-bottom: -32px !important;
}
.ml-n45,
.mx-n45 {
  margin-left: -32px !important;
}
.m-n5 {
  margin: -48px !important;
}
.mt-n5,
.my-n5 {
  margin-top: -48px !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -48px !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -48px !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -48px !important;
}
.m-n6 {
  margin: -52px !important;
}
.mt-n6,
.my-n6 {
  margin-top: -52px !important;
}
.mr-n6,
.mx-n6 {
  margin-right: -52px !important;
}
.mb-n6,
.my-n6 {
  margin-bottom: -52px !important;
}
.ml-n6,
.mx-n6 {
  margin-left: -52px !important;
}
.m-n7 {
  margin: -56px !important;
}
.mt-n7,
.my-n7 {
  margin-top: -56px !important;
}
.mr-n7,
.mx-n7 {
  margin-right: -56px !important;
}
.mb-n7,
.my-n7 {
  margin-bottom: -56px !important;
}
.ml-n7,
.mx-n7 {
  margin-left: -56px !important;
}
.m-n8 {
  margin: -64px !important;
}
.mt-n8,
.my-n8 {
  margin-top: -64px !important;
}
.mr-n8,
.mx-n8 {
  margin-right: -64px !important;
}
.mb-n8,
.my-n8 {
  margin-bottom: -64px !important;
}
.ml-n8,
.mx-n8 {
  margin-left: -64px !important;
}
.m-n9 {
  margin: -80px !important;
}
.mt-n9,
.my-n9 {
  margin-top: -80px !important;
}
.mr-n9,
.mx-n9 {
  margin-right: -80px !important;
}
.mb-n9,
.my-n9 {
  margin-bottom: -80px !important;
}
.ml-n9,
.mx-n9 {
  margin-left: -80px !important;
}
.m-n10 {
  margin: -96px !important;
}
.mt-n10,
.my-n10 {
  margin-top: -96px !important;
}
.mr-n10,
.mx-n10 {
  margin-right: -96px !important;
}
.mb-n10,
.my-n10 {
  margin-bottom: -96px !important;
}
.ml-n10,
.mx-n10 {
  margin-left: -96px !important;
}
.m-n11 {
  margin: -112px !important;
}
.mt-n11,
.my-n11 {
  margin-top: -112px !important;
}
.mr-n11,
.mx-n11 {
  margin-right: -112px !important;
}
.mb-n11,
.my-n11 {
  margin-bottom: -112px !important;
}
.ml-n11,
.mx-n11 {
  margin-left: -112px !important;
}
.m-n12 {
  margin: -128px !important;
}
.mt-n12,
.my-n12 {
  margin-top: -128px !important;
}
.mr-n12,
.mx-n12 {
  margin-right: -128px !important;
}
.mb-n12,
.my-n12 {
  margin-bottom: -128px !important;
}
.ml-n12,
.mx-n12 {
  margin-left: -128px !important;
}
.m-n13 {
  margin: -144px !important;
}
.mt-n13,
.my-n13 {
  margin-top: -144px !important;
}
.mr-n13,
.mx-n13 {
  margin-right: -144px !important;
}
.mb-n13,
.my-n13 {
  margin-bottom: -144px !important;
}
.ml-n13,
.mx-n13 {
  margin-left: -144px !important;
}
.m-n14 {
  margin: -160px !important;
}
.mt-n14,
.my-n14 {
  margin-top: -160px !important;
}
.mr-n14,
.mx-n14 {
  margin-right: -160px !important;
}
.mb-n14,
.my-n14 {
  margin-bottom: -160px !important;
}
.ml-n14,
.mx-n14 {
  margin-left: -160px !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: 330px) {
  .m-vvs-0 {
    margin: 0 !important;
  }
  .mt-vvs-0,
  .my-vvs-0 {
    margin-top: 0 !important;
  }
  .mr-vvs-0,
  .mx-vvs-0 {
    margin-right: 0 !important;
  }
  .mb-vvs-0,
  .my-vvs-0 {
    margin-bottom: 0 !important;
  }
  .ml-vvs-0,
  .mx-vvs-0 {
    margin-left: 0 !important;
  }
  .m-vvs-1 {
    margin: 4px !important;
  }
  .mt-vvs-1,
  .my-vvs-1 {
    margin-top: 4px !important;
  }
  .mr-vvs-1,
  .mx-vvs-1 {
    margin-right: 4px !important;
  }
  .mb-vvs-1,
  .my-vvs-1 {
    margin-bottom: 4px !important;
  }
  .ml-vvs-1,
  .mx-vvs-1 {
    margin-left: 4px !important;
  }
  .m-vvs-2 {
    margin: 8px !important;
  }
  .mt-vvs-2,
  .my-vvs-2 {
    margin-top: 8px !important;
  }
  .mr-vvs-2,
  .mx-vvs-2 {
    margin-right: 8px !important;
  }
  .mb-vvs-2,
  .my-vvs-2 {
    margin-bottom: 8px !important;
  }
  .ml-vvs-2,
  .mx-vvs-2 {
    margin-left: 8px !important;
  }
  .m-vvs-3 {
    margin: 16px !important;
  }
  .mt-vvs-3,
  .my-vvs-3 {
    margin-top: 16px !important;
  }
  .mr-vvs-3,
  .mx-vvs-3 {
    margin-right: 16px !important;
  }
  .mb-vvs-3,
  .my-vvs-3 {
    margin-bottom: 16px !important;
  }
  .ml-vvs-3,
  .mx-vvs-3 {
    margin-left: 16px !important;
  }
  .m-vvs-4 {
    margin: 24px !important;
  }
  .mt-vvs-4,
  .my-vvs-4 {
    margin-top: 24px !important;
  }
  .mr-vvs-4,
  .mx-vvs-4 {
    margin-right: 24px !important;
  }
  .mb-vvs-4,
  .my-vvs-4 {
    margin-bottom: 24px !important;
  }
  .ml-vvs-4,
  .mx-vvs-4 {
    margin-left: 24px !important;
  }
  .m-vvs-45 {
    margin: 32px !important;
  }
  .mt-vvs-45,
  .my-vvs-45 {
    margin-top: 32px !important;
  }
  .mr-vvs-45,
  .mx-vvs-45 {
    margin-right: 32px !important;
  }
  .mb-vvs-45,
  .my-vvs-45 {
    margin-bottom: 32px !important;
  }
  .ml-vvs-45,
  .mx-vvs-45 {
    margin-left: 32px !important;
  }
  .m-vvs-5 {
    margin: 48px !important;
  }
  .mt-vvs-5,
  .my-vvs-5 {
    margin-top: 48px !important;
  }
  .mr-vvs-5,
  .mx-vvs-5 {
    margin-right: 48px !important;
  }
  .mb-vvs-5,
  .my-vvs-5 {
    margin-bottom: 48px !important;
  }
  .ml-vvs-5,
  .mx-vvs-5 {
    margin-left: 48px !important;
  }
  .m-vvs-6 {
    margin: 52px !important;
  }
  .mt-vvs-6,
  .my-vvs-6 {
    margin-top: 52px !important;
  }
  .mr-vvs-6,
  .mx-vvs-6 {
    margin-right: 52px !important;
  }
  .mb-vvs-6,
  .my-vvs-6 {
    margin-bottom: 52px !important;
  }
  .ml-vvs-6,
  .mx-vvs-6 {
    margin-left: 52px !important;
  }
  .m-vvs-7 {
    margin: 56px !important;
  }
  .mt-vvs-7,
  .my-vvs-7 {
    margin-top: 56px !important;
  }
  .mr-vvs-7,
  .mx-vvs-7 {
    margin-right: 56px !important;
  }
  .mb-vvs-7,
  .my-vvs-7 {
    margin-bottom: 56px !important;
  }
  .ml-vvs-7,
  .mx-vvs-7 {
    margin-left: 56px !important;
  }
  .m-vvs-8 {
    margin: 64px !important;
  }
  .mt-vvs-8,
  .my-vvs-8 {
    margin-top: 64px !important;
  }
  .mr-vvs-8,
  .mx-vvs-8 {
    margin-right: 64px !important;
  }
  .mb-vvs-8,
  .my-vvs-8 {
    margin-bottom: 64px !important;
  }
  .ml-vvs-8,
  .mx-vvs-8 {
    margin-left: 64px !important;
  }
  .m-vvs-9 {
    margin: 80px !important;
  }
  .mt-vvs-9,
  .my-vvs-9 {
    margin-top: 80px !important;
  }
  .mr-vvs-9,
  .mx-vvs-9 {
    margin-right: 80px !important;
  }
  .mb-vvs-9,
  .my-vvs-9 {
    margin-bottom: 80px !important;
  }
  .ml-vvs-9,
  .mx-vvs-9 {
    margin-left: 80px !important;
  }
  .m-vvs-10 {
    margin: 96px !important;
  }
  .mt-vvs-10,
  .my-vvs-10 {
    margin-top: 96px !important;
  }
  .mr-vvs-10,
  .mx-vvs-10 {
    margin-right: 96px !important;
  }
  .mb-vvs-10,
  .my-vvs-10 {
    margin-bottom: 96px !important;
  }
  .ml-vvs-10,
  .mx-vvs-10 {
    margin-left: 96px !important;
  }
  .m-vvs-11 {
    margin: 112px !important;
  }
  .mt-vvs-11,
  .my-vvs-11 {
    margin-top: 112px !important;
  }
  .mr-vvs-11,
  .mx-vvs-11 {
    margin-right: 112px !important;
  }
  .mb-vvs-11,
  .my-vvs-11 {
    margin-bottom: 112px !important;
  }
  .ml-vvs-11,
  .mx-vvs-11 {
    margin-left: 112px !important;
  }
  .m-vvs-12 {
    margin: 128px !important;
  }
  .mt-vvs-12,
  .my-vvs-12 {
    margin-top: 128px !important;
  }
  .mr-vvs-12,
  .mx-vvs-12 {
    margin-right: 128px !important;
  }
  .mb-vvs-12,
  .my-vvs-12 {
    margin-bottom: 128px !important;
  }
  .ml-vvs-12,
  .mx-vvs-12 {
    margin-left: 128px !important;
  }
  .m-vvs-13 {
    margin: 144px !important;
  }
  .mt-vvs-13,
  .my-vvs-13 {
    margin-top: 144px !important;
  }
  .mr-vvs-13,
  .mx-vvs-13 {
    margin-right: 144px !important;
  }
  .mb-vvs-13,
  .my-vvs-13 {
    margin-bottom: 144px !important;
  }
  .ml-vvs-13,
  .mx-vvs-13 {
    margin-left: 144px !important;
  }
  .m-vvs-14 {
    margin: 160px !important;
  }
  .mt-vvs-14,
  .my-vvs-14 {
    margin-top: 160px !important;
  }
  .mr-vvs-14,
  .mx-vvs-14 {
    margin-right: 160px !important;
  }
  .mb-vvs-14,
  .my-vvs-14 {
    margin-bottom: 160px !important;
  }
  .ml-vvs-14,
  .mx-vvs-14 {
    margin-left: 160px !important;
  }
  .p-vvs-0 {
    padding: 0 !important;
  }
  .pt-vvs-0,
  .py-vvs-0 {
    padding-top: 0 !important;
  }
  .pr-vvs-0,
  .px-vvs-0 {
    padding-right: 0 !important;
  }
  .pb-vvs-0,
  .py-vvs-0 {
    padding-bottom: 0 !important;
  }
  .pl-vvs-0,
  .px-vvs-0 {
    padding-left: 0 !important;
  }
  .p-vvs-1 {
    padding: 4px !important;
  }
  .pt-vvs-1,
  .py-vvs-1 {
    padding-top: 4px !important;
  }
  .pr-vvs-1,
  .px-vvs-1 {
    padding-right: 4px !important;
  }
  .pb-vvs-1,
  .py-vvs-1 {
    padding-bottom: 4px !important;
  }
  .pl-vvs-1,
  .px-vvs-1 {
    padding-left: 4px !important;
  }
  .p-vvs-2 {
    padding: 8px !important;
  }
  .pt-vvs-2,
  .py-vvs-2 {
    padding-top: 8px !important;
  }
  .pr-vvs-2,
  .px-vvs-2 {
    padding-right: 8px !important;
  }
  .pb-vvs-2,
  .py-vvs-2 {
    padding-bottom: 8px !important;
  }
  .pl-vvs-2,
  .px-vvs-2 {
    padding-left: 8px !important;
  }
  .p-vvs-3 {
    padding: 16px !important;
  }
  .pt-vvs-3,
  .py-vvs-3 {
    padding-top: 16px !important;
  }
  .pr-vvs-3,
  .px-vvs-3 {
    padding-right: 16px !important;
  }
  .pb-vvs-3,
  .py-vvs-3 {
    padding-bottom: 16px !important;
  }
  .pl-vvs-3,
  .px-vvs-3 {
    padding-left: 16px !important;
  }
  .p-vvs-4 {
    padding: 24px !important;
  }
  .pt-vvs-4,
  .py-vvs-4 {
    padding-top: 24px !important;
  }
  .pr-vvs-4,
  .px-vvs-4 {
    padding-right: 24px !important;
  }
  .pb-vvs-4,
  .py-vvs-4 {
    padding-bottom: 24px !important;
  }
  .pl-vvs-4,
  .px-vvs-4 {
    padding-left: 24px !important;
  }
  .p-vvs-45 {
    padding: 32px !important;
  }
  .pt-vvs-45,
  .py-vvs-45 {
    padding-top: 32px !important;
  }
  .pr-vvs-45,
  .px-vvs-45 {
    padding-right: 32px !important;
  }
  .pb-vvs-45,
  .py-vvs-45 {
    padding-bottom: 32px !important;
  }
  .pl-vvs-45,
  .px-vvs-45 {
    padding-left: 32px !important;
  }
  .p-vvs-5 {
    padding: 48px !important;
  }
  .pt-vvs-5,
  .py-vvs-5 {
    padding-top: 48px !important;
  }
  .pr-vvs-5,
  .px-vvs-5 {
    padding-right: 48px !important;
  }
  .pb-vvs-5,
  .py-vvs-5 {
    padding-bottom: 48px !important;
  }
  .pl-vvs-5,
  .px-vvs-5 {
    padding-left: 48px !important;
  }
  .p-vvs-6 {
    padding: 52px !important;
  }
  .pt-vvs-6,
  .py-vvs-6 {
    padding-top: 52px !important;
  }
  .pr-vvs-6,
  .px-vvs-6 {
    padding-right: 52px !important;
  }
  .pb-vvs-6,
  .py-vvs-6 {
    padding-bottom: 52px !important;
  }
  .pl-vvs-6,
  .px-vvs-6 {
    padding-left: 52px !important;
  }
  .p-vvs-7 {
    padding: 56px !important;
  }
  .pt-vvs-7,
  .py-vvs-7 {
    padding-top: 56px !important;
  }
  .pr-vvs-7,
  .px-vvs-7 {
    padding-right: 56px !important;
  }
  .pb-vvs-7,
  .py-vvs-7 {
    padding-bottom: 56px !important;
  }
  .pl-vvs-7,
  .px-vvs-7 {
    padding-left: 56px !important;
  }
  .p-vvs-8 {
    padding: 64px !important;
  }
  .pt-vvs-8,
  .py-vvs-8 {
    padding-top: 64px !important;
  }
  .pr-vvs-8,
  .px-vvs-8 {
    padding-right: 64px !important;
  }
  .pb-vvs-8,
  .py-vvs-8 {
    padding-bottom: 64px !important;
  }
  .pl-vvs-8,
  .px-vvs-8 {
    padding-left: 64px !important;
  }
  .p-vvs-9 {
    padding: 80px !important;
  }
  .pt-vvs-9,
  .py-vvs-9 {
    padding-top: 80px !important;
  }
  .pr-vvs-9,
  .px-vvs-9 {
    padding-right: 80px !important;
  }
  .pb-vvs-9,
  .py-vvs-9 {
    padding-bottom: 80px !important;
  }
  .pl-vvs-9,
  .px-vvs-9 {
    padding-left: 80px !important;
  }
  .p-vvs-10 {
    padding: 96px !important;
  }
  .pt-vvs-10,
  .py-vvs-10 {
    padding-top: 96px !important;
  }
  .pr-vvs-10,
  .px-vvs-10 {
    padding-right: 96px !important;
  }
  .pb-vvs-10,
  .py-vvs-10 {
    padding-bottom: 96px !important;
  }
  .pl-vvs-10,
  .px-vvs-10 {
    padding-left: 96px !important;
  }
  .p-vvs-11 {
    padding: 112px !important;
  }
  .pt-vvs-11,
  .py-vvs-11 {
    padding-top: 112px !important;
  }
  .pr-vvs-11,
  .px-vvs-11 {
    padding-right: 112px !important;
  }
  .pb-vvs-11,
  .py-vvs-11 {
    padding-bottom: 112px !important;
  }
  .pl-vvs-11,
  .px-vvs-11 {
    padding-left: 112px !important;
  }
  .p-vvs-12 {
    padding: 128px !important;
  }
  .pt-vvs-12,
  .py-vvs-12 {
    padding-top: 128px !important;
  }
  .pr-vvs-12,
  .px-vvs-12 {
    padding-right: 128px !important;
  }
  .pb-vvs-12,
  .py-vvs-12 {
    padding-bottom: 128px !important;
  }
  .pl-vvs-12,
  .px-vvs-12 {
    padding-left: 128px !important;
  }
  .p-vvs-13 {
    padding: 144px !important;
  }
  .pt-vvs-13,
  .py-vvs-13 {
    padding-top: 144px !important;
  }
  .pr-vvs-13,
  .px-vvs-13 {
    padding-right: 144px !important;
  }
  .pb-vvs-13,
  .py-vvs-13 {
    padding-bottom: 144px !important;
  }
  .pl-vvs-13,
  .px-vvs-13 {
    padding-left: 144px !important;
  }
  .p-vvs-14 {
    padding: 160px !important;
  }
  .pt-vvs-14,
  .py-vvs-14 {
    padding-top: 160px !important;
  }
  .pr-vvs-14,
  .px-vvs-14 {
    padding-right: 160px !important;
  }
  .pb-vvs-14,
  .py-vvs-14 {
    padding-bottom: 160px !important;
  }
  .pl-vvs-14,
  .px-vvs-14 {
    padding-left: 160px !important;
  }
  .m-vvs-n1 {
    margin: -4px !important;
  }
  .mt-vvs-n1,
  .my-vvs-n1 {
    margin-top: -4px !important;
  }
  .mr-vvs-n1,
  .mx-vvs-n1 {
    margin-right: -4px !important;
  }
  .mb-vvs-n1,
  .my-vvs-n1 {
    margin-bottom: -4px !important;
  }
  .ml-vvs-n1,
  .mx-vvs-n1 {
    margin-left: -4px !important;
  }
  .m-vvs-n2 {
    margin: -8px !important;
  }
  .mt-vvs-n2,
  .my-vvs-n2 {
    margin-top: -8px !important;
  }
  .mr-vvs-n2,
  .mx-vvs-n2 {
    margin-right: -8px !important;
  }
  .mb-vvs-n2,
  .my-vvs-n2 {
    margin-bottom: -8px !important;
  }
  .ml-vvs-n2,
  .mx-vvs-n2 {
    margin-left: -8px !important;
  }
  .m-vvs-n3 {
    margin: -16px !important;
  }
  .mt-vvs-n3,
  .my-vvs-n3 {
    margin-top: -16px !important;
  }
  .mr-vvs-n3,
  .mx-vvs-n3 {
    margin-right: -16px !important;
  }
  .mb-vvs-n3,
  .my-vvs-n3 {
    margin-bottom: -16px !important;
  }
  .ml-vvs-n3,
  .mx-vvs-n3 {
    margin-left: -16px !important;
  }
  .m-vvs-n4 {
    margin: -24px !important;
  }
  .mt-vvs-n4,
  .my-vvs-n4 {
    margin-top: -24px !important;
  }
  .mr-vvs-n4,
  .mx-vvs-n4 {
    margin-right: -24px !important;
  }
  .mb-vvs-n4,
  .my-vvs-n4 {
    margin-bottom: -24px !important;
  }
  .ml-vvs-n4,
  .mx-vvs-n4 {
    margin-left: -24px !important;
  }
  .m-vvs-n45 {
    margin: -32px !important;
  }
  .mt-vvs-n45,
  .my-vvs-n45 {
    margin-top: -32px !important;
  }
  .mr-vvs-n45,
  .mx-vvs-n45 {
    margin-right: -32px !important;
  }
  .mb-vvs-n45,
  .my-vvs-n45 {
    margin-bottom: -32px !important;
  }
  .ml-vvs-n45,
  .mx-vvs-n45 {
    margin-left: -32px !important;
  }
  .m-vvs-n5 {
    margin: -48px !important;
  }
  .mt-vvs-n5,
  .my-vvs-n5 {
    margin-top: -48px !important;
  }
  .mr-vvs-n5,
  .mx-vvs-n5 {
    margin-right: -48px !important;
  }
  .mb-vvs-n5,
  .my-vvs-n5 {
    margin-bottom: -48px !important;
  }
  .ml-vvs-n5,
  .mx-vvs-n5 {
    margin-left: -48px !important;
  }
  .m-vvs-n6 {
    margin: -52px !important;
  }
  .mt-vvs-n6,
  .my-vvs-n6 {
    margin-top: -52px !important;
  }
  .mr-vvs-n6,
  .mx-vvs-n6 {
    margin-right: -52px !important;
  }
  .mb-vvs-n6,
  .my-vvs-n6 {
    margin-bottom: -52px !important;
  }
  .ml-vvs-n6,
  .mx-vvs-n6 {
    margin-left: -52px !important;
  }
  .m-vvs-n7 {
    margin: -56px !important;
  }
  .mt-vvs-n7,
  .my-vvs-n7 {
    margin-top: -56px !important;
  }
  .mr-vvs-n7,
  .mx-vvs-n7 {
    margin-right: -56px !important;
  }
  .mb-vvs-n7,
  .my-vvs-n7 {
    margin-bottom: -56px !important;
  }
  .ml-vvs-n7,
  .mx-vvs-n7 {
    margin-left: -56px !important;
  }
  .m-vvs-n8 {
    margin: -64px !important;
  }
  .mt-vvs-n8,
  .my-vvs-n8 {
    margin-top: -64px !important;
  }
  .mr-vvs-n8,
  .mx-vvs-n8 {
    margin-right: -64px !important;
  }
  .mb-vvs-n8,
  .my-vvs-n8 {
    margin-bottom: -64px !important;
  }
  .ml-vvs-n8,
  .mx-vvs-n8 {
    margin-left: -64px !important;
  }
  .m-vvs-n9 {
    margin: -80px !important;
  }
  .mt-vvs-n9,
  .my-vvs-n9 {
    margin-top: -80px !important;
  }
  .mr-vvs-n9,
  .mx-vvs-n9 {
    margin-right: -80px !important;
  }
  .mb-vvs-n9,
  .my-vvs-n9 {
    margin-bottom: -80px !important;
  }
  .ml-vvs-n9,
  .mx-vvs-n9 {
    margin-left: -80px !important;
  }
  .m-vvs-n10 {
    margin: -96px !important;
  }
  .mt-vvs-n10,
  .my-vvs-n10 {
    margin-top: -96px !important;
  }
  .mr-vvs-n10,
  .mx-vvs-n10 {
    margin-right: -96px !important;
  }
  .mb-vvs-n10,
  .my-vvs-n10 {
    margin-bottom: -96px !important;
  }
  .ml-vvs-n10,
  .mx-vvs-n10 {
    margin-left: -96px !important;
  }
  .m-vvs-n11 {
    margin: -112px !important;
  }
  .mt-vvs-n11,
  .my-vvs-n11 {
    margin-top: -112px !important;
  }
  .mr-vvs-n11,
  .mx-vvs-n11 {
    margin-right: -112px !important;
  }
  .mb-vvs-n11,
  .my-vvs-n11 {
    margin-bottom: -112px !important;
  }
  .ml-vvs-n11,
  .mx-vvs-n11 {
    margin-left: -112px !important;
  }
  .m-vvs-n12 {
    margin: -128px !important;
  }
  .mt-vvs-n12,
  .my-vvs-n12 {
    margin-top: -128px !important;
  }
  .mr-vvs-n12,
  .mx-vvs-n12 {
    margin-right: -128px !important;
  }
  .mb-vvs-n12,
  .my-vvs-n12 {
    margin-bottom: -128px !important;
  }
  .ml-vvs-n12,
  .mx-vvs-n12 {
    margin-left: -128px !important;
  }
  .m-vvs-n13 {
    margin: -144px !important;
  }
  .mt-vvs-n13,
  .my-vvs-n13 {
    margin-top: -144px !important;
  }
  .mr-vvs-n13,
  .mx-vvs-n13 {
    margin-right: -144px !important;
  }
  .mb-vvs-n13,
  .my-vvs-n13 {
    margin-bottom: -144px !important;
  }
  .ml-vvs-n13,
  .mx-vvs-n13 {
    margin-left: -144px !important;
  }
  .m-vvs-n14 {
    margin: -160px !important;
  }
  .mt-vvs-n14,
  .my-vvs-n14 {
    margin-top: -160px !important;
  }
  .mr-vvs-n14,
  .mx-vvs-n14 {
    margin-right: -160px !important;
  }
  .mb-vvs-n14,
  .my-vvs-n14 {
    margin-bottom: -160px !important;
  }
  .ml-vvs-n14,
  .mx-vvs-n14 {
    margin-left: -160px !important;
  }
  .m-vvs-auto {
    margin: auto !important;
  }
  .mt-vvs-auto,
  .my-vvs-auto {
    margin-top: auto !important;
  }
  .mr-vvs-auto,
  .mx-vvs-auto {
    margin-right: auto !important;
  }
  .mb-vvs-auto,
  .my-vvs-auto {
    margin-bottom: auto !important;
  }
  .ml-vvs-auto,
  .mx-vvs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 400px) {
  .m-vs-0 {
    margin: 0 !important;
  }
  .mt-vs-0,
  .my-vs-0 {
    margin-top: 0 !important;
  }
  .mr-vs-0,
  .mx-vs-0 {
    margin-right: 0 !important;
  }
  .mb-vs-0,
  .my-vs-0 {
    margin-bottom: 0 !important;
  }
  .ml-vs-0,
  .mx-vs-0 {
    margin-left: 0 !important;
  }
  .m-vs-1 {
    margin: 4px !important;
  }
  .mt-vs-1,
  .my-vs-1 {
    margin-top: 4px !important;
  }
  .mr-vs-1,
  .mx-vs-1 {
    margin-right: 4px !important;
  }
  .mb-vs-1,
  .my-vs-1 {
    margin-bottom: 4px !important;
  }
  .ml-vs-1,
  .mx-vs-1 {
    margin-left: 4px !important;
  }
  .m-vs-2 {
    margin: 8px !important;
  }
  .mt-vs-2,
  .my-vs-2 {
    margin-top: 8px !important;
  }
  .mr-vs-2,
  .mx-vs-2 {
    margin-right: 8px !important;
  }
  .mb-vs-2,
  .my-vs-2 {
    margin-bottom: 8px !important;
  }
  .ml-vs-2,
  .mx-vs-2 {
    margin-left: 8px !important;
  }
  .m-vs-3 {
    margin: 16px !important;
  }
  .mt-vs-3,
  .my-vs-3 {
    margin-top: 16px !important;
  }
  .mr-vs-3,
  .mx-vs-3 {
    margin-right: 16px !important;
  }
  .mb-vs-3,
  .my-vs-3 {
    margin-bottom: 16px !important;
  }
  .ml-vs-3,
  .mx-vs-3 {
    margin-left: 16px !important;
  }
  .m-vs-4 {
    margin: 24px !important;
  }
  .mt-vs-4,
  .my-vs-4 {
    margin-top: 24px !important;
  }
  .mr-vs-4,
  .mx-vs-4 {
    margin-right: 24px !important;
  }
  .mb-vs-4,
  .my-vs-4 {
    margin-bottom: 24px !important;
  }
  .ml-vs-4,
  .mx-vs-4 {
    margin-left: 24px !important;
  }
  .m-vs-45 {
    margin: 32px !important;
  }
  .mt-vs-45,
  .my-vs-45 {
    margin-top: 32px !important;
  }
  .mr-vs-45,
  .mx-vs-45 {
    margin-right: 32px !important;
  }
  .mb-vs-45,
  .my-vs-45 {
    margin-bottom: 32px !important;
  }
  .ml-vs-45,
  .mx-vs-45 {
    margin-left: 32px !important;
  }
  .m-vs-5 {
    margin: 48px !important;
  }
  .mt-vs-5,
  .my-vs-5 {
    margin-top: 48px !important;
  }
  .mr-vs-5,
  .mx-vs-5 {
    margin-right: 48px !important;
  }
  .mb-vs-5,
  .my-vs-5 {
    margin-bottom: 48px !important;
  }
  .ml-vs-5,
  .mx-vs-5 {
    margin-left: 48px !important;
  }
  .m-vs-6 {
    margin: 52px !important;
  }
  .mt-vs-6,
  .my-vs-6 {
    margin-top: 52px !important;
  }
  .mr-vs-6,
  .mx-vs-6 {
    margin-right: 52px !important;
  }
  .mb-vs-6,
  .my-vs-6 {
    margin-bottom: 52px !important;
  }
  .ml-vs-6,
  .mx-vs-6 {
    margin-left: 52px !important;
  }
  .m-vs-7 {
    margin: 56px !important;
  }
  .mt-vs-7,
  .my-vs-7 {
    margin-top: 56px !important;
  }
  .mr-vs-7,
  .mx-vs-7 {
    margin-right: 56px !important;
  }
  .mb-vs-7,
  .my-vs-7 {
    margin-bottom: 56px !important;
  }
  .ml-vs-7,
  .mx-vs-7 {
    margin-left: 56px !important;
  }
  .m-vs-8 {
    margin: 64px !important;
  }
  .mt-vs-8,
  .my-vs-8 {
    margin-top: 64px !important;
  }
  .mr-vs-8,
  .mx-vs-8 {
    margin-right: 64px !important;
  }
  .mb-vs-8,
  .my-vs-8 {
    margin-bottom: 64px !important;
  }
  .ml-vs-8,
  .mx-vs-8 {
    margin-left: 64px !important;
  }
  .m-vs-9 {
    margin: 80px !important;
  }
  .mt-vs-9,
  .my-vs-9 {
    margin-top: 80px !important;
  }
  .mr-vs-9,
  .mx-vs-9 {
    margin-right: 80px !important;
  }
  .mb-vs-9,
  .my-vs-9 {
    margin-bottom: 80px !important;
  }
  .ml-vs-9,
  .mx-vs-9 {
    margin-left: 80px !important;
  }
  .m-vs-10 {
    margin: 96px !important;
  }
  .mt-vs-10,
  .my-vs-10 {
    margin-top: 96px !important;
  }
  .mr-vs-10,
  .mx-vs-10 {
    margin-right: 96px !important;
  }
  .mb-vs-10,
  .my-vs-10 {
    margin-bottom: 96px !important;
  }
  .ml-vs-10,
  .mx-vs-10 {
    margin-left: 96px !important;
  }
  .m-vs-11 {
    margin: 112px !important;
  }
  .mt-vs-11,
  .my-vs-11 {
    margin-top: 112px !important;
  }
  .mr-vs-11,
  .mx-vs-11 {
    margin-right: 112px !important;
  }
  .mb-vs-11,
  .my-vs-11 {
    margin-bottom: 112px !important;
  }
  .ml-vs-11,
  .mx-vs-11 {
    margin-left: 112px !important;
  }
  .m-vs-12 {
    margin: 128px !important;
  }
  .mt-vs-12,
  .my-vs-12 {
    margin-top: 128px !important;
  }
  .mr-vs-12,
  .mx-vs-12 {
    margin-right: 128px !important;
  }
  .mb-vs-12,
  .my-vs-12 {
    margin-bottom: 128px !important;
  }
  .ml-vs-12,
  .mx-vs-12 {
    margin-left: 128px !important;
  }
  .m-vs-13 {
    margin: 144px !important;
  }
  .mt-vs-13,
  .my-vs-13 {
    margin-top: 144px !important;
  }
  .mr-vs-13,
  .mx-vs-13 {
    margin-right: 144px !important;
  }
  .mb-vs-13,
  .my-vs-13 {
    margin-bottom: 144px !important;
  }
  .ml-vs-13,
  .mx-vs-13 {
    margin-left: 144px !important;
  }
  .m-vs-14 {
    margin: 160px !important;
  }
  .mt-vs-14,
  .my-vs-14 {
    margin-top: 160px !important;
  }
  .mr-vs-14,
  .mx-vs-14 {
    margin-right: 160px !important;
  }
  .mb-vs-14,
  .my-vs-14 {
    margin-bottom: 160px !important;
  }
  .ml-vs-14,
  .mx-vs-14 {
    margin-left: 160px !important;
  }
  .p-vs-0 {
    padding: 0 !important;
  }
  .pt-vs-0,
  .py-vs-0 {
    padding-top: 0 !important;
  }
  .pr-vs-0,
  .px-vs-0 {
    padding-right: 0 !important;
  }
  .pb-vs-0,
  .py-vs-0 {
    padding-bottom: 0 !important;
  }
  .pl-vs-0,
  .px-vs-0 {
    padding-left: 0 !important;
  }
  .p-vs-1 {
    padding: 4px !important;
  }
  .pt-vs-1,
  .py-vs-1 {
    padding-top: 4px !important;
  }
  .pr-vs-1,
  .px-vs-1 {
    padding-right: 4px !important;
  }
  .pb-vs-1,
  .py-vs-1 {
    padding-bottom: 4px !important;
  }
  .pl-vs-1,
  .px-vs-1 {
    padding-left: 4px !important;
  }
  .p-vs-2 {
    padding: 8px !important;
  }
  .pt-vs-2,
  .py-vs-2 {
    padding-top: 8px !important;
  }
  .pr-vs-2,
  .px-vs-2 {
    padding-right: 8px !important;
  }
  .pb-vs-2,
  .py-vs-2 {
    padding-bottom: 8px !important;
  }
  .pl-vs-2,
  .px-vs-2 {
    padding-left: 8px !important;
  }
  .p-vs-3 {
    padding: 16px !important;
  }
  .pt-vs-3,
  .py-vs-3 {
    padding-top: 16px !important;
  }
  .pr-vs-3,
  .px-vs-3 {
    padding-right: 16px !important;
  }
  .pb-vs-3,
  .py-vs-3 {
    padding-bottom: 16px !important;
  }
  .pl-vs-3,
  .px-vs-3 {
    padding-left: 16px !important;
  }
  .p-vs-4 {
    padding: 24px !important;
  }
  .pt-vs-4,
  .py-vs-4 {
    padding-top: 24px !important;
  }
  .pr-vs-4,
  .px-vs-4 {
    padding-right: 24px !important;
  }
  .pb-vs-4,
  .py-vs-4 {
    padding-bottom: 24px !important;
  }
  .pl-vs-4,
  .px-vs-4 {
    padding-left: 24px !important;
  }
  .p-vs-45 {
    padding: 32px !important;
  }
  .pt-vs-45,
  .py-vs-45 {
    padding-top: 32px !important;
  }
  .pr-vs-45,
  .px-vs-45 {
    padding-right: 32px !important;
  }
  .pb-vs-45,
  .py-vs-45 {
    padding-bottom: 32px !important;
  }
  .pl-vs-45,
  .px-vs-45 {
    padding-left: 32px !important;
  }
  .p-vs-5 {
    padding: 48px !important;
  }
  .pt-vs-5,
  .py-vs-5 {
    padding-top: 48px !important;
  }
  .pr-vs-5,
  .px-vs-5 {
    padding-right: 48px !important;
  }
  .pb-vs-5,
  .py-vs-5 {
    padding-bottom: 48px !important;
  }
  .pl-vs-5,
  .px-vs-5 {
    padding-left: 48px !important;
  }
  .p-vs-6 {
    padding: 52px !important;
  }
  .pt-vs-6,
  .py-vs-6 {
    padding-top: 52px !important;
  }
  .pr-vs-6,
  .px-vs-6 {
    padding-right: 52px !important;
  }
  .pb-vs-6,
  .py-vs-6 {
    padding-bottom: 52px !important;
  }
  .pl-vs-6,
  .px-vs-6 {
    padding-left: 52px !important;
  }
  .p-vs-7 {
    padding: 56px !important;
  }
  .pt-vs-7,
  .py-vs-7 {
    padding-top: 56px !important;
  }
  .pr-vs-7,
  .px-vs-7 {
    padding-right: 56px !important;
  }
  .pb-vs-7,
  .py-vs-7 {
    padding-bottom: 56px !important;
  }
  .pl-vs-7,
  .px-vs-7 {
    padding-left: 56px !important;
  }
  .p-vs-8 {
    padding: 64px !important;
  }
  .pt-vs-8,
  .py-vs-8 {
    padding-top: 64px !important;
  }
  .pr-vs-8,
  .px-vs-8 {
    padding-right: 64px !important;
  }
  .pb-vs-8,
  .py-vs-8 {
    padding-bottom: 64px !important;
  }
  .pl-vs-8,
  .px-vs-8 {
    padding-left: 64px !important;
  }
  .p-vs-9 {
    padding: 80px !important;
  }
  .pt-vs-9,
  .py-vs-9 {
    padding-top: 80px !important;
  }
  .pr-vs-9,
  .px-vs-9 {
    padding-right: 80px !important;
  }
  .pb-vs-9,
  .py-vs-9 {
    padding-bottom: 80px !important;
  }
  .pl-vs-9,
  .px-vs-9 {
    padding-left: 80px !important;
  }
  .p-vs-10 {
    padding: 96px !important;
  }
  .pt-vs-10,
  .py-vs-10 {
    padding-top: 96px !important;
  }
  .pr-vs-10,
  .px-vs-10 {
    padding-right: 96px !important;
  }
  .pb-vs-10,
  .py-vs-10 {
    padding-bottom: 96px !important;
  }
  .pl-vs-10,
  .px-vs-10 {
    padding-left: 96px !important;
  }
  .p-vs-11 {
    padding: 112px !important;
  }
  .pt-vs-11,
  .py-vs-11 {
    padding-top: 112px !important;
  }
  .pr-vs-11,
  .px-vs-11 {
    padding-right: 112px !important;
  }
  .pb-vs-11,
  .py-vs-11 {
    padding-bottom: 112px !important;
  }
  .pl-vs-11,
  .px-vs-11 {
    padding-left: 112px !important;
  }
  .p-vs-12 {
    padding: 128px !important;
  }
  .pt-vs-12,
  .py-vs-12 {
    padding-top: 128px !important;
  }
  .pr-vs-12,
  .px-vs-12 {
    padding-right: 128px !important;
  }
  .pb-vs-12,
  .py-vs-12 {
    padding-bottom: 128px !important;
  }
  .pl-vs-12,
  .px-vs-12 {
    padding-left: 128px !important;
  }
  .p-vs-13 {
    padding: 144px !important;
  }
  .pt-vs-13,
  .py-vs-13 {
    padding-top: 144px !important;
  }
  .pr-vs-13,
  .px-vs-13 {
    padding-right: 144px !important;
  }
  .pb-vs-13,
  .py-vs-13 {
    padding-bottom: 144px !important;
  }
  .pl-vs-13,
  .px-vs-13 {
    padding-left: 144px !important;
  }
  .p-vs-14 {
    padding: 160px !important;
  }
  .pt-vs-14,
  .py-vs-14 {
    padding-top: 160px !important;
  }
  .pr-vs-14,
  .px-vs-14 {
    padding-right: 160px !important;
  }
  .pb-vs-14,
  .py-vs-14 {
    padding-bottom: 160px !important;
  }
  .pl-vs-14,
  .px-vs-14 {
    padding-left: 160px !important;
  }
  .m-vs-n1 {
    margin: -4px !important;
  }
  .mt-vs-n1,
  .my-vs-n1 {
    margin-top: -4px !important;
  }
  .mr-vs-n1,
  .mx-vs-n1 {
    margin-right: -4px !important;
  }
  .mb-vs-n1,
  .my-vs-n1 {
    margin-bottom: -4px !important;
  }
  .ml-vs-n1,
  .mx-vs-n1 {
    margin-left: -4px !important;
  }
  .m-vs-n2 {
    margin: -8px !important;
  }
  .mt-vs-n2,
  .my-vs-n2 {
    margin-top: -8px !important;
  }
  .mr-vs-n2,
  .mx-vs-n2 {
    margin-right: -8px !important;
  }
  .mb-vs-n2,
  .my-vs-n2 {
    margin-bottom: -8px !important;
  }
  .ml-vs-n2,
  .mx-vs-n2 {
    margin-left: -8px !important;
  }
  .m-vs-n3 {
    margin: -16px !important;
  }
  .mt-vs-n3,
  .my-vs-n3 {
    margin-top: -16px !important;
  }
  .mr-vs-n3,
  .mx-vs-n3 {
    margin-right: -16px !important;
  }
  .mb-vs-n3,
  .my-vs-n3 {
    margin-bottom: -16px !important;
  }
  .ml-vs-n3,
  .mx-vs-n3 {
    margin-left: -16px !important;
  }
  .m-vs-n4 {
    margin: -24px !important;
  }
  .mt-vs-n4,
  .my-vs-n4 {
    margin-top: -24px !important;
  }
  .mr-vs-n4,
  .mx-vs-n4 {
    margin-right: -24px !important;
  }
  .mb-vs-n4,
  .my-vs-n4 {
    margin-bottom: -24px !important;
  }
  .ml-vs-n4,
  .mx-vs-n4 {
    margin-left: -24px !important;
  }
  .m-vs-n45 {
    margin: -32px !important;
  }
  .mt-vs-n45,
  .my-vs-n45 {
    margin-top: -32px !important;
  }
  .mr-vs-n45,
  .mx-vs-n45 {
    margin-right: -32px !important;
  }
  .mb-vs-n45,
  .my-vs-n45 {
    margin-bottom: -32px !important;
  }
  .ml-vs-n45,
  .mx-vs-n45 {
    margin-left: -32px !important;
  }
  .m-vs-n5 {
    margin: -48px !important;
  }
  .mt-vs-n5,
  .my-vs-n5 {
    margin-top: -48px !important;
  }
  .mr-vs-n5,
  .mx-vs-n5 {
    margin-right: -48px !important;
  }
  .mb-vs-n5,
  .my-vs-n5 {
    margin-bottom: -48px !important;
  }
  .ml-vs-n5,
  .mx-vs-n5 {
    margin-left: -48px !important;
  }
  .m-vs-n6 {
    margin: -52px !important;
  }
  .mt-vs-n6,
  .my-vs-n6 {
    margin-top: -52px !important;
  }
  .mr-vs-n6,
  .mx-vs-n6 {
    margin-right: -52px !important;
  }
  .mb-vs-n6,
  .my-vs-n6 {
    margin-bottom: -52px !important;
  }
  .ml-vs-n6,
  .mx-vs-n6 {
    margin-left: -52px !important;
  }
  .m-vs-n7 {
    margin: -56px !important;
  }
  .mt-vs-n7,
  .my-vs-n7 {
    margin-top: -56px !important;
  }
  .mr-vs-n7,
  .mx-vs-n7 {
    margin-right: -56px !important;
  }
  .mb-vs-n7,
  .my-vs-n7 {
    margin-bottom: -56px !important;
  }
  .ml-vs-n7,
  .mx-vs-n7 {
    margin-left: -56px !important;
  }
  .m-vs-n8 {
    margin: -64px !important;
  }
  .mt-vs-n8,
  .my-vs-n8 {
    margin-top: -64px !important;
  }
  .mr-vs-n8,
  .mx-vs-n8 {
    margin-right: -64px !important;
  }
  .mb-vs-n8,
  .my-vs-n8 {
    margin-bottom: -64px !important;
  }
  .ml-vs-n8,
  .mx-vs-n8 {
    margin-left: -64px !important;
  }
  .m-vs-n9 {
    margin: -80px !important;
  }
  .mt-vs-n9,
  .my-vs-n9 {
    margin-top: -80px !important;
  }
  .mr-vs-n9,
  .mx-vs-n9 {
    margin-right: -80px !important;
  }
  .mb-vs-n9,
  .my-vs-n9 {
    margin-bottom: -80px !important;
  }
  .ml-vs-n9,
  .mx-vs-n9 {
    margin-left: -80px !important;
  }
  .m-vs-n10 {
    margin: -96px !important;
  }
  .mt-vs-n10,
  .my-vs-n10 {
    margin-top: -96px !important;
  }
  .mr-vs-n10,
  .mx-vs-n10 {
    margin-right: -96px !important;
  }
  .mb-vs-n10,
  .my-vs-n10 {
    margin-bottom: -96px !important;
  }
  .ml-vs-n10,
  .mx-vs-n10 {
    margin-left: -96px !important;
  }
  .m-vs-n11 {
    margin: -112px !important;
  }
  .mt-vs-n11,
  .my-vs-n11 {
    margin-top: -112px !important;
  }
  .mr-vs-n11,
  .mx-vs-n11 {
    margin-right: -112px !important;
  }
  .mb-vs-n11,
  .my-vs-n11 {
    margin-bottom: -112px !important;
  }
  .ml-vs-n11,
  .mx-vs-n11 {
    margin-left: -112px !important;
  }
  .m-vs-n12 {
    margin: -128px !important;
  }
  .mt-vs-n12,
  .my-vs-n12 {
    margin-top: -128px !important;
  }
  .mr-vs-n12,
  .mx-vs-n12 {
    margin-right: -128px !important;
  }
  .mb-vs-n12,
  .my-vs-n12 {
    margin-bottom: -128px !important;
  }
  .ml-vs-n12,
  .mx-vs-n12 {
    margin-left: -128px !important;
  }
  .m-vs-n13 {
    margin: -144px !important;
  }
  .mt-vs-n13,
  .my-vs-n13 {
    margin-top: -144px !important;
  }
  .mr-vs-n13,
  .mx-vs-n13 {
    margin-right: -144px !important;
  }
  .mb-vs-n13,
  .my-vs-n13 {
    margin-bottom: -144px !important;
  }
  .ml-vs-n13,
  .mx-vs-n13 {
    margin-left: -144px !important;
  }
  .m-vs-n14 {
    margin: -160px !important;
  }
  .mt-vs-n14,
  .my-vs-n14 {
    margin-top: -160px !important;
  }
  .mr-vs-n14,
  .mx-vs-n14 {
    margin-right: -160px !important;
  }
  .mb-vs-n14,
  .my-vs-n14 {
    margin-bottom: -160px !important;
  }
  .ml-vs-n14,
  .mx-vs-n14 {
    margin-left: -160px !important;
  }
  .m-vs-auto {
    margin: auto !important;
  }
  .mt-vs-auto,
  .my-vs-auto {
    margin-top: auto !important;
  }
  .mr-vs-auto,
  .mx-vs-auto {
    margin-right: auto !important;
  }
  .mb-vs-auto,
  .my-vs-auto {
    margin-bottom: auto !important;
  }
  .ml-vs-auto,
  .mx-vs-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: 4px !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 4px !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 4px !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 4px !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 4px !important;
  }
  .m-sm-2 {
    margin: 8px !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 8px !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 8px !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 8px !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 8px !important;
  }
  .m-sm-3 {
    margin: 16px !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 16px !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 16px !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 16px !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 16px !important;
  }
  .m-sm-4 {
    margin: 24px !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 24px !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 24px !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 24px !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 24px !important;
  }
  .m-sm-45 {
    margin: 32px !important;
  }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 32px !important;
  }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 32px !important;
  }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 32px !important;
  }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 32px !important;
  }
  .m-sm-5 {
    margin: 48px !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 48px !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 48px !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 48px !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 48px !important;
  }
  .m-sm-6 {
    margin: 52px !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 52px !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 52px !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 52px !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 52px !important;
  }
  .m-sm-7 {
    margin: 56px !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 56px !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 56px !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 56px !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 56px !important;
  }
  .m-sm-8 {
    margin: 64px !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 64px !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 64px !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 64px !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 64px !important;
  }
  .m-sm-9 {
    margin: 80px !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 80px !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 80px !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 80px !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 80px !important;
  }
  .m-sm-10 {
    margin: 96px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 96px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 96px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 96px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 96px !important;
  }
  .m-sm-11 {
    margin: 112px !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 112px !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 112px !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 112px !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 112px !important;
  }
  .m-sm-12 {
    margin: 128px !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 128px !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 128px !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 128px !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 128px !important;
  }
  .m-sm-13 {
    margin: 144px !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 144px !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 144px !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 144px !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 144px !important;
  }
  .m-sm-14 {
    margin: 160px !important;
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 160px !important;
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 160px !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 160px !important;
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 160px !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: 4px !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 4px !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 4px !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 4px !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 4px !important;
  }
  .p-sm-2 {
    padding: 8px !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 8px !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 8px !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 8px !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 8px !important;
  }
  .p-sm-3 {
    padding: 16px !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 16px !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 16px !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 16px !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 16px !important;
  }
  .p-sm-4 {
    padding: 24px !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 24px !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 24px !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 24px !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 24px !important;
  }
  .p-sm-45 {
    padding: 32px !important;
  }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 32px !important;
  }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 32px !important;
  }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 32px !important;
  }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 32px !important;
  }
  .p-sm-5 {
    padding: 48px !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 48px !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 48px !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 48px !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 48px !important;
  }
  .p-sm-6 {
    padding: 52px !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 52px !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 52px !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 52px !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 52px !important;
  }
  .p-sm-7 {
    padding: 56px !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 56px !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 56px !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 56px !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 56px !important;
  }
  .p-sm-8 {
    padding: 64px !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 64px !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 64px !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 64px !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 64px !important;
  }
  .p-sm-9 {
    padding: 80px !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 80px !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 80px !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 80px !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 80px !important;
  }
  .p-sm-10 {
    padding: 96px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 96px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 96px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 96px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 96px !important;
  }
  .p-sm-11 {
    padding: 112px !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 112px !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 112px !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 112px !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 112px !important;
  }
  .p-sm-12 {
    padding: 128px !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 128px !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 128px !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 128px !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 128px !important;
  }
  .p-sm-13 {
    padding: 144px !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 144px !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 144px !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 144px !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 144px !important;
  }
  .p-sm-14 {
    padding: 160px !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 160px !important;
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 160px !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 160px !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 160px !important;
  }
  .m-sm-n1 {
    margin: -4px !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -4px !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -4px !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -4px !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -4px !important;
  }
  .m-sm-n2 {
    margin: -8px !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -8px !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -8px !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -8px !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -8px !important;
  }
  .m-sm-n3 {
    margin: -16px !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -16px !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -16px !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -16px !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -16px !important;
  }
  .m-sm-n4 {
    margin: -24px !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -24px !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -24px !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -24px !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -24px !important;
  }
  .m-sm-n45 {
    margin: -32px !important;
  }
  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -32px !important;
  }
  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -32px !important;
  }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -32px !important;
  }
  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -32px !important;
  }
  .m-sm-n5 {
    margin: -48px !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -48px !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -48px !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -48px !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -48px !important;
  }
  .m-sm-n6 {
    margin: -52px !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -52px !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -52px !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -52px !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -52px !important;
  }
  .m-sm-n7 {
    margin: -56px !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -56px !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -56px !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -56px !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -56px !important;
  }
  .m-sm-n8 {
    margin: -64px !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -64px !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -64px !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -64px !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -64px !important;
  }
  .m-sm-n9 {
    margin: -80px !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -80px !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -80px !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -80px !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -80px !important;
  }
  .m-sm-n10 {
    margin: -96px !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -96px !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -96px !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -96px !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -96px !important;
  }
  .m-sm-n11 {
    margin: -112px !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -112px !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -112px !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -112px !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -112px !important;
  }
  .m-sm-n12 {
    margin: -128px !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -128px !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -128px !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -128px !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -128px !important;
  }
  .m-sm-n13 {
    margin: -144px !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -144px !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -144px !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -144px !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -144px !important;
  }
  .m-sm-n14 {
    margin: -160px !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -160px !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -160px !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -160px !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -160px !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: 4px !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important;
  }
  .m-md-2 {
    margin: 8px !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important;
  }
  .m-md-3 {
    margin: 16px !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 16px !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 16px !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 16px !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 16px !important;
  }
  .m-md-4 {
    margin: 24px !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 24px !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 24px !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 24px !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 24px !important;
  }
  .m-md-45 {
    margin: 32px !important;
  }
  .mt-md-45,
  .my-md-45 {
    margin-top: 32px !important;
  }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 32px !important;
  }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 32px !important;
  }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 32px !important;
  }
  .m-md-5 {
    margin: 48px !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 48px !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 48px !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 48px !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 48px !important;
  }
  .m-md-6 {
    margin: 52px !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 52px !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 52px !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 52px !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 52px !important;
  }
  .m-md-7 {
    margin: 56px !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 56px !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 56px !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 56px !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 56px !important;
  }
  .m-md-8 {
    margin: 64px !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 64px !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 64px !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 64px !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 64px !important;
  }
  .m-md-9 {
    margin: 80px !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 80px !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 80px !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 80px !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 80px !important;
  }
  .m-md-10 {
    margin: 96px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 96px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 96px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 96px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 96px !important;
  }
  .m-md-11 {
    margin: 112px !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 112px !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 112px !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 112px !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 112px !important;
  }
  .m-md-12 {
    margin: 128px !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 128px !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 128px !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 128px !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 128px !important;
  }
  .m-md-13 {
    margin: 144px !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 144px !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 144px !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 144px !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 144px !important;
  }
  .m-md-14 {
    margin: 160px !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 160px !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 160px !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 160px !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 160px !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: 4px !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important;
  }
  .p-md-2 {
    padding: 8px !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important;
  }
  .p-md-3 {
    padding: 16px !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 16px !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 16px !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 16px !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 16px !important;
  }
  .p-md-4 {
    padding: 24px !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 24px !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 24px !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 24px !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 24px !important;
  }
  .p-md-45 {
    padding: 32px !important;
  }
  .pt-md-45,
  .py-md-45 {
    padding-top: 32px !important;
  }
  .pr-md-45,
  .px-md-45 {
    padding-right: 32px !important;
  }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 32px !important;
  }
  .pl-md-45,
  .px-md-45 {
    padding-left: 32px !important;
  }
  .p-md-5 {
    padding: 48px !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 48px !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 48px !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 48px !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 48px !important;
  }
  .p-md-6 {
    padding: 52px !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 52px !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 52px !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 52px !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 52px !important;
  }
  .p-md-7 {
    padding: 56px !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 56px !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 56px !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 56px !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 56px !important;
  }
  .p-md-8 {
    padding: 64px !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 64px !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 64px !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 64px !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 64px !important;
  }
  .p-md-9 {
    padding: 80px !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 80px !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 80px !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 80px !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 80px !important;
  }
  .p-md-10 {
    padding: 96px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 96px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 96px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 96px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 96px !important;
  }
  .p-md-11 {
    padding: 112px !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 112px !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 112px !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 112px !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 112px !important;
  }
  .p-md-12 {
    padding: 128px !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 128px !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 128px !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 128px !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 128px !important;
  }
  .p-md-13 {
    padding: 144px !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 144px !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 144px !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 144px !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 144px !important;
  }
  .p-md-14 {
    padding: 160px !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 160px !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 160px !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 160px !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 160px !important;
  }
  .m-md-n1 {
    margin: -4px !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -4px !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -4px !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -4px !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -4px !important;
  }
  .m-md-n2 {
    margin: -8px !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -8px !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -8px !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -8px !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -8px !important;
  }
  .m-md-n3 {
    margin: -16px !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -16px !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -16px !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -16px !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -16px !important;
  }
  .m-md-n4 {
    margin: -24px !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -24px !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -24px !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -24px !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -24px !important;
  }
  .m-md-n45 {
    margin: -32px !important;
  }
  .mt-md-n45,
  .my-md-n45 {
    margin-top: -32px !important;
  }
  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -32px !important;
  }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -32px !important;
  }
  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -32px !important;
  }
  .m-md-n5 {
    margin: -48px !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -48px !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -48px !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -48px !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -48px !important;
  }
  .m-md-n6 {
    margin: -52px !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -52px !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -52px !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -52px !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -52px !important;
  }
  .m-md-n7 {
    margin: -56px !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -56px !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -56px !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -56px !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -56px !important;
  }
  .m-md-n8 {
    margin: -64px !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -64px !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -64px !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -64px !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -64px !important;
  }
  .m-md-n9 {
    margin: -80px !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -80px !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -80px !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -80px !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -80px !important;
  }
  .m-md-n10 {
    margin: -96px !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -96px !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -96px !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -96px !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -96px !important;
  }
  .m-md-n11 {
    margin: -112px !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -112px !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -112px !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -112px !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -112px !important;
  }
  .m-md-n12 {
    margin: -128px !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -128px !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -128px !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -128px !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -128px !important;
  }
  .m-md-n13 {
    margin: -144px !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -144px !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -144px !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -144px !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -144px !important;
  }
  .m-md-n14 {
    margin: -160px !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -160px !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -160px !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -160px !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -160px !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: 4px !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important;
  }
  .m-lg-2 {
    margin: 8px !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important;
  }
  .m-lg-3 {
    margin: 16px !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 16px !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 16px !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 16px !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 16px !important;
  }
  .m-lg-4 {
    margin: 24px !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 24px !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 24px !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 24px !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 24px !important;
  }
  .m-lg-45 {
    margin: 32px !important;
  }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 32px !important;
  }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 32px !important;
  }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 32px !important;
  }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 32px !important;
  }
  .m-lg-5 {
    margin: 48px !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 48px !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 48px !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 48px !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 48px !important;
  }
  .m-lg-6 {
    margin: 52px !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 52px !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 52px !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 52px !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 52px !important;
  }
  .m-lg-7 {
    margin: 56px !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 56px !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 56px !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 56px !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 56px !important;
  }
  .m-lg-8 {
    margin: 64px !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 64px !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 64px !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 64px !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 64px !important;
  }
  .m-lg-9 {
    margin: 80px !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 80px !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 80px !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 80px !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 80px !important;
  }
  .m-lg-10 {
    margin: 96px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 96px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 96px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 96px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 96px !important;
  }
  .m-lg-11 {
    margin: 112px !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 112px !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 112px !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 112px !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 112px !important;
  }
  .m-lg-12 {
    margin: 128px !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 128px !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 128px !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 128px !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 128px !important;
  }
  .m-lg-13 {
    margin: 144px !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 144px !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 144px !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 144px !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 144px !important;
  }
  .m-lg-14 {
    margin: 160px !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 160px !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 160px !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 160px !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 160px !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: 4px !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important;
  }
  .p-lg-2 {
    padding: 8px !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important;
  }
  .p-lg-3 {
    padding: 16px !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 16px !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 16px !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 16px !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 16px !important;
  }
  .p-lg-4 {
    padding: 24px !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 24px !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 24px !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 24px !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 24px !important;
  }
  .p-lg-45 {
    padding: 32px !important;
  }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 32px !important;
  }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 32px !important;
  }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 32px !important;
  }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 32px !important;
  }
  .p-lg-5 {
    padding: 48px !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 48px !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 48px !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 48px !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 48px !important;
  }
  .p-lg-6 {
    padding: 52px !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 52px !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 52px !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 52px !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 52px !important;
  }
  .p-lg-7 {
    padding: 56px !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 56px !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 56px !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 56px !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 56px !important;
  }
  .p-lg-8 {
    padding: 64px !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 64px !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 64px !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 64px !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 64px !important;
  }
  .p-lg-9 {
    padding: 80px !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 80px !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 80px !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 80px !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 80px !important;
  }
  .p-lg-10 {
    padding: 96px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 96px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 96px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 96px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 96px !important;
  }
  .p-lg-11 {
    padding: 112px !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 112px !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 112px !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 112px !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 112px !important;
  }
  .p-lg-12 {
    padding: 128px !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 128px !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 128px !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 128px !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 128px !important;
  }
  .p-lg-13 {
    padding: 144px !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 144px !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 144px !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 144px !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 144px !important;
  }
  .p-lg-14 {
    padding: 160px !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 160px !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 160px !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 160px !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 160px !important;
  }
  .m-lg-n1 {
    margin: -4px !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -4px !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -4px !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -4px !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -4px !important;
  }
  .m-lg-n2 {
    margin: -8px !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -8px !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -8px !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -8px !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -8px !important;
  }
  .m-lg-n3 {
    margin: -16px !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -16px !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -16px !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -16px !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -16px !important;
  }
  .m-lg-n4 {
    margin: -24px !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -24px !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -24px !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -24px !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -24px !important;
  }
  .m-lg-n45 {
    margin: -32px !important;
  }
  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -32px !important;
  }
  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -32px !important;
  }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -32px !important;
  }
  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -32px !important;
  }
  .m-lg-n5 {
    margin: -48px !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -48px !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -48px !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -48px !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -48px !important;
  }
  .m-lg-n6 {
    margin: -52px !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -52px !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -52px !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -52px !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -52px !important;
  }
  .m-lg-n7 {
    margin: -56px !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -56px !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -56px !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -56px !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -56px !important;
  }
  .m-lg-n8 {
    margin: -64px !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -64px !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -64px !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -64px !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -64px !important;
  }
  .m-lg-n9 {
    margin: -80px !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -80px !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -80px !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -80px !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -80px !important;
  }
  .m-lg-n10 {
    margin: -96px !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -96px !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -96px !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -96px !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -96px !important;
  }
  .m-lg-n11 {
    margin: -112px !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -112px !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -112px !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -112px !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -112px !important;
  }
  .m-lg-n12 {
    margin: -128px !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -128px !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -128px !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -128px !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -128px !important;
  }
  .m-lg-n13 {
    margin: -144px !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -144px !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -144px !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -144px !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -144px !important;
  }
  .m-lg-n14 {
    margin: -160px !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -160px !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -160px !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -160px !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -160px !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: 4px !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 4px !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 4px !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 4px !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 4px !important;
  }
  .m-xl-2 {
    margin: 8px !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 8px !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 8px !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 8px !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 8px !important;
  }
  .m-xl-3 {
    margin: 16px !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 16px !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 16px !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 16px !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 16px !important;
  }
  .m-xl-4 {
    margin: 24px !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 24px !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 24px !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 24px !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 24px !important;
  }
  .m-xl-45 {
    margin: 32px !important;
  }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 32px !important;
  }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 32px !important;
  }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 32px !important;
  }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 32px !important;
  }
  .m-xl-5 {
    margin: 48px !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 48px !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 48px !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 48px !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 48px !important;
  }
  .m-xl-6 {
    margin: 52px !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 52px !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 52px !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 52px !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 52px !important;
  }
  .m-xl-7 {
    margin: 56px !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 56px !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 56px !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 56px !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 56px !important;
  }
  .m-xl-8 {
    margin: 64px !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 64px !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 64px !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 64px !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 64px !important;
  }
  .m-xl-9 {
    margin: 80px !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 80px !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 80px !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 80px !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 80px !important;
  }
  .m-xl-10 {
    margin: 96px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 96px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 96px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 96px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 96px !important;
  }
  .m-xl-11 {
    margin: 112px !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 112px !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 112px !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 112px !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 112px !important;
  }
  .m-xl-12 {
    margin: 128px !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 128px !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 128px !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 128px !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 128px !important;
  }
  .m-xl-13 {
    margin: 144px !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 144px !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 144px !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 144px !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 144px !important;
  }
  .m-xl-14 {
    margin: 160px !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 160px !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 160px !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 160px !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 160px !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: 4px !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 4px !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 4px !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 4px !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 4px !important;
  }
  .p-xl-2 {
    padding: 8px !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 8px !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 8px !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 8px !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 8px !important;
  }
  .p-xl-3 {
    padding: 16px !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 16px !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 16px !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 16px !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 16px !important;
  }
  .p-xl-4 {
    padding: 24px !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 24px !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 24px !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 24px !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 24px !important;
  }
  .p-xl-45 {
    padding: 32px !important;
  }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 32px !important;
  }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 32px !important;
  }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 32px !important;
  }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 32px !important;
  }
  .p-xl-5 {
    padding: 48px !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 48px !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 48px !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 48px !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 48px !important;
  }
  .p-xl-6 {
    padding: 52px !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 52px !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 52px !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 52px !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 52px !important;
  }
  .p-xl-7 {
    padding: 56px !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 56px !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 56px !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 56px !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 56px !important;
  }
  .p-xl-8 {
    padding: 64px !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 64px !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 64px !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 64px !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 64px !important;
  }
  .p-xl-9 {
    padding: 80px !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 80px !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 80px !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 80px !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 80px !important;
  }
  .p-xl-10 {
    padding: 96px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 96px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 96px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 96px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 96px !important;
  }
  .p-xl-11 {
    padding: 112px !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 112px !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 112px !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 112px !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 112px !important;
  }
  .p-xl-12 {
    padding: 128px !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 128px !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 128px !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 128px !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 128px !important;
  }
  .p-xl-13 {
    padding: 144px !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 144px !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 144px !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 144px !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 144px !important;
  }
  .p-xl-14 {
    padding: 160px !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 160px !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 160px !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 160px !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 160px !important;
  }
  .m-xl-n1 {
    margin: -4px !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -4px !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -4px !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -4px !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -4px !important;
  }
  .m-xl-n2 {
    margin: -8px !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -8px !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -8px !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -8px !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -8px !important;
  }
  .m-xl-n3 {
    margin: -16px !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -16px !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -16px !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -16px !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -16px !important;
  }
  .m-xl-n4 {
    margin: -24px !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -24px !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -24px !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -24px !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -24px !important;
  }
  .m-xl-n45 {
    margin: -32px !important;
  }
  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -32px !important;
  }
  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -32px !important;
  }
  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -32px !important;
  }
  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -32px !important;
  }
  .m-xl-n5 {
    margin: -48px !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -48px !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -48px !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -48px !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -48px !important;
  }
  .m-xl-n6 {
    margin: -52px !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -52px !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -52px !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -52px !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -52px !important;
  }
  .m-xl-n7 {
    margin: -56px !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -56px !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -56px !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -56px !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -56px !important;
  }
  .m-xl-n8 {
    margin: -64px !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -64px !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -64px !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -64px !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -64px !important;
  }
  .m-xl-n9 {
    margin: -80px !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -80px !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -80px !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -80px !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -80px !important;
  }
  .m-xl-n10 {
    margin: -96px !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -96px !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -96px !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -96px !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -96px !important;
  }
  .m-xl-n11 {
    margin: -112px !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -112px !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -112px !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -112px !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -112px !important;
  }
  .m-xl-n12 {
    margin: -128px !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -128px !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -128px !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -128px !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -128px !important;
  }
  .m-xl-n13 {
    margin: -144px !important;
  }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -144px !important;
  }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -144px !important;
  }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -144px !important;
  }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -144px !important;
  }
  .m-xl-n14 {
    margin: -160px !important;
  }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -160px !important;
  }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -160px !important;
  }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -160px !important;
  }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -160px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1450px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 4px !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 4px !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 4px !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 4px !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 4px !important;
  }
  .m-xxl-2 {
    margin: 8px !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 8px !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 8px !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 8px !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 8px !important;
  }
  .m-xxl-3 {
    margin: 16px !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 16px !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 16px !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 16px !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 16px !important;
  }
  .m-xxl-4 {
    margin: 24px !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 24px !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 24px !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 24px !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 24px !important;
  }
  .m-xxl-45 {
    margin: 32px !important;
  }
  .mt-xxl-45,
  .my-xxl-45 {
    margin-top: 32px !important;
  }
  .mr-xxl-45,
  .mx-xxl-45 {
    margin-right: 32px !important;
  }
  .mb-xxl-45,
  .my-xxl-45 {
    margin-bottom: 32px !important;
  }
  .ml-xxl-45,
  .mx-xxl-45 {
    margin-left: 32px !important;
  }
  .m-xxl-5 {
    margin: 48px !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 48px !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 48px !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 48px !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 48px !important;
  }
  .m-xxl-6 {
    margin: 52px !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 52px !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 52px !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 52px !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 52px !important;
  }
  .m-xxl-7 {
    margin: 56px !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 56px !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 56px !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 56px !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 56px !important;
  }
  .m-xxl-8 {
    margin: 64px !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 64px !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 64px !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 64px !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 64px !important;
  }
  .m-xxl-9 {
    margin: 80px !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 80px !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 80px !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 80px !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 80px !important;
  }
  .m-xxl-10 {
    margin: 96px !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 96px !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 96px !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 96px !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 96px !important;
  }
  .m-xxl-11 {
    margin: 112px !important;
  }
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 112px !important;
  }
  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 112px !important;
  }
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 112px !important;
  }
  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 112px !important;
  }
  .m-xxl-12 {
    margin: 128px !important;
  }
  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 128px !important;
  }
  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 128px !important;
  }
  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 128px !important;
  }
  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 128px !important;
  }
  .m-xxl-13 {
    margin: 144px !important;
  }
  .mt-xxl-13,
  .my-xxl-13 {
    margin-top: 144px !important;
  }
  .mr-xxl-13,
  .mx-xxl-13 {
    margin-right: 144px !important;
  }
  .mb-xxl-13,
  .my-xxl-13 {
    margin-bottom: 144px !important;
  }
  .ml-xxl-13,
  .mx-xxl-13 {
    margin-left: 144px !important;
  }
  .m-xxl-14 {
    margin: 160px !important;
  }
  .mt-xxl-14,
  .my-xxl-14 {
    margin-top: 160px !important;
  }
  .mr-xxl-14,
  .mx-xxl-14 {
    margin-right: 160px !important;
  }
  .mb-xxl-14,
  .my-xxl-14 {
    margin-bottom: 160px !important;
  }
  .ml-xxl-14,
  .mx-xxl-14 {
    margin-left: 160px !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 4px !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 4px !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 4px !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 4px !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 4px !important;
  }
  .p-xxl-2 {
    padding: 8px !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 8px !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 8px !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 8px !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 8px !important;
  }
  .p-xxl-3 {
    padding: 16px !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 16px !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 16px !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 16px !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 16px !important;
  }
  .p-xxl-4 {
    padding: 24px !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 24px !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 24px !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 24px !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 24px !important;
  }
  .p-xxl-45 {
    padding: 32px !important;
  }
  .pt-xxl-45,
  .py-xxl-45 {
    padding-top: 32px !important;
  }
  .pr-xxl-45,
  .px-xxl-45 {
    padding-right: 32px !important;
  }
  .pb-xxl-45,
  .py-xxl-45 {
    padding-bottom: 32px !important;
  }
  .pl-xxl-45,
  .px-xxl-45 {
    padding-left: 32px !important;
  }
  .p-xxl-5 {
    padding: 48px !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 48px !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 48px !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 48px !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 48px !important;
  }
  .p-xxl-6 {
    padding: 52px !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 52px !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 52px !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 52px !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 52px !important;
  }
  .p-xxl-7 {
    padding: 56px !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 56px !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 56px !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 56px !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 56px !important;
  }
  .p-xxl-8 {
    padding: 64px !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 64px !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 64px !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 64px !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 64px !important;
  }
  .p-xxl-9 {
    padding: 80px !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 80px !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 80px !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 80px !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 80px !important;
  }
  .p-xxl-10 {
    padding: 96px !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 96px !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 96px !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 96px !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 96px !important;
  }
  .p-xxl-11 {
    padding: 112px !important;
  }
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 112px !important;
  }
  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 112px !important;
  }
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 112px !important;
  }
  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 112px !important;
  }
  .p-xxl-12 {
    padding: 128px !important;
  }
  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 128px !important;
  }
  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 128px !important;
  }
  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 128px !important;
  }
  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 128px !important;
  }
  .p-xxl-13 {
    padding: 144px !important;
  }
  .pt-xxl-13,
  .py-xxl-13 {
    padding-top: 144px !important;
  }
  .pr-xxl-13,
  .px-xxl-13 {
    padding-right: 144px !important;
  }
  .pb-xxl-13,
  .py-xxl-13 {
    padding-bottom: 144px !important;
  }
  .pl-xxl-13,
  .px-xxl-13 {
    padding-left: 144px !important;
  }
  .p-xxl-14 {
    padding: 160px !important;
  }
  .pt-xxl-14,
  .py-xxl-14 {
    padding-top: 160px !important;
  }
  .pr-xxl-14,
  .px-xxl-14 {
    padding-right: 160px !important;
  }
  .pb-xxl-14,
  .py-xxl-14 {
    padding-bottom: 160px !important;
  }
  .pl-xxl-14,
  .px-xxl-14 {
    padding-left: 160px !important;
  }
  .m-xxl-n1 {
    margin: -4px !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -4px !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -4px !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -4px !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -4px !important;
  }
  .m-xxl-n2 {
    margin: -8px !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -8px !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -8px !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -8px !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -8px !important;
  }
  .m-xxl-n3 {
    margin: -16px !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -16px !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -16px !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -16px !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -16px !important;
  }
  .m-xxl-n4 {
    margin: -24px !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -24px !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -24px !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -24px !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -24px !important;
  }
  .m-xxl-n45 {
    margin: -32px !important;
  }
  .mt-xxl-n45,
  .my-xxl-n45 {
    margin-top: -32px !important;
  }
  .mr-xxl-n45,
  .mx-xxl-n45 {
    margin-right: -32px !important;
  }
  .mb-xxl-n45,
  .my-xxl-n45 {
    margin-bottom: -32px !important;
  }
  .ml-xxl-n45,
  .mx-xxl-n45 {
    margin-left: -32px !important;
  }
  .m-xxl-n5 {
    margin: -48px !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -48px !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -48px !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -48px !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -48px !important;
  }
  .m-xxl-n6 {
    margin: -52px !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -52px !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -52px !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -52px !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -52px !important;
  }
  .m-xxl-n7 {
    margin: -56px !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -56px !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -56px !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -56px !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -56px !important;
  }
  .m-xxl-n8 {
    margin: -64px !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -64px !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -64px !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -64px !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -64px !important;
  }
  .m-xxl-n9 {
    margin: -80px !important;
  }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -80px !important;
  }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -80px !important;
  }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -80px !important;
  }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -80px !important;
  }
  .m-xxl-n10 {
    margin: -96px !important;
  }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -96px !important;
  }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -96px !important;
  }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -96px !important;
  }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -96px !important;
  }
  .m-xxl-n11 {
    margin: -112px !important;
  }
  .mt-xxl-n11,
  .my-xxl-n11 {
    margin-top: -112px !important;
  }
  .mr-xxl-n11,
  .mx-xxl-n11 {
    margin-right: -112px !important;
  }
  .mb-xxl-n11,
  .my-xxl-n11 {
    margin-bottom: -112px !important;
  }
  .ml-xxl-n11,
  .mx-xxl-n11 {
    margin-left: -112px !important;
  }
  .m-xxl-n12 {
    margin: -128px !important;
  }
  .mt-xxl-n12,
  .my-xxl-n12 {
    margin-top: -128px !important;
  }
  .mr-xxl-n12,
  .mx-xxl-n12 {
    margin-right: -128px !important;
  }
  .mb-xxl-n12,
  .my-xxl-n12 {
    margin-bottom: -128px !important;
  }
  .ml-xxl-n12,
  .mx-xxl-n12 {
    margin-left: -128px !important;
  }
  .m-xxl-n13 {
    margin: -144px !important;
  }
  .mt-xxl-n13,
  .my-xxl-n13 {
    margin-top: -144px !important;
  }
  .mr-xxl-n13,
  .mx-xxl-n13 {
    margin-right: -144px !important;
  }
  .mb-xxl-n13,
  .my-xxl-n13 {
    margin-bottom: -144px !important;
  }
  .ml-xxl-n13,
  .mx-xxl-n13 {
    margin-left: -144px !important;
  }
  .m-xxl-n14 {
    margin: -160px !important;
  }
  .mt-xxl-n14,
  .my-xxl-n14 {
    margin-top: -160px !important;
  }
  .mr-xxl-n14,
  .mx-xxl-n14 {
    margin-right: -160px !important;
  }
  .mb-xxl-n14,
  .my-xxl-n14 {
    margin-bottom: -160px !important;
  }
  .ml-xxl-n14,
  .mx-xxl-n14 {
    margin-left: -160px !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.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: 330px) {
  .text-vvs-left {
    text-align: left !important;
  }
  .text-vvs-right {
    text-align: right !important;
  }
  .text-vvs-center {
    text-align: center !important;
  }
}
@media (min-width: 400px) {
  .text-vs-left {
    text-align: left !important;
  }
  .text-vs-right {
    text-align: right !important;
  }
  .text-vs-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;
  }
}
@media (min-width: 1450px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 600 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-brand_green_neon_light {
  color: #e1fbce !important;
}
a.text-brand_green_neon_light:focus,
a.text-brand_green_neon_light:hover {
  color: #b6f587 !important;
}
.text-brand_green_neon {
  color: #bcff8a !important;
}
a.text-brand_green_neon:focus,
a.text-brand_green_neon:hover {
  color: #90ff3e !important;
}
.text-brand_green_button {
  color: #a4ff78 !important;
}
a.text-brand_green_button:focus,
a.text-brand_green_button:hover {
  color: #70ff2c !important;
}
.text-brand_green_hover {
  color: #63da2a !important;
}
a.text-brand_green_hover:focus,
a.text-brand_green_hover:hover {
  color: #459c1b !important;
}
.text-brand_beige_light {
  color: #f4f1ef !important;
}
a.text-brand_beige_light:focus,
a.text-brand_beige_light:hover {
  color: #d5c9c2 !important;
}
.text-brand_beige_hover {
  color: #f2eae6 !important;
}
a.text-brand_beige_hover:focus,
a.text-brand_beige_hover:hover {
  color: #d8c0b4 !important;
}
.text-brand_beige_organic {
  color: #e6d6cf !important;
}
a.text-brand_beige_organic:focus,
a.text-brand_beige_organic:hover {
  color: #ccab9d !important;
}
.text-brand_beige_background {
  color: #fbfaf9 !important;
}
a.text-brand_beige_background:focus,
a.text-brand_beige_background:hover {
  color: #dcd4cb !important;
}
.text-brand_apricot_warm {
  color: #ffc2a5 !important;
}
a.text-brand_apricot_warm:focus,
a.text-brand_apricot_warm:hover {
  color: #ff8e59 !important;
}
.text-brand_apricot_warm_dark {
  color: #ff9a6a !important;
}
a.text-brand_apricot_warm_dark:focus,
a.text-brand_apricot_warm_dark:hover {
  color: #ff661e !important;
}
.text-brand_red {
  color: #dd3000 !important;
}
a.text-brand_red:focus,
a.text-brand_red:hover {
  color: #911f00 !important;
}
.text-brand_red_hover {
  color: #9d2f10 !important;
}
a.text-brand_red_hover:focus,
a.text-brand_red_hover:hover {
  color: #581a09 !important;
}
.text-brand_deep_blue_dark {
  color: #062734 !important;
}
a.text-brand_deep_blue_dark:focus,
a.text-brand_deep_blue_dark:hover {
  color: #000 !important;
}
.text-brand_deep_blue {
  color: #123645 !important;
}
a.text-brand_deep_blue:focus,
a.text-brand_deep_blue:hover {
  color: #020708 !important;
}
.text-brand_deep_blue_light {
  color: #2a4a58 !important;
}
a.text-brand_deep_blue_light:focus,
a.text-brand_deep_blue_light:hover {
  color: #111e24 !important;
}
.text-brand_deep_blue_lighter {
  color: #4c6c7a !important;
}
a.text-brand_deep_blue_lighter:focus,
a.text-brand_deep_blue_lighter:hover {
  color: #2f424b !important;
}
.text-brand_light_blue {
  color: #e3e9f0 !important;
}
a.text-brand_light_blue:focus,
a.text-brand_light_blue:hover {
  color: #b1c2d5 !important;
}
.text-brand_denim_blue {
  color: #7590b3 !important;
}
a.text-brand_denim_blue:focus,
a.text-brand_denim_blue:hover {
  color: #4e6a8e !important;
}
.text-brand_link_blue {
  color: #089bd8 !important;
}
a.text-brand_link_blue:focus,
a.text-brand_link_blue:hover {
  color: #05668e !important;
}
.text-brand_outline {
  color: #dee2e6 !important;
}
a.text-brand_outline:focus,
a.text-brand_outline:hover {
  color: #b2bcc5 !important;
}
.text-brand_background {
  color: #fbfaf9 !important;
}
a.text-brand_background:focus,
a.text-brand_background:hover {
  color: #dcd4cb !important;
}
.text-primary {
  color: #123645 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #020708 !important;
}
.text-primary-dark {
  color: #062734 !important;
}
a.text-primary-dark:focus,
a.text-primary-dark:hover {
  color: #000 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #a4ff78 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #70ff2c !important;
}
.text-info {
  color: #089bd8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #05668e !important;
}
.text-warning {
  color: #ff9a6a !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ff661e !important;
}
.text-danger {
  color: #ff5e31 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #e43200 !important;
}
.text-danger-dark {
  color: #9d2f10 !important;
}
a.text-danger-dark:focus,
a.text-danger-dark:hover {
  color: #581a09 !important;
}
.text-light {
  color: #f4f1ef !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #d5c9c2 !important;
}
.text-dark {
  color: #062734 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #000 !important;
}
.text-background {
  color: #fbfaf9 !important;
}
a.text-background:focus,
a.text-background:hover {
  color: #dcd4cb !important;
}
.text-body {
  color: #123645 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-white {
  color: #fff !important;
}
.text-black {
  color: #000 !important;
}
.text-hover-white:hover {
  color: #fff !important;
}
.text-hover-primary:hover {
  color: #123645 !important;
}
.text-hover-danger:hover {
  color: #ff5e31 !important;
}
.text-hover-black:hover {
  color: #000 !important;
}
.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-underline {
  text-decoration: underline !important;
}
.text-break {
  overflow-wrap: break-word !important;
  word-break: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.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 {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}
.font-boucle {
  font-family: boucle;
  line-height: normal;
}
[class*=' icon-']:before,
[class^='icon-']:before {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: myswooop_icons;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.hyphens-none {
  -webkit-hyphens: none !important;
  hyphens: none !important;
}
.hyphens-auto {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
body #app {
  display: block !important;
  min-height: calc(100vh - 80px);
  position: relative;
}
.kf_slide_box,
.productbox,
.salesbox,
.speech-bubble,
.topcat_wrapper,
.white-bg {
  background-color: #fff;
}
.best-categories .topcat_wrapper,
.kaufen .topcat_wrapper,
.verkaufen .topcat_wrapper {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  height: 100%;
}
.best-categories .topcat_wrapper:hover,
.kaufen .topcat_wrapper:hover,
.verkaufen .topcat_wrapper:hover {
  background-color: #bcff8a;
  border: 1px solid #bcff8a;
}
.best-categories .topcat_wrapper .categoryName,
.kaufen .topcat_wrapper .categoryName,
.verkaufen .topcat_wrapper .categoryName {
  font-weight: 600;
}
.best-categories .topcat_wrapper.purchasecat_286 .categoryName,
.best-categories .topcat_wrapper.sellcat_11 .categoryName,
.kaufen .topcat_wrapper.purchasecat_286 .categoryName,
.kaufen .topcat_wrapper.sellcat_11 .categoryName,
.verkaufen .topcat_wrapper.purchasecat_286 .categoryName,
.verkaufen .topcat_wrapper.sellcat_11 .categoryName {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
.best-categories .topcat_wrapper a,
.best-categories .topcat_wrapper a:hover,
.kaufen .topcat_wrapper a,
.kaufen .topcat_wrapper a:hover,
.verkaufen .topcat_wrapper a,
.verkaufen .topcat_wrapper a:hover {
  color: #123645;
}
.best-categories .topcat_wrapper a i:before,
.best-categories .topcat_wrapper a:hover i:before,
.kaufen .topcat_wrapper a i:before,
.kaufen .topcat_wrapper a:hover i:before,
.verkaufen .topcat_wrapper a i:before,
.verkaufen .topcat_wrapper a:hover i:before {
  margin: 0 auto !important;
  padding: 0 !important;
  width: 100% !important;
}
#back_to_top_button {
  background-color: #2e2e2e;
  border-radius: 50%;
  bottom: 5vh;
  color: #fff;
  height: 3rem;
  line-height: 3.5rem;
  position: fixed;
  right: 5vw;
  text-align: center;
  width: 3rem;
  z-index: 10;
}
.breadcrumb {
  background-color: transparent;
  border-radius: 0 !important;
  display: flex;
  font-size: 0.9rem;
  line-height: 1.7rem !important;
  list-style: none;
  padding: 0.75rem 0;
}
.breadcrumb a {
  color: #123645;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
hr {
  border: none;
  border-bottom: 1px solid;
  color: #0b0b0b;
  margin-bottom: 1.3125rem;
}
i {
  font-style: normal;
}
i.fix-width:before {
  width: auto !important;
}
i.icon {
  color: transparent;
}
.highlightbox {
  background: #fff;
  border: 1px solid #e5e5e5;
  margin-bottom: 50px;
  padding: 20px 30px;
}
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
}
.product {
  color: #495057;
}
.product > .rule {
  margin: 15px 0;
}
.product .float-right.actions {
  margin-top: -0.5rem;
  padding-right: 1rem;
}
.product a {
  color: #495057;
}
.fancybox-iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.clear {
  clear: both;
}
.maxh-10 {
  max-height: 10rem;
}
.maxh-6 {
  max-height: 6rem;
}
.pointerhover:hover {
  cursor: pointer;
}
.btn-green {
  background-color: #71b84a !important;
  color: #fff;
}
.btn-green:hover {
  color: #fff;
}
#carousel {
  margin: 0 auto;
  position: relative;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
}
.flip-clock-divider .flip-clock-label {
  font-size: 3rem;
}
.modal .myswooop-section {
  min-height: 1px;
}
@media only screen and (max-width: 500px) {
  .highlightbox {
    border: 0;
    padding: 0;
  }
}
.maxw-40 {
  max-width: 40rem;
}
.maxw-20 {
  max-width: 20rem;
}
.flex-1 {
  flex: 1;
}
.flex-2 {
  flex: 2;
}
.dropdown-toggle:after {
  border: 0;
  content: '';
  display: none;
}
.col {
  min-width: 0;
}
.object-cover {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.dropdown-item span {
  white-space: normal;
}
.warning-icon:before {
  color: #e50017;
}
.swal-footer {
  display: flex;
  justify-content: space-between;
}
.swal-footer .swal-buttons-container {
  display: flex;
}
.swal-footer .swal-button-container:last-child {
  width: 100%;
}
.d-none.dropdown-menu {
  opacity: 0;
  visibility: hidden;
}
.hidden {
  display: none;
}
@media only screen and (max-width: 480px) {
  .w-480px-100pro {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .checkoutSuccessBlue .illustrationUserAccountBase {
    background-image: url(/optimized/img?source=/images/checkout/checkoutSuccessMobile.png&format=png) !important;
  }
  @supports (gap: 1px) {
    .checkoutSuccessBlue .illustrationUserAccountBase {
      background-image: url(/optimized/img?source=/images/checkout/checkoutSuccessMobile.png&format=webp) !important;
    }
  }
  .checkoutSuccessBlue .illustrationUserAccountBase .illustrationUserAccountMobile {
    display: block !important;
  }
}
.kaufenLanderDesktop .topcat_wrapper {
  border: 1px solid #dee2e6;
  border-radius: 4px;
}
.kaufenLanderDesktop .topcat_wrapper:hover {
  background-color: #bcff8a;
  border: 1px solid #bcff8a;
}
.kaufenLanderDesktop .site-content a {
  color: #123645;
}
.kaufenLanderDesktop .site-content a:hover {
  color: #062734;
}
.stroke-price {
  display: inline-block;
  position: relative;
}
.stroke-price:after,
.stroke-price:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
}
.stroke-price:before {
  border-bottom: 1px solid #ff5e31;
  transform: skewY(-10deg);
}
.sellboxArticleOverview {
  background: #f9f9f9;
}
.sellboxArticleOverview .sellboxImage {
  height: 6em;
  -o-object-fit: contain;
  object-fit: contain;
  width: 5.5em;
}
.sellboxArticleOverview .sellboxLinkEdit:hover div {
  color: #000;
}
.sellboxArticleOverview .sellboxLinkEdit:hover path {
  fill: #000;
}
.sellboxArticleOverview .sellboxLinkDelete:hover div {
  color: #901111;
}
.sellboxArticleOverview .sellboxLinkDelete:hover path {
  fill: #901111;
}
@media only screen and (max-width: 768px) {
  .sellboxArticleOverview .sellboxBtnMore a {
    border-width: 1px;
    font-size: 0.4em;
  }
  .sellboxArticleOverview .sellboxBtnMore a:hover {
    background: inherit;
    color: #71b84a !important;
    text-decoration: underline;
  }
}
.sellboxArticleOverview .sellboxStickyRow {
  background: #fff;
  bottom: 0;
  box-shadow: -2px 0 4px #e5e5e5;
  position: fixed;
  width: 100%;
  z-index: 9;
}
.listingsRed .redProductFeaturesNavBox .JS_availableAttribute,
.verkaufen.productsListing .redProductFeaturesNavBox .JS_availableAttribute {
  border: 1px solid #b5b5b5;
  color: #000;
}
.listingsRed .redProductFeaturesNavBox .JS_availableAttribute:hover,
.verkaufen.productsListing .redProductFeaturesNavBox .JS_availableAttribute:hover {
  border: 1px solid #000;
}
.listingsRed .redProductFeaturesNavBox .JS_notAvailableAttribute,
.verkaufen.productsListing .redProductFeaturesNavBox .JS_notAvailableAttribute {
  background: #f4f4f4;
  border: 1px solid #b5b5b5;
  color: #959595;
}
.listingsRed .redProductFeaturesNavBox .JS_notAvailableAttribute:hover,
.verkaufen.productsListing .redProductFeaturesNavBox .JS_notAvailableAttribute:hover {
  border: 1px solid #000;
}
.listingsRed .redProductFeaturesNavBox .JS_notAvailableAttribute:hover .attributeButtonText,
.verkaufen.productsListing .redProductFeaturesNavBox .JS_notAvailableAttribute:hover .attributeButtonText {
  color: #123645 !important;
}
.listingsRed .redProductFeaturesNavBox .JS_availableFancyOptionField:after,
.verkaufen.productsListing .redProductFeaturesNavBox .JS_availableFancyOptionField:after {
  content: '';
  float: right;
  font-size: 10px;
}
.listingsRed .redProductFeaturesNavBox .JS_notAvailableFancyOptionField,
.verkaufen.productsListing .redProductFeaturesNavBox .JS_notAvailableFancyOptionField {
  color: #989898;
}
.listingsRed .redProductFeaturesNavBox .JS_notAvailableFancyOptionField:after,
.verkaufen.productsListing .redProductFeaturesNavBox .JS_notAvailableFancyOptionField:after {
  color: #000;
  content: '';
  float: right;
  font-size: 10px;
}
@media only screen and (min-width: 767px) {
  .listingsRed .redProductFeaturesNavBox.sticky_mobile,
  .verkaufen.productsListing .redProductFeaturesNavBox.sticky_mobile {
    position: sticky;
    top: 111px;
  }
}
@media only screen and (min-width: 992px) {
  .listingsRed .redProductFeaturesNavBox.sticky_desktop,
  .verkaufen.productsListing .redProductFeaturesNavBox.sticky_desktop {
    position: sticky;
    top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .listingsRed .redProductFeaturesNavBox.sticky_desktop,
  .verkaufen.productsListing .redProductFeaturesNavBox.sticky_desktop {
    position: sticky;
    top: 114px;
  }
}
@media only screen and (max-width: 767px) {
  .listingsRed .redProductFeaturesNavBox .redDeskViewAttrBtns,
  .verkaufen.productsListing .redProductFeaturesNavBox .redDeskViewAttrBtns {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .listingsRed .redProductFeaturesNavBox .redMobileViewAttrBtns,
  .verkaufen.productsListing .redProductFeaturesNavBox .redMobileViewAttrBtns {
    display: none;
  }
}
.listingsRed .BrandWrapper .brandBox,
.verkaufen.productsListing .BrandWrapper .brandBox {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  height: 100%;
  outline: 1px solid #dee2e6;
  padding: 5px;
}
.listingsRed .BrandWrapper .brandBox:hover,
.verkaufen.productsListing .BrandWrapper .brandBox:hover {
  border: 1px solid #63da2a;
  outline: 1px solid #63da2a;
}
.listingsRed .BrandWrapper .brandBox .boxContentLinking,
.verkaufen.productsListing .BrandWrapper .brandBox .boxContentLinking {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.listingsRed .BrandWrapper .brandBox .boxContentLinking:hover,
.verkaufen.productsListing .BrandWrapper .brandBox .boxContentLinking:hover {
  color: #000;
}
.listingsRed .BrandWrapper .brandBox .boxContentLinking .imageWrapper,
.verkaufen.productsListing .BrandWrapper .brandBox .boxContentLinking .imageWrapper {
  display: flex;
  height: 100px;
  margin: 5% 18%;
  max-width: 64%;
  padding-bottom: 8px;
}
@media only screen and (max-width: 420px) {
  .listingsRed .BrandWrapper .brandBox .boxContentLinking .imageWrapper,
  .verkaufen.productsListing .BrandWrapper .brandBox .boxContentLinking .imageWrapper {
    height: 100px;
    margin: 5% 5% 0;
    max-width: 90%;
  }
}
.listingsRed .BrandWrapper .brandBox .boxContentLinking .imageWrapper img,
.verkaufen.productsListing .BrandWrapper .brandBox .boxContentLinking .imageWrapper img {
  font-size: 0.7rem;
  font-style: italic;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
  width: 100%;
}
.listingsRed .BrandWrapper .brandBox .boxContentLinking .categoryName,
.verkaufen.productsListing .BrandWrapper .brandBox .boxContentLinking .categoryName {
  align-items: flex-start;
  display: flex;
  flex-grow: 2;
  font-size: 0.9rem;
  font-weight: 600;
  -webkit-hyphens: auto;
  hyphens: auto;
  justify-content: center;
  padding: 3% 5% 5%;
  text-align: center;
}
@media only screen and (max-width: 420px) {
  .listingsRed .BrandWrapper .brandBox .boxContentLinking .categoryName,
  .verkaufen.productsListing .BrandWrapper .brandBox .boxContentLinking .categoryName {
    font-size: 0.8rem;
    line-height: 1.1rem;
  }
}
.listingsRed .ModelWrapper .modelBox,
.listingsRed .ModelWrapper .productBox,
.listingsRed .ProductWrapper .modelBox,
.listingsRed .ProductWrapper .productBox,
.verkaufen.productsListing .ModelWrapper .modelBox,
.verkaufen.productsListing .ModelWrapper .productBox,
.verkaufen.productsListing .ProductWrapper .modelBox,
.verkaufen.productsListing .ProductWrapper .productBox {
  background-color: #fff;
  border: 1px solid #fff;
  height: 100%;
  outline: 1px solid #dee2e6;
}
.listingsRed .ModelWrapper .modelBox:hover,
.listingsRed .ModelWrapper .productBox:hover,
.listingsRed .ProductWrapper .modelBox:hover,
.listingsRed .ProductWrapper .productBox:hover,
.verkaufen.productsListing .ModelWrapper .modelBox:hover,
.verkaufen.productsListing .ModelWrapper .productBox:hover,
.verkaufen.productsListing .ProductWrapper .modelBox:hover,
.verkaufen.productsListing .ProductWrapper .productBox:hover {
  border: 1px solid #63da2a;
  outline: 1px solid #63da2a;
}
.listingsRed .ModelWrapper .modelBox .boxContentLinking,
.listingsRed .ModelWrapper .productBox .boxContentLinking,
.listingsRed .ProductWrapper .modelBox .boxContentLinking,
.listingsRed .ProductWrapper .productBox .boxContentLinking,
.verkaufen.productsListing .ModelWrapper .modelBox .boxContentLinking,
.verkaufen.productsListing .ModelWrapper .productBox .boxContentLinking,
.verkaufen.productsListing .ProductWrapper .modelBox .boxContentLinking,
.verkaufen.productsListing .ProductWrapper .productBox .boxContentLinking {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.listingsRed .ModelWrapper .modelBox .boxContentLinking:hover,
.listingsRed .ModelWrapper .productBox .boxContentLinking:hover,
.listingsRed .ProductWrapper .modelBox .boxContentLinking:hover,
.listingsRed .ProductWrapper .productBox .boxContentLinking:hover,
.verkaufen.productsListing .ModelWrapper .modelBox .boxContentLinking:hover,
.verkaufen.productsListing .ModelWrapper .productBox .boxContentLinking:hover,
.verkaufen.productsListing .ProductWrapper .modelBox .boxContentLinking:hover,
.verkaufen.productsListing .ProductWrapper .productBox .boxContentLinking:hover {
  color: #000;
}
.listingsRed .ModelWrapper .modelBox .boxContentLinking .imageWrapper,
.listingsRed .ModelWrapper .productBox .boxContentLinking .imageWrapper,
.listingsRed .ProductWrapper .modelBox .boxContentLinking .imageWrapper,
.listingsRed .ProductWrapper .productBox .boxContentLinking .imageWrapper,
.verkaufen.productsListing .ModelWrapper .modelBox .boxContentLinking .imageWrapper,
.verkaufen.productsListing .ModelWrapper .productBox .boxContentLinking .imageWrapper,
.verkaufen.productsListing .ProductWrapper .modelBox .boxContentLinking .imageWrapper,
.verkaufen.productsListing .ProductWrapper .productBox .boxContentLinking .imageWrapper {
  display: flex;
  height: 180px;
  margin: 10% 6% 0;
  max-width: 88%;
  padding-bottom: 8px;
}
@media only screen and (max-width: 420px) {
  .listingsRed .ModelWrapper .modelBox .boxContentLinking .imageWrapper,
  .listingsRed .ModelWrapper .productBox .boxContentLinking .imageWrapper,
  .listingsRed .ProductWrapper .modelBox .boxContentLinking .imageWrapper,
  .listingsRed .ProductWrapper .productBox .boxContentLinking .imageWrapper,
  .verkaufen.productsListing .ModelWrapper .modelBox .boxContentLinking .imageWrapper,
  .verkaufen.productsListing .ModelWrapper .productBox .boxContentLinking .imageWrapper,
  .verkaufen.productsListing .ProductWrapper .modelBox .boxContentLinking .imageWrapper,
  .verkaufen.productsListing .ProductWrapper .productBox .boxContentLinking .imageWrapper {
    height: 100px;
    margin: 5% 5% 0;
    max-width: 90%;
  }
}
.listingsRed .ModelWrapper .modelBox .boxContentLinking .imageWrapper img,
.listingsRed .ModelWrapper .productBox .boxContentLinking .imageWrapper img,
.listingsRed .ProductWrapper .modelBox .boxContentLinking .imageWrapper img,
.listingsRed .ProductWrapper .productBox .boxContentLinking .imageWrapper img,
.verkaufen.productsListing .ModelWrapper .modelBox .boxContentLinking .imageWrapper img,
.verkaufen.productsListing .ModelWrapper .productBox .boxContentLinking .imageWrapper img,
.verkaufen.productsListing .ProductWrapper .modelBox .boxContentLinking .imageWrapper img,
.verkaufen.productsListing .ProductWrapper .productBox .boxContentLinking .imageWrapper img {
  font-size: 0.7rem;
  font-style: italic;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  overflow: hidden;
  width: 100%;
}
.listingsRed .ModelWrapper .modelBox .boxContentLinking .categoryName,
.listingsRed .ModelWrapper .productBox .boxContentLinking .categoryName,
.listingsRed .ProductWrapper .modelBox .boxContentLinking .categoryName,
.listingsRed .ProductWrapper .productBox .boxContentLinking .categoryName,
.verkaufen.productsListing .ModelWrapper .modelBox .boxContentLinking .categoryName,
.verkaufen.productsListing .ModelWrapper .productBox .boxContentLinking .categoryName,
.verkaufen.productsListing .ProductWrapper .modelBox .boxContentLinking .categoryName,
.verkaufen.productsListing .ProductWrapper .productBox .boxContentLinking .categoryName {
  align-items: flex-start;
  display: flex;
  flex-grow: 2;
  font-size: 0.9rem;
  justify-content: center;
  line-height: 1.5rem;
  padding: 7% 5%;
  text-align: center;
  word-break: break-word;
}
@media only screen and (max-width: 420px) {
  .listingsRed .ModelWrapper .modelBox .boxContentLinking .categoryName,
  .listingsRed .ModelWrapper .productBox .boxContentLinking .categoryName,
  .listingsRed .ProductWrapper .modelBox .boxContentLinking .categoryName,
  .listingsRed .ProductWrapper .productBox .boxContentLinking .categoryName,
  .verkaufen.productsListing .ModelWrapper .modelBox .boxContentLinking .categoryName,
  .verkaufen.productsListing .ModelWrapper .productBox .boxContentLinking .categoryName,
  .verkaufen.productsListing .ProductWrapper .modelBox .boxContentLinking .categoryName,
  .verkaufen.productsListing .ProductWrapper .productBox .boxContentLinking .categoryName {
    font-size: 0.84rem;
    line-height: 1.2rem;
  }
}
.attributeButton {
  coursor: pointer;
  border: 1px solid #123645;
  height: 100%;
}
.attributeButton .attributeButtonText {
  cursor: pointer;
}
.attributeButton.active {
  background: #a4ff78;
  border: 1px solid #a4ff78 !important;
}
.attributeButton.active .attributeButtonText {
  color: #123645;
}
.attributeButton.active:hover {
  background: #123645;
}
.attributeButton.active:hover .attributeButtonText {
  color: #fff;
}
.attributeButton:hover {
  background: #123645;
  border: 1px solid #123645 !important;
}
.attributeButton:hover .attributeButtonText {
  color: #fff;
}
.redCheckoutSuccess-container2 .orSign {
  align-items: center;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  display: flex;
  font-family: inherit, sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  padding: 2px 3px 3px;
  position: absolute;
  right: -21px;
  top: 42%;
  width: 42px;
}
@media only screen and (max-width: 575px) {
  .redCheckoutSuccess-container2 .orSign {
    right: 42%;
    top: 95.5%;
  }
}
.redCheckoutSuccess-container2 .qrCodeBox {
  border-right: 1px solid #e5e5e5;
}
@media only screen and (max-width: 575px) {
  .redCheckoutSuccess-container2 .qrCodeBox {
    border-bottom: 1px solid #dee2e6;
    border-right: none;
    padding-bottom: 50px;
  }
}
.redCheckoutSuccess-container2 .qrcode,
.redCheckoutSuccess-container2 .versandschein {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  display: block;
  height: 62%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 62%;
}
.redCheckoutSuccess-container2 .umweltImageBox .responsiveText {
  font-size: 3vw;
  padding: 0 20%;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 1000px) {
  .redCheckoutSuccess-container2 .umweltImageBox .responsiveText {
    font-size: 2em;
  }
}
@media only screen and (max-width: 414px) {
  .redCheckoutSuccess-container2 .umweltImageBox .responsiveText {
    font-size: 3.3vw;
  }
}
.checkout-footer.split .btn {
  margin-top: 10px;
}
.no-buy .image {
  filter: grayscale(1);
}
.no-buy .footer .btn-bottom.btn-block {
  background-color: #aaa;
}
.no-buy .footer .btn-bottom.btn-block:hover {
  box-shadow: none;
}
.no-buy:after {
  color: #666;
  content: 'î —';
  font-family: fontello;
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  left: 10rem;
  position: absolute;
  top: 1rem;
}
#buyForm {
  width: 100%;
}
.no-buy:hover:after {
  background-color: #222;
  color: #fff;
  content: 'Dies kaufen wir aktuell nicht an';
  font-size: 0.8rem;
  padding: 1rem;
  right: 2.3rem;
  top: 2rem;
}
.display_conditions span {
  border: 1px solid #63da2a;
  border-radius: 4px;
  font-size: 0.7rem;
  margin: 2px;
  padding: 5px;
  position: relative;
}
.display_conditions span:after,
.selectedcondition:after,
.step_2 input[type='radio']:checked + label:after {
  background: #fff;
  border-radius: 50%;
  color: #63da2a;
  content: 'î¥¿';
  font-family: myswooop_icons;
  font-size: 1.4rem;
  line-height: 1.2rem;
  position: absolute;
  right: -0.7rem;
  top: -0.5rem;
}
#display_conditions span:not(:last-child),
.display_conditions span:not(:last-child) {
  margin-right: 0.7rem;
}
.invalid-cart {
  border: 1px solid #ff5e31 !important;
}
footer #middleHeightFooter span.opencontact:hover {
  color: #bcff8a !important;
  text-decoration: underline;
}
footer #middleHeightFooter .footerNavComponent ul {
  margin: 0;
  padding: 0;
}
footer #middleHeightFooter .footerNavComponent ul li {
  list-style-type: none;
  padding: 4px 0;
}
footer #middleHeightFooter .footerNavComponent ul li a {
  color: #fff;
}
footer #middleHeightFooter .footerNavComponent ul li a:hover {
  color: #bcff8a;
}
footer .smallFooterContent {
  font-size: 1rem;
  line-height: 1.45rem;
}
footer .smallFooterContent span.opencontact:hover {
  color: #bcff8a !important;
  text-decoration: underline;
}
footer .smallFooterContent a {
  color: #fff;
}
footer .smallFooterContent a:hover {
  color: #bcff8a !important;
}
@media only screen and (max-width: 480px) {
  footer .smallFooterContent a {
    font-size: 0.8rem !important;
    line-height: 1.2rem !important;
  }
}
@media only screen and (max-width: 324px) {
  footer .smallFooterContent {
    padding-bottom: 52px !important;
  }
  footer .smallFooterContent .smallFooterLink {
    margin-bottom: 2px !important;
  }
}
footer button[aria-expanded='true'] i {
  transform: rotate(0deg) !important;
}
@media only screen and (max-width: 767px) {
  .blueShoppingCartContent .blueShoppingCart .blueShoppingCartButtons .buttonBase {
    width: 100%;
  }
}
.flip-clock-wrapper {
  font:
    normal 11px Helvetica Neue,
    Helvetica,
    sans-serif;
  -webkit-user-select: none;
}
.flip-clock-wrapper * {
  backface-visibility: hidden;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.flip-clock-wrapper a {
  color: #ccc;
  cursor: pointer;
  text-decoration: none;
}
.flip-clock-wrapper a:hover {
  color: #fff;
}
.flip-clock-wrapper ul {
  list-style: none;
}
.flip-clock-wrapper.clearfix {
  *zoom: 1;
}
.flip-clock-wrapper.clearfix:before {
  content: ' ';
  display: table;
}
.flip-clock-wrapper.clearfix:after {
  clear: both;
  content: ' ';
  display: table;
}
.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important;
}
.flip-clock-meridium a {
  color: #313333;
}
.flip-clock-wrapper {
  margin: 1em;
  position: relative;
  text-align: center;
}
.flip-clock-wrapper:before {
  content: ' ';
  display: table;
}
.flip-clock-wrapper:after {
  clear: both;
  content: ' ';
  display: table;
}
.flip-clock-wrapper ul {
  background: #000;
  border-radius: 6px;
  float: left;
  font-size: 80px;
  font-weight: 700;
  height: 90px;
  line-height: 87px;
  margin: 5px;
  position: relative;
  width: 60px;
}
.flip-clock-wrapper ul li {
  height: 100%;
  left: 0;
  line-height: 87px;
  position: absolute;
  text-decoration: none !important;
  top: 0;
  width: 100%;
  z-index: 1;
}
.flip-clock-wrapper ul li:first-child {
  z-index: 2;
}
.flip-clock-wrapper ul li a {
  cursor: default !important;
  display: block;
  height: 100%;
  margin: 0 !important;
  overflow: visible !important;
  perspective: 200px;
}
.flip-clock-wrapper ul li a div {
  font-size: 80px;
  height: 50%;
  left: 0;
  outline: 1px solid transparent;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.flip-clock-wrapper ul li a div .shadow {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.flip-clock-wrapper ul li a div.up {
  top: 0;
  transform-origin: 50% 100%;
}
.flip-clock-wrapper ul li a div.up:after {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  top: 44px;
  width: 100%;
  z-index: 5;
}
.flip-clock-wrapper ul li a div.down {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  bottom: 0;
  transform-origin: 50% 0;
}
.flip-clock-wrapper ul li a div div.inn {
  background-color: #333;
  border-radius: 6px;
  color: #ccc;
  font-size: 70px;
  height: 200%;
  left: 0;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 2px #000;
  width: 100%;
  z-index: 1;
}
.flip-clock-wrapper ul li a div.up div.inn {
  top: 0;
}
.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0;
}
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3;
}
.flip-clock-wrapper .flip {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}
.flip-clock-wrapper ul.play li.flip-clock-active {
  animation: asd 0.5s linear 0.5s both;
  z-index: 5;
}
.flip-clock-divider {
  display: inline-block;
  float: left;
  height: 100px;
  position: relative;
  width: 20px;
}
.flip-clock-divider:first-child {
  width: 0;
}
.flip-clock-dot {
  background: #323434;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  display: block;
  height: 10px;
  left: 5px;
  position: absolute;
  width: 10px;
}
.flip-clock-divider .flip-clock-label {
  color: #000;
  position: absolute;
  right: -110px;
  text-shadow: none;
  top: -1.5em;
}
.flip-clock-divider.minutes .flip-clock-label,
.flip-clock-divider.seconds .flip-clock-label {
  right: -110px;
}
.flip-clock-dot.top {
  top: 30px;
}
.flip-clock-dot.bottom {
  bottom: 30px;
}
@keyframes asd {
  0% {
    z-index: 2;
  }
  20% {
    z-index: 4;
  }
  to {
    z-index: 4;
  }
}
.flip-clock-wrapper ul.play li.flip-clock-active .down {
  animation: turn 0.5s linear 0.5s both;
  z-index: 2;
}
.flip-clock-wrapper ul.play li.flip-clock-before .up {
  animation: turn2 0.5s linear both;
  z-index: 2;
}
.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3;
}
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow,
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0.1)),
    color-stop(100%, #000)
  );
  background:
    linear,
    top,
    rgba(0, 0, 0, 0.1) 0,
    #000 100%;
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, #000 100%);
  background:
    linear,
    to bottom,
    rgba(0, 0, 0, 0.1) 0,
    #000 100%;
}
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  animation: hide 0.5s linear 0.3s both;
}
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  animation: show 0.5s linear both;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow,
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #000),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background:
    linear,
    top,
    #000 0,
    rgba(0, 0, 0, 0.1) 100%;
  background: -ms-linear-gradient(top, #000 0, rgba(0, 0, 0, 0.1) 100%);
  background:
    linear,
    to bottom,
    #000 0,
    rgba(0, 0, 0, 0.1) 100%;
}
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  animation: hide 0.5s linear 0.2s both;
}
@keyframes turn {
  0% {
    transform: rotateX(90deg);
  }
  to {
    transform: rotateX(0deg);
  }
}
@keyframes turn2 {
  0% {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(-90deg);
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#cookie_consent_banner {
  background-color: #062734;
  bottom: 0;
  max-height: 95vh;
  opacity: 0.95;
  position: fixed;
  text-align: center;
  width: 100vw;
  z-index: 11;
}
@media only screen and (max-width: 480px) {
  #cookie_consent_banner {
    overflow: auto;
  }
  #cookie_consent_banner .font7-responsive {
    line-height: 1.1rem;
  }
  #cookie_consent_banner .bannerTextBox {
    overflow: auto;
  }
}
#cookielist {
  border: 1px solid #e5e5e5;
}
.breadcrumbWrapper {
  border-top: 1px solid #eee;
}
#headerDesktop .navBarPrimaryDesktop {
  align-items: center;
  display: flex;
}
#headerDesktop .navBarPrimaryDesktop .headerLogo {
  height: 60px;
  max-width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 9px 0 7px;
}
#headerDesktop .navBarPrimaryDesktop .helpButton,
#headerDesktop .navBarPrimaryDesktop .kaufenButton,
#headerDesktop .navBarPrimaryDesktop .storesButton,
#headerDesktop .navBarPrimaryDesktop .verkaufenButton {
  align-items: center;
  display: flex;
  font-weight: 600;
  height: 100%;
  padding: 10px 12px;
}
#headerDesktop .navBarPrimaryDesktop .helpButton:hover,
#headerDesktop .navBarPrimaryDesktop .kaufenButton:hover,
#headerDesktop .navBarPrimaryDesktop .storesButton:hover,
#headerDesktop .navBarPrimaryDesktop .verkaufenButton:hover {
  text-decoration: underline;
  text-decoration-color: #63da2a;
}
#headerDesktop .navBarPrimaryDesktop .helpButton:active,
#headerDesktop .navBarPrimaryDesktop .kaufenButton:active,
#headerDesktop .navBarPrimaryDesktop .storesButton:active,
#headerDesktop .navBarPrimaryDesktop .verkaufenButton:active {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #63da2a;
}
#headerDesktop .navBarPrimaryDesktop .wrapperIcons {
  align-items: center;
  color: #123645;
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}
#headerDesktop .navBarPrimaryDesktop .wrapperIcons i {
  cursor: pointer;
}
#headerDesktop .navBarPrimaryDesktop .wrapperIcons .icon-herz {
  font-size: 1.5em;
  margin-right: 5px;
}
#headerDesktop .navBarPrimaryDesktop .wrapperIcons .icon-brand_shopping {
  font-size: 1.5em;
}
#headerDesktop .navBarPrimaryDesktop .wrapperIcons .icon-brand_user {
  font-size: 1.5em;
  margin-right: 5px;
}
#headerDesktop .navBarPrimaryDesktop #cartcount_indicator.active {
  right: 0;
}
#headerDesktop .navBarSecondaryDesktop {
  align-items: center;
  color: #fff;
  display: flex;
  height: 50px;
  overflow: hidden;
}
#headerDesktop .navBarSecondaryDesktop .navBarSecondaryWrapper {
  display: flex;
  height: inherit;
  justify-content: space-between;
}
#headerDesktop .navBarSecondaryDesktop .navBarSecondaryWrapper .mainCatMenuButton {
  align-items: center;
  background-color: #2a4a58;
  color: #bcff8a;
  display: flex;
  height: inherit;
  justify-content: center;
  padding: 0 22px 0 16px;
  width: 180px;
}
#headerDesktop .navBarSecondaryDesktop .navBarSecondaryWrapper .catmenu {
  margin-top: 50px;
  z-index: 1000;
}
#headerDesktop .navBarSecondaryDesktop .navBarSecondaryWrapper .catmenu a:hover {
  background: none;
}
#headerDesktop .navBarSecondaryDesktop .navBarSecondaryWrapper .catmenu .catmenu_icon {
  color: #123645;
}
#headerDesktop .navBarSecondaryDesktop .navBarSecondaryWrapper .catmenu a.dropdown-item {
  font-size: 0.83rem;
  line-height: 1rem;
}
#headerDesktop .navBarSecondaryDesktop .navBarSecondaryWrapper .simpleMenuLinksArea {
  flex-grow: 2;
  height: inherit;
  overflow: hidden;
}
#headerDesktop .navBarSecondaryDesktop .navBarSecondaryWrapper .simpleMenuLinksArea .simpleMenuLinksWrapper {
  display: flex;
  height: inherit;
  overflow: hidden;
}
#headerDesktop
  .navBarSecondaryDesktop
  .navBarSecondaryWrapper
  .simpleMenuLinksArea
  .simpleMenuLinksWrapper
  ul.NavLinks {
  align-items: center;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#headerDesktop
  .navBarSecondaryDesktop
  .navBarSecondaryWrapper
  .simpleMenuLinksArea
  .simpleMenuLinksWrapper
  ul.NavLinks
  li {
  height: 100%;
}
#headerDesktop
  .navBarSecondaryDesktop
  .navBarSecondaryWrapper
  .simpleMenuLinksArea
  .simpleMenuLinksWrapper
  ul.NavLinks
  li
  a {
  align-items: center;
  color: #fff;
  display: flex;
  margin: 0 3px;
  padding: 2px 9px;
  white-space: nowrap;
}
#headerDesktop
  .navBarSecondaryDesktop
  .navBarSecondaryWrapper
  .simpleMenuLinksArea
  .simpleMenuLinksWrapper
  ul.NavLinks
  li
  a:hover {
  background: #123645;
  color: #bcff8a !important;
}
#headerDesktop .navBarSecondaryDesktop .navBarSecondaryWrapper .simpleMenuLinksArea .simpleMenuLinksWrapper a {
  align-items: center;
  color: #fff;
  display: flex;
  height: inherit;
  margin: 0 3px;
  padding: 2px 6px;
}
#headerDesktop .navBarSecondaryDesktop .navBarSecondaryWrapper .simpleMenuLinksArea .simpleMenuLinksWrapper a:hover {
  background: #454545;
}
#headerDesktop .navBarSecondaryDesktop .navBarSecondaryWrapper .dealHintWrapper {
  align-items: center;
  display: flex;
  padding: 0 20px;
  text-align: right;
}
#headerDesktop .navBarSecondaryDesktop .navBarSecondaryWrapper .dealHintWrapper .dealHint {
  display: inline-block;
  font-weight: 600;
  height: 2.5rem;
  line-height: 2.5rem;
  padding: 0 1rem;
  white-space: nowrap;
}
#headerDesktop .navBarSecondaryDesktop .navBarSecondaryWrapper .dealHintWrapper .dealHint a {
  color: #fff;
}
#headerDesktop .fixedHeaderPart {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  z-index: 1001;
}
.mobileHeaderSlider {
  height: 30px;
  max-height: 30px;
  overflow: hidden;
}
.NavLogoButtons {
  height: 50px;
  overflow: hidden;
}
.NavLogoButtons .navButtonMobile {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  z-index: 2;
}
.NavLogoButtons .navButtonMobile .icon-menu {
  font-size: 1.4em;
}
.NavLogoButtons .logoWrapperMobile {
  align-items: center;
  display: flex;
  justify-content: center;
}
.NavLogoButtons .logoWrapperMobile .headerLogo {
  height: 32px;
  margin: auto;
}
.NavLogoButtons .wrapperIconsMobile {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.NavLogoButtons .wrapperIconsMobile .icon-herz {
  font-size: 1.5em;
  margin-right: 4px;
}
.NavLogoButtons .wrapperIconsMobile .icon-brand_shopping {
  font-size: 1.5em;
}
.searchField {
  background-color: #062734;
  min-height: 50px;
  transition: 0.3s;
}
.searchField .searchBarMobile {
  align-items: center;
  display: flex;
}
#cartcount_indicator.active {
  background-color: #27d627;
  border-radius: 50%;
  box-shadow: 0 0 8px 3px green;
  height: 5px;
  position: absolute;
  right: 16px;
  top: 0.75rem;
  width: 5px;
}
.popUpWrapper .wrapper_header,
.popUpWrapperBig .wrapper_header,
.popUpWrapperMobile .wrapper_header {
  background: #123645;
  position: sticky;
  top: 0;
  z-index: 2;
}
.popUpWrapper .wrapper_footer,
.popUpWrapperBig .wrapper_footer,
.popUpWrapperMobile .wrapper_footer {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  bottom: 0;
  box-shadow: 0 1px 6px 0;
  padding: 10px;
  position: sticky;
  z-index: 50;
}
.popUpWrapperPositioningFrame {
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 1000;
}
.popUpWrapper {
  background: #fff;
  border-top: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.35);
  margin-top: 0;
  max-height: calc(100vh - 186px);
  min-width: 400px;
  overflow: auto;
}
.popUpWrapper .redSellButtonRow,
.popUpWrapper .versandBoxHeadline {
  display: none;
}
.popUpWrapperBig,
.popUpWrapperDesktopCheckout {
  left: 0;
  margin: auto;
  max-width: 1100px;
  right: 0;
  top: 50px;
  z-index: 1002;
}
.popUpWrapperBig,
.popUpWrapperDesktopCheckout,
.popUpWrapperMobile {
  background: #fff;
  border-top: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.35);
  max-height: 90vh;
  overflow: auto;
  position: fixed !important;
  width: 96%;
}
.popUpWrapperMobile {
  margin: 2%;
  z-index: 3000;
}
@media only screen and (max-width: 500px) {
  .swal-modal.fullwidthmobile {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
.fullwidthmobile .swal-content {
  margin: 0;
  padding: 0;
}
.loginSection {
  max-width: 480px;
}
.loginSection .hint {
  left: 2rem !important;
}
.invalid-feedback-empty {
  color: #ff5e31;
}
.LoginIframeSocial {
  width: 100%;
}
.border-brand_green_neon_light {
  border: 1px solid #e1fbce !important;
}
.border-brand_green_neon {
  border: 1px solid #bcff8a !important;
}
.border-brand_green_button {
  border: 1px solid #a4ff78 !important;
}
.border-brand_green_hover {
  border: 1px solid #63da2a !important;
}
.border-brand_beige_light {
  border: 1px solid #f4f1ef !important;
}
.border-brand_beige_hover {
  border: 1px solid #f2eae6 !important;
}
.border-brand_beige_organic {
  border: 1px solid #e6d6cf !important;
}
.border-brand_beige_background {
  border: 1px solid #fbfaf9 !important;
}
.border-brand_apricot_warm {
  border: 1px solid #ffc2a5 !important;
}
.border-brand_apricot_warm_dark {
  border: 1px solid #ff9a6a !important;
}
.border-brand_red {
  border: 1px solid #dd3000 !important;
}
.border-brand_red_hover {
  border: 1px solid #9d2f10 !important;
}
.border-brand_deep_blue_dark {
  border: 1px solid #062734 !important;
}
.border-brand_deep_blue {
  border: 1px solid #123645 !important;
}
.border-brand_deep_blue_light {
  border: 1px solid #2a4a58 !important;
}
.border-brand_deep_blue_lighter {
  border: 1px solid #4c6c7a !important;
}
.border-brand_light_blue {
  border: 1px solid #e3e9f0 !important;
}
.border-brand_denim_blue {
  border: 1px solid #7590b3 !important;
}
.border-brand_link_blue {
  border: 1px solid #089bd8 !important;
}
.border-brand_outline {
  border: 1px solid #dee2e6 !important;
}
.border-brand_background {
  border: 1px solid #fbfaf9 !important;
}
.border-primary {
  border: 1px solid #123645 !important;
}
.border-primary-dark {
  border: 1px solid #062734 !important;
}
.border-secondary {
  border: 1px solid #6c757d !important;
}
.border-success {
  border: 1px solid #a4ff78 !important;
}
.border-info {
  border: 1px solid #089bd8 !important;
}
.border-warning {
  border: 1px solid #ff9a6a !important;
}
.border-danger {
  border: 1px solid #ff5e31 !important;
}
.border-danger-dark {
  border: 1px solid #9d2f10 !important;
}
.border-light {
  border: 1px solid #f4f1ef !important;
}
.border-dark {
  border: 1px solid #062734 !important;
}
.border-background {
  border: 1px solid #fbfaf9 !important;
}
.bg-brand_green_neon_light {
  background-color: #e1fbce !important;
}
.bg-brand_green_neon {
  background-color: #bcff8a !important;
}
.bg-brand_green_button {
  background-color: #a4ff78 !important;
}
.bg-brand_green_hover {
  background-color: #63da2a !important;
}
.bg-brand_beige_light {
  background-color: #f4f1ef !important;
}
.bg-brand_beige_hover {
  background-color: #f2eae6 !important;
}
.bg-brand_beige_organic {
  background-color: #e6d6cf !important;
}
.bg-brand_beige_background {
  background-color: #fbfaf9 !important;
}
.bg-brand_apricot_warm {
  background-color: #ffc2a5 !important;
}
.bg-brand_apricot_warm_dark {
  background-color: #ff9a6a !important;
}
.bg-brand_red {
  background-color: #dd3000 !important;
}
.bg-brand_red_hover {
  background-color: #9d2f10 !important;
}
.bg-brand_deep_blue_dark {
  background-color: #062734 !important;
}
.bg-brand_deep_blue {
  background-color: #123645 !important;
}
.bg-brand_deep_blue_light {
  background-color: #2a4a58 !important;
}
.bg-brand_deep_blue_lighter {
  background-color: #4c6c7a !important;
}
.bg-brand_light_blue {
  background-color: #e3e9f0 !important;
}
.bg-brand_denim_blue {
  background-color: #7590b3 !important;
}
.bg-brand_link_blue {
  background-color: #089bd8 !important;
}
.bg-brand_outline {
  background-color: #dee2e6 !important;
}
.bg-brand_background {
  background-color: #fbfaf9 !important;
}
.bg-primary {
  background-color: #123645 !important;
}
.bg-primary-dark {
  background-color: #062734 !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #a4ff78 !important;
}
.bg-info {
  background-color: #089bd8 !important;
}
.bg-warning {
  background-color: #ff9a6a !important;
}
.bg-danger {
  background-color: #ff5e31 !important;
}
.bg-danger-dark {
  background-color: #9d2f10 !important;
}
.bg-light {
  background-color: #f4f1ef !important;
}
.bg-dark {
  background-color: #062734 !important;
}
.bg-background {
  background-color: #fbfaf9 !important;
}
.bg-red {
  background-color: #dd3000;
}
.bg-red-hover:hover {
  background-color: #9d2f10;
  transition: 0.2s;
}
.bg-pink-hover:hover {
  background-color: #ff4e64;
  transition: 0.2s;
}
.bg-green {
  background-color: #63da2a;
}
.bg-greenGoEco1 {
  background-color: #91ec60;
}
.bg-greenGoEco2 {
  background-color: #6dcc3b;
}
.bg-greenGoEco3 {
  background-color: #60b139;
}
.bg-greenGoEco4 {
  background-color: #0e822d;
}
.bg-greenGoEco5 {
  background-color: #13602c;
}
.bg-greenGoEco6 {
  background-color: #0b3817;
}
.fc-brand_green_neon_light {
  color: #e1fbce !important;
}
.fc-brand_green_neon {
  color: #bcff8a !important;
}
.fc-brand_green_button {
  color: #a4ff78 !important;
}
.fc-brand_green_hover {
  color: #63da2a !important;
}
.fc-brand_beige_light {
  color: #f4f1ef !important;
}
.fc-brand_beige_hover {
  color: #f2eae6 !important;
}
.fc-brand_beige_organic {
  color: #e6d6cf !important;
}
.fc-brand_beige_background {
  color: #fbfaf9 !important;
}
.fc-brand_apricot_warm {
  color: #ffc2a5 !important;
}
.fc-brand_apricot_warm_dark {
  color: #ff9a6a !important;
}
.fc-brand_red {
  color: #dd3000 !important;
}
.fc-brand_red_hover {
  color: #9d2f10 !important;
}
.fc-brand_deep_blue_dark {
  color: #062734 !important;
}
.fc-brand_deep_blue {
  color: #123645 !important;
}
.fc-brand_deep_blue_light {
  color: #2a4a58 !important;
}
.fc-brand_deep_blue_lighter {
  color: #4c6c7a !important;
}
.fc-brand_light_blue {
  color: #e3e9f0 !important;
}
.fc-brand_denim_blue {
  color: #7590b3 !important;
}
.fc-brand_link_blue {
  color: #089bd8 !important;
}
.fc-brand_outline {
  color: #dee2e6 !important;
}
.fc-brand_background {
  color: #fbfaf9 !important;
}
.fc-primary {
  color: #123645 !important;
}
.fc-primary-dark {
  color: #062734 !important;
}
.fc-secondary {
  color: #6c757d !important;
}
.fc-success {
  color: #a4ff78 !important;
}
.fc-info {
  color: #089bd8 !important;
}
.fc-warning {
  color: #ff9a6a !important;
}
.fc-danger {
  color: #ff5e31 !important;
}
.fc-danger-dark {
  color: #9d2f10 !important;
}
.fc-light {
  color: #f4f1ef !important;
}
.fc-dark {
  color: #062734 !important;
}
.fc-background {
  color: #fbfaf9 !important;
}
.fc-white {
  color: #fff !important;
}
.fc-gray {
  color: #495057;
}
.fc-gray1 {
  color: #6c757d;
}
.fc-green {
  color: #63da2a;
}
.fc-green2 {
  color: #a4ff78;
}
.fc-orange,
.orange {
  color: #ffc2a5;
}
.fc-red {
  color: #dd3000;
}
.fc-darkRed {
  color: #9d2f10;
}
.fc-black {
  color: #000 !important;
}
.fc-tuerkis {
  color: #4fbfb1;
}
.rose-highlight {
  color: #ffc2a5;
}
.greyish_text {
  color: #495057;
}
.blueSeoTextWrapper a,
.link-gray,
.link-in-text {
  color: #123645 !important;
  cursor: pointer;
  font-style: italic;
  text-decoration: underline !important;
}
.blueSeoTextWrapper a:hover,
.link-gray:hover,
.link-in-text:hover {
  color: #4c6c7a !important;
  text-decoration: underline !important;
}
.link-white {
  color: #fff;
  text-decoration: underline;
}
.link-white:hover {
  color: #bcff8a;
  text-decoration: underline;
}
.link-blue {
  color: #123645;
  cursor: pointer;
  text-decoration: underline;
}
.link-blue:hover {
  color: #000;
  text-decoration: underline;
}
.border-gray {
  border: 1px solid #adb5bd;
}
.greyed {
  filter: grayscale(1);
}
.greyed-50 {
  filter: grayscale(0.5);
}
.text-black {
  color: #000 !important;
}
.bg-klarna {
  background-color: rgba(255, 112, 152, 0.53) !important;
}
.strong,
strong {
  font-weight: 600 !important;
}
.stronger {
  font-weight: 900 !important;
}
.h0 {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 4.2rem;
  text-transform: none;
}
.h1,
h1 {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 3.125rem;
  text-transform: uppercase;
}
.h2,
h2 {
  font-size: 2rem;
  line-height: 2.5rem;
}
.h2,
.h3,
h2,
h3 {
  font-weight: 900;
  text-transform: none;
}
.h3,
h3 {
  font-size: 1.75rem;
  line-height: 2.3rem;
}
.h4,
h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.h4,
.h5,
h4,
h5 {
  font-weight: 600;
  text-transform: none;
}
.h5,
h5 {
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.h6,
h6 {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-transform: none;
}
.h0-responsive {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 4.2rem;
}
@media only screen and (max-width: 480px) {
  .h0-responsive {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
.h1-responsive {
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 3.125rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 480px) {
  .h1-responsive {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
.h2-responsive {
  font-size: 2rem;
  font-weight: 900;
  line-height: 2.5rem;
  text-transform: none;
}
@media only screen and (max-width: 480px) {
  .h2-responsive {
    font-size: 1.5rem;
    line-height: 1.85rem;
  }
}
.blueSeoTextWrapper h2,
.h3-responsive {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2.3rem;
  text-transform: none;
}
@media only screen and (max-width: 480px) {
  .blueSeoTextWrapper h2,
  .h3-responsive {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
}
.blueSeoTextWrapper h3,
.h4-responsive {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
  text-transform: none;
}
@media only screen and (max-width: 480px) {
  .blueSeoTextWrapper h3,
  .h4-responsive {
    font-size: 1.15rem;
    line-height: 1.5rem;
  }
}
.blueSeoTextWrapper h4,
.h5-responsive {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-transform: none;
}
@media only screen and (max-width: 480px) {
  .blueSeoTextWrapper h4,
  .h5-responsive {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
.blueSeoTextWrapper h5,
.h6-responsive {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-transform: none;
}
@media only screen and (max-width: 480px) {
  .blueSeoTextWrapper h5,
  .h6-responsive {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}
.h7-responsive {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45rem;
  text-transform: none;
}
@media only screen and (max-width: 480px) {
  .h7-responsive {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}
.h7 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45rem;
  text-transform: none;
}
.font0 {
  font-size: 3.4rem;
}
.font1 {
  font-size: 2.25rem;
}
.font2 {
  font-size: 2rem;
}
.font3 {
  font-size: 1.75rem;
}
.font4 {
  font-size: 1.5rem;
  line-height: 2.3rem;
}
.font5 {
  font-size: 1.25rem;
  line-height: 1.9rem;
}
.font6 {
  font-size: 1rem;
  line-height: 1.45rem;
}
.font7 {
  font-size: 0.85rem;
  line-height: 1.35rem;
}
.font8 {
  font-size: 0.8rem;
  line-height: 1.2rem !important;
}
.font4-responsive {
  font-size: 1.5rem !important;
  line-height: 2.3rem !important;
}
@media only screen and (max-width: 480px) {
  .font4-responsive {
    font-size: 1.2rem !important;
    line-height: 1.6rem !important;
  }
}
.font5-responsive {
  font-size: 1.125rem !important;
  line-height: 1.8rem !important;
}
@media only screen and (max-width: 480px) {
  .font5-responsive {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}
@media only screen and (min-width: 1200px) {
  .font-xl-5 {
    font-size: 1.3rem !important;
  }
}
.blueSeoTextWrapper p,
.font6-responsive {
  font-size: 1rem !important;
  line-height: 1.45rem !important;
}
@media only screen and (max-width: 480px) {
  .blueSeoTextWrapper p,
  .font6-responsive {
    font-size: 0.9rem !important;
    line-height: 1.36rem !important;
  }
}
.font7-responsive {
  font-size: 0.85rem !important;
  line-height: 1.35rem !important;
}
@media only screen and (max-width: 480px) {
  .font7-responsive {
    font-size: 0.8rem !important;
    line-height: 1.2rem !important;
  }
}
.font8-responsive {
  font-size: 0.8rem !important;
  line-height: 1.2rem !important;
}
@media only screen and (max-width: 480px) {
  .font8-responsive {
    font-size: 0.7rem !important;
    line-height: 1rem !important;
  }
}
@media only screen and (max-width: 340px) {
  .font8-responsive {
    font-size: 0.65rem !important;
    line-height: 0.9rem !important;
  }
}
.textsh-b {
  text-shadow: 1px 1px 3px #000;
}
.textsh-w {
  text-shadow: 1px 1px 3px #fff;
}
.boldhover:hover {
  font-weight: 600;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
.display-5 {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.4;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
.blueCheckout input,
.infoPageContent input,
.loginSection input,
.myAccount input,
.redCheckout input,
.redCheckoutVue input,
.sidebar input,
.sitebarFiltersMobile input,
.styleguideContent input {
  background-color: #fbfaf9;
  height: 48px;
  min-height: 48px !important;
}
.blueCheckout input[type='radio'],
.infoPageContent input[type='radio'],
.loginSection input[type='radio'],
.myAccount input[type='radio'],
.redCheckout input[type='radio'],
.redCheckoutVue input[type='radio'],
.sidebar input[type='radio'],
.sitebarFiltersMobile input[type='radio'],
.styleguideContent input[type='radio'] {
  height: auto;
}
.blueCheckout input[type='checkbox'] ~ label[class='custom-control-label'],
.infoPageContent input[type='checkbox'] ~ label[class='custom-control-label'],
.loginSection input[type='checkbox'] ~ label[class='custom-control-label'],
.myAccount input[type='checkbox'] ~ label[class='custom-control-label'],
.redCheckout input[type='checkbox'] ~ label[class='custom-control-label'],
.redCheckoutVue input[type='checkbox'] ~ label[class='custom-control-label'],
.sidebar input[type='checkbox'] ~ label[class='custom-control-label'],
.sitebarFiltersMobile input[type='checkbox'] ~ label[class='custom-control-label'],
.styleguideContent input[type='checkbox'] ~ label[class='custom-control-label'] {
  padding-left: 15px;
}
.blueCheckout input[type='checkbox'] ~ label[class='custom-control-label']:before,
.infoPageContent input[type='checkbox'] ~ label[class='custom-control-label']:before,
.loginSection input[type='checkbox'] ~ label[class='custom-control-label']:before,
.myAccount input[type='checkbox'] ~ label[class='custom-control-label']:before,
.redCheckout input[type='checkbox'] ~ label[class='custom-control-label']:before,
.redCheckoutVue input[type='checkbox'] ~ label[class='custom-control-label']:before,
.sidebar input[type='checkbox'] ~ label[class='custom-control-label']:before,
.sitebarFiltersMobile input[type='checkbox'] ~ label[class='custom-control-label']:before,
.styleguideContent input[type='checkbox'] ~ label[class='custom-control-label']:before {
  border-color: #adb5bd;
  border-radius: 4px;
  width: 2.2em;
}
.blueCheckout input[type='checkbox'] ~ label[class='custom-control-label']:after,
.infoPageContent input[type='checkbox'] ~ label[class='custom-control-label']:after,
.loginSection input[type='checkbox'] ~ label[class='custom-control-label']:after,
.myAccount input[type='checkbox'] ~ label[class='custom-control-label']:after,
.redCheckout input[type='checkbox'] ~ label[class='custom-control-label']:after,
.redCheckoutVue input[type='checkbox'] ~ label[class='custom-control-label']:after,
.sidebar input[type='checkbox'] ~ label[class='custom-control-label']:after,
.sitebarFiltersMobile input[type='checkbox'] ~ label[class='custom-control-label']:after,
.styleguideContent input[type='checkbox'] ~ label[class='custom-control-label']:after {
  background-color: #fff;
  border: 1px solid #adb5bd;
  border-radius: 4px;
}
.blueCheckout input[type='checkbox']:checked ~ .custom-control-label:before,
.infoPageContent input[type='checkbox']:checked ~ .custom-control-label:before,
.loginSection input[type='checkbox']:checked ~ .custom-control-label:before,
.myAccount input[type='checkbox']:checked ~ .custom-control-label:before,
.redCheckout input[type='checkbox']:checked ~ .custom-control-label:before,
.redCheckoutVue input[type='checkbox']:checked ~ .custom-control-label:before,
.sidebar input[type='checkbox']:checked ~ .custom-control-label:before,
.sitebarFiltersMobile input[type='checkbox']:checked ~ .custom-control-label:before,
.styleguideContent input[type='checkbox']:checked ~ .custom-control-label:before {
  background-color: #fff !important;
  border-color: #123645;
}
.blueCheckout input[type='checkbox']:checked ~ .custom-control-label:after,
.infoPageContent input[type='checkbox']:checked ~ .custom-control-label:after,
.loginSection input[type='checkbox']:checked ~ .custom-control-label:after,
.myAccount input[type='checkbox']:checked ~ .custom-control-label:after,
.redCheckout input[type='checkbox']:checked ~ .custom-control-label:after,
.redCheckoutVue input[type='checkbox']:checked ~ .custom-control-label:after,
.sidebar input[type='checkbox']:checked ~ .custom-control-label:after,
.sitebarFiltersMobile input[type='checkbox']:checked ~ .custom-control-label:after,
.styleguideContent input[type='checkbox']:checked ~ .custom-control-label:after {
  background-color: #63da2a !important;
}
.blueCheckout .custom-control-input:checked ~ .custom-control-label.green-radio:before,
.infoPageContent .custom-control-input:checked ~ .custom-control-label.green-radio:before,
.loginSection .custom-control-input:checked ~ .custom-control-label.green-radio:before,
.myAccount .custom-control-input:checked ~ .custom-control-label.green-radio:before,
.redCheckout .custom-control-input:checked ~ .custom-control-label.green-radio:before,
.redCheckoutVue .custom-control-input:checked ~ .custom-control-label.green-radio:before,
.sidebar .custom-control-input:checked ~ .custom-control-label.green-radio:before,
.sitebarFiltersMobile .custom-control-input:checked ~ .custom-control-label.green-radio:before,
.styleguideContent .custom-control-input:checked ~ .custom-control-label.green-radio:before {
  background-color: #fff;
  border-color: #a4ff78;
}
.blueCheckout .custom-radio .custom-control-input:checked ~ .custom-control-label:after,
.infoPageContent .custom-radio .custom-control-input:checked ~ .custom-control-label:after,
.loginSection .custom-radio .custom-control-input:checked ~ .custom-control-label:after,
.myAccount .custom-radio .custom-control-input:checked ~ .custom-control-label:after,
.redCheckout .custom-radio .custom-control-input:checked ~ .custom-control-label:after,
.redCheckoutVue .custom-radio .custom-control-input:checked ~ .custom-control-label:after,
.sidebar .custom-radio .custom-control-input:checked ~ .custom-control-label:after,
.sitebarFiltersMobile .custom-radio .custom-control-input:checked ~ .custom-control-label:after,
.styleguideContent .custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2363DA2A'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 20px;
}
.blueCheckout .custom-control-label:before,
.infoPageContent .custom-control-label:before,
.loginSection .custom-control-label:before,
.myAccount .custom-control-label:before,
.redCheckout .custom-control-label:before,
.redCheckoutVue .custom-control-label:before,
.sidebar .custom-control-label:before,
.sitebarFiltersMobile .custom-control-label:before,
.styleguideContent .custom-control-label:before {
  background-color: #fff;
  border: 1px solid #adb5bd;
  content: '';
  display: block;
  height: 1.5rem;
  left: -2rem;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1.5rem;
}
.blueCheckout .custom-control-label:after,
.infoPageContent .custom-control-label:after,
.loginSection .custom-control-label:after,
.myAccount .custom-control-label:after,
.redCheckout .custom-control-label:after,
.redCheckoutVue .custom-control-label:after,
.sidebar .custom-control-label:after,
.sitebarFiltersMobile .custom-control-label:after,
.styleguideContent .custom-control-label:after {
  content: '';
  display: block;
  height: 1rem;
  left: -1.75rem;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}
.fancySelectWrapper .fieldHint {
  background-color: #fff;
  display: none;
  font-size: 11px;
  padding: 0 5px;
  position: relative;
  right: -10px;
  top: 11px;
  z-index: 2;
}
.fancySelectWrapper .fancySelect {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.fancySelectWrapper .fancySelect .fancySelectField {
  border: 1px solid #ced4da;
  border-radius: 5px;
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 10px 6px 10px 16px;
  width: 100%;
}
.fancySelectWrapper .fancySelect .fancySelectField a:hover {
  color: #123645;
  text-decoration: none;
}
.fancySelectWrapper .fancySelect .fancySelectField i {
  color: #123645;
  float: right;
}
.fancySelectWrapper .fancySelect .fancySelectField i:first-child {
  color: #63da2a;
  font-size: 26px;
  margin: -6px;
}
.fancySelectWrapper .fancySelect .fancyOptionsWrapper {
  box-shadow: 1px 1px 4px #c7c7c7;
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
.fancySelectWrapper .fancySelect .fancyOptionsWrapper .fancyOptionField {
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  height: 46px;
  padding: 8px 16px;
}
.fancySelectWrapper .fancySelect .fancyOptionsWrapper .fancyOptionField:last-child {
  border-bottom: none;
}
.fancySelectWrapper .fancySelect .fancyOptionsWrapper .fancyOptionField:hover {
  text-decoration: none !important;
}
.fancySelectWrapper .fancySelect .fancyOptionsWrapper .fancyOptionField .fancyOptionField_icon {
  height: 20px;
  margin-right: 0.5rem;
  width: 20px;
}
.fancyCheckboxWrapper [type='checkbox'] + label {
  position: relative;
}
.fancyCheckboxWrapper [type='checkbox'] {
  -webkit-appearance: none;
  left: 15px;
  position: relative;
  top: -4px;
  z-index: 0;
}
.fancyCheckboxWrapper [type='checkbox'] + label:before {
  background-image: url(../images/icons/check-box.svg);
  content: '';
  display: block;
  float: left;
  height: 24px;
  margin-left: 0;
  margin-right: 12px;
  position: relative;
  width: 24px;
  z-index: 5;
}
.fancyCheckboxWrapper [type='checkbox']:checked + label:before {
  background-image: url(../images/icons/check-box-checked.svg);
}
select {
  text-transform: none;
}
.form-control.is-valid.was-validated,
.was-validated.form-control:valid {
  background-image: url(../images/_new_brand/icons/input_checked_icon.svg) !important;
  border: 1px solid #123645;
}
.form-control.is-invalid.was-validated,
.was-validated.form-control:invalid {
  background-image: url(../images/_new_brand/icons/input_fail_icon.svg) !important;
  border: 1px solid #ff5e31;
}
#priceRangeSlider .noUi-base {
  height: 20px;
  margin-top: -10px;
}
#priceRangeSlider .noUi-handle {
  margin-top: 10px;
}
.priceChart {
  align-items: flex-end;
  display: flex;
  height: 100px;
}
.priceChart .balken {
  background-color: #63da2a;
  display: inline-block;
  height: 0;
  margin-right: 1%;
  max-height: 100%;
  width: 4%;
}
.form-control:focus {
  border-color: #062734;
  box-shadow: 0 0 1px 1px #062734;
}
.v-field__input {
  border: none;
}
.v-field__field {
  background-color: #fbfaf9;
}
.was-validated.is-valid .v-field__outline,
.was-validated.is-valid .v-field__outline .v-field__outline__end,
.was-validated.is-valid .v-field__outline .v-field__outline__notch:after,
.was-validated.is-valid .v-field__outline .v-field__outline__notch:before,
.was-validated.is-valid .v-field__outline .v-field__outline__start {
  border-color: #123645;
}
.was-validated.is-invalid .v-field__outline,
.was-validated.is-invalid .v-field__outline .v-field__outline__end,
.was-validated.is-invalid .v-field__outline .v-field__outline__notch:after,
.was-validated.is-invalid .v-field__outline .v-field__outline__notch:before,
.was-validated.is-invalid .v-field__outline .v-field__outline__start {
  border-color: #ff5e31;
}
.was-validated.is-valid .v-field__input {
  background-image: url(../images/_new_brand/icons/input_checked_icon.svg) !important;
}
.was-validated.is-invalid .v-field__input,
.was-validated.is-valid .v-field__input {
  background-position: center right calc(0.375em + 0.1875rem);
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated.is-invalid .v-field__input {
  background-image: url(../images/_new_brand/icons/input_fail_icon.svg) !important;
}
.v-select input {
  background-color: inherit;
  border: 0;
}
.v-select .v-input__control {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.v-select .v-field-label--floating {
  background: #fff;
  color: #123645 !important;
  left: -4px;
  padding: 0 3px;
  top: -9px !important;
  visibility: visible !important;
}
.v-select .v-select__selection:first-child {
  margin-top: -12px;
}
.swal_buttons_matched .swal-button-container,
.swal_buttons_matched button {
  background-color: #123645;
  color: #fff;
  width: 100%;
}
.swal_buttons_matched .swal-button-container:hover,
.swal_buttons_matched button:hover {
  background-color: #062734;
}
.swal-button:not([disabled]):hover {
  background-color: #062734 !important;
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.btn-danger.swal-button:not([disabled]):hover {
  background-color: #c42a00;
}
.sweet-alert {
  background-color: #fff;
  border-radius: 5px;
  display: none;
  font-family:
    PT Sans,
    sans-serif;
  left: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  padding: 17px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 478px;
  z-index: 2000;
}
@media (max-width: 540px) {
  .sweet-alert {
    left: 15px;
    margin-left: 0;
    margin-right: 0;
    right: 15px;
    width: auto;
  }
}
.sweet-alert h2 {
  color: #575757;
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin: 25px 0;
  text-transform: none;
}
.sweet-alert h2,
.sweet-alert p {
  padding: 0;
  position: relative;
  text-align: center;
}
.sweet-alert p {
  color: #797979;
  float: none;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  text-align: inherit;
}
.sweet-alert button {
  background-color: #dd3000;
  border: none;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  margin: 26px 5px 0;
  padding: 10px 32px;
}
.sweet-alert button:focus {
  box-shadow:
    0 0 2px rgba(128, 179, 235, 0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  outline: none;
}
.sweet-alert button:hover {
  background-color: #ce2d00;
}
.sweet-alert button:active {
  background-color: #aa2500;
}
.sweet-alert button.cancel {
  background-color: #d0d0d0;
}
.sweet-alert button.cancel:hover {
  background-color: #c8c8c8;
}
.sweet-alert button.cancel:active {
  background-color: #b7b7b7;
}
.sweet-alert button.cancel:focus {
  box-shadow:
    0 0 2px rgba(197, 205, 211, 0.8),
    inset 0 0 0 1px rgba(0, 0, 0, 0.047) !important;
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
.sweet-alert[data-has-cancel-button='false'] button {
  box-shadow: none !important;
}
.sweet-alert .icon {
  border: 4px solid gray;
  border-radius: 50%;
  box-sizing: content-box;
  height: 80px;
  margin: 20px auto;
  padding: 0;
  position: relative;
  width: 80px;
}
.sweet-alert .icon.error {
  border-color: #f27474;
}
.sweet-alert .icon.error .x-mark {
  display: block;
  position: relative;
}
.sweet-alert .icon.error .line {
  background-color: #f27474;
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  top: 37px;
  width: 47px;
}
.sweet-alert .icon.error .line.left {
  left: 17px;
  transform: rotate(45deg);
}
.sweet-alert .icon.error .line.right {
  right: 16px;
  transform: rotate(-45deg);
}
.sweet-alert .icon.warning {
  border-color: #f8bb86;
}
.sweet-alert .icon.warning .body {
  background-color: #f8bb86;
  border-radius: 2px;
  height: 47px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  width: 5px;
}
.sweet-alert .icon.warning .dot {
  background-color: #f8bb86;
  border-radius: 50%;
  bottom: 10px;
  height: 7px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 7px;
}
.sweet-alert .icon.info {
  border-color: #c9dae1;
}
.sweet-alert .icon.info:before {
  background-color: #c9dae1;
  border-radius: 2px;
  bottom: 17px;
  content: '';
  height: 29px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  width: 5px;
}
.sweet-alert .icon.info:after {
  background-color: #c9dae1;
  border-radius: 50%;
  content: '';
  height: 7px;
  margin-left: -3px;
  position: absolute;
  top: 19px;
  width: 7px;
}
.sweet-alert .icon.success {
  border-color: #a5dc86;
}
.sweet-alert .icon.success:after,
.sweet-alert .icon.success:before {
  background: #fff;
  border-radius: 50%;
  content: '';
  height: 120px;
  position: absolute;
  transform: rotate(45deg);
  width: 60px;
}
.sweet-alert .icon.success:before {
  border-radius: 120px 0 0 120px;
  left: -33px;
  top: -7px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}
.sweet-alert .icon.success:after {
  border-radius: 0 120px 120px 0;
  left: 30px;
  top: -11px;
  transform: rotate(-45deg);
  transform-origin: 0 60px;
}
.sweet-alert .icon.success .placeholder {
  border: 4px solid hsla(98, 55%, 69%, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  height: 80px;
  left: -4px;
  position: absolute;
  top: -4px;
  width: 80px;
  z-index: 2;
}
.sweet-alert .icon.success .fix {
  background-color: #fff;
  height: 90px;
  left: 28px;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 5px;
  z-index: 1;
}
.sweet-alert .icon.success .line {
  background-color: #a5dc86;
  border-radius: 2px;
  display: block;
  height: 5px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .icon.success .line.tip {
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
  width: 25px;
}
.sweet-alert .icon.success .line.long {
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
  width: 47px;
}
.sweet-alert .icon.custom {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-radius: 0;
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    -webkit-tranform: scale(0.95);
    transform: scale(0.95);
  }
  to {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
.showSweetAlert {
  animation: showSweetAlert 0.3s;
}
.hideSweetAlert {
  animation: hideSweetAlert 0.2s;
}
@keyframes animateSuccessTip {
  0% {
    left: 1px;
    top: 19px;
    width: 0;
  }
  54% {
    left: 1px;
    top: 19px;
    width: 0;
  }
  70% {
    left: -8px;
    top: 37px;
    width: 50px;
  }
  84% {
    left: 21px;
    top: 48px;
    width: 17px;
  }
  to {
    left: 14px;
    top: 45px;
    width: 25px;
  }
}
@keyframes animateSuccessLong {
  0% {
    right: 46px;
    top: 54px;
    width: 0;
  }
  65% {
    right: 46px;
    top: 54px;
    width: 0;
  }
  84% {
    right: 0;
    top: 35px;
    width: 55px;
  }
  to {
    right: 8px;
    top: 38px;
    width: 47px;
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  to {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}
.icon.success.animate:after {
  animation: rotatePlaceholder 4.25s ease-in;
}
@keyframes animateErrorIcon {
  0% {
    opacity: 0;
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
  }
}
.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}
@keyframes animateXMark {
  0% {
    margin-top: 26px;
    opacity: 0;
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
  }
  50% {
    margin-top: 26px;
    opacity: 0;
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
  }
  80% {
    margin-top: -6px;
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
  }
  to {
    margin-top: 0;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.animateXMark {
  animation: animateXMark 0.5s;
}
@keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  to {
    border-color: #f8bb86;
  }
}
.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate;
}
@keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  to {
    background-color: #f8bb86;
  }
}
.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}
.swal-modal.sidebar-left {
  animation: none;
  background: #fff;
  height: 100vh;
  left: -500px !important;
  margin-bottom: 0;
  margin-top: 0;
  max-height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 0 !important;
  transition: all 0.3s ease;
  vertical-align: top;
}
.swal-modal.sidebar-left .swal-content {
  margin-top: 0;
  padding: 0;
}
.swal-modal.sidebar {
  animation: none;
  height: 100vh;
  margin-bottom: 0;
  margin-top: 0;
  overflow-y: scroll;
  position: fixed;
  right: -500px !important;
  top: 0 !important;
  transition: all 0.3s ease;
  vertical-align: top;
}
.swal-overlay--show-modal .swal-modal.sidebar {
  animation: none;
  right: 0 !important;
}
@media screen and (max-width: 500px) {
  .swal-overlay--show-modal .swal-modal.sidebar {
    width: 100vw;
  }
}
.swal-overlay--show-modal .swal-modal.sidebar-left {
  animation: none;
  left: 0 !important;
}
@media screen and (max-width: 500px) {
  .swal-overlay--show-modal .swal-modal.sidebar-left {
    width: 100vw;
  }
}
.swal-modal.sidebar {
  background-color: #f9f9f9;
}
.swal-modal.sidebar .swal-content {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.swal-modal.sidebar-left .accountMenuWrapper.border.rounded.bg-white,
.swal-modal.sidebar-left .border.rounded.bg-white.mt-3 {
  border: 0 !important;
}
.fade-in {
  animation: fadeIn 0.4s ease;
  -webkit-animation: fadeIn 0.4s ease;
  -moz-animation: fadeIn 0.4s ease;
  -o-animation: fadeIn 0.4s ease;
  -ms-animation: fadeIn 0.4s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-out {
  animation: fadeOut 0.2s ease;
  -webkit-animation: fadeOut 0.2s ease;
  -moz-animation: fadeOut 0.2s ease;
  -o-animation: fadeOut 0.2s ease;
  -ms-animation: fadeOut 0.2s ease;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate-spin {
  animation: spin 2s linear infinite;
  display: inline-block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.rotate {
  transform: rotate(90deg);
  transition: 0.3s;
}
.rotate-reset {
  transform: rotate(0deg);
  transition: 0.3s;
}
.nope-shake {
  animation: nope-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translateZ(0);
}
@keyframes nope-shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.loadingAnimation {
  height: 144px;
  left: calc(50vw - 72px);
  position: fixed;
  top: calc(50vh - 72px);
  width: 144px;
  z-index: 12;
}
.lds-ring {
  height: 144px;
  margin: auto;
  width: 144px;
}
.lds-ring div {
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  background-color: transparent;
  border: 8px solid transparent;
  border-radius: 50%;
  border-top-color: #fbfaf9;
  box-sizing: border-box;
  display: block;
  height: 128px;
  margin: 8px;
  position: absolute;
  width: 128px;
}
.lds-ring div:first-child {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.infoPageContent {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
}
.infoPageContent .border {
  border: 1px solid #dee2e6 !important;
}
.infoPageContent .myPointInLogo {
  height: 2.1rem;
  padding-bottom: 6px;
  width: auto;
}
@media only screen and (max-width: 480px) {
  .infoPageContent .myPointInLogo {
    height: 1.8rem;
  }
}
.infoPageContent .fontHeadlineBox {
  font-size: 1.6em;
}
@media only screen and (max-width: 575px) {
  .infoPageContent .fontHeadlineBox {
    font-size: 0.9em;
  }
}
@media only Screen and (max-width: 1000px) {
  .infoPageContent .FaktenIcons {
    font-size: 3rem;
  }
}
.infoPageContent .bgLineVertikal {
  background: linear-gradient(90deg, #fff 50%, #000 0, #fff 51%);
}
@media only screen and (max-width: 767px) {
  .goEcoContent .goEco50procentTextArticle {
    max-width: 100% !important;
  }
}
.karriereContent #kenjoCareerSite .acb-active-positions {
  border: 0;
  margin-top: -10px;
  max-width: 100%;
}
.karriereContent #kenjoCareerSite .acb-active-positions .acb-position-filters-container {
  border: 0;
}
.karriereContent #kenjoCareerSite .acb-active-positions .acb-position-filters-container .acb-position-filters {
  display: none;
}
.karriereContent
  #kenjoCareerSite
  .acb-active-positions
  .acb-position-filters-container
  .acb-position-filters
  .acb-position-filters-list
  .acb-position-filters-list-container
  .mat-chip.mat-chip-selected {
  background-color: #70b749;
}
.karriereContent
  #kenjoCareerSite
  .acb-active-positions
  .acb-position-filters-container
  .acb-position-filters
  .acb-position-filters-list
  .acb-position-filters-list-container
  .mat-chip {
  margin-bottom: 5px;
}
.karriereContent #kenjoCareerSite .acb-active-positions .acb-position-filters-container div .acb-position-group-title {
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .karriereContent
    #kenjoCareerSite
    .acb-active-positions
    .acb-position-filters-container
    div
    .acb-position-group-title {
    margin: 20px 0;
  }
}
.karriereContent #kenjoCareerSite .acb-active-positions .acb-position-filters-container div .acb-position-container h4 {
  font-weight: 500;
}
@media only screen and (max-width: 600px) {
  .karriereContent #kenjoCareerSite .acb-active-positions .acb-position-filters-container div .acb-position-container {
    margin: 20px 0;
  }
}
.karriereContent #SwooopStart {
  height: 750px;
  overflow: hidden;
  position: relative;
}
.karriereContent #SwooopStart.is-mobile {
  height: 48vh;
}
.karriereContent #SwooopStart.is-mobile .skyText {
  left: 10%;
  top: 15%;
}
.karriereContent #SwooopStart.is-mobile .skyRakete {
  bottom: -45%;
}
.karriereContent #SwooopStart img {
  width: 100%;
}
.karriereContent #SwooopStart .skyText {
  left: 15%;
  opacity: 0;
  position: absolute;
  top: 29%;
}
.karriereContent #SwooopStart .skyBack,
.karriereContent #SwooopStart .skyFront {
  bottom: 0;
  position: absolute;
}
.karriereContent #SwooopStart .skyRakete {
  bottom: -70%;
  position: absolute;
}
.karriereContent #SwooopUfer {
  background: #efefef;
  height: 350px;
  overflow: hidden;
  position: relative;
}
.karriereContent #SwooopUfer img {
  width: 100%;
}
.karriereContent #SwooopUfer.is-mobile img {
  width: 170%;
}
.karriereContent #SwooopUfer.is-mobile .uferWolken {
  left: -180px;
}
.karriereContent #SwooopUfer.is-mobile .uferBoot {
  bottom: 2%;
  width: 80px;
}
.karriereContent #SwooopUfer .uferWasser {
  bottom: 0;
  position: absolute;
}
.karriereContent #SwooopUfer .uferWelleVorne {
  bottom: 10px;
  position: absolute;
}
.karriereContent #SwooopUfer .uferWelleHinten {
  bottom: -10px;
  position: absolute;
}
.karriereContent #SwooopUfer .uferWolken {
  bottom: 60px;
  position: absolute;
}
.karriereContent #SwooopUfer .uferBoot {
  bottom: 38px;
  position: absolute;
  right: 0;
  width: 120px;
}
.karriereContent #SwooopTeam.is-mobile .teamText {
  display: block;
  left: 0;
  padding: 0 15px;
  position: relative;
  top: 8%;
}
.karriereContent #SwooopTeam.is-mobile .teamTextInner {
  left: unset;
  text-align: center;
  white-space: unset;
}
.karriereContent #SwooopTeam .teamTextInner {
  left: -50%;
  position: relative;
  white-space: nowrap;
}
.karriereContent #SwooopTeam {
  background: #5b8dc4;
  color: #fff;
  height: 600px;
  position: relative;
}
.karriereContent #SwooopTeam .teamText {
  font-size: 2.5rem;
  left: 50%;
  line-height: 3rem;
  position: absolute;
  top: 15%;
}
.karriereContent #SwooopTeam img {
  bottom: 0;
  position: absolute;
}
.karriereContent #SwooopTeam.is-mobile {
  height: 300px;
}
.karriereContent #SwooopTeam.is-mobile .teamText {
  font-size: 1.6rem;
  line-height: 2.3rem;
}
.karriereContent .container-classic .badge {
  border-radius: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.karriereContent .maxh-14 {
  max-height: 14rem;
}
.karriereContent .popover {
  min-width: 330px !important;
}
.karriereContent .videoPlayButton {
  align-items: center;
  border: 2px solid #fff;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 2em;
  height: 50px;
  justify-content: center;
  left: calc(50% - 25px);
  padding-left: 4px;
  position: absolute;
  top: calc(50% - 32px);
  width: 50px;
  z-index: 2;
}
.backgroundSwooops1 {
  background-image: url(../images/_new_brand/background_swooop_2.svg);
  background-position: top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 800px) {
  .backgroundSwooops1 {
    background-size: cover;
  }
}
.backgroundSwooops2 {
  background-image: url(../images/_new_brand/background_swooop_nl.svg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.backgroundSwooops3 {
  background-image: url(../images/_new_brand/background_swooop_3.svg);
  background-position: top;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 800px) {
  .backgroundSwooops3 {
    background-size: cover;
  }
}
.backgroundSwooops4 {
  background-image: url(../images/_new_brand/background_swooop_4.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media only screen and (max-width: 800px) {
  .backgroundSwooops4 {
    background-position: bottom;
    background-size: 100%;
  }
}
.backgroundSwooops5 {
  background-image: url(../images/_new_brand/background_swooop_5.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media only screen and (max-width: 800px) {
  .backgroundSwooops5 {
    background-position: bottom;
    background-size: cover;
  }
}
.backgroundSwooops6 {
  background-image: url(../images/_new_brand/background_swooop_6.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media only screen and (max-width: 800px) {
  .backgroundSwooops6 {
    background-position: bottom;
    background-size: cover;
  }
}
.backgroundSwooops7 {
  background-image: url(../images/_new_brand/background_swooop_7.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media only screen and (max-width: 800px) {
  .backgroundSwooops7 {
    background-position: bottom;
    background-size: cover;
  }
}
.backgroundSwooops8 {
  background-image: url(../images/_new_brand/background_swooop_8.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media only screen and (max-width: 800px) {
  .backgroundSwooops8 {
    background-position: bottom;
    background-size: cover;
  }
}
.backgroundSwooops9 {
  background-image: url(../images/_new_brand/background_swooop_9.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media only screen and (max-width: 800px) {
  .backgroundSwooops9 {
    background-position: bottom;
    background-size: cover;
  }
}
.backgroundSwooops10 {
  background-image: url(../images/_new_brand/background_swooop_10.svg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media only screen and (max-width: 800px) {
  .backgroundSwooops10 {
    background-position: bottom;
    background-size: cover;
  }
}
body .readMoreFadeOut {
  max-height: 300px;
  overflow: hidden;
  transition: max-height 0.2s;
}
body .readMoreFadeIn {
  max-height: 5000px;
  overflow: hidden;
  transition: max-height 0.2s;
}
body .JS_readMoreLinkStyleOpen {
  margin-top: -8px;
  padding: 0 0 10px 10px;
  position: relative;
}
body .JS_readMoreLinkStyleClose,
body .JS_readMoreLinkStyleOpen {
  background: linear-gradient(
    0deg,
    #fff 53%,
    hsla(0, 0%, 100%, 0.975) 66%,
    hsla(0, 0%, 100%, 0.852) 78%,
    hsla(0, 0%, 100%, 0.647) 90%,
    hsla(0, 0%, 100%, 0.124)
  );
  text-align: right;
  width: 100%;
}
body .JS_readMoreLinkStyleClose {
  bottom: 0;
  padding: 40px 17px 18px 10px;
  position: absolute;
  right: 0;
}
.seoinfoblock {
  padding: 72px 0;
  z-index: 2 !important;
}
.stickyCtaRow {
  background: #fff;
  bottom: 0;
  box-shadow: -2px 0 4px #e5e5e5;
  position: fixed;
  width: 100%;
  z-index: 9;
}
.wertgarantieContent .euroStoerer {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 0.8vw;
  height: 100%;
  justify-content: center;
  margin-bottom: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1450px) {
  .wertgarantieContent .euroStoerer {
    font-size: 0.75em;
  }
}
@media only screen and (max-width: 991px) {
  .wertgarantieContent .euroStoerer {
    font-size: 2vw;
  }
}
.wertgarantieContent #wertgarantie_tarifrechner .wgt-nav img {
  max-width: 82%;
}
.serviceInBremenContent.serviceInBremenReparieren .form-control.is-invalid {
  background-image: url(../images/_new_brand/icons/input_fail_icon.svg);
  border: 1px solid #ff5e31;
}
.serviceInBremenContent.serviceInBremenReparieren .form-control.is-valid {
  background-image: url(../images/_new_brand/icons/input_checked_icon.svg) !important;
}
.serviceInBremenContent.serviceInBremenReparieren select.custom-select[data-chosen=''] {
  color: #71757d;
}
.serviceInBremenContent.serviceInBremenReparieren .faq-prices-service .priceOffer {
  border-bottom: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  width: 100%;
}
.serviceInBremenContent.serviceInBremenReparieren .faq-prices-service .priceOffer .product {
  color: #123645;
}
.serviceInBremenContent.serviceInBremenReparieren .faq-prices-service .priceOffer .price {
  float: right;
  min-width: 76px;
  padding-left: 4px;
  text-align: right;
}
.serviceInBremenContent.serviceInBremenReparieren .faq-prices-service .priceOffer:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.infoPageContent.datenschutzContent .row,
.infoPageContent.datenschutzContentSocialMedia .row {
  padding: 25px 0;
}
.infoPageContent.datenschutzContent .row .row,
.infoPageContent.datenschutzContentSocialMedia .row .row {
  padding: 0;
}
.blueSeoTextWrapper .infoPageContent.datenschutzContent h2,
.blueSeoTextWrapper .infoPageContent.datenschutzContent h3,
.blueSeoTextWrapper .infoPageContent.datenschutzContent h4,
.blueSeoTextWrapper .infoPageContent.datenschutzContentSocialMedia h2,
.blueSeoTextWrapper .infoPageContent.datenschutzContentSocialMedia h3,
.blueSeoTextWrapper .infoPageContent.datenschutzContentSocialMedia h4,
.infoPageContent.datenschutzContent .blueSeoTextWrapper h2,
.infoPageContent.datenschutzContent .blueSeoTextWrapper h3,
.infoPageContent.datenschutzContent .blueSeoTextWrapper h4,
.infoPageContent.datenschutzContent .font-italic,
.infoPageContent.datenschutzContent .h2-responsive,
.infoPageContent.datenschutzContent .h3-responsive,
.infoPageContent.datenschutzContent .h4-responsive,
.infoPageContent.datenschutzContent .h5-responsive,
.infoPageContent.datenschutzContentSocialMedia .blueSeoTextWrapper h2,
.infoPageContent.datenschutzContentSocialMedia .blueSeoTextWrapper h3,
.infoPageContent.datenschutzContentSocialMedia .blueSeoTextWrapper h4,
.infoPageContent.datenschutzContentSocialMedia .font-italic,
.infoPageContent.datenschutzContentSocialMedia .h2-responsive,
.infoPageContent.datenschutzContentSocialMedia .h3-responsive,
.infoPageContent.datenschutzContentSocialMedia .h4-responsive,
.infoPageContent.datenschutzContentSocialMedia .h5-responsive {
  font-weight: 600;
}
.infoPageContent.datenschutzContent .h2-responsive,
.infoPageContent.datenschutzContentSocialMedia .h2-responsive {
  margin-bottom: 10px;
}
.blueSeoTextWrapper .infoPageContent.datenschutzContent h3,
.blueSeoTextWrapper .infoPageContent.datenschutzContentSocialMedia h3,
.infoPageContent.datenschutzContent .blueSeoTextWrapper h3,
.infoPageContent.datenschutzContent .h4-responsive,
.infoPageContent.datenschutzContentSocialMedia .blueSeoTextWrapper h3,
.infoPageContent.datenschutzContentSocialMedia .h4-responsive {
  margin-top: 10px;
}
.blueSeoTextWrapper .infoPageContent.datenschutzContent h4,
.blueSeoTextWrapper .infoPageContent.datenschutzContentSocialMedia h4,
.infoPageContent.datenschutzContent .blueSeoTextWrapper h4,
.infoPageContent.datenschutzContent .h5-responsive,
.infoPageContent.datenschutzContent p,
.infoPageContent.datenschutzContentSocialMedia .blueSeoTextWrapper h4,
.infoPageContent.datenschutzContentSocialMedia .h5-responsive,
.infoPageContent.datenschutzContentSocialMedia p {
  padding-left: 10px;
}
@media only screen and (max-width: 600px) {
  .infoPageContent.datenschutzContent li,
  .infoPageContent.datenschutzContent p,
  .infoPageContent.datenschutzContentSocialMedia li,
  .infoPageContent.datenschutzContentSocialMedia p {
    font-size: 0.8rem;
  }
  .infoPageContent.datenschutzContentSocialMedia .linkTable {
    padding-left: 24px;
  }
}
.infoPageContent.datenschutzContentSocialMedia .linkTable li {
  padding-bottom: 6px;
}
.infoPageContent.datenschutzContentSocialMedia .linkTable li .listEntryName {
  display: inline-block;
  font-weight: 600;
  max-width: 100%;
  min-width: 100px;
}
@media only screen and (max-width: 600px) {
  .infoPageContent.datenschutzContentSocialMedia .linkTable li .listEntryName {
    display: block;
  }
}
button[data='trackButton'] {
  background-color: inherit;
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.paginationButtons nav a,
.paginationButtons nav span {
  border: 1px solid #71b84a !important;
  border-radius: 0.3rem;
  color: #71b84a;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 7px 20px !important;
  transition: 0.2s;
}
.paginationButtons nav span {
  border: 1px solid #c1c1c1 !important;
  color: #c1c1c1;
}
.paginationButtons nav a:hover {
  background-color: #71b84a !important;
  color: #fff;
}
.buttonToLink {
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
}
.buttonToLink:hover {
  text-decoration: none;
}
.buttonBig {
  border: 0;
  border-radius: 32px;
  display: inline-block;
  font-weight: 600;
  max-width: 400px;
  padding: 10px 20px;
}
.buttonBig:hover {
  color: #fff;
}
.buttonDeleteSelected {
  background-color: #a4ff78;
  border: 0;
  border-radius: 5px;
  color: #123645;
  display: flex;
  padding: 0;
  transition: 0.5s;
}
.buttonDeleteSelected .buttonDeleteSelected--text {
  border-right: 2px solid #fff;
  flex-grow: 3;
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 5px 8px;
  text-align: center;
  word-break: break-word;
}
.buttonDeleteSelected .buttonDeleteSelected--iconWrapper {
  font-weight: 600;
  padding: 5px 8px;
  text-align: center;
}
.buttonBase,
.buttonGreen,
.buttonGreenInverted {
  border: 2px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45rem;
  padding: 0.6rem 1rem;
  text-align: center;
  word-break: break-word;
}
.buttonBase:hover,
.buttonGreen:hover,
.buttonGreenInverted:hover {
  text-decoration: none;
  transition: 0.2s;
}
.buttonBigIcon {
  background: #43115a;
  border: 1px solid #43115a;
  border-radius: 30px;
  font-weight: 700;
  max-width: 92%;
  overflow: hidden;
  padding: 6px 6px 6px 20px;
  width: 300px;
}
.buttonBigIcon:hover {
  background-color: #6b1b91;
}
.buttonBigIcon .buttonBigCheck_ContentWrap {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
.buttonBigIcon .buttonBigCheck_ContentWrap .buttonBigCheck_Text {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
  word-break: normal;
}
.buttonBigIcon .buttonBigCheck_ContentWrap .buttonBigCheck_Icon {
  color: #fff;
  max-height: 40px;
  max-width: 40px;
  padding-left: 3px;
}
.buttonGreen {
  background-color: #a4ff78;
  border: 2px solid #a4ff78;
  color: #123645 !important;
}
.buttonGreen:hover {
  background-color: #63da2a;
  border-color: #63da2a;
  color: #123645 !important;
}
.buttonGreenInverted {
  background-color: #fff;
}
.buttonGreenInverted,
.buttonGreenInverted:hover {
  border: 2px solid #63da2a;
  color: #123645 !important;
}
.buttonGreenInverted:hover {
  background-color: #63da2a;
}
.buttonBlue {
  background-color: #2a4a58;
  border: 2px solid #2a4a58;
  color: #fff !important;
}
.buttonBlue:hover {
  background-color: #062734;
  border-color: #062734;
  color: #fff !important;
}
.buttonBlueInverted {
  background: #fff;
  border: 2px solid #2a4a58;
  color: #2a4a58 !important;
}
.buttonBlueInverted:hover {
  background-color: #062734;
  border: 2px solid #062734;
  color: #fff !important;
}
.buttonRed {
  background-color: #dd3000;
  border: 2px solid #dd3000;
  color: #fff !important;
}
.buttonRed:hover {
  background-color: #9d2f10;
  border-color: #9d2f10;
  color: #fff !important;
}
.buttonRedInverted {
  background-color: #fff;
  border: 2px solid #dd3000;
  color: #123645 !important;
}
.buttonRedInverted:hover {
  background-color: #9d2f10;
  border: 2px solid #9d2f10;
  color: #fff !important;
}
.buttonBlack {
  background-color: #282828;
  border: 2px solid #000;
  color: #fff !important;
}
.buttonBlack:hover {
  background-color: #000;
  border-color: #000;
  color: #fff !important;
}
.buttonBlackInverted {
  background-color: #fff;
  border: 2px solid #282828;
  color: #282828 !important;
}
.buttonBlackInverted:hover {
  background-color: #000;
  color: #fff !important;
}
.buttonGray {
  background-color: #949494;
  border: 1px solid #949494;
  color: #fff !important;
}
.buttonGray:hover {
  background-color: #858585;
  border-color: #858585;
  color: #fff !important;
}
.buttonGrayInverted {
  background-color: #fff;
  border: 1px solid #9f9f9f;
  color: #747474 !important;
}
.buttonGrayInverted:hover {
  background-color: #9f9f9f;
  color: #fff !important;
}
.btn.btn-primary {
  color: #fff !important;
}
.btn-white {
  background-color: #fff !important;
  border: 1px solid rgba(40, 40, 40, 0.18);
  color: #282828 !important;
}
.btn-white:hover {
  border-color: rgba(40, 40, 40, 0.54);
}
button {
  text-transform: none;
}
.btn_box_more {
  background-color: #089bd8;
  color: #fff !important;
  float: right;
  font-size: 1.2rem;
  height: 100%;
  line-height: 2.5rem;
  outline: 0;
  text-decoration: none;
}
.btn_box_more i {
  word-wrap: break-word;
  color: #fff;
  height: 4.2rem;
  line-height: 1.3rem;
  margin-bottom: 25px;
  max-height: 60px;
}
.btn_box_more:hover {
  box-shadow: inset 0 0 8px #1d4db0;
  text-decoration: none !important;
}
.btn-default {
  background-color: #fbfaf9 !important;
  color: #000 !important;
}
.swal-button {
  background-color: #062734;
}
.swal-button--cancel {
  color: #fff !important;
}
@media only screen and (max-width: 2280px) {
  .JS_menuDesktopHide {
    display: none;
  }
  .JS_menuDesktopShow {
    display: block;
  }
}
.myAccountNav {
  background: #fff;
  margin: 0;
  padding: 0;
}
.myAccountNav .numberMenu {
  display: inline-block;
}
.myAccountNav .numberMenu span {
  align-items: center;
  border-radius: 24px;
  color: #fff;
  display: flex;
  font-size: 0.8rem;
  font-weight: 600;
  height: 23px;
  justify-content: center;
  padding-top: 2px;
  width: 23px;
}
.myAccountNav li {
  border-bottom: 2px solid #f2eae6;
  list-style-type: none;
}
.myAccountNav li:last-of-type {
  border-bottom: 0;
}
.myAccountNav li a {
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 8px 4px 8px 16px;
  word-break: break-word;
}
.myAccountNav li:hover {
  background-color: #f4f1ef;
}
.myAccountNav li:hover a {
  color: #123645;
  text-decoration: none;
}
.myAccountNav li:hover svg {
  fill: #63da2a;
}
.myAccountNav li.active {
  background-color: #f4f1ef;
}
.myAccountNav li.active a {
  color: #123645;
}
.myAccountNav li.active svg {
  fill: #63da2a;
}
.myAccount strong {
  font-weight: 600;
}
.myAccount .myAccountMainContent .proProductImageDesktop,
.myAccount .myAccountMainContent .proProductImageDesktopWrapper img {
  height: 100%;
  margin-bottom: 20px;
  max-height: 10em;
  -o-object-fit: contain;
  object-fit: contain;
  width: 90%;
}
.myAccount .myAccountMainContent .headlineIconButton {
  display: flex;
  height: 16px;
}
.myAccount .myAccountMainContent .accountIcon {
  cursor: pointer;
}
.myAccount .leftColContentWrapper {
  position: sticky;
  top: 96px;
}
.orSignProfilPage {
  align-items: center;
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 20px;
  display: flex;
  font-family: inherit, sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 42px;
  justify-content: center;
  margin-top: -1.3rem;
  padding: 2px 3px 3px;
  right: 42%;
  width: 42px;
}
@media only screen and (max-width: 1630px) and (min-width: 1261px) {
  main.myAccount.JS_beDynamicModalIsOpen {
    margin-left: 0.2vw;
    width: 68.6vw;
  }
  main.myAccount.JS_beDynamicModalIsOpen .myAccountMainContent {
    flex: 0 0 100%;
    max-width: 100% !important;
  }
  .swal-modal.sidebar {
    width: 30vw;
  }
}
@media only screen and (max-width: 1260px) and (min-width: 1025px) {
  main.myAccount.JS_beDynamicModalIsOpen {
    margin-left: 0.2vw;
    width: 60.8vw;
  }
  main.myAccount.JS_beDynamicModalIsOpen .myAccountMainContent {
    flex: 0 0 100%;
    max-width: 100% !important;
  }
  .swal-modal.sidebar {
    width: 38vw;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 766px) {
  main.myAccount.JS_beDynamicModalIsOpen {
    margin-left: 4px;
    width: 54vw;
  }
  main.myAccount.JS_beDynamicModalIsOpen .myAccountMainContent {
    flex: 0 0 100%;
    max-width: 100% !important;
    min-width: 400px;
  }
  .swal-modal.sidebar {
    min-width: 300px;
    width: 45vw;
  }
}
@media only screen and (max-width: 767px) {
  main.myAccount.JS_beDynamicModalIsOpen {
    margin-left: 4px;
    width: 100%;
  }
  main.myAccount.JS_beDynamicModalIsOpen .myAccountMainContent {
    flex: 0 0 100%;
    max-width: 100% !important;
    min-width: 200px;
  }
  .swal-modal.sidebar {
    max-width: 100%;
    width: 420px !important;
  }
}
.saleStatus .toggleDropdownArrow {
  display: none;
}
.saleStatus .openingTimes {
  font-size: 1rem !important;
}
.saleStatus .mapsStoreCard {
  border: 0 !important;
  box-shadow: none !important;
}
.c100.p100 .slice,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.rect-auto {
  clip: rect(auto, auto, auto, auto);
}
.c100 .bar,
.c100.p100 .fill,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.pie {
  clip: rect(0, 0.5em, 1em, 0);
  border: 0.08em solid #123645;
  border-radius: 50%;
  height: 0.84em;
  position: absolute;
  transform: rotate(0deg);
  width: 0.84em;
}
.c100.p100 .bar:after,
.c100.p100 .fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.pie-fill {
  transform: rotate(180deg);
}
.c100 {
  border-radius: 50%;
  float: left;
  font-size: 120px;
  height: 1em;
  margin: 0 0.1em 0.1em 0;
  position: relative;
  width: 1em;
}
.c100 *,
.c100 :after,
.c100 :before {
  box-sizing: content-box;
}
.c100.center {
  float: none;
  margin: 0 auto;
}
.c100.big {
  font-size: 240px;
}
.c100.small {
  font-size: 80px;
}
.c100 > span {
  color: #ccc;
  font-size: 0.2em;
  left: 0;
  line-height: 5em;
  text-align: center;
  top: 0;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-out;
  white-space: nowrap;
  width: 100%;
  width: 5em;
  z-index: 1;
}
.c100:after,
.c100 > span {
  display: block;
  position: absolute;
}
.c100:after {
  border-radius: 50%;
  content: ' ';
  height: 0.84em;
  left: 0.08em;
  top: 0.08em;
  transition-duration: 0.2s;
  transition-property: all;
  transition-timing-function: ease-in;
  width: 0.84em;
}
.c100 .slice {
  clip: rect(0, 1em, 1em, 0.5em);
  height: 1em;
  position: absolute;
  width: 1em;
}
.c100.p1 .bar {
  transform: rotate(3.6deg);
}
.c100.p2 .bar {
  transform: rotate(7.2deg);
}
.c100.p3 .bar {
  transform: rotate(10.8deg);
}
.c100.p4 .bar {
  transform: rotate(14.4deg);
}
.c100.p5 .bar {
  transform: rotate(18deg);
}
.c100.p6 .bar {
  transform: rotate(21.6deg);
}
.c100.p7 .bar {
  transform: rotate(25.2deg);
}
.c100.p8 .bar {
  transform: rotate(28.8deg);
}
.c100.p9 .bar {
  transform: rotate(32.4deg);
}
.c100.p10 .bar {
  transform: rotate(36deg);
}
.c100.p11 .bar {
  transform: rotate(39.6deg);
}
.c100.p12 .bar {
  transform: rotate(43.2deg);
}
.c100.p13 .bar {
  transform: rotate(46.8deg);
}
.c100.p14 .bar {
  transform: rotate(50.4deg);
}
.c100.p15 .bar {
  transform: rotate(54deg);
}
.c100.p16 .bar {
  transform: rotate(57.6deg);
}
.c100.p17 .bar {
  transform: rotate(61.2deg);
}
.c100.p18 .bar {
  transform: rotate(64.8deg);
}
.c100.p19 .bar {
  transform: rotate(68.4deg);
}
.c100.p20 .bar {
  transform: rotate(72deg);
}
.c100.p21 .bar {
  transform: rotate(75.6deg);
}
.c100.p22 .bar {
  transform: rotate(79.2deg);
}
.c100.p23 .bar {
  transform: rotate(82.8deg);
}
.c100.p24 .bar {
  transform: rotate(86.4deg);
}
.c100.p25 .bar {
  transform: rotate(90deg);
}
.c100.p26 .bar {
  transform: rotate(93.6deg);
}
.c100.p27 .bar {
  transform: rotate(97.2deg);
}
.c100.p28 .bar {
  transform: rotate(100.8deg);
}
.c100.p29 .bar {
  transform: rotate(104.4deg);
}
.c100.p30 .bar {
  transform: rotate(108deg);
}
.c100.p31 .bar {
  transform: rotate(0.31turn);
}
.c100.p32 .bar {
  transform: rotate(0.32turn);
}
.c100.p33 .bar {
  transform: rotate(0.33turn);
}
.c100.p34 .bar {
  transform: rotate(0.34turn);
}
.c100.p35 .bar {
  transform: rotate(126deg);
}
.c100.p36 .bar {
  transform: rotate(0.36turn);
}
.c100.p37 .bar {
  transform: rotate(0.37turn);
}
.c100.p38 .bar {
  transform: rotate(0.38turn);
}
.c100.p39 .bar {
  transform: rotate(0.39turn);
}
.c100.p40 .bar {
  transform: rotate(144deg);
}
.c100.p41 .bar {
  transform: rotate(0.41turn);
}
.c100.p42 .bar {
  transform: rotate(0.42turn);
}
.c100.p43 .bar {
  transform: rotate(154.8deg);
}
.c100.p44 .bar {
  transform: rotate(0.44turn);
}
.c100.p45 .bar {
  transform: rotate(162deg);
}
.c100.p46 .bar {
  transform: rotate(165.6deg);
}
.c100.p47 .bar {
  transform: rotate(0.47turn);
}
.c100.p48 .bar {
  transform: rotate(172.8deg);
}
.c100.p49 .bar {
  transform: rotate(0.49turn);
}
.c100.p50 .bar {
  transform: rotate(180deg);
}
.c100.p51 .bar {
  transform: rotate(0.51turn);
}
.c100.p52 .bar {
  transform: rotate(0.52turn);
}
.c100.p53 .bar {
  transform: rotate(0.53turn);
}
.c100.p54 .bar {
  transform: rotate(0.54turn);
}
.c100.p55 .bar {
  transform: rotate(198deg);
}
.c100.p56 .bar {
  transform: rotate(201.6deg);
}
.c100.p57 .bar {
  transform: rotate(0.57turn);
}
.c100.p58 .bar {
  transform: rotate(208.8deg);
}
.c100.p59 .bar {
  transform: rotate(0.59turn);
}
.c100.p60 .bar {
  transform: rotate(216deg);
}
.c100.p61 .bar {
  transform: rotate(0.61turn);
}
.c100.p62 .bar {
  transform: rotate(0.62turn);
}
.c100.p63 .bar {
  transform: rotate(0.63turn);
}
.c100.p64 .bar {
  transform: rotate(0.64turn);
}
.c100.p65 .bar {
  transform: rotate(234deg);
}
.c100.p66 .bar {
  transform: rotate(0.66turn);
}
.c100.p67 .bar {
  transform: rotate(241.2deg);
}
.c100.p68 .bar {
  transform: rotate(0.68turn);
}
.c100.p69 .bar {
  transform: rotate(248.4deg);
}
.c100.p70 .bar {
  transform: rotate(252deg);
}
.c100.p71 .bar {
  transform: rotate(0.71turn);
}
.c100.p72 .bar {
  transform: rotate(0.72turn);
}
.c100.p73 .bar {
  transform: rotate(0.73turn);
}
.c100.p74 .bar {
  transform: rotate(0.74turn);
}
.c100.p75 .bar {
  transform: rotate(270deg);
}
.c100.p76 .bar {
  transform: rotate(0.76turn);
}
.c100.p77 .bar {
  transform: rotate(0.77turn);
}
.c100.p78 .bar {
  transform: rotate(0.78turn);
}
.c100.p79 .bar {
  transform: rotate(284.4deg);
}
.c100.p80 .bar {
  transform: rotate(288deg);
}
.c100.p81 .bar {
  transform: rotate(0.81turn);
}
.c100.p82 .bar {
  transform: rotate(0.82turn);
}
.c100.p83 .bar {
  transform: rotate(298.8deg);
}
.c100.p84 .bar {
  transform: rotate(0.84turn);
}
.c100.p85 .bar {
  transform: rotate(306deg);
}
.c100.p86 .bar {
  transform: rotate(309.6deg);
}
.c100.p87 .bar {
  transform: rotate(0.87turn);
}
.c100.p88 .bar {
  transform: rotate(0.88turn);
}
.c100.p89 .bar {
  transform: rotate(320.4deg);
}
.c100.p90 .bar {
  transform: rotate(324deg);
}
.c100.p91 .bar {
  transform: rotate(0.91turn);
}
.c100.p92 .bar {
  transform: rotate(331.2deg);
}
.c100.p93 .bar {
  transform: rotate(0.93turn);
}
.c100.p94 .bar {
  transform: rotate(0.94turn);
}
.c100.p95 .bar {
  transform: rotate(342deg);
}
.c100.p96 .bar {
  transform: rotate(345.6deg);
}
.c100.p97 .bar {
  transform: rotate(0.97turn);
}
.c100.p98 .bar {
  transform: rotate(0.98turn);
}
.c100.p99 .bar {
  transform: rotate(0.99turn);
}
.c100.p100 .bar {
  transform: rotate(1turn);
}
.c100:hover {
  cursor: default;
}
.c100:hover > span {
  color: #307bbb;
  font-size: 0.3em;
  line-height: 3.33em;
  width: 3.33em;
}
.c100:hover:after {
  height: 0.92em;
  left: 0.04em;
  top: 0.04em;
  width: 0.92em;
}
.c100.dark .bar,
.c100.dark .fill {
  border-color: #c6ff00 !important;
}
.c100.dark > span {
  color: #777;
}
.c100.dark:hover > span {
  color: #c6ff00;
}
.c100.green .bar,
.c100.green .fill {
  border-color: #4db53c !important;
}
.c100.green:hover > span {
  color: #4db53c;
}
.c100.green.dark .bar,
.c100.green.dark .fill {
  border-color: #5fd400 !important;
}
.c100.green.dark:hover > span {
  color: #5fd400;
}
.c100.orange .bar,
.c100.orange .fill {
  border-color: #dd9d22 !important;
}
.c100.orange:hover > span {
  color: #dd9d22;
}
.c100.orange.dark .bar,
.c100.orange.dark .fill {
  border-color: #e08833 !important;
}
.c100.orange.dark:hover > span {
  color: #e08833;
}
.timer_Styleguide .einheit.c100 {
  background-color: #63da2a;
}
.timer_Styleguide .einheit.c100:after {
  background-color: #e5e5e5;
}
.timer_Styleguide .einheit.c100 .bar,
.timer_Styleguide .einheit.c100 .fill {
  border-color: #dd3000;
}
@media only screen and (min-width: 1440px) {
  .timer_Styleguide .c100 {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1440px) {
  .timer_Styleguide .c100 {
    font-size: 12vw;
  }
}
.timer_Styleguide .einheit.c100 > span {
  align-items: center;
  color: #123645;
  display: flex;
  font-weight: 900;
  height: 100%;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .timer_Styleguide .einheit.c100 > span {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1440px) {
  .timer_Styleguide .einheit.c100 > span {
    font-size: 6vw;
  }
}
.timer_Styleguide .einheitTrenner {
  width: 10px;
}
.timer_Styleguide .JS_TIMER .c100:last-of-type {
  display: none;
}
.timer_Styleguide .JS_TIMER {
  display: flex;
  justify-content: center;
}
.mySwooopHome .sellBoxLink {
  background-color: #f4f1ef;
  display: block;
}
.mySwooopHome .sellBoxLink:hover {
  background-color: #a4ff78;
}
.mySwooopHome .sellBoxLink:hover .sellBox {
  background-image: url(/optimized/img?source=/images/_new_brand/background2_both_box.png&format=png);
}
@supports (gap: 1px) {
  .mySwooopHome .sellBoxLink:hover .sellBox .sellBox {
    background-image: url(/optimized/img?source=/images/_new_brand/background2_both_box.png&format=webp) !important;
  }
}
.mySwooopHome .sellBoxLink:hover .sellBox .btn {
  background: #0e2942 !important;
  color: #fff !important;
}
.mySwooopHome .buyBoxLink {
  background-color: #f4f1ef;
  display: block;
}
.mySwooopHome .buyBoxLink .buyBox {
  background-image: url(/optimized/img?source=/images/_new_brand/background1_kaufen_box.png&format=png);
}
@supports (gap: 1px) {
  .mySwooopHome .buyBoxLink .buyBox {
    background-image: url(/optimized/img?source=/images/_new_brand/background1_kaufen_box.png&format=webp) !important;
  }
}
.mySwooopHome .buyBoxLink:hover {
  background-color: #a4ff78;
}
.mySwooopHome .buyBoxLink:hover .buyBox {
  background-image: url(/optimized/img?source=/images/_new_brand/background2_both_box.png&format=png);
}
@supports (gap: 1px) {
  .mySwooopHome .buyBoxLink:hover .buyBox {
    background-image: url(/optimized/img?source=/images/_new_brand/background2_both_box.png&format=webp) !important;
  }
}
.mySwooopHome .buyBoxLink:hover .buyBox .btn {
  background: #0e2942 !important;
  color: #fff !important;
}
.badge.badge-light-green {
  background-color: #fff;
  border: 1px solid #63da2a;
  color: #123645;
}
.serviceInBremenContent .katIconBox,
.storesPages .katIconBox {
  margin: 4px;
  max-width: 144px;
}
.serviceInBremenContent .katIconBox div,
.storesPages .katIconBox div {
  align-items: center;
  background-color: #f2eae6;
  border-radius: 15px;
  display: flex;
  height: 128px;
  justify-content: center;
  width: 128px;
}
.serviceInBremenContent .mapDimensions,
.storesPages .mapDimensions {
  height: 554px;
  max-height: 55vh;
  min-height: 200px;
}
.storesLander .openingTimes,
.storesRegion .openingTimes {
  font-size: 16px;
  font-weight: 500;
}
.blueSeoTextWrapper {
  -webkit-hyphens: none;
  hyphens: none;
  overflow: hidden;
  word-break: break-word;
}
.blueSeoTextWrapper h2 {
  margin: 24px 0;
}
.blueSeoTextWrapper h3,
.blueSeoTextWrapper h4,
.blueSeoTextWrapper h5 {
  margin-top: 24px;
}
.black_friday_styling .productBox .dealPill,
.black_friday_styling .productBox .percentPill,
main.blackFridayLandingPageContent .productBox .dealPill,
main.blackFridayLandingPageContent .productBox .percentPill {
  background-color: #000 !important;
  color: #fff !important;
}
.black_friday_styling .productBox .dealPill .dealTextToExchange,
main.blackFridayLandingPageContent .productBox .dealPill .dealTextToExchange {
  display: none;
}
.black_friday_styling .productBox .dealPill:after,
main.blackFridayLandingPageContent .productBox .dealPill:after {
  content: 'Black Week Deal' !important;
}
.xmas_styling .productBox .dealPill,
.xmas_styling .productBox .percentPill,
main.xmasLandingPageContent .productBox .dealPill,
main.xmasLandingPageContent .productBox .percentPill {
  background-color: #dd3000 !important;
  color: #fff !important;
}
.xmas_styling .productBox .dealPill .dealTextToExchange,
main.xmasLandingPageContent .productBox .dealPill .dealTextToExchange {
  display: none;
}
.xmas_styling .productBox .dealPill:after,
main.xmasLandingPageContent .productBox .dealPill:after {
  content: 'Weihnachts-Deal' !important;
}
.AktionsStyling .einheit.c100 {
  background-color: #63da2a;
}
.AktionsStyling .einheit.c100:after {
  background-color: #e5e5e5;
}
.AktionsStyling .einheit.c100 .bar,
.AktionsStyling .einheit.c100 .fill {
  border-color: #dd3000;
}
@media only screen and (min-width: 1440px) {
  .AktionsStyling .c100 {
    font-size: 120px;
  }
}
@media only screen and (max-width: 1440px) {
  .AktionsStyling .c100 {
    font-size: 12vw;
  }
}
.AktionsStyling .einheit.c100 > span {
  align-items: center;
  color: #000;
  display: flex;
  font-weight: 900;
  height: 100%;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 1440px) {
  .AktionsStyling .einheit.c100 > span {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 1440px) {
  .AktionsStyling .einheit.c100 > span {
    font-size: 6vw;
  }
}
.AktionsStyling .einheitTrenner {
  width: 10px;
}
.AktionsStyling .JS_TIMER .c100:last-of-type {
  display: none;
}
.AktionsStyling .JS_TIMER {
  display: flex;
  justify-content: center;
}
:root {
  --vc-clr-primary: #000;
  --vc-clr-secondary: #123645;
  --vc-clr-white: #fff;
  --vc-icn-width: 1.2em;
  --vc-nav-width: 30px;
  --vc-nav-height: 30px;
  --vc-nav-border-radius: 0;
  --vc-nav-color: var(--vc-clr-primary);
  --vc-nav-color-hover: var(--vc-clr-secondary);
  --vc-nav-background: transparent;
  --vc-pgn-width: 12px;
  --vc-pgn-height: 4px;
  --vc-pgn-margin: 4px;
  --vc-pgn-border-radius: 0;
  --vc-pgn-background-color: var(--vc-clr-secondary);
  --vc-pgn-active-color: var(--vc-clr-primary);
}
.carousel__next,
.carousel__prev {
  align-items: center;
  background: var(--vc-nav-background);
  border: 0;
  border-radius: var(--vc-nav-border-radius);
  box-sizing: content-box;
  color: var(--vc-nav-color);
  cursor: pointer;
  display: flex;
  font-size: var(--vc-nav-height);
  height: var(--vc-nav-height);
  justify-content: center;
  margin: 0 10px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: var(--vc-nav-width);
}
.carousel__next:hover,
.carousel__prev:hover {
  color: var(--vc-nav-color-hover);
}
.carousel__next--disabled,
.carousel__prev--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.carousel__prev {
  left: 0;
}
.carousel__next {
  right: 0;
}
.carousel--rtl .carousel__prev {
  left: auto;
  right: 0;
}
.carousel--rtl .carousel__next {
  left: 0;
  right: auto;
}
.carousel {
  box-sizing: border-box;
  overscroll-behavior: none;
  position: relative;
  text-align: center;
  touch-action: pan-y;
}
.carousel.is-dragging {
  touch-action: none;
}
.carousel * {
  box-sizing: border-box;
}
.carousel__track {
  display: flex;
  padding: 0 !important;
  position: relative;
}
.carousel__viewport {
  overflow: hidden;
}
.carousel__sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.carousel__icon {
  fill: currentColor;
  height: var(--vc-icn-width);
  width: var(--vc-icn-width);
}
.carousel__pagination {
  display: flex;
  justify-content: center;
  line-height: 0;
  list-style: none;
  margin: 10px 0 0;
}
.carousel__pagination-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: var(--vc-pgn-margin);
}
.carousel__pagination-button:after {
  background-color: var(--vc-pgn-background-color);
  border-radius: var(--vc-pgn-border-radius);
  content: '';
  display: block;
  height: var(--vc-pgn-height);
  width: var(--vc-pgn-width);
}
.carousel__pagination-button--active:after,
.carousel__pagination-button:hover:after {
  background-color: var(--vc-pgn-active-color);
}
.carousel__slide {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin: 0;
  position: relative;
  scroll-snap-stop: auto;
  transform: translateZ(0);
}
.icon-bell:before {
  content: 'î €';
}
.icon-heart-empty:before {
  content: 'î ';
}
.icon-heart:before {
  content: 'î ‚';
}
.icon-resize-full-alt:before {
  content: 'î ƒ';
}
.icon-resize-small-alt:before {
  content: 'î „';
}
.icon-attention:before {
  content: 'î …';
}
.icon-info:before {
  content: 'î †';
}
.icon-question:before {
  content: 'î ‡';
}
.icon-download:before {
  content: 'î ˆ';
}
.icon-camera:before {
  content: 'î ‰';
}
.icon-upload:before {
  content: 'î Š';
}
.icon-qrcode:before {
  content: 'î ‹';
}
.icon-attach:before {
  content: 'î Œ';
}
.icon-cancel:before {
  content: 'î ';
}
.icon-cancel-circled:before {
  content: 'î Ž';
}
.icon-calendar:before {
  content: 'î ';
}
.icon-attach-1:before {
  content: 'î ';
}
.icon-minus-circled:before {
  content: 'î ’';
}
.icon-info-circled:before {
  content: 'î ”';
}
.icon-check-1:before {
  content: 'î š';
}
.icon-tag:before {
  content: 'î œ';
}
.icon-attention-circled:before {
  content: 'î ©';
}
.icon-agb:before {
  content: 'î ±';
}
.icon-spin4:before {
  content: 'î ´';
}
.icon-spin5:before {
  content: 'î ¸';
}
.icon-spin6:before {
  content: 'î ¹';
}
.icon-left-big:before {
  content: 'î »';
}
.icon-up-big:before {
  content: 'î ½';
}
.icon-brand_blitz:before {
  content: 'î¡‰';
}
.icon-brand_shop:before {
  content: 'î¡Š';
}
.icon-brand_pfeil_rechts:before {
  content: 'î¡‹';
}
.icon-brand_close:before {
  content: 'î¡Œ';
}
.icon-brand_check_label:before {
  content: 'î¡';
}
.icon-brand_ausrufezeichen2:before {
  content: 'î¡Ž';
}
.icon-check:before {
  content: 'î¡‘';
}
.icon-install:before {
  content: 'î¡“';
}
.icon-brand_pfeil_links:before {
  content: 'î¡¢';
}
.icon-brand_caticon_konsole:before {
  content: 'î¡£';
}
.icon-brand_caticon_zubehoer:before {
  content: 'î¡¤';
}
.icon-fb:before {
  content: 'î¡«';
}
.icon-herz:before {
  content: 'î¡¬';
}
.icon-instagram-2:before {
  content: 'î¡­';
}
.icon-mail-und-newsletter:before {
  content: 'î¡®';
}
.icon-twitter-2:before {
  content: 'î¡²';
}
.icon-002-fire:before {
  content: 'î¡µ';
}
.icon-tree-2:before {
  content: 'î¢‚';
}
.icon-up-dir:before {
  content: 'î¢';
}
.icon-down-dir:before {
  content: 'î¢';
}
.icon-001-box:before {
  content: 'î¢•';
}
.icon-twitter-3:before {
  content: 'î¢¡';
}
.icon-herz-1:before {
  content: 'î¢ª';
}
.icon-charger:before {
  content: 'î¢«';
}
.icon-lupe:before {
  content: 'î¢¬';
}
.icon-cleaner:before {
  content: 'î¢­';
}
.icon-akku:before {
  content: 'î¢®';
}
.icon-anschluesse:before {
  content: 'î¢¯';
}
.icon-audio:before {
  content: 'î¢°';
}
.icon-chipset:before {
  content: 'î¢±';
}
.icon-display:before {
  content: 'î¢²';
}
.icon-kamera:before {
  content: 'î¢³';
}
.icon-sensoren:before {
  content: 'î¢´';
}
.icon-software:before {
  content: 'î¢µ';
}
.icon-tasten:before {
  content: 'î¢¶';
}
.icon-verbindungen:before {
  content: 'î¢·';
}
.icon-hundred:before {
  content: 'î¢¸';
}
.icon-barcode:before {
  content: 'î¢»';
}
.icon-check-box_checked_new:before {
  content: 'î£';
}
.icon-check-box_new:before {
  content: 'î£Ž';
}
.icon-navigation-cat:before {
  content: 'î£œ';
}
.icon-ankaufbedingungen:before {
  content: 'î£';
}
.icon-mit_euro_meine_verkauefe:before {
  content: 'î£¦';
}
.icon-edit:before {
  content: 'î£¬';
}
.icon-leaf:before {
  content: 'î£¯';
}
.icon-brief:before {
  content: 'î£¾';
}
.icon-gamestation:before {
  content: 'î£¿';
}
.icon-brand_caticon_smartphone:before {
  content: 'î¤€';
}
.icon-icon-kaffee:before {
  content: 'î¤‚';
}
.icon-mitarbeiter:before {
  content: 'î¤ƒ';
}
.icon-onlineshop:before {
  content: 'î¤„';
}
.icon-smartphone-charger:before {
  content: 'î¤‰';
}
.icon-technische-beratung:before {
  content: 'î¤Š';
}
.icon-vor-ort:before {
  content: 'î¤‹';
}
.icon-wifi:before {
  content: 'î¤Œ';
}
.icon-app-logo:before {
  content: 'î¤';
}
.icon-faq:before {
  content: 'î¤•';
}
.icon-lager:before {
  content: 'î¤˜';
}
.icon-location-pin:before {
  content: 'î¤™';
}
.icon-zentrale:before {
  content: 'î¤Ÿ';
}
.icon-fragezeichen:before {
  content: 'î¤ ';
}
.icon-zum-store:before {
  content: 'î¤¡';
}
.icon-hoerer:before {
  content: 'î¤¢';
}
.icon-arrow-next:before {
  content: 'î¤¥';
}
.icon-arrow-prev:before {
  content: 'î¤¦';
}
.icon-checked:before {
  content: 'î¤½';
}
.icon-clock:before {
  content: 'î¥';
}
.icon-haken-check:before {
  content: 'î¥‰';
}
.icon-bank:before {
  content: 'î¥';
}
.icon-ok-circled2:before {
  content: 'î¥§';
}
.icon-brand_ausrufezeichen_full:before {
  content: 'î¥°';
}
.icon-brand_arrow_down:before {
  content: 'î¥¼';
}
.icon-brand_check:before {
  content: 'î¥¾';
}
.icon-brand_check_full:before {
  content: 'î¥¿';
}
.icon-brand_clock:before {
  content: 'î¦€';
}
.icon-brand_email:before {
  content: 'î¦';
}
.icon-brand_fragezeichen_full:before {
  content: 'î¦‚';
}
.icon-brand_minus:before {
  content: 'î¦ƒ';
}
.icon-brand_phone:before {
  content: 'î¦„';
}
.icon-brand_plus:before {
  content: 'î¦…';
}
.icon-brand_search:before {
  content: 'î¦†';
}
.icon-brand_sendbox:before {
  content: 'î¦‡';
}
.icon-brand_shopping:before {
  content: 'î¦ˆ';
}
.icon-brand_swooop:before {
  content: 'î¦‰';
}
.icon-brand_user:before {
  content: 'î¦Š';
}
.icon-brand_caticon_werkzeug:before {
  content: 'î§';
}
.icon-brand_caticon_virtualreality:before {
  content: 'î§';
}
.icon-brand_caticon_tv:before {
  content: 'î§‘';
}
.icon-brand_caticon_tablet:before {
  content: 'î§’';
}
.icon-brand_caticon_staubsauger:before {
  content: 'î§“';
}
.icon-brand_caticon_smartwatch:before {
  content: 'î§”';
}
.icon-brand_caticon_rasenmaeher:before {
  content: 'î§–';
}
.icon-brand_caticon_objektiv:before {
  content: 'î§—';
}
.icon-brand_caticon_navi:before {
  content: 'î§˜';
}
.icon-brand_caticon_monitor:before {
  content: 'î§™';
}
.icon-brand_caticon_mixer:before {
  content: 'î§š';
}
.icon-brand_caticon_laptop:before {
  content: 'î§›';
}
.icon-brand_caticon_kopfhoerer:before {
  content: 'î§œ';
}
.icon-brand_caticon_kamera:before {
  content: 'î§ž';
}
.icon-brand_caticon_haus_u_garten:before {
  content: 'î§Ÿ';
}
.icon-brand_caticon_grafikkarte:before {
  content: 'î§ ';
}
.icon-brand_caticon_fehlendekategorie:before {
  content: 'î§¡';
}
.icon-brand_caticon_e-scooter:before {
  content: 'î§¢';
}
.icon-brand_caticon_drohne:before {
  content: 'î§£';
}
.icon-brand_caticon_disk:before {
  content: 'î§¤';
}
.icon-brand_caticon_desktop-pc:before {
  content: 'î§¥';
}
.icon-brand_caticon_deals:before {
  content: 'î§¦';
}
.icon-brand_caticon_beamer:before {
  content: 'î§§';
}
.icon-brand_ausrufezeichen:before {
  content: 'î§¨';
}
.icon-brand_recycling:before {
  content: 'îª½';
}
.icon-probleme_melden_icon:before {
  content: 'î®¥';
}
.icon-reparatur_icon:before {
  content: 'î®¦';
}
.icon-umfang_garantie_icon:before {
  content: 'î®§';
}
.icon-menu:before {
  content: 'ï€ˆ';
}
.icon-th-list:before {
  content: 'ï€‰';
}
.icon-check-empty:before {
  content: 'ï‚–';
}
.icon-facebook:before {
  content: 'ï‚š';
}
.icon-left-circled:before {
  content: 'ï‚¨';
}
.icon-right-circled:before {
  content: 'ï‚©';
}
.icon-angle-double-left:before {
  content: 'ï„€';
}
.icon-angle-double-right:before {
  content: 'ï„';
}
.icon-angle-double-up:before {
  content: 'ï„‚';
}
.icon-angle-double-down:before {
  content: 'ï„ƒ';
}
.icon-angle-left:before {
  content: 'ï„„';
}
.icon-angle-right:before {
  content: 'ï„…';
}
.icon-angle-up:before {
  content: 'ï„†';
}
.icon-angle-down:before {
  content: 'ï„‡';
}
.icon-circle-empty:before {
  content: 'ï„Œ';
}
.icon-circle:before {
  content: 'ï„‘';
}
.icon-folder-empty:before {
  content: 'ï„”';
}
.icon-code:before {
  content: 'ï„¡';
}
.icon-calendar-empty:before {
  content: 'ï„³';
}
.icon-rocket:before {
  content: 'ï„µ';
}
.icon-minus-squared-alt:before {
  content: 'ï…‡';
}
.icon-sort-alt-up:before {
  content: 'ï… ';
}
.icon-sort-alt-down:before {
  content: 'ï…¡';
}
.icon-youtube-play:before {
  content: 'ï…ª';
}
.icon-right:before {
  content: 'ï…¸';
}
.icon-dot-circled:before {
  content: 'ï†’';
}
.icon-plus-squared-alt:before {
  content: 'ï†–';
}
.icon-cc-paypal:before {
  content: 'ï‡´';
}
.icon-toggle-off:before {
  content: 'ïˆ„';
}
.icon-toggle-on:before {
  content: 'ïˆ…';
}
.icon-whatsapp:before {
  content: 'ïˆ²';
}
.icon-clone:before {
  content: 'ï‰';
}
.icon-envira:before {
  content: 'ïŠ™';
}
.fancybox__container .fancybox__backdrop {
  --fancybox-bg: #fbfaf9;
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}
.f-spinner {
  height: var(--f-spinner-height);
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
}
.f-spinner svg {
  animation: f-spinner-rotate 2s linear infinite;
  height: 100%;
  vertical-align: top;
  width: 100%;
}
.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}
.f-spinner svg :first-child {
  stroke: var(--f-spinner-color-1);
}
.f-spinner svg :last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}
@keyframes f-spinner-rotate {
  to {
    transform: rotate(1turn);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: f-throwOutUp 0.175s ease-out both;
}
.f-throwOutDown {
  animation: f-throwOutDown 0.175s ease-out both;
}
@keyframes f-throwOutUp {
  to {
    opacity: 0;
    transform: translate3d(0, -150px, 0);
  }
}
@keyframes f-throwOutDown {
  to {
    opacity: 0;
    transform: translate3d(0, 150px, 0);
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease-out 0.1s both f-zoomInUp;
}
.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown;
}
@keyframes f-zoomInUp {
  0% {
    opacity: 0;
    transform: scale(0.975) translate3d(0, 16px, 0);
  }
  to {
    opacity: 1;
    transform: scale(1) translateZ(0);
  }
}
@keyframes f-zoomOutDown {
  to {
    opacity: 0;
    transform: scale(0.975) translate3d(0, 16px, 0);
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeIn;
  z-index: 2;
}
.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) ease both f-fadeOut;
  z-index: 1;
}
@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  to {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}
.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}
@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  to {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}
.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;
  z-index: 2;
}
@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  to {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}
.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}
@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  to {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}
.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}
.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}
.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}
@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes f-slideOutNext {
  to {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  to {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}
.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}
.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}
.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}
@keyframes f-classicInNext {
  0% {
    opacity: 0;
    transform: translateX(-75px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes f-classicInPrev {
  0% {
    opacity: 0;
    transform: translateX(75px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes f-classicOutNext {
  to {
    opacity: 0;
    transform: translateX(-75px);
  }
}
@keyframes f-classicOutPrev {
  to {
    opacity: 0;
    transform: translateX(75px);
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}
.f-button {
  align-items: center;
  background: var(--f-button-bg);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  box-shadow: var(--f-button-shadow);
  box-sizing: content-box;
  color: var(--f-button-color);
  cursor: pointer;
  display: flex;
  height: var(--f-button-height);
  justify-content: center;
  margin: 0;
  padding: 0;
  pointer-events: all;
  position: relative;
  transition: var(--f-button-transition);
  width: var(--f-button-width);
}
@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    background-color: var(--f-button-hover-bg);
    color: var(--f-button-hover-color);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
  outline: none;
}
.f-button:focus-visible {
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
  outline: none;
}
.f-button svg {
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: var(--f-button-svg-filter);
  height: var(--f-button-svg-height);
  pointer-events: none;
  transform: var(--f-button-transform);
  transition: opacity 0.15s ease;
  width: var(--f-button-svg-width);
}
.f-button[disabled] {
  cursor: default;
}
.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}
.f-carousel__nav .f-button.is-next,
.f-carousel__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev {
  position: absolute;
  z-index: 1;
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev {
  top: 50%;
  transform: translateY(-50%);
}
.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  left: var(--f-button-prev-pos);
  right: auto;
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev {
  left: 50%;
  top: auto;
  transform: translateX(-50%);
}
.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg {
  transform: rotate(90deg);
}
html.with-fancybox {
  overflow: visible;
  scroll-behavior: auto;
  width: auto;
}
html.with-fancybox body {
  touch-action: none;
}
html.with-fancybox body.hide-scrollbar {
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
  width: auto;
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: hsla(0, 0%, 100%, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  text-size-adjust: 100%;
  bottom: 0;
  box-sizing: border-box;
  color: #f8f8f8;
  direction: ltr;
  display: flex;
  flex-direction: column;
  left: 0;
  margin: 0;
  outline: none;
  overflow: visible;
  overscroll-behavior-y: contain;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  transform-origin: top left;
  z-index: var(--fancybox-zIndex, 1050);
}
.fancybox__container *,
.fancybox__container :after,
.fancybox__container :before {
  box-sizing: inherit;
}
.fancybox__container::backdrop {
  background-color: transparent;
}
.fancybox__backdrop {
  background: var(--fancybox-bg);
  bottom: 0;
  left: 0;
  opacity: var(--fancybox-opacity, 1);
  position: fixed;
  right: 0;
  top: 0;
  will-change: opacity;
  z-index: -1;
}
.fancybox__carousel {
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  overflow-x: clip;
  overflow-y: visible;
  position: relative;
  z-index: 10;
}
.fancybox__viewport {
  height: 100%;
  width: 100%;
}
.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}
.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}
.fancybox__track {
  display: flex;
  height: 100%;
  margin: 0 auto;
}
.fancybox__slide {
  align-items: center;
  backface-visibility: hidden;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 4px;
  position: relative;
  transform: translateZ(0);
  width: 100%;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}
.fancybox__slide.has-html5video,
.fancybox__slide.has-iframe,
.fancybox__slide.has-image,
.fancybox__slide.has-video {
  overflow: hidden;
}
.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}
.fancybox__slide:after,
.fancybox__slide:before {
  content: '';
  flex: 0 0 0;
  margin: auto;
}
.fancybox__content {
  align-self: center;
  background: var(--fancybox-content-bg, #fff);
  border-radius: 0;
  color: var(--fancybox-content-color, #374151);
  cursor: default;
  display: flex;
  flex-direction: column;
  margin: 0;
  max-width: 100%;
  padding: 2rem;
  position: relative;
  z-index: 20;
}
.is-loading .fancybox__content {
  opacity: 0;
}
.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__content [contenteditable],
.fancybox__content [data-selectable] {
  cursor: auto;
}
.fancybox__slide.has-image > .fancybox__content {
  backface-visibility: hidden;
  background: transparent;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 1px;
  padding: 0;
  transform: translateZ(0);
  transition: none;
}
.fancybox__slide.has-image > .fancybox__content > picture > img {
  height: auto;
  max-height: 100%;
  width: 100%;
}
.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,
.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}
.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  filter: blur(0);
  will-change: transform, width, height;
}
.fancybox-image {
  display: block;
  height: 100%;
  margin: auto;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox__caption {
  align-self: center;
  color: var(--fancybox-color, currentColor);
  cursor: auto;
  flex-shrink: 0;
  line-height: 1.375;
  margin: 0;
  max-width: 100%;
  opacity: var(--fancybox-opacity, 1);
  overflow-wrap: anywhere;
  padding: 14px 0 4px;
  visibility: visible;
}
.is-closing .fancybox__caption,
.is-loading .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}
.is-compact .fancybox__caption {
  padding-bottom: 0;
}
.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  right: 8px;
  top: 0;
  z-index: 40;
}
.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  opacity: 0.75;
  position: absolute;
  right: 0;
  top: -38px;
}
.is-loading .fancybox__content > .f-button.is-close-btn,
.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}
.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}
.fancybox__footer {
  margin: 0;
  padding: 0;
  position: relative;
}
.fancybox__footer .fancybox__caption {
  opacity: var(--fancybox-opacity, 1);
  padding: 24px;
  transition: all 0.25s ease;
  width: 100%;
}
.is-compact .fancybox__footer {
  background: rgba(24, 24, 27, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 20;
}
.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  right: 5px;
  top: 5px;
}
.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__nav .f-button:before {
  bottom: -30px;
  content: '';
  left: -20px;
  position: absolute;
  right: -20px;
  top: -30px;
  z-index: 1;
}
.is-idle .fancybox__nav,
.is-idle.is-compact .fancybox__footer {
  animation: f-fadeOut 0.15s ease-out both;
}
.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
}
.fancybox__slide > .f-spinner {
  cursor: pointer;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0
    var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  position: absolute;
  top: 50%;
  z-index: 30;
}
.fancybox-protected {
  bottom: 0;
  right: 0;
}
.fancybox-ghost,
.fancybox-protected {
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 40;
}
.fancybox-ghost {
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
  object-fit: contain;
  pointer-events: none;
  width: 100%;
}
.fancybox-focus-guard {
  opacity: 0;
  outline: none;
  pointer-events: none;
  position: fixed;
}
.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}
.fancybox__container.is-animated[aria-hidden='false'] .fancybox__carousel > :not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden='false'] .fancybox__slide > :not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden='false'] > :not(.fancybox__backdrop, .fancybox__carousel) {
  animation: f-fadeIn 0.25s ease 0.1s backwards;
}
.fancybox__container.is-animated[aria-hidden='false'] .fancybox__backdrop {
  animation: f-fadeIn 0.35s ease backwards;
}
.fancybox__container.is-animated[aria-hidden='true'] .fancybox__carousel > :not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden='true'] .fancybox__slide > :not(.fancybox__content),
.fancybox__container.is-animated[aria-hidden='true'] > :not(.fancybox__backdrop, .fancybox__carousel) {
  animation: f-fadeOut 0.15s ease forwards;
}
.fancybox__container.is-animated[aria-hidden='true'] .fancybox__backdrop {
  animation: f-fadeOut 0.35s ease forwards;
}
.has-html5video .fancybox__content,
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  flex-shrink: 1;
  max-width: 100%;
  min-height: 1px;
  overflow: visible;
}
.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  height: 100%;
  width: 100%;
}
.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,
.fancybox__container:not(.is-compact) .has-map .fancybox__content,
.fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  height: 90%;
  width: calc(100% - 120px);
}
.has-html5video .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  height: 540px;
  max-height: 100%;
  max-width: 100%;
  width: 960px;
}
.has-html5video .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-vimeo .fancybox__content,
.has-youtube .fancybox__content {
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
  padding: 0;
}
.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video,
.fancybox__iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.fancybox-placeholder {
  clip: rect(1px, 1px, 1px, 1px) !important;
  border: 0 !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}
.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}
.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}
.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
}
.f-thumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  perspective: 1000px;
  position: relative;
  transform: translateZ(0);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.f-thumbs .f-spinner {
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  border-radius: 2px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.f-thumbs .f-spinner svg {
  display: none;
}
.f-thumbs.is-vertical {
  height: 100%;
}
.f-thumbs__viewport {
  height: auto;
  overflow: hidden;
  width: 100%;
}
.f-thumbs__track {
  display: flex;
  will-change: transform;
}
.f-thumbs__slide {
  align-items: center;
  box-sizing: content-box;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  height: var(--f-thumb-height);
  justify-content: center;
  margin: 0;
  min-width: var(--f-thumb-width);
  overflow: visible;
  padding: 0;
  position: relative;
  width: var(--f-thumb-width);
}
.f-thumbs__slide.is-loading img {
  opacity: 0;
}
.is-classic .f-thumbs__viewport {
  height: 100%;
}
.is-modern .f-thumbs__track {
  width: -moz-max-content;
  width: max-content;
}
.is-modern .f-thumbs__track:before {
  bottom: 0;
  content: '';
  cursor: pointer;
  left: calc(var(--left, 0) * 1px);
  position: absolute;
  top: 0;
  width: calc(100% - var(--width, 0) * 1px);
}
.is-modern .f-thumbs__slide {
  --clip-path: inset(
    0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0))) round
      var(--f-thumb-border-radius, 0)
  );
  pointer-events: none;
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
}
.is-modern .f-thumbs__slide > * {
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
}
.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color))
    drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color));
}
.is-modern.in-touch .f-thumbs__slide {
  filter: none;
}
.is-modern.is-resting .f-thumbs__slide,
.is-modern.is-resting .f-thumbs__slide > * {
  transition: all 0.33s ease;
}
.f-thumbs__slide__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: var(--f-thumb-border-radius);
  cursor: pointer;
  height: 100%;
  margin: 0;
  opacity: var(--f-thumb-opacity);
  outline: none;
  overflow: hidden;
  padding: 0;
  pointer-events: auto;
  position: relative;
  touch-action: manipulation;
  transition: opacity 0.2s ease;
  width: 100%;
}
.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}
.f-thumbs__slide__button:focus-visible {
  opacity: var(--f-thumb-selected-opacity);
  outline: none;
}
.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}
.is-nav-selected .f-thumbs__slide__button:after {
  animation: f-fadeIn 0.2s ease-out;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  bottom: 0;
  content: '';
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.f-thumbs__slide__img {
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  padding: var(--f-thumb-offset);
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px;
}
.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}
.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px;
}
.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}
.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  opacity: var(--fancybox-opacity, 1);
  position: relative;
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.05));
}
.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.05));
}
.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}
.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}
.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}
.fancybox__thumbs.is-masked {
  max-height: 0 !important;
}
.is-closing .fancybox__thumbs {
  transition: none !important;
}
.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, hsla(0, 0%, 100%, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  color: var(--fancybox-color, currentColor);
  display: flex;
  flex-direction: row;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI Adjusted,
    Segoe UI,
    Liberation Sans,
    sans-serif;
  justify-content: space-between;
  margin: 0;
  opacity: var(--fancybox-opacity, 1);
  padding: 0;
  pointer-events: none;
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  z-index: 20;
}
.fancybox__toolbar :focus-visible {
  z-index: 1;
}
.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.is-idle .fancybox__toolbar {
  animation: f-fadeOut 0.15s ease-out both;
  pointer-events: none;
}
.fancybox__toolbar__column {
  align-content: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-basis: 0;
  flex-grow: 1;
}
.fancybox__toolbar__column.is-right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
.fancybox__infobar {
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  line-height: var(--f-button-height);
  padding: 0 5px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.fancybox__infobar span {
  padding: 0 5px;
}
.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}
[data-fancybox-toggle-slideshow] {
  position: relative;
}
[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}
[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,
[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,
[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}
.f-progress {
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  height: 3px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 30;
}
