/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/app_retailer/cartridge/client/default/scss/global.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* fonts */
/*
******************************************
Code convert zh_CN to zh-CN on layout/page.isml
******************************************
`
lang="${pdict.CurrentRequest.getLocale().replace('_', '-')}"
`
******************************************
*/
/* stylelint-disable-next-line max-line-length */
html[lang=zh-CN] body,
html[lang=zh-CN] body * {
  font-family: "Noto Sans SC", sans-serif;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #c20012;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #006ebe;
  --secondary: #6c757d;
  --success: #008827;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #c20012;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 321px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #1e1e1c;
  text-align: left;
  background-color: #f7f7f7;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #006ebe;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 65.7105263158, 113.5);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

.container,
.container-fluid,
.container-xl {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1464px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 321px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1280px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1e1e1c;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #999;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #999;
}
.table tbody + tbody {
  border-top: 2px solid #999;
}

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

.table-bordered {
  border: 1px solid #999;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #999;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(30, 30, 28, 0.05);
}

.table-hover tbody tr:hover {
  color: #1e1e1c;
  background-color: rgba(30, 30, 28, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 214.4, 236.8);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 179.6, 221.2);
}

.table-hover .table-primary:hover {
  background-color: rgb(163.2796875, 202.8453125, 231.6203125);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(163.2796875, 202.8453125, 231.6203125);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(183.6, 221.68, 194.52);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(122.4, 193.12, 142.68);
}

.table-hover .table-success:hover {
  background-color: rgb(166.2136363636, 213.5663636364, 179.7927272727);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(166.2136363636, 213.5663636364, 179.7927272727);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(134.36, 206.64, 218.08);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 222.76, 126.04);
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(237.92, 183.6, 188.64);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(223.28, 122.4, 131.76);
}

.table-hover .table-danger:hover {
  background-color: rgb(232.9975316456, 163.0224683544, 169.515);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(232.9975316456, 163.0224683544, 169.515);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #999;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.4em + 1.192rem + 2px);
  padding: 0.596rem 2rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(62.5, 173.9473684211, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 190, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

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

.form-control-sm {
  height: calc(1.4em + 0.814rem + 2px);
  padding: 0.407rem 0.9375rem;
  font-size: 0.765625rem;
  line-height: 1.4;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #008827;
  padding-right: calc(1.4em + 1.192rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23008827' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.298rem) center;
  background-size: calc(0.7em + 0.596rem) calc(0.7em + 0.596rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #008827;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25);
}

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.4em + 1.192rem);
  background-position: top calc(0.35em + 0.298rem) right calc(0.35em + 0.298rem);
}

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #008827;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #008827;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #008827;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(0, 187, 53.625);
  background-color: rgb(0, 187, 53.625);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #008827;
}

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #c20012;
  padding-right: calc(1.4em + 1.192rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c20012' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c20012' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.298rem) center;
  background-size: calc(0.7em + 0.596rem) calc(0.7em + 0.596rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #c20012;
  box-shadow: 0 0 0 0.2rem rgba(194, 0, 18, 0.25);
}

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

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.4em + 1.192rem);
  background-position: top calc(0.35em + 0.298rem) right calc(0.35em + 0.298rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #c20012;
  padding-right: calc(0.75em + 3.894rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 2rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c20012' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c20012' stroke='none'/%3e%3c/svg%3e") center right 3rem/calc(0.7em + 0.596rem) calc(0.7em + 0.596rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #c20012;
  box-shadow: 0 0 0 0.2rem rgba(194, 0, 18, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #c20012;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #c20012;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #c20012;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(245, 0, 22.7319587629);
  background-color: rgb(245, 0, 22.7319587629);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(194, 0, 18, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #c20012;
}

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #1e1e1c;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.596rem 2rem;
  font-size: 0.875rem;
  line-height: 1.4;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #1e1e1c;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 190, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.4;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #006ebe;
  border-color: #006ebe;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(0, 87.8552631579, 151.75);
  border-color: rgb(0, 80.4736842105, 139);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(0, 87.8552631579, 151.75);
  border-color: rgb(0, 80.4736842105, 139);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 131.75, 199.75, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #006ebe;
  border-color: #006ebe;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 80.4736842105, 139);
  border-color: rgb(0, 73.0921052632, 126.25);
}
.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(38.25, 131.75, 199.75, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #008827;
  border-color: #008827;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(0, 97.75, 28.03125);
  border-color: rgb(0, 85, 24.375);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(0, 97.75, 28.03125);
  border-color: rgb(0, 85, 24.375);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 153.85, 71.4, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #008827;
  border-color: #008827;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(0, 85, 24.375);
  border-color: rgb(0, 72.25, 20.71875);
}
.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(38.25, 153.85, 71.4, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  box-shadow: 0 0 0 0.2rem rgba(57.8, 175.95, 194.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.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(57.8, 175.95, 194.65, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 169.6, 12.1, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.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(221.7, 169.6, 12.1, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #c20012;
  border-color: #c20012;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(155.75, 0, 14.4510309278);
  border-color: rgb(143, 0, 13.2680412371);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(155.75, 0, 14.4510309278);
  border-color: rgb(143, 0, 13.2680412371);
  box-shadow: 0 0 0 0.2rem rgba(203.15, 38.25, 53.55, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #c20012;
  border-color: #c20012;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(143, 0, 13.2680412371);
  border-color: rgb(130.25, 0, 12.0850515464);
}
.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(203.15, 38.25, 53.55, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.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(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #006ebe;
  border-color: #006ebe;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #006ebe;
  border-color: #006ebe;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 190, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #006ebe;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #006ebe;
  border-color: #006ebe;
}
.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(0, 110, 190, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

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

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #006ebe;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(0, 65.7105263158, 113.5);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.407rem 0.9375rem;
  font-size: 0.765625rem;
  line-height: 1.4;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #1e1e1c;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(30, 30, 28, 0.15);
  border-radius: 0;
}

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

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

@media (min-width: 321px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.596rem 2rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  line-height: 1.8;
  border-radius: 0.3rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.407rem 0.9375rem;
  font-size: 0.765625rem;
  line-height: 1.4;
  border-radius: 0.2rem;
}

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.575rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.2875rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #006ebe;
  background-color: #006ebe;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 190, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(62.5, 173.9473684211, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(113.5, 195.4210526316, 255);
  border-color: rgb(113.5, 195.4210526316, 255);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

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

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

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

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

.custom-select-sm {
  height: calc(1.4em + 0.814rem + 2px);
  padding-top: 0.407rem;
  padding-bottom: 0.407rem;
  padding-left: 0.9375rem;
  font-size: 0.765625rem;
}

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

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

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

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -moz-appearance: none;
       appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f7f7f7, 0 0 0 0.2rem rgba(0, 110, 190, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f7f7f7, 0 0 0 0.2rem rgba(0, 110, 190, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f7f7f7, 0 0 0 0.2rem rgba(0, 110, 190, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #006ebe;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(113.5, 195.4210526316, 255);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #006ebe;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(113.5, 195.4210526316, 255);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #006ebe;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(113.5, 195.4210526316, 255);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 320.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 321px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 0;
}

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

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

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

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

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

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 321px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #006ebe;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 80.4736842105, 139);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 110, 190, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #008827;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(0, 85, 24.375);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 136, 39, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.badge-danger {
  color: #fff;
  background-color: #c20012;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(143, 0, 13.2680412371);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(194, 0, 18, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(14.4, 71.6, 112.24);
  background-color: #cce2f2;
  border-color: rgb(183.6, 214.4, 236.8);
}
.alert-primary hr {
  border-top-color: rgb(163.2796875, 202.8453125, 231.6203125);
}
.alert-primary .alert-link {
  color: rgb(8.6008843967, 42.7655085281, 67.0391156033);
}

.alert-secondary {
  color: rgb(70.56, 75.24, 78.44);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(46.408590604, 49.4867114094, 51.591409396);
}

.alert-success {
  color: rgb(14.4, 85.12, 33.72);
  background-color: rgb(204, 231.2, 211.8);
  border-color: rgb(183.6, 221.68, 194.52);
}
.alert-success hr {
  border-top-color: rgb(166.2136363636, 213.5663636364, 179.7927272727);
}
.alert-success .alert-link {
  color: rgb(7.0205787781, 41.4994212219, 16.4398553055);
}

.alert-info {
  color: rgb(26.36, 98.64, 109.12);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(16.4370593446, 61.5080248007, 68.0429406554);
}

.alert-warning {
  color: rgb(147, 114.76, 17.08);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(101.3088737201, 79.0898391029, 11.7711262799);
}

.alert-danger {
  color: rgb(115.28, 14.4, 22.8);
  background-color: rgb(242.8, 204, 207.6);
  border-color: rgb(237.92, 183.6, 188.64);
}
.alert-danger hr {
  border-top-color: rgb(232.9975316456, 163.0224683544, 169.515);
}
.alert-danger .alert-link {
  color: rgb(69.9431708822, 8.7368291178, 13.8333127699);
}

.alert-light {
  color: rgb(143.36, 143.88, 143.44);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(117.8442664751, 118.3957335249, 117.9291075597);
}

.alert-dark {
  color: rgb(41.44, 44.56, 46.72);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(17.4672232305, 18.782323049, 19.6927767695);
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 321px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1280px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(14.4, 71.6, 112.24);
  background-color: rgb(183.6, 214.4, 236.8);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(14.4, 71.6, 112.24);
  background-color: rgb(163.2796875, 202.8453125, 231.6203125);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(14.4, 71.6, 112.24);
  border-color: rgb(14.4, 71.6, 112.24);
}

.list-group-item-secondary {
  color: rgb(70.56, 75.24, 78.44);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(70.56, 75.24, 78.44);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(70.56, 75.24, 78.44);
  border-color: rgb(70.56, 75.24, 78.44);
}

.list-group-item-success {
  color: rgb(14.4, 85.12, 33.72);
  background-color: rgb(183.6, 221.68, 194.52);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(14.4, 85.12, 33.72);
  background-color: rgb(166.2136363636, 213.5663636364, 179.7927272727);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(14.4, 85.12, 33.72);
  border-color: rgb(14.4, 85.12, 33.72);
}

.list-group-item-info {
  color: rgb(26.36, 98.64, 109.12);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(26.36, 98.64, 109.12);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(26.36, 98.64, 109.12);
  border-color: rgb(26.36, 98.64, 109.12);
}

.list-group-item-warning {
  color: rgb(147, 114.76, 17.08);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(147, 114.76, 17.08);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(147, 114.76, 17.08);
  border-color: rgb(147, 114.76, 17.08);
}

.list-group-item-danger {
  color: rgb(115.28, 14.4, 22.8);
  background-color: rgb(237.92, 183.6, 188.64);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(115.28, 14.4, 22.8);
  background-color: rgb(232.9975316456, 163.0224683544, 169.515);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(115.28, 14.4, 22.8);
  border-color: rgb(115.28, 14.4, 22.8);
}

.list-group-item-light {
  color: rgb(143.36, 143.88, 143.44);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(143.36, 143.88, 143.44);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(143.36, 143.88, 143.44);
  border-color: rgb(143.36, 143.88, 143.44);
}

.list-group-item-dark {
  color: rgb(41.44, 44.56, 46.72);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(41.44, 44.56, 46.72);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(41.44, 44.56, 46.72);
  border-color: rgb(41.44, 44.56, 46.72);
}

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

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

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

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

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

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 321px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #1e1e1c;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #1e1e1c;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #1e1e1c;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #1e1e1c;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.765625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(30, 30, 28, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(30, 30, 28, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(30, 30, 28, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

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

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(30, 30, 28, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 80.4736842105, 139) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(0, 85, 24.375) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(143, 0, 13.2680412371) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 321px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 321px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 321px) {
  .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: 1024px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          -ms-user-select: all !important;
      user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-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: 321px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-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: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 321px) {
  .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: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 65.7105263158, 113.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(0, 59.5, 17.0625) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

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

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(117.5, 0, 10.9020618557) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(30, 30, 28, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1024px !important;
  }
  .container {
    min-width: 1024px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #1e1e1c;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #999;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #999;
  }
}
/* stylelint-disable scss/no-global-function-names */
.carousel .icon-prev,
.carousel .icon-next {
  background-color: #fff;
  font-size: 1.875em;
  height: 3rem;
  padding-top: 0.24em;
  width: 3rem;
}
.carousel .icon-prev::before,
.carousel .icon-next::before {
  color: black;
  font-family: FontAwesome;
}
.carousel .icon-prev::before {
  content: "\f104";
}
.carousel .icon-next::before {
  content: "\f105";
}
.carousel .carousel-control-prev {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.carousel .carousel-control-next {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.nav-tabs {
  border-bottom: 1px solid #d8d8d8;
}
.nav-tabs .nav-link {
  font-size: 1.1rem;
  color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.active {
  border-bottom: 0.188em solid #006ebe;
}

.card {
  margin-bottom: 1em;
}

.card-header h4 {
  margin-bottom: 0;
}

.modal .modal-body {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

dt {
  color: #495057;
}

.custom-checkbox .custom-control-label::before {
  border: 1px solid black;
  background: #f7f7f7; /* For browsers that do not support gradients */
  background: linear-gradient(#f7f7f7, #d8d8d8); /* Standard syntax */
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-label::before {
  border: 1px solid black;
  background: #d8d8d8; /* For browsers that do not support gradients */
  background: linear-gradient(#d8d8d8, #666); /* Standard syntax */
}

.container {
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 321px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (max-width: 767.98px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .row > .col,
  .row > [class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 321px) and (max-width: 767.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1280px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 320.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1279.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -ms-flexbox;
  display: flex;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

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

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

.fib, .fi {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

.fi {
  position: relative;
  display: inline-block;
  width: 1.333333em;
  line-height: 1em;
}
.fi:before {
  content: " ";
}
.fi.fis {
  width: 1em;
}

.fi-xx {
  background-image: url(../fonts/flags/4x3/xx.svg);
}
.fi-xx.fis {
  background-image: url(../fonts/flags/1x1/xx.svg);
}

.fi-ad {
  background-image: url(../fonts/flags/4x3/ad.svg);
}
.fi-ad.fis {
  background-image: url(../fonts/flags/1x1/ad.svg);
}

.fi-ae {
  background-image: url(../fonts/flags/4x3/ae.svg);
}
.fi-ae.fis {
  background-image: url(../fonts/flags/1x1/ae.svg);
}

.fi-af {
  background-image: url(../fonts/flags/4x3/af.svg);
}
.fi-af.fis {
  background-image: url(../fonts/flags/1x1/af.svg);
}

.fi-ag {
  background-image: url(../fonts/flags/4x3/ag.svg);
}
.fi-ag.fis {
  background-image: url(../fonts/flags/1x1/ag.svg);
}

.fi-ai {
  background-image: url(../fonts/flags/4x3/ai.svg);
}
.fi-ai.fis {
  background-image: url(../fonts/flags/1x1/ai.svg);
}

.fi-al {
  background-image: url(../fonts/flags/4x3/al.svg);
}
.fi-al.fis {
  background-image: url(../fonts/flags/1x1/al.svg);
}

.fi-am {
  background-image: url(../fonts/flags/4x3/am.svg);
}
.fi-am.fis {
  background-image: url(../fonts/flags/1x1/am.svg);
}

.fi-ao {
  background-image: url(../fonts/flags/4x3/ao.svg);
}
.fi-ao.fis {
  background-image: url(../fonts/flags/1x1/ao.svg);
}

.fi-aq {
  background-image: url(../fonts/flags/4x3/aq.svg);
}
.fi-aq.fis {
  background-image: url(../fonts/flags/1x1/aq.svg);
}

.fi-ar {
  background-image: url(../fonts/flags/4x3/ar.svg);
}
.fi-ar.fis {
  background-image: url(../fonts/flags/1x1/ar.svg);
}

.fi-as {
  background-image: url(../fonts/flags/4x3/as.svg);
}
.fi-as.fis {
  background-image: url(../fonts/flags/1x1/as.svg);
}

.fi-at {
  background-image: url(../fonts/flags/4x3/at.svg);
}
.fi-at.fis {
  background-image: url(../fonts/flags/1x1/at.svg);
}

.fi-au {
  background-image: url(../fonts/flags/4x3/au.svg);
}
.fi-au.fis {
  background-image: url(../fonts/flags/1x1/au.svg);
}

.fi-aw {
  background-image: url(../fonts/flags/4x3/aw.svg);
}
.fi-aw.fis {
  background-image: url(../fonts/flags/1x1/aw.svg);
}

.fi-ax {
  background-image: url(../fonts/flags/4x3/ax.svg);
}
.fi-ax.fis {
  background-image: url(../fonts/flags/1x1/ax.svg);
}

.fi-az {
  background-image: url(../fonts/flags/4x3/az.svg);
}
.fi-az.fis {
  background-image: url(../fonts/flags/1x1/az.svg);
}

.fi-ba {
  background-image: url(../fonts/flags/4x3/ba.svg);
}
.fi-ba.fis {
  background-image: url(../fonts/flags/1x1/ba.svg);
}

.fi-bb {
  background-image: url(../fonts/flags/4x3/bb.svg);
}
.fi-bb.fis {
  background-image: url(../fonts/flags/1x1/bb.svg);
}

.fi-bd {
  background-image: url(../fonts/flags/4x3/bd.svg);
}
.fi-bd.fis {
  background-image: url(../fonts/flags/1x1/bd.svg);
}

.fi-be {
  background-image: url(../fonts/flags/4x3/be.svg);
}
.fi-be.fis {
  background-image: url(../fonts/flags/1x1/be.svg);
}

.fi-bf {
  background-image: url(../fonts/flags/4x3/bf.svg);
}
.fi-bf.fis {
  background-image: url(../fonts/flags/1x1/bf.svg);
}

.fi-bg {
  background-image: url(../fonts/flags/4x3/bg.svg);
}
.fi-bg.fis {
  background-image: url(../fonts/flags/1x1/bg.svg);
}

.fi-bh {
  background-image: url(../fonts/flags/4x3/bh.svg);
}
.fi-bh.fis {
  background-image: url(../fonts/flags/1x1/bh.svg);
}

.fi-bi {
  background-image: url(../fonts/flags/4x3/bi.svg);
}
.fi-bi.fis {
  background-image: url(../fonts/flags/1x1/bi.svg);
}

.fi-bj {
  background-image: url(../fonts/flags/4x3/bj.svg);
}
.fi-bj.fis {
  background-image: url(../fonts/flags/1x1/bj.svg);
}

.fi-bl {
  background-image: url(../fonts/flags/4x3/bl.svg);
}
.fi-bl.fis {
  background-image: url(../fonts/flags/1x1/bl.svg);
}

.fi-bm {
  background-image: url(../fonts/flags/4x3/bm.svg);
}
.fi-bm.fis {
  background-image: url(../fonts/flags/1x1/bm.svg);
}

.fi-bn {
  background-image: url(../fonts/flags/4x3/bn.svg);
}
.fi-bn.fis {
  background-image: url(../fonts/flags/1x1/bn.svg);
}

.fi-bo {
  background-image: url(../fonts/flags/4x3/bo.svg);
}
.fi-bo.fis {
  background-image: url(../fonts/flags/1x1/bo.svg);
}

.fi-bq {
  background-image: url(../fonts/flags/4x3/bq.svg);
}
.fi-bq.fis {
  background-image: url(../fonts/flags/1x1/bq.svg);
}

.fi-br {
  background-image: url(../fonts/flags/4x3/br.svg);
}
.fi-br.fis {
  background-image: url(../fonts/flags/1x1/br.svg);
}

.fi-bs {
  background-image: url(../fonts/flags/4x3/bs.svg);
}
.fi-bs.fis {
  background-image: url(../fonts/flags/1x1/bs.svg);
}

.fi-bt {
  background-image: url(../fonts/flags/4x3/bt.svg);
}
.fi-bt.fis {
  background-image: url(../fonts/flags/1x1/bt.svg);
}

.fi-bv {
  background-image: url(../fonts/flags/4x3/bv.svg);
}
.fi-bv.fis {
  background-image: url(../fonts/flags/1x1/bv.svg);
}

.fi-bw {
  background-image: url(../fonts/flags/4x3/bw.svg);
}
.fi-bw.fis {
  background-image: url(../fonts/flags/1x1/bw.svg);
}

.fi-by {
  background-image: url(../fonts/flags/4x3/by.svg);
}
.fi-by.fis {
  background-image: url(../fonts/flags/1x1/by.svg);
}

.fi-bz {
  background-image: url(../fonts/flags/4x3/bz.svg);
}
.fi-bz.fis {
  background-image: url(../fonts/flags/1x1/bz.svg);
}

.fi-ca {
  background-image: url(../fonts/flags/4x3/ca.svg);
}
.fi-ca.fis {
  background-image: url(../fonts/flags/1x1/ca.svg);
}

.fi-cc {
  background-image: url(../fonts/flags/4x3/cc.svg);
}
.fi-cc.fis {
  background-image: url(../fonts/flags/1x1/cc.svg);
}

.fi-cd {
  background-image: url(../fonts/flags/4x3/cd.svg);
}
.fi-cd.fis {
  background-image: url(../fonts/flags/1x1/cd.svg);
}

.fi-cf {
  background-image: url(../fonts/flags/4x3/cf.svg);
}
.fi-cf.fis {
  background-image: url(../fonts/flags/1x1/cf.svg);
}

.fi-cg {
  background-image: url(../fonts/flags/4x3/cg.svg);
}
.fi-cg.fis {
  background-image: url(../fonts/flags/1x1/cg.svg);
}

.fi-ch {
  background-image: url(../fonts/flags/4x3/ch.svg);
}
.fi-ch.fis {
  background-image: url(../fonts/flags/1x1/ch.svg);
}

.fi-ci {
  background-image: url(../fonts/flags/4x3/ci.svg);
}
.fi-ci.fis {
  background-image: url(../fonts/flags/1x1/ci.svg);
}

.fi-ck {
  background-image: url(../fonts/flags/4x3/ck.svg);
}
.fi-ck.fis {
  background-image: url(../fonts/flags/1x1/ck.svg);
}

.fi-cl {
  background-image: url(../fonts/flags/4x3/cl.svg);
}
.fi-cl.fis {
  background-image: url(../fonts/flags/1x1/cl.svg);
}

.fi-cm {
  background-image: url(../fonts/flags/4x3/cm.svg);
}
.fi-cm.fis {
  background-image: url(../fonts/flags/1x1/cm.svg);
}

.fi-cn {
  background-image: url(../fonts/flags/4x3/cn.svg);
}
.fi-cn.fis {
  background-image: url(../fonts/flags/1x1/cn.svg);
}

.fi-co {
  background-image: url(../fonts/flags/4x3/co.svg);
}
.fi-co.fis {
  background-image: url(../fonts/flags/1x1/co.svg);
}

.fi-cr {
  background-image: url(../fonts/flags/4x3/cr.svg);
}
.fi-cr.fis {
  background-image: url(../fonts/flags/1x1/cr.svg);
}

.fi-cu {
  background-image: url(../fonts/flags/4x3/cu.svg);
}
.fi-cu.fis {
  background-image: url(../fonts/flags/1x1/cu.svg);
}

.fi-cv {
  background-image: url(../fonts/flags/4x3/cv.svg);
}
.fi-cv.fis {
  background-image: url(../fonts/flags/1x1/cv.svg);
}

.fi-cw {
  background-image: url(../fonts/flags/4x3/cw.svg);
}
.fi-cw.fis {
  background-image: url(../fonts/flags/1x1/cw.svg);
}

.fi-cx {
  background-image: url(../fonts/flags/4x3/cx.svg);
}
.fi-cx.fis {
  background-image: url(../fonts/flags/1x1/cx.svg);
}

.fi-cy {
  background-image: url(../fonts/flags/4x3/cy.svg);
}
.fi-cy.fis {
  background-image: url(../fonts/flags/1x1/cy.svg);
}

.fi-cz {
  background-image: url(../fonts/flags/4x3/cz.svg);
}
.fi-cz.fis {
  background-image: url(../fonts/flags/1x1/cz.svg);
}

.fi-de {
  background-image: url(../fonts/flags/4x3/de.svg);
}
.fi-de.fis {
  background-image: url(../fonts/flags/1x1/de.svg);
}

.fi-dj {
  background-image: url(../fonts/flags/4x3/dj.svg);
}
.fi-dj.fis {
  background-image: url(../fonts/flags/1x1/dj.svg);
}

.fi-dk {
  background-image: url(../fonts/flags/4x3/dk.svg);
}
.fi-dk.fis {
  background-image: url(../fonts/flags/1x1/dk.svg);
}

.fi-dm {
  background-image: url(../fonts/flags/4x3/dm.svg);
}
.fi-dm.fis {
  background-image: url(../fonts/flags/1x1/dm.svg);
}

.fi-do {
  background-image: url(../fonts/flags/4x3/do.svg);
}
.fi-do.fis {
  background-image: url(../fonts/flags/1x1/do.svg);
}

.fi-dz {
  background-image: url(../fonts/flags/4x3/dz.svg);
}
.fi-dz.fis {
  background-image: url(../fonts/flags/1x1/dz.svg);
}

.fi-ec {
  background-image: url(../fonts/flags/4x3/ec.svg);
}
.fi-ec.fis {
  background-image: url(../fonts/flags/1x1/ec.svg);
}

.fi-ee {
  background-image: url(../fonts/flags/4x3/ee.svg);
}
.fi-ee.fis {
  background-image: url(../fonts/flags/1x1/ee.svg);
}

.fi-eg {
  background-image: url(../fonts/flags/4x3/eg.svg);
}
.fi-eg.fis {
  background-image: url(../fonts/flags/1x1/eg.svg);
}

.fi-eh {
  background-image: url(../fonts/flags/4x3/eh.svg);
}
.fi-eh.fis {
  background-image: url(../fonts/flags/1x1/eh.svg);
}

.fi-er {
  background-image: url(../fonts/flags/4x3/er.svg);
}
.fi-er.fis {
  background-image: url(../fonts/flags/1x1/er.svg);
}

.fi-es {
  background-image: url(../fonts/flags/4x3/es.svg);
}
.fi-es.fis {
  background-image: url(../fonts/flags/1x1/es.svg);
}

.fi-et {
  background-image: url(../fonts/flags/4x3/et.svg);
}
.fi-et.fis {
  background-image: url(../fonts/flags/1x1/et.svg);
}

.fi-fi {
  background-image: url(../fonts/flags/4x3/fi.svg);
}
.fi-fi.fis {
  background-image: url(../fonts/flags/1x1/fi.svg);
}

.fi-fj {
  background-image: url(../fonts/flags/4x3/fj.svg);
}
.fi-fj.fis {
  background-image: url(../fonts/flags/1x1/fj.svg);
}

.fi-fk {
  background-image: url(../fonts/flags/4x3/fk.svg);
}
.fi-fk.fis {
  background-image: url(../fonts/flags/1x1/fk.svg);
}

.fi-fm {
  background-image: url(../fonts/flags/4x3/fm.svg);
}
.fi-fm.fis {
  background-image: url(../fonts/flags/1x1/fm.svg);
}

.fi-fo {
  background-image: url(../fonts/flags/4x3/fo.svg);
}
.fi-fo.fis {
  background-image: url(../fonts/flags/1x1/fo.svg);
}

.fi-fr {
  background-image: url(../fonts/flags/4x3/fr.svg);
}
.fi-fr.fis {
  background-image: url(../fonts/flags/1x1/fr.svg);
}

.fi-ga {
  background-image: url(../fonts/flags/4x3/ga.svg);
}
.fi-ga.fis {
  background-image: url(../fonts/flags/1x1/ga.svg);
}

.fi-gb {
  background-image: url(../fonts/flags/4x3/gb.svg);
}
.fi-gb.fis {
  background-image: url(../fonts/flags/1x1/gb.svg);
}

.fi-gd {
  background-image: url(../fonts/flags/4x3/gd.svg);
}
.fi-gd.fis {
  background-image: url(../fonts/flags/1x1/gd.svg);
}

.fi-ge {
  background-image: url(../fonts/flags/4x3/ge.svg);
}
.fi-ge.fis {
  background-image: url(../fonts/flags/1x1/ge.svg);
}

.fi-gf {
  background-image: url(../fonts/flags/4x3/gf.svg);
}
.fi-gf.fis {
  background-image: url(../fonts/flags/1x1/gf.svg);
}

.fi-gg {
  background-image: url(../fonts/flags/4x3/gg.svg);
}
.fi-gg.fis {
  background-image: url(../fonts/flags/1x1/gg.svg);
}

.fi-gh {
  background-image: url(../fonts/flags/4x3/gh.svg);
}
.fi-gh.fis {
  background-image: url(../fonts/flags/1x1/gh.svg);
}

.fi-gi {
  background-image: url(../fonts/flags/4x3/gi.svg);
}
.fi-gi.fis {
  background-image: url(../fonts/flags/1x1/gi.svg);
}

.fi-gl {
  background-image: url(../fonts/flags/4x3/gl.svg);
}
.fi-gl.fis {
  background-image: url(../fonts/flags/1x1/gl.svg);
}

.fi-gm {
  background-image: url(../fonts/flags/4x3/gm.svg);
}
.fi-gm.fis {
  background-image: url(../fonts/flags/1x1/gm.svg);
}

.fi-gn {
  background-image: url(../fonts/flags/4x3/gn.svg);
}
.fi-gn.fis {
  background-image: url(../fonts/flags/1x1/gn.svg);
}

.fi-gp {
  background-image: url(../fonts/flags/4x3/gp.svg);
}
.fi-gp.fis {
  background-image: url(../fonts/flags/1x1/gp.svg);
}

.fi-gq {
  background-image: url(../fonts/flags/4x3/gq.svg);
}
.fi-gq.fis {
  background-image: url(../fonts/flags/1x1/gq.svg);
}

.fi-gr {
  background-image: url(../fonts/flags/4x3/gr.svg);
}
.fi-gr.fis {
  background-image: url(../fonts/flags/1x1/gr.svg);
}

.fi-gs {
  background-image: url(../fonts/flags/4x3/gs.svg);
}
.fi-gs.fis {
  background-image: url(../fonts/flags/1x1/gs.svg);
}

.fi-gt {
  background-image: url(../fonts/flags/4x3/gt.svg);
}
.fi-gt.fis {
  background-image: url(../fonts/flags/1x1/gt.svg);
}

.fi-gu {
  background-image: url(../fonts/flags/4x3/gu.svg);
}
.fi-gu.fis {
  background-image: url(../fonts/flags/1x1/gu.svg);
}

.fi-gw {
  background-image: url(../fonts/flags/4x3/gw.svg);
}
.fi-gw.fis {
  background-image: url(../fonts/flags/1x1/gw.svg);
}

.fi-gy {
  background-image: url(../fonts/flags/4x3/gy.svg);
}
.fi-gy.fis {
  background-image: url(../fonts/flags/1x1/gy.svg);
}

.fi-hk {
  background-image: url(../fonts/flags/4x3/hk.svg);
}
.fi-hk.fis {
  background-image: url(../fonts/flags/1x1/hk.svg);
}

.fi-hm {
  background-image: url(../fonts/flags/4x3/hm.svg);
}
.fi-hm.fis {
  background-image: url(../fonts/flags/1x1/hm.svg);
}

.fi-hn {
  background-image: url(../fonts/flags/4x3/hn.svg);
}
.fi-hn.fis {
  background-image: url(../fonts/flags/1x1/hn.svg);
}

.fi-hr {
  background-image: url(../fonts/flags/4x3/hr.svg);
}
.fi-hr.fis {
  background-image: url(../fonts/flags/1x1/hr.svg);
}

.fi-ht {
  background-image: url(../fonts/flags/4x3/ht.svg);
}
.fi-ht.fis {
  background-image: url(../fonts/flags/1x1/ht.svg);
}

.fi-hu {
  background-image: url(../fonts/flags/4x3/hu.svg);
}
.fi-hu.fis {
  background-image: url(../fonts/flags/1x1/hu.svg);
}

.fi-id {
  background-image: url(../fonts/flags/4x3/id.svg);
}
.fi-id.fis {
  background-image: url(../fonts/flags/1x1/id.svg);
}

.fi-ie {
  background-image: url(../fonts/flags/4x3/ie.svg);
}
.fi-ie.fis {
  background-image: url(../fonts/flags/1x1/ie.svg);
}

.fi-il {
  background-image: url(../fonts/flags/4x3/il.svg);
}
.fi-il.fis {
  background-image: url(../fonts/flags/1x1/il.svg);
}

.fi-im {
  background-image: url(../fonts/flags/4x3/im.svg);
}
.fi-im.fis {
  background-image: url(../fonts/flags/1x1/im.svg);
}

.fi-in {
  background-image: url(../fonts/flags/4x3/in.svg);
}
.fi-in.fis {
  background-image: url(../fonts/flags/1x1/in.svg);
}

.fi-io {
  background-image: url(../fonts/flags/4x3/io.svg);
}
.fi-io.fis {
  background-image: url(../fonts/flags/1x1/io.svg);
}

.fi-iq {
  background-image: url(../fonts/flags/4x3/iq.svg);
}
.fi-iq.fis {
  background-image: url(../fonts/flags/1x1/iq.svg);
}

.fi-ir {
  background-image: url(../fonts/flags/4x3/ir.svg);
}
.fi-ir.fis {
  background-image: url(../fonts/flags/1x1/ir.svg);
}

.fi-is {
  background-image: url(../fonts/flags/4x3/is.svg);
}
.fi-is.fis {
  background-image: url(../fonts/flags/1x1/is.svg);
}

.fi-it {
  background-image: url(../fonts/flags/4x3/it.svg);
}
.fi-it.fis {
  background-image: url(../fonts/flags/1x1/it.svg);
}

.fi-je {
  background-image: url(../fonts/flags/4x3/je.svg);
}
.fi-je.fis {
  background-image: url(../fonts/flags/1x1/je.svg);
}

.fi-jm {
  background-image: url(../fonts/flags/4x3/jm.svg);
}
.fi-jm.fis {
  background-image: url(../fonts/flags/1x1/jm.svg);
}

.fi-jo {
  background-image: url(../fonts/flags/4x3/jo.svg);
}
.fi-jo.fis {
  background-image: url(../fonts/flags/1x1/jo.svg);
}

.fi-jp {
  background-image: url(../fonts/flags/4x3/jp.svg);
}
.fi-jp.fis {
  background-image: url(../fonts/flags/1x1/jp.svg);
}

.fi-ke {
  background-image: url(../fonts/flags/4x3/ke.svg);
}
.fi-ke.fis {
  background-image: url(../fonts/flags/1x1/ke.svg);
}

.fi-kg {
  background-image: url(../fonts/flags/4x3/kg.svg);
}
.fi-kg.fis {
  background-image: url(../fonts/flags/1x1/kg.svg);
}

.fi-kh {
  background-image: url(../fonts/flags/4x3/kh.svg);
}
.fi-kh.fis {
  background-image: url(../fonts/flags/1x1/kh.svg);
}

.fi-ki {
  background-image: url(../fonts/flags/4x3/ki.svg);
}
.fi-ki.fis {
  background-image: url(../fonts/flags/1x1/ki.svg);
}

.fi-km {
  background-image: url(../fonts/flags/4x3/km.svg);
}
.fi-km.fis {
  background-image: url(../fonts/flags/1x1/km.svg);
}

.fi-kn {
  background-image: url(../fonts/flags/4x3/kn.svg);
}
.fi-kn.fis {
  background-image: url(../fonts/flags/1x1/kn.svg);
}

.fi-kp {
  background-image: url(../fonts/flags/4x3/kp.svg);
}
.fi-kp.fis {
  background-image: url(../fonts/flags/1x1/kp.svg);
}

.fi-kr {
  background-image: url(../fonts/flags/4x3/kr.svg);
}
.fi-kr.fis {
  background-image: url(../fonts/flags/1x1/kr.svg);
}

.fi-kw {
  background-image: url(../fonts/flags/4x3/kw.svg);
}
.fi-kw.fis {
  background-image: url(../fonts/flags/1x1/kw.svg);
}

.fi-ky {
  background-image: url(../fonts/flags/4x3/ky.svg);
}
.fi-ky.fis {
  background-image: url(../fonts/flags/1x1/ky.svg);
}

.fi-kz {
  background-image: url(../fonts/flags/4x3/kz.svg);
}
.fi-kz.fis {
  background-image: url(../fonts/flags/1x1/kz.svg);
}

.fi-la {
  background-image: url(../fonts/flags/4x3/la.svg);
}
.fi-la.fis {
  background-image: url(../fonts/flags/1x1/la.svg);
}

.fi-lb {
  background-image: url(../fonts/flags/4x3/lb.svg);
}
.fi-lb.fis {
  background-image: url(../fonts/flags/1x1/lb.svg);
}

.fi-lc {
  background-image: url(../fonts/flags/4x3/lc.svg);
}
.fi-lc.fis {
  background-image: url(../fonts/flags/1x1/lc.svg);
}

.fi-li {
  background-image: url(../fonts/flags/4x3/li.svg);
}
.fi-li.fis {
  background-image: url(../fonts/flags/1x1/li.svg);
}

.fi-lk {
  background-image: url(../fonts/flags/4x3/lk.svg);
}
.fi-lk.fis {
  background-image: url(../fonts/flags/1x1/lk.svg);
}

.fi-lr {
  background-image: url(../fonts/flags/4x3/lr.svg);
}
.fi-lr.fis {
  background-image: url(../fonts/flags/1x1/lr.svg);
}

.fi-ls {
  background-image: url(../fonts/flags/4x3/ls.svg);
}
.fi-ls.fis {
  background-image: url(../fonts/flags/1x1/ls.svg);
}

.fi-lt {
  background-image: url(../fonts/flags/4x3/lt.svg);
}
.fi-lt.fis {
  background-image: url(../fonts/flags/1x1/lt.svg);
}

.fi-lu {
  background-image: url(../fonts/flags/4x3/lu.svg);
}
.fi-lu.fis {
  background-image: url(../fonts/flags/1x1/lu.svg);
}

.fi-lv {
  background-image: url(../fonts/flags/4x3/lv.svg);
}
.fi-lv.fis {
  background-image: url(../fonts/flags/1x1/lv.svg);
}

.fi-ly {
  background-image: url(../fonts/flags/4x3/ly.svg);
}
.fi-ly.fis {
  background-image: url(../fonts/flags/1x1/ly.svg);
}

.fi-ma {
  background-image: url(../fonts/flags/4x3/ma.svg);
}
.fi-ma.fis {
  background-image: url(../fonts/flags/1x1/ma.svg);
}

.fi-mc {
  background-image: url(../fonts/flags/4x3/mc.svg);
}
.fi-mc.fis {
  background-image: url(../fonts/flags/1x1/mc.svg);
}

.fi-md {
  background-image: url(../fonts/flags/4x3/md.svg);
}
.fi-md.fis {
  background-image: url(../fonts/flags/1x1/md.svg);
}

.fi-me {
  background-image: url(../fonts/flags/4x3/me.svg);
}
.fi-me.fis {
  background-image: url(../fonts/flags/1x1/me.svg);
}

.fi-mf {
  background-image: url(../fonts/flags/4x3/mf.svg);
}
.fi-mf.fis {
  background-image: url(../fonts/flags/1x1/mf.svg);
}

.fi-mg {
  background-image: url(../fonts/flags/4x3/mg.svg);
}
.fi-mg.fis {
  background-image: url(../fonts/flags/1x1/mg.svg);
}

.fi-mh {
  background-image: url(../fonts/flags/4x3/mh.svg);
}
.fi-mh.fis {
  background-image: url(../fonts/flags/1x1/mh.svg);
}

.fi-mk {
  background-image: url(../fonts/flags/4x3/mk.svg);
}
.fi-mk.fis {
  background-image: url(../fonts/flags/1x1/mk.svg);
}

.fi-ml {
  background-image: url(../fonts/flags/4x3/ml.svg);
}
.fi-ml.fis {
  background-image: url(../fonts/flags/1x1/ml.svg);
}

.fi-mm {
  background-image: url(../fonts/flags/4x3/mm.svg);
}
.fi-mm.fis {
  background-image: url(../fonts/flags/1x1/mm.svg);
}

.fi-mn {
  background-image: url(../fonts/flags/4x3/mn.svg);
}
.fi-mn.fis {
  background-image: url(../fonts/flags/1x1/mn.svg);
}

.fi-mo {
  background-image: url(../fonts/flags/4x3/mo.svg);
}
.fi-mo.fis {
  background-image: url(../fonts/flags/1x1/mo.svg);
}

.fi-mp {
  background-image: url(../fonts/flags/4x3/mp.svg);
}
.fi-mp.fis {
  background-image: url(../fonts/flags/1x1/mp.svg);
}

.fi-mq {
  background-image: url(../fonts/flags/4x3/mq.svg);
}
.fi-mq.fis {
  background-image: url(../fonts/flags/1x1/mq.svg);
}

.fi-mr {
  background-image: url(../fonts/flags/4x3/mr.svg);
}
.fi-mr.fis {
  background-image: url(../fonts/flags/1x1/mr.svg);
}

.fi-ms {
  background-image: url(../fonts/flags/4x3/ms.svg);
}
.fi-ms.fis {
  background-image: url(../fonts/flags/1x1/ms.svg);
}

.fi-mt {
  background-image: url(../fonts/flags/4x3/mt.svg);
}
.fi-mt.fis {
  background-image: url(../fonts/flags/1x1/mt.svg);
}

.fi-mu {
  background-image: url(../fonts/flags/4x3/mu.svg);
}
.fi-mu.fis {
  background-image: url(../fonts/flags/1x1/mu.svg);
}

.fi-mv {
  background-image: url(../fonts/flags/4x3/mv.svg);
}
.fi-mv.fis {
  background-image: url(../fonts/flags/1x1/mv.svg);
}

.fi-mw {
  background-image: url(../fonts/flags/4x3/mw.svg);
}
.fi-mw.fis {
  background-image: url(../fonts/flags/1x1/mw.svg);
}

.fi-mx {
  background-image: url(../fonts/flags/4x3/mx.svg);
}
.fi-mx.fis {
  background-image: url(../fonts/flags/1x1/mx.svg);
}

.fi-my {
  background-image: url(../fonts/flags/4x3/my.svg);
}
.fi-my.fis {
  background-image: url(../fonts/flags/1x1/my.svg);
}

.fi-mz {
  background-image: url(../fonts/flags/4x3/mz.svg);
}
.fi-mz.fis {
  background-image: url(../fonts/flags/1x1/mz.svg);
}

.fi-na {
  background-image: url(../fonts/flags/4x3/na.svg);
}
.fi-na.fis {
  background-image: url(../fonts/flags/1x1/na.svg);
}

.fi-nc {
  background-image: url(../fonts/flags/4x3/nc.svg);
}
.fi-nc.fis {
  background-image: url(../fonts/flags/1x1/nc.svg);
}

.fi-ne {
  background-image: url(../fonts/flags/4x3/ne.svg);
}
.fi-ne.fis {
  background-image: url(../fonts/flags/1x1/ne.svg);
}

.fi-nf {
  background-image: url(../fonts/flags/4x3/nf.svg);
}
.fi-nf.fis {
  background-image: url(../fonts/flags/1x1/nf.svg);
}

.fi-ng {
  background-image: url(../fonts/flags/4x3/ng.svg);
}
.fi-ng.fis {
  background-image: url(../fonts/flags/1x1/ng.svg);
}

.fi-ni {
  background-image: url(../fonts/flags/4x3/ni.svg);
}
.fi-ni.fis {
  background-image: url(../fonts/flags/1x1/ni.svg);
}

.fi-nl {
  background-image: url(../fonts/flags/4x3/nl.svg);
}
.fi-nl.fis {
  background-image: url(../fonts/flags/1x1/nl.svg);
}

.fi-no {
  background-image: url(../fonts/flags/4x3/no.svg);
}
.fi-no.fis {
  background-image: url(../fonts/flags/1x1/no.svg);
}

.fi-np {
  background-image: url(../fonts/flags/4x3/np.svg);
}
.fi-np.fis {
  background-image: url(../fonts/flags/1x1/np.svg);
}

.fi-nr {
  background-image: url(../fonts/flags/4x3/nr.svg);
}
.fi-nr.fis {
  background-image: url(../fonts/flags/1x1/nr.svg);
}

.fi-nu {
  background-image: url(../fonts/flags/4x3/nu.svg);
}
.fi-nu.fis {
  background-image: url(../fonts/flags/1x1/nu.svg);
}

.fi-nz {
  background-image: url(../fonts/flags/4x3/nz.svg);
}
.fi-nz.fis {
  background-image: url(../fonts/flags/1x1/nz.svg);
}

.fi-om {
  background-image: url(../fonts/flags/4x3/om.svg);
}
.fi-om.fis {
  background-image: url(../fonts/flags/1x1/om.svg);
}

.fi-pa {
  background-image: url(../fonts/flags/4x3/pa.svg);
}
.fi-pa.fis {
  background-image: url(../fonts/flags/1x1/pa.svg);
}

.fi-pe {
  background-image: url(../fonts/flags/4x3/pe.svg);
}
.fi-pe.fis {
  background-image: url(../fonts/flags/1x1/pe.svg);
}

.fi-pf {
  background-image: url(../fonts/flags/4x3/pf.svg);
}
.fi-pf.fis {
  background-image: url(../fonts/flags/1x1/pf.svg);
}

.fi-pg {
  background-image: url(../fonts/flags/4x3/pg.svg);
}
.fi-pg.fis {
  background-image: url(../fonts/flags/1x1/pg.svg);
}

.fi-ph {
  background-image: url(../fonts/flags/4x3/ph.svg);
}
.fi-ph.fis {
  background-image: url(../fonts/flags/1x1/ph.svg);
}

.fi-pk {
  background-image: url(../fonts/flags/4x3/pk.svg);
}
.fi-pk.fis {
  background-image: url(../fonts/flags/1x1/pk.svg);
}

.fi-pl {
  background-image: url(../fonts/flags/4x3/pl.svg);
}
.fi-pl.fis {
  background-image: url(../fonts/flags/1x1/pl.svg);
}

.fi-pm {
  background-image: url(../fonts/flags/4x3/pm.svg);
}
.fi-pm.fis {
  background-image: url(../fonts/flags/1x1/pm.svg);
}

.fi-pn {
  background-image: url(../fonts/flags/4x3/pn.svg);
}
.fi-pn.fis {
  background-image: url(../fonts/flags/1x1/pn.svg);
}

.fi-pr {
  background-image: url(../fonts/flags/4x3/pr.svg);
}
.fi-pr.fis {
  background-image: url(../fonts/flags/1x1/pr.svg);
}

.fi-ps {
  background-image: url(../fonts/flags/4x3/ps.svg);
}
.fi-ps.fis {
  background-image: url(../fonts/flags/1x1/ps.svg);
}

.fi-pt {
  background-image: url(../fonts/flags/4x3/pt.svg);
}
.fi-pt.fis {
  background-image: url(../fonts/flags/1x1/pt.svg);
}

.fi-pw {
  background-image: url(../fonts/flags/4x3/pw.svg);
}
.fi-pw.fis {
  background-image: url(../fonts/flags/1x1/pw.svg);
}

.fi-py {
  background-image: url(../fonts/flags/4x3/py.svg);
}
.fi-py.fis {
  background-image: url(../fonts/flags/1x1/py.svg);
}

.fi-qa {
  background-image: url(../fonts/flags/4x3/qa.svg);
}
.fi-qa.fis {
  background-image: url(../fonts/flags/1x1/qa.svg);
}

.fi-re {
  background-image: url(../fonts/flags/4x3/re.svg);
}
.fi-re.fis {
  background-image: url(../fonts/flags/1x1/re.svg);
}

.fi-ro {
  background-image: url(../fonts/flags/4x3/ro.svg);
}
.fi-ro.fis {
  background-image: url(../fonts/flags/1x1/ro.svg);
}

.fi-rs {
  background-image: url(../fonts/flags/4x3/rs.svg);
}
.fi-rs.fis {
  background-image: url(../fonts/flags/1x1/rs.svg);
}

.fi-ru {
  background-image: url(../fonts/flags/4x3/ru.svg);
}
.fi-ru.fis {
  background-image: url(../fonts/flags/1x1/ru.svg);
}

.fi-rw {
  background-image: url(../fonts/flags/4x3/rw.svg);
}
.fi-rw.fis {
  background-image: url(../fonts/flags/1x1/rw.svg);
}

.fi-sa {
  background-image: url(../fonts/flags/4x3/sa.svg);
}
.fi-sa.fis {
  background-image: url(../fonts/flags/1x1/sa.svg);
}

.fi-sb {
  background-image: url(../fonts/flags/4x3/sb.svg);
}
.fi-sb.fis {
  background-image: url(../fonts/flags/1x1/sb.svg);
}

.fi-sc {
  background-image: url(../fonts/flags/4x3/sc.svg);
}
.fi-sc.fis {
  background-image: url(../fonts/flags/1x1/sc.svg);
}

.fi-sd {
  background-image: url(../fonts/flags/4x3/sd.svg);
}
.fi-sd.fis {
  background-image: url(../fonts/flags/1x1/sd.svg);
}

.fi-se {
  background-image: url(../fonts/flags/4x3/se.svg);
}
.fi-se.fis {
  background-image: url(../fonts/flags/1x1/se.svg);
}

.fi-sg {
  background-image: url(../fonts/flags/4x3/sg.svg);
}
.fi-sg.fis {
  background-image: url(../fonts/flags/1x1/sg.svg);
}

.fi-sh {
  background-image: url(../fonts/flags/4x3/sh.svg);
}
.fi-sh.fis {
  background-image: url(../fonts/flags/1x1/sh.svg);
}

.fi-si {
  background-image: url(../fonts/flags/4x3/si.svg);
}
.fi-si.fis {
  background-image: url(../fonts/flags/1x1/si.svg);
}

.fi-sj {
  background-image: url(../fonts/flags/4x3/sj.svg);
}
.fi-sj.fis {
  background-image: url(../fonts/flags/1x1/sj.svg);
}

.fi-sk {
  background-image: url(../fonts/flags/4x3/sk.svg);
}
.fi-sk.fis {
  background-image: url(../fonts/flags/1x1/sk.svg);
}

.fi-sl {
  background-image: url(../fonts/flags/4x3/sl.svg);
}
.fi-sl.fis {
  background-image: url(../fonts/flags/1x1/sl.svg);
}

.fi-sm {
  background-image: url(../fonts/flags/4x3/sm.svg);
}
.fi-sm.fis {
  background-image: url(../fonts/flags/1x1/sm.svg);
}

.fi-sn {
  background-image: url(../fonts/flags/4x3/sn.svg);
}
.fi-sn.fis {
  background-image: url(../fonts/flags/1x1/sn.svg);
}

.fi-so {
  background-image: url(../fonts/flags/4x3/so.svg);
}
.fi-so.fis {
  background-image: url(../fonts/flags/1x1/so.svg);
}

.fi-sr {
  background-image: url(../fonts/flags/4x3/sr.svg);
}
.fi-sr.fis {
  background-image: url(../fonts/flags/1x1/sr.svg);
}

.fi-ss {
  background-image: url(../fonts/flags/4x3/ss.svg);
}
.fi-ss.fis {
  background-image: url(../fonts/flags/1x1/ss.svg);
}

.fi-st {
  background-image: url(../fonts/flags/4x3/st.svg);
}
.fi-st.fis {
  background-image: url(../fonts/flags/1x1/st.svg);
}

.fi-sv {
  background-image: url(../fonts/flags/4x3/sv.svg);
}
.fi-sv.fis {
  background-image: url(../fonts/flags/1x1/sv.svg);
}

.fi-sx {
  background-image: url(../fonts/flags/4x3/sx.svg);
}
.fi-sx.fis {
  background-image: url(../fonts/flags/1x1/sx.svg);
}

.fi-sy {
  background-image: url(../fonts/flags/4x3/sy.svg);
}
.fi-sy.fis {
  background-image: url(../fonts/flags/1x1/sy.svg);
}

.fi-sz {
  background-image: url(../fonts/flags/4x3/sz.svg);
}
.fi-sz.fis {
  background-image: url(../fonts/flags/1x1/sz.svg);
}

.fi-tc {
  background-image: url(../fonts/flags/4x3/tc.svg);
}
.fi-tc.fis {
  background-image: url(../fonts/flags/1x1/tc.svg);
}

.fi-td {
  background-image: url(../fonts/flags/4x3/td.svg);
}
.fi-td.fis {
  background-image: url(../fonts/flags/1x1/td.svg);
}

.fi-tf {
  background-image: url(../fonts/flags/4x3/tf.svg);
}
.fi-tf.fis {
  background-image: url(../fonts/flags/1x1/tf.svg);
}

.fi-tg {
  background-image: url(../fonts/flags/4x3/tg.svg);
}
.fi-tg.fis {
  background-image: url(../fonts/flags/1x1/tg.svg);
}

.fi-th {
  background-image: url(../fonts/flags/4x3/th.svg);
}
.fi-th.fis {
  background-image: url(../fonts/flags/1x1/th.svg);
}

.fi-tj {
  background-image: url(../fonts/flags/4x3/tj.svg);
}
.fi-tj.fis {
  background-image: url(../fonts/flags/1x1/tj.svg);
}

.fi-tk {
  background-image: url(../fonts/flags/4x3/tk.svg);
}
.fi-tk.fis {
  background-image: url(../fonts/flags/1x1/tk.svg);
}

.fi-tl {
  background-image: url(../fonts/flags/4x3/tl.svg);
}
.fi-tl.fis {
  background-image: url(../fonts/flags/1x1/tl.svg);
}

.fi-tm {
  background-image: url(../fonts/flags/4x3/tm.svg);
}
.fi-tm.fis {
  background-image: url(../fonts/flags/1x1/tm.svg);
}

.fi-tn {
  background-image: url(../fonts/flags/4x3/tn.svg);
}
.fi-tn.fis {
  background-image: url(../fonts/flags/1x1/tn.svg);
}

.fi-to {
  background-image: url(../fonts/flags/4x3/to.svg);
}
.fi-to.fis {
  background-image: url(../fonts/flags/1x1/to.svg);
}

.fi-tr {
  background-image: url(../fonts/flags/4x3/tr.svg);
}
.fi-tr.fis {
  background-image: url(../fonts/flags/1x1/tr.svg);
}

.fi-tt {
  background-image: url(../fonts/flags/4x3/tt.svg);
}
.fi-tt.fis {
  background-image: url(../fonts/flags/1x1/tt.svg);
}

.fi-tv {
  background-image: url(../fonts/flags/4x3/tv.svg);
}
.fi-tv.fis {
  background-image: url(../fonts/flags/1x1/tv.svg);
}

.fi-tw {
  background-image: url(../fonts/flags/4x3/tw.svg);
}
.fi-tw.fis {
  background-image: url(../fonts/flags/1x1/tw.svg);
}

.fi-tz {
  background-image: url(../fonts/flags/4x3/tz.svg);
}
.fi-tz.fis {
  background-image: url(../fonts/flags/1x1/tz.svg);
}

.fi-ua {
  background-image: url(../fonts/flags/4x3/ua.svg);
}
.fi-ua.fis {
  background-image: url(../fonts/flags/1x1/ua.svg);
}

.fi-ug {
  background-image: url(../fonts/flags/4x3/ug.svg);
}
.fi-ug.fis {
  background-image: url(../fonts/flags/1x1/ug.svg);
}

.fi-um {
  background-image: url(../fonts/flags/4x3/um.svg);
}
.fi-um.fis {
  background-image: url(../fonts/flags/1x1/um.svg);
}

.fi-us {
  background-image: url(../fonts/flags/4x3/us.svg);
}
.fi-us.fis {
  background-image: url(../fonts/flags/1x1/us.svg);
}

.fi-uy {
  background-image: url(../fonts/flags/4x3/uy.svg);
}
.fi-uy.fis {
  background-image: url(../fonts/flags/1x1/uy.svg);
}

.fi-uz {
  background-image: url(../fonts/flags/4x3/uz.svg);
}
.fi-uz.fis {
  background-image: url(../fonts/flags/1x1/uz.svg);
}

.fi-va {
  background-image: url(../fonts/flags/4x3/va.svg);
}
.fi-va.fis {
  background-image: url(../fonts/flags/1x1/va.svg);
}

.fi-vc {
  background-image: url(../fonts/flags/4x3/vc.svg);
}
.fi-vc.fis {
  background-image: url(../fonts/flags/1x1/vc.svg);
}

.fi-ve {
  background-image: url(../fonts/flags/4x3/ve.svg);
}
.fi-ve.fis {
  background-image: url(../fonts/flags/1x1/ve.svg);
}

.fi-vg {
  background-image: url(../fonts/flags/4x3/vg.svg);
}
.fi-vg.fis {
  background-image: url(../fonts/flags/1x1/vg.svg);
}

.fi-vi {
  background-image: url(../fonts/flags/4x3/vi.svg);
}
.fi-vi.fis {
  background-image: url(../fonts/flags/1x1/vi.svg);
}

.fi-vn {
  background-image: url(../fonts/flags/4x3/vn.svg);
}
.fi-vn.fis {
  background-image: url(../fonts/flags/1x1/vn.svg);
}

.fi-vu {
  background-image: url(../fonts/flags/4x3/vu.svg);
}
.fi-vu.fis {
  background-image: url(../fonts/flags/1x1/vu.svg);
}

.fi-wf {
  background-image: url(../fonts/flags/4x3/wf.svg);
}
.fi-wf.fis {
  background-image: url(../fonts/flags/1x1/wf.svg);
}

.fi-ws {
  background-image: url(../fonts/flags/4x3/ws.svg);
}
.fi-ws.fis {
  background-image: url(../fonts/flags/1x1/ws.svg);
}

.fi-ye {
  background-image: url(../fonts/flags/4x3/ye.svg);
}
.fi-ye.fis {
  background-image: url(../fonts/flags/1x1/ye.svg);
}

.fi-yt {
  background-image: url(../fonts/flags/4x3/yt.svg);
}
.fi-yt.fis {
  background-image: url(../fonts/flags/1x1/yt.svg);
}

.fi-za {
  background-image: url(../fonts/flags/4x3/za.svg);
}
.fi-za.fis {
  background-image: url(../fonts/flags/1x1/za.svg);
}

.fi-zm {
  background-image: url(../fonts/flags/4x3/zm.svg);
}
.fi-zm.fis {
  background-image: url(../fonts/flags/1x1/zm.svg);
}

.fi-zw {
  background-image: url(../fonts/flags/4x3/zw.svg);
}
.fi-zw.fis {
  background-image: url(../fonts/flags/1x1/zw.svg);
}

.fi-arab {
  background-image: url(../fonts/flags/4x3/arab.svg);
}
.fi-arab.fis {
  background-image: url(../fonts/flags/1x1/arab.svg);
}

.fi-cefta {
  background-image: url(../fonts/flags/4x3/cefta.svg);
}
.fi-cefta.fis {
  background-image: url(../fonts/flags/1x1/cefta.svg);
}

.fi-cp {
  background-image: url(../fonts/flags/4x3/cp.svg);
}
.fi-cp.fis {
  background-image: url(../fonts/flags/1x1/cp.svg);
}

.fi-dg {
  background-image: url(../fonts/flags/4x3/dg.svg);
}
.fi-dg.fis {
  background-image: url(../fonts/flags/1x1/dg.svg);
}

.fi-eac {
  background-image: url(../fonts/flags/4x3/eac.svg);
}
.fi-eac.fis {
  background-image: url(../fonts/flags/1x1/eac.svg);
}

.fi-es-ct {
  background-image: url(../fonts/flags/4x3/es-ct.svg);
}
.fi-es-ct.fis {
  background-image: url(../fonts/flags/1x1/es-ct.svg);
}

.fi-es-ga {
  background-image: url(../fonts/flags/4x3/es-ga.svg);
}
.fi-es-ga.fis {
  background-image: url(../fonts/flags/1x1/es-ga.svg);
}

.fi-es-pv {
  background-image: url(../fonts/flags/4x3/es-pv.svg);
}
.fi-es-pv.fis {
  background-image: url(../fonts/flags/1x1/es-pv.svg);
}

.fi-eu {
  background-image: url(../fonts/flags/4x3/eu.svg);
}
.fi-eu.fis {
  background-image: url(../fonts/flags/1x1/eu.svg);
}

.fi-gb-eng {
  background-image: url(../fonts/flags/4x3/gb-eng.svg);
}
.fi-gb-eng.fis {
  background-image: url(../fonts/flags/1x1/gb-eng.svg);
}

.fi-gb-nir {
  background-image: url(../fonts/flags/4x3/gb-nir.svg);
}
.fi-gb-nir.fis {
  background-image: url(../fonts/flags/1x1/gb-nir.svg);
}

.fi-gb-sct {
  background-image: url(../fonts/flags/4x3/gb-sct.svg);
}
.fi-gb-sct.fis {
  background-image: url(../fonts/flags/1x1/gb-sct.svg);
}

.fi-gb-wls {
  background-image: url(../fonts/flags/4x3/gb-wls.svg);
}
.fi-gb-wls.fis {
  background-image: url(../fonts/flags/1x1/gb-wls.svg);
}

.fi-ic {
  background-image: url(../fonts/flags/4x3/ic.svg);
}
.fi-ic.fis {
  background-image: url(../fonts/flags/1x1/ic.svg);
}

.fi-pc {
  background-image: url(../fonts/flags/4x3/pc.svg);
}
.fi-pc.fis {
  background-image: url(../fonts/flags/1x1/pc.svg);
}

.fi-sh-ac {
  background-image: url(../fonts/flags/4x3/sh-ac.svg);
}
.fi-sh-ac.fis {
  background-image: url(../fonts/flags/1x1/sh-ac.svg);
}

.fi-sh-hl {
  background-image: url(../fonts/flags/4x3/sh-hl.svg);
}
.fi-sh-hl.fis {
  background-image: url(../fonts/flags/1x1/sh-hl.svg);
}

.fi-sh-ta {
  background-image: url(../fonts/flags/4x3/sh-ta.svg);
}
.fi-sh-ta.fis {
  background-image: url(../fonts/flags/1x1/sh-ta.svg);
}

.fi-un {
  background-image: url(../fonts/flags/4x3/un.svg);
}
.fi-un.fis {
  background-image: url(../fonts/flags/1x1/un.svg);
}

.fi-xk {
  background-image: url(../fonts/flags/4x3/xk.svg);
}
.fi-xk.fis {
  background-image: url(../fonts/flags/1x1/xk.svg);
}

.modal-background {
  background-color: #1e1e1c;
  display: none;
  height: 100%;
  position: fixed;
  opacity: 0.9;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.modal .modal-header .close-button {
  margin: 0.875rem 1rem 0 auto;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  background: none;
  outline: none;
}
.modal .modal-header .fp-icons {
  line-height: 1.5;
}

input[placeholder] {
  text-overflow: ellipsis;
}

.hide-order-discount {
  display: none;
}

.hide-shipping-discount {
  display: none;
}

.order-discount {
  color: #008827;
}

.shipping-discount {
  color: #008827;
}

.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}

.error-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em;
}

.error-message {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.error.continue-shopping {
  margin-bottom: 6.25em;
}

html {
  scroll-behavior: smooth;
}

/* color classes */
.fp-black {
  color: #1e1e1c;
}

.fp-dark-grey {
  color: #4f4f49;
}

.fp-white,
.white {
  color: #fff;
}

.grey-keylines {
  color: #d8d8d8;
}

.fp-dark-blue,
.dark-blue {
  color: #25628e;
}

.fp-red {
  color: #c20012;
}

.fp-blue {
  color: #006ebe;
}

.fp-light-grey,
.light-grey {
  color: #f7f7f7;
}

.fp-cream,
.cream {
  color: #f7f7f7;
}

.fp-medium-grey,
.medium-grey {
  color: #eeeff0;
}

.fp-silver,
.silver {
  color: #666;
}

/* background classes */
.bg-fp-black {
  background-color: #1e1e1c !important;
  color: #fff;
}
.bg-fp-black a:not(.btn-light) {
  color: #fff;
}

.bg-fp-warm-black {
  background-color: #090d0f !important;
}

.bg-fp-extra-dark-grey {
  background-color: #4f4f49 !important;
}

.bg-fp-dark-grey {
  background-color: #666 !important;
}

.bg-fp-medium-grey {
  background-color: #999 !important;
}

.bg-fp-light-grey,
.bg-light-grey {
  background-color: #d8d8d8 !important;
}

.bg-fp-pdp-grey,
.bg-pdp-grey {
  background-color: #e7e7e7 !important;
}

.bg-fp-extra-light-grey,
.bg-extra-light-grey {
  background-color: #eeeff0 !important;
}

.bg-fp-off-white,
.bg-off-white {
  background-color: #f7f7f7 !important;
}

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

.bg-grey-keylines {
  background-color: #d8d8d8 !important;
}

.bg-fp-dark-blue,
.bg-dark-blue {
  background-color: #25628e !important;
}

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

.bg-fp-blue {
  background-color: #006ebe !important;
}

.disabled,
*:disabled,
*[disabled] {
  cursor: default !important;
  filter: grayscale(100%);
  opacity: 0.4 !important;
}

.divider {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid;
  line-height: 0.1em;
  margin: 10px 0 20px;
}
.divider span {
  padding: 0 10px;
}

/* icon classes */
.btn-unstyled {
  border: none;
  background: 0 0;
  padding: 0;
}

.btn-unstyled:focus {
  outline: none;
}

.text-wrap-balance {
  text-wrap: balance;
}

/* stylelint-disable  scss/no-global-function-names */
/* stylelint-disable  scss/no-global-function-names */
@media (max-width: 320.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s linear;
    display: block;
    max-width: 100%;
    height: 100vh;
  }
  .menu-toggleable-left.navbar-toggleable-xs.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s linear;
    display: block;
    max-width: 100%;
    height: 100vh;
  }
  .menu-toggleable-left.navbar-toggleable-sm.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s linear;
    display: block;
    max-width: 100%;
    height: 100vh;
  }
  .menu-toggleable-left.navbar-toggleable-md.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 1279.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s linear;
    display: block;
    max-width: 100%;
    height: 100vh;
  }
  .menu-toggleable-left.navbar-toggleable-lg.in {
    min-width: 50%;
    left: 0;
  }
}
.menu-toggleable-left.navbar-toggleable-xl {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  transition: left 0.5s linear;
  display: block;
  max-width: 100%;
  height: 100vh;
}
.menu-toggleable-left.navbar-toggleable-xl.in {
  min-width: 50%;
  left: 0;
}

.navbar.bg-inverse {
  background-color: transparent !important;
  padding: 0;
}
@media (min-width: 1024px) {
  .navbar.bg-inverse .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .navbar.bg-inverse .navbar-nav .nav-link {
    padding: 0.8rem;
    white-space: nowrap;
  }
}

@media (min-width: 1024px) {
  .nav-item > .nav-link {
    color: #fff;
  }
}
@media (max-width: 1023.98px) {
  .main-menu.menu-toggleable-left {
    background-color: #1e1e1c;
    z-index: 1001;
  }
}

.menu-toggleable-left .close-menu {
  padding: 20px;
  padding: 1.25rem;
  background-color: #eeeff0;
  border-bottom: 1px solid #d8d8d8;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .menu-toggleable-left .close-menu {
    display: none;
  }
}
.menu-toggleable-left .menu-group {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
@media (min-width: 1280px) {
  .menu-toggleable-left .menu-group {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
}
.menu-toggleable-left li > .close-menu {
  margin-right: 0;
  margin-top: -0.6rem;
  margin-left: 0;
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left .bg-inverse {
    background-color: white !important;
    color: #1e1e1c;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.in {
    right: 0;
    margin-right: 1.25em; /* 20/16 */
  }
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: 1px solid #eeeff0;
  }
  .menu-toggleable-left.in .dropdown {
    display: block;
    position: static;
  }
  .menu-toggleable-left.in .dropdown-toggle {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    position: absolute;
    right: 0.3em;
    margin-top: 0.55em;
  }
  .menu-toggleable-left.in .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    transition: all 0.5s linear;
    display: block;
  }
  .menu-toggleable-left.in .show > .dropdown-menu {
    left: 0;
  }
}

.multilevel-dropdown .dropdown-menu {
  top: initial;
  border: 0;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  }
}
.multilevel-dropdown .dropdown-item.dropdown > .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 0.3em;
  margin-top: 0.55em;
}
@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    top: -0.65em;
    left: 99%;
  }
}
.multilevel-dropdown .close-menu .back .caret-left {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-left: 0.3 solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 0.125em;
}
.multilevel-dropdown .navbar > .close-menu > .back {
  display: none;
}
.multilevel-dropdown .dropdown-item {
  padding: 0 0 0 1em;
}
.multilevel-dropdown .dropdown-item .dropdown-link {
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.multilevel-dropdown .dropdown-item + .dropdown-item {
  border-top: 1px solid #eeeff0;
}
.multilevel-dropdown .dropdown-item.top-category {
  font-weight: 700;
}
.multilevel-dropdown .dropdown-item.top-category > .nav-link {
  padding-left: 0;
}

.minicart {
  vertical-align: top;
}
.minicart .minicart-icon {
  font-size: 1.5em;
}
.minicart a.minicart-link:hover {
  text-decoration: none;
}
.minicart .minicart-quantity {
  background-color: #006ebe;
  border-radius: 50%;
  width: 1.25em; /* 20/16 */
  height: 1.25em; /* 20/16 */
  line-height: normal;
  display: inline-block;
  text-align: center;
  font-size: 0.8125em; /* 13/16 */
  position: relative;
  top: -0.9375em; /* 15/16 */
  left: -0.9375em; /* 15/16 */
  color: #fff;
}

.navbar-header .user,
.navbar-header .sf-login,
.navbar-header .country-selector,
.navbar-header .minicart {
  height: auto;
}
.navbar-header .user .popover {
  position: absolute;
  display: none;
  padding: 1em;
  top: 85%;
  left: 78rem;
  max-width: 125px;
}
.navbar-header .user .popover a {
  white-space: nowrap;
  margin-bottom: 0.5em;
}
.navbar-header .user .popover::before {
  left: 1.5rem;
}
.navbar-header .user .popover::after {
  left: 1.5rem;
}
.navbar-header .user .popover.show {
  display: block;
}

.header-banner,
.footer-banner {
  position: relative;
  z-index: 4;
  background-color: #f7f7f7;
  text-align: center;
  color: #fff;
  padding: 16px 0;
  padding: 1rem 0;
}
.header-banner .close-banner,
.footer-banner .close-banner {
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
}
@media (min-width: 768px) {
  .header-banner .close-banner,
  .footer-banner .close-banner {
    display: none;
  }
}
@media (min-width: 768px) {
  .header-banner .close-button,
  .footer-banner .close-button {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.header-banner .close-button .close,
.footer-banner .close-button .close {
  top: 10.1px;
  opacity: 1;
  line-height: 1.2;
  color: #1e1e1c;
  width: 100%;
}
.header-banner .close-content .close-button,
.footer-banner .close-content .close-button {
  display: none;
}
@media (min-width: 768px) {
  .header-banner .close-content .close-button,
  .footer-banner .close-content .close-button {
    display: block;
  }
}
@media (min-width: 768px) {
  .header-banner .close-content .content,
  .footer-banner .close-content .content {
    padding-right: 32px;
    padding-right: 2rem;
  }
}
.header-banner .close-content .topMessageArea,
.footer-banner .close-content .topMessageArea {
  color: #1e1e1c;
  text-align: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  font-weight: 400;
  margin-bottom: 1rem;
}
.header-banner .close-content .topMessageArea a,
.footer-banner .close-content .topMessageArea a {
  margin-left: 1rem;
  position: relative;
}
.header-banner .close-content .topMessageArea a::before,
.footer-banner .close-content .topMessageArea a::before {
  content: "";
  display: inline-block;
  width: 1px;
  background: #1e1e1c;
  position: absolute;
  height: 13px;
  margin: 6px 0.5rem 0;
  left: -1rem;
}
.header-banner .close-content .topMessageArea span:not(.mobile-only),
.footer-banner .close-content .topMessageArea span:not(.mobile-only) {
  display: none;
}
@media (min-width: 768px) {
  .header-banner .close-content .topMessageArea,
  .footer-banner .close-content .topMessageArea {
    margin-bottom: 0;
  }
  .header-banner .close-content .topMessageArea span:not(.mobile-only),
  .footer-banner .close-content .topMessageArea span:not(.mobile-only) {
    display: inline-block;
  }
  .header-banner .close-content .topMessageArea span.mobile-only,
  .footer-banner .close-content .topMessageArea span.mobile-only {
    display: none;
    visibility: hidden;
  }
  .header-banner .close-content .topMessageArea a,
  .footer-banner .close-content .topMessageArea a {
    margin-left: 2rem;
  }
  .header-banner .close-content .topMessageArea a::before,
  .footer-banner .close-content .topMessageArea a::before {
    margin: 6px 1rem 0;
    left: -2rem;
  }
}

a.normal {
  color: #006ebe;
  text-decoration: underline;
}

.dropdown-country-selector {
  margin-top: -0.0625em;
}

.cookie-warning-messaging.cookie-warning {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  display: none;
}

.valid-cookie-warning {
  background-color: #006ebe;
  color: #fff;
  white-space: nowrap;
}
.valid-cookie-warning p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-right: 2em;
}

@media (min-width: 1024px) {
  .language-selection-menu {
    position: relative;
    top: -2px;
    top: -0.125rem;
  }
}
.language-selection-menu .language-selection-item {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
.language-selection-menu .language-selection-item + .language-selection-item::before {
  content: "|";
  margin: 0 8px 0 5px;
  margin: 0 0.5rem 0 0.3125rem;
  display: inline-block;
  color: #fff;
  font-weight: 400;
}

.search-cart-wrap .language-selection-menu .language-selection-item {
  margin-left: 20px;
  margin-left: 1.25rem;
}
.search-cart-wrap .language-selection-menu .language-selection-item + .language-selection-item::before {
  display: none;
}
@media (max-width: 1279.98px) {
  .search-cart-wrap .language-selection-menu {
    display: none;
  }
}

@media (min-width: 1024px) {
  .navbar .language-selection-menu {
    display: none;
  }
}

@media (max-width: 320.98px) {
  .collapsible-xs .title,
  .collapsible-xs .card-header {
    line-height: 2.5em; /* 40/16 */
  }
  .collapsible-xs .title::after,
  .collapsible-xs .card-header::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-xs .title::after,
  .collapsible-xs .card-header::after {
    float: right;
    content: "\f078";
    font-family: FontAwesome;
  }
  .collapsible-xs .content,
  .collapsible-xs .card-body {
    display: none;
  }
  .collapsible-xs.active .title::after,
  .collapsible-xs.active .card-header::after {
    content: "\f077";
    margin-top: -0.125em; /* 2/16 */
  }
  .collapsible-xs.active .content,
  .collapsible-xs.active .card-body {
    display: block;
  }
}
.container div.collapsible-xs a.title {
  color: #1e1e1c;
  text-decoration: none;
}
.container div.collapsible-xs a.title:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .collapsible-sm .title,
  .collapsible-sm .card-header {
    line-height: 2.5em; /* 40/16 */
  }
  .collapsible-sm .title::after,
  .collapsible-sm .card-header::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-sm .title::after,
  .collapsible-sm .card-header::after {
    float: right;
    content: "\f078";
    font-family: FontAwesome;
  }
  .collapsible-sm .content,
  .collapsible-sm .card-body {
    display: none;
  }
  .collapsible-sm.active .title::after,
  .collapsible-sm.active .card-header::after {
    content: "\f077";
    margin-top: -0.125em; /* 2/16 */
  }
  .collapsible-sm.active .content,
  .collapsible-sm.active .card-body {
    display: block;
  }
}
.container div.collapsible-sm a.title {
  color: #1e1e1c;
  text-decoration: none;
}
.container div.collapsible-sm a.title:hover {
  text-decoration: none;
}

@media (max-width: 1023.98px) {
  .collapsible-md .title,
  .collapsible-md .card-header {
    line-height: 2.5em; /* 40/16 */
  }
  .collapsible-md .title::after,
  .collapsible-md .card-header::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-md .title::after,
  .collapsible-md .card-header::after {
    float: right;
    content: "\f078";
    font-family: FontAwesome;
  }
  .collapsible-md .content,
  .collapsible-md .card-body {
    display: none;
  }
  .collapsible-md.active .title::after,
  .collapsible-md.active .card-header::after {
    content: "\f077";
    margin-top: -0.125em; /* 2/16 */
  }
  .collapsible-md.active .content,
  .collapsible-md.active .card-body {
    display: block;
  }
}
.container div.collapsible-md a.title {
  color: #1e1e1c;
  text-decoration: none;
}
.container div.collapsible-md a.title:hover {
  text-decoration: none;
}

@media (max-width: 1279.98px) {
  .collapsible-lg .title,
  .collapsible-lg .card-header {
    line-height: 2.5em; /* 40/16 */
  }
  .collapsible-lg .title::after,
  .collapsible-lg .card-header::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-lg .title::after,
  .collapsible-lg .card-header::after {
    float: right;
    content: "\f078";
    font-family: FontAwesome;
  }
  .collapsible-lg .content,
  .collapsible-lg .card-body {
    display: none;
  }
  .collapsible-lg.active .title::after,
  .collapsible-lg.active .card-header::after {
    content: "\f077";
    margin-top: -0.125em; /* 2/16 */
  }
  .collapsible-lg.active .content,
  .collapsible-lg.active .card-body {
    display: block;
  }
}
.container div.collapsible-lg a.title {
  color: #1e1e1c;
  text-decoration: none;
}
.container div.collapsible-lg a.title:hover {
  text-decoration: none;
}

.collapsible-xl .title,
.collapsible-xl .card-header {
  line-height: 2.5em; /* 40/16 */
}
.collapsible-xl .title::after,
.collapsible-xl .card-header::after {
  display: block;
  clear: both;
  content: "";
}
.collapsible-xl .title::after,
.collapsible-xl .card-header::after {
  float: right;
  content: "\f078";
  font-family: FontAwesome;
}
.collapsible-xl .content,
.collapsible-xl .card-body {
  display: none;
}
.collapsible-xl.active .title::after,
.collapsible-xl.active .card-header::after {
  content: "\f077";
  margin-top: -0.125em; /* 2/16 */
}
.collapsible-xl.active .content,
.collapsible-xl.active .card-body {
  display: block;
}

.container div.collapsible-xl a.title {
  color: #1e1e1c;
  text-decoration: none;
}
.container div.collapsible-xl a.title:hover {
  text-decoration: none;
}

/* stylelint-disable  no-descending-specificity */
@media (max-width: 320.98px) {
  .footer-item {
    border-bottom: 1px solid #4f4f49;
  }
}
.footer-item h3 {
  cursor: pointer;
}

footer {
  background-color: #eeeff0;
  padding-top: 1.25em; /* 20/16 */
  padding-bottom: 1.25em;
  margin-top: 20px;
  margin-top: 1.25rem;
}
footer h3 {
  margin-bottom: 0;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer .social::after {
  display: block;
  clear: both;
  content: "";
}
footer .social h3 {
  margin-top: 0;
}
footer .copyright,
footer .social {
  margin-top: 1.25em;
}
footer .social-links {
  float: left;
}
footer .social-links::after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 320.98px) {
  footer .social-links {
    width: 80%;
  }
}
footer .social-links li {
  float: left;
  margin: 0.313em;
}
@media (max-width: 320.98px) {
  footer .social-links li {
    width: 20%;
    text-align: center;
  }
}
footer .social-links a {
  font-size: 2.25em;
}
footer .social-links a:hover {
  text-decoration: none;
}
@media (max-width: 320.98px) {
  footer .store {
    border-bottom: 1px solid #4f4f49;
  }
  footer .store .content {
    display: none;
  }
  footer .store h3::after {
    display: block;
    clear: both;
    content: "";
  }
  footer .store h3::after {
    font-family: FontAwesome;
    float: right;
    content: "\f041";
  }
}
footer .content {
  font-size: 0.875em;
}
footer .content li {
  height: 1.875rem;
}
footer .copyright,
footer .postscript {
  font-size: 0.8125em;
}
footer .copyright {
  margin-bottom: 0.625em;
}
footer .back-to-top {
  margin: 0.1em 0.313em;
  padding: 0;
  background-color: transparent;
  border: 0;
  -moz-appearance: none;
       appearance: none;
}
footer .back-to-top i.fa-arrow-up {
  color: rgba(0, 0, 0, 0.7);
}
footer .back-to-top i.fa-circle {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* stylelint-disable  scss/no-global-function-names */
h1.page-title {
  position: relative;
  color: white;
  padding: 0.3125em 0.625em 0.3125em 16px;
  background-color: #006ebe;
  display: inline-block;
  margin: 0.9375em 0;
}
h1.page-title::before {
  content: "";
  background-color: #006ebe;
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 1280px) {
  h1.page-title::before {
    width: calc((100vw - 1464px) / 2);
    left: calc((100vw - 1464px) / 2 * -1);
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  h1.page-title::before {
    width: calc((100vw - ) / 2);
    left: calc((100vw - ) / 2 * -1);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  h1.page-title::before {
    width: calc((100vw - ) / 2);
    left: calc((100vw - ) / 2 * -1);
  }
}
@media (min-width: 1280px) {
  h1.page-title {
    left: calc((100% - 1464px) / 2);
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  h1.page-title {
    left: calc((100% - ) / 2);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  h1.page-title {
    left: calc((100% - ) / 2);
  }
}
@media (max-width: 767.98px) {
  h1.page-title {
    left: 0;
  }
}

.hero {
  height: 25vw;
  background-size: cover;
  background-position: 50%;
  position: relative;
}
.hero h1.page-title {
  top: 50%;
  margin: -1em 0 0;
}

@media (min-width: 321px) {
  .slant-down::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0;
    border-left-width: 90vw;
    border-bottom: 4vw solid #f7f7f7;
  }
}

@media (min-width: 321px) {
  .slant-up::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-left-width: 0;
    border-right-width: 90vw;
    border-top: 4vw solid #f7f7f7;
  }
}

/* fonts */
/*
******************************************
Code convert zh_CN to zh-CN on layout/page.isml
******************************************
`
lang="${pdict.CurrentRequest.getLocale().replace('_', '-')}"
`
******************************************
*/
/* stylelint-disable-next-line max-line-length */
html[lang=zh-CN] body,
html[lang=zh-CN] body * {
  font-family: "Noto Sans SC", sans-serif;
}

.notify {
  position: fixed;
  top: 0;
}

.alert-warning {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: start;
  padding: 1rem;
  gap: 0.5rem;
  color: #92400E;
  background-color: #FFFBEB;
  margin-bottom: 0;
  line-height: 1.5;
}
.alert-warning a, .alert-warning a:hover, .alert-warning a:focus {
  color: #B45309;
  text-decoration: underline;
  font-weight: bold;
}
.alert-warning a:focus-visible {
  outline: 2px solid #F59E0B;
}
.alert-warning .fp-icons,
.alert-warning p {
  line-height: inherit;
  margin-bottom: 0;
}

.info-popover-icon {
  border: none;
  background: none;
  padding: 0 4px 4px;
}
.info-popover-icon:focus {
  outline: none;
}

.info-popover-wrapper {
  visibility: hidden;
  opacity: 0;
  translate: 0 -20px;
  scale: 0.2;
  transform-origin: top;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  z-index: 1;
  width: max(100%, 200px);
  transition: all 250ms cubic-bezier(0.29, 1.18, 0.92, 1.02);
}
.info-popover-wrapper.show {
  visibility: visible;
  opacity: 1;
  translate: 0 0;
  scale: 1;
  transition: all 250ms cubic-bezier(0.29, 1.18, 0.92, 1.02);
}
.info-popover-wrapper .info-popover-content {
  padding-inline: 12px;
  padding-inline: 0.75rem;
  padding-block: 8px;
  padding-block: 0.5rem;
  background-color: #666;
  color: #fff;
}
.info-popover-wrapper .info-popover-content p {
  font-size: 12px;
  font-size: 0.75rem;
}

.price {
  color: #1e1e1c;
}
.price .strike-through {
  text-decoration: line-through;
  color: #999;
  margin-right: 0.938rem;
}
.price .starting,
.price .range,
.price .sales {
  font-weight: 700;
}
.price .tiered {
  color: #1e1e1c;
}
.price .tiered table {
  border-top: 1px solid #d8d8d8;
  margin: 0 auto;
}
.price .tiered table tr:nth-child(odd) {
  background-color: #eeeff0;
}
.price .tiered td,
.price .tiered span.price {
  font-size: 0.875rem;
  font-weight: 700;
}
.price .tiered td {
  padding: 0.313rem;
}
.price .tiered td.quantity {
  text-align: right;
}
.price .tiered td.value {
  text-align: left;
}
.price .tiered .table-header {
  font-size: 1.125rem;
  padding: 0.313rem;
}
.price .tiered .column-header {
  font-size: 1rem;
  padding: 0.313rem;
}
.price .tiered .column-header.quantity {
  text-align: right;
}

/* stylelint-disable  scss/no-global-function-names */
/* stylelint-disable-next-line */
.swatch-circle-beige {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-black {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #1e1e1c;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #1e1e1c;
  border-radius: 0.69em;
  background-color: #1e1e1c;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-blue {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #006ebe;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #006ebe;
  border-radius: 0.69em;
  background-color: #006ebe;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-brown {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-green {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-grey {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-navy {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-orange {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-pink {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-purple {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-red {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-white {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-yellow {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.938em;
  margin-right: 25%;
  padding-right: 1em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 320.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 320.98px) {
  .prices-add-to-cart-actions {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 321px) and (max-width: 767.98px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 5px;
    padding: 0 0.3125rem;
  }
}
@media (min-width: 768px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

div.quantity {
  float: right;
  padding: 0;
  width: 25%;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 320.98px) {
  .cart-and-ipay {
    padding-bottom: 26px;
    padding-bottom: 1.625rem;
  }
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages, .add-to-wishlist-messages {
  width: 284px;
  width: 17.75rem;
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 70;
}
@media (min-width: 768px) {
  .add-to-cart-messages, .add-to-wishlist-messages {
    width: 334px;
    width: 20.875rem;
  }
}
@media (min-width: 1024px) {
  .add-to-cart-messages, .add-to-wishlist-messages {
    width: 444px;
    width: 27.75rem;
  }
}
.add-to-cart-messages .fp-icons, .add-to-wishlist-messages .fp-icons {
  position: relative;
  top: -1px;
  top: -0.0625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.add-to-basket-alert {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  background-color: #fff;
  font-weight: 500;
  color: #1e1e1c;
  border-color: #f7f7f7;
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #d8d8d8;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

@media (min-width: 768px) {
  .subscription-cart-container {
    margin-left: 106px;
    margin-left: 6.625rem;
  }
}

.minicart-subscriptions {
  margin-top: 16px;
  margin-top: 1rem;
  width: 100%;
}

.subscription-title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #1e1e1c;
}
@media (min-width: 768px) {
  .subscription-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.line-item-subscription {
  background: #f7f7f7;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  margin-top: 4px;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.8;
}
.line-item-subscription .subscription-content {
  font-size: 11px;
  font-size: 0.6875rem;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 0;
}
.line-item-subscription .subscription-value {
  margin-left: 4px;
}
.checkout .line-item-subscription {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}
.checkout .line-item-subscription .subscription-content {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .line-item-subscription {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .line-item-subscription .subscription-content {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 0;
  }
  .checkout .line-item-subscription .subscription-content {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.product-tile-container {
  margin-bottom: 46px;
  margin-bottom: 2.875rem;
}
.product-tile-container .tile-body-footer {
  margin: 0;
}
.product-tile-container .tile-body-footer .compare {
  padding: 0;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.product-tile-container .product-tile .image-container {
  text-align: center;
  background-color: #f7f7f7;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding: 8px;
  padding: 0.5rem;
  position: relative;
}
.product-tile-container .product-tile .image-container img {
  max-width: 100%;
  max-height: 99.5%;
}
.product-tile-container .product-tile .image-container .product-tile-image-badge {
  text-align: center;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  width: 52px;
  width: 3.25rem;
  height: 52px;
  height: 3.25rem;
  padding: 12px;
  padding: 0.75rem;
  margin: 4px;
  margin: 0.25rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  color: #fff;
  background: #da291c;
  text-transform: uppercase;
  z-index: 2;
}
.product-tile-container .product-tile .image-container .product-tile-image-badge p {
  font-size: 7px;
  font-size: 0.4375rem;
  line-height: 1.2;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.56px;
}
@media (min-width: 768px) {
  .product-tile-container .product-tile .image-container .product-tile-image-badge p {
    font-size: 9px;
    font-size: 0.5625rem;
    letter-spacing: 0.72px;
  }
}
@media (min-width: 768px) {
  .product-tile-container .product-tile .image-container .product-tile-image-badge {
    width: 68px;
    width: 4.25rem;
    height: 68px;
    height: 4.25rem;
  }
}
.product-tile-container .product-tile .product-model {
  position: relative;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.product-tile-container .product-tile .product-model .model-no {
  color: #666;
  line-height: normal;
  font-size: 10px;
  font-size: 0.625rem;
}
.product-tile-container .product-tile .tile-body .badges-and-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: start;
  -ms-flex-align: start;
      align-items: start;
}
.product-tile-container .product-tile .tile-body .product-badges {
  display: inline-block;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.product-tile-container .product-tile .tile-body .product-badges li {
  display: inline-block;
  font-weight: 500;
  border: solid 1px #999;
  line-height: 1;
  text-transform: uppercase;
  font-size: 9px;
  font-size: 0.5625rem;
  padding: 6px 8px 5px;
  padding: 0.375rem 0.5rem 0.3125rem;
  margin: 0 8px 0 0;
  margin: 0 0.5rem 0 0;
}
.pdp-bg-dark .product-tile-container .product-tile .tile-body .product-badges li {
  background-color: #999;
}
.product-tile-container .product-tile .tile-body .color-swatches {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
}
.product-tile-container .product-tile .tile-body .color-swatches .swatches .swatch-circle {
  object-fit: contain;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #999;
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.product-tile-container .product-tile .tile-body .color-swatches .swatches .swatch-circle.color-value[data-selected=true]::after {
  color: #1e1e1c;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-tile-container .product-tile .tile-body .color-swatches .swatches .swatch-circle.color-value.selected::after {
  border: 1px solid #006ebe;
  border-radius: 100%;
  color: #1e1e1c;
  line-height: 0.8em;
  position: absolute;
  height: 28px;
  height: 1.75rem;
  width: 28px;
  width: 1.75rem;
}
.product-tile-container .product-tile .tile-body .color-swatches .swatches .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}
.product-tile-container .product-tile .tile-body .plp-desc-container {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.product-tile-container .product-tile .tile-body .plp-desc-container .parts-plp-description {
  display: none;
}
.product-tile-container .product-tile .tile-body .series-and-style {
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  color: #666;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 12px;
  line-height: 0.75rem;
  row-gap: 5px;
  row-gap: 0.3125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.product-tile-container .product-tile .tile-body .series-and-style > * {
  min-height: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.product-tile-container .product-tile .tile-body .series-and-style > *::after {
  content: "|";
  margin: 0 4px;
  margin: 0 0.25rem;
}
@media (min-width: 768px) {
  .product-tile-container .product-tile .tile-body .series-and-style > *::after {
    margin: 0 8px;
  }
}
.product-tile-container .product-tile .tile-body .series-and-style > *:last-child::after {
  content: "";
  margin: 0;
}
.product-tile-container .product-tile .tile-body .series-and-style > *.product-smart-appliance {
  gap: 2px;
}
.product-tile-container .product-tile .tile-body .series-and-style > *.product-smart-appliance svg {
  fill: #666;
}
.product-tile-container .product-tile .tile-body .price-container {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.product-tile-container .product-tile .tile-body .price-container .price {
  line-height: 0;
}
.product-tile-container .product-tile .tile-body .price-container .price .strike-through {
  display: block;
  margin-bottom: 11px;
  margin-bottom: 0.6875rem;
}
.product-tile-container .product-tile .tile-body .price-container .price .sales {
  line-height: 1;
}
.product-tile-container .product-tile .tile-body .price-container .price .sales .value {
  font-weight: 500;
  color: #1e1e1c;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
  width: 198px;
  width: 12.375rem;
}
.product-tile-container .product-tile .tile-body .price-container .price .sales .value span {
  text-transform: uppercase;
  color: #666;
  margin-left: 6px;
  margin-left: 0.375rem;
  font-size: 11px;
  font-size: 0.6875rem;
}
.product-tile-container .product-tile .tile-body .price-container .price .strike-through {
  line-height: 1;
  margin-bottom: 0;
}
.product-tile-container .product-tile .tile-body .price-container .price .strike-through .value {
  font-weight: 400;
  color: #999;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
}
.product-tile-container .product-tile .tile-body .price-container .price .price-values {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-pack: start;
      justify-content: start;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: start;
  margin-block: 7px;
  margin-block: 0.4375rem;
}
@media (min-width: 1024px) {
  .product-tile-container .product-tile .tile-body .price-container .price .price-values {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-align: end;
        align-items: end;
  }
}
.product-tile-container .product-tile .tile-body .price-container .price .price-discount {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 2px;
  background-color: #1e1e1c;
  padding: 2px 4px;
}
.product-tile-container .product-tile .tile-body .price-container .price .price-discount svg {
  fill: #fff;
}
.product-tile-container .product-tile .tile-body .price-container .price .price-discount svg.x-small-icon {
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}
.product-tile-container .product-tile .tile-body .price-cta #stock-message {
  font-weight: 500;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}
.product-tile-container .product-tile .tile-body .pdp-link,
.product-tile-container .product-tile .tile-body .product-name-wrapper {
   margin-bottom: 24px;
   margin-bottom: 1.5rem;
}
.product-tile-container .product-tile .tile-body .pdp-link h1,
.product-tile-container .product-tile .tile-body .pdp-link h2,
.product-tile-container .product-tile .tile-body .pdp-link h3,
.product-tile-container .product-tile .tile-body .pdp-link h4,
.product-tile-container .product-tile .tile-body .pdp-link h5,
.product-tile-container .product-tile .tile-body .pdp-link h6,
.product-tile-container .product-tile .tile-body .product-name-wrapper h1,
.product-tile-container .product-tile .tile-body .product-name-wrapper h2,
.product-tile-container .product-tile .tile-body .product-name-wrapper h3,
.product-tile-container .product-tile .tile-body .product-name-wrapper h4,
.product-tile-container .product-tile .tile-body .product-name-wrapper h5,
.product-tile-container .product-tile .tile-body .product-name-wrapper h6 {
  margin-bottom: 0;
}
.product-tile-container .product-tile .tile-body .pdp-link h3 .link,
.product-tile-container .product-tile .tile-body .pdp-link .product-name .link,
.product-tile-container .product-tile .tile-body .pdp-link .product-features,
.product-tile-container .product-tile .tile-body .product-name-wrapper h3 .link,
.product-tile-container .product-tile .tile-body .product-name-wrapper .product-name .link,
.product-tile-container .product-tile .tile-body .product-name-wrapper .product-features {
  display: block;
  font-weight: 500;
  text-transform: initial;
  color: #1e1e1c;
  line-height: 1.2;
  font-size: 14px;
  font-size: 0.875rem;
}
.product-tile-container .product-tile .tile-body .pdp-link .product-features,
.product-tile-container .product-tile .tile-body .product-name-wrapper .product-features {
  font-weight: 400;
  line-height: 1.5;
}
.product-tile-container .product-tile .tile-body .product-name-wrapper .pdp-link {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.product-tile-container .product-tile .tile-body .plp-description,
.product-tile-container .product-tile .tile-body .product-availability {
  text-align: left;
  line-height: 1.54;
  color: #1e1e1c;
  overflow-wrap: break-word;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.product-tile-container .product-tile .tile-body .view-link {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .product-tile-container .product-tile .tile-body .view-link {
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 1024px) {
  .product-tile-container .product-tile .tile-body .view-link {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
.product-tile-container .product-tile .tile-body .product-availability {
  font-weight: 500;
  color: #666;
  margin: 16px 0;
  margin: 1rem 0;
}
.product-tile-container .product-tile .tile-body .plp-installation-requirements {
  display: none;
  color: #666;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 11px;
  font-size: 0.6875rem;
}
.product-tile-container .product-tile .tile-body .ratings {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.product-tile-container .product-tile .tile-body .ratings [data-bv-show=inline_rating] {
  height: 20px;
  height: 1.25rem;
}
@media (min-width: 768px) {
  .product-tile-container .product-tile .tile-body .ratings [data-bv-show=inline_rating] {
    height: 22px;
    height: 1.375rem;
  }
}
@media (min-width: 768px) {
  .product-tile-container .product-tile .tile-body .compare .fp-custom-checkbox {
    margin-bottom: 0;
  }
}
.product-tile-container .product-tile .tile-body .compare .fp-custom-checkbox .custom-control-label {
  color: #006ebe;
  width: 56px;
  width: 3.5rem;
  height: 10px;
  height: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
}
.product-tile-container .product-tile .tile-body .agency-products-container {
  margin-top: 24px;
  margin-top: 1.5rem;
}
.product-tile-container .product-tile .tile-body .agency-products-container .hidden {
  display: none;
}
.product-tile-container .product-tile .tile-body .agency-products-container .product-availability,
.product-tile-container .product-tile .tile-body .agency-products-container .price-container {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.product-tile-container .product-tile.spares .tile-body .plp-desc-container {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}
.product-tile-container .product-tile.spares .tile-body .dimensions {
  margin-left: -4px;
  margin-left: -0.25rem;
  padding-left: -4px;
  padding-left: -0.25rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .product-tile-container .product-tile.spares .tile-body .dimensions {
    margin-left: 0;
  }
}
.product-tile-container .product-tile.spares .tile-body .dimensions .dimension-content {
  border-right: solid 1px #d8d8d8;
  color: #666;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
  padding-left: 12px;
  padding-left: 0.75rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.product-tile-container .product-tile.spares .tile-body .dimensions .dimension-content:last-child {
  border: none;
}
@media (min-width: 768px) {
  .product-tile-container .product-tile.spares .tile-body .dimensions .dimension-content {
    padding: 0 16px;
    padding: 0 1rem;
  }
  .product-tile-container .product-tile.spares .tile-body .dimensions .dimension-content:first-child {
    padding-left: 16px;
    padding-left: 1rem;
  }
}
.product-tile-container .product-tile.spares .tile-body .dimensions .dimension-content span.content {
  display: block;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.product-tile-container .product-tile.spares .tile-body .dimensions .dimension-content span.value {
  font-weight: 500;
}
.product-tile-container .product-tile.spares .tile-body .dimensions .dimension-content span.value sub,
.product-tile-container .product-tile.spares .tile-body .dimensions .dimension-content span.value sup {
  vertical-align: unset;
  position: unset;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
}
.product-tile-container .product-tile.spares .tile-body .dimensions .dimension-content span.value sup {
  margin-left: 6px;
  margin-left: 0.375rem;
}
.product-tile-container .product-tile.spares .tile-body .dimensions .dimension-content span.value span.fraction-bar {
  margin: 0 1px;
  margin: 0 0.0625rem;
}
.product-tile-container .product-tile.spares .tile-body .dimensions .dimension-content span.value span.dimensions-unit {
  margin-left: 2px;
  margin-left: 0.125rem;
}
.product-tile-container .product-tile .rrp-price-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.product-tile-container .product-tile .rrp-text {
  font-size: 12px;
  display: -ms-flexbox;
  display: flex;
  float: left;
  margin-right: 4px;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.75rem;
}

.non-agency-product {
  background-color: #f7f7f7;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding-inline: 16px;
  padding-inline: 1rem;
  padding-block: 1.2rem;
}
.non-agency-product p {
  color: #666;
}
.non-agency-product h5 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .product-tile-container {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  .product-tile-container .product-tile .image-container img {
    max-height: 267px;
    max-height: 16.6875rem;
  }
  .product-tile-container .product-tile .tile-body .product-model {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
  }
  .product-tile-container .product-tile .tile-body .product-model .model-no {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .product-tile-container .product-tile .tile-body .color-swatches {
    padding-bottom: 0;
  }
  .product-tile-container .product-tile .tile-body .pdp-link,
  .product-tile-container .product-tile .tile-body .product-name-wrapper {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
  .product-tile-container .product-tile .tile-body .pdp-link h3,
  .product-tile-container .product-tile .tile-body .pdp-link .product-name,
  .product-tile-container .product-tile .tile-body .product-name-wrapper h3,
  .product-tile-container .product-tile .tile-body .product-name-wrapper .product-name {
    padding-top: 16px;
    padding-top: 1rem;
  }
  .product-tile-container .product-tile .tile-body .pdp-link h3 .link,
  .product-tile-container .product-tile .tile-body .pdp-link .product-name .link,
  .product-tile-container .product-tile .tile-body .product-name-wrapper h3 .link,
  .product-tile-container .product-tile .tile-body .product-name-wrapper .product-name .link {
    font-size: 16px;
    font-size: 1rem;
  }
  .product-tile-container .product-tile .tile-body .product-name-wrapper .pdp-link {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
  .product-tile-container .product-tile .tile-body .plp-desc-container {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
  .product-tile-container .product-tile .tile-body .plp-desc-container .series-and-style {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 12px;
    line-height: 0.75rem;
  }
  .product-tile-container .product-tile .tile-body .plp-desc-container .plp-description {
    text-align: left;
    overflow-wrap: break-word;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .product-tile-container .product-tile .tile-body .plp-desc-container .parts-plp-description {
    display: none;
  }
  .spares .product-tile-container .product-tile .tile-body .plp-desc-container .dimensions .dimension-content:first-child {
    padding-left: 16px;
    padding-left: 1rem;
  }
  .product-tile-container .product-tile .tile-body .rrp-text {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
  .product-tile-container .product-tile .tile-body .price-container {
    font-weight: 400 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
  .product-tile-container .product-tile .tile-body .product-availability {
    text-align: left;
    margin-bottom: 0;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 22px;
    line-height: 1.375rem;
    margin-top: 12px;
    margin-top: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .product-tile-container {
    margin-bottom: 83px;
    margin-bottom: 5.1875rem;
  }
  .product-tile-container .product-tile .image-container img {
    max-height: 263px;
    max-height: 16.4375rem;
  }
}
@media (min-width: 1280px) {
  .product-tile .image-container img {
    max-height: 316px;
    max-height: 19.75rem;
  }
  .product-tile-container {
    position: relative;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .product-tile-container:nth-last-child(2) .product-tile, .product-tile-container:nth-last-child(3) .product-tile, .product-tile-container:nth-last-child(4) .product-tile {
    border-bottom: none;
  }
  .product-tile-container::before {
    content: "";
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    width: calc(100% - 30px);
  }
  .product-tile-container:nth-last-child(-n+4)::before {
    border-width: 0;
  }
}
/* stylelint-disable  scss/no-global-function-names */
/* stylelint-disable-next-line */
.swatch-circle-beige {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-black {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #1e1e1c;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #1e1e1c;
  border-radius: 0.69em;
  background-color: #1e1e1c;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-blue {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #006ebe;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #006ebe;
  border-radius: 0.69em;
  background-color: #006ebe;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-brown {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-green {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-grey {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-navy {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-orange {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-pink {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-purple {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-red {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-white {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-yellow {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.attribute {
  margin-top: 0.938em;
  margin-right: 25%;
  padding-right: 1em;
}
.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 320.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding-right: 0;
  padding-left: 0;
  left: 0;
}
@media (max-width: 320.98px) {
  .prices-add-to-cart-actions {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 321px) and (max-width: 767.98px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 5px;
    padding: 0 0.3125rem;
  }
}
@media (min-width: 768px) {
  .prices-add-to-cart-actions {
    position: static;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.prices {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
}

div.quantity {
  float: right;
  padding: 0;
  width: 25%;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 320.98px) {
  .cart-and-ipay {
    padding-bottom: 26px;
    padding-bottom: 1.625rem;
  }
  .cart-and-ipay .btn {
    width: 98%;
    margin: 1%;
    display: block;
  }
}

.add-to-cart-messages, .add-to-wishlist-messages {
  width: 284px;
  width: 17.75rem;
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 70;
}
@media (min-width: 768px) {
  .add-to-cart-messages, .add-to-wishlist-messages {
    width: 334px;
    width: 20.875rem;
  }
}
@media (min-width: 1024px) {
  .add-to-cart-messages, .add-to-wishlist-messages {
    width: 444px;
    width: 27.75rem;
  }
}
.add-to-cart-messages .fp-icons, .add-to-wishlist-messages .fp-icons {
  position: relative;
  top: -1px;
  top: -0.0625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.add-to-basket-alert {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  background-color: #fff;
  font-weight: 500;
  color: #1e1e1c;
  border-color: #f7f7f7;
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.simple-quantity {
  margin-top: 1em;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  padding-bottom: 1em;
  border-bottom: 1px solid #d8d8d8;
}
.bundle-item:last-child {
  border-bottom: none;
}

.container.product-detail {
  margin-top: 2em;
  margin-bottom: 2em;
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

@media (min-width: 768px) {
  .subscription-cart-container {
    margin-left: 106px;
    margin-left: 6.625rem;
  }
}

.minicart-subscriptions {
  margin-top: 16px;
  margin-top: 1rem;
  width: 100%;
}

.subscription-title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #1e1e1c;
}
@media (min-width: 768px) {
  .subscription-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.line-item-subscription {
  background: #f7f7f7;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 15px;
  margin-top: 4px;
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.8;
}
.line-item-subscription .subscription-content {
  font-size: 11px;
  font-size: 0.6875rem;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  margin-bottom: 0;
}
.line-item-subscription .subscription-value {
  margin-left: 4px;
}
.checkout .line-item-subscription {
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}
.checkout .line-item-subscription .subscription-content {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .line-item-subscription {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .line-item-subscription .subscription-content {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 0;
  }
  .checkout .line-item-subscription .subscription-content {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.quantity-selector {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.quantity-selector .quantity-actions {
  padding: 0;
  border: 1px solid #006ebe;
  vertical-align: middle;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
.quantity-selector .quantity-actions.quantity-minus {
  background-color: #fff;
}
.quantity-selector .quantity-actions.quantity-minus svg {
  fill: #006ebe;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}
.quantity-selector .quantity-actions.quantity-plus {
  background-color: #006ebe;
}
.quantity-selector .quantity-actions.quantity-plus svg {
  fill: #fff;
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}
.quantity-selector .quantity-selected {
  border: 2px solid #d8d8d8;
  height: 30px;
  line-height: 26px;
  text-align: center;
  vertical-align: middle;
  width: 80px;
  margin: auto 5px;
  margin: auto 0.3125rem;
}
.quantity-selector .error-message {
  color: #666;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.4px;
  letter-spacing: 0.025rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}

@media (min-width: 768px) {
  .quantity-selector {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .quantity-selector .quantity-actions {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }
  .quantity-selector .quantity-actions.quantity-minus svg {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }
  .quantity-selector .quantity-actions.quantity-plus svg {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }
  .quantity-selector .quantity-selected {
    height: 40px;
    line-height: 36px;
  }
  .quantity-selector .error-message {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.quickview-pop-up {
  padding: 0 !important;
}
.quickview-pop-up.modal.lightbox {
  overflow-y: auto;
}
.quickview-pop-up .modal-dialog {
  width: 100% !important;
  margin: 0 auto;
  overflow-y: initial !important;
  transform: translate(0, -50%);
}
.quickview-pop-up .modal-dialog .modal-content {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
}
.quickview-pop-up .modal-dialog .modal-content .modal-header {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 24px 32px 16px;
  padding: 1.5rem 2rem 1rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-header .fp-icon {
  top: -5px;
  top: -0.3125rem;
  right: -15px;
  right: -0.9375rem;
  position: relative;
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.quickview-pop-up .modal-dialog .modal-content .modal-header .fp-icon .fp-icons svg {
  fill: #666;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 0 32px;
  padding: 0 2rem;
}
@media (max-width: 320.98px) {
  .quickview-pop-up .modal-dialog .modal-content .modal-body {
    padding: 0 16px;
    padding: 0 1rem;
  }
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .quick-view-image {
  background-color: #f7f7f7;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  padding: 36px;
  padding: 2.25rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .badges-container {
  display: inline;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .product-badges {
  display: inline-block;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin: 0 0 12px 0;
  margin: 0 0 0.75rem 0;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .product-badges li {
  display: inline-block;
  font-weight: 500;
  border: solid 1px #999;
  line-height: 1;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  padding: 6px 8px 5px;
  padding: 0.375rem 0.5rem 0.3125rem;
  margin: 0 8px 0 0;
  margin: 0 0.5rem 0 0;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .product-model {
  display: inline-block;
  margin: 0 0 12px 0;
  margin: 0 0 0.75rem 0;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .product-model .model-no {
  display: inline;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 14px;
  line-height: 0.875rem;
  color: #666;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview h1.title {
  font-weight: 500;
  color: #1e1e1c;
  text-transform: none;
  letter-spacing: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .short-description {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .view-link {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .pdp-link,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimensions {
  display: block;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .pdp-link {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content {
  width: auto !important;
  -ms-flex: none;
      flex: none;
  border-right: solid 1px #d8d8d8;
  padding: 0 12px 0 12px;
  padding: 0 0.75rem 0 0.75rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content:first-child {
  padding-left: 8px;
  padding-left: 0.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content:last-child {
  border-right: none;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value {
  display: block;
  color: #666;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content sup,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content sub,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value sup,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value sub {
  vertical-align: baseline;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content sup,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value sup {
  margin-left: 5px;
  margin-left: 0.3125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  top: 0;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content sub,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value sub {
  bottom: 0;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .content .dimensions-unit,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value .dimensions-unit {
  position: relative;
  right: 4px;
  right: 0.25rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content .value {
  font-weight: 500;
  margin-top: 4px;
  margin-top: 0.25rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .where-to-buy,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .price-container {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .where-to-buy .btn,
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .price-container .btn {
  width: 100%;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .pricing {
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 31px;
  line-height: 1.9375rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .pricing span {
  text-transform: uppercase;
  color: #666;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 6px;
  margin-left: 0.375rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .stock-message {
  color: #666;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .add-to-cart-quickview {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .cart-and-ipay {
  text-align: left;
}
.quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .plp-installation-requirements {
  color: #666;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.quickview-pop-up .modal-dialog .modal-content .modal-footer {
  display: block;
  border: none;
  padding: 32px;
  padding: 2rem;
}

body > .add-to-cart-messages {
  z-index: 1002;
}

@media (min-width: 321px) {
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content:first-child {
    padding: 0 24px 0 24px;
    padding: 0 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .quickview-pop-up .modal-dialog {
    margin: 0 auto;
    max-width: 700px;
    max-width: 43.75rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .quick-view-image {
    padding: 20px;
    padding: 1.25rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .product-badges li {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content {
    padding: 0 16px 0 16px;
    padding: 0 1rem 0 1rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .dimension-content:first-child {
    padding-left: 16px;
    padding-left: 1rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .where-to-buy .btn,
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview .price-container .btn {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .quickview-pop-up .modal-dialog {
    max-width: 920px;
    max-width: 57.5rem;
  }
  .quickview-pop-up .modal-dialog .modal-content .modal-body .product-quickview h1.title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
.form-nav .nav-tabs .nav-link {
  color: #1e1e1c;
}

.nav-tabs .nav-link.active {
  background-color: transparent;
}

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #1e1e1c;
}

@media (min-width: 1024px) {
  .form-nav .nav-item > .nav-link {
    color: #1e1e1c;
  }
}
.breadcrumb-wrapper {
  display: none;
}
.breadcrumb-wrapper .breadcrumb {
  margin: 0;
  padding: 0;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  color: #d8d8d8 !important;
  text-transform: uppercase;
  position: relative;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 12px;
  line-height: 0.75rem;
  margin-left: 16px;
  margin-left: 1rem;
  padding-left: 16px;
  padding-left: 1rem;
}
.pdp-bg-light .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  color: #666 !important;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #d8d8d8 !important;
  font-weight: 400;
}
.pdp-bg-light .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #666 !important;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item::before {
  content: " " !important;
  background-image: url("../../images/fp-chevron-right-grey.svg");
  background-size: 20px 20px;
  position: absolute;
  left: -9px;
  top: -3px;
  width: 20px;
  height: 20px;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item:first-child {
  padding-left: 0;
  margin-left: 0;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item:first-child::before {
  background: none;
}

@media (min-width: 768px) {
  .breadcrumb-wrapper {
    display: block;
  }
}
.spinner {
  font-size: 2px;
  margin: 0;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid rgba(255, 255, 255, 0.25);
  animation: load8 0.8s infinite ease-in-out;
  position: absolute;
  z-index: 5002;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -25px;
  margin-top: -25px;
}

.spinner,
.spinner::after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

/* stylelint-disable-next-line at-rule-no-vendor-prefix, at-rule-empty-line-before */
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.veil {
  position: absolute;
  z-index: 5001;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.veil .underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #1e1e1c;
}

/* Site Selection menu */
[data-top-nav-link-id=site-selection] #site-selection {
  text-transform: capitalize;
  font-weight: 500;
}
[data-top-nav-link-id=site-selection] .flag-icon,
[data-top-nav-link-id=site-selection] .fi {
  margin-right: 12px;
  border: 0.5px #fff solid;
}
[data-top-nav-link-id=site-selection] .fp-icons svg {
  margin-left: 12px;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
}

.site-selection {
  line-height: 1.3;
  padding-bottom: 20px;
}
.site-selection .dropdown-toggle {
  background: transparent;
  border-right: 1px solid #d8d8d8;
  border-bottom: none;
  border-left: none;
  border-top: none;
  color: #fff;
  padding-right: 20px;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
}
.pdp-bg-light .site-selection .dropdown-toggle {
  color: #1e1e1c;
}
.site-selection .dropdown-toggle::after {
  display: none;
}
.site-selection .dropdown-toggle .flag-icon,
.site-selection .dropdown-toggle .fi {
  margin-right: 10px;
}
.site-selection .dropdown-menu {
  background-color: #f7f7f7;
  left: auto;
  margin: 0;
  padding: 0;
  right: 0;
}
.site-selection .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #999;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 11px 110px 11px 25px;
}
.site-selection .dropdown-menu .dropdown-item:hover {
  background-color: #d8d8d8;
}
.site-selection .dropdown-menu .dropdown-item[selected]::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  content: "";
}
.site-selection .dropdown-menu .dropdown-item i.flag-icon, .site-selection .dropdown-menu .dropdown-item i.fi {
  margin-right: 10px;
}
.site-selection .dropdown-menu .dropdown-item .dark-grey-icon {
  margin-left: 10px;
}

@media (max-width: 1023.98px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item[data-top-nav-link-id=site-selection] .level-2 {
    margin-left: -2rem;
  }
}
.site-selection-wrapper {
  padding: 0 1rem;
}

.navbar-expand-lg.site-selection-wrapper.menu-toggleable-left.in,
.navbar-expand-md.site-selection-wrapper.menu-toggleable-left.in {
  padding-top: 65px;
  padding-top: 4.0625rem;
}
@media (max-width: 1279.98px) {
  .navbar-expand-lg.site-selection-wrapper .navbar-nav.level-1 .level-2.non-megamenu-dropdown,
  .navbar-expand-md.site-selection-wrapper .navbar-nav.level-1 .level-2.non-megamenu-dropdown {
    top: 0;
    margin: 0;
  }
}
.navbar-expand-lg.site-selection-wrapper .navbar-nav.level-1 .level-2 a.dropdown-link,
.navbar-expand-md.site-selection-wrapper .navbar-nav.level-1 .level-2 a.dropdown-link {
  font-weight: 300;
}

@media (min-width: 768px) {
  [data-top-nav-link-id=site-selection] .flag-icon,
  [data-top-nav-link-id=site-selection] .fi {
    border: none;
  }
}
.item-attributes {
  vertical-align: top;
  padding-left: 0;
}

.line-item-attributes,
.line-item-option {
  font-size: 0.813rem;
  margin: 0;
}

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #1e1e1c;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.313em;
}

.line-item-pricing-info {
  margin-bottom: 0;
}
.line-item-pricing-info + .price {
  font-size: 1em;
  font-weight: 700;
}

.line-item-price-quantity-info {
  margin-top: 0.625em;
  border-top: 1px solid #d8d8d8;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.line-item-total-text {
  font-size: 0.813em;
}

.pricing {
  font-size: 1em;
  font-weight: 700;
}

.item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: 0.938em;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
}

.non-adjusted-price {
  display: none;
}

.line-item-promo {
  color: #008827;
  font-size: 0.813em;
}

.shipment-card {
  margin-bottom: 1rem;
}

.line-item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.product-line-item .line-item-header {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.product-line-item .line-item-header .line-item-model-number {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
}

.bundled-line-item + .bundled-line-item {
  margin-top: 0.625em;
}

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em;
}

.line-item-divider {
  margin: 0.625em -1.225em 0.625em -1.325em;
}

.line-dotted {
  border-top: 0.063em dashed #d8d8d8;
}

.line-item-availability {
  font-size: 0.813rem;
}

.product-line-item-details {
  overflow-y: inherit;
}

.minicart {
  position: relative;
}
.minicart .cart {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  background-color: #f7f7f7;
}
.minicart .remove-btn {
  color: #999;
  float: right;
  background-color: white;
  border: none;
  font-size: 1.625em;
  margin-top: -0.313em;
  padding: 0;
}
.minicart .product-summary {
  margin-right: -0.938em;
  max-height: 21.875em;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.938em;
}
.minicart .card-body {
  padding: 0.625em;
}
.minicart .quantity-label {
  font-size: 0.813em;
}
.minicart .quantity {
  width: 100%;
}
.minicart .popover {
  top: 100%;
  left: auto;
  right: 0;
  min-width: 23.44rem;
  max-width: 23.44rem;
  min-height: 6.25rem;
  display: none;
}
.minicart .popover::before {
  left: auto;
  right: 15px;
}
.minicart .popover::after {
  left: auto;
  right: 16px;
}
.minicart .popover.show {
  display: block;
  border: none;
}
.minicart .minicart-footer {
  border-top: 1px solid #d8d8d8;
}
.minicart .estimated-total {
  margin-top: 0.625em;
}
.minicart .sub-total-label {
  font-size: 1em;
  font-weight: 500;
}
.minicart .sub-total {
  font-size: 1em;
  font-weight: 500;
}
.minicart .line-item-divider {
  margin: 0.625em -0.625em 0.625em -1.325em;
}
.minicart .line-item-name {
  width: 90%;
}

@media (min-width: 321px) and (max-width: 767.98px) {
  .hide-link-med {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-no-link {
    display: none;
  }
}
@media (max-width: 320.98px) {
  .hide-no-link {
    display: none;
  }
}

/* 20/16 */
.info-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.info-icon .info-icon-element {
  border-radius: 1.25rem;
  background-color: #1e1e1c;
  width: 1.5625rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.info-icon .tooltip {
  display: none;
  position: absolute;
  bottom: 100%;
  padding: 0.312rem;
  border-radius: 0;
  background-color: #4f4f49;
  color: #fff;
  font-size: 0.928rem;
  min-width: 20rem;
  max-width: 15rem;
  transform: translate(-50%, -0.625em);
  left: 50%;
  margin-left: 4px;
  animation: fade-in 0.5s linear forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info-icon .tooltip::before {
  content: " ";
  position: absolute;
  display: block;
  height: 1.25em; /* 20/16 */
  left: 0;
  bottom: -1.25em;
  width: 100%;
}
.info-icon .tooltip::after {
  border-left: solid transparent 0.625em; /* 10/16 */
  border-right: solid transparent 0.625em; /* 10/16 */
  border-top: solid #4f4f49 0.625em;
  bottom: -0.625em;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.info-icon:hover .tooltip {
  display: block;
}

/* stylelint-disable  scss/no-global-function-names */
/* stylelint-disable  no-descending-specificity */
.site-search {
  position: relative;
  height: 2.5em; /* 40/16 */
}
@media (min-width: 321px) {
  .site-search {
    margin-right: 0.5em; /* 20/16 */
  }
}
@media (min-width: 1280px) {
  .site-search {
    width: 20em; /* 320/16 */
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .site-search {
    width: 14.0625em; /* 225/16 */
  }
}
@media (min-width: 321px) and (max-width: 767.98px) {
  .site-search {
    width: 12.5em; /* 200/16 */
  }
}
.site-search .fa-close,
.site-search .fa-search {
  position: absolute;
  top: 0.5625em; /* 9/16 */
  right: 0.5625em; /* 9/16 */
}
.site-search input {
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  height: 100%;
}
.site-search .suggestions-wrapper {
  position: relative;
  top: -12px;
  top: -0.75rem;
}
@media (min-width: 768px) {
  .site-search .suggestions-wrapper {
    top: 2px;
    top: 0.125rem;
  }
}
.site-search .suggestions-wrapper .suggestions {
  display: block;
  position: absolute;
  background-color: #fff;
  top: 60px;
  right: 0;
  width: 100%;
  z-index: 1050;
  color: #666;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767.98px) {
  .site-search .suggestions-wrapper .suggestions {
    overflow: visible !important;
    left: 0;
  }
}
.site-search .suggestions-wrapper .suggestions .search-suggestions-content-block {
  background-color: #666;
  color: #fff;
  padding: 1rem 1.5rem;
}
.site-search .suggestions-wrapper .suggestions .search-suggestions-content-block .h6 {
  font-weight: 400;
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .site-search .suggestions-wrapper .suggestions .search-suggestions-content-block .h6 {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.site-search .suggestions-wrapper .suggestions .search-suggestions-content-block a {
  color: #fff;
  text-decoration: underline;
}
.site-search .suggestions-wrapper .suggestions .container {
  background: #fff;
  padding: 0;
}
.site-search .suggestions-wrapper .suggestions .container > .row {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  margin-right: 0;
  margin-left: 0;
  -ms-flex-direction: column;
  flex-direction: column;
  /* stylelint-disable-next-line  selector-class-pattern */
}
.site-search .suggestions-wrapper .suggestions .container > .row .product-title,
.site-search .suggestions-wrapper .suggestions .container > .row .categories {
  letter-spacing: inherit;
  font-weight: 400;
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .site-search .suggestions-wrapper .suggestions .container > .row .product-title,
  .site-search .suggestions-wrapper .suggestions .container > .row .categories {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
@media (max-width: 320.98px) {
  .site-search .suggestions-wrapper .suggestions .container > .row {
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-left: 24px;
    padding-left: 1.5rem;
  }
}
@media (min-width: 321px) {
  .site-search .suggestions-wrapper .suggestions .container > .row {
    padding-right: 16px;
    padding-right: 1rem;
    padding-left: 16px;
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .site-search .suggestions-wrapper .suggestions .container > .row {
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-left: 24px;
    padding-left: 1.5rem;
  }
}
.site-search .suggestions-wrapper .suggestions .container > .row:not(:first-of-type) {
  border-top: 1px solid #d8d8d8;
}
.site-search .suggestions-wrapper .suggestions .container > .row p.show-all-results a {
  font-weight: 400;
}
.site-search .suggestions-wrapper .suggestions .container > .row ul {
  list-style-type: none;
  padding: 0;
}
.site-search .suggestions-wrapper .suggestions .container > .row.list {
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 0;
}
.site-search .suggestions-wrapper .suggestions .container > .row.list ul {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.site-search .suggestions-wrapper .suggestions .container > .row.list ul li a {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400 !important;
  color: #1e1e1c;
}
.site-search .suggestions-wrapper .suggestions .container > .row > .row {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  padding-right: 8px;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .site-search .suggestions-wrapper .suggestions .container > .row > .row {
    padding-left: 16px;
    padding-left: 1rem;
    padding-right: 16px;
    padding-right: 1rem;
  }
}
.site-search .suggestions-wrapper .suggestions .container > .row > .row:last-of-type {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.site-search .suggestions-wrapper .suggestions .container > .row > .row .name {
  -ms-flex: 1;
      flex: 1;
  padding-left: 16px;
  padding-left: 1rem;
  padding-right: 16px;
  padding-right: 1rem;
}
.site-search .suggestions-wrapper .suggestions .container > .row .product-name {
  text-transform: none;
  color: #1e1e1c;
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
  padding-top: 8px;
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .site-search .suggestions-wrapper .suggestions .container > .row .product-name {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.site-search .suggestions-wrapper .suggestions .container > .row .modelNo {
  font-weight: 400;
  color: #666;
}

.search-button {
  display: none;
  margin-top: 0.375em; /* 6/16 */
  margin-right: 0.375em;
}

@media (max-width: 320.98px) {
  .header-search .site-search {
    display: none;
  }
  .header-search .search-button {
    display: block;
  }
  .search-row .search-button {
    display: none;
  }
}
/* stylelint-disable  scss/no-global-function-names */
/* stylelint-disable max-line-length, length-zero-no-unit, max-empty-lines */
.icon {
  background: url("../images/svg-sprite.svg") no-repeat;
  display: inline-block;
}

.icon-arrow-carousel-left-white {
  background-position: -5px -124px;
  width: 96px;
  height: 104px;
}

.icon-arrow-carousel-right-white {
  background-position: -111px -124px;
  width: 96px;
  height: 104px;
}

.icon-back-arrow-white {
  background-position: -140px -304px;
  width: 18px;
  height: 17px;
}

.icon-back-arrow-white-17x15 {
  background-position: -349px -173px;
  width: 17px;
  height: 15px;
}

.icon-back-top-grey {
  background-position: -5px -238px;
  width: 56px;
  height: 56px;
}

.icon-book-a-service {
  background-position: -217px -124px;
  width: 33px;
  height: 33px;
}

.icon-chevron-back {
  background-position: -315px -206px;
  width: 12px;
  height: 22px;
}

.icon-chevron-back-black {
  background-position: -260px -124px;
  width: 12px;
  height: 22px;
}

.icon-chevron-next {
  background-position: -257px -167px;
  width: 12px;
  height: 22px;
}

.icon-chevron-next-black {
  background-position: -217px -238px;
  width: 12px;
  height: 22px;
}

.icon-close-16-grey {
  background-position: -349px -247px;
  width: 16px;
  height: 16px;
}

.icon-close-btn-black {
  background-position: -217px -207px;
  width: 20px;
  height: 20px;
}

.icon-close-grey {
  background-position: -247px -207px;
  width: 20px;
  height: 20px;
}

.icon-close-lrg-grey {
  background-position: -43px -304px;
  width: 27px;
  height: 27px;
}

.icon-close-med-grey {
  background-position: -244px -278px;
  width: 12px;
  height: 12px;
}

.icon-close-sm {
  background-position: -349px -273px;
  width: 16px;
  height: 16px;
}

.icon-close-sm-grey {
  background-position: -200px -278px;
  width: 14px;
  height: 14px;
}

.icon-close-sm-grey12 {
  background-position: -266px -278px;
  width: 12px;
  height: 12px;
}

.icon-close-white {
  background-position: -349px -198px;
  width: 17px;
  height: 17px;
}

.icon-close-white-small {
  background-position: -288px -278px;
  width: 12px;
  height: 12px;
}

.icon-down-arrow-blue {
  background-position: -149px -238px;
  width: 24px;
  height: 24px;
}

.icon-down-arrow-grey {
  background-position: -183px -238px;
  width: 24px;
  height: 24px;
}

.icon-down-arrow-grey12 {
  background-position: -310px -278px;
  width: 12px;
  height: 12px;
}

.icon-down-arrow-grey18 {
  background-position: -349px -5px;
  width: 18px;
  height: 18px;
}

.icon-download {
  background-position: -349px -299px;
  width: 16px;
  height: 12px;
}

.icon-facebook {
  background-position: -282px -5px;
  width: 57px;
  height: 57px;
}

.icon-filter-sm {
  background-position: -349px -321px;
  width: 12px;
  height: 10px;
}

.icon-fpa-logo-back-170 {
  background-position: -5px -82px;
  width: 170px;
  height: 11px;
}

.icon-fpa-logo-black-267 {
  background-position: -5px -5px;
  width: 267px;
  height: 16px;
}

.icon-fpa-logo-white-170 {
  background-position: -5px -103px;
  width: 170px;
  height: 11px;
}

.icon-fpa-logo-white-205 {
  background-position: -5px -57px;
  width: 205px;
  height: 15px;
}

.icon-fpa-logo-white-267 {
  background-position: -5px -31px;
  width: 267px;
  height: 16px;
}

.icon-green-tick {
  background-position: -349px -33px;
  width: 18px;
  height: 18px;
}

.icon-group-11 {
  background-position: -349px -61px;
  width: 18px;
  height: 18px;
}

.icon-instagram {
  background-position: -282px -72px;
  width: 57px;
  height: 57px;
}

.icon-lock-icon {
  background-position: -100px -278px;
  width: 12px;
  height: 16px;
}

.icon-menu {
  background-position: -220px -57px;
  width: 15px;
  height: 14px;
}

.icon-more-info {
  background-position: -349px -89px;
  width: 18px;
  height: 18px;
}

.icon-more-info-hover {
  background-position: -349px -117px;
  width: 18px;
  height: 18px;
}

.icon-oval-copy {
  background-position: -349px -145px;
  width: 18px;
  height: 18px;
}

.icon-pinterest {
  background-position: -282px -139px;
  width: 57px;
  height: 57px;
}

.icon-play-filled {
  background-position: -239px -238px;
  width: 22px;
  height: 22px;
}

.icon-register-your-product {
  background-position: -111px -238px;
  width: 28px;
  height: 26px;
}

.icon-search {
  background-position: -122px -278px;
  width: 16px;
  height: 16px;
}

.icon-search-16-wight {
  background-position: -148px -278px;
  width: 16px;
  height: 16px;
}

.icon-search-copy-2 {
  background-position: -174px -278px;
  width: 16px;
  height: 16px;
}

.icon-shopping-cart {
  background-position: -71px -278px;
  width: 19px;
  height: 16px;
}

.icon-shopping-cart-active {
  background-position: -282px -206px;
  width: 23px;
  height: 22px;
}

.icon-square-check {
  background-position: -271px -238px;
  width: 20px;
  height: 20px;
}

.icon-square-check-lg {
  background-position: -217px -167px;
  width: 30px;
  height: 30px;
}

.icon-square-white {
  background-position: -301px -238px;
  width: 20px;
  height: 20px;
}

.icon-square-white-lg {
  background-position: -71px -238px;
  width: 30px;
  height: 30px;
}

.icon-stainless-selected {
  background-position: -5px -304px;
  width: 28px;
  height: 28px;
}

.icon-stainless-unselected {
  background-position: -80px -304px;
  width: 20px;
  height: 20px;
}

.icon-system-info {
  background-position: -110px -304px;
  width: 20px;
  height: 20px;
}

.icon-tick-black {
  background-position: -245px -57px;
  width: 15px;
  height: 12px;
}

.icon-tick-white {
  background-position: -185px -82px;
  width: 8px;
  height: 8px;
}

.icon-triangle {
  background-position: -224px -278px;
  width: 10px;
  height: 13px;
}

.icon-up-down-sm {
  background-position: -349px -225px;
  width: 17px;
  height: 12px;
}

/* stylelint-disable  scss/no-global-function-names */
/* stylelint-disable  scss/no-global-function-names */
@media (max-width: 320.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s linear;
    display: block;
    max-width: 100%;
    height: 100vh;
  }
  .menu-toggleable-left.navbar-toggleable-xs.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s linear;
    display: block;
    max-width: 100%;
    height: 100vh;
  }
  .menu-toggleable-left.navbar-toggleable-sm.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s linear;
    display: block;
    max-width: 100%;
    height: 100vh;
  }
  .menu-toggleable-left.navbar-toggleable-md.in {
    min-width: 50%;
    left: 0;
  }
}
@media (max-width: 1279.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s linear;
    display: block;
    max-width: 100%;
    height: 100vh;
  }
  .menu-toggleable-left.navbar-toggleable-lg.in {
    min-width: 50%;
    left: 0;
  }
}
.menu-toggleable-left.navbar-toggleable-xl {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  transition: left 0.5s linear;
  display: block;
  max-width: 100%;
  height: 100vh;
}
.menu-toggleable-left.navbar-toggleable-xl.in {
  min-width: 50%;
  left: 0;
}

.navbar.bg-inverse {
  background-color: transparent !important;
  padding: 0;
}
@media (min-width: 1024px) {
  .navbar.bg-inverse .navbar-nav .nav-item + .nav-item {
    margin-left: 0;
  }
  .navbar.bg-inverse .navbar-nav .nav-link {
    padding: 0.8rem;
    white-space: nowrap;
  }
}

@media (min-width: 1024px) {
  .nav-item > .nav-link {
    color: #fff;
  }
}
@media (max-width: 1023.98px) {
  .main-menu.menu-toggleable-left {
    background-color: #1e1e1c;
    z-index: 1001;
  }
}

.menu-toggleable-left .close-menu {
  padding: 20px;
  padding: 1.25rem;
  background-color: #eeeff0;
  border-bottom: 1px solid #d8d8d8;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
@media (min-width: 1024px) {
  .menu-toggleable-left .close-menu {
    display: none;
  }
}
.menu-toggleable-left .menu-group {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
@media (min-width: 1280px) {
  .menu-toggleable-left .menu-group {
    margin-top: 6px;
    margin-top: 0.375rem;
  }
}
.menu-toggleable-left li > .close-menu {
  margin-right: 0;
  margin-top: -0.6rem;
  margin-left: 0;
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left .bg-inverse {
    background-color: white !important;
    color: #1e1e1c;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.in {
    right: 0;
    margin-right: 1.25em; /* 20/16 */
  }
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: 1px solid #eeeff0;
  }
  .menu-toggleable-left.in .dropdown {
    display: block;
    position: static;
  }
  .menu-toggleable-left.in .dropdown-toggle {
    padding-left: 1rem;
  }
  .menu-toggleable-left.in .dropdown-toggle::after {
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    position: absolute;
    right: 0.3em;
    margin-top: 0.55em;
  }
  .menu-toggleable-left.in .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0 none;
    transition: all 0.5s linear;
    display: block;
  }
  .menu-toggleable-left.in .show > .dropdown-menu {
    left: 0;
  }
}

.multilevel-dropdown .dropdown-menu {
  top: initial;
  border: 0;
  border-radius: 0;
}
@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  }
}
.multilevel-dropdown .dropdown-item.dropdown > .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  position: absolute;
  right: 0.3em;
  margin-top: 0.55em;
}
@media (min-width: 1024px) {
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    top: -0.65em;
    left: 99%;
  }
}
.multilevel-dropdown .close-menu .back .caret-left {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-left: 0.3 solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  margin-bottom: 0.125em;
}
.multilevel-dropdown .navbar > .close-menu > .back {
  display: none;
}
.multilevel-dropdown .dropdown-item {
  padding: 0 0 0 1em;
}
.multilevel-dropdown .dropdown-item .dropdown-link {
  display: block;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.multilevel-dropdown .dropdown-item + .dropdown-item {
  border-top: 1px solid #eeeff0;
}
.multilevel-dropdown .dropdown-item.top-category {
  font-weight: 700;
}
.multilevel-dropdown .dropdown-item.top-category > .nav-link {
  padding-left: 0;
}

/* stylelint-disable  no-descending-specificity */
html {
  overscroll-behavior-y: contain;
}
html.slide-menu {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

@media (max-width: 320.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s linear;
    display: block;
    min-width: 100%;
  }
}
@media (max-width: 320.98px) and (min-width: 768px) and (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-xs {
    min-width: 304px;
    min-width: 19rem;
  }
}
@media (max-width: 320.98px) {
  .menu-toggleable-left.navbar-toggleable-xs.in {
    left: 0;
    min-width: 100%;
  }
}
@media (max-width: 320.98px) and (min-width: 768px) and (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-xs.in {
    min-width: 304px;
    min-width: 19rem;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s linear;
    display: block;
    min-width: 100%;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) and (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-sm {
    min-width: 304px;
    min-width: 19rem;
  }
}
@media (max-width: 767.98px) {
  .menu-toggleable-left.navbar-toggleable-sm.in {
    left: 0;
    min-width: 100%;
  }
}
@media (max-width: 767.98px) and (min-width: 768px) and (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-sm.in {
    min-width: 304px;
    min-width: 19rem;
  }
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s linear;
    display: block;
    min-width: 100%;
  }
}
@media (max-width: 1023.98px) and (min-width: 768px) and (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-md {
    min-width: 304px;
    min-width: 19rem;
  }
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-md.in {
    left: 0;
    min-width: 100%;
  }
}
@media (max-width: 1023.98px) and (min-width: 768px) and (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-md.in {
    min-width: 304px;
    min-width: 19rem;
  }
}
@media (max-width: 1279.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    transition: left 0.5s linear;
    display: block;
    min-width: 100%;
  }
}
@media (max-width: 1279.98px) and (min-width: 768px) and (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-lg {
    min-width: 304px;
    min-width: 19rem;
  }
}
@media (max-width: 1279.98px) {
  .menu-toggleable-left.navbar-toggleable-lg.in {
    left: 0;
    min-width: 100%;
  }
}
@media (max-width: 1279.98px) and (min-width: 768px) and (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-lg.in {
    min-width: 304px;
    min-width: 19rem;
  }
}
.menu-toggleable-left.navbar-toggleable-xl {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  transition: left 0.5s linear;
  display: block;
  min-width: 100%;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-xl {
    min-width: 304px;
    min-width: 19rem;
  }
}
.menu-toggleable-left.navbar-toggleable-xl.in {
  left: 0;
  min-width: 100%;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .menu-toggleable-left.navbar-toggleable-xl.in {
    min-width: 304px;
    min-width: 19rem;
  }
}

@media (max-width: 1023.98px) {
  .main-menu.menu-toggleable-left {
    background-color: #1e1e1c;
    z-index: 1001;
  }
  .pdp-bg-light .main-menu.menu-toggleable-left {
    background-color: #e7e7e7;
  }
}

@media (max-width: 1023.98px) {
  .nav.navbar-nav.level-1,
  .utils-menu {
    transition: all 0.5s linear;
    position: relative;
    left: 0;
  }
  .nav.navbar-nav.level-1.slide-menu,
  .utils-menu.slide-menu {
    left: -120%;
    position: relative;
    transition: all 0.5s linear;
  }
  .menu-items .nav.navbar-nav.level-1.slide-menu,
  .menu-items .utils-menu.slide-menu {
    left: -1.5rem;
  }
}
.menu-toggleable-left .show .mobile-promo-content.slide-menu {
  left: 0;
}
.menu-toggleable-left .mobile-promo-content {
  position: relative;
  transition: all 0.5s linear;
  left: 0;
}
.menu-toggleable-left .mobile-promo-content.slide-menu {
  left: -120%;
}
.menu-toggleable-left .close-menu {
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}
.menu-toggleable-left.in {
  overflow-y: scroll;
  height: 100vh;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.in .slide-menu .show {
    transition: all 0.5s linear;
  }
  .menu-toggleable-left.in .slide-menu .show .dropdown-menu.level-2 {
    visibility: visible;
    display: block;
    left: 120%;
  }
}
.menu-toggleable-left.in .dropdown-menu .nav-menu .close-menu {
  margin: 0;
  padding: 0;
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.in .dropdown-menu.level-2 {
    visibility: hidden;
    display: none;
    left: 240%;
    transition: all 0.5s linear;
  }
  .menu-toggleable-left.in .dropdown-menu.level-3, .menu-toggleable-left.in .dropdown-menu.level-4 {
    position: relative;
    left: inherit;
  }
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.in {
    content: "prev-breakpoint";
    margin-right: 0;
    background-color: #1e1e1c;
  }
  .pdp-bg-light .menu-toggleable-left.in {
    background-color: #e7e7e7;
  }
}
@media (max-width: 1023.98px) {
  .menu-toggleable-left.in .nav-item + .nav-item {
    border-top: none;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  .menu-toggleable-left.in .show > .dropdown-menu {
    background-color: #1e1e1c;
  }
  .pdp-bg-light .menu-toggleable-left.in .show > .dropdown-menu {
    background-color: #e7e7e7;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  .menu-toggleable-left.in .show > .dropdown-menu {
    height: 100vh;
  }
}

.multilevel-dropdown .mobile-header-bg {
  width: 100%;
  background-color: #1e1e1c;
  position: fixed;
  left: -100%;
  z-index: 1002;
  transition: all 0.2s;
  top: 0;
  height: 64px;
  height: 4rem;
}
.pdp-bg-light .multilevel-dropdown .mobile-header-bg {
  background-color: #e7e7e7;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .multilevel-dropdown .mobile-header-bg {
    width: 304px;
    width: 19rem;
  }
}
.multilevel-dropdown .mobile-header-bg.slide {
  left: 0;
  transition: all 1s;
}
.multilevel-dropdown .mobile-header-bg.m-header-banner {
  height: 180px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .multilevel-dropdown .mobile-header-bg.m-header-banner {
    height: 130px;
  }
}
@media (min-width: 1024px) {
  .multilevel-dropdown {
    position: static !important;
  }
}
.multilevel-dropdown .navbar {
  padding: 0;
  padding: 104px 60px 0 60px;
  padding: 6.5rem 3.75rem 0 3.75rem;
}
@media only screen and (min-width: 375px) {
  .multilevel-dropdown .navbar {
    padding: 104px 53px 0 53px;
    padding: 6.5rem 3.3125rem 0 3.3125rem;
  }
}
@media (min-width: 768px) {
  .multilevel-dropdown .navbar {
    padding-left: 63px;
    padding-left: 3.9375rem;
  }
}
@media (min-width: 1024px) {
  .multilevel-dropdown .navbar {
    padding: 0;
  }
}
@media (max-width: 1023.98px) {
  .multilevel-dropdown .dropdown-item {
    padding: 0;
  }
}
.multilevel-dropdown .dropdown-item .dropdown-link {
  color: #fff;
}
@media (max-width: 1023.98px) {
  .multilevel-dropdown .dropdown-item.top-category {
    background-color: transparent;
    padding-left: 0;
  }
}
@media (max-width: 1023.98px) {
  .multilevel-dropdown .dropdown-item.top-category .nav-link,
  .multilevel-dropdown .dropdown-item.top-category .dropdown-link {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
    background-color: transparent;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400 !important;
    line-height: normal;
    padding-top: 0;
  }
}
@media (min-width: 321px) {
  .multilevel-dropdown {
    position: relative;
  }
  .multilevel-dropdown .dropdown-toggle::after {
    visibility: hidden;
  }
  .multilevel-dropdown .dropdown-menu {
    background-color: transparent;
    box-shadow: initial;
  }
  .multilevel-dropdown .dropdown-menu ul {
    list-style: none;
    padding: 0;
  }
}
@media (max-width: 1023.98px) {
  .multilevel-dropdown {
    padding: 0;
    background-color: #1e1e1c;
  }
}
@media (max-width: 1023.98px) {
  .multilevel-dropdown .dropdown-menu {
    background-color: transparent;
  }
}

.utils-menu {
  padding: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-top: 0.75rem;
}
.utils-menu li {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.utils-menu li a {
  font-weight: 400;
  color: #999 !important;
  text-transform: uppercase;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
}
.pdp-bg-light .utils-menu li a {
  color: #666 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover, .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar-expand-md .navbar-nav .dropdown-menu .dropdown-item:focus {
  background: transparent;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav.level-1,
  .navbar-expand-md .navbar-nav.level-1 {
    display: inline;
  }
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item,
.navbar-expand-md .navbar-nav.level-1 .nav-item {
  display: inline-block;
  font-size: 0;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item,
  .navbar-expand-md .navbar-nav.level-1 .nav-item {
    display: inline;
  }
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item > .nav-link,
.navbar-expand-md .navbar-nav.level-1 .nav-item > .nav-link {
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  position: relative;
  transition: all 0.5s;
  padding-top: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 12px;
  line-height: 0.75rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item > .nav-link,
  .navbar-expand-md .navbar-nav.level-1 .nav-item > .nav-link {
    display: inline-block;
    padding: 0 16px 12px;
    padding: 0 1rem 0.75rem;
  }
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item > .nav-link.fade-link,
.navbar-expand-md .navbar-nav.level-1 .nav-item > .nav-link.fade-link {
  color: #999;
}
.pdp-bg-light .navbar-expand-lg .navbar-nav.level-1 .nav-item > .nav-link.fade-link,
.pdp-bg-light .navbar-expand-md .navbar-nav.level-1 .nav-item > .nav-link.fade-link {
  color: #999;
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item > .nav-link::after,
  .navbar-expand-md .navbar-nav.level-1 .nav-item > .nav-link::after {
    content: " ";
    display: inline-block;
    background-image: url("../../images/fp-chevron-right-grey.svg");
    background-size: 20px 20px;
    position: relative;
    left: 6px;
    left: 0.375rem;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
    top: 5px;
    top: 0.3125rem;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item > .nav-link:first-child,
  .navbar-expand-md .navbar-nav.level-1 .nav-item > .nav-link:first-child {
    padding-left: 0;
  }
}
.pdp-bg-light .navbar-expand-lg .navbar-nav.level-1 .nav-item > .nav-link,
.pdp-bg-light .navbar-expand-md .navbar-nav.level-1 .nav-item > .nav-link {
  color: #1e1e1c;
  font-weight: 400;
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item:last-child .nav-link,
.navbar-expand-md .navbar-nav.level-1 .nav-item:last-child .nav-link {
  padding-right: 0;
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item,
  .navbar-expand-md .navbar-nav.level-1 .nav-item {
    position: static !important;
  }
  .navbar-expand-lg .navbar-nav.level-1 .nav-item:last-child[data-top-nav-link-id=site-selection],
  .navbar-expand-md .navbar-nav.level-1 .nav-item:last-child[data-top-nav-link-id=site-selection] {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .navbar-expand-lg .navbar-nav.level-1 .nav-item:last-child[data-top-nav-link-id=site-selection] > .nav-link,
  .navbar-expand-md .navbar-nav.level-1 .nav-item:last-child[data-top-nav-link-id=site-selection] > .nav-link {
    letter-spacing: inherit;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .nav-link::after,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .nav-link::after {
    height: 3px;
    height: 0.1875rem;
    content: "";
    width: 100%;
    background-color: #4f4f49;
    visibility: hidden;
    display: block;
    margin-top: 5px;
  }
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 {
  border-bottom: #d8d8d8 solid 2px;
}
@media only screen and (max-width: 374px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .container,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .container {
    padding: 0;
  }
}
@media (max-width: 1279.98px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown {
    top: 0.5rem;
  }
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown h2,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown h2 {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  letter-spacing: 0;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown h2 a,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown h2 a {
  color: #fff;
  font-weight: 400 !important;
}
.pdp-bg-light .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown h2 a,
.pdp-bg-light .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown h2 a {
  color: #1e1e1c;
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-menu.level-3,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-menu.level-3 {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-menu.level-3,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-menu.level-3 {
    margin-bottom: 0;
  }
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-menu.level-4,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-menu.level-4 {
  padding-left: 0 !important;
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-menu.level-4,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-menu.level-4 {
    margin-bottom: 0 !important;
  }
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-item,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-item {
  padding: 0;
  margin: 0;
  border: none;
  font-weight: 400;
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-item.site-selection,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-item.site-selection {
  font-size: 12px;
  font-size: 0.75rem;
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-item a,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-item a {
  color: #fff;
}
.pdp-bg-light .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-item a,
.pdp-bg-light .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-item a {
  color: #1e1e1c;
}
@media (min-width: 768px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-item,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-item {
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-item,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .dropdown-item {
    padding: 8px 0;
    padding: 0.5rem 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown {
    background: #f7f7f7;
    width: 280px;
    padding: 0;
    left: 17px;
    left: 1.0625rem;
    top: 21px;
    top: 1.3125rem;
  }
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown ul,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown ul {
    padding: 0;
    margin: 0;
  }
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown ul li.dropdown-item,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown ul li.dropdown-item {
    border-top: none;
    border-bottom: 1px solid #999;
    margin: 0;
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown ul li.dropdown-item:last-child,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown ul li.dropdown-item:last-child {
    border: none;
  }
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown ul li.dropdown-item a,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown ul li.dropdown-item a {
    color: #1e1e1c;
    display: block;
    margin: 0;
    width: 100%;
    text-decoration: none;
    padding: 10px 16px;
    padding: 0.625rem 1rem;
  }
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown ul li.dropdown-item a:hover, .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown ul li.dropdown-item a:focus,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown ul li.dropdown-item a:hover,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown ul li.dropdown-item a:focus {
    color: #1e1e1c;
    background: #d8d8d8;
  }
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .utils-menu.slide-menu,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-megamenu-dropdown .utils-menu.slide-menu {
  left: -16px;
  left: -1rem;
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu,
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown {
  color: #fff;
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .container,
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .container,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .container,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .container,
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .container,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .container,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .container {
    padding-left: 32px !important;
    padding-left: 2rem !important;
    padding-right: 32px !important;
    padding-right: 2rem !important;
  }
}
.pdp-bg-light .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu,
.pdp-bg-light .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown,
.pdp-bg-light .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu,
.pdp-bg-light .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown {
  color: #1e1e1c;
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu p,
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .h4,
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown p,
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .h4,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu p,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .h4,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown p,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .h4 {
  color: #fff;
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu h2 a,
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown h2 a,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu h2 a,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown h2 a {
  color: #fff;
  font-weight: 400 !important;
}
.pdp-bg-light .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu h2 a,
.pdp-bg-light .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown h2 a,
.pdp-bg-light .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu h2 a,
.pdp-bg-light .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown h2 a {
  color: #1e1e1c;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu,
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown {
    padding-bottom: 0;
    color: #1e1e1c;
  }
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu p,
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .h4,
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown p,
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .h4,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu p,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .h4,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown p,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .h4 {
    color: #1e1e1c;
  }
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .messaging-strip,
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .messaging-strip,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .messaging-strip,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .messaging-strip {
  display: none;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .messaging-strip,
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .messaging-strip,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .messaging-strip,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .messaging-strip {
    display: block;
    padding: 16px 0;
    padding: 1rem 0;
    width: 100%;
    border-top: 1px solid #d8d8d8;
  }
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .menu-items,
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .menu-items,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .menu-items,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .menu-items {
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .menu-items,
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .menu-items,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .menu-items,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .menu-items {
    padding-bottom: 88px;
    padding-bottom: 5.5rem;
  }
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .utils-menu.slide-menu,
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .utils-menu.slide-menu,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2.non-product-megamenu .utils-menu.slide-menu,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .non-megamenu-dropdown .utils-menu.slide-menu {
  left: -16px !important;
  left: -1rem !important;
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .product-menu > ul,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .product-menu > ul {
  padding: 0;
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .product-menu h2,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .product-menu h2 {
  display: none;
  border-bottom: solid 1px #d8d8d8;
  font-weight: 400;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .product-menu h2,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .product-menu h2 {
    display: block;
  }
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .product-menu .menu-section li.no-icon,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .product-menu .menu-section li.no-icon {
  padding-left: 48px;
  padding-left: 3rem;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .product-menu .menu-section li.no-icon,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .product-menu .menu-section li.no-icon {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .product-menu .menu-section:last-child,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .product-menu .menu-section:last-child {
    padding-top: 6px;
    padding-top: 0.375rem;
  }
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .product-menu .dropdown,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .product-menu .dropdown {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .product-menu .dropdown-menu,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .product-menu .dropdown-menu {
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .product-menu,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .product-menu {
    margin: 0;
    padding: 0;
    background-color: #1e1e1c;
  }
  .pdp-bg-light .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .product-menu,
  .pdp-bg-light .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .product-menu {
    background-color: #e7e7e7;
  }
}
.navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .product-menu .utils-menu.slide-menu,
.navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .product-menu .utils-menu.slide-menu {
  left: -16px;
  left: -1rem;
  top: -106px;
  top: -6.625rem;
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 {
    margin: 0;
    padding: 0;
    background-color: #1e1e1c;
  }
  .pdp-bg-light .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2,
  .pdp-bg-light .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 {
    background-color: #e7e7e7;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 {
    background-color: #f7f7f7;
    margin: 0;
    padding-bottom: 1px;
    padding-top: 48px;
    padding-top: 3rem;
  }
}
@media (min-width: 321px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .dropdown-toggle::after,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .dropdown-toggle::after {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .nav-item,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .nav-item {
    position: static !important;
  }
}
@media (min-width: 321px) {
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .nav-item .nav-link,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .nav-item .nav-link {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    line-height: 1.5625rem;
    letter-spacing: 0.8px;
    letter-spacing: 0.05rem;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    padding-left: 0;
    color: #1e1e1c;
  }
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .nav-item .nav-link::after,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .nav-item .nav-link::after {
    content: none;
  }
  .navbar-expand-lg .navbar-nav.level-1 .nav-item .level-2 .nav-item .nav-link:hover,
  .navbar-expand-md .navbar-nav.level-1 .nav-item .level-2 .nav-item .nav-link:hover {
    color: #25628e;
  }
}
.navbar-expand-lg .navbar-nav .level-3,
.navbar-expand-md .navbar-nav .level-3 {
  margin: 0;
  padding: 0;
  position: relative;
  box-shadow: inherit;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .level-3,
  .navbar-expand-md .navbar-nav .level-3 {
    padding: 0;
    display: block;
    box-shadow: initial;
    width: 100%;
    position: initial;
  }
}
.navbar-expand-lg .navbar-nav .level-3 .menu-section:last-child,
.navbar-expand-md .navbar-nav .level-3 .menu-section:last-child {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.navbar-expand-lg .navbar-nav .level-3 .menu-section:last-child .dropdown-item,
.navbar-expand-md .navbar-nav .level-3 .menu-section:last-child .dropdown-item {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .level-3 .menu-section:last-child.no-icon,
  .navbar-expand-md .navbar-nav .level-3 .menu-section:last-child.no-icon {
    margin-top: 0;
  }
}
.navbar-expand-lg .navbar-nav .level-3 .menu-section:last-child.no-icon .dropdown-item,
.navbar-expand-md .navbar-nav .level-3 .menu-section:last-child.no-icon .dropdown-item {
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .level-3 .menu-section:last-child.no-icon .dropdown-item,
  .navbar-expand-md .navbar-nav .level-3 .menu-section:last-child.no-icon .dropdown-item {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg .navbar-nav .level-3 .menu-section:last-child,
  .navbar-expand-md .navbar-nav .level-3 .menu-section:last-child {
    margin-bottom: 64px;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .level-3 .menu-section:last-child,
  .navbar-expand-md .navbar-nav .level-3 .menu-section:last-child {
    margin-top: 6px;
    margin-top: 0.375rem;
    padding-left: 40px;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .level-3 .dropdown-menu,
  .navbar-expand-md .navbar-nav .level-3 .dropdown-menu {
    padding-top: 0;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg .navbar-nav .level-3 .dropdown-menu,
  .navbar-expand-md .navbar-nav .level-3 .dropdown-menu {
    height: 100%;
    padding: 0;
  }
}
.navbar-expand-lg .navbar-nav .level-3 .dropdown-item,
.navbar-expand-md .navbar-nav .level-3 .dropdown-item {
  border: none;
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg .navbar-nav .level-3 .dropdown-item,
  .navbar-expand-md .navbar-nav .level-3 .dropdown-item {
    padding-left: 0;
  }
}
.navbar-expand-lg .navbar-nav .level-3 .dropdown-link,
.navbar-expand-md .navbar-nav .level-3 .dropdown-link {
  font-weight: 400 !important;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
}
.navbar-expand-lg .navbar-nav .level-3 .dropdown-link.dropdown-heading,
.navbar-expand-md .navbar-nav .level-3 .dropdown-link.dropdown-heading {
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .level-3 .dropdown-link.dropdown-heading,
  .navbar-expand-md .navbar-nav .level-3 .dropdown-link.dropdown-heading {
    padding-left: 0;
  }
  .navbar-expand-lg .navbar-nav .level-3 .dropdown-link.dropdown-heading span::before,
  .navbar-expand-md .navbar-nav .level-3 .dropdown-link.dropdown-heading span::before {
    content: "\a";
    white-space: pre;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .level-3 .dropdown-link.dropdown-heading,
  .navbar-expand-md .navbar-nav .level-3 .dropdown-link.dropdown-heading {
    padding-left: 0;
    font-weight: 400;
    letter-spacing: 0.25rem;
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 13px;
    padding-bottom: 0.8125rem;
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 36px;
    margin-bottom: 2.25rem;
  }
}
.pdp-bg-light .navbar-expand-lg .navbar-nav .level-3 .dropdown-link,
.pdp-bg-light .navbar-expand-md .navbar-nav .level-3 .dropdown-link {
  color: #1e1e1c;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .level-3 .dropdown-link,
  .navbar-expand-md .navbar-nav .level-3 .dropdown-link {
    color: #1e1e1c;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .navbar-expand-lg .navbar-nav .level-3 .dropdown-link:hover, .navbar-expand-lg .navbar-nav .level-3 .dropdown-link:focus,
  .navbar-expand-md .navbar-nav .level-3 .dropdown-link:hover,
  .navbar-expand-md .navbar-nav .level-3 .dropdown-link:focus {
    text-decoration: none;
    color: #006ebe;
  }
}
.navbar-expand-lg .navbar-nav .level-3 .dropdown-link .mobile,
.navbar-expand-md .navbar-nav .level-3 .dropdown-link .mobile {
  display: inline;
  margin-right: 8px;
  margin-right: 0.5rem;
}
.pdp-bg-light .navbar-expand-lg .navbar-nav .level-3 .dropdown-link .mobile,
.pdp-bg-light .navbar-expand-md .navbar-nav .level-3 .dropdown-link .mobile {
  display: none;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .level-3 .dropdown-link .mobile,
  .navbar-expand-md .navbar-nav .level-3 .dropdown-link .mobile {
    display: none;
  }
}
.navbar-expand-lg .navbar-nav .level-3 .dropdown-link .desktop,
.navbar-expand-md .navbar-nav .level-3 .dropdown-link .desktop {
  display: none;
  margin-right: 8px;
  margin-right: 0.5rem;
}
.pdp-bg-light .navbar-expand-lg .navbar-nav .level-3 .dropdown-link .desktop,
.pdp-bg-light .navbar-expand-md .navbar-nav .level-3 .dropdown-link .desktop {
  display: inline;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .level-3 .dropdown-link .desktop,
  .navbar-expand-md .navbar-nav .level-3 .dropdown-link .desktop {
    display: inline;
  }
}
.navbar-expand-lg .navbar-nav .menu-items.col-12,
.navbar-expand-md .navbar-nav .menu-items.col-12 {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1279.98px) {
  .navbar-expand-lg .navbar-nav .menu-items .dropdown-menu,
  .navbar-expand-md .navbar-nav .menu-items .dropdown-menu {
    margin-bottom: 1.8rem;
  }
  .navbar-expand-lg .navbar-nav .menu-items h2,
  .navbar-expand-md .navbar-nav .menu-items h2 {
    font-size: 13px;
    font-size: 0.8125rem;
    letter-spacing: 0;
    font-weight: 400;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
}
.navbar-expand-lg .navbar-nav .menu-items .row-eq-height,
.navbar-expand-md .navbar-nav .menu-items .row-eq-height {
  margin-left: 0;
  margin-right: 0;
}
.navbar-expand-lg .navbar-nav .menu-items .menu-section,
.navbar-expand-md .navbar-nav .menu-items .menu-section {
  margin: 0;
  padding-left: 24px;
  padding-left: 1.5rem;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .menu-items .menu-section:first-child, .navbar-expand-lg .navbar-nav .menu-items .menu-section:first-child li,
  .navbar-expand-lg .navbar-nav .menu-items .menu-section li,
  .navbar-expand-md .navbar-nav .menu-items .menu-section:first-child,
  .navbar-expand-md .navbar-nav .menu-items .menu-section:first-child li,
  .navbar-expand-md .navbar-nav .menu-items .menu-section li {
    padding-left: 0;
  }
}
.navbar-expand-lg .navbar-nav .menu-items .menu-section:last-child,
.navbar-expand-md .navbar-nav .menu-items .menu-section:last-child {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .menu-items .menu-section:last-child,
  .navbar-expand-md .navbar-nav .menu-items .menu-section:last-child {
    margin: 0;
    padding-left: 26px;
    padding-left: 1.625rem;
  }
}
.navbar-expand-lg .navbar-nav .menu-items .menu-section:last-child .dropdown-menu,
.navbar-expand-md .navbar-nav .menu-items .menu-section:last-child .dropdown-menu {
  margin: 0;
}
.navbar-expand-lg .navbar-nav .menu-items .menu-section:last-child .dropdown-item,
.navbar-expand-md .navbar-nav .menu-items .menu-section:last-child .dropdown-item {
  margin-bottom: 0;
}
.navbar-expand-lg .navbar-nav .menu-items .menu-section .level-4,
.navbar-expand-md .navbar-nav .menu-items .menu-section .level-4 {
  padding-left: 0 !important;
}
.navbar-expand-lg .navbar-nav .menu-items .menu-section .utils-menu.slide-menu,
.navbar-expand-md .navbar-nav .menu-items .menu-section .utils-menu.slide-menu {
  left: -25%;
}
.navbar-expand-lg .navbar-nav .level-4,
.navbar-expand-md .navbar-nav .level-4 {
  box-shadow: inherit;
  padding-left: 48px !important;
  padding-left: 3rem !important;
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg .navbar-nav .level-4 .expanded,
  .navbar-expand-md .navbar-nav .level-4 .expanded {
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .level-4,
  .navbar-expand-md .navbar-nav .level-4 {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    display: block;
    box-shadow: initial;
    position: static;
  }
}
.navbar-expand-lg .navbar-nav .level-4 .dropdown-item,
.navbar-expand-md .navbar-nav .level-4 .dropdown-item {
  padding-left: 0;
  border: none;
  white-space: initial;
  margin: 0;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .level-4 .dropdown-item.side-line-menu,
  .navbar-expand-md .navbar-nav .level-4 .dropdown-item.side-line-menu {
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
  }
}
.navbar-expand-lg .navbar-nav .level-4 .dropdown-item.side-line-menu:last-child,
.navbar-expand-md .navbar-nav .level-4 .dropdown-item.side-line-menu:last-child {
  margin: 0;
}
.navbar-expand-lg .navbar-nav .level-4 .dropdown-item .dropdown-link,
.navbar-expand-md .navbar-nav .level-4 .dropdown-item .dropdown-link {
  text-transform: none;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  padding: 4px 0;
  padding: 0.25rem 0;
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .level-4 .dropdown-item .dropdown-link,
  .navbar-expand-md .navbar-nav .level-4 .dropdown-item .dropdown-link {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
  }
  .navbar-expand-lg .navbar-nav .level-4 .dropdown-item .dropdown-link:hover, .navbar-expand-lg .navbar-nav .level-4 .dropdown-item .dropdown-link:focus,
  .navbar-expand-md .navbar-nav .level-4 .dropdown-item .dropdown-link:hover,
  .navbar-expand-md .navbar-nav .level-4 .dropdown-item .dropdown-link:focus {
    text-decoration: none;
    color: #006ebe;
  }
}
.navbar-expand-lg .navbar-nav .level-5.expanded,
.navbar-expand-md .navbar-nav .level-5.expanded {
  padding-left: 0;
  padding-left: 18px;
  padding-left: 1.125rem;
}
@media (min-width: 321px) {
  .navbar-expand-lg .navbar-nav .level-5.expanded,
  .navbar-expand-md .navbar-nav .level-5.expanded {
    display: block;
    margin: 0;
    box-shadow: initial;
    position: static;
    padding-left: 0;
  }
  .navbar-expand-lg .navbar-nav .level-5.expanded .dropdown-item,
  .navbar-expand-md .navbar-nav .level-5.expanded .dropdown-item {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .level-5.expanded,
  .navbar-expand-md .navbar-nav .level-5.expanded {
    position: relative;
    padding-left: 18px;
    padding-left: 1.125rem;
  }
  .navbar-expand-lg .navbar-nav .level-5.expanded::after,
  .navbar-expand-md .navbar-nav .level-5.expanded::after {
    content: " ";
    width: 1px;
    background: #d8d8d8;
    position: absolute;
    left: -1px;
    top: 7px;
    bottom: 7px;
  }
}
@media (min-width: 321px) and (max-width: 767.98px) {
  .navbar-expand-lg .navbar-nav .level-5.expanded,
  .navbar-expand-md .navbar-nav .level-5.expanded {
    padding-left: 16px;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .navbar-expand-lg .navbar-nav .level-5.expanded,
  .navbar-expand-md .navbar-nav .level-5.expanded {
    padding-left: 11px;
    padding-left: 0.6875rem;
  }
}
.navbar-expand-lg .navbar-nav .level-5 .dropdown-item,
.navbar-expand-md .navbar-nav .level-5 .dropdown-item {
  padding-left: 0;
  border: none;
}
@media (min-width: 321px) {
  .navbar-expand-lg .navbar-nav .level-5 .dropdown-item,
  .navbar-expand-md .navbar-nav .level-5 .dropdown-item {
    padding-left: 16px;
    padding-left: 1rem;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-lg .navbar-nav .level-5 .dropdown-item,
  .navbar-expand-md .navbar-nav .level-5 .dropdown-item {
    padding-left: 0;
  }
}
.navbar-expand-lg .navbar-nav .level-5 .dropdown-item .dropdown-link,
.navbar-expand-md .navbar-nav .level-5 .dropdown-item .dropdown-link {
  font-weight: 400 !important;
}
@media (min-width: 321px) and (max-width: 767.98px) {
  .navbar-expand-lg .navbar-nav .level-5 .dropdown-item .dropdown-link,
  .navbar-expand-md .navbar-nav .level-5 .dropdown-item .dropdown-link {
    text-decoration: none;
    font-stretch: normal;
    letter-spacing: normal;
    line-height: 2.86;
    margin: 0;
  }
}

/* Product mega menu promo messaging strip */
[data-top-nav-link-id=products] .container {
  padding-bottom: 54px;
  padding-bottom: 3.375rem;
}
[data-top-nav-link-id=products] .menu-message-strip {
  display: none;
}
[data-top-nav-link-id=products] .menu-message-strip .message-area {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 1400px;
  max-width: 87.5rem;
  margin: 0 auto;
  position: relative;
  font-weight: 500;
}
[data-top-nav-link-id=products] .menu-message-strip .message-area p {
  line-height: 20px;
  line-height: 1.25rem;
}
[data-top-nav-link-id=products] .menu-message-strip .message-area a {
  color: #fff;
  text-decoration: underline;
  margin-left: 32px;
  margin-left: 2rem;
  font-weight: 500;
  position: relative;
}
[data-top-nav-link-id=products] .menu-message-strip .message-area a:hover {
  text-decoration: none;
}
[data-top-nav-link-id=products] .menu-message-strip .message-area a::before {
  content: "";
  display: inline-block;
  width: 1px;
  background: #fff;
  position: absolute;
  height: 13px;
  height: 0.8125rem;
  margin: 6px 16px 0;
  margin: 0.375rem 1rem 0;
  left: -32px;
  left: -2rem;
}

/* products support section styles */
.products-support .products-support-wrapper h2 {
  font-weight: 400;
}
.products-support .products-support-wrapper .support-content {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.products-support .products-support-wrapper .support-content:last-child {
  margin: 0;
}
.products-support .products-support-wrapper .support-content h3 {
  font-weight: 500;
}
.products-support .products-support-wrapper .support-content p {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0;
  color: #1e1e1c;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.67;
}
.products-support .products-support-wrapper .support-content a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #006ebe;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .products-support .products-support-wrapper .support-content a {
    margin: 10px 0 19px 0;
    margin: 0.625rem 0 1.1875rem 0;
    display: block;
  }
}
.products-support .products-support-wrapper .support-content a:hover {
  text-decoration: none;
}
.products-support .products-support-wrapper .support-content.bottom-margin {
  margin-bottom: 19px;
  margin-bottom: 1.1875rem;
}

.line-menu-items {
  margin-bottom: 28px !important;
}

@media (min-width: 1024px) {
  .utils-menu {
    display: none;
  }
  [data-top-nav-link-id=products] .menu-message-strip {
    display: block;
    background: #006ebe;
    margin-top: -42px;
    margin-top: -2.625rem;
    padding: 12px 16px;
    padding: 0.75rem 1rem;
  }
  /* hides all min 768px */
  .mobile-only {
    display: none;
  }
  .menu-group {
    text-align: left;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .menu-group {
    margin-top: 0;
    text-align: right;
  }
}
.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  white-space: normal;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled):focus {
  background-color: #25628e;
  border-color: #25628e;
  color: #fff;
}

.btn-light {
  color: #1e1e1c;
  background-color: #fff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):hover, .btn-light:not(:disabled):not(.disabled):focus {
  background-color: #fff;
  color: #006ebe;
  border-color: #fff;
}

.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):hover, .btn-outline-light:not(:disabled):not(.disabled):focus {
  background-color: #fff;
  color: #006ebe;
  border-color: #fff;
}

.btn-block {
  max-width: 350px;
  max-width: 21.875rem;
}

.btn-fullwidth {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .btn {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.price {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  color: #1e1e1c;
}
.price .strike-through {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  text-decoration: line-through;
  color: #4f4f49;
}
.price .value {
  font-size: 30px;
  font-size: 1.875rem;
}

body,
.body-copy {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 767.98px) {
  body,
  .body-copy {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2;
  text-transform: uppercase;
  font-style: normal;
}

h1,
.h1 {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 5px;
  letter-spacing: 0.3125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 39px;
    font-size: 2.4375rem;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 51px;
    font-size: 3.1875rem;
    margin-bottom: 28px;
    margin-bottom: 1.75rem;
  }
}

h2,
.h2 {
  font-size: 23px;
  font-size: 1.4375rem;
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 31px;
    font-size: 1.9375rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 38px;
    font-size: 2.375rem;
    margin-bottom: 21px;
    margin-bottom: 1.3125rem;
  }
}

h3,
.h3 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 3px;
  letter-spacing: 0.1875rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media (min-width: 1024px) {
  h3,
  .h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 13px;
    margin-bottom: 0.8125rem;
  }
}
@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-bottom: 14px;
    margin-bottom: 0.875rem;
  }
}

h5,
.h5 {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

h6,
.h6 {
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (min-width: 1024px) {
  h6,
  .h6 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

p {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
p:last-of-type {
  margin-bottom: 0;
}
p.large {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  p.large {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
p.large:last-of-type {
  margin-bottom: 0;
}
p.small,
p small {
  font-size: 11px;
  font-size: 0.6875rem;
}
@media (min-width: 768px) {
  p.small,
  p small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
p.small:last-of-type,
p small:last-of-type {
  margin-bottom: 0;
}
p.tiny {
  font-size: 10px;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  p.tiny {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
p.tiny:last-of-type {
  margin-bottom: 0;
}

strong,
b {
  font-weight: 700;
}

.italic,
em,
i,
cite,
dfn {
  font-style: italic;
}

u,
ins {
  text-decoration: underline;
}

del {
  color: #4f4f49;
  text-decoration: line-through;
}

s {
  text-decoration: line-through;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

abbr {
  text-decoration: underline;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
}

q::before {
  content: open-quote;
}
q::after {
  content: close-quote;
}

mark,
.mark {
  background-color: --yellow;
}

.product-name {
  text-transform: none;
  letter-spacing: 0.1px;
  letter-spacing: 0.00625rem;
}

/* label series */
.series {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  line-height: 1.25rem;
  letter-spacing: 0.1px;
  letter-spacing: 0.00625rem;
  color: #4f4f49;
  text-transform: uppercase;
}

.product-content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #1e1e1c;
}

a {
  font-weight: 500;
}
a:hover, a:focus, a:active {
  color: #006ebe;
}
a.no-colour {
  color: inherit;
}

/* fp classes, all overrides extend them */
/* stylelint-disable  no-descending-specificity, at-rule-no-unknown, */
.fp-custom-checkbox,
.form-group.custom-control.custom-checkbox,
.fp-custom-radio,
.form-group.custom-control.custom-radio {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 32px;
  padding-left: 2rem;
  padding-right: 8px;
  padding-right: 0.5rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  color: #1e1e1c;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.fp-custom-checkbox label .fp-icons,
.form-group.custom-control.custom-checkbox label .fp-icons,
.fp-custom-radio label .fp-icons,
.form-group.custom-control.custom-radio label .fp-icons {
  display: none;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  left: -30px;
  left: -1.875rem;
}
.fp-custom-checkbox label .fp-icons svg,
.form-group.custom-control.custom-checkbox label .fp-icons svg,
.fp-custom-radio label .fp-icons svg,
.form-group.custom-control.custom-radio label .fp-icons svg {
  width: 1rem;
  height: 1rem;
}
.fp-custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label,
.form-group.custom-control.custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label,
.fp-custom-radio .custom-control-input.is-invalid ~ .custom-control-label,
.form-group.custom-control.custom-radio .custom-control-input.is-invalid ~ .custom-control-label {
  color: inherit;
}
.fp-custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label::before,
.form-group.custom-control.custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label::before,
.fp-custom-radio .custom-control-input.is-invalid ~ .custom-control-label::before,
.form-group.custom-control.custom-radio .custom-control-input.is-invalid ~ .custom-control-label::before {
  border: 1px solid #c20012;
  background: none;
}
.fp-custom-checkbox .custom-control-input:disabled,
.form-group.custom-control.custom-checkbox .custom-control-input:disabled,
.fp-custom-radio .custom-control-input:disabled,
.form-group.custom-control.custom-radio .custom-control-input:disabled {
  visibility: hidden;
}
.fp-custom-checkbox .custom-control-input:checked + label .fp-icons,
.form-group.custom-control.custom-checkbox .custom-control-input:checked + label .fp-icons,
.fp-custom-radio .custom-control-input:checked + label .fp-icons,
.form-group.custom-control.custom-radio .custom-control-input:checked + label .fp-icons {
  display: block;
}
label .fp-icons .fp-custom-checkbox .custom-control-input:checked,
label .fp-icons .form-group.custom-control.custom-checkbox .custom-control-input:checked,
label .fp-icons .fp-custom-radio .custom-control-input:checked,
label .fp-icons .form-group.custom-control.custom-radio .custom-control-input:checked {
  display: block;
}
.fp-custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.form-group.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.fp-custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.form-group.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #006ebe;
  background: #006ebe;
}
.fp-custom-checkbox .custom-control-input:active, .fp-custom-checkbox .custom-control-input:focus,
.form-group.custom-control.custom-checkbox .custom-control-input:active,
.fp-custom-radio .custom-control-input:active,
.form-group.custom-control.custom-radio .custom-control-input:active,
.form-group.custom-control.custom-checkbox .custom-control-input:focus,
.fp-custom-radio .custom-control-input:focus,
.form-group.custom-control.custom-radio .custom-control-input:focus {
  outline: none;
  box-shadow: none;
}
.fp-custom-checkbox .custom-control-input:active ~ .custom-control-label::before, .fp-custom-checkbox .custom-control-input:focus ~ .custom-control-label::before,
.form-group.custom-control.custom-checkbox .custom-control-input:active ~ .custom-control-label::before,
.fp-custom-radio .custom-control-input:active ~ .custom-control-label::before,
.form-group.custom-control.custom-radio .custom-control-input:active ~ .custom-control-label::before,
.form-group.custom-control.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before,
.fp-custom-radio .custom-control-input:focus ~ .custom-control-label::before,
.form-group.custom-control.custom-radio .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.fp-custom-checkbox .invalid-feedback,
.form-group.custom-control.custom-checkbox .invalid-feedback,
.fp-custom-radio .invalid-feedback,
.form-group.custom-control.custom-radio .invalid-feedback {
  margin-top: 0;
}
.fp-custom-checkbox .custom-control-label::before,
.form-group.custom-control.custom-checkbox .custom-control-label::before,
.fp-custom-radio .custom-control-label::before,
.form-group.custom-control.custom-radio .custom-control-label::before {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  top: 0;
  left: -2rem;
  border-radius: 0;
  background: #fff;
  border: 1px solid #999;
}
.fp-custom-checkbox .custom-control-label::after,
.form-group.custom-control.custom-checkbox .custom-control-label::after,
.fp-custom-radio .custom-control-label::after,
.form-group.custom-control.custom-radio .custom-control-label::after {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  top: 0;
  left: -2rem;
}
.fp-custom-checkbox .custom-control-label.small,
.form-group.custom-control.custom-checkbox .custom-control-label.small,
.fp-custom-radio .custom-control-label.small,
.form-group.custom-control.custom-radio .custom-control-label.small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.8;
}

.fp-custom-radio label.is-invalid::before,
.form-group.custom-control.custom-radio label.is-invalid::before {
  border-color: #c20012;
}
.fp-custom-radio .invalid-feedback,
.form-group.custom-control.custom-radio .invalid-feedback {
  margin-top: 0;
}
.fp-custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.form-group.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #006ebe;
  background: #006ebe;
}
.fp-custom-radio .custom-control-input:checked ~ .custom-control-label::after,
.form-group.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  border: 5px solid #006ebe;
  background: #fff;
  border-radius: 50%;
}
.fp-custom-radio .custom-control-label::before,
.form-group.custom-control.custom-radio .custom-control-label::before {
  border-radius: 50%;
  background: #fff;
  border: 1px solid #999;
}

/* In stock message / success message, Out of stock message */
.fp-availability-msg,
.availability-msg {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
  color: #1e1e1c;
}

/* error message and help messaging */
.fp-error-message,
.invalid-feedback,
.fp-help-message {
  display: block;
  color: #c20012;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.fp-help-message {
  color: #666;
}

.fp-form-control:disabled,
.form-group .form-control:disabled {
  border-color: #eeeff0;
  background-color: #fff;
  color: #d8d8d8;
}
.fp-form-control.is-invalid,
.form-group .is-invalid.form-control {
  border-color: #c20012;
}
.fp-form-control.is-invalid:active, .fp-form-control.is-invalid:focus,
.form-group .is-invalid.form-control:active,
.form-group .is-invalid.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #c20012;
}
.fp-form-control.is-invalid + label.accept-tc::before,
.form-group .is-invalid.form-control + label.accept-tc::before {
  border: 1px solid #c20012;
}

/* overrides */
.invalid-feedback {
  display: none;
}

.form-group .form-control-label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #1e1e1c;
  margin-bottom: 0;
  position: relative;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
.form-group input,
.form-group select,
.form-group textarea {
  border-radius: 0;
  background-color: #fff;
  border-color: #d8d8d8;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.6;
  color: #1e1e1c;
  letter-spacing: normal;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.form-group input::-webkit-input-placeholder,
.form-group select::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
}
.form-group input::-moz-placeholder,
.form-group select::-moz-placeholder,
.form-group textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-style: italic;
}
.form-group input:-ms-input-placeholder,
.form-group select:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
  color: #999;
  font-style: italic;
}
.form-group input::-webkit-input-placeholder, .form-group select::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
}
.form-group input::-moz-placeholder, .form-group select::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: #999;
  font-style: italic;
}
.form-group input:-ms-input-placeholder, .form-group select:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
  color: #999;
  font-style: italic;
}
.form-group input::-ms-input-placeholder, .form-group select::-ms-input-placeholder, .form-group textarea::-ms-input-placeholder {
  color: #999;
  font-style: italic;
}
.form-group input:-ms-input-placeholder,
.form-group select:-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder {
  color: #999;
  font-style: italic;
}
.form-group input::placeholder,
.form-group select::placeholder,
.form-group textarea::placeholder {
  color: #999;
  font-style: italic;
}
.form-group input.is-invalid,
.form-group select.is-invalid,
.form-group textarea.is-invalid {
  background-image: none;
}
.form-group input:active, .form-group input:focus,
.form-group select:active,
.form-group select:focus,
.form-group textarea:active,
.form-group textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}
.form-group .custom-select.is-invalid {
  background-image: none;
}
.form-group input[type=text],
.form-group select {
  max-width: 100%;
}
.form-group select {
  position: relative;
  z-index: 1;
  background: transparent !important;
  padding-right: 32px;
  padding-right: 2rem;
}
.form-group .div-select .expand-more {
  position: absolute;
  z-index: 0;
  bottom: 8px;
  bottom: 0.5rem;
  right: 8px;
  right: 0.5rem;
}
.form-group .div-select::after {
  content: none;
  background: none;
}
.form-group textarea {
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.form-group input[type=password] {
  position: relative;
}
.form-group .password-visibility-toggle {
  position: absolute;
  bottom: 8px;
  bottom: 0.5rem;
  right: 32px;
  right: 2rem;
  transition: opacity 0.3s ease-out;
}
.form-group .password-visibility-toggle.toggle-opacity {
  opacity: 0.4;
}
.form-group.required .form-control-label::before {
  display: none;
  content: "*";
  color: #c20012;
}
.form-group .optional-field-label {
  color: #666;
}

/* stylelint-disable  no-descending-specificity */
.menu-background {
  background-color: #1e1e1c;
  display: none;
  height: 100%;
  position: fixed;
  opacity: 0.9;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.header-wrap {
  position: relative;
}

.main-header {
  position: absolute;
  top: 0;
  z-index: 5;
  width: 100%;
}
.main-header.header-solid {
  position: relative;
  background-color: #1e1e1c;
}
.main-header .header-container .navbar-toggler {
  padding: 0;
}

nav[role=navigation] .solid {
  background-color: #1e1e1c;
}
nav[role=navigation] .header.container {
  transition: all 0.5s;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
nav[role=navigation] .header.container .skip-link {
  position: absolute;
  transform: translateX(-100vw);
  background: white;
  line-height: initial;
  font-size: 12px;
  padding: 5px 16px;
  border-radius: 6px;
  text-decoration: none;
  margin-left: 1rem;
}
nav[role=navigation] .header.container .skip-link:focus {
  top: -6px;
  transform: translateX(0%);
}
@media (max-width: 767.98px) {
  nav[role=navigation] .header.container {
    max-width: 100%;
    padding-bottom: 32px;
    padding-bottom: 2rem;
  }
}
nav[role=navigation] .header.container .row {
  position: relative;
}
@media (max-width: 320.98px) {
  nav[role=navigation] .header.container .row {
    position: static;
  }
}

.close-menu,
.menu-back {
  display: none;
  position: absolute;
  z-index: 1002;
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  right: 8px;
  right: 0.5rem;
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .close-menu,
  .menu-back {
    right: 16px;
    right: 1rem;
  }
}
.close-menu a,
.menu-back a {
  top: 0;
  margin: 0;
}

.close-menu .label {
  text-indent: -999px;
}
.pdp-bg-light .close-menu .fp-icons svg {
  fill: #1e1e1c;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .pdp-bg-light .close-menu .fp-icons svg {
    fill: #fff;
  }
}

.menu-back {
  left: 8px;
  left: 0.5rem;
}
.menu-back .fp-icons svg {
  fill: #fff;
}
.pdp-bg-light .menu-back .fp-icons svg {
  fill: #1e1e1c;
}

.mobile-menu {
  padding: 0;
  border: none;
  display: inline-block;
  vertical-align: top;
  font-size: inherit;
}
.pdp-bg-light .mobile-menu .fp-icons svg {
  fill: #1e1e1c;
}
.mobile-menu:focus {
  outline: none;
}

.brand {
  line-height: 0;
}
.brand.logo-index {
  position: relative;
  z-index: 0;
}
.brand .logo {
  display: inline-block;
  position: relative;
  z-index: 1003;
  margin-left: 12px;
  margin-left: 0.75rem;
}
.brand .logo svg {
  fill: #fff;
  width: 155px;
  width: 9.6875rem;
  height: 24px;
  height: 1.5rem;
}
.pdp-bg-light .brand .logo svg {
  fill: #1e1e1c;
}

.mobile-heading {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  display: none;
  z-index: 1003;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
  top: 2px;
  top: 0.125rem;
  left: 51px;
  left: 3.1875rem;
}
.pdp-bg-light .mobile-heading {
  color: #1e1e1c;
}
@media only screen and (min-width: 375px) {
  .mobile-heading {
    left: 45px;
    left: 2.8125rem;
  }
}

.navbar-header {
  transition: all 0.5s;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 18px;
  top: 1.125rem;
}
.navbar-header.has-promo {
  top: 50px;
  top: 3.125rem;
}
.navbar-header .container {
  position: relative;
}
.navbar-header .search-cart-wrap {
  position: absolute;
  right: 16px;
  right: 1rem;
}
.navbar-header .search-and-cart #sign-in-link {
  display: none;
}
.navbar-header .search-and-cart .nav-icon:first-child:nth-last-child(2),
.navbar-header .search-and-cart .nav-icon:first-child:nth-last-child(2) ~ div,
.navbar-header .search-cart-icons .nav-icon:first-child:nth-last-child(2),
.navbar-header .search-cart-icons .nav-icon:first-child:nth-last-child(2) ~ div {
  margin-left: 12px;
  margin-left: 0.75rem;
}
.navbar-header .search-and-cart button#search-link,
.navbar-header .search-cart-icons button#search-link {
  background: none;
  border: none;
  outline: none;
  padding: 0 !important;
  line-height: 0;
}
.navbar-header .search-and-cart button#search-link svg.pdp-search,
.navbar-header .search-cart-icons button#search-link svg.pdp-search {
  fill: #fff;
}
.navbar-header .search-and-cart svg,
.navbar-header .search-cart-icons svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #fff;
}
.navbar-header .search-and-cart .search-background,
.navbar-header .search-cart-icons .search-background {
  background-color: #1e1e1c;
  display: none;
  height: 100%;
  position: fixed;
  opacity: 0.9;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.pdp-bg-light .navbar-header .search-and-cart svg,
.pdp-bg-light .navbar-header .search-cart-icons svg {
  fill: #1e1e1c;
}
.navbar-header .search-and-cart .sf-login,
.navbar-header .search-cart-icons .sf-login {
  right: 0;
  position: relative;
  line-height: 0;
  margin: 0 8px;
  margin: 0 0.5rem;
}
.navbar-header .search-and-cart .sf-login .popover,
.navbar-header .search-cart-icons .sf-login .popover {
  width: 218px;
  width: 13.625rem;
  left: -164px;
  left: -10.25rem;
  top: 38px;
  top: 2.375rem;
  padding: 0 24px;
  padding: 0 1.5rem;
  max-width: 218px;
  max-width: 13.625rem;
  display: none;
  position: absolute;
  padding: 0;
}
.navbar-header .search-and-cart .sf-login .popover a,
.navbar-header .search-cart-icons .sf-login .popover a {
  white-space: nowrap;
  margin-bottom: 0;
  color: #1e1e1c;
  font-weight: 400;
  text-decoration: none;
  display: block;
}
.navbar-header .search-and-cart .sf-login .popover::before,
.navbar-header .search-cart-icons .sf-login .popover::before {
  height: 21px;
  height: 1.3125rem;
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 100%;
  right: 0;
  left: 0;
}
.navbar-header .search-and-cart .sf-login .popover::after,
.navbar-header .search-cart-icons .sf-login .popover::after {
  left: 1.5rem;
}
.navbar-header .search-and-cart .sf-login .popover.show,
.navbar-header .search-cart-icons .sf-login .popover.show {
  display: block;
}
.navbar-header .search-and-cart .sf-login .popover .nav,
.navbar-header .search-cart-icons .sf-login .popover .nav {
  display: block;
}
.navbar-header .search-and-cart .sf-login .popover .nav .nav-item,
.navbar-header .search-cart-icons .sf-login .popover .nav .nav-item {
  line-height: 20px;
  line-height: 1.25rem;
  padding: 10px 0 10px 24px;
  padding: 0.625rem 0 0.625rem 1.5rem;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: block;
  border-bottom: 1px solid #999;
  background: #f7f7f7;
}
.navbar-header .search-and-cart .sf-login .popover .nav .nav-item:hover,
.navbar-header .search-cart-icons .sf-login .popover .nav .nav-item:hover {
  background: #d8d8d8;
}
.navbar-header .search-and-cart .sf-login .sf-login-link,
.navbar-header .search-cart-icons .sf-login .sf-login-link {
  cursor: pointer;
  z-index: 1060;
  color: #fff;
}
.navbar-header .search-and-cart .sf-login:hover .popover,
.navbar-header .search-cart-icons .sf-login:hover .popover {
  display: block;
}
.navbar-header .search-and-cart .search,
.navbar-header .search-cart-icons .search {
  position: relative;
  z-index: 6;
  display: block;
  line-height: 0;
  right: 2px;
  right: 0.125rem;
  margin-left: 20px;
  margin-left: 1.25rem;
}
.navbar-header .minicart {
  display: block;
  line-height: 0;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.navbar-header .minicart .minicart-link,
.navbar-header .minicart .minicart-icon {
  display: inline-block;
  background-size: 20px 20px;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.pdp-bg-light .navbar-header .minicart .minicart-link svg,
.pdp-bg-light .navbar-header .minicart .minicart-icon svg {
  fill: #1e1e1c;
}
.navbar-header .minicart .product-line-options-full-width {
  display: none;
}
.navbar-header .minicart-quantity, .navbar-header .wishlist-notification {
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
  font-size: 11px;
  font-size: 0.6875rem;
  top: -5px;
  top: -0.3125rem;
  left: 10px;
  left: 0.625rem;
  position: absolute;
  background-color: #006ebe;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.navbar-header .wishlist {
  right: 0;
  position: relative;
  line-height: 0;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.agent-store {
  display: none;
}

@media (min-width: 768px) {
  .navbar-header {
    position: relative;
  }
  .navbar-header .search-cart-wrap {
    right: 32px;
  }
  .navbar-header .search-and-cart #sign-in-link {
    display: block;
  }
  .navbar-header .search-and-cart .nav-icon:first-child:nth-last-child(2),
  .navbar-header .search-and-cart .nav-icon:first-child:nth-last-child(2) ~ div,
  .navbar-header .search-cart-icons .nav-icon:first-child:nth-last-child(2),
  .navbar-header .search-cart-icons .nav-icon:first-child:nth-last-child(2) ~ div {
    margin-left: 16px;
    margin-left: 1rem;
  }
  .navbar-header .search-and-cart .search,
  .navbar-header .search-cart-icons .search {
    right: 0;
    position: relative;
  }
  .navbar-header .minicart {
    right: 0;
  }
  .agent-store {
    display: block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    position: relative;
    transition: all 0.5s;
    padding-top: 0;
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 1px;
    letter-spacing: 0.0625rem;
  }
}
@media (min-width: 1024px) {
  nav[role=navigation] {
    position: static;
  }
  nav[role=navigation] .header.container {
    padding-top: 18px;
    padding-top: 1.125rem;
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
  }
  nav[role=navigation] .header.container .row {
    position: static;
  }
  .brand .logo {
    margin-left: 0;
  }
  .brand .logo svg {
    width: 273px;
    width: 17.0625rem;
    height: 17px;
    height: 1.0625rem;
  }
  .navbar-header {
    top: 16px;
    top: 1rem;
  }
}
@media (min-width: 1280px) {
  nav[role=navigation] .header.container {
    padding-top: 56px;
    padding-top: 3.5rem;
  }
  .brand .logo {
    top: 6px;
    top: 0.375rem;
  }
}
/* stylelint-disable  scss/no-global-function-names */
/* stylelint-disable-next-line */
.swatch-circle-beige {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-beige {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-black {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #1e1e1c;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #1e1e1c;
  border-radius: 0.69em;
  background-color: #1e1e1c;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-blue {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #006ebe;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #006ebe;
  border-radius: 0.69em;
  background-color: #006ebe;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-brown {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-green {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-grey {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-navy {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-orange {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-pink {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-purple {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-red {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-white {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-yellow {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}
.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.search-mobile {
  padding-right: 0;
}

/* stylelint-disable-next-line  selector-class-pattern */
.mobile_menu_on.modal-open.open-suggestions {
  overflow: scroll;
}

.site-search {
  display: none;
}
.site-search input[type=search]::-webkit-search-decoration,
.site-search input[type=search]::-webkit-search-cancel-button,
.site-search input[type=search]::-webkit-search-results-button,
.site-search input[type=search]::-webkit-search-results-decoration {
  display: none;
}
@media (min-width: 321px) {
  .site-search {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .site-search {
    width: 100%;
    margin-left: 0;
    position: relative;
    top: 36px;
    top: 2.25rem;
  }
}
@media (min-width: 768px) {
  .site-search {
    position: absolute;
    right: 0;
    top: 40px;
    top: 2.5rem;
    width: 320px;
    width: 20rem;
  }
}
@media (max-width: 767.98px) {
  .site-search form {
    padding-top: 0;
  }
  .site-search form .search-field {
    height: 50px;
    height: 3.125rem;
  }
}
@media (min-width: 768px) {
  .site-search form.length {
    width: 320px;
    width: 20rem;
  }
}
.site-search form.length input.onfocus {
  color: #1e1e1c;
  letter-spacing: normal;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .site-search form.length input.onfocus {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.site-search .icon-search-copy-2 {
  top: 7px;
  top: 0.4375rem;
  right: 20px;
  right: 1.25rem;
  position: absolute;
}
@media (max-width: 767.98px) {
  .site-search .icon-search-copy-2 {
    top: 17px;
    top: 1.0625rem;
  }
}
.site-search a.search-close {
  padding: 8px;
  padding: 0.5rem;
  cursor: pointer;
  top: 6px;
  top: 0.375rem;
  right: 20px;
  right: 1.25rem;
  position: absolute;
}
.site-search a.search-close svg {
  fill: #666;
}
@media (min-width: 768px) {
  .site-search a.search-close {
    top: 12px;
    top: 0.75rem;
  }
}
.site-search input {
  float: right;
  transition: width 1s ease-in-out;
  font-size: 12px;
  font-size: 0.75rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  color: #1e1e1c;
  background-color: #f7f7f7;
  border-radius: 0;
  border: none;
}
.site-search input::-webkit-input-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  color: #1e1e1c;
  opacity: 0.5;
}
.site-search input::-moz-placeholder { /* Firefox 19+ */
  font-size: 12px;
  font-size: 0.75rem;
  color: #1e1e1c;
  opacity: 0.5;
}
.site-search input:-ms-input-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  color: #1e1e1c;
  opacity: 0.5;
}
.site-search input::-ms-input-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  color: #1e1e1c;
  opacity: 0.5;
}
.site-search input:-ms-input-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  color: #1e1e1c;
  opacity: 0.5;
}
.site-search input::placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  color: #1e1e1c;
  opacity: 0.5;
}
@media (max-width: 320.98px) {
  .site-search input {
    padding-right: 40px;
    padding-right: 2.5rem;
    padding-left: 24px;
    padding-left: 1.5rem;
  }
}
@media (min-width: 321px) {
  .site-search input {
    padding-right: 40px;
    padding-right: 2.5rem;
    padding-left: 16px;
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .site-search input {
    padding-right: 40px;
    padding-right: 2.5rem;
    padding-left: 24px;
    padding-left: 1.5rem;
  }
}
.site-search input:focus {
  outline: 0;
  box-shadow: inherit;
  background-color: #f7f7f7;
  color: #999;
}
@media (min-width: 768px) {
  .site-search input:focus {
    width: 320px;
    width: 20rem;
  }
}
.site-search input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.back-to-top-hold {
  border-top: none;
  text-align: center;
  position: relative;
}
.back-to-top-hold .back-to-top {
  position: relative;
  top: -44px;
  margin: -28px auto 0 auto;
  margin: -1.75rem auto 0 auto;
}

/* Checkout footer */
.footer-checkout-wrapper {
  background-color: #1e1e1c;
  padding: 35px 0 30px 0;
  padding: 2.1875rem 0 1.875rem 0;
  margin: -20px 0;
  margin: -1.25rem 0;
  font-size: 12px;
  font-size: 0.75rem;
}
.footer-checkout-wrapper a {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.footer-checkout-wrapper a .fp-icons svg {
  fill: #fff;
  width: 170px;
  width: 10.625rem;
  height: 11px;
  height: 0.6875rem;
}
.footer-checkout-wrapper p {
  line-height: 2;
  margin: 0 auto;
  width: 215px;
  width: 13.4375rem;
}

@media (min-width: 321px) {
  .back-to-top-hold {
    border-top: 1px solid #d8d8d8;
  }
  .back-to-top-hold .back-to-top {
    top: -30px;
  }
}
@media (min-width: 768px) {
  .back-to-top-hold {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  /* Checkout footer */
  .footer-checkout-wrapper p {
    width: auto;
  }
}
.related-products {
  padding-top: 96px;
  padding-top: 6rem;
}
.related-products .more-related {
  display: none;
}
.related-products .box {
  border: solid 1px #e7e7e7;
  margin: 0;
  padding: 16px 0;
  padding: 1rem 0;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.related-products .box .image,
.related-products .box .content {
  padding: 0 12px;
  padding: 0 0.75rem;
}
.related-products .box:hover {
  cursor: pointer;
  border: solid 1px #1e1e1c;
}
.related-products h2 {
  text-align: center;
  color: #1e1e1c;
  margin: 0;
  padding-bottom: 64px;
  padding-bottom: 4rem;
}
.related-products h3 {
  text-transform: none;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 15px;
  line-height: 0.9375rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.related-products h3 a {
  color: #1e1e1c;
}
.related-products h3 a:hover {
  text-decoration: none;
}
.related-products .module {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.related-products .series-and-style {
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  color: #666;
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.related-products .series-and-style span::before {
  content: "|";
  margin: 0 10px 0 5px;
  margin: 0 0.625rem 0 0.3125rem;
}
.related-products .series-and-style span:first-child::before {
  content: "";
  margin: 0;
}
.related-products .related-product-description,
.related-products .related-product-description p {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.related-products .related-product-description {
  display: none;
}
.related-products .related-product-price {
  font-size: 16px;
  font-size: 1rem;
}
.related-products .show-more {
  margin-top: 16px;
  margin-top: 1rem;
}
.related-products .show-more .btn {
  width: 100%;
}

.owl-dot:focus,
.owl-next:focus,
.owl-prev:focus {
  outline: none;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .owl-theme .owl-dots .owl-dot {
    margin: 0 2px !important;
  }
}
.owl-theme .owl-dots .owl-dot.active {
  border: 1px solid #1e1e1c !important;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .owl-theme .owl-dots .owl-dot.active {
    margin: 0 1px !important;
  }
}

.owl-theme .owl-nav [class*=owl-] span {
  vertical-align: text-bottom;
}

@media (min-width: 768px) {
  .owl-theme .owl-nav [class*=owl-] {
    height: 50px;
    width: 50px;
  }
  .related-product-description,
  .related-product-description p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
  .series-and-style {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .module {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
  h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
    padding-top: 24px;
    padding-top: 1.5rem;
  }
  .box {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
  .box .image {
    padding-left: 32px;
    padding-left: 2rem;
  }
  .box .content {
    padding-right: 32px;
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  .owl-theme .owl-dots .owl-dot {
    margin: 0 1px !important;
  }
}
/* fonts */
.plp-promo-banner-wrapper {
  --card-img-size: 160px;
  --animation-timing: 0.3s;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-flex-align: start;
      align-items: start;
  row-gap: 0.5rem;
  margin-block: 24px 24px;
  margin-block: 1.5rem 1.5rem;
  position: relative;
  isolation: isolate;
  z-index: 1;
}
.plp-promo-banner-wrapper .plp-promo-banner-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}
.plp-promo-banner-wrapper .plp-promo-banner-card .plp-promo-banner-card-body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .plp-promo-banner-wrapper .plp-promo-banner-card .plp-promo-banner-card-body:has(.card-image) {
    -ms-grid-columns: 1fr 3fr;
        grid-template-columns: 1fr 3fr;
  }
}
@media (min-width: 1024px) {
  .plp-promo-banner-wrapper .plp-promo-banner-card .plp-promo-banner-card-body:has(.card-image) {
    -ms-grid-columns: 2fr 7fr;
        grid-template-columns: 2fr 7fr;
  }
}
@media (min-width: 1280px) {
  .plp-promo-banner-wrapper .plp-promo-banner-card .plp-promo-banner-card-body {
    min-height: 180px;
    min-height: 11.25rem;
  }
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  row-gap: 1rem;
  background-color: #fff;
  text-align: center;
  padding: 16px;
  padding: 1rem;
}
@media (min-width: 768px) {
  .plp-promo-banner-wrapper .plp-promo-banner-card .card-contents {
    font-size: 38px;
    font-size: 2.375rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
  }
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-contents.dark {
  background-color: #000;
  color: white;
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-contents.dark a {
  color: #fff;
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-contents p {
  margin: 0;
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-contents .title {
  font-size: 26px;
  font-size: 1.625rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  line-height: 1.4;
  font-weight: 200;
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-contents .offer-date {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
  font-weight: 400;
  line-height: 140%;
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-contents .offer-date span,
.plp-promo-banner-wrapper .plp-promo-banner-card .card-contents .offer-date a {
  font-style: normal;
  font-weight: 300;
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-contents .offer-date a {
  color: #000;
  text-decoration: underline;
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-contents .offer-date a.text-white {
  color: #fff;
}
@media (min-width: 1024px) {
  .plp-promo-banner-wrapper .plp-promo-banner-card .card-contents .offer-date {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-contents .card-cta {
  margin-top: auto;
  margin-left: auto;
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-contents .card-cta .btn-offer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  outline: none;
  color: #fff;
  padding: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  transition: border 0.2s;
}
@media (min-width: 1024px) {
  .plp-promo-banner-wrapper .plp-promo-banner-card .card-contents .card-cta .btn-offer {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-contents .card-cta .btn-offer:hover, .plp-promo-banner-wrapper .plp-promo-banner-card .card-contents .card-cta .btn-offer:focus-visible {
  border-bottom-color: #fff;
}
@media (min-width: 768px) {
  .plp-promo-banner-wrapper .plp-promo-banner-card .card-contents {
    text-align: start;
  }
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 188px;
  height: 11.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  overflow: hidden;
  background-color: #d8d8d8;
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-image img {
  inset: 0;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 1024px) {
  .plp-promo-banner-wrapper .plp-promo-banner-card .card-image {
    width: 233px;
    width: 14.5625rem;
    height: 180px;
    height: 11.25rem;
  }
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
      grid-template-rows: 0fr;
  overflow: hidden;
  -ms-grid-column: span 2;
      grid-column: span 2;
  transition: grid-template-rows var(--animation-timing);
  transition: grid-template-rows var(--animation-timing), -ms-grid-rows var(--animation-timing);
  border-top: 1px solid transparent;
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-info .card-info-content {
  min-height: 0;
  padding-block: 0;
  padding-inline: 1rem;
  background: #000;
  color: #d8d8d8;
  opacity: 0;
  visibility: hidden;
  transition: all var(--animation-timing);
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-info .card-info-content > * + * {
  margin: 1em 0 0 0;
}
.plp-promo-banner-wrapper .plp-promo-banner-card .card-info .card-info-content a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .plp-promo-banner-wrapper {
    padding-inline: 1rem;
    margin-block: 0 24px;
    margin-block: 0 1.5rem;
  }
  .plp-promo-banner-wrapper .plp-promo-banner-card {
    -ms-grid-rows: subgrid;
        grid-template-rows: subgrid;
    -ms-grid-row: span 3;
        grid-row: span 3;
  }
}

@media (min-width: 1280px) {
  .product-detail-hero.no-scale {
    overflow-y: hidden;
  }
  .product-detail-hero.no-scale > picture > img {
    height: auto;
  }
}
.plp-productCard-promo-banner-wrapper {
  --card-img-size: 160px;
  --animation-timing: 0.3s;
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-flex-align: start;
      align-items: start;
  row-gap: 0.5rem;
  position: relative;
  isolation: isolate;
  z-index: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .plp-productCard-promo-banner-wrapper {
    margin-block: 24px 24px;
    margin-block: 1.5rem 1.5rem;
    width: 108%;
  }
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .plp-promo-banner-card-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .plp-productCard-promo-banner-wrapper .plp-promo-banner-card .plp-promo-banner-card-body:has(.card-image) {
    -ms-grid-columns: var(--card-img-size) 1fr;
        grid-template-columns: var(--card-img-size) 1fr;
  }
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .circle-badge {
  text-align: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  padding: 4px;
  padding: 0.25rem;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background: #da291c;
  text-transform: uppercase;
  top: -3.5rem;
  left: 0;
  margin: auto;
  margin-bottom: -5rem;
  word-break: normal;
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .circle-badge p {
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 1.3;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.6px;
}
@media (min-width: 1024px) {
  .plp-productCard-promo-banner-wrapper .plp-promo-banner-card .circle-badge p {
    font-size: 11px;
    font-size: 0.6875rem;
    letter-spacing: 0.8px;
  }
}
@media (min-width: 768px) {
  .plp-productCard-promo-banner-wrapper .plp-promo-banner-card .circle-badge {
    top: -4rem;
    margin-bottom: -6rem;
  }
}
@media (min-width: 1024px) {
  .plp-productCard-promo-banner-wrapper .plp-promo-banner-card .circle-badge {
    width: 80px;
    width: 5rem;
    height: 80px;
    height: 5rem;
    top: -4.5rem;
  }
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .circle-badge.noImageMargin {
  top: 0;
  margin-bottom: -1.5rem;
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  row-gap: 1rem;
  background-color: #fff;
  text-align: center;
  word-break: break-word;
  padding: 24px 8px;
  padding: 1.5rem 0.5rem;
}
@media (min-width: 768px) {
  .plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents {
    font-size: 38px;
    font-size: 2.375rem;
    letter-spacing: 2px;
    letter-spacing: 0.125rem;
    padding: 32px 16px;
    padding: 2rem 1rem;
  }
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents.dark {
  background-color: #000;
  color: white;
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents p {
  margin: 0;
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents .title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 28px;
  margin-top: 1.75rem;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: 0.88px;
}
@media (min-width: 1024px) {
  .plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents .title {
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 1.3;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents .offer-date {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.6px;
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents .offer-date:first-child {
  margin: 16px;
  margin: 1rem;
  margin-top: 0px;
  margin-top: 0rem;
}
@media (min-width: 1024px) {
  .plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents .offer-date:first-child {
    margin: 24px;
    margin: 1.5rem;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents .offer-date span,
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents .offer-date a {
  font-style: normal;
  font-weight: 300;
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents .offer-date a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents .offer-date {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 1px;
  }
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents .card-cta {
  margin-top: auto;
  margin-left: auto;
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents .card-cta .btn-offer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  outline: none;
  color: #fff;
  padding: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  transition: border 0.2s;
}
@media (min-width: 768px) {
  .plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents .card-cta .btn-offer {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents .card-cta .btn-offer:hover, .plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-contents .card-cta .btn-offer:focus-visible {
  border-bottom-color: #fff;
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-image {
  background-color: #d8d8d8;
  height: 182px;
}
@media (min-width: 1024px) {
  .plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-image {
    height: 320px;
    height: 20rem;
  }
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-image img {
  inset: 0;
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
      grid-template-rows: 0fr;
  overflow: hidden;
  -ms-grid-column: span 2;
      grid-column: span 2;
  transition: grid-template-rows var(--animation-timing);
  transition: grid-template-rows var(--animation-timing), -ms-grid-rows var(--animation-timing);
  border-top: 1px solid transparent;
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-info .card-info-content {
  min-height: 0;
  padding-block: 0;
  padding-inline: 1rem;
  background: #000;
  color: #d8d8d8;
  opacity: 0;
  visibility: hidden;
  transition: all var(--animation-timing);
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-info .card-info-content > * + * {
  margin: 1em 0 0 0;
}
.plp-productCard-promo-banner-wrapper .plp-promo-banner-card .card-info .card-info-content a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .plp-productCard-promo-banner-wrapper {
    margin-block: 0 24px;
    margin-block: 0 1.5rem;
  }
}

@media (min-width: 1024px) {
  .plp-promo-banner-modal .modal-dialog {
    max-width: 646px;
  }
}
.plp-promo-banner-modal .modal-dialog .modal-content .modal-body {
  padding: 40px;
  padding: 2.5rem;
  padding-top: 24px;
  padding-top: 1.5rem;
}
.plp-promo-banner-modal .modal-dialog .modal-content .modal-body .font-weight-Semibold {
  font-weight: 500;
}

.plp-secondary-dark {
  display: -ms-grid;
  display: grid;
  width: 100%;
}
.plp-secondary-dark .plp-promo-banner-wrapper .plp-promo-banner-card-body .card-contents {
  background-color: #000;
  color: #fff;
}
.plp-secondary-dark .plp-promo-banner-wrapper .plp-promo-banner-card-body .card-contents a {
  color: #fff;
}

.styleguide-color-block {
  height: 190px;
  height: 11.875rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  width: 100%;
}

.color-white {
  color: #fff;
}

.modal-toggle {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #1e1e1c;
  text-transform: uppercase;
}
.modal-toggle.centred {
  width: 100%;
  text-align: center;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.modal-toggle.inactive {
  color: #666;
}

span.align-left,
p.align-left {
  text-align: left;
}
span.color-blue,
p.color-blue {
  color: #006ebe;
}
span.centred,
p.centred {
  width: 100%;
  text-align: center;
}
span.product-name,
p.product-name {
  font-size: 12px;
  font-size: 0.75rem;
  color: #1e1e1c;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
}
span.product-name.small,
p.product-name.small {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #1e1e1c;
  line-height: 1.36;
  letter-spacing: normal;
}
span.attribute,
p.attribute {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
  color: #999;
  letter-spacing: 0;
}
span.series-label,
p.series-label {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.3px;
  letter-spacing: 0.01875rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  color: #999;
}
span.body-copy,
p.body-copy {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #1e1e1c;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.54;
}
span.refine-by,
p.refine-by {
  font-size: 12px;
  font-size: 0.75rem;
  color: #1e1e1c;
  font-style: normal;
  font-stretch: normal;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.5;
}
span.small-note,
p.small-note {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #1e1e1c;
}
span.reference,
p.reference {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 12px;
  line-height: 0.75rem;
  letter-spacing: 0.4px;
  color: #1e1e1c;
}
span.pricing.full,
p.pricing.full {
  font-size: 14px;
  font-size: 0.875rem;
  color: #1e1e1c;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.79;
}
span.pricing.was-price,
p.pricing.was-price {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.79;
  color: #999;
  text-decoration: line-through;
}
span.pricing.large-price,
p.pricing.large-price {
  font-size: 18px;
  font-size: 1.125rem;
  color: #1e1e1c;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: normal;
}

p.intro {
  font-size: 16px;
  font-size: 1rem;
  color: #1e1e1c;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  p.intro {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.67;
  }
}
p.intro.centred {
  width: 100%;
  text-align: center;
}
p.intro.align-left {
  text-align: left;
}

ul li {
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  color: #1e1e1c;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  ul li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.79;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
  }
}

.in-stock {
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  font-size: 13px;
  font-size: 0.8125rem;
}
.in-stock .icon-green-tick {
  vertical-align: sub;
  margin-left: 2.7px;
  margin-left: 0.16875rem;
}

.out-of-stock {
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: normal;
  color: #1e1e1c;
  font-size: 12px;
  font-size: 0.75rem;
}
.out-of-stock.red {
  color: #c20012;
}

.alert-danger {
  background-color: #fff;
  border: 1px solid #c20012;
  min-height: auto;
  color: #c20012;
  text-align: center;
  border-radius: 0;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
}
.alert-danger a {
  color: #c20012;
  text-decoration: underline;
}

.div-select {
  position: relative;
  background: #fff;
}

.custom-select {
  border-radius: 0;
  background-image: none;
}

@media (min-width: 768px) {
  .modal-toggle.centred {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.13;
  }
  span.product-name,
  p.product-name {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.43;
  }
  span.product-name.small,
  p.product-name.small {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  span.body-copy,
  p.body-copy {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.79;
  }
  span.refine-by,
  p.refine-by {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.29;
  }
  span.pricing.full,
  p.pricing.full {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: normal;
  }
  p.intro {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.67;
  }
  ul li {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.79;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
  }
}
@media (min-width: 1024px) {
  span.refine-by,
  p.refine-by {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.67;
  }
  span.pricing.full,
  p.pricing.full {
    line-height: 1.11;
  }
  span.pricing.large-price,
  p.pricing.large-price {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: normal;
  }
}
/* stylelint-disable-next-line  selector-class-pattern */
.wishlist-container .breadcrumb-wrapper {
  display: block;
}
@media (max-width: 767.98px) {
  .wishlist-container .breadcrumb-wrapper {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }
}

.breadcrumb-title a {
  color: #666;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 12px;
  line-height: 0.75rem;
}

.empty-wishlist {
  margin-bottom: 160px;
}

.image-container .wishlist-tile {
  position: absolute;
  right: 0;
  bottom: 8px;
  bottom: 0.5rem;
}
.image-container .wishlist-tile .fa-stack {
  line-height: 3em;
}

.fa-heart-o {
  color: #1e1e1c;
}
.fa-heart-o:hover {
  color: #006ebe;
}

.pdp-wishlist {
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding-left: 18px;
  padding-left: 1.125rem;
}
@media (max-width: 767.98px) {
  .pdp-wishlist {
    padding-left: 8px;
    padding-left: 0.5rem;
  }
}

#wishlistModal .modal-content,
#wishlistLogin .modal-content,
#shareWishlistModal .modal-content {
  padding: 24px 40px;
  padding: 1.5rem 2.5rem;
}
#wishlistModal .modal-header,
#wishlistLogin .modal-header,
#shareWishlistModal .modal-header {
  border-bottom: none;
  padding: 0;
}
#wishlistModal .modal-body,
#wishlistLogin .modal-body,
#shareWishlistModal .modal-body {
  text-align: center;
}
#wishlistModal .modal-body .modal-title,
#wishlistLogin .modal-body .modal-title,
#shareWishlistModal .modal-body .modal-title {
  font-weight: 500;
}
#wishlistModal .modal-footer,
#wishlistLogin .modal-footer,
#shareWishlistModal .modal-footer {
  border-top: none;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 767.98px) {
  #wishlistModal .modal-footer .btn,
  #wishlistLogin .modal-footer .btn,
  #shareWishlistModal .modal-footer .btn {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  #wishlistModal .modal-dialog,
  #wishlistLogin .modal-dialog {
    max-width: 646px;
  }
}
#wishlistModal .modal-body,
#wishlistLogin .modal-body {
  padding: 0;
}

@media (min-width: 1024px) {
  #shareWishlistModal .modal-dialog {
    max-width: 450px;
  }
}
#shareWishlistModal .modal-body {
  padding: 0 16px;
  padding: 0 1rem;
}
#shareWishlistModal .modal-body .modal-title {
  line-height: 0;
  font-size: 16px;
  font-size: 1rem;
}
#shareWishlistModal .modal-body .wishlistshare-description {
  padding: 28px 0;
  padding: 1.75rem 0;
}
#shareWishlistModal .modal-body .copy-link-btn {
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
#shareWishlistModal .modal-body .fp-icons {
  margin-left: 8px;
  margin-left: 0.5rem;
}
#shareWishlistModal .modal-body .fp-icons svg {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  fill: #006ebe;
}
#shareWishlistModal .modal-body .btn-outline-primary:hover svg {
  fill: #fff;
}
#shareWishlistModal .modal-body .link-copied-btn {
  background-color: #666;
  color: #fff;
}
#shareWishlistModal .modal-footer {
  padding: 0;
}
#shareWishlistModal .modal-footer .btn {
  display: block;
  width: 100%;
  margin: 0;
}
#shareWishlistModal .cancel-share-btn {
  border: none;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-underline-offset: 0.1875rem;
}
#shareWishlistModal .cancel-share-btn:hover {
  background-color: #fff;
  color: #666;
  text-decoration: underline;
}
#shareWishlistModal .popup-legal-disclaimer {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 16px;
  margin-top: 1rem;
}
#shareWishlistModal .text-divider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #1e1e1c;
  font-size: 0.875rem;
  margin: 1.5rem 0;
  text-transform: uppercase;
}
#shareWishlistModal .text-divider::before,
#shareWishlistModal .text-divider::after {
  content: "";
  -ms-flex: 1;
      flex: 1;
  height: 1px;
  background: #1e1e1c;
  margin: 0 0.75rem;
}

.add-to-wishlist-messages {
  width: 284px;
  width: 17.75rem;
  transform: translate(-50%, -50%);
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 70;
}
@media (min-width: 768px) {
  .add-to-wishlist-messages {
    width: 334px;
    width: 20.875rem;
  }
}
@media (min-width: 1024px) {
  .add-to-wishlist-messages {
    width: 444px;
    width: 27.75rem;
  }
}
.add-to-wishlist-messages .fp-icons {
  position: relative;
  top: -1px;
  top: -0.0625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.add-to-wishlist-messages .add-to-wishlist-alert {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.7px;
  letter-spacing: 0.04375rem;
  background-color: #fff;
  font-weight: 500;
  color: #1e1e1c;
  padding: 1rem;
  border-color: #f7f7f7;
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-wishlist-messages .add-to-wishlist-alert.show {
  display: block;
}

.wishlist-tiles-container {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
}
.wishlist-tiles-container .empty-wishlist-title {
  margin: 40px 0;
  margin: 2.5rem 0;
}
@media (max-width: 767.98px) {
  .wishlist-tiles-container .empty-wishlist-title {
    padding-top: 24px;
    padding-top: 1.5rem;
  }
}
.wishlist-tiles-container .continue-shopping {
  list-style: none;
  text-align: center;
  padding: 0;
  margin-top: 28px;
  margin-top: 1.75rem;
}
.wishlist-tiles-container .wishlist-title {
  padding-top: 64px;
  padding-top: 4rem;
}
@media (max-width: 767.98px) {
  .wishlist-tiles-container .wishlist-title {
    padding-top: 24px;
    padding-top: 1.5rem;
  }
}
.wishlist-tiles-container .edit-postcode {
  padding-left: 8px;
  padding-left: 0.5rem;
}
.wishlist-tiles-container .wishlist-overview {
  border-bottom: #e7e7e7 solid 1px;
  margin: 0 0 32px;
  margin: 0 0 2rem;
}
@media (max-width: 767.98px) {
  .wishlist-tiles-container .wishlist-overview {
    border-bottom: none;
    margin: 0 0 24px;
    margin: 0 0 1.5rem;
  }
}
.wishlist-tiles-container .wishlist-overview .share-wishlist {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.wishlist-tiles-container .wishlist-overview .wishlist-total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.wishlist-tiles-container .wishlist-overview .wishlist-count {
  text-transform: uppercase;
  color: #4f4f49;
}
.wishlist-tiles-container .wishlist-overview .pipe-icon {
  margin: 0 16px;
  margin: 0 1rem;
  color: #999;
}
.wishlist-tiles-container .wishlist-overview span.pricing.full {
  font-size: 14px;
  font-size: 0.875rem;
}
.wishlist-tiles-container .wishlist-item-cards .btn-where-to-buy {
  width: 100%;
}
.wishlist-tiles-container .wishlist-item-cards .add-to-cart-wishList {
  padding: 24px 0 16px;
  padding: 1.5rem 0 1rem;
}
.wishlist-tiles-container .wishlist-item-cards .add-to-cart-wishList .add-to-cart {
  width: 100%;
  padding-inline: 0;
}
.wishlist-tiles-container .wishlist-item-cards .rrp-price-container {
  display: inline;
}
.wishlist-tiles-container .wishlist-item-cards a.btn {
  padding: 10px 8px;
  padding: 0.625rem 0.5rem;
}
.wishlist-tiles-container #productGrid {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .wishlist-tiles-container .wishlist-overview {
    display: block;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .wishlist-tiles-container #productGrid {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .wishlist-tiles-container .wishlist-overview {
    margin: 0 0 32px;
    margin: 0 0 2rem;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .wishlist-tiles-container .wishlist-overview .share-wishlist {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
  .wishlist-tiles-container .wishlist-overview .wishlist-total {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .wishlist-tiles-container .wishlist-overview .pipe-icon {
    margin: 0 16px;
    margin: 0 1rem;
  }
  .wishlist-tiles-container .wishlist-overview .wishlist-count,
  .wishlist-tiles-container .wishlist-overview .wishlist-price,
  .wishlist-tiles-container .wishlist-overview .pipe-icon,
  .wishlist-tiles-container .wishlist-overview .wishlist-price .price-container {
    display: inline-block;
  }
  .wishlist-tiles-container .wishlist-overview span.pricing.full {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .wishlist-tiles-container #productGrid {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
}
.wishlist-tiles-container span.swatchTitle {
  text-decoration: none;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #515151;
}
.wishlist-tiles-container .product-tile-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #fff;
  max-width: 100%;
  min-width: 0;
}
.wishlist-tiles-container .product-tile-container .product {
  padding-top: 16px;
  padding-top: 1rem;
}
.wishlist-tiles-container .product-tile-container .product .remove-from-wishlist {
  position: relative;
  background-color: transparent;
  padding: 0;
}
.wishlist-tiles-container .product-tile-container .product .remove-from-wishlist:hover {
  text-decoration: none;
  color: #1e1e1c;
  background-color: transparent;
  border: none;
}
@media (max-width: 767.98px) {
  .wishlist-tiles-container .product-tile-container .product {
    padding-top: 8px;
    padding-top: 0.5rem;
  }
}
.wishlist-tiles-container .products-display-postcode {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .wishlist-tiles-container .products-display-postcode {
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }
}
.wishlist-tiles-container .wl-purchase-options {
  padding-left: 2px;
  padding-left: 0.125rem;
  padding-right: 2px;
  padding-right: 0.125rem;
}

.wtb-pop-up {
  padding: 0 !important;
  height: 100vh;
}
.wtb-pop-up .modal-dialog {
  width: 100%;
  margin: 0 auto;
  overflow-y: initial !important;
  transform: translate(0, -50%);
  top: 8%;
  background-color: #f7f7f7;
  max-width: 1158px;
  max-width: 72.375rem;
}
.wtb-pop-up .modal-dialog .modal-content {
  background-color: #f7f7f7;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
}
.wtb-pop-up .modal-dialog .modal-content .modal-header {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 24px 32px 16px;
  padding: 1.5rem 2rem 1rem;
}
.wtb-pop-up .modal-dialog .modal-content .modal-header .fp-close {
  margin: 0;
}
.wtb-pop-up .modal-dialog .modal-content .modal-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 0 32px 48px;
  padding: 0 2rem 3rem;
}
.wtb-pop-up .modal-dialog .modal-content .modal-body .wtb-wrapper {
  position: relative;
  padding-bottom: 178%;
  height: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .wtb-pop-up .modal-dialog .modal-content .modal-body .wtb-wrapper {
    padding-bottom: 56.25%;
  }
}
.wtb-pop-up .modal-dialog .modal-content .modal-body .wtb-wrapper iframe {
  border: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .wtb-pop-up .modal-dialog .modal-content {
    height: auto;
    max-height: 90vh;
  }
}
@media print {
  .btn,
  footer,
  .myaccount-slotbanner,
  .breadcrumb,
  .navbar-header,
  .header-banner,
  .card-header-custom {
    display: none !important;
  }
  .header.container {
    height: 10rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background: black;
    position: relative;
    -webkit-print-color-adjust: exact;
  }
  .header.container .brand button,
  .header.container .brand a {
    display: none;
  }
  .header.container .brand a.logo {
    display: block;
  }
  .header.container .brand a.logo svg {
    width: 15rem;
  }
}
.container.hero-padded {
  padding-block-end: 0px;
}

#store-locator-container {
  position: relative;
  z-index: 1;
  top: 0;
  margin-bottom: 4rem;
}
#store-locator-container #store-locator-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  margin-bottom: 1rem;
}
#store-locator-container #store-locator-wrapper iframe {
  border: 0;
  position: relative;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.black-banner {
  background-color: #1e1e1c;
  height: 56px;
  position: relative;
  z-index: 3;
}

.main-heading {
  padding: 48px 0;
  position: relative;
  z-index: 2;
  background-color: #f7f7f7;
}

@media (min-width: 1024px) {
  #store-locator-container {
    top: 0;
  }
  .black-banner {
    height: 105px;
  }
  .main-heading {
    padding: 96px 0;
  }
}
/* stylelint-disable max-line-length, length-zero-no-unit, max-empty-lines */
.icon {
  background: url("../images/svg-sprite.svg") no-repeat;
  display: inline-block;
}

.icon-arrow-carousel-left-white {
  background-position: -5px -124px;
  width: 96px;
  height: 104px;
}

.icon-arrow-carousel-right-white {
  background-position: -111px -124px;
  width: 96px;
  height: 104px;
}

.icon-back-arrow-white {
  background-position: -140px -304px;
  width: 18px;
  height: 17px;
}

.icon-back-arrow-white-17x15 {
  background-position: -349px -173px;
  width: 17px;
  height: 15px;
}

.icon-back-top-grey {
  background-position: -5px -238px;
  width: 56px;
  height: 56px;
}

.icon-book-a-service {
  background-position: -217px -124px;
  width: 33px;
  height: 33px;
}

.icon-chevron-back {
  background-position: -315px -206px;
  width: 12px;
  height: 22px;
}

.icon-chevron-back-black {
  background-position: -260px -124px;
  width: 12px;
  height: 22px;
}

.icon-chevron-next {
  background-position: -257px -167px;
  width: 12px;
  height: 22px;
}

.icon-chevron-next-black {
  background-position: -217px -238px;
  width: 12px;
  height: 22px;
}

.icon-close-16-grey {
  background-position: -349px -247px;
  width: 16px;
  height: 16px;
}

.icon-close-btn-black {
  background-position: -217px -207px;
  width: 20px;
  height: 20px;
}

.icon-close-grey {
  background-position: -247px -207px;
  width: 20px;
  height: 20px;
}

.icon-close-lrg-grey {
  background-position: -43px -304px;
  width: 27px;
  height: 27px;
}

.icon-close-med-grey {
  background-position: -244px -278px;
  width: 12px;
  height: 12px;
}

.icon-close-sm {
  background-position: -349px -273px;
  width: 16px;
  height: 16px;
}

.icon-close-sm-grey {
  background-position: -200px -278px;
  width: 14px;
  height: 14px;
}

.icon-close-sm-grey12 {
  background-position: -266px -278px;
  width: 12px;
  height: 12px;
}

.icon-close-white {
  background-position: -349px -198px;
  width: 17px;
  height: 17px;
}

.icon-close-white-small {
  background-position: -288px -278px;
  width: 12px;
  height: 12px;
}

.icon-down-arrow-blue {
  background-position: -149px -238px;
  width: 24px;
  height: 24px;
}

.icon-down-arrow-grey {
  background-position: -183px -238px;
  width: 24px;
  height: 24px;
}

.icon-down-arrow-grey12 {
  background-position: -310px -278px;
  width: 12px;
  height: 12px;
}

.icon-down-arrow-grey18 {
  background-position: -349px -5px;
  width: 18px;
  height: 18px;
}

.icon-download {
  background-position: -349px -299px;
  width: 16px;
  height: 12px;
}

.icon-facebook {
  background-position: -282px -5px;
  width: 57px;
  height: 57px;
}

.icon-filter-sm {
  background-position: -349px -321px;
  width: 12px;
  height: 10px;
}

.icon-fpa-logo-back-170 {
  background-position: -5px -82px;
  width: 170px;
  height: 11px;
}

.icon-fpa-logo-black-267 {
  background-position: -5px -5px;
  width: 267px;
  height: 16px;
}

.icon-fpa-logo-white-170 {
  background-position: -5px -103px;
  width: 170px;
  height: 11px;
}

.icon-fpa-logo-white-205 {
  background-position: -5px -57px;
  width: 205px;
  height: 15px;
}

.icon-fpa-logo-white-267 {
  background-position: -5px -31px;
  width: 267px;
  height: 16px;
}

.icon-green-tick {
  background-position: -349px -33px;
  width: 18px;
  height: 18px;
}

.icon-group-11 {
  background-position: -349px -61px;
  width: 18px;
  height: 18px;
}

.icon-instagram {
  background-position: -282px -72px;
  width: 57px;
  height: 57px;
}

.icon-lock-icon {
  background-position: -100px -278px;
  width: 12px;
  height: 16px;
}

.icon-menu {
  background-position: -220px -57px;
  width: 15px;
  height: 14px;
}

.icon-more-info {
  background-position: -349px -89px;
  width: 18px;
  height: 18px;
}

.icon-more-info-hover {
  background-position: -349px -117px;
  width: 18px;
  height: 18px;
}

.icon-oval-copy {
  background-position: -349px -145px;
  width: 18px;
  height: 18px;
}

.icon-pinterest {
  background-position: -282px -139px;
  width: 57px;
  height: 57px;
}

.icon-play-filled {
  background-position: -239px -238px;
  width: 22px;
  height: 22px;
}

.icon-register-your-product {
  background-position: -111px -238px;
  width: 28px;
  height: 26px;
}

.icon-search {
  background-position: -122px -278px;
  width: 16px;
  height: 16px;
}

.icon-search-16-wight {
  background-position: -148px -278px;
  width: 16px;
  height: 16px;
}

.icon-search-copy-2 {
  background-position: -174px -278px;
  width: 16px;
  height: 16px;
}

.icon-shopping-cart {
  background-position: -71px -278px;
  width: 19px;
  height: 16px;
}

.icon-shopping-cart-active {
  background-position: -282px -206px;
  width: 23px;
  height: 22px;
}

.icon-square-check {
  background-position: -271px -238px;
  width: 20px;
  height: 20px;
}

.icon-square-check-lg {
  background-position: -217px -167px;
  width: 30px;
  height: 30px;
}

.icon-square-white {
  background-position: -301px -238px;
  width: 20px;
  height: 20px;
}

.icon-square-white-lg {
  background-position: -71px -238px;
  width: 30px;
  height: 30px;
}

.icon-stainless-selected {
  background-position: -5px -304px;
  width: 28px;
  height: 28px;
}

.icon-stainless-unselected {
  background-position: -80px -304px;
  width: 20px;
  height: 20px;
}

.icon-system-info {
  background-position: -110px -304px;
  width: 20px;
  height: 20px;
}

.icon-tick-black {
  background-position: -245px -57px;
  width: 15px;
  height: 12px;
}

.icon-tick-white {
  background-position: -185px -82px;
  width: 8px;
  height: 8px;
}

.icon-triangle {
  background-position: -224px -278px;
  width: 10px;
  height: 13px;
}

.icon-up-down-sm {
  background-position: -349px -225px;
  width: 17px;
  height: 12px;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  white-space: normal;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled):focus {
  background-color: #25628e;
  border-color: #25628e;
  color: #fff;
}

.btn-light {
  color: #1e1e1c;
  background-color: #fff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):hover, .btn-light:not(:disabled):not(.disabled):focus {
  background-color: #fff;
  color: #006ebe;
  border-color: #fff;
}

.btn-outline-light {
  border-color: #fff;
  color: #fff;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):hover, .btn-outline-light:not(:disabled):not(.disabled):focus {
  background-color: #fff;
  color: #006ebe;
  border-color: #fff;
}

.btn-block {
  max-width: 350px;
  max-width: 21.875rem;
}

.btn-fullwidth {
  max-width: 100%;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .btn {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.item-attributes {
  vertical-align: top;
  padding-left: 0;
}

.line-item-attributes,
.line-item-option {
  font-size: 0.813rem;
  margin: 0;
}

.line-item-name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #1e1e1c;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.313em;
}

.line-item-pricing-info {
  margin-bottom: 0;
}
.line-item-pricing-info + .price {
  font-size: 1em;
  font-weight: 700;
}

.line-item-price-quantity-info {
  margin-top: 0.625em;
  border-top: 1px solid #d8d8d8;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.line-item-total-text {
  font-size: 0.813em;
}

.pricing {
  font-size: 1em;
  font-weight: 700;
}

.item-image {
  height: 5.625em;
  width: 5.625em;
  margin-right: 0.938em;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.item-image img.product-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  max-height: 5.625em;
}

.non-adjusted-price {
  display: none;
}

.line-item-promo {
  color: #008827;
  font-size: 0.813em;
}

.shipment-card {
  margin-bottom: 1rem;
}

.line-item-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.product-line-item .line-item-header {
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.product-line-item .line-item-header .line-item-model-number {
  font-size: 12px;
  font-size: 0.75rem;
  color: #666;
}

.bundled-line-item + .bundled-line-item {
  margin-top: 0.625em;
}

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em;
}

.line-item-divider {
  margin: 0.625em -1.225em 0.625em -1.325em;
}

.line-dotted {
  border-top: 0.063em dashed #d8d8d8;
}

.line-item-availability {
  font-size: 0.813rem;
}

.product-line-item-details {
  overflow-y: inherit;
}

.minicart {
  position: relative;
}
.minicart .cart {
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  background-color: #f7f7f7;
}
.minicart .remove-btn {
  color: #999;
  float: right;
  background-color: white;
  border: none;
  font-size: 1.625em;
  margin-top: -0.313em;
  padding: 0;
}
.minicart .product-summary {
  margin-right: -0.938em;
  max-height: 21.875em;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.938em;
}
.minicart .card-body {
  padding: 0.625em;
}
.minicart .quantity-label {
  font-size: 0.813em;
}
.minicart .quantity {
  width: 100%;
}
.minicart .popover {
  top: 100%;
  left: auto;
  right: 0;
  min-width: 23.44rem;
  max-width: 23.44rem;
  min-height: 6.25rem;
  display: none;
}
.minicart .popover::before {
  left: auto;
  right: 15px;
}
.minicart .popover::after {
  left: auto;
  right: 16px;
}
.minicart .popover.show {
  display: block;
  border: none;
}
.minicart .minicart-footer {
  border-top: 1px solid #d8d8d8;
}
.minicart .estimated-total {
  margin-top: 0.625em;
}
.minicart .sub-total-label {
  font-size: 1em;
  font-weight: 500;
}
.minicart .sub-total {
  font-size: 1em;
  font-weight: 500;
}
.minicart .line-item-divider {
  margin: 0.625em -0.625em 0.625em -1.325em;
}
.minicart .line-item-name {
  width: 90%;
}

@media (min-width: 321px) and (max-width: 767.98px) {
  .hide-link-med {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-no-link {
    display: none;
  }
}
@media (max-width: 320.98px) {
  .hide-no-link {
    display: none;
  }
}

/* stylelint-disable no-descending-specificity */
.minicart .popover {
  width: 380px;
  width: 23.75rem;
  max-width: inherit;
  min-width: inherit;
  z-index: 1000;
}
.minicart .popover .cart-error {
  display: none;
}
.minicart .cart-container {
  background-color: #fff;
  height: 100%;
  width: 100%;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  padding-top: 17px;
  padding-top: 1.0625rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 19px;
  padding-right: 1.1875rem;
}
.minicart .cart-container .your-shopping-cart {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71;
  letter-spacing: 1px;
  color: #1e1e1c;
  text-transform: uppercase;
  text-align: center;
}
.minicart .cart-container .product-summary {
  max-height: 336px;
  max-height: 21rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  box-sizing: content-box;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.minicart .cart-container .product-summary::-webkit-scrollbar {
  display: none;
}
.minicart .cart-container .product-summary .card {
  margin-bottom: 27px;
  margin-bottom: 1.6875rem;
  border: none;
  border-top: 1px solid #d8d8d8;
  background: none;
}
.minicart .cart-container .product-summary .card:first-child {
  border-top: none;
}
.minicart .cart-container .product-summary .card .card-body {
  padding: 20px 0 0 0;
  padding: 1.25rem 0 0 0;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item {
  position: relative;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-header {
  top: -8px;
  position: absolute;
  right: 0;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .product-line-item-details {
  overflow-y: inherit;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .product-line-item-details .item-details {
  margin-top: -5px;
  margin-top: -0.3125rem;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-availability {
  margin-top: 5px;
  margin-top: 0.3125rem;
  height: 25px;
  height: 1.5625rem;
  display: none;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-attributes {
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  line-height: 1.5;
  letter-spacing: 0.1;
  color: #1e1e1c;
  font-size: 13px;
  font-size: 0.8125rem;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .item-image {
  width: 100px;
  width: 6.25rem;
  margin-right: 16px;
  margin-right: 1rem;
  margin-left: 1px;
  margin-left: 0.0625rem;
  height: 100%;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .item-image .product-image {
  max-height: none;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-name {
  white-space: inherit;
  width: inherit;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-name span {
  display: block;
  font-weight: 700;
  line-height: 1.56;
  letter-spacing: normal;
  color: #1e1e1c;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  margin-right: 35px;
  margin-right: 2.1875rem;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-name p {
  margin: 0;
  line-height: 1.54;
  letter-spacing: 0.1;
  color: #4f4f49;
  font-size: 13px;
  font-size: 0.8125rem;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-name > p {
  margin-bottom: 6px;
  line-height: 1.54;
  letter-spacing: 0.1px;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-availability p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.85;
  color: #1e1e1c;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-availability p span.icon {
  vertical-align: sub;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-total-price div.strike-through {
  text-decoration: line-through;
  color: #666;
  margin-right: 0;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-pricing-info span,
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-pricing-info.quantity-label,
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-total-text {
  line-height: 1.5;
  color: #1e1e1c;
  font-size: 12px;
  font-size: 0.75rem;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-pricing-info span label,
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-pricing-info.quantity-label label,
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-total-text label {
  margin: 0;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item div.price span {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.79;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item div.price span.strike-through span {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: line-through;
  color: #666;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item div.price span.sales span {
  color: #1e1e1c;
  white-space: nowrap;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-total-text {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-pricing-info.quantity-label {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-pricing-info .price-container .price {
  font-size: 14px;
  font-size: 0.875rem;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-quantity .quantity-form {
  text-align: left;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-quantity .quantity-form .div-select {
  position: relative;
  background: #fff;
  width: 50px;
  width: 3.125rem;
  height: 30px;
  height: 1.875rem;
  position: relative;
  background: #fff;
  cursor: pointer;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-quantity .quantity-form .div-select .expand-more {
  bottom: 4px !important;
  bottom: 0.25rem !important;
  right: 4px !important;
  right: 0.25rem !important;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-quantity .quantity-form .div-select .expand-more svg {
  fill: #1e1e1c;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-quantity .quantity-form .div-select .custom-select {
  background-image: none;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-quantity .quantity-form .div-select::after {
  top: 13px;
  top: 0.8125rem;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-quantity .quantity-form .div-select.opened::after {
  top: 6px;
  top: 0.375rem;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-quantity .quantity-form div.div-select select {
  font-size: 14px;
  font-size: 0.875rem;
  width: 50px;
  width: 3.125rem;
  height: 30px;
  height: 1.875rem;
  border-radius: 0;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-quantity .quantity-form .quantity {
  padding: 0 6px;
  padding: 0 0.375rem;
  min-width: inherit;
}
.minicart .cart-container .product-summary .card .card-body .product-line-item .line-item-quantity .cart-qty-availability {
  display: none;
}
.minicart .cart-container .product-summary .card .card-body .align-items-start {
  margin-top: 15px;
  margin-top: 0.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.minicart .cart-container .product-summary .card .card-body .align-items-start .line-item-unit-price {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  margin-right: 16px;
  margin-right: 1rem;
}
.minicart .cart-container .product-summary .card .card-body .align-items-start .line-item-quantity {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.minicart .cart-container .product-summary .card .card-body .promo-callout {
  background-color: #eeeff0;
  color: #1e1e1c;
  position: relative;
  padding: 8px;
  padding: 0.5rem;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 18px;
  line-height: 1.125rem;
  top: 12px;
  top: 0.75rem;
}
.minicart .cart-container .product-summary:last-child .card {
  border-bottom: none;
}
.minicart .cart-container .minicart-footer {
  border-top: 1px solid #1e1e1c;
}
.minicart .cart-container .minicart-footer .footer-border-top {
  border-top: 1px solid #999;
  width: 100%;
}
.minicart .cart-container .minicart-footer .estimated-total {
  margin: 21px 0;
  margin: 1.3125rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.minicart .cart-container .minicart-footer .estimated-total .sub-total-label {
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.14;
  color: #1e1e1c;
  margin: 0;
  vertical-align: middle;
  float: left;
}
.minicart .cart-container .minicart-footer .estimated-total .price-container {
  text-align: right;
}
.minicart .cart-container .minicart-footer .estimated-total .price-container .sub-total {
  font-size: 18px;
  font-size: 1.125rem;
  color: #1e1e1c;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}
.minicart .cart-container .minicart-footer .checkout-continue {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 0;
}
.minicart .cart-container .minicart-footer .checkout-continue .btn-block {
  width: 100%;
}
.minicart .cart-container .minicart-footer .checkout-continue .btn {
  padding: 8px;
  padding: 0.5rem;
}

.remove-product-modal-footer {
  display: block;
  text-align: center;
}

.product-to-remove {
  font-weight: 700;
}

/* stylelint-disable  no-descending-specificity */
/* stylelint-disable-next-line  selector-class-pattern */
.visualToggleFilter {
  color: #1e1e1c;
}
@media (min-width: 1024px) {
  .visualToggleFilter .visualfilters {
    padding-bottom: 48px;
    padding-bottom: 3rem;
    border-bottom: 1px solid #d8d8d8;
  }
}
@media (max-width: 1023.98px) {
  .visualToggleFilter {
    display: none;
  }
}
.visualToggleFilter .fp-custom-checkbox {
  pointer-events: all;
  position: absolute;
  right: -20px;
  right: -1.25rem;
  top: 30px;
  top: 1.875rem;
  height: 30px;
  height: 1.875rem;
}
.visualToggleFilter .fp-custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  border: 1px solid #fff;
}
@media (max-width: 1023.98px) {
  .visualToggleFilter .fp-custom-checkbox {
    position: static;
  }
}
.visualToggleFilter .visual-filter-intro {
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  color: #666;
  text-align: center;
}
@media (min-width: 1024px) {
  .visualToggleFilter .visual-filter-intro .content {
    margin-left: auto;
    margin-right: auto;
  }
}
.visualToggleFilter .visual-filter-intro h2 {
  line-height: 32px;
  line-height: 2rem;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.5px;
  letter-spacing: 0.03125rem;
}
.visualToggleFilter .visual-filter-intro p {
  margin: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 20px;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {
  .visualToggleFilter .visual-filter-intro p {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
.visualToggleFilter .visual-filter-intro a {
  font-size: 11px;
  font-size: 0.6875rem;
  display: block;
}
@media (min-width: 768px) {
  .visualToggleFilter .visual-filter-intro a {
    display: inline;
    margin-left: 12px;
    margin-left: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .visualToggleFilter .visual-filter-intro a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media (max-width: 1023.98px) {
  .visualToggleFilter .double-visual {
    margin: 0 -32px;
    margin: 0 -2rem;
  }
}
@media (max-width: 767.98px) {
  .visualToggleFilter .double-visual {
    margin: 0 -16px;
    margin: 0 -1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .visualToggleFilter .double-visual {
    padding: 0 16px;
    padding: 0 1rem;
  }
}
.visualToggleFilter .double-visual .card .values .content {
  -ms-flex-pack: left;
      justify-content: left;
  margin: 0;
}
.visualToggleFilter .double-visual .card .visual-header {
  display: block;
}
.visualToggleFilter .double-visual .card .visual-ref-content .ref-img {
  width: 72px;
  width: 4.5rem;
}
.visualToggleFilter .card {
  background-color: transparent;
  border: none !important;
  margin-bottom: 0 !important;
  /* &:last-of-type{
      @include rem('margin-bottom', 24px !important);
  } */
}
.visualToggleFilter .card .visual-header {
  display: none;
  position: relative;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: solid 1px #d8d8d8;
}
.visualToggleFilter .card .visual-header::before, .visualToggleFilter .card .visual-header::after {
  content: "";
  height: 32px;
  height: 2rem;
  width: 1px;
  width: 0.0625rem;
  border-left: solid 1px #d8d8d8;
  position: absolute;
  bottom: -33px;
}
.visualToggleFilter .card .visual-header::before {
  left: 0;
}
.visualToggleFilter .card .visual-header::after {
  right: 0;
}
.visualToggleFilter .card .values {
  padding: 0;
  overflow: visible;
  list-style-type: none;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .visualToggleFilter .card .values .content {
    margin: 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
}
@media (min-width: 1024px) {
  .visualToggleFilter .card .values .content {
    margin: 0 -16px;
  }
}
.visualToggleFilter .card .values li {
  padding: 0 12px;
  padding: 0 0.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}
.visualToggleFilter .card .values li.disabled {
  pointer-events: none;
  filter: none !important;
  opacity: 1 !important;
}
.visualToggleFilter .card .values li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px 24px 8px 8px;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  background-color: #f7f7f7;
  border: none;
  text-align: left;
}
.visualToggleFilter .card .values li a.disabled {
  pointer-events: none;
  filter: none !important;
  opacity: 1 !important;
}
.visualToggleFilter .card .values li a.disabled .wrap,
.visualToggleFilter .card .values li a.disabled i.icon,
.visualToggleFilter .card .values li a.disabled .visual-ref-content {
  opacity: 0.4;
  pointer-events: none;
}
@media (min-width: 768px) {
  .visualToggleFilter .card .values li a {
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
    width: 100%;
    height: 100%;
  }
}
.visualToggleFilter .card .values li a:hover, .visualToggleFilter .card .values li a:focus {
  background-color: #eeeff0;
  text-decoration: none;
}
.visualToggleFilter .card .values li a:focus {
  outline: none;
}
.visualToggleFilter .card .values li a.selected {
  background-color: #006ebe;
  text-decoration: none;
}
.visualToggleFilter .card .values li a.selected i.icon-square-check::before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  top: 1px;
  top: 0.0625rem;
}
.visualToggleFilter .card .values li a.selected h4,
.visualToggleFilter .card .values li a.selected p {
  color: #fff;
}
.visualToggleFilter .card .values li a.selected:hover {
  background-color: #006ebe;
}
.visualToggleFilter .card .values li a.selected img.active {
  display: inline-block;
}
.visualToggleFilter .card .values li a.selected img.non-active {
  display: none;
}
.visualToggleFilter .card .values li a.selected .ref-img .fp-icons svg {
  fill: #fff;
}
.visualToggleFilter .card .values li a img {
  max-width: 100%;
}
.visualToggleFilter .card .values li a > div {
  -ms-flex: 1;
      flex: 1;
}
@media (min-width: 768px) {
  .visualToggleFilter .card .values li a > div {
    -ms-flex-order: 2;
        order: 2;
  }
}
.visualToggleFilter .card .values li a .wrap {
  height: 80px;
  height: 5rem;
  position: relative;
}
.visualToggleFilter .card .values li a h4 {
  -ms-flex-order: 2;
      order: 2;
  -ms-flex: 2;
      flex: 2;
  margin: 0;
  text-align: left;
  color: #1e1e1c;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 28px 0 88px;
  padding: 0 1.75rem 0 5.5rem;
}
.visualToggleFilter .card .values li a i.icon {
  -ms-flex-order: 3;
      order: 3;
  position: absolute;
  pointer-events: all;
  top: 30px;
  top: 1.875rem;
  right: 0;
}
.visualToggleFilter .card .values li a i.icon::before {
  top: 0;
}
.visualToggleFilter .card .visual-ref-content p {
  display: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #4f4f49;
  font-weight: 400;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 16px;
  padding-left: 1rem;
}
.visualToggleFilter .card .visual-ref-content .ref-img {
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  position: absolute;
  top: 8px;
  top: 0.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.visualToggleFilter .card .visual-ref-content .ref-img img.active {
  display: none;
}
.visualToggleFilter .card .visual-ref-content .ref-img .fp-icons svg {
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
}
@media (min-width: 768px) {
  .visualToggleFilter .card .visual-ref-content .ref-img .fp-icons svg {
    width: 72px;
    width: 4.5rem;
    height: 72px;
    height: 4.5rem;
  }
}
@media (max-width: 1023.98px) {
  .visualToggleFilter .card .visual-ref-content .ref-img {
    display: none;
  }
}
.visualToggleFilter .card .visual-ref-content .ref-img img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.plp-hero-slot-tabs {
  position: relative;
  color: #fff;
  text-align: center;
  background-color: #666;
  min-height: 500px;
  min-height: 31.25rem;
}
@media (min-width: 768px) {
  .plp-hero-slot-tabs {
    min-height: 360px;
    min-height: 22.5rem;
  }
}
@media (min-width: 1024px) {
  .plp-hero-slot-tabs {
    min-height: 500px;
    min-height: 31.25rem;
  }
}
.plp-hero-slot-tabs .container {
  padding: 0;
}
@media (min-width: 1024px) {
  .plp-hero-slot-tabs .container {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
  }
}
.plp-hero-slot-tabs > p {
  margin: 0;
}
.plp-hero-slot-tabs img {
  max-width: 100%;
  width: 100%;
}
.plp-hero-slot-tabs .visual-inner {
  position: absolute;
  top: 0;
  width: 100%;
  padding: 0 20px;
  padding: 0 1.25rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 768px) {
  .plp-hero-slot-tabs .visual-inner {
    max-width: 340px;
    max-width: 21.25rem;
    right: 30px;
    right: 1.875rem;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .plp-hero-slot-tabs .visual-inner {
    max-width: 382px;
    max-width: 23.875rem;
    right: 120px;
    right: 7.5rem;
  }
}
.plp-hero-slot-tabs .visual-inner h2 {
  margin-top: 71px;
  margin-top: 4.4375rem;
  color: #fff;
  font-weight: 300;
}
@media (min-width: 768px) {
  .plp-hero-slot-tabs .visual-inner h2 {
    margin-top: 53px;
    margin-top: 3.3125rem;
  }
}
@media (min-width: 1024px) {
  .plp-hero-slot-tabs .visual-inner h2 {
    margin-top: 94px;
    margin-top: 5.875rem;
  }
}
.plp-hero-slot-tabs .visual-inner p {
  margin-top: 23px;
  margin-top: 1.4375rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .plp-hero-slot-tabs .visual-inner p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.plp-hero-slot-tabs .visual-inner .link-about {
  margin-bottom: 140px;
  margin-bottom: 8.75rem;
  text-decoration: underline;
  color: #fff;
}
@media (min-width: 768px) {
  .plp-hero-slot-tabs .visual-inner .link-about {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 47px;
    margin-bottom: 2.9375rem;
  }
}
.plp-hero-slot-tabs .visual-inner .link-about:hover {
  color: #006ebe;
}
.plp-hero-slot-tabs .cat-link {
  position: absolute;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  padding: 0 1.25rem;
  bottom: 28px;
  bottom: 1.75rem;
}
@media (min-width: 768px) {
  .plp-hero-slot-tabs .cat-link {
    bottom: 0;
  }
}
.plp-hero-slot-tabs .cat-link.refinement a.active {
  background-color: #fff;
  color: #1e1e1c;
  font-weight: 500;
  pointer-events: none;
}
.plp-hero-slot-tabs .cat-link a {
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 40px;
  line-height: 2.5rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  background-color: #666;
  color: #f7f7f7;
}
@media (min-width: 768px) {
  .plp-hero-slot-tabs .cat-link a {
    min-width: 236px;
    min-width: 14.75rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 60px;
    line-height: 3.75rem;
    letter-spacing: 1.3px;
    letter-spacing: 0.08125rem;
    padding: 0 35px;
    padding: 0 2.1875rem;
    width: auto;
    box-sizing: border-box;
  }
}
@media (min-width: 1024px) {
  .plp-hero-slot-tabs .cat-link a {
    min-width: 300px;
    min-width: 18.75rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 70px;
    line-height: 4.375rem;
  }
}
.plp-hero-slot-tabs .cat-link a + a {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .plp-hero-slot-tabs .cat-link a + a {
    margin: 0;
  }
}
.plp-hero-slot-tabs .cat-link a:hover {
  background-color: #4f4f49;
  text-decoration: none;
}
.plp-hero-slot-tabs .cat-link a.selected {
  background-color: #fff;
  color: #1e1e1c;
  pointer-events: none;
}

.toggle-filter {
  color: #1e1e1c;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .toggle-filter .visual-inner {
    max-width: 400px;
    max-width: 25rem;
    left: 30px;
    left: 1.875rem;
    right: auto;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .toggle-filter .visual-inner {
    left: 0;
  }
}
.toggle-filter .visual-inner h2 {
  color: #1e1e1c;
}
.toggle-filter .visual-inner p {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.toggle-filter .visual-inner .link-about {
  color: #006ebe;
}
.toggle-filter .visual-inner .link-about:hover {
  color: #1e1e1c;
}

/* stylelint-disable  no-descending-specificity */
.modal-backdrop {
  z-index: 1000;
}
.modal-backdrop.show {
  opacity: 0.8;
}

.modal {
  z-index: 1001;
}

@media (min-width: 321px) {
  .modal.lightbox-video .modal-dialog {
    max-width: 280px;
    max-width: 17.5rem;
  }
}
@media (min-width: 768px) {
  .modal.lightbox-video .modal-dialog {
    max-width: 707px;
    max-width: 44.1875rem;
  }
}
@media (min-width: 1024px) {
  .modal.lightbox-video .modal-dialog {
    max-width: 964px;
    max-width: 60.25rem;
  }
}
@media (min-width: 1280px) {
  .modal.lightbox-video .modal-dialog {
    max-width: 1140px;
    max-width: 71.25rem;
  }
}
.modal.lightbox-video .modal-header {
  background: #fff;
}
.modal.lightbox-video .modal-header button.fp-close {
  padding-top: 13px;
  padding-top: 0.8125rem;
}
@media (min-width: 768px) {
  .modal.lightbox-video .modal-header button.fp-close {
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
}
@media (min-width: 1024px) {
  .modal.lightbox-video .modal-header button.fp-close {
    padding-top: 19px;
    padding-top: 1.1875rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }
}
.modal.lightbox-video .modal-body {
  padding: 0;
}
@supports (-ms-ime-align: auto) {
  @media (min-width: 321px) {
    .modal.lightbox-video .modal-content {
      width: 279px;
      width: 17.4375rem;
    }
  }
  @media (min-width: 1024px) {
    .modal.lightbox-video .modal-content {
      width: 963px;
      width: 60.1875rem;
    }
  }
  @media (min-width: 1280px) {
    .modal.lightbox-video .modal-content {
      width: 1139px;
      width: 71.1875rem;
    }
  }
}

.modal.lightbox {
  overflow: unset;
  color: #1e1e1c;
}
.modal.lightbox .modal-dialog-centered {
  width: auto;
}
.modal.lightbox .modal-content {
  border-radius: 0.3rem;
  border: none;
}
.modal.lightbox .modal-header {
  border: none;
  padding: 0;
}
.modal.lightbox .modal-header .fp-close {
  opacity: 1;
  outline: none;
  margin: 1rem 1rem 0 auto;
  border: none;
  cursor: pointer;
}
.modal.lightbox .modal-header .fp-close:focus, .modal.lightbox .modal-header .fp-close:active {
  outline: none;
}
.modal.lightbox .modal-body {
  padding: 1rem 2rem;
}
@media (min-width: 321px) and (max-width: 767.98px) {
  .modal.lightbox .modal-body iframe.embed-responsive-item {
    left: -1px;
    top: -1px;
    width: 282px;
  }
}
@media (min-width: 1024px) {
  .modal.lightbox .modal-body iframe.embed-responsive-item {
    width: 966px;
    left: -1px;
    top: -1px;
  }
}
@media (min-width: 1280px) {
  .modal.lightbox .modal-body iframe.embed-responsive-item {
    width: 1142px;
  }
}
.modal.lightbox .modal-footer {
  display: none;
}

@media (min-width: 321px) {
  :-ms-input-placeholder .modal-content,
  :root .modal.lightbox-video .modal-content {
    width: 279px;
    width: 17.4375rem;
  }
}
@media (min-width: 768px) {
  :-ms-input-placeholder .modal-content,
  :root .modal.lightbox-video .modal-content {
    width: 706px;
    width: 44.125rem;
  }
}
@media (min-width: 1024px) {
  :-ms-input-placeholder .modal-content,
  :root .modal.lightbox-video .modal-content {
    width: 963px;
    width: 60.1875rem;
  }
}
@media (min-width: 1280px) {
  :-ms-input-placeholder .modal-content,
  :root .modal.lightbox-video .modal-content {
    width: 1139px;
    width: 71.1875rem;
  }
}

@supports (-ms-ime-align: auto) {
  .modal.lightbox-video.show {
    padding-top: 0 !important;
    overflow: hidden;
  }
}
.consent-tracking.modal {
  position: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
}
.consent-tracking .modal-dialog {
  position: fixed;
  bottom: 0;
  margin: 0;
  max-width: 100%;
  z-index: 9999;
}
.consent-tracking .modal-dialog .modal-content {
  border: none;
  border-radius: inherit;
  border-top: solid 1px #4f4f49;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 32px;
  padding: 2rem;
}
@media (max-width: 1023.98px) {
  .consent-tracking .modal-dialog .modal-content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.consent-tracking .modal-dialog .modal-content .modal-header {
  border: none;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.consent-tracking .modal-dialog .modal-content .modal-body {
  font-style: normal;
  font-stretch: normal;
  line-height: 1.54;
  letter-spacing: normal;
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
.consent-tracking .modal-dialog .modal-content .modal-footer {
  border: none;
  display: inline;
  padding: 0;
  padding-top: 16px;
  padding-top: 1rem;
}
.consent-tracking .modal-dialog .modal-content .modal-footer a {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 16px;
  margin-top: 1rem;
  line-height: 1.92;
  color: #fff;
  display: block;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .consent-tracking .modal-dialog .modal-content .modal-footer a {
    margin-left: 24px;
    margin-left: 1.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .consent-tracking .modal-dialog {
    left: 32px;
    left: 2rem;
    right: 32px;
    right: 2rem;
    bottom: 32px;
    bottom: 2rem;
  }
  .consent-tracking .modal-dialog .modal-content {
    border: solid 1px #4f4f49;
  }
  .consent-tracking .modal-dialog .modal-content .modal-header {
    line-height: 1.56;
    font-size: 16px;
    font-size: 1rem;
  }
  .consent-tracking .modal-dialog .modal-content .modal-body {
    height: inherit;
    line-height: 1.79;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .consent-tracking .modal-dialog .modal-content .modal-footer {
    padding-top: 16px;
    padding-top: 1rem;
  }
  .consent-tracking .modal-dialog .modal-content .modal-footer a {
    line-height: 1.79;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (min-width: 1024px) {
  .consent-tracking .modal-dialog .modal-content {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .consent-tracking .modal-dialog .modal-content .modal-text {
    width: 580px;
  }
  .consent-tracking .modal-dialog .modal-content .modal-text .modal-body {
    padding-right: 0;
  }
  .consent-tracking .modal-dialog .modal-content .modal-footer {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex: 1;
        flex: 1;
    padding-top: 0;
  }
}
@media (min-width: 1280px) {
  .consent-tracking .modal-dialog {
    margin: 0 auto;
    width: 1140px;
  }
}
[data-page-alias=categorypage] [data-top-nav-link-id=products] a::after,
[data-page-alias=productpage] [data-top-nav-link-id=products] a::after {
  visibility: visible !important;
}

[data-page-alias=contentpage] [data-page-identifier=traderesources] [data-top-nav-link-id=traderesources] a::after,
[data-page-alias=contentpage] [data-page-identifier^=traderesources-] [data-top-nav-link-id=traderesources] a::after {
  visibility: visible !important;
}
[data-page-alias=contentpage] [data-page-identifier=inspiration] [data-top-nav-link-id=inspiration] a::after,
[data-page-alias=contentpage] [data-page-identifier^=inspiration-] [data-top-nav-link-id=inspiration] a::after,
[data-page-alias=contentpage] [data-page-identifier^=experiencecentres-] [data-top-nav-link-id=inspiration] a::after,
[data-page-alias=contentpage] [data-page-identifier^=ambassador-] [data-top-nav-link-id=inspiration] a::after {
  visibility: visible !important;
}
[data-page-alias=contentpage] [data-page-identifier=helpsupport] [data-top-nav-link-id=help-and-support] a::after,
[data-page-alias=contentpage] [data-page-identifier^=helpsupport-] [data-top-nav-link-id=help-and-support] a::after {
  visibility: visible !important;
}
[data-page-alias=contentpage] [data-page-identifier=ourstory] [data-top-nav-link-id=ourstory] a::after,
[data-page-alias=contentpage] [data-page-identifier^=aboutus-] [data-top-nav-link-id=ourstory] a::after,
[data-page-alias=contentpage] [data-page-identifier^=ourstory-] [data-top-nav-link-id=ourstory] a::after {
  visibility: visible !important;
}
[data-page-alias=contentpage] [data-page-identifier=where-to-buy] [data-top-nav-link-id=where-to-buy] a::after {
  visibility: visible !important;
}

/* fonts */
/*
******************************************
Code convert zh_CN to zh-CN on layout/page.isml
******************************************
`
lang="${pdict.CurrentRequest.getLocale().replace('_', '-')}"
`
******************************************
*/
/* stylelint-disable-next-line max-line-length */
html[lang=zh-CN] body,
html[lang=zh-CN] body * {
  font-family: "Noto Sans SC", sans-serif;
}

/*********************   */
/*    Font Colours    */
/*********************   */
.fc-white {
  color: #fff !important;
}

.fc-off-white {
  color: #f7f7f7 !important;
}

.fc-extra-light-grey {
  color: #eeeff0 !important;
}

.fc-pdp-grey {
  color: #e7e7e7 !important;
}

.fc-light-grey {
  color: #d8d8d8 !important;
}

.fc-medium-grey {
  color: #999 !important;
}

.fc-dark-grey {
  color: #666 !important;
}

.fc-extra-dark-grey {
  color: #4f4f49 !important;
}

.fc-warm-black {
  color: #090d0f !important;
}

.fc-black {
  color: #1e1e1c !important;
}

/* Secondary Font Colours */
.fc-brand {
  color: #006ebe !important;
}

.fc-brand-dark {
  color: #25628e !important;
}

.fc-red {
  color: #c20012 !important;
}

/*********************   */
/* Background Colours */
/*********************   */
.no-bg {
  background-color: transparent !important;
}

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

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

.bg-extra-light-grey {
  background-color: #eeeff0 !important;
}

.bg-pdp-grey {
  background-color: #e7e7e7 !important;
}

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

.bg-medium-grey {
  background-color: #999 !important;
}

.bg-dark-grey {
  background-color: #666 !important;
}

.bg-extra-dark-grey {
  background-color: #4f4f49 !important;
}

.bg-warm-black {
  background-color: #090d0f !important;
}

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

/* Secondary Background Colours */
.bg-brand {
  background-color: #006ebe !important;
}

.bg-brand-dark {
  background-color: #25628e !important;
}

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

/* fonts */
/*
******************************************
Code convert zh_CN to zh-CN on layout/page.isml
******************************************
`
lang="${pdict.CurrentRequest.getLocale().replace('_', '-')}"
`
******************************************
*/
/* stylelint-disable-next-line max-line-length */
html[lang=zh-CN] body,
html[lang=zh-CN] body * {
  font-family: "Noto Sans SC", sans-serif;
}

/* stylelint-disable  scss/no-global-function-names */
.fp-icons {
  display: inline-block;
  line-height: 0;
}
.fp-icons svg {
  width: 96px;
  width: 6rem;
  height: 96px;
  height: 6rem;
  fill: #1e1e1c;
  /*******************************************   */
  /* Sizing classes for different breakpoints */
  /*******************************************   */
  /******************************************   */
  /*            Colour classes               */
  /******************************************   */
}
.fp-icons svg.x-small-icon {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
}
.fp-icons svg.small-icon {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}
.fp-icons svg.medium-icon {
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
}
@media (min-width: 1024px) {
  .fp-icons svg {
    width: 144px;
    width: 9rem;
    height: 144px;
    height: 9rem;
  }
}
.fp-icons svg.sm-12px {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
}
.fp-icons svg.sm-14px {
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}
.fp-icons svg.sm-16px {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}
.fp-icons svg.sm-18px {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
}
.fp-icons svg.sm-20px {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
.fp-icons svg.sm-24px {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
}
.fp-icons svg.sm-32px {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}
.fp-icons svg.sm-36px {
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
}
.fp-icons svg.sm-40px {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}
.fp-icons svg.sm-48px {
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
}
.fp-icons svg.sm-56px {
  width: 56px;
  width: 3.5rem;
  height: 56px;
  height: 3.5rem;
}
.fp-icons svg.sm-72px {
  width: 72px;
  width: 4.5rem;
  height: 72px;
  height: 4.5rem;
}
.fp-icons svg.sm-96px {
  width: 96px;
  width: 6rem;
  height: 96px;
  height: 6rem;
}
.fp-icons svg.sm-128px {
  width: 128px;
  width: 8rem;
  height: 128px;
  height: 8rem;
}
.fp-icons svg.sm-144px {
  width: 144px;
  width: 9rem;
  height: 144px;
  height: 9rem;
}
@media (min-width: 768px) {
  .fp-icons svg.md-12px {
    width: 12px;
    width: 0.75rem;
    height: 12px;
    height: 0.75rem;
  }
  .fp-icons svg.md-14px {
    width: 14px;
    width: 0.875rem;
    height: 14px;
    height: 0.875rem;
  }
  .fp-icons svg.md-16px {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
  }
  .fp-icons svg.md-18px {
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
  }
  .fp-icons svg.md-20px {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }
  .fp-icons svg.md-24px {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
  }
  .fp-icons svg.md-32px {
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
  }
  .fp-icons svg.md-36px {
    width: 36px;
    width: 2.25rem;
    height: 36px;
    height: 2.25rem;
  }
  .fp-icons svg.md-40px {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }
  .fp-icons svg.md-48px {
    width: 48px;
    width: 3rem;
    height: 48px;
    height: 3rem;
  }
  .fp-icons svg.md-56px {
    width: 56px;
    width: 3.5rem;
    height: 56px;
    height: 3.5rem;
  }
  .fp-icons svg.md-72px {
    width: 72px;
    width: 4.5rem;
    height: 72px;
    height: 4.5rem;
  }
  .fp-icons svg.md-96px {
    width: 96px;
    width: 6rem;
    height: 96px;
    height: 6rem;
  }
  .fp-icons svg.md-128px {
    width: 128px;
    width: 8rem;
    height: 128px;
    height: 8rem;
  }
  .fp-icons svg.md-144px {
    width: 144px;
    width: 9rem;
    height: 144px;
    height: 9rem;
  }
}
@media (min-width: 1024px) {
  .fp-icons svg.lg-12px {
    width: 12px;
    width: 0.75rem;
    height: 12px;
    height: 0.75rem;
  }
  .fp-icons svg.lg-14px {
    width: 14px;
    width: 0.875rem;
    height: 14px;
    height: 0.875rem;
  }
  .fp-icons svg.lg-16px {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
  }
  .fp-icons svg.lg-18px {
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
  }
  .fp-icons svg.lg-20px {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }
  .fp-icons svg.lg-24px {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
  }
  .fp-icons svg.lg-32px {
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
  }
  .fp-icons svg.lg-36px {
    width: 36px;
    width: 2.25rem;
    height: 36px;
    height: 2.25rem;
  }
  .fp-icons svg.lg-40px {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }
  .fp-icons svg.lg-48px {
    width: 48px;
    width: 3rem;
    height: 48px;
    height: 3rem;
  }
  .fp-icons svg.lg-56px {
    width: 56px;
    width: 3.5rem;
    height: 56px;
    height: 3.5rem;
  }
  .fp-icons svg.lg-72px {
    width: 72px;
    width: 4.5rem;
    height: 72px;
    height: 4.5rem;
  }
  .fp-icons svg.lg-96px {
    width: 96px;
    width: 6rem;
    height: 96px;
    height: 6rem;
  }
  .fp-icons svg.lg-128px {
    width: 128px;
    width: 8rem;
    height: 128px;
    height: 8rem;
  }
  .fp-icons svg.lg-144px {
    width: 144px;
    width: 9rem;
    height: 144px;
    height: 9rem;
  }
}
@media (min-width: 1280px) {
  .fp-icons svg.xl-12px {
    width: 12px;
    width: 0.75rem;
    height: 12px;
    height: 0.75rem;
  }
  .fp-icons svg.xl-14px {
    width: 14px;
    width: 0.875rem;
    height: 14px;
    height: 0.875rem;
  }
  .fp-icons svg.xl-16px {
    width: 16px;
    width: 1rem;
    height: 16px;
    height: 1rem;
  }
  .fp-icons svg.xl-18px {
    width: 18px;
    width: 1.125rem;
    height: 18px;
    height: 1.125rem;
  }
  .fp-icons svg.xl-20px {
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }
  .fp-icons svg.xl-24px {
    width: 24px;
    width: 1.5rem;
    height: 24px;
    height: 1.5rem;
  }
  .fp-icons svg.xl-32px {
    width: 32px;
    width: 2rem;
    height: 32px;
    height: 2rem;
  }
  .fp-icons svg.xl-36px {
    width: 36px;
    width: 2.25rem;
    height: 36px;
    height: 2.25rem;
  }
  .fp-icons svg.xl-40px {
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }
  .fp-icons svg.xl-48px {
    width: 48px;
    width: 3rem;
    height: 48px;
    height: 3rem;
  }
  .fp-icons svg.xl-56px {
    width: 56px;
    width: 3.5rem;
    height: 56px;
    height: 3.5rem;
  }
  .fp-icons svg.xl-72px {
    width: 72px;
    width: 4.5rem;
    height: 72px;
    height: 4.5rem;
  }
  .fp-icons svg.xl-96px {
    width: 96px;
    width: 6rem;
    height: 96px;
    height: 6rem;
  }
  .fp-icons svg.xl-128px {
    width: 128px;
    width: 8rem;
    height: 128px;
    height: 8rem;
  }
  .fp-icons svg.xl-144px {
    width: 144px;
    width: 9rem;
    height: 144px;
    height: 9rem;
  }
}
.fp-icons svg.white-icon {
  fill: #fff;
}
.fp-icons svg.off-white-icon {
  fill: #f7f7f7;
}
.fp-icons svg.extra-light-icon {
  fill: #eeeff0;
}
.fp-icons svg.pdp-grey-icon {
  fill: #e7e7e7;
}
.fp-icons svg.light-grey-icon {
  fill: #d8d8d8;
}
.fp-icons svg.medium-grey-icon {
  fill: #999;
}
.fp-icons svg.dark-grey-icon {
  fill: #666;
}
.fp-icons svg.extra-dark-icon {
  fill: #4f4f49;
}
.fp-icons svg.warm-black-icon {
  fill: #090d0f;
}
.fp-icons svg.black-icon {
  fill: #1e1e1c;
}
.fp-icons svg.blue-icon {
  fill: #006ebe;
}
.fp-icons svg.dark-blue-icon {
  fill: #25628e;
}
.fp-icons svg.red-icon {
  fill: #c20012;
}
.fp-icons svg.green-icon {
  fill: #36a01c;
}
.fp-icons svg.yellow-icon {
  fill: #FBBF24;
}

/* fonts */
/*
******************************************
Code convert zh_CN to zh-CN on layout/page.isml
******************************************
`
lang="${pdict.CurrentRequest.getLocale().replace('_', '-')}"
`
******************************************
*/
/* stylelint-disable-next-line max-line-length */
html[lang=zh-CN] body,
html[lang=zh-CN] body * {
  font-family: "Noto Sans SC", sans-serif;
}

/* stylelint-disable  scss/no-global-function-names */
#postcode-pop-up-id-modal {
  z-index: 1002;
}
@media (min-width: 1024px) {
  #postcode-pop-up-id-modal .modal-dialog {
    max-width: 444px;
    max-width: 27.75rem;
  }
}
#postcode-pop-up-id-modal .fp-close {
  background: none;
}
#postcode-pop-up-id-modal .modal-header .close-button {
  margin: 32px 32px 0 auto;
  z-index: 1;
}
#postcode-pop-up-id-modal .modal-header svg {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}
#postcode-pop-up-id-modal .modal-body {
  padding: 0 24px 32px 24px;
  padding: 0 1.5rem 2rem 1.5rem;
}
#postcode-pop-up-id-modal .modal-body .post-code-form h6 {
  text-transform: none;
  font-weight: 500;
  letter-spacing: unset;
}
#postcode-pop-up-id-modal .modal-body .post-code-form .postcode-fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
#postcode-pop-up-id-modal .modal-body .post-code-form .postcode-input {
  -ms-flex: 1;
      flex: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
}
#postcode-pop-up-id-modal .modal-body .post-code-form .postcode-input input {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-color: #ced4da;
}
#postcode-pop-up-id-modal .modal-body .post-code-form .postcode-input input.error {
  border-color: #c20012;
}
#postcode-pop-up-id-modal .modal-body .post-code-form .postcode-input input:focus {
  outline: none;
  box-shadow: none;
  border-color: #1e1e1c;
}
#postcode-pop-up-id-modal .modal-body .post-code-form .post-code-submit .btn-outline-primary.disabled {
  padding: 10px 28px;
  padding: 0.625rem 1.75rem;
  opacity: 0.25 !important;
}
#postcode-pop-up-id-modal .modal-body .post-code-form .postcode-help-messaging {
  display: block;
}
#postcode-pop-up-id-modal .modal-body .post-code-form .postcode-help-messaging p {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #666;
  font-weight: 400;
}
#postcode-pop-up-id-modal .modal-body .post-code-form .postcode-error-messaging {
  display: block;
}
#postcode-pop-up-id-modal .modal-body .post-code-form .postcode-error-messaging p {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  color: #c20012;
  font-weight: 300;
  letter-spacing: 0.15px;
}
#postcode-pop-up-id-modal .modal-body .post-code-form .deliver-to-agent-link-content {
  width: 100%;
  text-align: center;
}
#postcode-pop-up-id-modal .modal-body .post-code-form .deliver-to-agent-link-content .modal-dta-btn {
  width: 100%;
}
#postcode-pop-up-id-modal .modal-body .post-code-form .agent-delivery {
  margin: 36px 0;
  margin: 2.25rem 0;
}

.modal.quote-promo-removal-modal .modal-content {
  padding: 32px;
}
.modal.quote-promo-removal-modal .modal-header {
  margin-bottom: 15px;
}
.modal.quote-promo-removal-modal .modal-header .header-text {
  margin-bottom: 0;
}
.modal.quote-promo-removal-modal .modal-header .fp-close {
  margin: 0;
}
.modal.quote-promo-removal-modal .modal-body {
  padding: 0;
}

/* fonts */
/*
******************************************
Code convert zh_CN to zh-CN on layout/page.isml
******************************************
`
lang="${pdict.CurrentRequest.getLocale().replace('_', '-')}"
`
******************************************
*/
/* stylelint-disable-next-line max-line-length */
html[lang=zh-CN] body,
html[lang=zh-CN] body * {
  font-family: "Noto Sans SC", sans-serif;
}

.modal.lightbox.product-error-modal {
  padding-inline: 1rem;
}
.modal.lightbox.product-error-modal .modal-dialog {
  top: 50%;
  transform: translateY(-40%);
}
.modal.lightbox.product-error-modal.show .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}
.modal.lightbox.product-error-modal .modal-header {
  padding: 1rem;
  font-size: 12px;
}
.modal.lightbox.product-error-modal .modal-header h2 {
  text-wrap: balance;
  text-transform: unset;
}
.modal.lightbox.product-error-modal .modal-header .fp-close {
  margin: 0;
}
.modal.lightbox.product-error-modal .modal-body {
  max-height: 45vh;
  overflow-y: auto;
  padding: 1rem;
}
.modal.lightbox.product-error-modal .modal-body .address {
  margin-block-end: 1rem;
}
.modal.lightbox.product-error-modal .modal-body .product-item {
  padding: 0.5rem 0;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.modal.lightbox.product-error-modal .modal-body .product-item .product-image {
  width: 80px;
  height: auto;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.modal.lightbox.product-error-modal .modal-body .product-item .product-image img {
  width: 100%;
  height: auto;
}
.modal.lightbox.product-error-modal .modal-body .product-item .product-details {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}
.modal.lightbox.product-error-modal .modal-body .product-item .product-details .product-name {
  text-wrap: balance;
}
.modal.lightbox.product-error-modal .modal-body .product-item + .product-item {
  border-top: 1px solid #d8d8d8;
}
.modal.lightbox.product-error-modal .modal-footer {
  border: none;
}

.promo-validity {
  font-size: 11px;
  font-size: 0.6875rem;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  line-height: 1.8;
  color: #666;
  font-weight: 300;
}
