@charset "UTF-8";

/* ../autobahn_client_core/cartridges/org_redesign/cartridge/client/default/scss/global.scss */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --font-family-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  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;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: hsl(var(--brand-primary-hue), var(--brand-primary-saturation), calc(var(--brand-primary-lightness) - 15%));
  text-decoration: underline;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
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;
}
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;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
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;
}
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;
}
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 2rem;
}
h3,
.h3 {
  font-size: 1.75rem;
}
h4,
.h4 {
  font-size: 1.5rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small,
.small {
  font-size: 80%;
  font-weight: 400;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: 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 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm th,
.table-sm td {
  padding: 0.3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}
.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(183.6, 218.04, 255);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(122.4, 186.36, 255);
}
.table-hover .table-primary:hover {
  background-color: rgb(158.1, 204.84, 255);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(158.1, 204.84, 255);
}
.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(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}
.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.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(245.2, 198.44, 202.92);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.8, 149.96, 158.28);
}
.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.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(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: 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: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
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.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.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: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.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(40, 167, 69, 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: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.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: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.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(220, 53, 69, 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: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #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: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  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: flex;
  flex-wrap: wrap;
  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: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  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(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-prepend,
.input-group-append {
  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: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}
.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .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;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(127.5, 189, 255);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(178.5, 215.4, 255);
  border-color: rgb(178.5, 215.4, 255);
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.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.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.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' 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, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 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' 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, 123, 255, 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.25rem + 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, 123, 255, 0.5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(127.5, 189, 255);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  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(178.5, 215.4, 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: #007bff;
  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::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(178.5, 215.4, 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: #007bff;
  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(178.5, 215.4, 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: flex;
  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: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: hsl(var(--brand-primary-hue), var(--brand-primary-saturation), calc(var(--brand-primary-lightness) - 15%));
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: rgb(0, 98.4, 204);
}
a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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: #28a745;
}
a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}
a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: #dc3545;
}
a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(204, 228.6, 255);
  border-color: rgb(183.6, 218.04, 255);
}
.alert-primary hr {
  border-top-color: rgb(158.1, 204.84, 255);
}
.alert-primary .alert-link {
  color: rgb(0, 39.36, 81.6);
}
.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  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(32.5205150215, 35.2305579399, 37.6394849785);
}
.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}
.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  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(6.2933333333, 44.3269565217, 50.3466666667);
}
.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  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(82.9625954198, 62.7912977099, 2.2774045802);
}
.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}
.alert-light {
  color: rgb(128.96, 129.48, 130);
  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(103.5492351816, 103.98, 104.4107648184);
}
.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  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(4.1779310345, 4.66, 5.1420689655);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  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: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.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: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.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: #007bff;
  border-color: #007bff;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(183.6, 218.04, 255);
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(0, 63.96, 132.6);
  background-color: rgb(158.1, 204.84, 255);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(0, 63.96, 132.6);
  border-color: rgb(0, 63.96, 132.6);
}
.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  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(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}
.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}
.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  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(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}
.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  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(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}
.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}
.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  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(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}
.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  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(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-right,
.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-left,
.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: 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: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  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: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%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' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
.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: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !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: #28a745 !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !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: #dc3545 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !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: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !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.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.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;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.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);
}
.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: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .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: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .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: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .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;
  }
}
.text-monospace {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: rgb(0, 86.1, 178.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: #28a745 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !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: #dc3545 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !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: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-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;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
.icon.icon-light::before {
  filter: invert(1) brightness(1000%);
}
.icon.icon-dark::before {
  filter: invert(0) brightness(100%);
}
.icon.icon-play,
.icon.icon-pause,
.icon.icon-play-light,
.icon.icon-pause-light {
  width: 24px;
  height: 24px;
}
.icon.icon-bad_feedback,
.icon.icon-good_feedback {
  width: 30px;
  height: 30px;
}
.accordion_item .icon.icon-plus,
.accordion_item .icon.icon-minus {
  width: 12px;
  height: 12px;
}
.icon-plus::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7 1L7 13M13 7L1 7' stroke='%230F1600' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-minus::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 5L2.5 5' stroke='%230F1600' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-play-light::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='white'/%3E%3Cpath d='M16.4133 11.4096C17.1941 11.8327 17.197 12.3649 16.4133 12.8432L10.3579 16.8136C9.59702 17.2084 9.08026 16.9753 9.02602 16.1211L9.00032 7.81101C8.98319 7.02419 9.64983 6.80189 10.2851 7.17913L16.4133 11.4096Z' fill='%23232A00'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-pause-light::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.7998 16.1667L10.2998 16.1667L10.2998 7.83332L8.7998 7.83332L8.7998 16.1667ZM13.7998 16.1667L15.2998 16.1667L15.2998 7.83332L13.7998 7.83332L13.7998 16.1667Z' fill='%23232A00'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-play::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23232A00'/%3E%3Cpath d='M16.4133 11.4096C17.1941 11.8327 17.197 12.3649 16.4133 12.8432L10.3579 16.8136C9.59702 17.2084 9.08026 16.9753 9.02602 16.1211L9.00032 7.81101C8.98319 7.02419 9.64983 6.80189 10.2851 7.17913L16.4133 11.4096Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-pause::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%23232A00'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.7998 16.1667L10.2998 16.1667L10.2998 7.83332L8.7998 7.83332L8.7998 16.1667ZM13.7998 16.1667L15.2998 16.1667L15.2998 7.83332L13.7998 7.83332L13.7998 16.1667Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-wishlist::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.6663 6.66663H9.33301V25.3333L15.9997 19.3333L22.6663 25.3333V6.66663Z' stroke='%230F1600' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-wishlist-selected::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 5H7V19L12 14.5L17 19V5Z' fill='%230F1600' stroke='%230F1600' stroke-width='1.5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-Facebook::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M11.9998 4C7.58169 4 4 7.59492 4 12.0294C4 15.7948 6.58299 18.9546 10.0674 19.8224V14.4832H8.41783V12.0294H10.0674V10.9721C10.0674 8.2392 11.2997 6.97248 13.9729 6.97248C14.4798 6.97248 15.3543 7.07236 15.7121 7.17193V9.39607C15.5233 9.37616 15.1953 9.3662 14.7879 9.3662C13.4763 9.3662 12.9694 9.86499 12.9694 11.1616V12.0294H15.5825L15.1335 14.4832H12.9694V20C16.9306 19.5198 20 16.1347 20 12.0294C19.9997 7.59492 16.418 4 11.9998 4Z' fill='currentColor'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-Instagram::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 4C14.1717 4 14.4437 4.00919 15.2998 4.0498C16.1496 4.0873 16.7309 4.22507 17.2402 4.42188C17.7652 4.625 18.2125 4.9 18.6562 5.34375C19.1031 5.7875 19.3754 6.23438 19.5723 6.76562C19.7691 7.2718 19.9058 7.85624 19.9434 8.70605C19.9809 9.55915 19.9902 9.83123 19.9902 12.0029C19.9902 14.1747 19.9809 14.4468 19.9434 15.2998C19.9059 16.1495 19.769 16.731 19.5723 17.2402C19.3692 17.7652 19.094 18.2126 18.6504 18.6562C18.2066 19.1 17.7594 19.375 17.2344 19.5781C16.7282 19.775 16.1438 19.9127 15.2939 19.9502C14.4408 19.9877 14.1688 19.9971 11.9971 19.9971C9.82537 19.9971 9.55316 19.9877 8.7002 19.9502C7.85038 19.9127 7.26906 19.7749 6.75977 19.5781C6.23477 19.375 5.7875 19.1 5.34375 18.6562C4.89688 18.2125 4.6252 17.7654 4.41895 17.2373C4.22209 16.7311 4.08437 16.1468 4.04688 15.2969C4.00938 14.4438 4 14.1719 4 12C4 9.82829 4.00938 9.55629 4.04688 8.7002C4.08437 7.85035 4.22213 7.26908 4.41895 6.75977C4.6252 6.23477 4.89687 5.7875 5.34375 5.34375C5.7875 4.89687 6.23457 4.6252 6.7627 4.41895C7.26892 4.22209 7.85318 4.08437 8.70312 4.04688C9.55625 4.00938 9.82813 4 12 4ZM12 5.44043C9.8625 5.44043 9.60918 5.4498 8.76855 5.4873C7.99055 5.52169 7.56541 5.65333 7.28418 5.7627C6.91243 5.90643 6.64643 6.07818 6.36523 6.35938C6.08722 6.63743 5.91227 6.90653 5.76855 7.27832C5.6592 7.55957 5.52851 7.98166 5.49414 8.7627C5.45665 9.60318 5.44727 9.85679 5.44727 11.9941C5.44727 14.1278 5.45666 14.3812 5.49414 15.2246C5.5285 16.0024 5.65921 16.4277 5.76855 16.709C5.91225 17.0807 6.08416 17.3468 6.36523 17.6279C6.64328 17.906 6.91246 18.0809 7.28418 18.2246C7.56541 18.334 7.98743 18.4656 8.76855 18.5C9.60918 18.5375 9.8625 18.5469 12 18.5469C14.1344 18.5469 14.3877 18.5375 15.2314 18.5C16.0094 18.4656 16.4346 18.334 16.7158 18.2246C17.0875 18.0809 17.3536 17.9091 17.6348 17.6279C17.9127 17.3499 18.0877 17.0807 18.2314 16.709C18.3408 16.4277 18.4715 16.0055 18.5059 15.2246C18.5433 14.3843 18.5527 14.131 18.5527 11.9941C18.5527 9.85992 18.5434 9.6063 18.5059 8.7627C18.4715 7.98479 18.3408 7.55957 18.2314 7.27832C18.0877 6.90653 17.9159 6.64055 17.6348 6.35938C17.3567 6.08131 17.0876 5.90643 16.7158 5.7627C16.4346 5.65333 16.0126 5.52169 15.2314 5.4873C14.3908 5.4498 14.1375 5.44043 12 5.44043ZM12 7.89062C14.2688 7.89062 16.1094 9.73125 16.1094 12C16.1094 14.2688 14.2688 16.1094 12 16.1094C9.73125 16.1094 7.89062 14.2688 7.89062 12C7.89062 9.73125 9.73125 7.89062 12 7.89062ZM12 9.33398C10.5281 9.33398 9.33398 10.5281 9.33398 12C9.33398 13.4719 10.5281 14.666 12 14.666C13.4719 14.666 14.666 13.4719 14.666 12C14.666 10.5281 13.4719 9.33398 12 9.33398ZM16.2715 6.76855C16.7996 6.76855 17.2314 7.20039 17.2314 7.72852C17.2312 8.25955 16.7995 8.6875 16.2715 8.6875C15.7406 8.68729 15.3127 8.2563 15.3125 7.72852C15.3125 7.1974 15.7435 6.76877 16.2715 6.76855Z' fill='%230F1600'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-TikTok::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.0582 4H12.4932V14.8985C12.4932 16.1971 11.5068 17.2638 10.2791 17.2638C9.05143 17.2638 8.06493 16.1971 8.06493 14.8985C8.06493 13.6232 9.02951 12.5797 10.2133 12.5333V9.79711C7.60455 9.84347 5.5 12.0928 5.5 14.8985C5.5 17.7276 7.6484 20 10.301 20C12.9536 20 15.102 17.7044 15.102 14.8985V9.31013C16.0666 10.0522 17.2504 10.4928 18.5 10.516V7.77971C16.5708 7.71015 15.0582 6.04058 15.0582 4Z' fill='%230F1600'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-YouTube::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21.3107 8.58928C21.3107 8.58928 21.1252 7.41294 20.5537 6.89642C19.8301 6.21661 19.0211 6.21327 18.65 6.17329C15.993 6 12.0037 6 12.0037 6H11.9963C11.9963 6 8.00703 6 5.35 6.17329C4.97891 6.21327 4.16992 6.21661 3.44629 6.89642C2.8748 7.41294 2.69297 8.58928 2.69297 8.58928C2.69297 8.58928 2.5 9.97223 2.5 11.3518V12.6448C2.5 14.0244 2.68926 15.4074 2.68926 15.4074C2.68926 15.4074 2.8748 16.5837 3.44258 17.1003C4.16621 17.7801 5.11621 17.7567 5.53926 17.83C7.06074 17.96 12 18 12 18C12 18 15.993 17.9933 18.65 17.8234C19.0211 17.7834 19.8301 17.7801 20.5537 17.1003C21.1252 16.5837 21.3107 15.4074 21.3107 15.4074C21.3107 15.4074 21.5 14.0278 21.5 12.6448V11.3518C21.5 9.97223 21.3107 8.58928 21.3107 8.58928ZM10.0369 14.2144V9.41905L15.1691 11.825L10.0369 14.2144Z' fill='%230F1600'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-bag::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1562 2.02832C14.0484 2.12044 15.6094 3.61879 15.6094 5.52441V8.58008C15.6093 8.99415 15.2734 9.32997 14.8594 9.33008C14.4452 9.33008 14.1095 8.99421 14.1094 8.58008V5.52441C14.1094 4.52047 13.2988 3.64047 12.1963 3.53418L11.9717 3.52344C10.7563 3.52344 9.83398 4.45337 9.83398 5.52441V8.58008C9.83389 8.99415 9.49805 9.32997 9.08398 9.33008C8.66983 9.33008 8.33408 8.99421 8.33398 8.58008V5.52441C8.33398 3.55709 9.9974 2.02344 11.9717 2.02344L12.1562 2.02832Z' fill='currentColor'/%3E%3Crect width='14' height='13' transform='translate(5 7)' fill='currentColor'/%3E%3Cpath d='M12.7397 11.4175C12.5737 11.2189 12.3361 11.1196 12.0269 11.1196C11.6037 11.1196 11.3156 11.2775 11.1626 11.5933C11.0747 11.7756 11.0226 12.0653 11.0063 12.4624H9.65381C9.6766 11.8602 9.78564 11.3735 9.98096 11.0024C10.3521 10.2961 11.0112 9.94287 11.9585 9.94287C12.7072 9.94287 13.3029 10.1512 13.7456 10.5679C14.1883 10.9813 14.4097 11.5298 14.4097 12.2134C14.4097 12.7375 14.2534 13.203 13.9409 13.6099C13.7358 13.88 13.3989 14.1812 12.9302 14.5132L12.3735 14.9087C12.0252 15.1561 11.786 15.3351 11.6558 15.4458C11.5288 15.5565 11.4214 15.6851 11.3335 15.8315H14.4243V17.0571H9.57568C9.5887 16.5493 9.69775 16.0854 9.90283 15.6655C10.1014 15.1935 10.5701 14.6938 11.3091 14.1665C11.9504 13.7075 12.3654 13.3787 12.5542 13.1802C12.8439 12.8709 12.9888 12.5324 12.9888 12.1646C12.9888 11.8651 12.9058 11.616 12.7397 11.4175Z' fill='currentColor'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-account::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7041 19.75H6.2041V10.25H17.7041V19.75ZM7.7041 18.25H16.2041V11.75H7.7041V18.25ZM15.4307 9.04102H8.47656V3.4502H15.4307V9.04102ZM9.97656 7.54102H13.9307V4.9502H9.97656V7.54102Z' fill='currentColor'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-search::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2167 15.3092L19.7 19.6998M17.1442 10.7219C17.1442 14.2688 14.269 17.1441 10.7221 17.1441C7.17527 17.1441 4.29999 14.2688 4.29999 10.7219C4.29999 7.17509 7.17527 4.2998 10.7221 4.2998C14.269 4.2998 17.1442 7.17509 17.1442 10.7219Z' stroke='currentColor' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-burger-menu::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 15H4M20 9H4' stroke='currentColor' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-close::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.6569 6.65686L6.34315 17.9706M17.6569 17.9706L6.34315 6.65685' stroke='currentColor' stroke-width='1.5' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-bag-k::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9717 2.02344C13.9459 2.02354 15.6094 3.55715 15.6094 5.52441V6.25H19.75V20.75H4.25V6.25H8.33398V5.52441C8.33398 3.55709 9.9974 2.02344 11.9717 2.02344ZM5.75 19.25H18.25V7.75H15.6094V9.33008H14.1094V7.75H9.83398V9.33008H8.33398V7.75H5.75V19.25ZM11.2236 16.1006C10.438 16.0832 10 15.7933 10 14.9414V11.1006H11.2236V16.1006ZM12.4219 14.1846L14 15.7725H12.8066L11.2275 14.1846L12.8066 12.5977H14L12.4219 14.1846ZM11.9717 3.52344C10.7563 3.52344 9.83398 4.45337 9.83398 5.52441V6.25H14.1094V5.52441C14.1094 4.45343 13.187 3.52354 11.9717 3.52344Z' fill='currentColor'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-arrow-left::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.66671 11.3333L6.33337 8.00001L9.66671 4.66668' stroke='black' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-dk::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_21089_3728)'%3E%3Cpath d='M0 0H12.0019V8H0V0Z' fill='%23C8102E'/%3E%3Cpath d='M3.85645 0H5.1427V8H3.85645V0Z' fill='white'/%3E%3Cpath d='M0 3.42834H12.0019V4.57168H0V3.42834Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_21089_3728'%3E%3Crect width='12' height='8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-amex::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='31' height='19' rx='2' fill='%231F72CD' stroke='%23F2EFEB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.37593 7.05518L4.70117 13.1878H7.90323L8.30019 12.21H9.20755L9.60452 13.1878H13.1291V12.4415L13.4431 13.1878H15.2663L15.5804 12.4257V13.1878H22.9105L23.8018 12.2354L24.6364 13.1878L28.4013 13.1957L25.7181 10.1386L28.4013 7.05518H24.6948L23.8272 7.98997L23.0189 7.05518H15.0446L14.3599 8.63805L13.6591 7.05518H10.4637V7.77606L10.1082 7.05518H7.37593ZM18.322 7.92601H22.5313L23.8187 9.36683L25.1477 7.92601H26.4351L24.479 10.1377L26.4351 12.324H25.0893L23.8018 10.8664L22.4661 12.324H18.322V7.92601ZM19.3615 9.64046V8.83715V8.83638H21.988L23.134 10.1211L21.9372 11.4128H19.3615V10.5358H21.6579V9.64046H19.3615ZM7.99547 7.92601H9.5563L11.3305 12.0846V7.92601H13.0403L14.4106 10.9077L15.6736 7.92601H17.3748V12.3266H16.3396L16.3312 8.87831L14.822 12.3266H13.896L12.3783 8.87831V12.3266H10.2487L9.84492 11.34H7.66368L7.26078 12.3257H6.11975L7.99547 7.92601ZM8.03614 10.428L8.75477 8.67056L9.47257 10.428H8.03614Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-applepay::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='31' height='19' rx='2' fill='white' stroke='%23F2EFEB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.04758 7.46969C9.43287 7.5024 9.81816 7.27342 10.059 6.98311C10.2958 6.68461 10.4523 6.2839 10.4122 5.875C10.071 5.89136 9.6496 6.10398 9.40879 6.40247C9.18805 6.66008 8.99941 7.07715 9.04758 7.46969ZM13.631 12.7362V6.36158H15.9789C17.191 6.36158 18.0378 7.21208 18.0378 8.45512C18.0378 9.69816 17.1749 10.5568 15.9468 10.5568H14.6023V12.7362H13.631ZM10.4081 7.5474C10.0687 7.52749 9.75897 7.6514 9.5088 7.75148C9.34781 7.81588 9.21148 7.87042 9.10776 7.87042C8.99137 7.87042 8.84941 7.81297 8.69002 7.74846C8.48117 7.66393 8.2424 7.56729 7.99201 7.57193C7.41808 7.58011 6.88429 7.91131 6.5913 8.43879C5.98928 9.49373 6.43478 11.0557 7.01673 11.9144C7.30169 12.3396 7.64284 12.8058 8.09235 12.7894C8.29011 12.7818 8.43236 12.7203 8.57958 12.6567C8.74907 12.5834 8.92515 12.5073 9.20007 12.5073C9.46546 12.5073 9.63384 12.5814 9.79546 12.6526C9.94914 12.7203 10.0967 12.7852 10.3158 12.7812C10.7814 12.7731 11.0744 12.356 11.3593 11.9307C11.6668 11.4743 11.802 11.0289 11.8225 10.9613L11.8249 10.9535C11.8244 10.953 11.8206 10.9512 11.8139 10.9481L11.8139 10.9481L11.8139 10.9481C11.7111 10.9001 10.9254 10.5337 10.9178 9.55098C10.9103 8.72615 11.5411 8.30824 11.6403 8.24245C11.6464 8.23845 11.6505 8.23575 11.6523 8.23434C11.251 7.62918 10.6249 7.56375 10.4081 7.5474ZM19.8118 12.7853C20.4219 12.7853 20.9878 12.4704 21.2446 11.9716H21.2647V12.7362H22.1637V9.56321C22.1637 8.64319 21.4413 8.0503 20.3295 8.0503C19.2981 8.0503 18.5355 8.65137 18.5074 9.47734H19.3824C19.4546 9.0848 19.8118 8.8272 20.3014 8.8272C20.8954 8.8272 21.2286 9.10933 21.2286 9.62863V9.98028L20.0165 10.0539C18.8887 10.1234 18.2786 10.5936 18.2786 11.4114C18.2786 12.2374 18.9088 12.7853 19.8118 12.7853ZM20.0726 12.0289C19.5549 12.0289 19.2258 11.7753 19.2258 11.3869C19.2258 10.9862 19.5428 10.7531 20.1489 10.7163L21.2285 10.6468V11.0066C21.2285 11.6036 20.7308 12.0289 20.0726 12.0289ZM25.1457 12.9857C24.7564 14.102 24.3109 14.47 23.3637 14.47C23.2915 14.47 23.0507 14.4618 22.9945 14.4454V13.6808C23.0547 13.689 23.2032 13.6972 23.2794 13.6972C23.7089 13.6972 23.9497 13.5131 24.0982 13.0347L24.1865 12.7526L22.541 8.11165H23.5564L24.7002 11.8776H24.7203L25.8641 8.11165H26.8514L25.1457 12.9857ZM14.6022 7.19574H15.7219C16.5648 7.19574 17.0464 7.6537 17.0464 8.45922C17.0464 9.26475 16.5648 9.7268 15.7179 9.7268H14.6022V7.19574Z' fill='black'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-klarna::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='31' height='19' rx='2' fill='%23FEB4C7' stroke='%23F2EFEB'/%3E%3Cpath d='M13.7178 9.04712C14.105 9.04714 14.4643 9.17018 14.7617 9.38013V9.14771H15.8145V12.7864H14.7617V12.554C14.4643 12.7639 14.105 12.8879 13.7178 12.8879C12.6929 12.8879 11.8623 12.0275 11.8623 10.967C11.8625 9.90669 12.693 9.04712 13.7178 9.04712ZM24.8262 9.04712C25.2133 9.04712 25.5727 9.17029 25.8701 9.38013V9.14771H26.9229V12.7864H25.8701V12.554C25.5726 12.7639 25.2135 12.8879 24.8262 12.8879C23.8014 12.8878 22.9707 12.0274 22.9707 10.967C22.9709 9.9068 23.8015 9.0473 24.8262 9.04712ZM28.041 11.4954C28.4059 11.4954 28.7021 11.8023 28.7021 12.1799C28.702 12.5573 28.4058 12.8635 28.041 12.8635C27.6762 12.8635 27.3801 12.5573 27.3799 12.1799C27.3799 11.8023 27.6761 11.4954 28.041 11.4954ZM6.6543 7.52466V12.7883H5.48633V7.52466H6.6543ZM9.56836 7.52466C9.56836 8.66397 9.1395 9.72412 8.375 10.512L9.98828 12.7883H8.54688L6.79297 10.3147L7.24609 9.96411C7.99632 9.3825 8.42676 8.49313 8.42676 7.52466H9.56836ZM21.0996 9.05005C21.9479 9.05007 22.5986 9.62605 22.5986 10.4729V12.7874H21.5469V10.8674C21.5469 10.3368 21.2809 10.0502 20.8184 10.05C20.3866 10.05 20.0275 10.3211 20.0273 10.8743V12.7874H18.9658V9.14771H20.0146V9.55786C20.2808 9.18507 20.679 9.05005 21.0996 9.05005ZM11.4307 12.7864H10.3281V7.52563H11.4307V12.7864ZM17.4434 9.62134C17.6545 9.33714 18.0481 9.14771 18.4756 9.14771V10.2073C18.4713 10.2072 18.4671 10.2063 18.4629 10.2063C18.0463 10.2063 17.4463 10.5149 17.4463 11.0881V12.7864H16.3652V9.14771H17.4434V9.62134ZM13.8037 10.0315C13.2771 10.0317 12.8499 10.4503 12.8496 10.967C12.8496 11.484 13.277 11.9034 13.8037 11.9036C14.3307 11.9036 14.7578 11.4841 14.7578 10.967C14.7576 10.4502 14.3305 10.0315 13.8037 10.0315ZM24.9131 10.0315C24.3863 10.0315 23.9592 10.4501 23.959 10.967C23.959 11.4841 24.3861 11.9036 24.9131 11.9036C25.44 11.9035 25.8672 11.4841 25.8672 10.967C25.8669 10.4502 25.4398 10.0316 24.9131 10.0315Z' fill='%2317120F'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-maestro::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='31' height='19' rx='2' fill='white' stroke='%23F2EFEB'/%3E%3Cpath d='M12.6699 3.81213C16.0375 3.81213 18.7676 6.55258 18.7676 9.93225C18.7674 13.3118 16.0374 16.0514 12.6699 16.0514C9.3026 16.0512 6.57241 13.3117 6.57227 9.93225C6.57227 6.55268 9.30251 3.8123 12.6699 3.81213Z' fill='%23ED0006'/%3E%3Cpath d='M20.5801 3.81213C23.9476 3.81213 26.6777 6.55258 26.6777 9.93225C26.6776 13.3118 23.9475 16.0514 20.5801 16.0514C17.2127 16.0513 14.4826 13.3117 14.4824 9.93225C14.4824 6.55265 17.2126 3.81225 20.5801 3.81213Z' fill='%230099DF'/%3E%3Cpath d='M16.625 5.27734C17.9352 6.39968 18.7675 8.06741 18.7676 9.93164C18.7676 11.7961 17.9353 13.4645 16.625 14.5869C15.3148 13.4645 14.4824 11.796 14.4824 9.93164C14.4825 8.06751 15.3149 6.39968 16.625 5.27734Z' fill='%236C6BBD'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-mastercard::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='31' height='19' rx='2' fill='white' stroke='%23F2EFEB'/%3E%3Cpath d='M20.8857 3.80359C24.3479 3.80361 27.1542 6.54171 27.1543 9.9198C27.1543 13.298 24.348 16.037 20.8857 16.037C19.3335 16.037 17.9142 15.4849 16.8193 14.5731C15.7245 15.4849 14.3052 16.037 12.7529 16.037C9.29068 16.037 6.48438 13.298 6.48438 9.9198C6.4845 6.5417 9.29075 3.80361 12.7529 3.80359C14.3051 3.80359 15.7245 4.35482 16.8193 5.26648C17.9142 4.35482 19.3336 3.80359 20.8857 3.80359Z' fill='%23ED0006'/%3E%3Cpath d='M20.8848 3.80359C24.347 3.80359 27.1542 6.54169 27.1543 9.9198C27.1543 13.298 24.347 16.037 20.8848 16.037C19.3326 16.0369 17.9132 15.4849 16.8184 14.5731C18.1657 13.4512 19.0215 11.7836 19.0215 9.9198C19.0214 8.056 18.1658 6.38836 16.8184 5.26648C17.9131 4.35476 19.3327 3.8037 20.8848 3.80359Z' fill='%23F9A000'/%3E%3Cpath d='M16.8193 5.26697C18.1668 6.3889 19.0225 8.05644 19.0225 9.92029C19.0224 11.7839 18.1666 13.4508 16.8193 14.5726C15.4726 13.4508 14.6173 11.7835 14.6172 9.92029C14.6172 8.05686 15.4724 6.38889 16.8193 5.26697Z' fill='%23FF5E00'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-visa::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='20' viewBox='0 0 32 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='31' height='19' rx='2' fill='white' stroke='%23F2EFEB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.9701 13.5131H9.23208L7.92877 8.50876C7.86691 8.27856 7.73556 8.07505 7.54235 7.97913C7.06017 7.73809 6.52885 7.54626 5.94922 7.4495V7.25684H8.74906C9.13548 7.25684 9.42529 7.54626 9.47359 7.88238L10.1498 11.4922L11.887 7.25684H13.5768L10.9701 13.5131ZM14.5428 13.5131H12.9014L14.253 7.25684H15.8944L14.5428 13.5131ZM18.018 8.99001C18.0663 8.65305 18.3561 8.46039 18.6943 8.46039C19.2256 8.41201 19.8044 8.50876 20.2874 8.74897L20.5772 7.40197C20.0942 7.2093 19.5629 7.11255 19.0807 7.11255C17.4876 7.11255 16.3283 7.97913 16.3283 9.18185C16.3283 10.0968 17.1494 10.5772 17.7291 10.8666C18.3561 11.1552 18.5977 11.3479 18.5494 11.6365C18.5494 12.0694 18.0663 12.262 17.5842 12.262C17.0045 12.262 16.4249 12.1177 15.8944 11.8767L15.6046 13.2245C16.1842 13.4647 16.8113 13.5615 17.3909 13.5615C19.1773 13.609 20.2874 12.7433 20.2874 11.4438C20.2874 9.80739 18.018 9.71147 18.018 8.99001ZM26.032 13.5131L24.7287 7.25684H23.3288C23.0389 7.25684 22.7491 7.4495 22.6525 7.73809L20.2391 13.5131H21.9288L22.2661 12.599H24.3423L24.5355 13.5131H26.032ZM23.5702 8.94164L24.0524 11.2995H22.7008L23.5702 8.94164Z' fill='%23172B85'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-check::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M8.20005 1.59998L3.42704 6.39998L1.80005 4.76379' stroke='%230F1600' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-fedex::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='100%' height='100%' viewBox='0 0 32 20' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-0.0297755,5.08918)'%3E%3Cg transform='matrix(0.0141799,0,0,0.0141799,0,-0.00252925)'%3E%3Cpath d='M2060.9,668.494L1968.29,564.637L1876.5,668.494L1683.34,668.494L1872.12,456.404L1683.34,244.252L1882.53,244.252L1976.07,347.312L2066.09,244.252L2258.3,244.252L2070.46,455.514L2260.91,668.494L2060.9,668.494ZM1312.44,668.494L1312.44,0.178L1683.34,0.178L1683.34,149.144L1469.55,149.144L1469.55,244.252L1683.34,244.252L1683.34,387.593L1469.55,387.593L1469.55,519.153L1683.34,519.153L1683.34,668.494L1312.44,668.494Z' style='fill:rgb(255,90,0);fill-rule:nonzero;'/%3E%3C/g%3E%3Cg transform='matrix(0.0141799,0,0,0.0141799,0,-0.00252925)'%3E%3Cpath d='M1155.92,0.178L1155.92,273.689L1154.18,273.689C1119.54,233.877 1076.25,220.002 1026.04,220.002C923.17,220.002 845.672,289.985 818.469,382.437C787.438,280.548 707.424,218.096 588.801,218.096C492.444,218.096 416.383,261.33 376.649,331.797L376.649,244.236L177.512,244.236L177.512,149.16L394.852,149.16L394.852,0.21L0,0.21L0,668.494L177.512,668.494L177.512,387.593L354.446,387.593C348.996,409.194 346.272,431.392 346.337,453.67C346.337,593.011 452.82,690.931 588.77,690.931C703.049,690.931 778.423,637.229 818.25,539.465L666.113,539.465C645.55,568.886 629.926,577.574 588.786,577.574C541.099,577.574 499.944,535.95 499.944,486.669L809.719,486.669C823.156,597.37 909.405,692.822 1027.78,692.822C1078.84,692.822 1125.59,667.713 1154.17,625.292L1155.88,625.292L1155.88,668.588L1312.4,668.588L1312.4,0.21L1155.92,0.21L1155.92,0.178ZM504.881,389.593C514.772,347.125 547.693,319.376 588.786,319.376C634.035,319.376 665.284,346.266 673.487,389.593L504.881,389.593ZM1060.93,566.793C1003.26,566.793 967.419,513.059 967.419,456.935C967.419,396.937 998.606,339.297 1060.93,339.297C1125.6,339.297 1151.37,396.968 1151.37,456.935C1151.37,513.778 1124.09,566.793 1060.93,566.793Z' style='fill:rgb(41,0,124);fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-bad_feedback::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2 10.2V9.45C9.78579 9.45 9.45 9.78579 9.45 10.2H10.2ZM10.2598 10.2H11.0098C11.0098 9.78579 10.674 9.45 10.2598 9.45V10.2ZM13.8 10.2V9.45C13.3858 9.45 13.05 9.78579 13.05 10.2H13.8ZM13.8531 10.2H14.6031C14.6031 9.78579 14.2673 9.45 13.8531 9.45V10.2ZM10.2598 10.248V10.998C10.674 10.998 11.0098 10.6623 11.0098 10.248H10.2598ZM10.2 10.248H9.45C9.45 10.6623 9.78579 10.998 10.2 10.998V10.248ZM13.8531 10.248V10.998C14.2673 10.998 14.6031 10.6623 14.6031 10.248H13.8531ZM13.8 10.248H13.05C13.05 10.6623 13.3858 10.998 13.8 10.998V10.248ZM9.91997 13.0745C9.50576 13.0745 9.16997 13.4103 9.16997 13.8245C9.16997 14.2387 9.50576 14.5745 9.91997 14.5745V13.8245V13.0745ZM14.08 14.5745C14.4942 14.5745 14.83 14.2387 14.83 13.8245C14.83 13.4103 14.4942 13.0745 14.08 13.0745V13.8245V14.5745ZM18 12H17.25C17.25 14.8995 14.8995 17.25 12 17.25V18V18.75C15.7279 18.75 18.75 15.7279 18.75 12H18ZM12 18V17.25C9.1005 17.25 6.75 14.8995 6.75 12H6H5.25C5.25 15.7279 8.27208 18.75 12 18.75V18ZM6 12H6.75C6.75 9.1005 9.1005 6.75 12 6.75V6V5.25C8.27208 5.25 5.25 8.27208 5.25 12H6ZM12 6V6.75C14.8995 6.75 17.25 9.1005 17.25 12H18H18.75C18.75 8.27208 15.7279 5.25 12 5.25V6ZM10.2 10.2V10.95H10.2598V10.2V9.45H10.2V10.2ZM13.8 10.2V10.95H13.8531V10.2V9.45H13.8V10.2ZM10.2598 10.2H9.50977V10.248H10.2598H11.0098V10.2H10.2598ZM10.2598 10.248V9.49805H10.2V10.248V10.998H10.2598V10.248ZM10.2 10.248H10.95V10.2H10.2H9.45V10.248H10.2ZM13.8531 10.2H13.1031V10.248H13.8531H14.6031V10.2H13.8531ZM13.8531 10.248V9.49805H13.8V10.248V10.998H13.8531V10.248ZM13.8 10.248H14.55V10.2H13.8H13.05V10.248H13.8ZM14.08 13.8245V13.0745H9.91997V13.8245V14.5745H14.08V13.8245Z' fill='%230F1600'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-good_feedback::before {
  content: "";
  display: inline-block;
  width: inherit;
  height: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.2 10.2V9.45C9.78579 9.45 9.45 9.78579 9.45 10.2H10.2ZM10.2598 10.2H11.0098C11.0098 9.78579 10.674 9.45 10.2598 9.45V10.2ZM13.8 10.2V9.45C13.3858 9.45 13.05 9.78579 13.05 10.2H13.8ZM13.8531 10.2H14.6031C14.6031 9.78579 14.2673 9.45 13.8531 9.45V10.2ZM10.2598 10.248V10.998C10.674 10.998 11.0098 10.6623 11.0098 10.248H10.2598ZM10.2 10.248H9.45C9.45 10.6623 9.78579 10.998 10.2 10.998V10.248ZM13.8531 10.248V10.998C14.2673 10.998 14.6031 10.6623 14.6031 10.248H13.8531ZM13.8 10.248H13.05C13.05 10.6623 13.3858 10.998 13.8 10.998V10.248ZM10.5577 13.4297C10.3397 13.0775 9.87742 12.9688 9.52522 13.1868C9.17303 13.4048 9.06425 13.867 9.28226 14.2192L9.91997 13.8245L10.5577 13.4297ZM14.7177 14.2192C14.9358 13.867 14.827 13.4048 14.4748 13.1868C14.1226 12.9688 13.6603 13.0775 13.4423 13.4297L14.08 13.8245L14.7177 14.2192ZM18 12H17.25C17.25 14.8995 14.8995 17.25 12 17.25V18V18.75C15.7279 18.75 18.75 15.7279 18.75 12H18ZM12 18V17.25C9.10051 17.25 6.75 14.8995 6.75 12H6H5.25C5.25 15.7279 8.27208 18.75 12 18.75V18ZM6 12H6.75C6.75 9.10051 9.10051 6.75 12 6.75V6V5.25C8.27208 5.25 5.25 8.27208 5.25 12H6ZM12 6V6.75C14.8995 6.75 17.25 9.10051 17.25 12H18H18.75C18.75 8.27208 15.7279 5.25 12 5.25V6ZM10.2 10.2V10.95H10.2598V10.2V9.45H10.2V10.2ZM13.8 10.2V10.95H13.8531V10.2V9.45H13.8V10.2ZM10.2598 10.2H9.50977V10.248H10.2598H11.0098V10.2H10.2598ZM10.2598 10.248V9.49805H10.2V10.248V10.998H10.2598V10.248ZM10.2 10.248H10.95V10.2H10.2H9.45V10.248H10.2ZM13.8531 10.2H13.1031V10.248H13.8531H14.6031V10.2H13.8531ZM13.8531 10.248V9.49805H13.8V10.248V10.998H13.8531V10.248ZM13.8 10.248H14.55V10.2H13.8H13.05V10.248H13.8ZM12 15V14.25C11.4026 14.25 10.8678 13.9307 10.5577 13.4297L9.91997 13.8245L9.28226 14.2192C9.84708 15.1317 10.8485 15.75 12 15.75V15ZM14.08 13.8245L13.4423 13.4297C13.1322 13.9307 12.5974 14.25 12 14.25V15V15.75C13.1515 15.75 14.1529 15.1317 14.7177 14.2192L14.08 13.8245Z' fill='%230F1600'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon-wishlist.selected::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTcgNUg3VjE5TDEyIDE0LjVMMTcgMTlWNVoiIGZpbGw9IiMwRjE2MDAiIHN0cm9rZT0iIzBGMTYwMCIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon[class^=icon-card],
.icon[class*=" icon-card"] {
  width: 32px;
  height: 20px;
  position: relative;
  display: inline-block;
}
.icon[class^=icon-card]::after,
.icon[class*=" icon-card"]::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.icon-shipping {
  top: -1.5px;
}
.icon-card-applepay::after {
  background-image: url(../images/icon-card/ApplePay.svg);
}
.icon-card-mastercard::after {
  background-image: url(../images/icon-card/Mastercard.svg);
}
.icon-card-visa::after {
  background-image: url(../images/icon-card/Visa.svg);
}
.icon-card-amex::after {
  background-image: url(../images/icon-card/Amex.svg);
}
.icon-card-klarna::after {
  background-image: url(../images/icon-card/Klarna.svg);
}
.icon-card-maestro::after {
  background-image: url(../images/icon-card/Maestro.svg);
}
.icon-card-paypal::after {
  background-image: url(../images/icon-card/Paypal.svg);
}
.icon-card-afterpay::after {
  background-image: url(../images/icon-card/Afterpay.svg);
}
.icon-card-mobilepay::after {
  background-image: url(../images/icon-card/MobilePay.svg);
}
.icon-card-googlepay::after {
  background-image: url(../images/icon-card/GooglePay.svg);
}
.flag-icon-background,
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}
.flag-icon-ad {
  background-image: url(../fonts/flags//4x3/ad.svg);
}
.flag-icon-ad.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ad.svg);
}
.flag-icon-ae {
  background-image: url(../fonts/flags//4x3/ae.svg);
}
.flag-icon-ae.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ae.svg);
}
.flag-icon-af {
  background-image: url(../fonts/flags//4x3/af.svg);
}
.flag-icon-af.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/af.svg);
}
.flag-icon-ag {
  background-image: url(../fonts/flags//4x3/ag.svg);
}
.flag-icon-ag.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ag.svg);
}
.flag-icon-ai {
  background-image: url(../fonts/flags//4x3/ai.svg);
}
.flag-icon-ai.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ai.svg);
}
.flag-icon-al {
  background-image: url(../fonts/flags//4x3/al.svg);
}
.flag-icon-al.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/al.svg);
}
.flag-icon-am {
  background-image: url(../fonts/flags//4x3/am.svg);
}
.flag-icon-am.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/am.svg);
}
.flag-icon-ao {
  background-image: url(../fonts/flags//4x3/ao.svg);
}
.flag-icon-ao.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ao.svg);
}
.flag-icon-aq {
  background-image: url(../fonts/flags//4x3/aq.svg);
}
.flag-icon-aq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/aq.svg);
}
.flag-icon-ar {
  background-image: url(../fonts/flags//4x3/ar.svg);
}
.flag-icon-ar.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ar.svg);
}
.flag-icon-as {
  background-image: url(../fonts/flags//4x3/as.svg);
}
.flag-icon-as.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/as.svg);
}
.flag-icon-at {
  background-image: url(../fonts/flags//4x3/at.svg);
}
.flag-icon-at.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/at.svg);
}
.flag-icon-au {
  background-image: url(../fonts/flags//4x3/au.svg);
}
.flag-icon-au.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/au.svg);
}
.flag-icon-aw {
  background-image: url(../fonts/flags//4x3/aw.svg);
}
.flag-icon-aw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/aw.svg);
}
.flag-icon-ax {
  background-image: url(../fonts/flags//4x3/ax.svg);
}
.flag-icon-ax.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ax.svg);
}
.flag-icon-az {
  background-image: url(../fonts/flags//4x3/az.svg);
}
.flag-icon-az.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/az.svg);
}
.flag-icon-ba {
  background-image: url(../fonts/flags//4x3/ba.svg);
}
.flag-icon-ba.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ba.svg);
}
.flag-icon-bb {
  background-image: url(../fonts/flags//4x3/bb.svg);
}
.flag-icon-bb.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bb.svg);
}
.flag-icon-bd {
  background-image: url(../fonts/flags//4x3/bd.svg);
}
.flag-icon-bd.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bd.svg);
}
.flag-icon-be {
  background-image: url(../fonts/flags//4x3/be.svg);
}
.flag-icon-be.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/be.svg);
}
.flag-icon-bf {
  background-image: url(../fonts/flags//4x3/bf.svg);
}
.flag-icon-bf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bf.svg);
}
.flag-icon-bg {
  background-image: url(../fonts/flags//4x3/bg.svg);
}
.flag-icon-bg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bg.svg);
}
.flag-icon-bh {
  background-image: url(../fonts/flags//4x3/bh.svg);
}
.flag-icon-bh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bh.svg);
}
.flag-icon-bi {
  background-image: url(../fonts/flags//4x3/bi.svg);
}
.flag-icon-bi.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bi.svg);
}
.flag-icon-bj {
  background-image: url(../fonts/flags//4x3/bj.svg);
}
.flag-icon-bj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bj.svg);
}
.flag-icon-bl {
  background-image: url(../fonts/flags//4x3/bl.svg);
}
.flag-icon-bl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bl.svg);
}
.flag-icon-bm {
  background-image: url(../fonts/flags//4x3/bm.svg);
}
.flag-icon-bm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bm.svg);
}
.flag-icon-bn {
  background-image: url(../fonts/flags//4x3/bn.svg);
}
.flag-icon-bn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bn.svg);
}
.flag-icon-bo {
  background-image: url(../fonts/flags//4x3/bo.svg);
}
.flag-icon-bo.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bo.svg);
}
.flag-icon-bq {
  background-image: url(../fonts/flags//4x3/bq.svg);
}
.flag-icon-bq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bq.svg);
}
.flag-icon-br {
  background-image: url(../fonts/flags//4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/br.svg);
}
.flag-icon-bs {
  background-image: url(../fonts/flags//4x3/bs.svg);
}
.flag-icon-bs.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bs.svg);
}
.flag-icon-bt {
  background-image: url(../fonts/flags//4x3/bt.svg);
}
.flag-icon-bt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bt.svg);
}
.flag-icon-bv {
  background-image: url(../fonts/flags//4x3/bv.svg);
}
.flag-icon-bv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bv.svg);
}
.flag-icon-bw {
  background-image: url(../fonts/flags//4x3/bw.svg);
}
.flag-icon-bw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bw.svg);
}
.flag-icon-by {
  background-image: url(../fonts/flags//4x3/by.svg);
}
.flag-icon-by.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/by.svg);
}
.flag-icon-bz {
  background-image: url(../fonts/flags//4x3/bz.svg);
}
.flag-icon-bz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/bz.svg);
}
.flag-icon-ca {
  background-image: url(../fonts/flags//4x3/ca.svg);
}
.flag-icon-ca.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ca.svg);
}
.flag-icon-cc {
  background-image: url(../fonts/flags//4x3/cc.svg);
}
.flag-icon-cc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cc.svg);
}
.flag-icon-cd {
  background-image: url(../fonts/flags//4x3/cd.svg);
}
.flag-icon-cd.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cd.svg);
}
.flag-icon-cf {
  background-image: url(../fonts/flags//4x3/cf.svg);
}
.flag-icon-cf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cf.svg);
}
.flag-icon-cg {
  background-image: url(../fonts/flags//4x3/cg.svg);
}
.flag-icon-cg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cg.svg);
}
.flag-icon-ch {
  background-image: url(../fonts/flags//4x3/ch.svg);
}
.flag-icon-ch.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ch.svg);
}
.flag-icon-ci {
  background-image: url(../fonts/flags//4x3/ci.svg);
}
.flag-icon-ci.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ci.svg);
}
.flag-icon-ck {
  background-image: url(../fonts/flags//4x3/ck.svg);
}
.flag-icon-ck.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ck.svg);
}
.flag-icon-cl {
  background-image: url(../fonts/flags//4x3/cl.svg);
}
.flag-icon-cl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cl.svg);
}
.flag-icon-cm {
  background-image: url(../fonts/flags//4x3/cm.svg);
}
.flag-icon-cm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cm.svg);
}
.flag-icon-cn {
  background-image: url(../fonts/flags//4x3/cn.svg);
}
.flag-icon-cn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cn.svg);
}
.flag-icon-co {
  background-image: url(../fonts/flags//4x3/co.svg);
}
.flag-icon-co.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/co.svg);
}
.flag-icon-cr {
  background-image: url(../fonts/flags//4x3/cr.svg);
}
.flag-icon-cr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cr.svg);
}
.flag-icon-cu {
  background-image: url(../fonts/flags//4x3/cu.svg);
}
.flag-icon-cu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cu.svg);
}
.flag-icon-cv {
  background-image: url(../fonts/flags//4x3/cv.svg);
}
.flag-icon-cv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cv.svg);
}
.flag-icon-cw {
  background-image: url(../fonts/flags//4x3/cw.svg);
}
.flag-icon-cw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cw.svg);
}
.flag-icon-cx {
  background-image: url(../fonts/flags//4x3/cx.svg);
}
.flag-icon-cx.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cx.svg);
}
.flag-icon-cy {
  background-image: url(../fonts/flags//4x3/cy.svg);
}
.flag-icon-cy.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cy.svg);
}
.flag-icon-cz {
  background-image: url(../fonts/flags//4x3/cz.svg);
}
.flag-icon-cz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/cz.svg);
}
.flag-icon-de {
  background-image: url(../fonts/flags//4x3/de.svg);
}
.flag-icon-de.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/de.svg);
}
.flag-icon-dj {
  background-image: url(../fonts/flags//4x3/dj.svg);
}
.flag-icon-dj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/dj.svg);
}
.flag-icon-dk {
  background-image: url(../fonts/flags//4x3/dk.svg);
}
.flag-icon-dk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/dk.svg);
}
.flag-icon-dm {
  background-image: url(../fonts/flags//4x3/dm.svg);
}
.flag-icon-dm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/dm.svg);
}
.flag-icon-do {
  background-image: url(../fonts/flags//4x3/do.svg);
}
.flag-icon-do.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/do.svg);
}
.flag-icon-dz {
  background-image: url(../fonts/flags//4x3/dz.svg);
}
.flag-icon-dz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/dz.svg);
}
.flag-icon-ec {
  background-image: url(../fonts/flags//4x3/ec.svg);
}
.flag-icon-ec.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ec.svg);
}
.flag-icon-ee {
  background-image: url(../fonts/flags//4x3/ee.svg);
}
.flag-icon-ee.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ee.svg);
}
.flag-icon-eg {
  background-image: url(../fonts/flags//4x3/eg.svg);
}
.flag-icon-eg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/eg.svg);
}
.flag-icon-eh {
  background-image: url(../fonts/flags//4x3/eh.svg);
}
.flag-icon-eh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/eh.svg);
}
.flag-icon-er {
  background-image: url(../fonts/flags//4x3/er.svg);
}
.flag-icon-er.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/er.svg);
}
.flag-icon-es {
  background-image: url(../fonts/flags//4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/es.svg);
}
.flag-icon-et {
  background-image: url(../fonts/flags//4x3/et.svg);
}
.flag-icon-et.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/et.svg);
}
.flag-icon-fi {
  background-image: url(../fonts/flags//4x3/fi.svg);
}
.flag-icon-fi.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fi.svg);
}
.flag-icon-fj {
  background-image: url(../fonts/flags//4x3/fj.svg);
}
.flag-icon-fj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fj.svg);
}
.flag-icon-fk {
  background-image: url(../fonts/flags//4x3/fk.svg);
}
.flag-icon-fk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fk.svg);
}
.flag-icon-fm {
  background-image: url(../fonts/flags//4x3/fm.svg);
}
.flag-icon-fm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fm.svg);
}
.flag-icon-fo {
  background-image: url(../fonts/flags//4x3/fo.svg);
}
.flag-icon-fo.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fo.svg);
}
.flag-icon-fr {
  background-image: url(../fonts/flags//4x3/fr.svg);
}
.flag-icon-fr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/fr.svg);
}
.flag-icon-ga {
  background-image: url(../fonts/flags//4x3/ga.svg);
}
.flag-icon-ga.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ga.svg);
}
.flag-icon-gb {
  background-image: url(../fonts/flags//4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb.svg);
}
.flag-icon-gd {
  background-image: url(../fonts/flags//4x3/gd.svg);
}
.flag-icon-gd.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gd.svg);
}
.flag-icon-ge {
  background-image: url(../fonts/flags//4x3/ge.svg);
}
.flag-icon-ge.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ge.svg);
}
.flag-icon-gf {
  background-image: url(../fonts/flags//4x3/gf.svg);
}
.flag-icon-gf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gf.svg);
}
.flag-icon-gg {
  background-image: url(../fonts/flags//4x3/gg.svg);
}
.flag-icon-gg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gg.svg);
}
.flag-icon-gh {
  background-image: url(../fonts/flags//4x3/gh.svg);
}
.flag-icon-gh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gh.svg);
}
.flag-icon-gi {
  background-image: url(../fonts/flags//4x3/gi.svg);
}
.flag-icon-gi.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gi.svg);
}
.flag-icon-gl {
  background-image: url(../fonts/flags//4x3/gl.svg);
}
.flag-icon-gl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gl.svg);
}
.flag-icon-gm {
  background-image: url(../fonts/flags//4x3/gm.svg);
}
.flag-icon-gm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gm.svg);
}
.flag-icon-gn {
  background-image: url(../fonts/flags//4x3/gn.svg);
}
.flag-icon-gn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gn.svg);
}
.flag-icon-gp {
  background-image: url(../fonts/flags//4x3/gp.svg);
}
.flag-icon-gp.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gp.svg);
}
.flag-icon-gq {
  background-image: url(../fonts/flags//4x3/gq.svg);
}
.flag-icon-gq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gq.svg);
}
.flag-icon-gr {
  background-image: url(../fonts/flags//4x3/gr.svg);
}
.flag-icon-gr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gr.svg);
}
.flag-icon-gs {
  background-image: url(../fonts/flags//4x3/gs.svg);
}
.flag-icon-gs.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gs.svg);
}
.flag-icon-gt {
  background-image: url(../fonts/flags//4x3/gt.svg);
}
.flag-icon-gt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gt.svg);
}
.flag-icon-gu {
  background-image: url(../fonts/flags//4x3/gu.svg);
}
.flag-icon-gu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gu.svg);
}
.flag-icon-gw {
  background-image: url(../fonts/flags//4x3/gw.svg);
}
.flag-icon-gw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gw.svg);
}
.flag-icon-gy {
  background-image: url(../fonts/flags//4x3/gy.svg);
}
.flag-icon-gy.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gy.svg);
}
.flag-icon-hk {
  background-image: url(../fonts/flags//4x3/hk.svg);
}
.flag-icon-hk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hk.svg);
}
.flag-icon-hm {
  background-image: url(../fonts/flags//4x3/hm.svg);
}
.flag-icon-hm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hm.svg);
}
.flag-icon-hn {
  background-image: url(../fonts/flags//4x3/hn.svg);
}
.flag-icon-hn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hn.svg);
}
.flag-icon-hr {
  background-image: url(../fonts/flags//4x3/hr.svg);
}
.flag-icon-hr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hr.svg);
}
.flag-icon-ht {
  background-image: url(../fonts/flags//4x3/ht.svg);
}
.flag-icon-ht.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ht.svg);
}
.flag-icon-hu {
  background-image: url(../fonts/flags//4x3/hu.svg);
}
.flag-icon-hu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/hu.svg);
}
.flag-icon-id {
  background-image: url(../fonts/flags//4x3/id.svg);
}
.flag-icon-id.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/id.svg);
}
.flag-icon-ie {
  background-image: url(../fonts/flags//4x3/ie.svg);
}
.flag-icon-ie.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ie.svg);
}
.flag-icon-il {
  background-image: url(../fonts/flags//4x3/il.svg);
}
.flag-icon-il.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/il.svg);
}
.flag-icon-im {
  background-image: url(../fonts/flags//4x3/im.svg);
}
.flag-icon-im.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/im.svg);
}
.flag-icon-in {
  background-image: url(../fonts/flags//4x3/in.svg);
}
.flag-icon-in.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/in.svg);
}
.flag-icon-io {
  background-image: url(../fonts/flags//4x3/io.svg);
}
.flag-icon-io.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/io.svg);
}
.flag-icon-iq {
  background-image: url(../fonts/flags//4x3/iq.svg);
}
.flag-icon-iq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/iq.svg);
}
.flag-icon-ir {
  background-image: url(../fonts/flags//4x3/ir.svg);
}
.flag-icon-ir.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ir.svg);
}
.flag-icon-is {
  background-image: url(../fonts/flags//4x3/is.svg);
}
.flag-icon-is.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/is.svg);
}
.flag-icon-it {
  background-image: url(../fonts/flags//4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/it.svg);
}
.flag-icon-je {
  background-image: url(../fonts/flags//4x3/je.svg);
}
.flag-icon-je.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/je.svg);
}
.flag-icon-jm {
  background-image: url(../fonts/flags//4x3/jm.svg);
}
.flag-icon-jm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/jm.svg);
}
.flag-icon-jo {
  background-image: url(../fonts/flags//4x3/jo.svg);
}
.flag-icon-jo.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/jo.svg);
}
.flag-icon-jp {
  background-image: url(../fonts/flags//4x3/jp.svg);
}
.flag-icon-jp.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/jp.svg);
}
.flag-icon-ke {
  background-image: url(../fonts/flags//4x3/ke.svg);
}
.flag-icon-ke.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ke.svg);
}
.flag-icon-kg {
  background-image: url(../fonts/flags//4x3/kg.svg);
}
.flag-icon-kg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kg.svg);
}
.flag-icon-kh {
  background-image: url(../fonts/flags//4x3/kh.svg);
}
.flag-icon-kh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kh.svg);
}
.flag-icon-ki {
  background-image: url(../fonts/flags//4x3/ki.svg);
}
.flag-icon-ki.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ki.svg);
}
.flag-icon-km {
  background-image: url(../fonts/flags//4x3/km.svg);
}
.flag-icon-km.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/km.svg);
}
.flag-icon-kn {
  background-image: url(../fonts/flags//4x3/kn.svg);
}
.flag-icon-kn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kn.svg);
}
.flag-icon-kp {
  background-image: url(../fonts/flags//4x3/kp.svg);
}
.flag-icon-kp.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kp.svg);
}
.flag-icon-kr {
  background-image: url(../fonts/flags//4x3/kr.svg);
}
.flag-icon-kr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kr.svg);
}
.flag-icon-kw {
  background-image: url(../fonts/flags//4x3/kw.svg);
}
.flag-icon-kw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kw.svg);
}
.flag-icon-ky {
  background-image: url(../fonts/flags//4x3/ky.svg);
}
.flag-icon-ky.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ky.svg);
}
.flag-icon-kz {
  background-image: url(../fonts/flags//4x3/kz.svg);
}
.flag-icon-kz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/kz.svg);
}
.flag-icon-la {
  background-image: url(../fonts/flags//4x3/la.svg);
}
.flag-icon-la.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/la.svg);
}
.flag-icon-lb {
  background-image: url(../fonts/flags//4x3/lb.svg);
}
.flag-icon-lb.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lb.svg);
}
.flag-icon-lc {
  background-image: url(../fonts/flags//4x3/lc.svg);
}
.flag-icon-lc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lc.svg);
}
.flag-icon-li {
  background-image: url(../fonts/flags//4x3/li.svg);
}
.flag-icon-li.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/li.svg);
}
.flag-icon-lk {
  background-image: url(../fonts/flags//4x3/lk.svg);
}
.flag-icon-lk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lk.svg);
}
.flag-icon-lr {
  background-image: url(../fonts/flags//4x3/lr.svg);
}
.flag-icon-lr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lr.svg);
}
.flag-icon-ls {
  background-image: url(../fonts/flags//4x3/ls.svg);
}
.flag-icon-ls.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ls.svg);
}
.flag-icon-lt {
  background-image: url(../fonts/flags//4x3/lt.svg);
}
.flag-icon-lt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lt.svg);
}
.flag-icon-lu {
  background-image: url(../fonts/flags//4x3/lu.svg);
}
.flag-icon-lu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lu.svg);
}
.flag-icon-lv {
  background-image: url(../fonts/flags//4x3/lv.svg);
}
.flag-icon-lv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/lv.svg);
}
.flag-icon-ly {
  background-image: url(../fonts/flags//4x3/ly.svg);
}
.flag-icon-ly.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ly.svg);
}
.flag-icon-ma {
  background-image: url(../fonts/flags//4x3/ma.svg);
}
.flag-icon-ma.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ma.svg);
}
.flag-icon-mc {
  background-image: url(../fonts/flags//4x3/mc.svg);
}
.flag-icon-mc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mc.svg);
}
.flag-icon-md {
  background-image: url(../fonts/flags//4x3/md.svg);
}
.flag-icon-md.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/md.svg);
}
.flag-icon-me {
  background-image: url(../fonts/flags//4x3/me.svg);
}
.flag-icon-me.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/me.svg);
}
.flag-icon-mf {
  background-image: url(../fonts/flags//4x3/mf.svg);
}
.flag-icon-mf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mf.svg);
}
.flag-icon-mg {
  background-image: url(../fonts/flags//4x3/mg.svg);
}
.flag-icon-mg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mg.svg);
}
.flag-icon-mh {
  background-image: url(../fonts/flags//4x3/mh.svg);
}
.flag-icon-mh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mh.svg);
}
.flag-icon-mk {
  background-image: url(../fonts/flags//4x3/mk.svg);
}
.flag-icon-mk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mk.svg);
}
.flag-icon-ml {
  background-image: url(../fonts/flags//4x3/ml.svg);
}
.flag-icon-ml.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ml.svg);
}
.flag-icon-mm {
  background-image: url(../fonts/flags//4x3/mm.svg);
}
.flag-icon-mm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mm.svg);
}
.flag-icon-mn {
  background-image: url(../fonts/flags//4x3/mn.svg);
}
.flag-icon-mn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mn.svg);
}
.flag-icon-mo {
  background-image: url(../fonts/flags//4x3/mo.svg);
}
.flag-icon-mo.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mo.svg);
}
.flag-icon-mp {
  background-image: url(../fonts/flags//4x3/mp.svg);
}
.flag-icon-mp.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mp.svg);
}
.flag-icon-mq {
  background-image: url(../fonts/flags//4x3/mq.svg);
}
.flag-icon-mq.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mq.svg);
}
.flag-icon-mr {
  background-image: url(../fonts/flags//4x3/mr.svg);
}
.flag-icon-mr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mr.svg);
}
.flag-icon-ms {
  background-image: url(../fonts/flags//4x3/ms.svg);
}
.flag-icon-ms.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ms.svg);
}
.flag-icon-mt {
  background-image: url(../fonts/flags//4x3/mt.svg);
}
.flag-icon-mt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mt.svg);
}
.flag-icon-mu {
  background-image: url(../fonts/flags//4x3/mu.svg);
}
.flag-icon-mu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mu.svg);
}
.flag-icon-mv {
  background-image: url(../fonts/flags//4x3/mv.svg);
}
.flag-icon-mv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mv.svg);
}
.flag-icon-mw {
  background-image: url(../fonts/flags//4x3/mw.svg);
}
.flag-icon-mw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mw.svg);
}
.flag-icon-mx {
  background-image: url(../fonts/flags//4x3/mx.svg);
}
.flag-icon-mx.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mx.svg);
}
.flag-icon-my {
  background-image: url(../fonts/flags//4x3/my.svg);
}
.flag-icon-my.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/my.svg);
}
.flag-icon-mz {
  background-image: url(../fonts/flags//4x3/mz.svg);
}
.flag-icon-mz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/mz.svg);
}
.flag-icon-na {
  background-image: url(../fonts/flags//4x3/na.svg);
}
.flag-icon-na.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/na.svg);
}
.flag-icon-nc {
  background-image: url(../fonts/flags//4x3/nc.svg);
}
.flag-icon-nc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nc.svg);
}
.flag-icon-ne {
  background-image: url(../fonts/flags//4x3/ne.svg);
}
.flag-icon-ne.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ne.svg);
}
.flag-icon-nf {
  background-image: url(../fonts/flags//4x3/nf.svg);
}
.flag-icon-nf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nf.svg);
}
.flag-icon-ng {
  background-image: url(../fonts/flags//4x3/ng.svg);
}
.flag-icon-ng.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ng.svg);
}
.flag-icon-ni {
  background-image: url(../fonts/flags//4x3/ni.svg);
}
.flag-icon-ni.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ni.svg);
}
.flag-icon-nl {
  background-image: url(../fonts/flags//4x3/nl.svg);
}
.flag-icon-nl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nl.svg);
}
.flag-icon-no {
  background-image: url(../fonts/flags//4x3/no.svg);
}
.flag-icon-no.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/no.svg);
}
.flag-icon-np {
  background-image: url(../fonts/flags//4x3/np.svg);
}
.flag-icon-np.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/np.svg);
}
.flag-icon-nr {
  background-image: url(../fonts/flags//4x3/nr.svg);
}
.flag-icon-nr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nr.svg);
}
.flag-icon-nu {
  background-image: url(../fonts/flags//4x3/nu.svg);
}
.flag-icon-nu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nu.svg);
}
.flag-icon-nz {
  background-image: url(../fonts/flags//4x3/nz.svg);
}
.flag-icon-nz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/nz.svg);
}
.flag-icon-om {
  background-image: url(../fonts/flags//4x3/om.svg);
}
.flag-icon-om.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/om.svg);
}
.flag-icon-pa {
  background-image: url(../fonts/flags//4x3/pa.svg);
}
.flag-icon-pa.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pa.svg);
}
.flag-icon-pe {
  background-image: url(../fonts/flags//4x3/pe.svg);
}
.flag-icon-pe.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pe.svg);
}
.flag-icon-pf {
  background-image: url(../fonts/flags//4x3/pf.svg);
}
.flag-icon-pf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pf.svg);
}
.flag-icon-pg {
  background-image: url(../fonts/flags//4x3/pg.svg);
}
.flag-icon-pg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pg.svg);
}
.flag-icon-ph {
  background-image: url(../fonts/flags//4x3/ph.svg);
}
.flag-icon-ph.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ph.svg);
}
.flag-icon-pk {
  background-image: url(../fonts/flags//4x3/pk.svg);
}
.flag-icon-pk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pk.svg);
}
.flag-icon-pl {
  background-image: url(../fonts/flags//4x3/pl.svg);
}
.flag-icon-pl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pl.svg);
}
.flag-icon-pm {
  background-image: url(../fonts/flags//4x3/pm.svg);
}
.flag-icon-pm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pm.svg);
}
.flag-icon-pn {
  background-image: url(../fonts/flags//4x3/pn.svg);
}
.flag-icon-pn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pn.svg);
}
.flag-icon-pr {
  background-image: url(../fonts/flags//4x3/pr.svg);
}
.flag-icon-pr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pr.svg);
}
.flag-icon-ps {
  background-image: url(../fonts/flags//4x3/ps.svg);
}
.flag-icon-ps.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ps.svg);
}
.flag-icon-pt {
  background-image: url(../fonts/flags//4x3/pt.svg);
}
.flag-icon-pt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pt.svg);
}
.flag-icon-pw {
  background-image: url(../fonts/flags//4x3/pw.svg);
}
.flag-icon-pw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/pw.svg);
}
.flag-icon-py {
  background-image: url(../fonts/flags//4x3/py.svg);
}
.flag-icon-py.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/py.svg);
}
.flag-icon-qa {
  background-image: url(../fonts/flags//4x3/qa.svg);
}
.flag-icon-qa.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/qa.svg);
}
.flag-icon-re {
  background-image: url(../fonts/flags//4x3/re.svg);
}
.flag-icon-re.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/re.svg);
}
.flag-icon-ro {
  background-image: url(../fonts/flags//4x3/ro.svg);
}
.flag-icon-ro.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ro.svg);
}
.flag-icon-rs {
  background-image: url(../fonts/flags//4x3/rs.svg);
}
.flag-icon-rs.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/rs.svg);
}
.flag-icon-ru {
  background-image: url(../fonts/flags//4x3/ru.svg);
}
.flag-icon-ru.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ru.svg);
}
.flag-icon-rw {
  background-image: url(../fonts/flags//4x3/rw.svg);
}
.flag-icon-rw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/rw.svg);
}
.flag-icon-sa {
  background-image: url(../fonts/flags//4x3/sa.svg);
}
.flag-icon-sa.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sa.svg);
}
.flag-icon-sb {
  background-image: url(../fonts/flags//4x3/sb.svg);
}
.flag-icon-sb.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sb.svg);
}
.flag-icon-sc {
  background-image: url(../fonts/flags//4x3/sc.svg);
}
.flag-icon-sc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sc.svg);
}
.flag-icon-sd {
  background-image: url(../fonts/flags//4x3/sd.svg);
}
.flag-icon-sd.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sd.svg);
}
.flag-icon-se {
  background-image: url(../fonts/flags//4x3/se.svg);
}
.flag-icon-se.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/se.svg);
}
.flag-icon-sg {
  background-image: url(../fonts/flags//4x3/sg.svg);
}
.flag-icon-sg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sg.svg);
}
.flag-icon-sh {
  background-image: url(../fonts/flags//4x3/sh.svg);
}
.flag-icon-sh.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sh.svg);
}
.flag-icon-si {
  background-image: url(../fonts/flags//4x3/si.svg);
}
.flag-icon-si.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/si.svg);
}
.flag-icon-sj {
  background-image: url(../fonts/flags//4x3/sj.svg);
}
.flag-icon-sj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sj.svg);
}
.flag-icon-sk {
  background-image: url(../fonts/flags//4x3/sk.svg);
}
.flag-icon-sk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sk.svg);
}
.flag-icon-sl {
  background-image: url(../fonts/flags//4x3/sl.svg);
}
.flag-icon-sl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sl.svg);
}
.flag-icon-sm {
  background-image: url(../fonts/flags//4x3/sm.svg);
}
.flag-icon-sm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sm.svg);
}
.flag-icon-sn {
  background-image: url(../fonts/flags//4x3/sn.svg);
}
.flag-icon-sn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sn.svg);
}
.flag-icon-so {
  background-image: url(../fonts/flags//4x3/so.svg);
}
.flag-icon-so.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/so.svg);
}
.flag-icon-sr {
  background-image: url(../fonts/flags//4x3/sr.svg);
}
.flag-icon-sr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sr.svg);
}
.flag-icon-ss {
  background-image: url(../fonts/flags//4x3/ss.svg);
}
.flag-icon-ss.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ss.svg);
}
.flag-icon-st {
  background-image: url(../fonts/flags//4x3/st.svg);
}
.flag-icon-st.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/st.svg);
}
.flag-icon-sv {
  background-image: url(../fonts/flags//4x3/sv.svg);
}
.flag-icon-sv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sv.svg);
}
.flag-icon-sx {
  background-image: url(../fonts/flags//4x3/sx.svg);
}
.flag-icon-sx.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sx.svg);
}
.flag-icon-sy {
  background-image: url(../fonts/flags//4x3/sy.svg);
}
.flag-icon-sy.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sy.svg);
}
.flag-icon-sz {
  background-image: url(../fonts/flags//4x3/sz.svg);
}
.flag-icon-sz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/sz.svg);
}
.flag-icon-tc {
  background-image: url(../fonts/flags//4x3/tc.svg);
}
.flag-icon-tc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tc.svg);
}
.flag-icon-td {
  background-image: url(../fonts/flags//4x3/td.svg);
}
.flag-icon-td.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/td.svg);
}
.flag-icon-tf {
  background-image: url(../fonts/flags//4x3/tf.svg);
}
.flag-icon-tf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tf.svg);
}
.flag-icon-tg {
  background-image: url(../fonts/flags//4x3/tg.svg);
}
.flag-icon-tg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tg.svg);
}
.flag-icon-th {
  background-image: url(../fonts/flags//4x3/th.svg);
}
.flag-icon-th.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/th.svg);
}
.flag-icon-tj {
  background-image: url(../fonts/flags//4x3/tj.svg);
}
.flag-icon-tj.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tj.svg);
}
.flag-icon-tk {
  background-image: url(../fonts/flags//4x3/tk.svg);
}
.flag-icon-tk.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tk.svg);
}
.flag-icon-tl {
  background-image: url(../fonts/flags//4x3/tl.svg);
}
.flag-icon-tl.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tl.svg);
}
.flag-icon-tm {
  background-image: url(../fonts/flags//4x3/tm.svg);
}
.flag-icon-tm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tm.svg);
}
.flag-icon-tn {
  background-image: url(../fonts/flags//4x3/tn.svg);
}
.flag-icon-tn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tn.svg);
}
.flag-icon-to {
  background-image: url(../fonts/flags//4x3/to.svg);
}
.flag-icon-to.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/to.svg);
}
.flag-icon-tr {
  background-image: url(../fonts/flags//4x3/tr.svg);
}
.flag-icon-tr.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tr.svg);
}
.flag-icon-tt {
  background-image: url(../fonts/flags//4x3/tt.svg);
}
.flag-icon-tt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tt.svg);
}
.flag-icon-tv {
  background-image: url(../fonts/flags//4x3/tv.svg);
}
.flag-icon-tv.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tv.svg);
}
.flag-icon-tw {
  background-image: url(../fonts/flags//4x3/tw.svg);
}
.flag-icon-tw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tw.svg);
}
.flag-icon-tz {
  background-image: url(../fonts/flags//4x3/tz.svg);
}
.flag-icon-tz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/tz.svg);
}
.flag-icon-ua {
  background-image: url(../fonts/flags//4x3/ua.svg);
}
.flag-icon-ua.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ua.svg);
}
.flag-icon-ug {
  background-image: url(../fonts/flags//4x3/ug.svg);
}
.flag-icon-ug.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ug.svg);
}
.flag-icon-um {
  background-image: url(../fonts/flags//4x3/um.svg);
}
.flag-icon-um.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/um.svg);
}
.flag-icon-us {
  background-image: url(../fonts/flags//4x3/us.svg);
}
.flag-icon-us.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/us.svg);
}
.flag-icon-uy {
  background-image: url(../fonts/flags//4x3/uy.svg);
}
.flag-icon-uy.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/uy.svg);
}
.flag-icon-uz {
  background-image: url(../fonts/flags//4x3/uz.svg);
}
.flag-icon-uz.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/uz.svg);
}
.flag-icon-va {
  background-image: url(../fonts/flags//4x3/va.svg);
}
.flag-icon-va.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/va.svg);
}
.flag-icon-vc {
  background-image: url(../fonts/flags//4x3/vc.svg);
}
.flag-icon-vc.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vc.svg);
}
.flag-icon-ve {
  background-image: url(../fonts/flags//4x3/ve.svg);
}
.flag-icon-ve.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ve.svg);
}
.flag-icon-vg {
  background-image: url(../fonts/flags//4x3/vg.svg);
}
.flag-icon-vg.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vg.svg);
}
.flag-icon-vi {
  background-image: url(../fonts/flags//4x3/vi.svg);
}
.flag-icon-vi.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vi.svg);
}
.flag-icon-vn {
  background-image: url(../fonts/flags//4x3/vn.svg);
}
.flag-icon-vn.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vn.svg);
}
.flag-icon-vu {
  background-image: url(../fonts/flags//4x3/vu.svg);
}
.flag-icon-vu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/vu.svg);
}
.flag-icon-wf {
  background-image: url(../fonts/flags//4x3/wf.svg);
}
.flag-icon-wf.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/wf.svg);
}
.flag-icon-ws {
  background-image: url(../fonts/flags//4x3/ws.svg);
}
.flag-icon-ws.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ws.svg);
}
.flag-icon-ye {
  background-image: url(../fonts/flags//4x3/ye.svg);
}
.flag-icon-ye.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/ye.svg);
}
.flag-icon-yt {
  background-image: url(../fonts/flags//4x3/yt.svg);
}
.flag-icon-yt.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/yt.svg);
}
.flag-icon-za {
  background-image: url(../fonts/flags//4x3/za.svg);
}
.flag-icon-za.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/za.svg);
}
.flag-icon-zm {
  background-image: url(../fonts/flags//4x3/zm.svg);
}
.flag-icon-zm.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/zm.svg);
}
.flag-icon-zw {
  background-image: url(../fonts/flags//4x3/zw.svg);
}
.flag-icon-zw.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/zw.svg);
}
.flag-icon-es-ct {
  background-image: url(../fonts/flags//4x3/es-ct.svg);
}
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/es-ct.svg);
}
.flag-icon-eu {
  background-image: url(../fonts/flags//4x3/eu.svg);
}
.flag-icon-eu.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/eu.svg);
}
.flag-icon-gb-eng {
  background-image: url(../fonts/flags//4x3/gb-eng.svg);
}
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb-eng.svg);
}
.flag-icon-gb-nir {
  background-image: url(../fonts/flags//4x3/gb-nir.svg);
}
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb-nir.svg);
}
.flag-icon-gb-sct {
  background-image: url(../fonts/flags//4x3/gb-sct.svg);
}
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb-sct.svg);
}
.flag-icon-gb-wls {
  background-image: url(../fonts/flags//4x3/gb-wls.svg);
}
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/gb-wls.svg);
}
.flag-icon-un {
  background-image: url(../fonts/flags//4x3/un.svg);
}
.flag-icon-un.flag-icon-squared {
  background-image: url(../fonts/flags//1x1/un.svg);
}
.flex-grid-wrapper .flex-grid {
  display: flex;
  flex-flow: row wrap;
}
.flex-grid-wrapper .flex-grid .flex-grid-item {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .flex-grid-wrapper .flex-grid .flex-grid-item {
    margin-bottom: 40px;
  }
}
.flex-grid-wrapper .flex-grid .flex-grid-item > * {
  width: 100%;
}
.flex-grid-wrapper .flex-grid.no-gutters .row {
  padding-left: 0;
  padding-right: 0;
}
.flex-grid-wrapper .flex-grid.no-gutters .flex-grid-item {
  margin-bottom: 0;
}
.flex-grid-wrapper.full-bleed .flex-grid {
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 768px) {
  .flex-grid-wrapper.full-bleed .flex-grid {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (min-width: 1200px) {
  .flex-grid-wrapper.full-bleed .flex-grid {
    margin-left: -80px;
    margin-right: -80px;
  }
}
dt {
  color: #495057;
  font-weight: normal;
}
a {
  color: inherit;
}
a:hover {
  color: inherit;
}
i {
  font-style: normal;
  display: inline-block;
}
button {
  background: transparent;
  border: none;
  padding: 0;
  letter-spacing: inherit;
}
ul {
  padding-left: 1rem;
}
figure {
  margin: 0;
}
.modal-footer > :not(:first-child) {
  margin-left: 0;
}
.modal-footer > :not(:last-child) {
  margin-right: 0;
}
.tooltip {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.text-muted {
  color: #767676 !important;
}
.row:not(.no-gutters) {
  margin-right: -8px;
  margin-left: -8px;
}
.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .row:not(.no-gutters) {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .row:not(.no-gutters) {
    margin-right: -20px;
    margin-left: -20px;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.container {
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.container-fluid {
  padding-right: 8px;
  padding-left: 8px;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
:focus,
button:focus {
  outline: 2px solid #767676;
}
:focus:not(.focus-visible) {
  outline: none;
}
.container {
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 80px;
    padding-left: 80px;
  }
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: 80px;
    padding-left: 80px;
  }
}
body {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: none;
  color: #0F1600;
}
.title-headline {
  font-size: 21px;
  line-height: 120%;
  margin-bottom: 20px;
}
p {
  line-height: 120%;
}
p a {
  text-decoration: underline;
}
small {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 14px;
  text-transform: none;
  font-size: 10px;
  color: #635C55;
}
h1 {
  font-size: 38px;
}
@media (max-width: calc(992px - 0.02px)) {
  h1 {
    font-size: 30px;
  }
}
ul,
ol {
  margin: 0 0 0 0;
  padding: 0;
  list-style-position: inside;
}
ul li,
ol li {
  line-height: 130%;
  font-size: 16px;
}
ul li::marker,
ol li::marker {
  font-size: 0.6em;
}
.btn {
  padding: 9.5px 16px 8.5px 16px;
  font-size: 12px;
  border: 1px solid #232A00;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: calc(992px - 0.02px)) {
  .btn {
    margin-bottom: 12px;
  }
}
.btn:hover,
.btn:active,
.btn:focus {
  text-decoration: none;
}
.btn.btn-attr {
  padding: 6px;
  font-size: 12px;
  border: 1px solid #232A00;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: calc(992px - 0.02px)) {
  .btn.btn-attr {
    margin-bottom: 12px;
  }
}
.btn.btn-attr:hover,
.btn.btn-attr:active,
.btn.btn-attr:focus {
  text-decoration: none;
}
.btn.btn-primary {
  background: #232A00;
  color: #FFFFFF;
}
.btn.btn-primary:hover {
  background: transparent;
  color: #232A00;
}
.btn.btn-primary.disabled,
.btn.btn-primary:disabled {
  background-color: #EAE6DE !important;
  color: #BDB6AF !important;
  pointer-events: none !important;
  border: 0 !important;
}
.btn.btn-secondary {
  background: transparent;
  color: #232A00;
}
.btn.btn-secondary:hover {
  background: #232A00;
  color: #FFFFFF;
}
.btn.btn-secondary.disabled,
.btn.btn-secondary:disabled {
  background-color: transparent !important;
  border: 1px solid #BDB6AF !important;
  color: #BDB6AF !important;
  pointer-events: none !important;
}
.btn.btn-filter {
  background: #F2EFEB;
  color: #0F1600;
  padding: 4px 8px;
  border-radius: 40px;
  border: none;
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.btn.btn-filter:hover {
  background: #0F1600;
  color: #FFFFFF;
}
.btn.btn-filter:hover svg path {
  stroke: #FFFFFF;
}
.btn.btn-tabs {
  background: #F2EFEB;
  color: #0F1600;
  padding: 6px 8px;
  border-radius: 70px;
  border: none;
  display: flex;
  align-items: center;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.btn.btn-tabs:hover,
.btn.btn-tabs.active,
.btn.btn-tabs:focus,
.btn.btn-tabs:active {
  background: #0F1600;
  color: #FFFFFF;
}
.btn.btn-disabled {
  background: #FBF9F6;
  color: #BDB6AF;
  padding: 6px;
  border-radius: 0;
  border: 1px solid #BDB6AF;
}
.btn.btn-disabled:hover {
  background: #FBF9F6;
  color: #BDB6AF;
}
.btn:focus-visible {
  outline-offset: 2px;
}
@media (hover: none) {
  button.btn-primary:hover {
    background-color: #0F1600 !important;
    color: #FFFFFF !important;
  }
  .button.btn-secondary:hover {
    background-color: transparent !important;
    color: #0F1600 !important;
  }
}
blockquote {
  position: relative;
  line-height: 1.4;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  border-left: 5px solid #DCD4CA;
  font-style: italic;
  color: inherit;
  border-radius: 0;
  font-size: 16px;
}
b,
strong {
  font-family: "KEVINMURPHYLatin-Bold";
}
.experience-commerce_assets-btnLink,
.experience-commerce_assets-btnQuickView,
.experience-commerce_assets-btnAddtoCart {
  display: inline-block;
  margin-right: 16px;
}
.experience-commerce_assets-btnLink:last-child,
.experience-commerce_assets-btnQuickView:last-child,
.experience-commerce_assets-btnAddtoCart:last-child {
  margin-right: 0;
}
.pad-0 {
  padding: 0;
}
.product-list-enhancements-toast {
  display: none !important;
}
.read-more-btn,
.read-less-btn,
.product-list-enhancements-toggle-product,
.view-more-attr,
.closeflyout {
  -webkit-appearance: none;
  appearance: none;
  color: #0F1600;
}
.alert.alert-danger {
  color: #DE3719;
  background-color: transparent;
  border: transparent;
  border: 0;
  padding: 0;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 14px;
  text-transform: none;
}
.skip {
  position: absolute;
  left: 0;
  top: -4.2em;
  overflow: hidden;
  padding: 1em 1.5em;
  background: #FFF;
}
a.skip:active,
a.skip:focus,
a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: 10000000;
  background: #FFF;
}
.flyout .modal-header button:focus {
  outline-offset: -1px;
  outline-width: 1px;
}
.flyout .modal-footer button:focus {
  outline-width: 1px;
  outline-offset: -3px;
}
.flyout .refinements-item-header-link:focus,
.flyout .refinements .refinements-item-content a:focus,
.flyout .refinements .refinements-item-content button:focus {
  outline-offset: -1px;
  outline-width: 1px;
}
.experience-region:not(.experience-top) > .experience-commerce_assets-imageComponent,
.experience-region:not(.experience-top) > .experience-commerce_layouts-sectionContainer,
.experience-region:not(.experience-top) > .experience-commerce_assets-productRange,
.experience-region:not(.experience-top) > .experience-commerce_layouts-twoColumnLayout,
.experience-region:not(.experience-top) > .experience-commerce_layouts-twoColumnLayout_blog,
.experience-region:not(.experience-top) > .experience-commerce_layouts-twoColumnLayout_contentPage,
.experience-region:not(.experience-top) > .experience-commerce_assets-contentCarousel,
.experience-region:not(.experience-top) > .experience-commerce_assets-contentCarouselDynamic,
.experience-region:not(.experience-top) > .experience-commerce_assets-productCarousel,
.experience-region:not(.experience-top) > .experience-commerce_assets-galleryCarousel,
.experience-region:not(.experience-top) > .experience-commerce_assets-accordion,
.experience-region:not(.experience-top) > .experience-commerce_assets-ingredients,
.experience-region:not(.experience-top) > .experience-commerce_assets-mediaAndText,
.experience-region:not(.experience-top) > .experience-commerce_assets-stepGuide {
  padding-top: 40px;
  padding-bottom: 40px;
}
.experience-region.experience-main > .experience-commerce_assets-videoComponent .video-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.experience-componentTileOne .experience-component.experience-commerce_assets-imageComponent,
.experience-componentTileOne .experience-component.experience-commerce_assets-videoComponent,
.experience-componentTileFour .experience-component.experience-commerce_assets-imageComponent,
.experience-componentTileFour .experience-component.experience-commerce_assets-videoComponent {
  padding-top: 0;
  padding-bottom: 0;
}
.experience-region:not(.experience-top) > .experience-commerce_assets-heroCarousel:not(:first-child) {
  padding-top: 40px;
  padding-bottom: 40px;
}
.klaviyo-form .needsclick p {
  line-height: 1.2;
}
@supports (-webkit-touch-callout: none) {
  html {
    -webkit-tap-highlight-color: transparent;
  }
  button,
  input,
  select,
  textarea,
  option,
  a {
    -webkit-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
  }
  button,
  input[type=submit],
  input[type=button] {
    background-image: none;
    color: inherit;
  }
  button:focus,
  button:active,
  input:focus,
  select:focus,
  textarea:focus,
  a:focus,
  option:focus {
    outline: none;
    box-shadow: none;
  }
  a,
  button,
  input,
  select,
  textarea,
  option {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  select {
    outline: none;
    color: #0F1600;
  }
}
#ot-sdk-btn-floating {
  left: auto !important;
  right: 21px !important;
  bottom: 90px !important;
}
.accordion_item {
  list-style: none;
  margin-top: 4px;
}
.accordion_item.active .accordion_content {
  display: block;
  max-height: 9999px;
}
.accordion_title {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0F1600;
  text-align: left;
  width: 100%;
  cursor: pointer;
}
.accordion_content {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  color: #635C55;
}
.accordion_content p {
  margin: 0;
}
.accordion-wrapper .accordion_item .accordion_title {
  padding: 8px 0px;
}
.accordion-wrapper .accordion_item .accordion_title p {
  padding: 0;
  margin: 0;
}
.accordion-wrapper .accordion_item .accordion_title .icon {
  position: relative;
}
.accordion-wrapper .accordion_item .accordion_title .icon:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.accordion-wrapper p {
  text-align: left;
  max-width: 310px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
@media (min-width: 768px) {
  .accordion-wrapper p {
    max-width: 512px;
  }
}
.accordion-wrapper li {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.accordion-container {
  padding: 32px 16px;
}
.accordion-container .accordion_title {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  font-size: 16px;
  text-transform: none;
}
.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.video-container > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-container .video-play,
.video-container .video-pause,
.video-container .video-play-light,
.video-container .video-pause-light {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 20;
}
.video-container:not(.video-has-state) .video-play,
.video-container:not(.video-has-state) .video-pause,
.video-container:not(.video-has-state) .video-play-light,
.video-container:not(.video-has-state) .video-pause-light {
  display: none;
}
.video-container.video-has-state:not(.video-is-playing) .video-play,
.video-container.video-has-state:not(.video-is-playing) .video-play-light {
  display: block;
}
.video-container.video-has-state:not(.video-is-playing) .video-pause,
.video-container.video-has-state:not(.video-is-playing) .video-pause-light {
  display: none;
}
.video-container.video-has-state.video-is-playing .video-play,
.video-container.video-has-state.video-is-playing .video-play-light {
  display: none;
}
.video-container.video-has-state.video-is-playing .video-pause,
.video-container.video-has-state.video-is-playing .video-pause-light {
  display: block;
}
.custom-checkbox {
  padding-left: 0.75rem;
}
.custom-checkbox .custom-control-label {
  color: #0F1600;
  padding-left: 8px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  cursor: pointer;
}
.custom-checkbox .custom-control-label:focus,
.custom-checkbox .custom-control-label:active {
  outline: none;
}
.custom-checkbox .custom-control-label span {
  display: flex;
  margin-top: 4px;
  margin-left: 8px;
}
.custom-checkbox .custom-control-label::before {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #232A00;
  border-radius: 0;
  margin-left: 12px;
  top: 0;
}
.custom-checkbox .custom-control-label::after {
  width: 12px;
  height: 12px;
  line-height: 14px;
  font-size: 12px;
  border-radius: 0;
  margin-left: 12px;
  top: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  width: 12px;
  height: 12px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  width: 12px;
  height: 12px;
  line-height: 14px;
  font-size: 12px;
  background-color: #232A00;
  background-size: 8px;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #232A00;
  box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
  border: 1px solid #232A00;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border: 1px solid #232A00;
  border-color: none;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: none;
  border: 1px solid #232A00;
  box-shadow: none;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #232A00;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #FBF9F6;
}
.page.Wishlist,
.page.Wishlist header {
  background-color: #F2EFEB;
}
.product-list-enhancements-icon {
  margin-top: -2px;
}
.product-list-enhancements-icon .not-in-wishlist {
  cursor: pointer;
  display: flex;
  position: relative;
  font-size: 0;
  align-items: center;
}
.product-list-enhancements-icon .not-in-wishlist::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 18px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='18' viewBox='0 0 10 13' fill='none'><path d='M8.33341 1.33334H1.66675V10.6667L5.00008 7.66668L8.33341 10.6667V1.33334Z' stroke='%230F1600' stroke-width='1.5'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}
.product-list-enhancements-icon .in-wishlist {
  cursor: pointer;
  display: none;
  font-size: 0;
  align-items: center;
}
.product-list-enhancements-icon .in-wishlist::before {
  content: "";
  display: flex;
  width: 13px;
  height: 18px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='18' viewBox='0 0 10 13' fill='none'><path d='M8.33341 1.33334H1.66675V10.6667L5.00008 7.66668L8.00008 10.6667V1.33334Z' fill='%230F1600' stroke='%230F1600' stroke-width='1.5'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}
.product-list-enhancements-icon.selected .not-in-wishlist {
  display: none;
}
.product-list-enhancements-icon.selected .in-wishlist {
  display: flex;
}
.product-list-enhancements-icon .wishlist-title {
  display: none;
}
.product-list-enhancements-message-empty {
  margin-top: 80px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 21px;
  text-transform: none;
}
@media (max-width: 768px) {
  .product-list-enhancements-message-empty {
    font-size: 18px;
  }
}
.product-list-enhancements-message-empty p {
  margin-bottom: 20px;
}
.product-list-enhancements-message-empty a:first-of-type {
  margin-right: 5px;
}
.product-info .product-list-enhancements-toggle-product {
  color: #000000;
  font-weight: normal;
  cursor: pointer;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 3px;
}
.product-info .product-list-enhancements-toggle-product:hover {
  color: #6e6259;
}
.product-list-enhancements-detail {
  padding-top: 32px;
}
.btn-wishlist {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
}
.custom-pd-content .product .tile-body_header {
  margin-top: 0;
}
.custom-pd-content .product .tile-body_header .product-tile-shop-button {
  display: block;
}
.custom-pd-content .product .tile-body_header .product-tile-shop-button .icon {
  display: block;
}
.custom-pd-content .product .tile-body_details {
  margin-top: 6px;
}
.custom-pd-content .product .product-tile .tile-body {
  margin-top: 12px;
}
.wishlist-items-count {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  margin: 12px 0 0 0;
}
.wishlist-header {
  padding: 20px 0;
}
.product-list-enhancements-detail-products.product-grid-wrapper {
  padding: 32px 20px;
}
@media (max-width: calc(992px - 0.02px)) {
  .product-list-enhancements-detail-products.product-grid-wrapper {
    padding: 20px 12px !important;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .product-list-enhancements-detail-products.product-grid-wrapper .product-grid {
    margin-top: 32px;
    grid-gap: 16px 12px;
    grid-auto-rows: initial;
  }
}
.product-list-enhancements-detail-products.product-grid-wrapper .product-grid div[data-asset-id=wishlistTileCustom] {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
  padding: 20px;
  grid-column: 4/span 1;
  grid-row: 1/span 1;
}
@media (max-width: calc(992px - 0.02px)) {
  .product-list-enhancements-detail-products.product-grid-wrapper .product-grid div[data-asset-id=wishlistTileCustom] {
    padding: 0;
    grid-column: 1/span 2;
    order: 2;
    grid-row: auto;
    margin-top: 26px;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .product-list-enhancements-detail-products.product-grid-wrapper .product-grid .product-grid-item {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-self: stretch;
  }
}
.product-list-enhancements-detail-products.product-grid-wrapper .product-grid .product-grid-item.has-grid-component.tile_account {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
  grid-column: 4/span 1;
  grid-row: 1/span 1;
}
@media (max-width: calc(992px - 0.02px)) {
  .product-list-enhancements-detail-products.product-grid-wrapper .product-grid .product-grid-item.has-grid-component.tile_account {
    grid-column: 1/span 2;
    order: 2;
    grid-row: auto;
  }
}
.product-list-enhancements-detail-products.product-grid-wrapper .product-grid .product-grid-item.has-grid-component.tile_account .tile_account-title {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 21px;
  text-transform: none;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .product-list-enhancements-detail-products.product-grid-wrapper .product-grid .product-grid-item.has-grid-component.tile_account .tile_account-title {
    font-size: 18px;
  }
}
.product-list-enhancements-detail-products.product-grid-wrapper .product-grid .product-grid-item.has-grid-component.tile_account .content-asset {
  padding-bottom: 0;
  margin-bottom: 72px;
}
.product-list-enhancements-detail-products.product-grid-wrapper .product-grid .product-grid-item.has-grid-component.tile_account .tile_account-login {
  order: 3;
}
@media (min-width: 992px) {
  .product-list-enhancements-detail-products.product-grid-wrapper .product-grid .product-grid-item.has-grid-component.tile_account .tile_account-login {
    padding: 0 20px;
  }
}
.product-list-enhancements-detail-products.product-grid-wrapper .product-grid .product-grid-item.has-grid-component.tile_account .tile_account-list {
  margin: 12px 0 0 0;
  list-style: none;
  padding: 0;
}
.product-list-enhancements-detail-products.product-grid-wrapper .product-grid .product-grid-item.has-grid-component.tile_account .tile_account-list li {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.product-list-enhancements-detail-products.product-grid-wrapper .product-grid .product-grid-item.has-grid-component.tile_account .btn.btn-primary:hover {
  background-color: transparent;
}
.product-list-enhancements-detail-products.product-grid-wrapper .product-grid .product-grid-item.has-grid-component.tile_account .btn.btn-secondary {
  width: 100%;
  background-color: transparent;
}
.product-list-enhancements-detail-products.product-grid-wrapper .product-grid .product-grid-item.has-grid-component.tile_account .btn.btn-secondary:hover {
  background-color: #0F1600;
  color: #FFFFFF;
}
.product-list-enhancements-detail-products.product-grid-wrapper .product-grid .product-grid-item .product-list-enhancements-card-product-add {
  display: block;
}
.product-list-enhancements-detail-products.product-grid-wrapper .product-grid .product-grid-item .product-list-enhancements-card-product-add .icon {
  display: block;
}
.custom-pd-content {
  margin-top: 80px;
  padding: 32px 0;
}
@media (max-width: calc(992px - 0.02px)) {
  .custom-pd-content {
    margin-top: 40px;
  }
}
.custom-pd-content .tile-body_details {
  margin-top: 12px;
}
.loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(251, 249, 246, 0.6);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.loader .spinner {
  width: 20px;
  height: 20px;
  border: 3px solid #0F1600;
  border-bottom-color: #ADB390;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader.screen-takeover {
  position: fixed;
  height: 100vh;
  width: 100vw;
}
.modal .modal-dialog {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 14px;
  text-transform: none;
}
.modal .modal-dialog h1,
.modal .modal-dialog h2,
.modal .modal-dialog h3,
.modal .modal-dialog h4,
.modal .modal-dialog h5,
.modal .modal-dialog .modal-title {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 21px;
  text-transform: none;
}
@media (max-width: 768px) {
  .modal .modal-dialog h1,
  .modal .modal-dialog h2,
  .modal .modal-dialog h3,
  .modal .modal-dialog h4,
  .modal .modal-dialog h5,
  .modal .modal-dialog .modal-title {
    font-size: 18px;
  }
}
.modal .modal-dialog p {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 14px;
  text-transform: none;
}
.page.Product-Show .product-number-rating {
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .page.Product-Show .product-number-rating {
    padding-bottom: 0;
  }
}
.page.Product-Show .yotpo-reviews-main-widget,
.page.Product-Show #yotpo-questions-and-answers {
  background-color: transparent !important;
}
.page.Product-Show #yotpo-reviews-main-widget {
  background-color: transparent !important;
}
.page.Product-Show .yotpo-base-layout {
  width: 100% !important;
}
.page.Product-Show .yotpo-display-wrapper .avg-score {
  height: fit-content;
  width: fit-content;
  padding: 0;
  margin-top: -3px;
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 30px;
  text-transform: none;
  font-size: 30px !important;
}
@media (max-width: 768px) {
  .page.Product-Show .yotpo-display-wrapper .avg-score {
    font-size: 23px;
  }
}
.page.Product-Show .yotpo-display-wrapper .write-question-review-button-icon {
  display: none !important;
}
.page.Product-Show .yotpo-display-wrapper .yotpo-label-container .yotpo-logo-title.yotpo-powered {
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.page.Product-Show .yotpo-display-wrapper .reviews-qa-labels-container {
  margin-left: 50px;
  padding-top: 12px;
}
.page.Product-Show .yotpo-display-wrapper .yotpo-stars .yotpo-icon-star,
.page.Product-Show .yotpo-display-wrapper .yotpo-stars .yotpo-icon-half-star,
.page.Product-Show .yotpo-display-wrapper .yotpo-stars .yotpo-icon-empty-star,
.page.Product-Show .yotpo-display-wrapper .yotpo-filter-stars .yotpo-icon-star,
.page.Product-Show .yotpo-display-wrapper .yotpo-filter-stars .yotpo-icon-half-star,
.page.Product-Show .yotpo-display-wrapper .yotpo-filter-stars .yotpo-icon-empty-star {
  color: #0F1600 !important;
}
.page.Product-Show .yotpo-display-wrapper .star-clickable a.text-m {
  color: #0F1600 !important;
  text-decoration: underline !important;
  align-self: center;
  margin-left: 6px;
  margin-bottom: 1px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button {
  border-radius: 0;
  padding: 9.5px 16px 8.5px 16px;
  font-size: 12px;
  border: 1px solid #232A00;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: calc(992px - 0.02px)) {
  .page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button {
    margin-bottom: 12px;
  }
}
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button:hover,
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button:active,
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button:focus {
  text-decoration: none;
}
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button span {
  font-size: 12px;
}
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button:first-of-type {
  background: #232A00;
  color: #FFFFFF;
}
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button:first-of-type span.write-question-review-button-text {
  color: #FFFFFF;
}
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button:first-of-type:hover {
  background: transparent;
  color: #232A00;
}
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button:first-of-type.disabled,
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button:first-of-type:disabled {
  background-color: #EAE6DE !important;
  color: #BDB6AF !important;
  pointer-events: none !important;
  border: 0 !important;
}
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button:first-of-type:hover span.write-question-review-button-text {
  color: #0F1600;
}
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button:last-of-type {
  background: transparent;
  color: #232A00;
}
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button:last-of-type span.write-question-review-button-text {
  color: #0F1600;
}
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button:last-of-type:hover {
  background: #232A00;
  color: #FFFFFF;
}
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button:last-of-type.disabled,
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button:last-of-type:disabled {
  background-color: transparent !important;
  border: 1px solid #BDB6AF !important;
  color: #BDB6AF !important;
  pointer-events: none !important;
}
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button:last-of-type:hover {
  background-color: #0F1600 !important;
}
.page.Product-Show .yotpo-display-wrapper .write-question-review-buttons-container button:last-of-type:hover span.write-question-review-button-text {
  color: #FFFFFF;
}
.page.Product-Show .yotpo-display-wrapper .yotpo-pager a {
  color: #0F1600 !important;
}
.pdp-reviews-container {
  padding: 0 16px;
  padding-top: 20px;
}
.pdp-reviews-container h2 {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 30px;
  text-transform: none;
  text-transform: uppercase;
  font-size: 21px;
}
@media (max-width: 768px) {
  .pdp-reviews-container h2 {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .pdp-reviews-container {
    padding: 0 20px;
    padding-top: 0px;
  }
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .promoted-products-box .yotpo-main-title {
  text-align: center;
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 21px;
  text-transform: none;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .pdp-reviews-container .main-widget.yotpo-display-wrapper .promoted-products-box .yotpo-main-title {
    font-size: 18px;
  }
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .promoted-products-box .yotpo-promoted-product .yotpo-product-name {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .promoted-products-box .yotpo-promoted-product .yotpo-product-image {
  text-align: center;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .promoted-products-box .yotpo-promoted-product .yotpo-review-stars .yotpo-stars,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .promoted-products-box .yotpo-promoted-product .yotpo-review-stars .yotpo-icon,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .promoted-products-box .yotpo-promoted-product .yotpo-review-stars .yotpo-icon-star,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .promoted-products-box .yotpo-promoted-product .yotpo-review-stars .yotpo-icon-half-star,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .promoted-products-box .yotpo-promoted-product .yotpo-review-stars .rating-star,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .promoted-products-box .yotpo-promoted-product .yotpo-review-stars .yotpo-icon-empty-star {
  color: #0F1600 !important;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .promoted-products-box .yotpo-promoted-product .yotpo-review-stars .yotpo-stars:before,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .promoted-products-box .yotpo-promoted-product .yotpo-review-stars .yotpo-icon:before,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .promoted-products-box .yotpo-promoted-product .yotpo-review-stars .yotpo-icon-star:before,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .promoted-products-box .yotpo-promoted-product .yotpo-review-stars .yotpo-icon-half-star:before,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .promoted-products-box .yotpo-promoted-product .yotpo-review-stars .rating-star:before,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .promoted-products-box .yotpo-promoted-product .yotpo-review-stars .yotpo-icon-empty-star:before {
  color: #0F1600 !important;
}
.pdp-reviews-container #yotpo-reviews-container .yotpo-reviews-list .yotpo-review {
  flex-direction: column;
}
@media (max-width: calc(1200px - 0.02px)) {
  .pdp-reviews-container #yotpo-reviews-container .yotpo-reviews-list .yotpo-review {
    gap: 22px;
  }
}
@media (min-width: 992px) {
  .pdp-reviews-container #yotpo-reviews-container .yotpo-reviews-list .yotpo-review {
    flex-direction: row;
  }
}
.pdp-reviews-container #yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-reviewer .yotpo-reviewer-details-verified {
  flex-wrap: wrap;
  gap: 3px;
  align-content: start;
}
@media (max-width: calc(1200px - 0.02px)) {
  .pdp-reviews-container #yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel {
    padding-left: 0;
    padding-right: 0;
  }
  .pdp-reviews-container #yotpo-reviews-container .yotpo-reviews-list .yotpo-review .yotpo-review-center-panel .yotpo-review-content {
    margin-bottom: 16px;
  }
}
@media (max-width: calc(1200px - 0.02px)) {
  .pdp-reviews-container #yotpo-questions-and-answers .yotpo-header-container.yotpo-header .yotpo-ask-question-btn-wrapper.yotpo-header-form-button {
    position: relative;
    transform: none;
    margin-top: 16px;
  }
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav.yotpo-nav-primary {
  padding-bottom: 16px;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav.yotpo-nav-primary li.yotpo-nav-tab .yotpo-nav-wrapper {
  color: #0F1600;
  background-color: #F2EFEB;
  padding: 2px 6px 5px 6px;
  border-radius: 70px;
  border: 0;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav.yotpo-nav-primary li.yotpo-nav-tab .yotpo-nav-wrapper span {
  font-size: 12px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav.yotpo-nav-primary li.yotpo-nav-tab .yotpo-nav-wrapper:hover {
  background-color: #0F1600;
  color: #FFFFFF;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav.yotpo-nav-primary li.yotpo-nav-tab .yotpo-nav-wrapper:hover span {
  color: #FFFFFF;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav.yotpo-nav-primary li.yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
  background-color: #0F1600;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav.yotpo-nav-primary li.yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper span {
  color: #FFFFFF;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav.yotpo-nav-primary li.yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper:hover {
  background-color: #0F1600;
  color: #FFFFFF;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav.yotpo-nav-primary li.yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper:hover span {
  color: #FFFFFF;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-header .reviews-header span.reviews-amount {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 14px;
  text-transform: none;
  color: #0F1600;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .filters-container-title {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .free-text-search-input {
  border-radius: 0;
  border-color: #635C55;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .yotpo-dropdown-button {
  background-color: transparent;
  border-color: #635C55;
  border-radius: 0;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .yotpo-dropdown-button span {
  font-family: "KEVINMURPHYLatin-Bold";
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .more-filters-btn,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .yotpo-filter-tag {
  padding: 9.5px 16px 8.5px 16px;
  font-size: 12px;
  border: 1px solid #232A00;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  background: #232A00;
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 0;
  border: 1px solid #0F1600 !important;
}
@media (max-width: calc(992px - 0.02px)) {
  .pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .more-filters-btn,
  .pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .yotpo-filter-tag {
    margin-bottom: 12px;
  }
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .more-filters-btn:hover,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .more-filters-btn:active,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .more-filters-btn:focus,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .yotpo-filter-tag:hover,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .yotpo-filter-tag:active,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .yotpo-filter-tag:focus {
  text-decoration: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .more-filters-btn:hover,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .yotpo-filter-tag:hover {
  background: transparent;
  color: #232A00;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .more-filters-btn.disabled,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .more-filters-btn:disabled,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .yotpo-filter-tag.disabled,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .yotpo-filter-tag:disabled {
  background-color: #EAE6DE !important;
  color: #BDB6AF !important;
  pointer-events: none !important;
  border: 0 !important;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .more-filters-btn span,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .yotpo-filter-tag span {
  color: #FFFFFF;
  line-height: 1.2;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .more-filters-btn .more-filters-icon.yotpo-icon.yotpo-icon-fine-tune,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .yotpo-filter-tag .more-filters-icon.yotpo-icon.yotpo-icon-fine-tune {
  display: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .more-filters-btn:hover,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .yotpo-filter-tag:hover {
  background-color: transparent !important;
  border: 1px solid #0F1600 !important;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .more-filters-btn:hover span,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .yotpo-filter-tag:hover span {
  color: #0F1600 !important;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .more-filters-btn .yotpo-icon-cross,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .filters-container .yotpo-filter-tag .yotpo-icon-cross {
  font-size: 12px !important;
  vertical-align: top;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .selected-item {
  color: #0F1600 !important;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .list-category:hover {
  background-color: rgba(206, 206, 206, 0.4392156863) !important;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-nav-content .yotpo-reviews-filters .clear-text-icon {
  color: #635C55 !important;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review-stars .yotpo-icon-star,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review-stars .yotpo-icon-half-star,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review-stars .yotpo-icon-empty-star,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-filter-stars .yotpo-icon-star,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-filter-stars .yotpo-icon-half-star,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-filter-stars .yotpo-icon-empty-star {
  color: #0F1600 !important;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-header {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-header .yotpo-header-element span.yotpo-user-name {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 14px;
  text-transform: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-header .yotpo-header-element .label-with-tooltip span.yotpo-user-title {
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 10px;
  text-transform: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-header .yotpo-header-element span.yotpo-review-date {
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-header .yotpo-icon-profile {
  background-color: #635C55;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-user-letter {
  margin: auto;
  top: 0;
  bottom: 0;
  height: min-content;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-header .yotpo-user-letter {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 21px;
  text-transform: none;
}
@media (max-width: 768px) {
  .pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-header .yotpo-user-letter {
    font-size: 18px;
  }
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-header .yotpo-icon.yotpo-icon-circle-checkmark {
  color: #0F1600;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-main .content-title {
  color: #0F1600;
  padding: 8px 0px;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-main .yotpo-review-wrapper {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  color: #0F1600;
  line-height: 1.3;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-main .yotpo-review-wrapper .content-review,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-main .yotpo-review-wrapper span {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  color: #0F1600;
  line-height: 1.3;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-footer .footer-actions span {
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-footer .footer-actions .share-options-wrapper span.yotpo-action a.social-link.popup-link i.share {
  color: #635C55;
  text-decoration: underline;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-footer .footer-actions .share-options-wrapper span.yotpo-action a.social-link.popup-link i.share:hover {
  color: #0F1600;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-footer .yotpo-helpful,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-footer .yotpo-sum,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-footer span.label-helpful {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-footer .yotpo-helpful span.yotpo-icon,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-footer .yotpo-sum span.yotpo-icon,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-review .yotpo-footer span.label-helpful span.yotpo-icon {
  color: #0F1600;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-first-review .stars-wrapper .yotpo-icon.yotpo-icon-star {
  color: #0F1600;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-first-review .yotpo-first-review-content button {
  padding: 9.5px 16px 8.5px 16px;
  font-size: 12px;
  border: 1px solid #232A00;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  background: #232A00;
  color: #FFFFFF;
  font-size: 12px;
}
@media (max-width: calc(992px - 0.02px)) {
  .pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-first-review .yotpo-first-review-content button {
    margin-bottom: 12px;
  }
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-first-review .yotpo-first-review-content button:hover,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-first-review .yotpo-first-review-content button:active,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-first-review .yotpo-first-review-content button:focus {
  text-decoration: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-first-review .yotpo-first-review-content button:hover {
  background: transparent;
  color: #232A00;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-first-review .yotpo-first-review-content button.disabled,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-first-review .yotpo-first-review-content button:disabled {
  background-color: #EAE6DE !important;
  color: #BDB6AF !important;
  pointer-events: none !important;
  border: 0 !important;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-reviews .yotpo-comments-box {
  border-left: 2px solid #635C55;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-first-review-content button {
  border-radius: 0;
  padding: 9.5px 16px 8.5px 16px;
  font-size: 12px;
  border: 1px solid #232A00;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  background: #232A00;
  color: #FFFFFF;
  font-size: 12px;
}
@media (max-width: calc(992px - 0.02px)) {
  .pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-first-review-content button {
    margin-bottom: 12px;
  }
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-first-review-content button:hover,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-first-review-content button:active,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-first-review-content button:focus {
  text-decoration: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-first-review-content button:hover {
  background: transparent;
  color: #232A00;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-first-review-content button.disabled,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-first-review-content button:disabled {
  background-color: #EAE6DE !important;
  color: #BDB6AF !important;
  pointer-events: none !important;
  border: 0 !important;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-first-review-content button span {
  font-size: 12px;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-header {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-header .yotpo-header-element span.yotpo-user-name {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 14px;
  text-transform: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-header .yotpo-header-element .label-with-tooltip span.yotpo-user-title {
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 10px;
  text-transform: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-header .yotpo-header-element span.yotpo-review-date {
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-header .yotpo-icon-profile {
  background-color: #635C55;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-header .yotpo-icon-profile .yotpo-user-letter {
  margin: auto;
  top: 0;
  bottom: 0;
  height: min-content;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-header .yotpo-user-letter {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 21px;
  text-transform: none;
}
@media (max-width: 768px) {
  .pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-header .yotpo-user-letter {
    font-size: 18px;
  }
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-header .yotpo-icon.yotpo-icon-circle-checkmark {
  color: #0F1600;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .content-question {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .footer-actions .yotpo-action:hover span {
  color: #0F1600;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-helpful span.label-helpful {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-questions .yotpo-comments-box.visible {
  border-left: 2px solid #635C55;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper form .yotpo-header-title {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 14px;
  text-transform: none;
}
@media (max-width: calc(1200px - 0.02px)) {
  .pdp-reviews-container .main-widget.yotpo-display-wrapper form .yotpo-header-title {
    font-size: 16px;
  }
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper form .yotpo-mandatory-explain,
.pdp-reviews-container .main-widget.yotpo-display-wrapper form label {
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper form .yotpo-mandatory-mark {
  line-height: 1;
  font-size: 10px;
  vertical-align: text-top;
  color: #DE3719;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper form input.yotpo-default-button.primary-color-btn.yotpo-submit {
  border-radius: 0;
  padding: 9.5px 16px 8.5px 16px;
  font-size: 12px;
  border: 1px solid #232A00;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  background: #232A00;
  color: #FFFFFF;
  font-size: 12px !important;
}
@media (max-width: calc(992px - 0.02px)) {
  .pdp-reviews-container .main-widget.yotpo-display-wrapper form input.yotpo-default-button.primary-color-btn.yotpo-submit {
    margin-bottom: 12px;
  }
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper form input.yotpo-default-button.primary-color-btn.yotpo-submit:hover,
.pdp-reviews-container .main-widget.yotpo-display-wrapper form input.yotpo-default-button.primary-color-btn.yotpo-submit:active,
.pdp-reviews-container .main-widget.yotpo-display-wrapper form input.yotpo-default-button.primary-color-btn.yotpo-submit:focus {
  text-decoration: none;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper form input.yotpo-default-button.primary-color-btn.yotpo-submit:hover {
  background: transparent;
  color: #232A00;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper form input.yotpo-default-button.primary-color-btn.yotpo-submit.disabled,
.pdp-reviews-container .main-widget.yotpo-display-wrapper form input.yotpo-default-button.primary-color-btn.yotpo-submit:disabled {
  background-color: #EAE6DE !important;
  color: #BDB6AF !important;
  pointer-events: none !important;
  border: 0 !important;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper form input.yotpo-default-button.primary-color-btn.yotpo-submit:hover {
  border: 1px solid #0F1600 !important;
  background-color: transparent !important;
  color: #0F1600 !important;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper form input.yotpo-default-button.primary-color-btn.yotpo-submit span {
  font-size: 12px;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper form span.form-input-error {
  color: #DE3719;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: none;
  font-size: 10px;
  font-weight: bold;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper form .stars-wrapper .review-star,
.pdp-reviews-container .main-widget.yotpo-display-wrapper form .stars-wrapper .yotpo-icon-half-star,
.pdp-reviews-container .main-widget.yotpo-display-wrapper form .stars-wrapper .yotpo-icon-empty-star {
  color: #0F1600 !important;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper form .yotpo-or {
  text-align: left;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper form .connect-wrapper {
  margin-left: auto;
  padding-left: 0;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-messages .yotpo-icon.yotpo-icon-heart,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-messages span {
  color: #0F1600;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-messages .yotpo-thankyou-header span {
  color: #0F1600;
}
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-messages .yotpo .yotpo-default-button,
.pdp-reviews-container .main-widget.yotpo-display-wrapper .yotpo-messages .yotpo input[type=button].yotpo-default-button {
  background-color: transparent !important;
}
.yotpo.yotpo-display-wrapper.mobile-filters-modal .mobile-filters-modal-title .title-text,
.yotpo.yotpo-display-wrapper.mobile-filters-modal .mobile-filters-modal-title .mobile-clear-all-btn {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.yotpo.yotpo-display-wrapper.mobile-filters-modal .mobile-filters-modal-title .yotpo-icon-cross {
  color: #0F1600;
  font-size: 12px;
}
.yotpo.yotpo-display-wrapper.mobile-filters-modal .mobile-filters-container .mobile-filter-title {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
}
.yotpo.yotpo-display-wrapper.mobile-filters-modal .mobile-filters-container .mobile-filter-radio-button span {
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
}
.yotpo.yotpo-display-wrapper.mobile-filters-modal .mobile-filters-container .mobile-filter-radio-button span.radio-selected-color {
  color: #0F1600 !important;
}
.yotpo.yotpo-display-wrapper.mobile-filters-modal .mobile-filters-container .mobile-filter-radio-button span.radio-selected-color .yotpo-icon {
  color: #0F1600 !important;
}
.yotpo.yotpo-display-wrapper.mobile-filters-modal .mobile-filters-container .mobile-filter-radio-button .radio-text-option.radio-selected-color::before {
  background-color: #0F1600 !important;
  border-color: #0F1600 !important;
}
.yotpo.yotpo-display-wrapper.mobile-filters-modal .mobile-filters-container .mobile-filter-radio-button input[type=radio]:checked + .radio-label:before {
  background-color: #0F1600 !important;
  border-color: #0F1600 !important;
}
.yotpo.yotpo-display-wrapper.mobile-filters-modal .mobile-filters-container .mobile-filter-radio-button input[type=radio]:focus + .radio-label:before,
.yotpo.yotpo-display-wrapper.mobile-filters-modal .mobile-filters-container .mobile-filter-radio-button input[type=radio]:active + .radio-label:before,
.yotpo.yotpo-display-wrapper.mobile-filters-modal .mobile-filters-container .mobile-filter-radio-button input[type=radio]:checked + .radio-label:before {
  background-color: #0F1600 !important;
  border-color: #0F1600 !important;
}
.yotpo.yotpo-display-wrapper.mobile-filters-modal .mobile-filters-container .mobile-filter-radio-buttons .yotpo-icon {
  font-size: 16px;
}
.yotpo.yotpo-display-wrapper.mobile-filters-modal .mobile-filters-container .mobile-filter-radio-buttons .yotpo-icon-star.radio-selected-star-color {
  color: #0F1600 !important;
}
.yotpo.yotpo-display-wrapper.mobile-filters-modal .mobile-filters-container .mobile-filter-radio-buttons .yotpo-icon-empty-star.radio-selected-star-color {
  color: #0F1600 !important;
}
.yotpo.yotpo-display-wrapper.mobile-filters-modal .mobile-filters-footer-btn {
  background-color: #0F1600;
}
.yotpo.yotpo-display-wrapper.mobile-filters-modal .mobile-filters-footer-btn .footer-text {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
}
@font-face {
  font-family: "swiper-icons";
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image:
    linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "swiper-icons";
  src: url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image:
    linear-gradient(
      to left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image:
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}
:root {
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property:
    transform,
    opacity,
    height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.swiper.swiper-initialized .swiper-wrapper {
  margin-bottom: 0;
  gap: unset;
}
.swiper.swiper-initialized .swiper-slide {
  flex: none;
}
.swiper.in-front {
  z-index: 9999;
}
@media (max-width: calc(992px - 0.02px)) {
  .swiper-slide {
    cursor: grab;
  }
}
.swiper .photo-tile-figure {
  height: inherit;
}
.swiper img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  cursor: pointer;
}
.swiper .lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.swiper .lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: rgba(255, 255, 255, 0.8);
  border: none;
  cursor: pointer;
}
.swiper .lightbox-close:hover {
  color: #FFFFFF;
}
.swiper .lightbox img {
  height: auto;
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}
.swiper .lightbox.active {
  display: flex;
}
.swiper .lightbox-slide-credits {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 500px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 10px 0 10px;
  font-size: 12px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .swiper .lightbox-slide-credits {
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
.swiper .lightbox-slide-credits p {
  margin-bottom: 0;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  color: #FFFFFF;
  top: inherit;
  bottom: 0;
  z-index: 10001;
  right: inherit;
  display: inline-block;
  margin: 0;
  width: auto;
  user-select: none;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}
.swiper .swiper-button-prev.swiper-button-lock,
.swiper .swiper-button-next.swiper-button-lock {
  display: none;
}
@media (max-width: calc(992px - 0.02px)) {
  .swiper .swiper-button-prev,
  .swiper .swiper-button-next {
    display: none;
  }
}
.swiper .swiper-pagination-bullet-active {
  background-color: #000000;
}
.swiper .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  color: #BDB6AF;
}
.swiper .swiper-button-prev {
  left: 100px;
  padding-top: 4px;
}
.swiper .swiper-button-next {
  left: 185px;
  padding-top: 4px;
}
.swiper .swiper-pagination {
  bottom: 28px;
  text-align: left;
  padding: 0 20px;
  z-index: 9999;
  width: calc(100% - 100px);
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #FFFFFF;
  opacity: 1;
  margin: 0 3px;
  border-radius: 40px;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
}
.swiper .swiper-navigation-container {
  display: flex;
  gap: 16px;
  justify-content: end;
  margin-top: 24px;
}
@media (max-width: calc(992px - 0.02px)) {
  .swiper .swiper-navigation-container {
    display: none;
  }
}
.swiper .swiper-navigation-container .swiper-button-prev,
.swiper .swiper-navigation-container .swiper-button-next {
  position: relative;
  left: unset;
  right: unset;
  color: #232A00;
  font-size: 12px;
}
.swiper .swiper-navigation-container .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-navigation-container .swiper-button-next.swiper-button-disabled {
  color: #BDB6AF;
}
.hero {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 620px;
}
.hero.tall,
.hero.screen-height .hero {
  min-height: 100vh;
}
.hero .hero-container {
  height: 100%;
  width: 100%;
  position: relative;
}
.hero .hero-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.hero .hero-container .hero-title,
.hero .hero-container .hero-body {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hero .hero-container:has(.hero-product-tile):has(.hero-btn-wrapper .experience-commerce_assets-btnLink) .experience-component.experience-commerce_assets-wysiwyg .title-headline {
  -webkit-line-clamp: 3;
}
.hero .hero-container:has(.hero-product-tile):has(.hero-btn-wrapper .experience-commerce_assets-btnLink) .experience-component.experience-commerce_assets-wysiwyg .body-text {
  -webkit-line-clamp: 4;
}
.hero .hero-container:has(.hero-product-tile):has(.hero-btn-wrapper .experience-commerce_assets-btnLink) .hero-title {
  -webkit-line-clamp: 3;
}
@media (min-width: 992px) {
  .hero .hero-container:has(.hero-product-tile) .hero-body {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .hero .hero-container .video-container {
    width: 100%;
    overflow: hidden;
  }
}
.hero .hero-container .video-container > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-container .hero-background-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero-container .hero-background-link .video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero-container .hero-background-link .video-container .video-player {
  display: none;
}
.hero .hero-container .main-banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-container .hero-banner-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.hero .hero-text {
  position: absolute;
  color: #FFFFFF;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 450px;
  padding: 0 20px;
  z-index: 12;
}
@media (min-width: 992px) {
  .hero .hero-text {
    height: 100%;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .hero .hero-text {
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding: 0 1rem;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .hero .hero-text .hero-btn-wrapper {
    margin-bottom: 46px;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .hero .hero-text:has(.hero-product-tile) {
    padding-bottom: 270px;
  }
}
@media (min-width: 992px) {
  .hero .hero-text:has(.hero-product-tile) {
    padding-bottom: 80px;
  }
  .hero .hero-text:has(.hero-product-tile):has(.btn) {
    padding-bottom: 270px;
  }
}
.hero .hero-text .hero-title {
  margin-bottom: 24px;
}
.hero .hero-text .hero-body {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .hero .hero-text .hero-body {
    margin-bottom: 40px;
  }
}
.hero .hero-text h1 {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  margin: 0;
  color: #FFFFFF;
}
.hero .hero-text p {
  margin: 0;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 14px;
  text-transform: none;
}
.hero .hero-text .wysiwyg-component {
  color: #0F1600;
}
@media (max-width: calc(992px - 0.02px)) {
  .hero .hero-text .hero-btn-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.hero .hero-text .hero-btn-wrapper > div:first-of-type .btn.btn-primary,
.hero .hero-text .hero-btn-wrapper > div:first-of-type .btn.btn-secondary,
.hero .hero-text .hero-btn-wrapper > div:first-of-type .btn.btn-tertiary {
  background: transparent;
  color: #232A00;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.hero .hero-text .hero-btn-wrapper > div:first-of-type .btn.btn-primary:hover,
.hero .hero-text .hero-btn-wrapper > div:first-of-type .btn.btn-secondary:hover,
.hero .hero-text .hero-btn-wrapper > div:first-of-type .btn.btn-tertiary:hover {
  background: #232A00;
  color: #FFFFFF;
}
.hero .hero-text .hero-btn-wrapper > div:first-of-type .btn.btn-primary.disabled,
.hero .hero-text .hero-btn-wrapper > div:first-of-type .btn.btn-primary:disabled,
.hero .hero-text .hero-btn-wrapper > div:first-of-type .btn.btn-secondary.disabled,
.hero .hero-text .hero-btn-wrapper > div:first-of-type .btn.btn-secondary:disabled,
.hero .hero-text .hero-btn-wrapper > div:first-of-type .btn.btn-tertiary.disabled,
.hero .hero-text .hero-btn-wrapper > div:first-of-type .btn.btn-tertiary:disabled {
  background-color: transparent !important;
  border: 1px solid #BDB6AF !important;
  color: #BDB6AF !important;
  pointer-events: none !important;
}
.hero .hero-text .hero-btn-wrapper > div:first-of-type .btn.btn-primary:hover,
.hero .hero-text .hero-btn-wrapper > div:first-of-type .btn.btn-secondary:hover,
.hero .hero-text .hero-btn-wrapper > div:first-of-type .btn.btn-tertiary:hover {
  background: transparent;
  border: 1px solid #FFFFFF;
}
.hero .hero-text .hero-btn-wrapper > div:nth-child(2) .btn.btn-primary,
.hero .hero-text .hero-btn-wrapper > div:nth-child(2) .btn.btn-secondary,
.hero .hero-text .hero-btn-wrapper > div:nth-child(2) .btn.btn-tertiary {
  background: #232A00;
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid #FFFFFF;
}
.hero .hero-text .hero-btn-wrapper > div:nth-child(2) .btn.btn-primary:hover,
.hero .hero-text .hero-btn-wrapper > div:nth-child(2) .btn.btn-secondary:hover,
.hero .hero-text .hero-btn-wrapper > div:nth-child(2) .btn.btn-tertiary:hover {
  background: transparent;
  color: #232A00;
}
.hero .hero-text .hero-btn-wrapper > div:nth-child(2) .btn.btn-primary.disabled,
.hero .hero-text .hero-btn-wrapper > div:nth-child(2) .btn.btn-primary:disabled,
.hero .hero-text .hero-btn-wrapper > div:nth-child(2) .btn.btn-secondary.disabled,
.hero .hero-text .hero-btn-wrapper > div:nth-child(2) .btn.btn-secondary:disabled,
.hero .hero-text .hero-btn-wrapper > div:nth-child(2) .btn.btn-tertiary.disabled,
.hero .hero-text .hero-btn-wrapper > div:nth-child(2) .btn.btn-tertiary:disabled {
  background-color: #EAE6DE !important;
  color: #BDB6AF !important;
  pointer-events: none !important;
  border: 0 !important;
}
.hero .hero-text .hero-btn-wrapper > div:nth-child(2) .btn.btn-primary:hover,
.hero .hero-text .hero-btn-wrapper > div:nth-child(2) .btn.btn-secondary:hover,
.hero .hero-text .hero-btn-wrapper > div:nth-child(2) .btn.btn-tertiary:hover {
  background: #FFFFFF;
}
.hero .experience-component.experience-commerce_assets-wysiwyg .title-headline,
.hero .experience-component.experience-commerce_assets-wysiwyg .body-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hero .experience-component.experience-commerce_assets-wysiwyg .title-headline {
  -webkit-line-clamp: 3;
}
.hero .experience-component.experience-commerce_assets-wysiwyg .body-text {
  -webkit-line-clamp: 4;
}
.hero-media {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.full-bleed .hero-media {
  width: calc(100vw + 2px);
  width: calc(100% + 2px);
}
.hero-media.hero-media-tablet {
  display: none;
}
.hero-media.hero-media-desktop {
  display: none;
}
.hero-media.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  right: auto;
  transform: none;
  transition: opacity 200ms ease-out;
}
.hero-media.video-container .video-aspect-ratio {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 0;
  height: 0;
  min-height: 100%;
  min-width: 100%;
}
.hero-media.video-container .video-aspect-ratio .video-player {
  position: static;
  pointer-events: none;
}
.hero-media.video-container .video-aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-media.video-container .video-aspect-ratio video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero-media.video-container .video-aspect-ratio iframe.video-player {
  position: absolute;
}
.hero-media.video-container .video-aspect-ratio video.video-player {
  position: absolute;
}
.hero-media.video-container .video-aspect-ratio.aspect-ratio-16-9 {
  padding-top: 56.25%;
  padding-left: 177.7777777778vh;
}
.hero-media.video-container .video-aspect-ratio.aspect-ratio-9-16 {
  padding-top: 177.7777777778%;
  padding-left: 56.25vh;
}
.hero-media.video-container .video-aspect-ratio.aspect-ratio-4-3 {
  padding-top: 75%;
  padding-left: 133.3333333333vh;
}
.hero-media.video-container .video-aspect-ratio.aspect-ratio-3-4 {
  padding-top: 133.3333333333%;
  padding-left: 75vh;
}
.hero-media.video-container .video-aspect-ratio.aspect-ratio-1-1 {
  padding-top: 100%;
  padding-left: 100vh;
}
.hero-media.video-container .video-aspect-ratio.aspect-ratio-5-2 {
  padding-top: 42.4%;
  padding-left: 235.8490566038vh;
}
.hero-media.video-container .video-aspect-ratio.aspect-ratio-5-1 {
  padding-top: 22%;
  padding-left: 454.5454545455vh;
}
.hero-media.video-container ~ .replay-video {
  z-index: 1;
  position: absolute;
  opacity: 0;
  transition: opacity 200ms ease-out;
}
.hero-media.video-container.video-stopped {
  opacity: 0;
}
.hero-media.video-container.video-stopped ~ .replay-video {
  transition: opacity 200ms ease-out 600ms;
  opacity: 1;
}
.wysiwyg-component {
  color: #0F1600;
}
.experience-commerce_assets-heroCarousel .swiper {
  height: 90dvb;
  min-height: 760px;
}
@media (max-width: calc(992px - 0.02px)) {
  .experience-commerce_assets-heroCarousel:has(.experience-commerce_layouts-twoColumnLayout) .swiper {
    height: fit-content;
  }
}
.experience-commerce_assets-heroCarousel:has(.experience-commerce_layouts-twoColumnLayout) .experience-commerce_layouts-twoColumnLayout > div,
.experience-commerce_assets-heroCarousel:has(.experience-commerce_layouts-twoColumnLayout) .experience-commerce_layouts-twoColumnLayout > div * {
  height: 100%;
}
.experience-commerce_assets-heroCarousel:has(.experience-commerce_layouts-twoColumnLayout) .experience-commerce_layouts-twoColumnLayout > div .experience-component.experience-commerce_assets-wysiwyg,
.experience-commerce_assets-heroCarousel:has(.experience-commerce_layouts-twoColumnLayout) .experience-commerce_layouts-twoColumnLayout > div .experience-component.experience-commerce_assets-wysiwyg *,
.experience-commerce_assets-heroCarousel:has(.experience-commerce_layouts-twoColumnLayout) .experience-commerce_layouts-twoColumnLayout > div .image-component-region,
.experience-commerce_assets-heroCarousel:has(.experience-commerce_layouts-twoColumnLayout) .experience-commerce_layouts-twoColumnLayout > div * .experience-component.experience-commerce_assets-wysiwyg,
.experience-commerce_assets-heroCarousel:has(.experience-commerce_layouts-twoColumnLayout) .experience-commerce_layouts-twoColumnLayout > div * .experience-component.experience-commerce_assets-wysiwyg *,
.experience-commerce_assets-heroCarousel:has(.experience-commerce_layouts-twoColumnLayout) .experience-commerce_layouts-twoColumnLayout > div * .image-component-region {
  height: auto;
  z-index: 10;
}
.experience-commerce_assets-heroCarousel:has(.experience-commerce_layouts-twoColumnLayout) .experience-commerce_layouts-twoColumnLayout > div .twoHalfLayout_container::after,
.experience-commerce_assets-heroCarousel:has(.experience-commerce_layouts-twoColumnLayout) .experience-commerce_layouts-twoColumnLayout > div * .twoHalfLayout_container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0) 60%);
}
@media only screen and (min-width: 991px) {
  .experience-commerce_assets-heroCarousel:has(.experience-commerce_layouts-twoColumnLayout) .experience-commerce_layouts-twoColumnLayout > div .twoHalfLayout_container::after,
  .experience-commerce_assets-heroCarousel:has(.experience-commerce_layouts-twoColumnLayout) .experience-commerce_layouts-twoColumnLayout > div * .twoHalfLayout_container::after {
    background:
      linear-gradient(
        270deg,
        rgba(0, 0, 0, 0) 20.39%,
        rgba(0, 0, 0, 0.6) 100%);
  }
}
.highlighted-swatch-img {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 20px;
  background-size: contain;
}
.badge-product-container {
  display: flex;
  gap: 4px;
}
@media (max-width: calc(992px - 0.02px)) {
  .badge-product-container .badge-product:nth-child(n+3) {
    display: none !important;
  }
}
.badge-product-container .badge-product {
  border-radius: 24px;
  padding: 4px 6px;
  background-color: #BDB6AF;
  color: #0F1600;
  vertical-align: middle;
  text-transform: capitalize;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  font-size: 11px;
}
.badge-product-container .badge-product.is-sale-badge {
  order: -1;
  color: #FFFFFF;
  background-color: #DE3719;
}
.badge-product-container .badge-product.regular-badge {
  background-color: #BDB6AF;
  color: #0F1600;
}
.badge-product-container .badge-product.regular-badge:first-of-type {
  background-color: #0F1600;
  color: #FFFFFF;
}
.badge-product-container .badge-added {
  border-radius: 24px;
  padding: 4px 6px;
  background-color: #1EDB5D;
  color: #0F1600;
  vertical-align: middle;
  text-transform: capitalize;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  font-size: 11px;
}
.product-tile {
  position: relative;
}
.product-tile .product-list-enhancements-toggle-product {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  z-index: 50;
}
.product-tile .product-list-enhancements-toggle-product .product-list-enhancements-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.product-tile .product-list-enhancements-toggle-product .product-list-enhancements-icon.before::before {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}
.product-tile .tile-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-height: 140px;
  margin-top: 8px;
  margin-bottom: 6px;
}
.product-tile .tile-body_header {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  max-height: 18px;
}
.product-tile .tile-body_header .product-tile-shop-button {
  position: relative;
  display: none;
  border: 0;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  background-color: #0F1600;
}
.product-tile .tile-body_header .product-tile-shop-button .icon {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  padding: 2.02px 4.25px 3.25px 4.25px;
}
.product-tile .tile-body_header .product-tile-shop-button .icon::before {
  width: 100%;
  height: 100%;
  filter: invert(100%) brightness(1.2) !important;
}
.product-tile .tile-body_header .product-tile-shop-button:disabled,
.product-tile .tile-body_header .product-tile-shop-button.disabled {
  background-color: #BDB6AF !important;
  border: 0 !important;
}
.product-tile .tile-body .color-swatches {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.product-tile .tile-body .color-swatches .swatches {
  display: flex;
  gap: 4px;
  margin-top: 6px;
}
.product-tile .tile-body .color-swatches .swatch-link {
  width: 20px;
  height: 20px;
  display: block;
}
.product-tile .tile-body .color-swatches .swatch-link .swatch {
  display: block;
  width: 100%;
  height: 100%;
}
.product-tile .tile-body .color-swatches .swatch-color-count {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 10px;
  text-transform: none;
  text-transform: uppercase;
  color: #635C55;
  text-decoration: underline;
}
.product-tile .product-image {
  display: flex;
  height: fit-content;
  margin: auto;
  justify-content: center;
  flex: 100;
  width: 100%;
}
.product-tile .product-image .product-tile-image-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  background: #FBF9F6;
}
.product-tile .product-image .product-tile-image-link {
  display: block;
  height: 100%;
  width: 100%;
  aspect-ratio: 0.7444444444;
}
.product-tile .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.product-tile .product-name {
  white-space: nowrap;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 6px;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: #0F1600;
}
.product-tile .product-size-swatches {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: #0F1600;
}
.product-tile .product-btnAdd,
.product-tile .product-btnChange,
.product-tile .product-btnRemove {
  margin-top: 6px;
}
.product-tile .product-btnAdd.disabled,
.product-tile .product-btnChange.disabled,
.product-tile .product-btnRemove.disabled {
  pointer-events: none;
}
.product-tile .product-btnAdd.disabled button,
.product-tile .product-btnChange.disabled button,
.product-tile .product-btnRemove.disabled button {
  background-color: #635C55;
  color: white;
  pointer-events: none;
}
.product-tile .product-btnAdd button,
.product-tile .product-btnChange button,
.product-tile .product-btnRemove button {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 10px;
  text-transform: none;
  width: fit-content;
  font-weight: 700;
  padding: 4px;
  display: flex;
  text-transform: uppercase;
  line-height: 1;
}
.product-tile .product-btnAdd button,
.product-tile .product-btnChange button {
  color: #FFFFFF;
  background-color: #0F1600;
  border: 1px s;
}
.product-tile .product-btnRemove button {
  color: #0F1600;
  border: 1px solid #0F1600;
}
.product-tile .product-btnRemove button:hover {
  color: #FFFFFF;
  background-color: #0F1600;
}
.product-tile .product-btnAdd:not(.disabled) button,
.product-tile .product-btnChange:not(.disabled) button {
  border: 1px solid #0F1600;
}
.product-tile .product-btnAdd:not(.disabled) button:hover,
.product-tile .product-btnChange:not(.disabled) button:hover {
  color: #0F1600;
  background-color: transparent;
  border: 1px solid #0F1600;
}
.product-tile .price {
  min-width: fit-content;
}
.product-tile .price > span {
  display: flex;
  gap: 4px;
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
@media (min-width: 885px) {
  .product-tile .price > span {
    flex-direction: row;
  }
}
.product-tile .price > span del {
  text-decoration: line-through;
}
.product-tile .price > span del + .sales {
  color: #DE3719;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
}
.product-tile .price > span .sales {
  order: -1;
}
.product-tile .price > span .strike-through {
  order: 1;
}
@media (min-width: 992px) {
  .product-tile .show-secondary-image:hover .product-tile-image,
  .product-tile .show-secondary-image:focus-within .product-tile-image {
    display: none;
  }
  .product-tile .show-secondary-image:hover .product-tile-image-secondary,
  .product-tile .show-secondary-image:focus-within .product-tile-image-secondary {
    display: block;
  }
}
.product-tile .show-secondary-image .product-tile-image {
  display: block;
}
@media (max-width: calc(992px - 0.02px)) {
  .product-tile .show-secondary-image .product-tile-image {
    object-fit: contain;
    height: calc(100% - 26px);
    max-height: calc(100% - 26px);
  }
}
.product-tile .show-secondary-image .product-tile-image-secondary {
  display: none;
}
.product-tile .badge-product-container {
  position: absolute;
  left: 12px;
  top: 15px;
}
@media (max-width: calc(992px - 0.02px)) {
  .product-tile .badge-product-container .badge-product:not(:first-child) {
    display: none;
  }
}
.product-tile .product-splashes {
  position: absolute;
  bottom: 0;
  padding-bottom: 6px;
  left: 6px;
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.product-tile .product-splashes .btn.btn-filter {
  text-transform: capitalize;
  font-size: 10px;
}
@media (min-width: 576px) {
  .product-tile .product-splashes .btn.btn-filter {
    font-size: 11px;
  }
}
@media (max-width: calc(1200px - 0.02px)) {
  .product-tile .product-splashes .btn.btn-filter {
    height: fit-content;
    margin: 0;
  }
}
@media (min-width: 576px) {
  .product-tile .product-splashes {
    padding-bottom: 0;
    left: 12px;
    bottom: 12px;
  }
}
.product-tile .size-swatches .swatch-link {
  color: #79726B;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.product-carousel {
  height: fit-content;
}
.product-carousel .swiper-wrapper {
  margin-bottom: 24px;
  padding-bottom: 20px;
}
.product-carousel .swiper-wrapper .swiper-slide {
  width: calc((100% - 60px) / 4);
}
@media (max-width: calc(992px - 0.02px)) {
  .product-carousel .swiper-wrapper .swiper-slide {
    width: 66.66%;
  }
}
.product-carousel .swiper-navigation-container {
  display: flex;
  gap: 16px;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: calc(992px - 0.02px)) {
  .product-carousel .swiper-navigation-container {
    display: none;
  }
}
.product-carousel .swiper-button-prev,
.product-carousel .swiper-button-next {
  position: relative;
  left: unset;
  right: unset;
  color: #232A00;
  font-size: 12px;
  height: auto;
}
.product-carousel .swiper-button-prev.swiper-button-disabled,
.product-carousel .swiper-button-next.swiper-button-disabled {
  color: #BDB6AF;
}
.product-carousel .swiper-pagination {
  padding: 0;
  bottom: 0;
}
.product-carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: #000000;
}
.locale-modal {
  padding: 0 !important;
}
.locale-modal .modal-dialog {
  max-width: 100%;
  margin: 0;
}
@media (min-width: 992px) {
  .locale-modal .modal-dialog {
    margin: 0;
  }
}
.locale-modal .modal-body {
  display: flex;
  overflow-y: scroll;
}
.locale-modal .modal-body .content-asset {
  flex-shrink: 1;
  width: 40%;
  display: none;
}
@media (min-width: 992px) {
  .locale-modal .modal-body .content-asset {
    display: block;
  }
}
.locale-modal .modal-body .content-asset > p {
  width: 100%;
  height: 100%;
  margin: 0;
}
.locale-modal .modal-body .content-asset img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.locale-modal .modal-title {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 16px;
  text-transform: none;
  text-transform: uppercase;
}
.locale-modal .modal-content {
  border: 1px solid #d6d6d6;
  border-radius: 0px;
  box-shadow: none;
}
.locale-modal .modal-footer .btn {
  margin-bottom: 0;
}
.country-selector {
  column-count: 1;
  padding: 0;
  background: #FFFFFF;
  text-align: left;
  height: max-content;
}
@media (min-width: 576px) {
  .country-selector {
    column-count: 2;
    padding: 1rem;
  }
}
@media (min-width: 1200px) {
  .country-selector {
    column-count: 3;
    padding: 2rem;
  }
}
.country-selector .country-selector__region {
  padding: 0 0 2rem;
}
@media (min-width: 576px) {
  .country-selector .country-selector__region {
    padding: 0 2rem 2rem;
  }
}
.country-selector .country-selector__region h3 {
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.country-selector .country-selector__region .country-selector__region__ul {
  padding-left: 0;
}
.country-selector .country-selector-item {
  margin-bottom: 1rem;
  list-style: none;
  text-transform: uppercase;
}
header + .html-slot-container {
  top: 64px;
  position: absolute;
  z-index: 9;
  width: 100%;
}
@media (max-width: calc(992px - 0.02px)) {
  .page:has(.promotion-bar-wrapper) .product-wrapper {
    padding-top: 40px;
  }
}
.promotion-bar {
  position: absolute;
  white-space: nowrap;
  display: flex;
  left: 0;
}
.promotion-bar-wrapper {
  position: relative;
  overflow: hidden;
  width: calc(100% - 40px);
  background: #FBF9F6;
  backdrop-filter: blur(15px);
  margin: 8px 20px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  height: 24px;
  align-items: center;
  display: flex;
}
.promotion-bar-item {
  margin: 0 100px;
  white-space: nowrap;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
@media (max-width: calc(992px - 0.02px)) {
  .promotion-bar-item {
    margin: 0 50px;
  }
}
.promotion-bar-view-all {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  background: #FBF9F6;
  padding: 0 20px;
  text-decoration: underline;
}
.promotion-bar-view-all span {
  margin-left: 3px;
}
@media (max-width: calc(992px - 0.02px)) {
  .promotion-bar-view-all {
    right: initial;
    left: 0;
    padding: 0 8px;
  }
  .promotion-bar-view-all span {
    display: none;
  }
}
.marquee-toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #FBF9F6;
  padding: 0;
  display: flex;
  align-items: center;
  display: none;
}
@media (max-width: calc(992px - 0.02px)) {
  .marquee-toggle-btn {
    display: block;
  }
}
.marquee-toggle-btn .play-bar {
  display: none;
}
.marquee-toggle-btn.active .play-bar {
  display: block;
}
.marquee-toggle-btn.active .stop-bar {
  display: none;
}
.menu-search-flyout .search-suggestion-wrapper {
  display: flex;
  flex-direction: column;
  overflow-y: visible;
}
.menu-search-flyout .site-search {
  position: relative;
  padding: 12px 0 0 0;
}
.menu-search-flyout .site-search .search-wrapper {
  padding: 0 16px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .menu-search-flyout .site-search .search-wrapper {
    padding: 0 20px;
  }
}
.menu-search-flyout .site-search .form-control {
  border: none;
  border-bottom: 1px solid #0F1600;
  background: transparent;
  border-radius: unset;
  padding: 12px 45px 12px 34px;
  font-size: 18px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 21px;
  text-transform: none;
}
@media (max-width: 768px) {
  .menu-search-flyout .site-search .form-control {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .menu-search-flyout .site-search .form-control {
    font-size: 16px;
  }
}
.menu-search-flyout .site-search .form-control:focus {
  box-shadow: none;
}
.menu-search-flyout .icon-search {
  width: 24px;
  height: 24px;
  position: absolute;
}
@media (min-width: 768px) {
  .menu-search-flyout .icon-search {
    width: 26px;
    height: 26px;
  }
}
.menu-search-flyout .reset-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  position: absolute;
  right: 20px;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
}
.menu-search-flyout .suggestions-wrapper {
  display: flex;
  flex-direction: column;
  height: calc(100dvh - 114px);
  overflow-y: scroll;
  scrollbar-width: none;
}
.menu-search-flyout .suggestions-wrapper::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .menu-search-flyout .suggestions-wrapper {
    height: calc(100dvh - 144px);
  }
}
.menu-search-flyout .suggestions-wrapper .suggestions {
  list-style-type: none;
  padding: 0 20px;
  margin-bottom: 24px;
  flex: 1 1 auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  max-width: none;
}
.menu-search-flyout .suggestions-wrapper .suggestions-items {
  gap: 12px;
  display: flex;
  flex-direction: column;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 16px;
  text-transform: none;
}
.menu-search-flyout .suggestions-wrapper .suggestions-items .highlighted {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  font-size: 16px;
  text-transform: none;
}
.menu-search-flyout .suggestions-wrapper .suggestions-item {
  display: contents;
}
.menu-search-flyout .suggestions-wrapper .suggestions .product-tile {
  display: flex;
  flex-direction: column;
  min-width: -webkit-fill-available;
  min-width: -moz-available;
  min-width: stretch;
}
.menu-search-flyout .suggestions-wrapper .suggestions .product-tile .badge-product:not(:first-child) {
  display: none;
}
.menu-search-flyout .suggestions-wrapper .suggestions .product-tile .product-splashes {
  flex-wrap: wrap;
  left: 4px;
  bottom: 4px;
  padding-bottom: 0;
}
.menu-search-flyout .suggestions-wrapper .suggestions .product-tile .product-splashes .btn-filter {
  font-size: 10px;
}
.menu-search-flyout .suggestions-wrapper .suggestions .product-tile .product-splashes .btn-filter .highlighted {
  font-size: 10px;
  line-height: 0;
}
.menu-search-flyout .suggestions-wrapper .suggestions .product-tile .product-tile-image {
  object-fit: contain;
  height: 100%;
  max-height: calc(100% - 14px);
}
.menu-search-flyout .suggestions-wrapper .suggestions .product-tile .show-secondary-image:hover .product-splashes,
.menu-search-flyout .suggestions-wrapper .suggestions .product-tile .show-secondary-image:hover .product-list-enhancements-icon,
.menu-search-flyout .suggestions-wrapper .suggestions .product-tile .show-secondary-image:hover .badge-product-container,
.menu-search-flyout .suggestions-wrapper .suggestions .product-tile .show-secondary-image:focus-within .product-splashes,
.menu-search-flyout .suggestions-wrapper .suggestions .product-tile .show-secondary-image:focus-within .product-list-enhancements-icon,
.menu-search-flyout .suggestions-wrapper .suggestions .product-tile .show-secondary-image:focus-within .badge-product-container {
  display: none;
}
.menu-search-flyout .suggestions-wrapper .search-button-container {
  z-index: 2;
  padding: 12px 0;
  display: flex;
  position: sticky;
  bottom: 0;
  width: 100%;
}
@media (max-width: calc(768px - 0.02px)) {
  .menu-search-flyout .suggestions-wrapper .search-button-container {
    background: rgba(251, 249, 246, 0.75);
    backdrop-filter: blur(4px);
    justify-content: center;
    padding-left: 0;
    bottom: 0;
  }
}
.menu-search-flyout .suggestions-wrapper .search-button-container .btn-see-more {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px 16px;
  background: #232A00;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .menu-search-flyout .suggestions-wrapper .search-button-container .btn-see-more {
    margin-left: 20px;
  }
}
.menu-search-flyout .suggestions-wrapper .loader {
  background-color: transparent;
}
.menu-search-flyout .suggestions-header {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .menu-search-flyout .suggestions-header {
    font-family: "KEVINMURPHYLatin-Bold";
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}
.menu-search-flyout .suggestions-items.products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 835px) {
  .menu-search-flyout .suggestions-items.products {
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
    padding-right: 55px;
  }
}
.menu-search-flyout .suggestions-items.popular {
  display: flex;
  gap: 8px;
  flex-direction: row;
  flex-wrap: wrap;
}
.menu-search-flyout .suggestions-items.popular .suggestions-item {
  background: #FBF9F6;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.menu-search-flyout .suggestions-items.popular .suggestions-item:hover {
  text-decoration: none;
  background: #0F1600;
  color: #FFFFFF;
}
.menu-search-flyout .suggestions-items.popular .suggestions-item a {
  padding: 4px 8px;
  text-decoration: none;
}
.menu-search-flyout .custom-search-suggestion .sectionContainer-wrapper {
  padding: 0;
}
@media (min-width: 768px) {
  .menu-search-flyout .custom-search-suggestion .sectionContainer-wrapper {
    padding-right: 55px;
  }
}
.menu-search-flyout .custom-search-suggestion .sectionContainer-header {
  margin-bottom: 0;
}
.menu-search-flyout .custom-search-suggestion .sectionContainer-title {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 16px;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .menu-search-flyout .custom-search-suggestion .sectionContainer-title {
    font-family: "KEVINMURPHYLatin-Bold";
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
}
.menu-search-flyout .custom-search-suggestion .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 0;
}
@media (min-width: 768px) {
  .menu-search-flyout .custom-search-suggestion .swiper-wrapper {
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.menu-search-flyout .custom-search-suggestion .swiper-wrapper .swiper-slide {
  width: 100%;
}
.menu-search-flyout .custom-search-suggestion .swiper-wrapper .swiper-slide:nth-child(n+5) {
  display: none;
}
header.hidden {
  transform: translateY(-100%);
  opacity: 0;
}
header.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999;
}
header.fixed .header-wrapper_background {
  display: block;
}
header {
  z-index: 9999;
  transition: transform 0.35s ease, opacity 0.35s ease;
  width: 100%;
  height: 64px;
}
header .header-navigation-flyout-categories.mobile-navigation {
  display: block;
}
header .header-navigation-flyout-categories.desktop-navigation {
  display: none;
}
@media (min-width: 1280px) {
  header .header-navigation-flyout-categories.mobile-navigation {
    display: none;
  }
  header .header-navigation-flyout-categories.desktop-navigation {
    display: block;
  }
}
header .header {
  position: relative;
}
header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  z-index: 1001;
  padding: 0 12px;
}
@media (min-width: 835px) {
  header .header-wrapper {
    padding: 0 20px;
  }
}
header .header-wrapper_background {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
header .header-desktop {
  width: 100%;
  display: none;
}
@media (min-width: 1280px) {
  header .header-desktop {
    display: flex;
  }
}
header .header-desktop .header-navigation ul.nav {
  margin-left: 0;
}
header .header-desktop .header-navigation-top .nav-item[data-active=true] {
  text-decoration: underline;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 11px;
  text-transform: uppercase;
}
header .header-desktop .header-navigation .nav-item {
  transition: color 0.15s ease;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 11px;
  text-transform: uppercase;
}
header .header-desktop .header-navigation .nav-item.highlighted {
  color: #DE3719;
}
@media (min-width: 1280px) {
  header .header-desktop .header-navigation-flyout {
    display: none;
  }
}
@media (min-width: 1280px) {
  header .header-desktop .header-navigation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 21px 0px 0 40px;
  }
  header .header-desktop .header-navigation .navbar-nav {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  header .header-desktop .header-navigation .header-navigation_custom-group {
    display: flex;
    align-items: center;
    margin-right: 56px;
  }
  header .header-desktop .header-navigation .header-navigation_custom-group ul {
    display: flex;
    list-style: none;
    gap: 16px;
  }
  header .header-desktop .header-navigation .header-navigation_custom-group ul li {
    line-height: unset;
  }
  header .header-desktop .header-navigation .header-navigation_custom-group ul li a {
    font-family: "KEVINMURPHYLatin-Regular";
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 2px;
    line-height: unset;
  }
  header .header-desktop .header-navigation .header-navigation_custom-group ul li.highlighted a {
    padding: 4px 4px 4px 4px;
    vertical-align: middle;
  }
}
header .header-mobile {
  display: flex;
  gap: 10px;
}
header .header-mobile .icon-close {
  display: none;
}
@media (min-width: 1280px) {
  header .header-mobile {
    display: none;
  }
}
header .header-icons {
  display: flex;
  gap: 10px;
}
@media (min-width: 1280px) {
  header .header-icons {
    gap: 16px;
  }
}
@media (min-width: 1280px) {
  header .header-icons {
    padding-top: 21px;
  }
}
header .header-icons_mobile {
  display: none;
}
header .header-icons_container {
  display: flex;
  gap: 10px;
}
@media (min-width: 1280px) {
  header .header-icons_container {
    gap: 16px;
  }
}
header .header .icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
header .header-logo svg {
  width: 156px;
}
@media (min-width: 1280px) {
  header .header-logo svg {
    width: 310px;
  }
}
header .header .minicart {
  position: relative;
}
header .header .minicart-total {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
header .header .minicart-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 10px;
  text-transform: uppercase;
}
header .header .minicart-quantity {
  margin-top: 5px;
}
header .header .header-navigation_custom-group ul li a {
  transition: color 0.3s ease, background-color 0.3s ease;
}
header .header .header-navigation_custom-group ul li.highlighted a {
  transition: color 0.3s ease, background-color 0.3s ease;
}
header .header .header-icons {
  transition: filter 0.3s ease;
}
header .account-flyout {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
@media (min-width: 1280px) {
  header .account-flyout {
    max-width: 502px;
  }
}
header .account-flyout .flyout_title {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 14px;
  text-transform: none;
  color: #0F1600;
  margin-top: 76px;
  margin-bottom: 0;
}
header .account-flyout .flyout_link-container {
  list-style: none;
  margin-left: 0;
  margin-top: 1rem;
}
header .account-flyout .flyout_link {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
  color: #0F1600;
  margin-top: 1rem;
  font-size: 26px;
  font-size: 18px;
  margin-top: 14px;
}
header .account-flyout .flyout_link a {
  text-decoration: none;
}
header .account-flyout .flyout_footer-links {
  margin-top: auto;
}
header .account-flyout .flyout_footer-links ul {
  list-style: none;
  margin-left: 0;
}
header .account-flyout .flyout_footer-links li a {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 16px;
  text-transform: none;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 768px) {
  header .account-flyout .flyout_footer-links li a {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  header .account-flyout .flyout_footer-links {
    display: none;
  }
}
header .menu-navigation-flyout {
  width: 100%;
  max-width: 100%;
  padding-top: 98px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  overflow-y: scroll;
}
@media (min-width: 1280px) {
  header .menu-navigation-flyout {
    max-width: 835px;
  }
}
header .menu-navigation-flyout::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1280px) {
  header .menu-navigation-flyout {
    overflow: hidden;
  }
  header .menu-navigation-flyout li[data-active=true] {
    z-index: 9998;
  }
  header .menu-navigation-flyout .header-navigation-top,
  header .menu-navigation-flyout .header-navigation_custom-group {
    display: none !important;
  }
  header .menu-navigation-flyout .header-navigation_top-wrapper {
    display: none !important;
  }
}
header .menu-navigation-flyout .header-navigation {
  display: flex;
  flex-direction: column;
  height: 100%;
}
header .menu-navigation-flyout .header-navigation_top-wrapper {
  display: none;
  position: sticky;
  top: 0;
  padding-left: 16px;
  padding-right: 16px;
  justify-content: space-between;
}
header .menu-navigation-flyout .header-navigation_back-category {
  text-decoration: underline;
  width: fit-content;
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
header .menu-navigation-flyout .header-navigation_breadcrumb {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  font-size: 12px;
}
header .menu-navigation-flyout .header-navigation-flyout-categories {
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation {
  overflow-y: scroll;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation [aria-hidden=true] {
  display: none !important;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation [aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  position: relative;
  pointer-events: auto;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation ul {
  margin: 0;
  gap: 12px;
  list-style: none;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation ul a[role=button],
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation ul a[role=link] {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 21px;
  text-transform: none;
  margin-top: 4px;
  width: fit-content;
  font-size: 18px;
  width: 100%;
  max-width: fit-content;
  color: #0F1600;
  padding-left: 16px;
}
@media (max-width: 768px) {
  header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation ul a[role=button],
  header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation ul a[role=link] {
    font-size: 18px;
  }
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation ul a:hover {
  text-decoration: none;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation ul li.highlighted a {
  color: #DE3719;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation ul .view-all {
  order: 97;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation ul .view-all a {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 14px;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation .spacer {
  order: 98;
  height: 100%;
  margin: 0;
  padding: 0;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation .single-component {
  order: 99;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation .single-component:has(.swiper-wrapper) {
  padding-left: 16px;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation .single-component:has(.swiper-wrapper) .swiper-wrapper {
  margin-bottom: 0;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation .single-component:has(.swiper-wrapper) .sectionContainer-wrapper {
  padding: 0;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation .single-component:has(.has-paddings) {
  margin: 0;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation .single-component .has-paddings {
  padding: 32px 16px;
}
@media (min-width: 1280px) {
  header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation .single-component .has-paddings {
    padding: 32px 20px;
  }
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation .menu-level-1 {
  height: 100%;
  width: 100%;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation .menu-level-1[data-active=true] {
  height: auto;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation .menu-level-1[data-active=true] > li.nav-item {
  display: flex;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation .menu-level-1 > li.nav-item {
  display: contents;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation .menu-level-2 {
  width: 100%;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation .menu-level-2:not([data-active=true]) > li {
  display: contents;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation .menu-level-2[data-active=true],
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation .menu-level-3[data-active=true] {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 100%;
  height: calc(100vh - 118px);
}
header .menu-navigation-flyout .header-navigation-flyout-categories.mobile-navigation .nav-item {
  width: 100%;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation {
  display: none;
  overflow: scroll;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation ul {
  padding: 0;
  margin: 0;
}
@media (min-width: 1280px) {
  header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation {
    display: block;
  }
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-group-links {
  margin-top: 4px;
  height: 100%;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-group-links .menu-category-components {
  height: fit-content;
  margin-top: auto;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-level-1 {
  height: 100%;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-level-1 > .link-wrapper {
  width: 100%;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-level-1 > .link-wrapper.active {
  height: 100%;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-level-1 .nav-item {
  width: 100%;
  height: 100%;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-level-2 {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  gap: 1rem;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-level-2 > li {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
  color: #0F1600;
  font-size: 26px;
  transition: color 4ms ease;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-level-2 > li.link-inactive {
  color: #635C55;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-level-2 > li.link-active {
  color: #0F1600;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-level-2 > li a {
  text-decoration: none;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-level-2 > li.view-all {
  margin-top: 28px;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-level-2 > li.view-all a {
  text-decoration: underline;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-level-3 {
  width: 300px;
  margin-right: 67px;
  flex-direction: column;
  gap: 16px;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-level-3 li {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: none;
  line-height: 100%;
  font-size: 16px;
  color: #0F1600;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-level-3 li a {
  text-decoration: none;
  text-transform: none;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-level-3 .view-all {
  margin: 28px 0;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-level-3 .view-all a {
  text-decoration: underline;
  font-size: 14px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation [aria-hidden=true] {
  display: none;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation [aria-hidden=false] {
  opacity: 1;
  display: flex !important;
  transition: opacity 0.2s ease;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-category-components {
  margin-top: auto;
  width: 100%;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-category-components .sectionContainer-wrapper {
  padding-bottom: 0;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-category-components .sectionContainer-wrapper .sectionContainer-title {
  color: #0F1600;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-category-components .single-component {
  width: 100%;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-category-components .single-component > div {
  width: 100%;
}
header .menu-navigation-flyout .header-navigation-flyout-categories.desktop-navigation .menu-category-components .single-component .has-paddings {
  padding: 32px 20px;
  width: 100%;
}
header .menu-navigation-flyout .header-navigation-flyout-categories .menu-group-links {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .menu-navigation-flyout .header-navigation-flyout-categories::-webkit-scrollbar {
  display: none;
}
header .menu-navigation-flyout .header-navigation_custom-group {
  margin-top: auto;
  padding-bottom: 16px;
}
header .menu-navigation-flyout .header-navigation_custom-group ul {
  margin-left: 0;
  list-style: none;
  padding-left: 16px;
}
header .menu-navigation-flyout .header-navigation_custom-group ul li {
  padding-bottom: 4px;
}
header .menu-navigation-flyout .header-navigation_custom-group ul li a {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 16px;
  text-transform: none;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 768px) {
  header .menu-navigation-flyout .header-navigation_custom-group ul li a {
    font-size: 14px;
  }
}
header .menu-search-flyout {
  padding: 64px 0 0;
}
@media (min-width: 1280px) {
  header .menu-search-flyout {
    padding: 94px 0 0 0;
  }
}
body[class*=flyout-active] header .header-mobile .icon {
  filter: invert(17%) sepia(47%) saturate(1310%) hue-rotate(35deg) brightness(85%) contrast(105%) !important;
}
body[class*=flyout-active] header .header-mobile .icon.icon-burger-menu {
  display: none;
}
body[class*=flyout-active] header .header-logo svg path {
  fill: #0F1600 !important;
}
body[class*=flyout-active] header .minicart::before {
  filter: invert(17%) sepia(47%) saturate(1310%) hue-rotate(35deg) brightness(85%) contrast(105%) !important;
}
body.flyout-active-account-flyout [data-close-flyout=account-flyout] {
  display: block;
}
body.flyout-active-account-flyout .header-navigation_custom-group li.highlighted {
  background-color: #BDB6AF;
}
body.flyout-active-account-flyout .header-navigation_custom-group li a {
  color: #0F1600 !important;
}
body.flyout-active-account-flyout .header-navigation_custom-group li a.highlighted a {
  color: #0F1600;
}
body.flyout-active-account-flyout .header-icons .icon:not(.icon-bag) {
  filter: invert(17%) sepia(47%) saturate(1310%) hue-rotate(35deg) brightness(85%) contrast(105%) !important;
}
body.flyout-active-account-flyout .minicart::before {
  filter: invert(17%) sepia(47%) saturate(1310%) hue-rotate(35deg) brightness(85%) contrast(105%) !important;
}
body.flyout-active-account-flyout .minicart .minicart-quantity {
  color: #FFFFFF;
}
body.flyout-active-menu-navigation-flyout [data-close-flyout=menu-navigation-flyout] {
  display: block;
}
body.flyout-active-menu-navigation-flyout .header-navigation_menu-group .nav-item:not(.highlighted) {
  color: #0F1600;
}
body.flyout-active-menu-navigation-flyout .header-logo svg path {
  fill: #0F1600;
}
body.flyout-active-menu-search-flyout [data-open-flyout=menu-navigation-flyout] {
  display: block !important;
}
body.flyout-active-menu-search-flyout [data-close-flyout=menu-search-flyout] {
  display: block;
}
@media (min-width: 1280px) {
  body.flyout-active-menu-search-flyout header .header-navigation .nav-item {
    color: #0F1600;
  }
}
body.flyout-active-menu-search-flyout header .header-navigation .nav-item:not(.highlighted) {
  color: #0F1600;
}
@media (max-width: 1280px) {
  body.flyout-active-menu-search-flyout header .header-mobile .icon.icon-search {
    display: none;
  }
  body.flyout-active-menu-search-flyout header .minicart-quantity {
    color: #FFFFFF !important;
  }
  body.flyout-active-menu-search-flyout header .minicart.icon.icon-bag::before {
    filter: invert(17%) sepia(47%) saturate(1310%) hue-rotate(35deg) brightness(85%) contrast(105%) !important;
    filter: inherit !important;
  }
  body.flyout-active-menu-search-flyout header .header-icons .icon:not(.icon-bag) {
    filter: invert(17%) sepia(47%) saturate(1310%) hue-rotate(35deg) brightness(85%) contrast(105%) !important;
  }
}
header {
  background-color: #FFFFFF;
}
header .header-logo svg path {
  fill: #0F1600;
}
header .header-navigation .nav-item:not(.highlighted) {
  color: #0F1600;
}
header .header-navigation_custom-group ul li a {
  color: #0F1600;
}
@media (min-width: 1280px) {
  header .header-navigation_custom-group ul li.highlighted {
    background-color: #BDB6AF;
  }
  header .header-navigation_custom-group ul li.highlighted a {
    color: #0F1600;
  }
}
header .header-icons .icon:not(.minicart) {
  filter: invert(17%) sepia(47%) saturate(1310%) hue-rotate(35deg) brightness(85%) contrast(105%) !important;
}
header .header-icons_container .icon:not(.icon-bag) {
  filter: invert(17%) sepia(47%) saturate(1310%) hue-rotate(35deg) brightness(85%) contrast(105%) !important;
}
header .header-icons_container .minicart-quantity {
  color: #FFFFFF;
}
header.Theme-Light-Transparent {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
}
header.Theme-Light-Transparent .header-logo svg path {
  fill: #FFFFFF;
}
header.Theme-Light-Transparent .header-mobile .icon {
  filter: invert(100%) brightness(1.2) !important;
}
header.Theme-Light-Transparent .header-navigation .nav-item:not(.highlighted) {
  color: #0F1600;
}
@media (min-width: 1280px) {
  header.Theme-Light-Transparent .header-navigation .nav-item:not(.highlighted) {
    color: #FFFFFF;
  }
}
header.Theme-Light-Transparent .header-navigation_custom-group ul li a {
  color: #FFFFFF;
}
@media (min-width: 1280px) {
  header.Theme-Light-Transparent .header-navigation_custom-group ul li.highlighted {
    background-color: #FFFFFF;
  }
}
header.Theme-Light-Transparent .header-navigation_custom-group ul li.highlighted a {
  color: #0F1600;
}
header.Theme-Light-Transparent .header-icons .icon:not(.icon-bag) {
  filter: invert(100%) brightness(1.2) !important;
}
header.Theme-Light-Transparent .header-icons_container .icon:not(.icon-bag) {
  filter: invert(100%) brightness(1.2) !important;
}
header.Theme-Light-Transparent .header-icons_container .minicart::before {
  filter: invert(100%) brightness(1.2) !important;
}
header.Theme-Light-Transparent .header-icons_container .minicart-quantity {
  color: #0F1600;
}
header.Theme-Light-Transparent .header-wrapper_background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
body.flyout-active-account-flyout .page:has(header.Theme-Light-Transparent) .header-navigation_custom-group li.highlighted {
  background-color: #BDB6AF;
}
body.flyout-active-account-flyout .page:has(header.Theme-Light-Transparent) .header-logo svg path {
  fill: #0F1600 !important;
}
@media (min-width: 1280px) {
  body.flyout-active-account-flyout .page:has(header.Theme-Light-Transparent) .header-logo svg path {
    fill: #FFFFFF !important;
  }
}
body.flyout-active-account-flyout .page:has(header.Theme-Light-Transparent) .header-mobile .icon {
  filter: invert(17%) sepia(47%) saturate(1310%) hue-rotate(35deg) brightness(85%) contrast(105%) !important;
}
body.flyout-active-account-flyout .page:has(header.Theme-Light-Transparent) .header-icons .icon:not(.icon-bag) {
  filter: invert(17%) sepia(47%) saturate(1310%) hue-rotate(35deg) brightness(85%) contrast(105%) !important;
}
body.flyout-active-account-flyout .page:has(header.Theme-Light-Transparent) .minicart::before {
  filter: invert(17%) sepia(47%) saturate(1310%) hue-rotate(35deg) brightness(85%) contrast(105%) !important;
}
body.flyout-active-account-flyout .page:has(header.Theme-Light-Transparent) .minicart .minicart-quantity {
  color: #FFFFFF;
}
body.flyout-active-menu-navigation-flyout .page:has(header.Theme-Light-Transparent) .header-mobile .icon {
  filter: invert(17%) sepia(47%) saturate(1310%) hue-rotate(35deg) brightness(85%) contrast(105%) !important;
}
body.flyout-active-menu-navigation-flyout .page:has(header.Theme-Light-Transparent) .header-navigation_custom-group ul li:not(.highlighted) a {
  color: #0F1600;
}
@media (min-width: 1280px) {
  body.flyout-active-menu-navigation-flyout .page:has(header.Theme-Light-Transparent) .header-navigation_custom-group ul li:not(.highlighted) a {
    color: #FFFFFF;
  }
}
body.flyout-active-menu-navigation-flyout .page:has(header.Theme-Light-Transparent) .header-navigation .nav-item:not(.highlighted) {
  color: #0F1600;
}
body.flyout-active-menu-navigation-flyout .page:has(header.Theme-Light-Transparent) .header-logo svg path {
  fill: #0F1600;
}
body.flyout-active-menu-navigation-flyout .page:has(header.Theme-Light-Transparent) .header-icons .icon:not(.minicart) {
  filter: invert(17%) sepia(47%) saturate(1310%) hue-rotate(35deg) brightness(85%) contrast(105%) !important;
}
@media (min-width: 1280px) {
  body.flyout-active-menu-navigation-flyout .page:has(header.Theme-Light-Transparent) .header-icons .icon:not(.minicart) {
    filter: invert(100%) brightness(1.2) !important;
  }
}
body.flyout-active-menu-navigation-flyout .page:has(header.Theme-Light-Transparent) .header-icons .minicart::before {
  filter: invert(17%) sepia(47%) saturate(1310%) hue-rotate(35deg) brightness(85%) contrast(105%) !important;
}
body.flyout-active-menu-navigation-flyout .page:has(header.Theme-Light-Transparent) .header-icons .minicart .minicart-quantity {
  color: #FFFFFF;
}
@media (min-width: 1280px) {
  body.flyout-active-menu-navigation-flyout .page:has(header.Theme-Light-Transparent) .header-icons .minicart::before {
    filter: invert(100%) brightness(1.2) !important;
  }
  body.flyout-active-menu-navigation-flyout .page:has(header.Theme-Light-Transparent) .header-icons .minicart .minicart-quantity {
    color: #0F1600;
  }
}
header.Theme-Light {
  background-color: #FFFFFF;
}
header.Theme-Light .header-logo svg path {
  fill: #0F1600;
}
header.Theme-Light .header-navigation .nav-item:not(.highlighted) {
  color: #0F1600;
}
header.Theme-Light .header-navigation_custom-group ul li a {
  color: #0F1600;
}
@media (min-width: 1280px) {
  header.Theme-Light .header-navigation_custom-group ul li.highlighted {
    background-color: #F2EFEB;
  }
  header.Theme-Light .header-navigation_custom-group ul li.highlighted a {
    color: #0F1600;
  }
}
header.Theme-Light .header-icons .icon:not(.minicart) {
  filter: invert(17%) sepia(47%) saturate(1310%) hue-rotate(35deg) brightness(85%) contrast(105%) !important;
}
header.Theme-Light .header-icons_container .icon:not(.icon-bag) {
  filter: invert(17%) sepia(47%) saturate(1310%) hue-rotate(35deg) brightness(85%) contrast(105%) !important;
}
header.Theme-Light .header-icons_container .minicart-quantity {
  color: #FFFFFF;
}
body.flyout-active-account-flyout .page:has(header.Theme-Light) .header-navigation_custom-group li a.highlighted a {
  color: #FFFFFF;
}
header.theme-light {
  position: sticky;
  top: 0;
}
.flyout {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .flyout {
    max-width: 502px;
  }
}
.flyout[hidden] {
  display: none;
}
.flyout.is-visible {
  display: block;
}
.flyout.is-visible:not(.is-hidden) {
  transform: translateX(0);
}
.flyout.is-hidden {
  transform: translateX(100%);
}
.flyout.slide-left {
  left: 0;
  right: auto;
  transform: translateX(-100%);
}
.flyout.slide-left.is-visible:not(.is-hidden) {
  transform: translateX(0);
}
.flyout.slide-left.is-hidden {
  transform: translateX(-100%);
}
body[class*=flyout-active] {
  overflow-x: hidden;
}
body[class*=flyout-active] .gallery-carousel .swiper,
body[class*=flyout-active] .gallery-carousel .swiper-wrapper,
body[class*=flyout-active] .gallery-carousel .swiper-slide {
  transform: none !important;
  overflow: visible !important;
}
@media (min-width: 992px) {
  body[class*=flyout-active] .gallery-carousel .swiper .swiper-navigation,
  body[class*=flyout-active] .gallery-carousel .swiper-wrapper .swiper-navigation,
  body[class*=flyout-active] .gallery-carousel .swiper-slide .swiper-navigation {
    z-index: 0;
  }
}
@media (max-width: calc(1200px - 0.02px)) {
  body[class*=flyout-active] .gallery-carousel .swiper .swiper-pagination-bullets,
  body[class*=flyout-active] .gallery-carousel .swiper-wrapper .swiper-pagination-bullets,
  body[class*=flyout-active] .gallery-carousel .swiper-slide .swiper-pagination-bullets {
    z-index: 0;
  }
}
.filters-modal {
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filters-modal .remove-all-filters {
  display: none;
}
.filters-modal .modal-dialog {
  max-width: 502px;
  width: 100%;
  height: 100%;
  margin: 0;
  margin-left: auto;
  pointer-events: all;
  color: #0F1600;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.filters-modal .modal-body {
  padding: 0;
  overflow-y: auto;
  flex: 1 1 auto;
}
.filters-modal .modal-header {
  padding: 0 0 24px 0;
  border: none;
  flex-shrink: 0;
  align-items: center;
}
.filters-modal .modal-header .close {
  color: #0F1600;
}
.filters-modal .modal-header .modal-title {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: none;
}
.filters-modal .modal-footer {
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
  border: none;
  padding: 0;
}
.filters-modal .modal-footer .filter-bar {
  width: 100%;
}
.refinements-item-header {
  margin-bottom: 3px;
}
.refinements-item-header-link {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  padding: 11px 0;
  text-decoration: none;
  display: flex;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .refinements-item-header-link {
    padding: 8px 0;
  }
}
.refinements-item-header-link i {
  margin-left: auto;
  font-size: 16px;
}
.refinements-item-header-link .icon-minus {
  display: none;
}
.refinements-item-header-link[aria-expanded=true] .icon-minus {
  display: block;
}
.refinements-item-header-link[aria-expanded=true] .icon-plus {
  display: none;
}
.refinements-item-header-link:hover,
.refinements-item-header-link:active,
.refinements-item-header-link:focus {
  text-decoration: none;
}
.refinements-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.refinements-list li .custom-control.custom-checkbox {
  display: flex;
  padding-left: 0;
}
.refinements-list li .custom-control.custom-checkbox .custom-control-label::before {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.refinements-list li .custom-control.custom-checkbox .custom-control-label span {
  display: flex;
  margin-top: 0;
  margin-left: 20px;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .refinements-list li .custom-control.custom-checkbox .custom-control-label span {
    padding: 8px 0;
  }
}
.refinements-list li .custom-control.custom-checkbox .custom-control-label::after {
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.refinements-list li .custom-control.custom-checkbox .custom-control-label.is-locked-filter {
  pointer-events: none;
  cursor: default;
}
.refinements-list li .custom-control.custom-checkbox .custom-control-label.is-locked-filter::after {
  background: #EAE6DE;
  color: #BDB6AF;
}
.refinements-list li:last-of-type {
  margin-bottom: 16px;
}
.selected-filters {
  bottom: 0;
  left: 0;
  padding: 16px 20px;
  width: 100%;
}
.selected-filters.plp-grid {
  padding: 20px 0;
}
.selected-filters.plp-grid .remove-all-filters a {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: none;
  text-decoration: underline;
}
.selected-filters.plp-grid .result-count {
  display: none;
}
.selected-filters .filter-bar ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 8px;
  flex-flow: row wrap;
}
.selected-filters .filter-bar .result-count {
  margin-top: 16px;
}
.selected-filters .filter-bar .btn-filters-footer {
  gap: 16px;
}
.selected-filters .filter-bar .btn-filters-footer .btn {
  width: 50%;
  text-align: center;
}
.selected-filters .filter-bar .btn-filters-footer .btn-secondary {
  background: transparent;
}
.selected-filters .filter-bar .btn-filters-footer .btn-secondary:hover {
  background: #232A00;
  color: #FFFFFF;
}
.selected-filters .filter-bar .btn-filters-footer .btn-primary:hover {
  background: transparent;
}
.selected-filters .btn-filters {
  padding: 6px 8px;
  border-radius: 70px;
  background-color: #232A00;
  color: #FFFFFF;
  border: 1px solid #232A00;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: none;
}
.selected-filters .btn-filters svg {
  margin-top: -1px;
}
.selected-filters .btn-filters:hover {
  background-color: transparent;
  color: #232A00;
  border: 1px solid #232A00;
}
.selected-filters .btn-filters:hover svg path {
  stroke: #232A00;
}
.selected-filters .btn-filters.is-locked-filter {
  pointer-events: none;
  background: #EAE6DE;
  color: #BDB6AF;
  border-color: transparent;
}
.selected-filters .btn-filters.is-locked-filter svg path {
  fill: #BDB6AF;
  color: #BDB6AF;
  stroke: #BDB6AF;
}
@media (max-width: calc(992px - 0.02px)) {
  input,
  textarea,
  select {
    font-size: 16px !important;
  }
}
.form-control-label {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.form-control::placeholder {
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.form-control.is-invalid {
  background-image: none;
}
input.form-control,
select.form-control {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.form-group:has(input:not([type=checkbox]):not(:placeholder-shown)) label {
  color: #635C55;
}
.form-group:has(input:not([type=checkbox]):focus) label {
  color: #635C55;
}
.form-group:has(input[type=checkbox]:checked) label {
  color: #635C55;
}
.form-control:not(select):not(textarea):not(.quantity-stepper):not(.search-field) {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  background-color: #F2EFEB;
  border-radius: 0;
  padding: 12px 8px 12px 8px;
}
.form-control:not(select):not(textarea):not(.quantity-stepper):not(.search-field):focus {
  color: #000000;
}
.form-control:not(select):not(textarea):not(.quantity-stepper):not(.search-field):hover,
.form-control:not(select):not(textarea):not(.quantity-stepper):not(.search-field):focus,
.form-control:not(select):not(textarea):not(.quantity-stepper):not(.search-field).focus,
.form-control:not(select):not(textarea):not(.quantity-stepper):not(.search-field):focus:hover,
.form-control:not(select):not(textarea):not(.quantity-stepper):not(.search-field).is-invalid,
.form-control:not(select):not(textarea):not(.quantity-stepper):not(.search-field).is-invalid:focus {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  padding: 12px 8px 12px 8px;
  box-shadow: none;
}
.form-control:not(select):not(textarea):not(.quantity-stepper):not(.search-field).is-invalid,
.form-control:not(select):not(textarea):not(.quantity-stepper):not(.search-field).is-invalid:focus {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #DE3719;
  padding: 12px 8px 12px 8px;
  box-shadow: none;
}
.form-control:not(select):not(textarea):not(.quantity-stepper):not(.search-field):disabled,
.form-control:not(select):not(textarea):not(.quantity-stepper):not(.search-field).disabled {
  opacity: 1;
  color: #D6D6D6;
}
.form-control:not(select):not(textarea):not(.quantity-stepper):not(.search-field):disabled::placeholder,
.form-control:not(select):not(textarea):not(.quantity-stepper):not(.search-field).disabled::placeholder {
  color: #D6D6D6;
}
.form-control.custom-select.is-invalid {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom: 1px solid #DE3719;
  box-shadow: none;
}
.form-control.custom-select.is-invalid .shippingState {
  padding-bottom: 8px;
}
.form-control.custom-select.is-invalid .shippingState .invalid-feedback {
  position: absolute;
}
.custom-dropdown-wrapper:has(.shippingState) {
  padding-bottom: 12px;
}
.custom-dropdown-wrapper:has(.shippingState) .dropdown-arrow {
  top: 40% !important;
}
.custom-dropdown-wrapper:has(.shippingState) .invalid-feedback {
  position: absolute;
}
.form-group select,
.form-group input,
.password-form input {
  background-image: none !important;
}
.form-control.form-control-sm:not(select):not(textarea):not(.quantity-stepper):not(.search-field) {
  padding-left: 0;
  padding-right: 0;
}
.form-control.form-control-sm:not(select):not(textarea):not(.quantity-stepper):not(.search-field):hover,
.form-control.form-control-sm:not(select):not(textarea):not(.quantity-stepper):not(.search-field):focus,
.form-control.form-control-sm:not(select):not(textarea):not(.quantity-stepper):not(.search-field).focus,
.form-control.form-control-sm:not(select):not(textarea):not(.quantity-stepper):not(.search-field):focus:hover,
.form-control.form-control-sm:not(select):not(textarea):not(.quantity-stepper):not(.search-field).is-invalid,
.form-control.form-control-sm:not(select):not(textarea):not(.quantity-stepper):not(.search-field).is-invalid:focus {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-width: 2px;
  padding-bottom: calc(6px - 1px);
}
select.form-control {
  height: 32px;
  background-color: #F2EFEB;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTIgNyIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xMSAxTDYgNkwxIDAuOTk5OTk5IiBzdHJva2U9IiMwRjE2MDAiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+);
  background-repeat: no-repeat;
  background-position: right 8px center;
}
select.form-control:active,
select.form-control:focus {
  background-color: #F2EFEB;
}
.custom-select {
  padding-top: 0;
  padding-bottom: 0;
  line-height: calc(16px + 12px + 12px + 1px * 2);
}
.custom-select.form-control-sm {
  line-height: calc(14px + 8px + 6px + 1px * 2);
}
.custom-select.no-bg {
  background: none;
}
.custom-checkbox .custom-control-label:after {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.custom-radio .custom-control-input.is-invalid ~ .custom-control-label::before,
.custom-checkbox .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #FFFFFF;
  border-color: #BF242B;
}
.custom-radio .custom-control-input.is-invalid:hover ~ .custom-control-label::before,
.custom-checkbox .custom-control-input.is-invalid:hover ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #BF242B;
}
.custom-radio .custom-control-input:disabled ~ .custom-control-label,
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label {
  color: #D6D6D6;
  font-family: "KEVINMURPHYLatin-Regular";
}
.custom-radio .custom-control-input:disabled ~ .custom-control-label:before,
.custom-checkbox .custom-control-input:disabled ~ .custom-control-label:before {
  box-shadow: none;
  background: transparent;
  border-color: #D6D6D6;
}
.custom-radio .custom-control-input:checked.is-invalid ~ .custom-control-label::after {
  background-color: #BF242B;
}
.quantity-stepper .disabled {
  opacity: 1;
  color: #D6D6D6;
}
.quantity-stepper button.icon-minus {
  padding-left: 10px;
}
.quantity-stepper button.icon-plus {
  padding-right: 10px;
}
.custom-control.custom-checkbox.show-password {
  float: right;
}
.validator-container {
  margin-top: 12px;
  padding-left: 0;
  padding-right: 0;
}
.validator-container p {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.validator-container .password-validation-helper {
  margin: 0 !important;
}
.validator-container .password-validation-helper li {
  padding: 8px 0;
  flex-flow: nowrap;
  list-style-type: none;
  display: flex;
  align-items: center;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.validator-container .password-validation-helper li::before {
  content: "";
  display: inline-block;
  width: 12px !important;
  height: 12px !important;
  border: 1px solid #DCD4CA;
  margin-right: 8px;
}
.validator-container .password-validation-helper li.valid {
  position: relative;
}
.validator-container .password-validation-helper li.valid::before {
  content: "";
  width: 6px !important;
  height: 12px !important;
  border: solid #008000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-radius: unset;
  margin-left: 4px;
  margin-bottom: 3px;
}
.validator-container .password-validation-helper li.error {
  position: relative;
}
.validator-container .password-validation-helper li.error::before {
  content: "!";
  color: #DE3719;
  font-size: 10px;
  line-height: 1;
  border: 1px solid #DE3719;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
}
.checkout-main .show-password {
  float: none;
  margin-top: 8px;
  padding-left: 24px;
}
.checkout-main .show-password .custom-control-label {
  font-size: 16px;
}
.checkout-main .show-password .custom-control-label::before,
.checkout-main .show-password .custom-control-label::after {
  width: 18px;
  height: 18px;
  left: -24px;
}
.checkout-main .show-password .custom-control-input:checked ~ .custom-control-label::before,
.checkout-main .show-password .custom-control-input:checked ~ .custom-control-label::after {
  width: 18px;
  height: 18px;
}
.checkout-main .show-password .custom-control-input:checked ~ .custom-control-label::after {
  font-size: 11px;
  line-height: 20px;
}
@media (min-width: 576px) {
  .checkout-main .show-password {
    float: right;
    margin-top: -2px;
  }
}
.validator-container {
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
}
.validator-container > p {
  margin-bottom: 4px;
}
.validator-container .password-validation-helper li {
  padding: 4px 0;
  flex-flow: nowrap;
}
.validator-container .password-validation-helper li::before {
  width: 22px;
}
.form-group .form-text,
.form-group .invalid-feedback {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.05em;
  margin-top: 8px;
  display: block;
}
.order-product-summary .product-line-item-details {
  gap: 12px;
}
.order-product-summary .product-line-item-details .line-item a {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: #0F1600;
}
.order-product-summary .product-line-item-details .line-item.product-name-attribute span {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  color: #635C55;
}
.order-product-summary .product-line-item-details .line-item.line-item-quantity span {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  color: #635C55;
}
.order-product-summary .product-line-item-details .line-item.line-item-pricing-info {
  display: flex;
  gap: 4px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.order-product-summary .product-summary-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .order-total-summary .leading-lines {
    max-width: 50%;
  }
}
.order-total-summary .leading-lines p {
  margin: 8px 0px;
}
.order-total-summary .grand-total {
  margin-top: 8px;
}
.order-total-summary .grand-total .order-receipt-label {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.billing-summary .address-summary {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.billing-summary .address-summary .address-information {
  margin-top: 8px;
}
.billing-summary .address-summary,
.billing-summary .order-summary-email,
.billing-summary .order-summary-phone {
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.billing-summary .paymentSummaryInfo {
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.shipping-summary .summary-details,
.shipping-summary .address-summary {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.shipping-summary .summary-details .address-information,
.shipping-summary .address-summary .address-information {
  margin-top: 8px;
}
.shipping-summary .shipping-phone {
  margin-top: 8px;
}
.shipping-summary .address-summary,
.shipping-summary .order-summary-email,
.shipping-summary .order-summary-phone,
.shipping-summary .shipping-phone {
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.shipping-summary_method {
  color: #635C55;
  border-top: 6px solid #F2EFEB;
  margin-left: -16px;
  margin-right: -16px;
  padding: 16px 16px 0px 16px;
}
.shipping-summary_method .shipping-method-label {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: #0F1600;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=AD])::before {
  background-position: center 33.4837%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=AE])::before {
  background-position: center 48.1159%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=AF])::before {
  background-position: center 25.5025%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=AG])::before {
  background-position: center 13.5307%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=AI])::before {
  background-position: center 13.309%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=AL])::before {
  background-position: center 33.25975%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=AM])::before {
  background-position: center 33.7054%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=AO])::before {
  background-position: center 0.4524%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=AR])::before {
  background-position: center 13.7524%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=AS])::before {
  background-position: right 48.5593%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=AT])::before {
  background-position: center 33.9271%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=AU])::before {
  background-position: center 48.781%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=AW])::before {
  background-position: left 13.9741%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=AX])::before {
  background-position: center 33.0403%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=AZ])::before {
  background-position: center 25.7242%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BA])::before {
  background-position: center 34.5922%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BB])::before {
  background-position: center 14.4175%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BD])::before {
  background-position: center 25.9459%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BE])::before {
  background-position: center 34.3705%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BF])::before {
  background-position: center 1.1162%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BG])::before {
  background-position: center 34.8139%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BH])::before {
  background-position: center 45.0121%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BI])::before {
  background-position: center 1.3379%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BJ])::before {
  background-position: center 0.6721%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BL])::before {
  background-position: center 22.6204%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BM])::before {
  background-position: center 15.0826%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BO])::before {
  background-position: center 15.306%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BQ])::before {
  background-position: center 14.6415%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BR])::before {
  background-position: center 15.7496%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BS])::before {
  background-position: left 14.1958%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BW])::before {
  background-position: center 0.8958%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BY])::before {
  background-position: left 34.1488%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=BZ])::before {
  background-position: center 14.8609%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=CA])::before {
  background-position: center 15.9694%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=CC])::before {
  background-position: center 49.2244%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=CD])::before {
  background-position: left 2.4467%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=CF])::before {
  background-position: center 2.0047%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=CG])::before {
  background-position: center 8.4316%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=CH])::before {
  background-position: center 43.9036%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=CI])::before {
  background-position: center 4.8844%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=CK])::before {
  background-position: center 49.4445%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=CL])::before {
  background-position: left 16.4128%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=CN])::before {
  background-position: left 26.8327%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=CO])::before {
  background-position: left 16.6345%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=CR])::before {
  background-position: center 17.0779%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=CU])::before {
  background-position: left 17.2996%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=CV])::before {
  background-position: center 1.7805%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=CW])::before {
  background-position: center 17.5213%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=CY])::before {
  background-position: center 35.2555%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=CZ])::before {
  background-position: left 35.479%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=DE])::before {
  background-position: center 36.8092%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=DJ])::before {
  background-position: left 2.6674%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=DK])::before {
  background-position: center 35.7007%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=DM])::before {
  background-position: center 17.743%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=DO])::before {
  background-position: center 17.968%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=DZ])::before {
  background-position: center 0.2287%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=EC])::before {
  background-position: center 18.1864%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=EE])::before {
  background-position: center 35.9224%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=EG])::before {
  background-position: center 2.8931%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=ER])::before {
  background-position: left 3.3325%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=ES])::before {
  background-position: left 43.4602%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=ET])::before {
  background-position: center 3.5542%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=FI])::before {
  background-position: center 36.3658%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=FJ])::before {
  background-position: center 49.6678%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=FK])::before {
  background-position: center 18.6298%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=FM])::before {
  background-position: center 50.7763%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=FO])::before {
  background-position: center 36.1441%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=FR])::before {
  background-position: center 36.5875%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=GA])::before {
  background-position: center 3.7759%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=GB])::before {
  background-position: center 44.5687%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=GD])::before {
  background-position: center 19.2987%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=GE])::before {
  background-position: center 27.0544%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=GF])::before {
  background-position: center 18.8515%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=GH])::before {
  background-position: center 4.2229%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=GI])::before {
  background-position: center 37.0309%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=GL])::before {
  background-position: left 19.0732%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=GM])::before {
  background-position: center 4.0015%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=GN])::before {
  background-position: center 4.441%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=GP])::before {
  background-position: center 19.518%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=GR])::before {
  background-position: left 37.2526%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=GS])::before {
  background-position: left 52.7716%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=GT])::before {
  background-position: center 19.7383%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=GU])::before {
  background-position: center 50.1112%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=GW])::before {
  background-position: left 4.66663%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=GY])::before {
  background-position: center 19.96%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=HK])::before {
  background-position: center 27.2761%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=HN])::before {
  background-position: center 20.4034%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=HT])::before {
  background-position: center 20.1817%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=HU])::before {
  background-position: center 37.696%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=ID])::before {
  background-position: center 27.7195%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=IE])::before {
  background-position: center 38.1394%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=IL])::before {
  background-position: center 45.6772%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=IM])::before {
  background-position: center 38.3611%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=IN])::before {
  background-position: center 27.4978%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=IQ])::before {
  background-position: center 45.4555%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=IS])::before {
  background-position: center 37.9177%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=IT])::before {
  background-position: center 38.5828%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=JE])::before {
  background-position: center 38.8045%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=JM])::before {
  background-position: center 20.6241%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=JO])::before {
  background-position: left 46.1206%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=JP])::before {
  background-position: center 27.9412%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=KE])::before {
  background-position: center 5.1061%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=KG])::before {
  background-position: center 46.3423%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=KI])::before {
  background-position: center 50.3329%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=KN])::before {
  background-position: center 22.8421%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=KR])::before {
  background-position: center 31.2667%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=KW])::before {
  background-position: left 45.897%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=KZ])::before {
  background-position: center 28.1615%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=LA])::before {
  background-position: center 28.3846%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=LB])::before {
  background-position: center 46.561%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=LC])::before {
  background-position: center 23.0638%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=LI])::before {
  background-position: left 39.4696%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=LK])::before {
  background-position: right 31.4884%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=LR])::before {
  background-position: left 5.5495%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=LS])::before {
  background-position: center 5.3298%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=LT])::before {
  background-position: center 39.6913%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=LU])::before {
  background-position: center 39.913%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=LV])::before {
  background-position: center 39.2479%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=LY])::before {
  background-position: center 5.7712%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MA])::before {
  background-position: center 7.3231%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MC])::before {
  background-position: center 40.5781%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MD])::before {
  background-position: center 40.3564%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=ME])::before {
  background-position: center 40.7998%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MF])::before {
  background-position: center 19.518%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MG])::before {
  background-position: center 5.994%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MH])::before {
  background-position: left 50.5546%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MK])::before {
  background-position: center 41.2432%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=ML])::before {
  background-position: center 6.4363%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MM])::before {
  background-position: center 29.4931%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MN])::before {
  background-position: left 29.2714%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MO])::before {
  background-position: center 28.6063%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MP])::before {
  background-position: center 30.1582%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MQ])::before {
  background-position: center 20.8468%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MR])::before {
  background-position: center 6.658%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MS])::before {
  background-position: center 21.2902%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MT])::before {
  background-position: left 40.1347%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MU])::before {
  background-position: center 6.8805%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MV])::before {
  background-position: center 29.0497%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MX])::before {
  background-position: center 21.0685%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MY])::before {
  background-position: center 28.829%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=MZ])::before {
  background-position: left 7.5448%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=NA])::before {
  background-position: left 7.7661%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=NC])::before {
  background-position: center 50.998%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=NE])::before {
  background-position: center 7.98937%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=NF])::before {
  background-position: center 51.8848%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=NG])::before {
  background-position: center 8.2099%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=NI])::before {
  background-position: center 21.5119%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=NL])::before {
  background-position: center 41.0215%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=NO])::before {
  background-position: center 41.4649%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=NP])::before {
  background-position: left 29.7148%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=NR])::before {
  background-position: left 51.4414%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=NU])::before {
  background-position: center 51.6631%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=NZ])::before {
  background-position: center 51.2197%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=OM])::before {
  background-position: left 46.7857%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=PA])::before {
  background-position: center 21.7336%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=PE])::before {
  background-position: center 22.177%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=PF])::before {
  background-position: center 49.8895%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=PG])::before {
  background-position: center 30.6016%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=PH])::before {
  background-position: left 30.8233%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=PK])::before {
  background-position: center 47.0074%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=PL])::before {
  background-position: center 41.6866%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=PN])::before {
  background-position: center 21.7336%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=PR])::before {
  background-position: left 22.4002%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=PS])::before {
  background-position: center 47.2291%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=PT])::before {
  background-position: center 41.9083%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=PW])::before {
  background-position: center 30.3799%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=PY])::before {
  background-position: center 21.9553%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=QA])::before {
  background-position: center 47.4508%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=RE])::before {
  background-position: center 8.6533%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=RO])::before {
  background-position: center 42.13%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=RS])::before {
  background-position: center 42.7951%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=RU])::before {
  background-position: center 42.3517%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=RW])::before {
  background-position: right 8.875%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SA])::before {
  background-position: center 47.6725%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SB])::before {
  background-position: left 52.3282%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SC])::before {
  background-position: left 9.7628%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SD])::before {
  background-position: center 10.8703%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SE])::before {
  background-position: center 43.6819%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SG])::before {
  background-position: left 31.045%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SH])::before {
  background-position: center 9.0967%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SJ])::before {
  background-position: center 41.4649%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SK])::before {
  background-position: center 43.0168%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SL])::before {
  background-position: center 9.9845%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SN])::before {
  background-position: center 9.5426%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SO])::before {
  background-position: center 10.2052%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SR])::before {
  background-position: center 11.0945%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SS])::before {
  background-position: left 10.6486%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=ST])::before {
  background-position: center 9.322%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SV])::before {
  background-position: center 18.411%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SX])::before {
  background-position: left 23.732%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SY])::before {
  background-position: center 47.8942%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=SZ])::before {
  background-position: center 11.3135%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=TC])::before {
  background-position: center 24.1723%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=TD])::before {
  background-position: center 2.2247%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=TG])::before {
  background-position: left 11.5354%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=TH])::before {
  background-position: center 32.1535%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=TJ])::before {
  background-position: center 31.9318%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=TK])::before {
  background-position: center 52.5499%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=TL])::before {
  background-position: left 32.3752%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=TM])::before {
  background-position: center 32.5969%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=TN])::before {
  background-position: center 11.7593%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=TO])::before {
  background-position: left 52.7716%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=TR])::before {
  background-position: center 44.1253%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=TT])::before {
  background-position: center 23.9506%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=TV])::before {
  background-position: center 52.9933%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=TW])::before {
  background-position: left 31.7101%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=TZ])::before {
  background-position: center 12.2005%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=UA])::before {
  background-position: center 44.347%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=UG])::before {
  background-position: center 11.9799%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=US])::before {
  background-position: center 24.394%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=UY])::before {
  background-position: left 24.8374%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=UZ])::before {
  background-position: left 48.3376%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=VA])::before {
  background-position: right 44.7904%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=VC])::before {
  background-position: center 23.5072%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=VE])::before {
  background-position: center 25.0591%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=VG])::before {
  background-position: center 15.528%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=VI])::before {
  background-position: center 24.6157%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=VN])::before {
  background-position: center 32.8186%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=VU])::before {
  background-position: left 53.215%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=WF])::before {
  background-position: center 53.4315%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=WS])::before {
  background-position: left 52.1065%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=YE])::before {
  background-position: center 12.644%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=YT])::before {
  background-position: center 7.1038%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=ZA])::before {
  background-position: left 10.4269%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=ZM])::before {
  background-position: center 12.8664%;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag=ZW])::before {
  background-position: left 13.0873%;
}
.country-code-wrapper {
  padding: 0;
  position: relative;
  display: inline-flex;
  align-items: center;
}
.country-code-wrapper .prefix-display {
  position: absolute;
  right: 12px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.country-code-wrapper .phone-display {
  width: 100%;
}
.country-code-wrapper::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background-image: url(../images/flags.png);
  background-repeat: no-repeat;
  background-size: 100% 49494%;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
}
.country-code-wrapper .country-code-select {
  position: relative;
  z-index: 2;
  padding: 0px 12px;
  width: 70px;
  text-align: right;
  min-height: 30px;
  color: transparent;
  background: transparent;
}
.country-code-wrapper .country-code-select:hover,
.country-code-wrapper .country-code-select:focus,
.country-code-wrapper .country-code-select:active {
  color: transparent;
  background: transparent;
}
.country-code-wrapper:has(.country-code-select[data-selected-flag])::before {
  opacity: 1;
}
.card .product-item .item-attributes .unit-price .price:has(.strike-through.list) .sales .value {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: #DE3719;
}
.card .product-item .item-attributes .unit-price .price > span {
  display: flex;
  gap: 4px;
}
@font-face {
  font-family: "KEVINMURPHYLatin-Regular";
  src: url(../fonts/KEVINMURPHYLatin-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "KEVINMURPHYLatin-Bold";
  src: url(../fonts/KEVINMURPHYLatin-Bold.woff2) format("woff2");
  font-weight: bold;
  font-style: normal;
}
.hero-product-tile {
  background-color: rgba(251, 249, 246, 0.9);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  height: 208px;
  position: relative;
}
@media (min-width: 992px) {
  .hero-product-tile {
    height: 270px;
  }
}
.hero-product-tile-wrapper {
  position: absolute;
  bottom: 20px;
  left: 1rem;
  display: flex;
}
@media (min-width: 992px) {
  .hero-product-tile-wrapper {
    left: 20px;
  }
}
.hero-product-tile:first-child {
  margin-right: 8px;
}
@media (min-width: 992px) {
  .hero-product-tile:first-child {
    margin-right: 1rem;
  }
}
.hero-product-tile-name {
  padding: 12px 8px 0 8px;
  position: absolute;
  top: 0;
}
.hero-product-tile-link {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  font-size: 11px;
}
.hero-product-tile-link:hover,
.hero-product-tile-link:active,
.hero-product-tile-link:focus {
  color: #0F1600;
  text-decoration: none;
}
@media (min-width: 992px) {
  .hero-product-tile-link {
    font-size: 12px;
  }
}
.hero-product-tile-price {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 6px;
}
@media (min-width: 992px) {
  .hero-product-tile-price {
    font-size: 12px;
  }
}
.hero-product-tile-image {
  width: 157px;
}
@media (min-width: 992px) {
  .hero-product-tile-image {
    width: 213px;
    height: 100%;
  }
}
.hero-product-tile-image .product-tile-image-link {
  display: block;
  text-align: center;
  height: 100%;
}
.hero-product-tile-image .tile-image {
  width: 105px;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .hero-product-tile-image .tile-image {
    width: 130px;
  }
}
@media (min-width: 768px) {
  .hero-product-tile-image .show-secondary-image:hover .product-tile-image {
    display: none;
  }
  .hero-product-tile-image .show-secondary-image:hover .product-tile-image-secondary {
    display: block;
    mix-blend-mode: multiply;
    height: 100%;
    width: 100%;
    object-position: center;
  }
}
.hero-product-tile-image .show-secondary-image .product-tile-image {
  display: block;
}
.hero-product-tile-image .show-secondary-image .product-tile-image-secondary {
  display: none;
}
.swiper .hero-product-tile-wrapper {
  bottom: 60px;
}
.product-tile-from-pdComponent {
  margin: 0 auto;
}
.product-tile-from-pdComponent .product-tile-image-container {
  background: #FBF9F6;
}
.page.Product-Show .product-tile-from-pdComponent .product-tile-image-container {
  background: #FFFFFF;
}
.site-search .product-tile-from-pdComponent .product-tile-image-container,
.light-grey-bg .product-tile-from-pdComponent .product-tile-image-container {
  background: #FFFFFF;
}
.navigationLinks_container {
  min-height: 355px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
  position: relative;
}
.navigationLinks_heading {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 16px;
  text-transform: none;
  color: #79726B;
  width: 100%;
  margin-bottom: 1rem;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .navigationLinks_heading {
    width: calc(100% - 276px);
  }
}
.navigationLinks_section {
  width: 100%;
}
.navigationLinks .experience-categoryOrProduct {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .navigationLinks .experience-categoryOrProduct {
    width: calc(100% - 276px);
  }
}
.navigationLinks .experience-component {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigationLinks .experience-component a {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 21px;
  text-transform: none;
  text-transform: uppercase;
  color: #79726B;
}
@media (max-width: 768px) {
  .navigationLinks .experience-component a {
    font-size: 18px;
  }
}
.navigationLinks .experience-component a::after {
  content: "/";
  color: #79726B;
}
.navigationLinks .experience-component a:hover {
  color: #0F1600;
  text-decoration: none;
}
.navigationLinks .experience-component:last-child a::after {
  content: " ";
}
.navigationLinks .experience-component .image {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 256px;
  height: 355px;
  background-size: cover;
  background-position: center;
  display: none;
  z-index: 999;
}
@media (min-width: 768px) {
  .navigationLinks .experience-component a:hover + .image {
    display: block;
  }
}
.content-carousel {
  height: -webkit-fill-available;
  height: fit-content;
}
.content-carousel .swiper-wrapper {
  margin-bottom: 15px;
}
.content-carousel .swiper-navigation-container {
  display: flex;
  gap: 16px;
  margin-top: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: calc(992px - 0.02px)) {
  .content-carousel .swiper-navigation-container {
    display: none;
  }
}
.content-carousel .swiper-button-prev,
.content-carousel .swiper-button-next {
  position: relative;
  left: unset;
  right: unset;
  color: #232A00;
  font-size: 12px;
  height: auto;
}
.content-carousel .swiper-button-prev.swiper-button-disabled,
.content-carousel .swiper-button-next.swiper-button-disabled {
  color: #BDB6AF;
}
.content-carousel .swiper-wrapper {
  padding-bottom: 20px;
}
.content-carousel .swiper-wrapper .swiper-slide {
  height: auto;
}
.content-carousel .swiper-wrapper .swiper-slide:nth-child(4n+1) .article-tile-image,
.content-carousel .swiper-wrapper .swiper-slide:nth-child(4n+3) .article-tile-image {
  aspect-ratio: 212/275;
}
.content-carousel .swiper-wrapper .swiper-slide:nth-child(4n+2) .article-tile-image,
.content-carousel .swiper-wrapper .swiper-slide:nth-child(4n+4) .article-tile-image {
  aspect-ratio: 424/287;
}
.content-carousel .article-tile-link:hover {
  text-decoration: none;
}
.content-carousel .article-tile-image {
  width: 100%;
  margin-bottom: 24px;
  height: auto;
}
.content-carousel .article-tile-title {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 21px;
  text-transform: none;
  color: #0F1600;
}
@media (max-width: 768px) {
  .content-carousel .article-tile-title {
    font-size: 18px;
  }
}
.content-carousel .article-tile-subtitle {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: none;
  color: #79726B;
  margin-bottom: 12px;
}
.content-carousel .article-tile-description {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  color: #0F1600;
  line-height: 17px;
}
.content-carousel .swiper-pagination {
  padding: 0;
  bottom: 0;
}
.content-carousel .swiper-pagination .swiper-pagination-bullet {
  background-color: #000000;
}
.content-carousel-static .article-tile-title {
  text-transform: uppercase;
}
.content-carousel-static .article-tile:not(:has(.article-tile-link)) .article-tile-image {
  cursor: auto;
}
.content-carousel-dynamic .article-tile-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 16px;
  text-transform: none;
}
@media (max-width: 768px) {
  .content-carousel-dynamic .article-tile-title {
    font-size: 14px;
  }
}
.content-carousel-dynamic .article-tile-content {
  width: 90%;
}
@media (min-width: 768px) {
  .content-carousel-dynamic .article-tile-content {
    width: 80%;
  }
}
.content-carousel-dynamic .article-tile-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-carousel-static .article-tile-content {
  width: 90%;
}
@media (min-width: 768px) {
  .content-carousel-static .article-tile-content {
    width: 80%;
  }
}
.footer-container {
  background: #0F1600;
  color: #FFFFFF;
  padding: 24px 16px;
  margin-top: 100px;
}
@media (min-width: 768px) {
  .footer-container {
    padding: 72px 20px 20px 20px;
  }
}
@media (min-width: 768px) {
  .footer-container .footer {
    display: grid;
    grid-template-columns: 4fr;
    gap: 1rem;
    margin-top: 120px;
  }
}
.footer-container .footer-section-title {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
  color: #ADB390;
}
.footer-container .footer-main .footer-section-title {
  padding: 12px 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .footer-container .footer-main .footer-section-title {
    cursor: auto;
    margin: 0 0 20px 0;
    padding: 0;
  }
}
@media (max-width: calc(1200px - 0.02px)) {
  .footer-container .footer-main .section-links.active {
    margin-bottom: 40px;
  }
}
.footer-container .footer-main .section-links a {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: underline;
  transition: color 0.15s ease;
}
.footer-container .footer-main .section-links a:hover {
  color: #79726B;
}
.footer-container .footer-main .section-links .experience-columnLinks {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .footer-container .footer-section {
    display: flex;
    gap: 12%;
  }
}
@media (min-width: 768px) {
  .footer-container .footer-section-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.footer-container .footer-newsLetter-signup {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: calc(768px - 0.02px)) {
  .footer-container .footer-newsLetter-signup {
    margin-top: 72px;
  }
}
.footer-container .footer-newsLetter-signup .input-group {
  align-items: center;
}
.footer-container .footer-newsLetter-signup input {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: unset;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: none;
  padding: 0;
}
.footer-container .footer-newsLetter-signup .btn-newsLetter-signup {
  position: absolute;
  right: 0;
}
.footer-container .footer-newsLetter-signup .section-info {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.footer-container .footer-newsLetter-signup .newsletter-signup-legal-text {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 11px;
  text-transform: none;
  letter-spacing: 0.22px;
  color: rgba(251, 249, 246, 0.75);
}
.footer-container .social-icons-container {
  display: flex;
  flex-direction: column;
  margin-top: 64px;
}
.footer-container .social-icons-container .footerSocialLinks {
  display: flex;
  gap: 30px;
}
.footer-container .social-icons-container .footerSocialLinks a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.footer-container .social-icons-container .footerSocialLinks a:focus-visible {
  outline-offset: 4px;
}
.footer-container .social-icons-container .social-icon {
  height: 24px;
  width: 24px;
  line-height: 24px;
}
.footer-container .social-icons-container .social-icon::before {
  filter: invert(100%) brightness(1.2) !important;
}
.footer-container .footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .footer-container .footer-bottom {
    margin-top: 82px;
  }
}
.footer-container .footer-bottom .legal-text-section {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
@media (min-width: 992px) {
  .footer-container .footer-bottom .legal-text-section {
    font-family: "KEVINMURPHYLatin-Regular";
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    font-size: 14px;
    text-transform: none;
    min-width: 254px;
  }
}
.footer-container .footer-bottom button {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  gap: 8px;
  align-items: center;
  background: transparent;
  border: none;
}
.footer-container .brand-details {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media (min-width: 992px) {
  .footer-container .brand-details {
    width: 70%;
  }
}
.footer-container .brand-details .brand-map-info {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .footer-container .brand-details .brand-map-info {
    width: 70%;
    gap: 48px;
    flex-direction: row;
    margin-bottom: 0;
    align-items: center;
  }
}
.footer-container .brand-details .brand-map-info svg {
  width: 76px;
  height: 70px;
}
@media (min-width: 992px) {
  .footer-container .brand-details .brand-map-info svg {
    width: 154px;
    height: 142px;
  }
}
.footer-container .brand-details .brand-info {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
  color: #ADB390;
}
@media (min-width: 992px) {
  .footer-container .brand-details .brand-info {
    font-family: "KEVINMURPHYLatin-Regular";
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    font-size: 14px;
    text-transform: none;
  }
}
.overlay-white-90,
.overlay-warm-grey-90,
.overlay-warm-grey-75,
.overlay-black-20,
.overlay-black-30 {
  position: relative;
}
.overlay-white-90::before,
.overlay-warm-grey-90::before,
.overlay-warm-grey-75::before,
.overlay-black-20::before,
.overlay-black-30::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.overlay-white-90::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.overlay-warm-grey-90::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(251, 249, 246, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.overlay-warm-grey-75::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(251, 249, 246, 0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.overlay-black-20::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.overlay-black-30::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
[data-animation]:not(.disable-mobile-animation) {
  will-change: transform, opacity;
}
[data-animation]:not(.disable-mobile-animation) > [style*=animation-delay],
[data-animation]:not(.disable-mobile-animation) > .container > .row > [style*=animation-delay] {
  will-change: transform, opacity;
}
@media (min-width: 992px) {
  [data-animation].disable-mobile-animation {
    will-change: transform, opacity;
  }
  [data-animation].disable-mobile-animation > [style*=animation-delay],
  [data-animation].disable-mobile-animation > .container > .row > [style*=animation-delay] {
    will-change: transform, opacity;
  }
}
.animation-initial-state:not(.disable-mobile-animation) {
  opacity: 0;
}
@media (min-width: 992px) {
  .animation-initial-state.disable-mobile-animation {
    opacity: 0;
  }
}
.bg-overlay-warm-grey-90 {
  background-color: rgba(251, 249, 246, 0.9);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}
.bg-overlay-warm-grey-90.blur-15 {
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
@media (min-width: 768px) {
  .show-only-mobile {
    display: none !important;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .show-only-desktop {
    display: none !important;
  }
}
.container {
  max-width: 1440px !important;
  width: 100%;
  padding: 0 !important;
}
.light-grey-bg {
  background-color: #F2EFEB;
}
.white-bg {
  background-color: #FFFFFF;
}
.btn-transparent.btn-primary {
  background: transparent !important;
}
.btn-transparent.btn-primary:hover,
.btn-transparent.btn-primary:focus,
.btn-transparent.btn-primary:active {
  background: #232A00 !important;
}
.btn-transparent.btn-secondary {
  background: transparent !important;
}
.btn-transparent.btn-secondary:hover,
.btn-transparent.btn-secondary:focus,
.btn-transparent.btn-secondary:active {
  background: #232A00 !important;
}
.btn-transparent-hover:hover,
.btn-transparent-hover:focus,
.btn-transparent-hover:active {
  background: transparent !important;
}
.continue-link {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
}
.text-red {
  color: #DE3719;
}
.text-red.strikethrough::after {
  background-color: #DE3719 !important;
}
.text-tag {
  display: inline-block;
  white-space: nowrap;
  color: #0F1600;
  background-color: #F2EFEB;
  border-radius: 70px;
  padding: 5px 8px;
  margin-right: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 11px;
  text-transform: uppercase;
}
.text-tag a,
.text-tag button {
  text-decoration: none !important;
  color: #0F1600;
  cursor: pointer;
}
.text-tag a:hover,
.text-tag button:hover {
  color: #FFFFFF;
}
.text-tag:has(a:hover),
.text-tag:has(button:hover) {
  background-color: #0F1600;
}
.text-tag:has(a.btn-active),
.text-tag:has(button.btn-active) {
  color: #FFFFFF;
  background-color: #0F1600;
}
.text-tag:has(a.btn-active) a,
.text-tag:has(a.btn-active) button,
.text-tag:has(button.btn-active) a,
.text-tag:has(button.btn-active) button {
  color: #FFFFFF;
  background-color: #0F1600;
}
.bg-core-neutral-black {
  background-color: #000000;
}
.bg-core-neutral-700 {
  background-color: #635C55;
}
.bg-core-neutral-600 {
  background-color: #79726B;
}
.bg-core-neutral-500 {
  background-color: #BDB6AF;
}
.bg-core-neutral-400 {
  background-color: #DCD4CA;
}
.bg-core-neutral-300 {
  background-color: #EAE6DE;
}
.bg-core-neutral-200 {
  background-color: #F2EFEB;
}
.bg-core-neutral-100 {
  background-color: #FBF9F6;
}
.bg-core-neutral-white {
  background-color: #FFFFFF;
}
.bg-core-green-900 {
  background-color: #0F1600;
}
.bg-core-green-700 {
  background-color: #232A00;
}
.bg-core-green-600 {
  background-color: #5F6638;
}
.bg-core-green-500 {
  background-color: #ADB390;
}
.bg-core-signal-red {
  background-color: #DE3719;
}
.bg-semantic-fg-base {
  background-color: #0F1600;
}
.bg-semantic-fg-subtle {
  background-color: #635C55;
}
.bg-semantic-fg-disabled {
  background-color: #BDB6AF;
}
.bg-semantic-fg-inverse {
  background-color: #FFFFFF;
}
.bg-semantic-bg-white {
  background-color: #FFFFFF;
}
.bg-semantic-bg-300 {
  background-color: #FBF9F6;
}
.bg-semantic-bg-400 {
  background-color: #F2EFEB;
}
.bg-semantic-bg-500 {
  background-color: #EAE6DE;
}
.bg-semantic-commerce-sale {
  background-color: #DE3719;
}
.bg-button-base {
  background-color: #232A00;
}
.text-core-neutral-black {
  color: #000000 !important;
}
.text-core-neutral-700 {
  color: #635C55 !important;
}
.text-core-neutral-600 {
  color: #79726B !important;
}
.text-core-neutral-500 {
  color: #BDB6AF !important;
}
.text-core-neutral-400 {
  color: #DCD4CA !important;
}
.text-core-neutral-300 {
  color: #EAE6DE !important;
}
.text-core-neutral-200 {
  color: #F2EFEB !important;
}
.text-core-neutral-100 {
  color: #FBF9F6 !important;
}
.text-core-neutral-white {
  color: #FFFFFF !important;
}
.text-core-green-900 {
  color: #0F1600 !important;
}
.text-core-green-700 {
  color: #232A00 !important;
}
.text-core-green-600 {
  color: #5F6638 !important;
}
.text-core-green-500 {
  color: #ADB390 !important;
}
.text-core-signal-red {
  color: #DE3719 !important;
}
.text-semantic-fg-base {
  color: #0F1600 !important;
}
.text-semantic-fg-subtle {
  color: #635C55 !important;
}
.text-semantic-fg-disabled {
  color: #BDB6AF !important;
}
.text-semantic-fg-inverse {
  color: #FFFFFF !important;
}
.text-semantic-bg-white {
  color: #FFFFFF !important;
}
.text-semantic-bg-300 {
  color: #FBF9F6 !important;
}
.text-semantic-bg-400 {
  color: #F2EFEB !important;
}
.text-semantic-bg-500 {
  color: #EAE6DE !important;
}
.text-semantic-commerce-sale {
  color: #DE3719 !important;
}
.text-button-base {
  color: #232A00 !important;
}
.ingredients {
  padding-left: 16px;
  padding-right: 16px;
  min-height: 699px;
  position: relative;
}
.ingredients_header {
  display: flex;
  flex-direction: column;
  position: relative;
}
.ingredients_header-media {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1100px) {
  .ingredients_header-media {
    position: absolute;
    aspect-ratio: 0.5954465849;
    right: 0px;
    top: 0px;
    max-width: 340px;
    max-height: 571px;
    width: 100%;
    overflow: hidden;
  }
}
.ingredients_header-media figure,
.ingredients_header-media picture {
  display: contents;
}
.ingredients_header-media .video-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.ingredients_header-media .video-container video {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.ingredients_header-media .video-container button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.ingredients_header-media img {
  object-fit: cover;
  object-position: var(--focal-mobile-x, center) var(--focal-mobile-y, center);
  width: 100%;
  height: 100%;
}
@media (min-width: 1100px) {
  .ingredients_header-media img {
    object-position: var(--focal-desktop-x, center) var(--focal-desktop-y, center);
  }
}
.ingredients_overlay_image img.mobile-overlay {
  position: absolute;
  left: 10px;
  bottom: 10px;
  max-width: 146px;
  max-height: 214px;
}
.ingredients_overlay_image img.mobile-overlay.default-transparency {
  background-color: rgba(251, 249, 246, 0.75);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.ingredients_overlay_image img.mobile-overlay.no-transparency {
  background-color: rgb(251, 249, 246);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.ingredients_overlay_image img.mobile-hide {
  display: none;
}
@media (min-width: 1100px) {
  .ingredients_wrapper {
    width: calc(100vw - 742px);
    max-width: 50vw;
  }
}
.ingredients_title {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 21px;
  text-transform: none;
  color: #635C55;
}
@media (max-width: 768px) {
  .ingredients_title {
    font-size: 18px;
  }
}
.ingredients_description,
.ingredients_description p {
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
@media (min-width: 992px) {
  .ingredients_description {
    max-width: 499px;
  }
}
.ingredients .accordion-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
@media (min-width: 1100px) {
  .ingredients .accordion-wrapper {
    max-width: 350px;
    margin-top: 90px;
  }
}
@media screen and (min-width: 1980px) {
  .ingredients .accordion-wrapper {
    max-width: 30%;
  }
  .ingredients .accordion-wrapper p {
    max-width: 30%;
  }
}
.ingredients .accordion-wrapper picture {
  width: 100%;
}
.ingredients .accordion_image {
  display: none;
  width: 100%;
  aspect-ratio: 0.5954465849;
  overflow: hidden;
}
.ingredients .accordion_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: var(--focal-mobile-x, center) var(--focal-mobile-y, center);
}
@media (min-width: 1100px) {
  .ingredients .accordion_image img {
    object-position: var(--focal-desktop-x, center) var(--focal-desktop-y, center);
  }
}
@media only screen and (min-width: 1100px) {
  .ingredients .accordion-item {
    display: flex;
  }
  .ingredients .accordion_item.active .accordion_image {
    display: flex;
  }
  .ingredients .accordion_image-wrapper {
    display: flex !important;
    position: absolute;
    top: 0;
    right: calc(340px + 20px + 16px);
    aspect-ratio: 0.5954465849;
    max-width: 340px;
    max-height: 571px;
    width: 100%;
    overflow: hidden;
  }
  .ingredients .accordion_image-wrapper picture {
    display: contents;
  }
  .ingredients .accordion_image {
    aspect-ratio: 0.5954465849;
  }
}
.ingredients_overlay_image .accordion_image {
  display: block;
  position: absolute;
  width: 35%;
  z-index: 5;
  width: 100%;
  height: 100%;
}
@media (min-width: 1100px) {
  .ingredients_overlay_image .accordion_image {
    display: none;
  }
}
.ingredients_fulllist-flyout {
  z-index: 9999;
  overflow-y: scroll;
}
.ingredients_fulllist-flyout .modal-header {
  padding: 0 0 16px 0;
  border: none;
  flex-shrink: 0;
  align-items: center;
}
.ingredients_fulllist-flyout .modal-header h4 {
  text-transform: uppercase;
}
.ingredients_fulllist-flyout .modal-header .closeflyout {
  pointer-events: auto;
}
.ingredients_fulllist-flyout .modal-body {
  padding: 16px 0;
}
.ingredients_fulllist-flyout .modal-body p,
.ingredients_fulllist-flyout .modal-body ul,
.ingredients_fulllist-flyout .modal-body li {
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.ingredients_fulllist-flyout .close {
  color: #0F1600;
}
.ingredients_fulllist-flyout .modal-title {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: none;
}
.ingredients_fulllist-link {
  text-decoration: underline;
  cursor: pointer;
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.ingredients .experience-region.experience-accordionsContainer,
.ingredients .experience-component.experience-commerce_assets-accordion,
.ingredients .accordion_item,
.ingredients .accordion_image-wrapper {
  display: contents;
}
.video-component-region {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-align: center;
}
.video-component-region h1,
.video-component-region h2,
.video-component-region h3,
.video-component-region h4,
.video-component-region p {
  color: #FFFFFF;
}
.experience-region > .experience-component.experience-commerce_assets-videoComponent .video-container {
  height: 90vh;
}
.experience-region > .experience-component.experience-commerce_assets-videoComponent .video-container video {
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 100%;
}
.experience-region > .experience-component.experience-commerce_assets-videoComponent .video-container.use-video-size {
  height: auto;
}
.experience-region > .experience-component.experience-commerce_assets-videoComponent .video-container.use-video-size .video {
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  height: auto;
}
.experience-region > .experience-component.experience-commerce_assets-videoComponent .video-container.aspect-ratio-1_1 video {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.experience-region > .experience-component.experience-commerce_assets-videoComponent .video-container.aspect-ratio-3_4 video {
  aspect-ratio: 3/4;
  object-fit: cover;
}
.image-component-region {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  text-align: center;
}
.image-component-region h1,
.image-component-region h2,
.image-component-region h3,
.image-component-region h4,
.image-component-region p {
  color: #FFFFFF;
}
.photo-tile-image {
  object-fit: cover;
  height: 100%;
}
.photo-tile-image.has-focal {
  object-position: var(--fp-desktop-x) var(--fp-desktop-y);
}
@media (max-width: 1023px) {
  .photo-tile-image.has-focal {
    object-position: var(--fp-mobile-x) var(--fp-mobile-y);
  }
}
.experience-region > .experience-component.experience-commerce_assets-imageComponent .image-component-container {
  height: 90vh;
}
.experience-region > .experience-component.experience-commerce_assets-imageComponent .image-component-container .photo-tile-figure {
  display: contents;
}
.experience-region > .experience-component.experience-commerce_assets-imageComponent .image-component-container.use-image-size {
  height: auto;
}
.experience-region > .experience-component.experience-commerce_assets-imageComponent .image-component-container.aspect-ratio-1_1 {
  aspect-ratio: 1/1;
}
.experience-region > .experience-component.experience-commerce_assets-imageComponent .image-component-container.aspect-ratio-1_1 .photo-tile-figure {
  display: contents;
}
.experience-region > .experience-component.experience-commerce_assets-imageComponent .image-component-container.aspect-ratio-3_4 {
  aspect-ratio: 3/4;
}
.experience-region > .experience-component.experience-commerce_assets-imageComponent .image-component-container.aspect-ratio-3_4 .photo-tile-figure {
  display: contents;
}
.experience-commerce_assets-mediaAndText {
  width: 100%;
}
.media-component-container {
  position: relative;
  height: 90vh;
}
.media-background-embedded-component {
  height: inherit;
}
.media-background-embedded-component .media-link {
  top: 44px;
}
.media-background-embedded-component[class*=" overlay-"] {
  width: auto;
}
.media-background-embedded-component[class*=" overlay-"]::before {
  z-index: 1;
}
.media-foreground-embedded-component {
  position: absolute;
  top: 50%;
  left: 50%;
  aspect-ratio: 16/22;
  max-height: 60vh;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.media-foreground-region {
  display: contents;
}
.media-foreground-region .experience-commerce_assets-imageComponent,
.media-foreground-region .experience-commerce_assets-videoComponent,
.media-foreground-region .image-component-container,
.media-foreground-region .video-container,
.media-foreground-region .photo-tile-figure,
.media-foreground-region picture {
  display: contents;
}
.media-foreground-region .photo-tile-image,
.media-foreground-region video {
  object-fit: cover;
  height: 100%;
}
.media-background-region {
  height: inherit;
}
.media-background-region .experience-commerce_assets-imageComponent,
.media-background-region .experience-commerce_assets-videoComponent,
.media-background-region .image-component-container,
.media-background-region .video-container,
.media-background-region .photo-tile-figure,
.media-background-region picture {
  display: contents;
}
.media-background-region video {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
}
.media-link {
  display: block;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 24px;
  color: #FFFFFF;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  text-transform: uppercase;
  text-decoration: underline;
  z-index: 2;
}
.media-link:hover,
.media-link:active,
.media-link:focus {
  text-decoration: underline;
  color: #FFFFFF;
}
.media-link.text-black {
  color: #0F1600;
}
.media-title {
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: none;
}
@media (max-width: calc(992px - 0.02px)) {
  .media-title {
    padding: 0 16px;
    width: 100%;
    text-align: center;
  }
  .media-title h3,
  .media-title h2,
  .media-title h1,
  .media-title p {
    font-size: 18px;
  }
}
.media-title.text-black {
  color: #0F1600;
}
.content-card-component-container {
  position: relative;
}
.content-card-component-container .btn.btn-primary {
  background: transparent;
  color: #232A00;
  border: 0;
}
.content-card-component-container .btn.btn-primary:hover {
  background: #232A00;
  color: #FFFFFF;
}
.content-card-component-container .btn.btn-primary.disabled,
.content-card-component-container .btn.btn-primary:disabled {
  background-color: transparent !important;
  border: 1px solid #BDB6AF !important;
  color: #BDB6AF !important;
  pointer-events: none !important;
}
.content-card-component-container .btn.btn-primary:hover {
  border: 1px solid #FFFFFF;
  background-color: transparent;
}
.content-card-component-container .btn.btn-secondary {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  background-color: transparent;
}
.content-card-component-container .btn.btn-secondary:hover {
  background-color: #FFFFFF;
  color: #232A00;
  border: 0;
}
.content-card-media-link {
  top: 44px;
}
.content-card-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  color: #FFFFFF;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.content-card-link {
  padding: 12px;
  color: #FFFFFF;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  text-transform: uppercase;
  text-decoration: underline;
  z-index: 2;
}
.content-card-link:hover,
.content-card-link:active,
.content-card-link:focus {
  text-decoration: underline;
  color: #FFFFFF;
}
.content-card-title {
  color: #FFFFFF;
  margin: 24px 0 28px 0;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: none;
  text-transform: uppercase;
}
.content-card-title.Large {
  font-size: 16px;
}
@media (min-width: 992px) {
  .content-card-title.Large {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .content-card-title.Large {
    font-size: 24px;
  }
}
.experience-component .section-tile {
  width: 100%;
}
.experience-component .section-tile.title-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 74px;
  background:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.7) 100%);
  z-index: 2;
}
.experience-component .section-tile-wrapper {
  display: flex;
  overflow: hidden;
  aspect-ratio: 0.8171021378;
}
.experience-component .section-tile-wrapper.white-bg {
  background: #FFFFFF;
}
@media (max-width: calc(992px - 0.02px)) {
  .experience-component .section-tile-wrapper {
    height: auto;
  }
}
.experience-component .section-tile-wrapper:hover {
  text-decoration: none;
}
.experience-component .section-tile-wrapper:hover .section-tile-hover {
  width: 100%;
  height: 100%;
  display: block;
}
.experience-component .section-tile-hover {
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}
.experience-component .section-tile-item {
  margin: 0 auto;
  overflow: hidden;
  display: contents;
}
.experience-component .section-tile-item picture {
  width: 100%;
}
.experience-component .section-tile-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.experience-component .section-tile-item img.hasDescription {
  max-height: calc(100% - 45px);
}
.experience-component .section-tile-title {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: none;
  padding: 16px;
  color: #0F1600;
  text-transform: uppercase;
  width: 100%;
  z-index: 10;
  color: #000000;
}
.experience-component .section-tile-title.title-white {
  color: #FFFFFF;
}
@media (max-width: calc(992px - 0.02px)) {
  .experience-component .section-tile-title {
    padding: 12px 16px;
    font-family: "KEVINMURPHYLatin-Regular";
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    font-size: 12px;
    text-transform: none;
    text-align: center !important;
  }
}
.experience-component .section-tile-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 8px 4px 0 4px;
}
@media (min-width: 992px) {
  .experience-component .section-tile-description {
    padding: 8px 0 0 0;
  }
}
.experience-component .section-tile-description p {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.experience-component .section-tile:has(.section-tile-description)[class*=overlay-]::before {
  height: calc(100% - 40.8px);
}
.experience-commerce_assets-wysiwyg {
  padding: 120px 0px;
}
.experience-commerce_assets-wysiwyg:has(.remove-top-margin) {
  padding-top: 0px !important;
}
.experience-commerce_assets-wysiwyg:has(.remove-bottom-margin) {
  padding-bottom: 0px !important;
}
.experience-commerce_assets-wysiwyg .wysiwyg-component.remove-top-margin {
  padding-top: 0px !important;
}
.experience-commerce_assets-wysiwyg .wysiwyg-component.remove-bottom-margin {
  padding-bottom: 0px !important;
}
.wysiwyg-component p {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 16px;
  text-transform: none;
}
@media (max-width: calc(992px - 0.02px)) {
  .wysiwyg-component p {
    font-family: "KEVINMURPHYLatin-Regular";
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    font-size: 14px;
    text-transform: none;
  }
}
.wysiwyg-component .title-headline {
  margin-bottom: 12px;
}
.wysiwyg-component > *:last-child {
  margin-bottom: 24px;
}
.wysiwyg-component a {
  text-decoration: underline;
}
.wysiwyg-component ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 16px;
}
.wysiwyg-component ol {
  padding-left: 0;
}
.wysiwyg-component ul li,
.wysiwyg-component ol li {
  list-style-position: inside;
  position: relative;
  line-height: 1.6;
}
.wysiwyg-component ul li {
  padding-left: 8px;
}
.wysiwyg-component ul li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.6em;
  line-height: 1;
}
.dynamical-subcategory-wrapper {
  display: flex;
  overflow-x: auto;
  padding: 20px;
  flex-direction: column;
}
@media (max-width: calc(992px - 0.02px)) {
  .dynamical-subcategory-wrapper {
    cursor: -webkit-grab;
    cursor: grab;
  }
}
.dynamical-subcategory-title {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 12px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .dynamical-subcategory-title {
    font-size: 14px;
  }
}
.dynamical-subcategory-links {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  padding: 12px 0;
  color: #0F1600;
  text-transform: uppercase;
  width: 100%;
  color: #000000;
  margin-right: 32px;
}
.dynamical-subcategory-links:hover {
  text-decoration: none;
}
@media (max-width: calc(992px - 0.02px)) {
  .dynamical-subcategory-links {
    padding: 12px 0x;
    margin-right: 32px;
  }
  .dynamical-subcategory-links:last-of-type {
    margin-right: 0;
  }
}
.dynamical-subcategory-links:last-of-type {
  margin-right: 0;
}
.experience-commerce_assets-subCategoryLinks,
.experience-commerce_assets-dynamicalSubCategoryLinks {
  position: sticky;
  top: 0;
  top: var(--subcategory-top, 0px);
  background: #FFFFFF;
  transition: top 0.35s ease, opacity 0.35s ease;
  z-index: 998;
  width: 100%;
  left: 0;
}
.experience-commerce_assets-subCategoryLinks .show-filter-modal button,
.experience-commerce_assets-dynamicalSubCategoryLinks .show-filter-modal button {
  margin-bottom: 0;
}
.experience-commerce_assets-subCategoryLinks .subcategory-tile-wrapper:focus .subcategory-tile,
.experience-commerce_assets-dynamicalSubCategoryLinks .subcategory-tile-wrapper:focus .subcategory-tile {
  border: 1px solid black;
}
header.hidden + .experience-commerce_assets-subCategoryLinks {
  top: 0;
}
.subcategory-links-wrapper:hover {
  text-decoration: none;
}
.subcategory-links-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 143px;
  height: 210px;
  white-space: nowrap;
}
@media (max-width: calc(992px - 0.02px)) {
  .subcategory-links-wrapper .swiper-slide {
    width: 125px;
    height: 176px;
  }
}
.subcategory-links-wrapper.tile-image-hidden .swiper-slide,
.subcategory-links-wrapper.sticky-links .swiper-slide {
  width: auto;
  height: auto;
}
.subcategory-links-wrapper.tile-image-hidden .subcategory-tile-wrapper .subcategory-tile-item,
.subcategory-links-wrapper.sticky-links .subcategory-tile-wrapper .subcategory-tile-item {
  display: none;
}
.subcategory-links-section {
  padding: 0 12px;
  height: fit-content;
}
@media (min-width: 768px) {
  .subcategory-links-section {
    padding: 0px 20px 8px 20px;
  }
}
.subcategory-links-header {
  display: flex;
  align-items: center;
  padding: 20px 12px 8px 12px;
}
@media (min-width: 768px) {
  .subcategory-links-header {
    padding: 20px 20px 12px 20px;
  }
}
.subcategory-links-title {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 16px;
  text-transform: none;
  font-size: 21px;
  font-weight: 621;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .subcategory-links-title {
    font-size: 14px;
  }
}
.subcategory-links-title:hover {
  text-decoration: none;
}
.experience-component .experience-commerce_assets-subCategoryTile:last-of-type .subcategory-tile-wrapper {
  margin-right: 0;
}
.subcategory-tile {
  width: 100%;
}
@media (min-width: 992px) {
  .subcategory-tile {
    max-height: 210px;
  }
}
.subcategory-tile-wrapper.white-bg {
  background: #FFFFFF;
}
.subcategory-tile-item {
  margin: 0 auto;
  overflow: hidden;
  height: 178px;
}
@media (max-width: calc(992px - 0.02px)) {
  .subcategory-tile-item {
    height: 144px;
  }
}
.subcategory-tile-item picture {
  width: 100%;
}
.subcategory-tile-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.subcategory-tile-title {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  padding: 12px 0;
  color: #0F1600;
  text-transform: uppercase;
  width: 100%;
  color: #000000;
}
.subcategory-tile-title:hover {
  text-decoration: none;
}
.hide-plpCategoryHeader .experience-commerce_assets-subCategoryLinks .show-filter-modal {
  display: none;
}
.experience-commerce_assets-dynamicalSubCategoryLinks .swiper-wrapper {
  height: fit-content;
}
.experience-commerce_assets-dynamicalSubCategoryLinks .swiper-wrapper .swiper-slide {
  height: auto;
  width: auto;
  margin-right: 32px;
}
.promoted-filter-title {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 16px;
  text-transform: none;
  font-size: 16px;
  font-weight: 366;
  margin-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 768px) {
  .promoted-filter-title {
    font-size: 14px;
  }
}
.promoted-filter-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 70px;
  color: #0F1600;
  background-color: #F2EFEB;
  padding: 6px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 10px;
  text-transform: uppercase;
}
.promoted-filter-item.active {
  background-color: #0F1600;
  color: #FFFFFF;
}
.promoted-filter-item:hover {
  background-color: #0F1600;
  color: #FFFFFF;
}
.promoted-filter-wrapper .swiper-wrapper {
  height: fit-content;
}
.promoted-filter-wrapper .swiper-slide {
  width: auto;
}
.promoted-filter-container {
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .promoted-filter-container {
    padding-bottom: 48px;
  }
}
.experience-commerce_assets-galleryCarousel:has(.flyout[style*=translateX]) .flyout {
  position: fixed !important;
}
.experience-commerce_assets-galleryCarousel:has(.flyout[style*=translateX]) .swiper {
  z-index: 999999 !important;
}
.experience-commerce_assets-galleryCarousel:has(.flyout[style*=translateX]) .swiper-wrapper {
  transform: none !important;
}
.experience-commerce_assets-galleryCarousel:has(.flyout[style*=translateX]) .swiper-slide {
  transform: none !important;
}
.experience-commerce_assets-galleryCarousel {
  padding-left: 16px;
}
@media (min-width: 768px) {
  .experience-commerce_assets-galleryCarousel {
    padding-left: 20px;
  }
}
.experience-commerce_assets-galleryCarousel .flyout {
  max-width: 1290px;
  top: 0;
  right: 0;
  scrollbar-width: none;
  z-index: 999999 !important;
}
.experience-commerce_assets-galleryCarousel .flyout .modal-dialog {
  display: flex;
  flex-direction: column;
  max-width: none;
  gap: 20px;
  margin: auto;
}
@media (min-width: 768px) {
  .experience-commerce_assets-galleryCarousel .flyout .modal-dialog {
    height: 100%;
    flex-direction: row;
  }
}
.experience-commerce_assets-galleryCarousel .flyout .modal-image {
  flex: 1 1 auto;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.experience-commerce_assets-galleryCarousel .flyout .modal-image picture,
.experience-commerce_assets-galleryCarousel .flyout .modal-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: calc(768px - 0.02px)) {
  .experience-commerce_assets-galleryCarousel .flyout .modal-image picture,
  .experience-commerce_assets-galleryCarousel .flyout .modal-image img {
    width: 100%;
    height: auto;
  }
}
.experience-commerce_assets-galleryCarousel .flyout .modal-details {
  flex: 0 0 430px;
  display: flex;
  flex-direction: column;
}
@media (max-width: calc(768px - 0.02px)) {
  .experience-commerce_assets-galleryCarousel .flyout .modal-details {
    order: -1;
  }
}
.experience-commerce_assets-galleryCarousel .flyout .modal-header {
  justify-content: flex-end;
  gap: 6px;
}
.experience-commerce_assets-galleryCarousel .flyout .modal-header button {
  display: flex;
  align-items: center;
}
.experience-commerce_assets-galleryCarousel .flyout .modal-header button h4 {
  margin-top: 1px;
}
.experience-commerce_assets-galleryCarousel .flyout .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}
.experience-commerce_assets-galleryCarousel .flyout .modal-body p {
  margin: 0;
}
.experience-commerce_assets-galleryCarousel .flyout .modal-title {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
}
.experience-commerce_assets-galleryCarousel .swiper-wrapper {
  max-height: fit-content;
}
@media (max-width: calc(992px - 0.02px)) {
  .experience-commerce_assets-galleryCarousel .swiper-wrapper {
    padding-bottom: 16px;
  }
}
.experience-commerce_assets-galleryCarousel .swiper-navigation-container {
  padding-right: 20px;
}
.experience-commerce_assets-galleryCarousel .swiper-slide {
  max-width: fit-content;
  max-height: 658px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 768px) {
  .experience-commerce_assets-galleryCarousel .swiper-slide .slide-image {
    aspect-ratio: 424/658;
    max-width: 424px;
  }
}
.product-range {
  background: #FBF9F6;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}
@media (max-width: calc(992px - 0.02px)) {
  .product-range {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.product-range-title {
  margin-bottom: 24px;
  padding-top: 24px;
}
@media (max-width: calc(992px - 0.02px)) {
  .product-range-title {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
.product-range-title p {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 16px;
  text-transform: none;
  color: #635C55;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .product-range-title p {
    font-size: 14px;
  }
}
.product-range-section {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .product-range-main-image,
  .product-range-info {
    flex: 0 0 50%;
    max-width: 50%;
    gap: 20px;
  }
}
.product-range-info {
  position: relative;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .product-range-info {
    display: flex;
    flex-direction: column;
    padding: 32px 20px 0 20px;
    margin-top: 0;
  }
}
.product-range-info .details {
  display: none;
}
.product-range-info .details.active {
  display: block;
}
.product-range-info .product-name-price {
  display: flex;
  justify-content: space-between;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 16px;
  text-transform: none;
  color: #0F1600;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .product-range-info .product-name-price {
    font-size: 14px;
  }
}
.product-range-info .product-size {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 16px;
  text-transform: none;
  text-transform: uppercase;
  color: #79726B;
  margin-bottom: 24px;
}
@media (max-width: calc(992px - 0.02px)) {
  .product-range-info .product-size {
    font-family: "KEVINMURPHYLatin-Regular";
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    font-size: 14px;
    text-transform: uppercase;
  }
}
.product-range-info .product-description {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 14px;
  text-transform: none;
  margin-bottom: 48px;
  color: #79726B;
}
@media (max-width: calc(992px - 0.02px)) {
  .product-range-info .product-description {
    margin-bottom: 24px;
    font-family: "KEVINMURPHYLatin-Regular";
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    font-size: 12px;
    text-transform: none;
  }
}
.product-range-info .product-wishlist .wishlist-title {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: #0F1600;
  letter-spacing: 0.02em;
}
.product-range-info .action-buttons {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  display: none;
}
@media (max-width: calc(576px - 0.02px)) {
  .product-range-info .action-buttons {
    flex-direction: column;
  }
}
@media (max-width: calc(1200px - 0.02px)) {
  .product-range-info .action-buttons {
    margin-top: 20px;
  }
}
.product-range-info .action-buttons.active {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: calc(768px - 0.02px)) {
  .product-range-info .action-buttons.active {
    gap: 8px;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .product-range-info .action-buttons.active {
    gap: 12px;
  }
}
.product-range-info .action-buttons button {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .product-range-info .action-buttons button {
    min-width: unset;
    max-width: 227px;
    width: 1000%;
  }
}
@media only screen and (max-width: 400px) {
  .product-range-info .action-buttons .btn {
    text-align: center;
  }
}
@media (max-width: calc(576px - 0.02px)) {
  .product-range-info .action-buttons .btn {
    width: 100%;
  }
}
.product-range-info .action-buttons .button-text {
  margin-right: 20px;
}
.product-range-info-subheading {
  margin-top: 24px;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.product-range-info-attributes {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: calc(992px - 0.02px)) {
  .product-range-info-attributes {
    margin-top: 12px;
  }
}
.product-range-info-attributesItem {
  background: #EAE6DE;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.product-range-info-attributesItem:hover {
  text-decoration: none;
  background: #0F1600;
  color: #FFFFFF;
}
.product-range-main-image {
  background: #FFFFFF;
  aspect-ratio: 1.2;
  position: relative;
}
@media (max-width: calc(992px - 0.02px)) {
  .product-range-main-image {
    aspect-ratio: 1.0084507042;
    height: 355px;
    width: 100%;
  }
}
.product-range-main-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: none;
}
.product-range-main-image img.active {
  display: block;
}
.product-range-main-image-wishlist-icon {
  display: none;
}
.product-range-main-image-wishlist-icon.active {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
}
.product-range-thumbnails {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 55px;
}
@media (max-width: calc(992px - 0.02px)) {
  .product-range-thumbnails {
    gap: 6px;
    margin-top: 8px;
  }
}
.product-range-thumbnails.mobile-only {
  display: none;
}
@media (max-width: calc(992px - 0.02px)) {
  .product-range-thumbnails.mobile-only {
    display: flex;
  }
}
.product-range-thumbnails.desktop-only {
  display: flex;
}
@media (max-width: calc(992px - 0.02px)) {
  .product-range-thumbnails.desktop-only {
    display: none;
  }
}
.product-range-thumbnails .thumbnail {
  flex: 0 0 88px;
  cursor: pointer;
}
@media (max-width: calc(992px - 0.02px)) {
  .product-range-thumbnails .thumbnail {
    flex: 0 0 66px;
  }
}
.product-range-thumbnails .thumbnail.active {
  background: #FFFFFF;
}
.product-range-thumbnails img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-range-thumbnails .swiper-slide {
  max-width: 88px;
}
.product-range-thumbnails .swiper-slide img {
  max-height: 110px;
}
.product-range-bottom-section {
  margin: 32px 0 0 0;
}
@media (min-width: 768px) {
  .product-range-bottom-section {
    margin: auto 0 0 0;
  }
}
.product-range-bottom-section .btn {
  margin-bottom: 0;
}
.product-range-bottom-section .btn.btn-primary:hover {
  background-color: transparent;
}
.product-range-bottom-section .btn.btn-secondary {
  background-color: transparent;
}
.product-range-bottom-section .btn.btn-secondary:hover {
  background-color: #0F1600;
}
.experience-commerce_assets-stepGuide {
  width: 100%;
}
.step-guide-wrapper {
  display: flex;
  gap: 20px;
  flex-direction: column;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .step-guide-wrapper {
    flex-direction: row;
    padding-left: 20px;
    padding-right: 20px;
    height: 90vh;
  }
}
.step-guide-wrapper .step-image-area {
  flex: calc(74% - 20px);
  position: relative;
}
@media (min-width: 768px) {
  .step-guide-wrapper .step-image-area .main-image {
    height: 100%;
  }
}
.step-guide-wrapper .step-image-area .main-image figure {
  aspect-ratio: 0.9754768392;
}
@media (min-width: 768px) {
  .step-guide-wrapper .step-image-area .main-image figure {
    display: contents;
  }
}
.step-guide-wrapper .step-image-area .step-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.step-guide-wrapper .step-image-area .hero-product-tile {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  max-width: 186px;
  max-height: 265px;
}
.step-guide-wrapper .step-image-area .hero-product-tile:first-child {
  margin-right: 0;
}
.step-guide-wrapper .step-image-area .hero-product-tile-image {
  width: 100%;
  height: 100%;
}
.step-guide-wrapper .step-image-area .hero-product-tile-image .tile-image {
  width: 100%;
  height: 100%;
  object-position: bottom;
  object-fit: cover;
  object-position: bottom;
}
@media (min-width: 768px) {
  .step-guide-wrapper .step-image-area .hero-product-tile {
    left: unset;
    top: unset;
    bottom: 16px;
    right: 16px;
    max-width: 246px;
    max-height: 350px;
  }
}
.step-guide-wrapper .step-accordion-area {
  flex: 0 0 26%;
  position: relative;
}
@media (min-width: 768px) {
  .step-guide-wrapper .step-accordion-area {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 280px;
  }
}
@media (max-width: calc(768px - 0.02px)) {
  .step-guide-wrapper .step-accordion-area {
    flex: 1;
  }
}
.step-guide-wrapper .step-accordion-area .accordion_title {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 16px;
  text-transform: none;
  color: #79726B;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .step-guide-wrapper .step-accordion-area .accordion_title {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .step-guide-wrapper .step-accordion-area .accordion_title {
    font-family: "KEVINMURPHYLatin-Bold";
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: none;
  }
}
.step-guide-wrapper .step-accordion-area .accordion_title[aria-expanded=true] {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 21px;
  text-transform: none;
}
@media (max-width: 768px) {
  .step-guide-wrapper .step-accordion-area .accordion_title[aria-expanded=true] {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .step-guide-wrapper .step-accordion-area .accordion_title[aria-expanded=true] {
    font-family: "KEVINMURPHYLatin-Bold";
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: none;
  }
}
.step-guide-wrapper .step-accordion-area .accordion_content p {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 14px;
  text-transform: none;
  color: #79726B;
}
.step-guide-wrapper .shop-bundle {
  width: 100%;
  margin-top: 32px;
}
@media (min-width: 768px) and (min-height: 530px) {
  .step-guide-wrapper .shop-bundle {
    position: sticky;
    bottom: 20px;
  }
}
.step-guide-wrapper .shop-bundle .action-buttons button {
  display: flex;
  justify-content: space-between;
  width: 87%;
}
.step-guide-wrapper .shop-bundle .price {
  display: flex;
  gap: 8px;
}
.step-guide-wrapper .step-guide {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 24px 0;
}
@media (max-width: calc(768px - 0.02px)) {
  .step-guide-wrapper .step-guide {
    margin: 0;
  }
}
.step-guide-wrapper .accordion_image-wrapper {
  position: absolute;
  left: 0;
  top: -24px;
  width: calc(74% - 20px);
  display: none;
}
@media (min-width: 768px) {
  .step-guide-wrapper .accordion_image-wrapper {
    display: block;
  }
}
.step-guide-wrapper .accordion_info-wrapper {
  flex: 0 0 26%;
}
@media (max-width: calc(768px - 0.02px)) {
  .step-guide-wrapper .accordion_info-wrapper {
    flex: 1;
  }
}
.step-guide-wrapper .accordion_item.active .accordion_content {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .step-guide-wrapper .accordion_item.active .accordion_content {
    margin-bottom: 120px;
  }
}
.step-guide-wrapper .step-guide-mobile-image {
  margin-bottom: 20px;
  aspect-ratio: 0.9754768392;
  display: none;
}
@media (max-width: calc(768px - 0.02px)) {
  .step-guide-wrapper .step-guide-mobile-image {
    display: block;
  }
}
.experience-component.experience-commerce_assets-spacer .spacer {
  width: 100%;
  height: 20px;
}
@media (min-width: 992px) {
  .experience-component.experience-commerce_assets-spacer .spacer {
    height: 40px;
  }
}
.twoHalfLayout_wrapper {
  display: flex;
  position: relative;
}
@media (max-width: calc(992px - 0.02px)) {
  .twoHalfLayout_wrapper {
    justify-content: center;
    flex-direction: column;
  }
}
.twoHalfLayout .flex-column {
  display: flex;
  flex-basis: 50%;
  position: relative;
}
@media (max-width: calc(992px - 0.02px)) {
  .twoHalfLayout .flex-column {
    flex-basis: 100%;
  }
}
.twoHalfLayout .flex-column.column-reverse {
  order: 2;
}
@media (min-width: 768px) {
  .twoHalfLayout .flex-column .experience-component.experience-commerce_assets-regularProductTile {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .twoHalfLayout .flex-column .experience-component.experience-commerce_assets-wysiwyg {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .twoHalfLayout .flex-column.top-left {
    justify-content: start;
    align-items: start;
  }
}
@media (min-width: 768px) {
  .twoHalfLayout .flex-column.top-middle {
    justify-content: start;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .twoHalfLayout .flex-column.top-right {
    justify-content: start;
    align-items: end;
  }
}
@media (min-width: 768px) {
  .twoHalfLayout .flex-column.bottom-left {
    justify-content: end;
    align-items: start;
  }
}
@media (min-width: 768px) {
  .twoHalfLayout .flex-column.bottom-right {
    justify-content: end;
    align-items: end;
  }
}
@media (min-width: 768px) {
  .twoHalfLayout .flex-column.bottom-middle {
    justify-content: end;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .twoHalfLayout .flex-column.center-left {
    justify-content: center;
    align-items: start;
  }
}
@media (min-width: 768px) {
  .twoHalfLayout .flex-column.center-right {
    justify-content: center;
    align-items: end;
  }
}
@media (min-width: 768px) {
  .twoHalfLayout .flex-column.center-middle {
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .twoHalfLayout .flex-column.center-middle.experience-commerce_assets-wysiwyg {
    width: 90%;
  }
}
.twoHalfLayout .photo-tile-figure {
  aspect-ratio: 0.8731707317;
}
@media (min-width: 768px) {
  .twoHalfLayout .photo-tile-figure {
    aspect-ratio: 0.8293838863;
  }
}
.twoHalfLayout .photo-tile-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twoHalfLayout .experience-commerce_assets-videoComponent {
  width: 100%;
  aspect-ratio: 0.8731707317;
  overflow: hidden;
}
@media (min-width: 768px) {
  .twoHalfLayout .experience-commerce_assets-videoComponent {
    aspect-ratio: 0.8293838863;
    width: 100%;
    overflow: hidden;
  }
}
.twoHalfLayout .experience-commerce_assets-videoComponent .video-container {
  width: 100%;
  height: 100%;
  position: relative;
}
.twoHalfLayout .experience-commerce_assets-videoComponent .video-container video {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.twoHalfLayout .experience-commerce_assets-videoComponent .video-container button {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.twoHalfLayout .experience-commerce_assets-videoComponent img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.twoHalfLayout .experience-commerce_assets-wysiwyg {
  padding: 40px;
}
@media (max-width: calc(768px - 0.02px)) {
  .twoHalfLayout .experience-commerce_assets-wysiwyg {
    padding: 16px;
  }
}
.twoHalfLayout .experience-commerce_assets-wysiwyg p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.twoHalfLayout .experience-commerce_assets-wysiwyg .btn.btn-secondary {
  background-color: rgba(0, 0, 0, 0);
  background-color: transparent;
}
.twoHalfLayout .experience-commerce_assets-wysiwyg .btn.btn-secondary:hover {
  background: transparent;
  color: #232A00;
}
.twoHalfLayout .experience-commerce_assets-wysiwyg .btn.btn-secondary:hover:hover {
  background: #232A00;
  color: #FFFFFF;
}
.twoHalfLayout .experience-commerce_assets-wysiwyg .btn.btn-secondary:hover.disabled,
.twoHalfLayout .experience-commerce_assets-wysiwyg .btn.btn-secondary:hover:disabled {
  background-color: transparent !important;
  border: 1px solid #BDB6AF !important;
  color: #BDB6AF !important;
  pointer-events: none !important;
}
.twoHalfLayout .experience-commerce_assets-wysiwyg .experience-region.experience-embeddedComponent:has(.experience-component.experience-commerce_assets-btnLink a.btn) {
  margin-top: 32px;
}
.twoHalfLayout .experience-commerce_assets-mediaAndText .media-component-container {
  position: relative;
  height: 540px;
}
@media (min-width: 992px) {
  .twoHalfLayout .experience-commerce_assets-mediaAndText .media-component-container {
    height: 90vh;
  }
}
.twoHalfLayout .experience-commerce_assets-mediaAndText .media-foreground-embedded-component {
  max-height: 320px;
}
@media (min-width: 992px) {
  .twoHalfLayout .experience-commerce_assets-mediaAndText .media-foreground-embedded-component {
    max-height: none;
  }
}
.twoHalfLayout .experience-commerce_assets-imageComponent {
  width: 100%;
  height: 540px;
}
@media (min-width: 992px) {
  .twoHalfLayout .experience-commerce_assets-imageComponent {
    height: 90vh;
  }
}
.twoHalfLayout .experience-commerce_assets-imageComponent .image-component-container,
.twoHalfLayout .experience-commerce_assets-imageComponent .photo-tile-figure {
  display: contents;
}
.twoHalfLayout .experience-commerce_assets-videoComponent {
  height: 540px;
}
@media (min-width: 992px) {
  .twoHalfLayout .experience-commerce_assets-videoComponent {
    aspect-ratio: auto;
    height: 90vh;
  }
}
.twoHalfLayout .experience-commerce_assets-accordion {
  width: 100%;
}
@media (min-width: 992px) {
  .twoHalfLayout .experience-commerce_assets-accordion {
    max-width: 500px;
  }
}
.twoHalfLayout .experience-commerce_assets-heroBanner {
  width: 100%;
  height: 100%;
}
.twoHalfLayout .experience-commerce_assets-heroBanner .hero {
  height: 90dvb;
}
.twoHalfLayout .experience-commerce_assets-heroBanner .hero .hero-container .main-banner-image {
  width: 100%;
}
.twoHalfLayout .experience-commerce_assets-heroBanner picture {
  display: block;
  width: 100%;
  height: 100%;
}
.twoHalfLayout .experience-commerce_assets-heroBanner img,
.twoHalfLayout .experience-commerce_assets-heroBanner video {
  object-fit: cover;
  height: 100%;
}
@media (max-width: calc(992px - 0.02px)) {
  .twoHalfLayout .flex-column:has(.experience-component.experience-commerce_assets-regularProductTile) {
    padding: 0 24px;
  }
}
.twoHalfLayout .flex-column:has(.experience-component.experience-commerce_assets-regularProductTile) .experience-component.experience-commerce_assets-regularProductTile {
  z-index: 3;
}
@media (min-width: 768px) {
  .twoHalfLayout .flex-column:has(.experience-component.experience-commerce_assets-regularProductTile) {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .twoHalfLayout .flex-column:has(.experience-component.experience-commerce_assets-regularProductTile) .product-tile-from-pdComponent .product-tile-image-container {
    background: rgba(255, 255, 255, 0.9);
    mix-blend-mode: unset;
    backdrop-filter: blur(4px);
  }
}
.twoHalfLayout .flex-column:has(.experience-component.experience-commerce_assets-regularProductTile).no-overlap .experience-commerce_assets-wysiwyg {
  min-height: unset;
}
@media (max-width: calc(992px - 0.02px)) {
  .twoHalfLayout .twoHalfLayout_container:not(.reverseColumnPosition) .twoHalfLayout_wrapper > .flex-column:nth-child(2):has(.experience-component.experience-commerce_assets-regularProductTile).content-overlap {
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -40%;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .twoHalfLayout .twoHalfLayout_container:not(.reverseColumnPosition) .twoHalfLayout_wrapper > .flex-column:nth-child(2):has(.experience-component.experience-commerce_assets-regularProductTile).content-overlap .product-tile-from-pdComponent .product-tile-image-container {
    background: rgba(255, 255, 255, 0.9);
    mix-blend-mode: unset;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .twoHalfLayout .twoHalfLayout_container.reverseColumnPosition .twoHalfLayout_wrapper > .flex-column:nth-child(1):has(.experience-component.experience-commerce_assets-regularProductTile).content-overlap {
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -40%;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .twoHalfLayout .twoHalfLayout_container.reverseColumnPosition .twoHalfLayout_wrapper > .flex-column:nth-child(1):has(.experience-component.experience-commerce_assets-regularProductTile).content-overlap .product-tile-from-pdComponent .product-tile-image-container {
    background: rgba(255, 255, 255, 0.9);
    mix-blend-mode: unset;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .twoHalfLayout .twoHalfLayout_container.reverseColumnPosition .twoHalfLayout_wrapper > .flex-column:last-child:not(:has(.product-tile-from-pdComponent, .product-tile, .experience-commerce_assets-regularProductTile)) {
    order: -1;
  }
}
.sectionContainer-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .sectionContainer-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sectionContainer-wrapper.fluid-container {
  max-width: 100%;
}
@media (max-width: calc(992px - 0.02px)) {
  .sectionContainer-wrapper:has(.experience-commerce_assets-productCarousel, .experience-commerce_assets-contentCarousel, .experience-commerce_assets-contentCarouselDynamic) {
    padding-right: 0;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .sectionContainer-wrapper:has(.experience-commerce_assets-productCarousel, .experience-commerce_assets-contentCarousel, .experience-commerce_assets-contentCarouselDynamic) .sectionContainer-link {
    padding-right: 16px;
  }
}
.sectionContainer-wrapper .experience-component.experience-commerce_assets-galleryCarousel {
  padding-left: 0;
}
.sectionContainer-header {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
@media (min-width: 768px) {
  .sectionContainer-header {
    margin-bottom: 24px;
  }
}
.sectionContainer-title {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 0;
}
@media (max-width: calc(992px - 0.02px)) {
  .sectionContainer-title {
    font-family: "KEVINMURPHYLatin-Bold";
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    font-size: 14px;
    text-transform: none;
  }
}
.sectionContainer-title.Medium {
  font-size: 18px;
}
@media (min-width: 992px) {
  .sectionContainer-title.Medium {
    font-size: 24px;
  }
}
.sectionContainer-title.Large {
  font-size: 24px;
}
@media (min-width: 992px) {
  .sectionContainer-title.Large {
    font-size: 32px;
  }
}
.sectionContainer-link {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
  text-transform: uppercase;
  text-decoration: underline;
  margin-left: auto;
}
.sectionContainer-body:has(.experience-commerce_assets-sectionTile) {
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 768px) {
  .sectionContainer-body:has(.experience-commerce_assets-sectionTile) {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  .sectionContainer-body:has(.experience-commerce_assets-sectionTile) {
    margin-left: auto;
    margin-right: auto;
  }
}
.sectionContainer-body .content-region {
  display: flex;
  flex-wrap: wrap;
}
.sectionContainer-body .content-region .experience-commerce_assets-productCarousel,
.sectionContainer-body .content-region .experience-commerce_assets-contentCarousel,
.sectionContainer-body .content-region .experience-commerce_assets-contentCarouselDynamic,
.sectionContainer-body .content-region .experience-commerce_assets-heroCarousel {
  flex: 1;
  width: 100%;
}
.sectionContainer-body .content-region .experience-commerce_layouts-twoColumnLayout {
  flex: 1 0 100%;
}
.sectionContainer-body .content-region:has(.experience-commerce_assets-galleryCarousel) {
  display: block;
  flex-wrap: initial;
}
.sectionContainer-body .content-region:has(.experience-commerce_assets-sectionTile) {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: calc(992px - 0.02px)) {
  .sectionContainer-body .content-region:has(.experience-commerce_assets-sectionTile) {
    grid-template-columns: repeat(2, 1fr);
  }
}
.plp:has(.experience-component.experience-commerce_layouts-productGrid) .plp-top {
  display: none;
}
.experience-component.experience-commerce_layouts-productGrid .product-grid-wrapper {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .experience-component.experience-commerce_layouts-productGrid .product-grid-wrapper {
    margin-top: 64px;
  }
}
.experience-component.experience-commerce_layouts-productGrid .experience-region.experience-tiles {
  display: contents;
}
.experience-component.experience-commerce_layouts-productGrid .experience-component.experience-commerce_assets-contentCard {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
  grid-column: span 1;
  grid-row: span 1;
}
.experience-component.experience-commerce_layouts-productGrid .experience-component.experience-commerce_assets-contentCard .experience-commerce_assets-imageComponent {
  padding: 0;
}
.experience-component.experience-commerce_layouts-productGrid .experience-component.experience-commerce_assets-contentCard .image-component-container,
.experience-component.experience-commerce_layouts-productGrid .experience-component.experience-commerce_assets-contentCard .video-container {
  width: 100% !important;
  flex: 0 0 auto !important;
  aspect-ratio: 0.7444444444 !important;
  height: auto !important;
  position: relative !important;
  overflow: hidden !important;
}
.experience-component.experience-commerce_layouts-productGrid .experience-component.experience-commerce_assets-contentCard .image-component-container img,
.experience-component.experience-commerce_layouts-productGrid .experience-component.experience-commerce_assets-contentCard .image-component-container video,
.experience-component.experience-commerce_layouts-productGrid .experience-component.experience-commerce_assets-contentCard .video-container img,
.experience-component.experience-commerce_layouts-productGrid .experience-component.experience-commerce_assets-contentCard .video-container video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  max-width: none !important;
  position: absolute !important;
  top: 0;
  left: 0;
}
.experience-component.experience-commerce_layouts-productGrid .experience-component.experience-commerce_assets-contentCard .tile-body,
.experience-component.experience-commerce_layouts-productGrid .experience-component.experience-commerce_assets-contentCard .content-card-text {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 12px !important;
  overflow: hidden;
}
.experience-component.experience-commerce_layouts-productGrid .experience-component {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden;
  padding-bottom: 2px;
  grid-column: span 2;
  grid-row: span 2;
}
@media (max-width: calc(992px - 0.02px)) {
  .experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard {
    grid-column: span 2;
    grid-row: span 2;
  }
}
.experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard .item__component {
  min-height: calc(100% - 46px);
}
.experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard .image-component-container,
.experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard .video-container {
  width: 100% !important;
  flex: 0 0 auto !important;
  aspect-ratio: 0.7444444444 !important;
  position: relative !important;
  overflow: hidden !important;
}
.experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard .image-component-container img,
.experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard .image-component-container video,
.experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard .video-container img,
.experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard .video-container video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  max-width: none !important;
  position: absolute !important;
  top: 0;
  left: 0;
}
.experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard .tile-body,
.experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard .content-card-text {
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding: 12px !important;
  overflow: hidden;
}
.experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard .content-card-component-container {
  max-height: calc(100% - 24px);
}
@media (min-width: 768px) {
  .experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard .content-card-component-container {
    max-height: none;
    min-height: calc(100% - 46px);
  }
}
.experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard .content-card-background-embedded-component,
.experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard .experience-region.experience-embeddedComponent,
.experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard .experience-component {
  height: 100% !important;
}
.experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard .content-card-background-embedded-component div,
.experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard .experience-region.experience-embeddedComponent div,
.experience-component.experience-commerce_layouts-productGrid .experience-component:nth-child(11n).experience-commerce_assets-contentCard .experience-component div {
  height: 100% !important;
}
.blog > .experience-region > .experience-commerce_assets-wysiwyg,
.blog > .experience-region > .experience-commerce_assets-accordion,
.blog > .experience-region > .experience-commerce_layouts-twoColumnLayout_blog {
  margin: auto;
  max-width: 700px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .blog > .experience-region > .experience-commerce_assets-wysiwyg,
  .blog > .experience-region > .experience-commerce_assets-accordion,
  .blog > .experience-region > .experience-commerce_layouts-twoColumnLayout_blog {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog > .experience-region .accordion-container {
  padding-left: 0;
  padding-right: 0;
}
.blog > .experience-region > .experience-commerce_assets-accordion {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .blog > .experience-region > .experience-commerce_assets-accordion {
    padding-left: 0;
    padding-right: 0;
  }
}
.blog .experience-commerce_layouts-twoColumnLayout_blog .twoHalfLayout_wrapper {
  gap: 48px;
}
@media (min-width: 768px) {
  .blog .experience-commerce_layouts-twoColumnLayout_blog .twoHalfLayout_wrapper {
    gap: 24px;
    flex-wrap: nowrap;
  }
}
.blog.gallery .experience-region > .experience-commerce_assets-imageComponent,
.blog.gallery .experience-region > .experience-commerce_assets-videoComponent,
.blog.gallery .experience-region > .experience-commerce_layouts-twoColumnLayout_blog {
  margin: auto;
  max-width: 1145px;
  height: fit-content;
}
.blog.article .experience-region > .experience-commerce_assets-imageComponent,
.blog.article .experience-region > .experience-commerce_assets-videoComponent,
.blog.article .experience-region > .experience-commerce_layouts-twoColumnLayout_blog {
  margin: auto;
  max-width: 700px;
  height: fit-content;
}
header.Theme-Dark-Transparent:not(.fixed):has(+ #maincontent .content.page-designer) {
  background-color: transparent;
  position: absolute;
}
.content.page-designer .experience-top .experience-component.experience-commerce_layouts-twoColumnLayout {
  padding: 0;
}
.content.page-designer {
  background-color: #FBF9F6;
}
.content.page-designer header {
  background-color: #FBF9F6;
}
#maincontent:has(> .content.page-designer) + .footer-container {
  margin-top: 0 !important;
}
.content.text-in-wrapper .experience-main > .experience-commerce_assets-wysiwyg,
.content.text-in-wrapper .experience-region > .experience-commerce_assets-accordion {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .content.text-in-wrapper .experience-main > .experience-commerce_assets-wysiwyg,
  .content.text-in-wrapper .experience-region > .experience-commerce_assets-accordion {
    padding-left: 0;
    padding-right: 0;
  }
}
.content.content-top-header .experience-commerce_assets-heroCarousel .experience-embeddedComponentTwoColumnLayout .experience-commerce_layouts-twoColumnLayout {
  padding-top: 0;
  padding-bottom: 0;
}
.content .experience-commerce_assets-wysiwyg {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .content .experience-commerce_assets-wysiwyg {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content > .experience-region .accordion-container {
  padding-left: 0;
  padding-right: 0;
}
.content .experience-commerce_layouts-twoColumnLayout_contentPage .twoHalfLayout {
  margin: 0;
  padding: 0;
}
.content .experience-commerce_layouts-twoColumnLayout_contentPage .twoHalfLayout .twoHalfLayout_container {
  padding: 20px 0px;
}
.content .experience-commerce_layouts-twoColumnLayout_contentPage .twoHalfLayout .twoHalfLayout_container.extra-padding {
  padding-top: 56px;
  padding-bottom: 56px;
}
.content .experience-commerce_layouts-twoColumnLayout_contentPage .twoHalfLayout .twoHalfLayout_container.has-dark-bg {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  background-color: #0F1600;
}
.content .experience-commerce_layouts-twoColumnLayout_contentPage .twoHalfLayout .twoHalfLayout_container.has-dark-bg .btn,
.content .experience-commerce_layouts-twoColumnLayout_contentPage .twoHalfLayout .twoHalfLayout_container.has-dark-bg .btn.btn-primary {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #0F1600;
}
.content .experience-commerce_layouts-twoColumnLayout_contentPage .twoHalfLayout .twoHalfLayout_container.has-dark-bg .btn:hover,
.content .experience-commerce_layouts-twoColumnLayout_contentPage .twoHalfLayout .twoHalfLayout_container.has-dark-bg .btn.btn-primary:hover {
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
}
.content .experience-commerce_layouts-twoColumnLayout_contentPage .twoHalfLayout .twoHalfLayout_container.has-dark-bg .btn.btn-secondary {
  border-color: #FFFFFF;
  background-color: transparent;
  color: #FFFFFF;
}
.content .experience-commerce_layouts-twoColumnLayout_contentPage .twoHalfLayout .twoHalfLayout_container.has-dark-bg .btn.btn-secondary:hover {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #0F1600;
}
@media (min-width: 768px) {
  .content .experience-commerce_layouts-twoColumnLayout_contentPage .twoHalfLayout .twoHalfLayout_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.content .experience-commerce_layouts-twoColumnLayout_contentPage .twoHalfLayout_wrapper {
  gap: 48px;
}
@media (min-width: 768px) {
  .content .experience-commerce_layouts-twoColumnLayout_contentPage .twoHalfLayout_wrapper {
    gap: 24px;
    flex-wrap: nowrap;
  }
}
.content .experience-commerce_layouts-twoColumnLayout_contentPage .experience-commerce_assets-wysiwyg {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .content .experience-commerce_layouts-twoColumnLayout_contentPage .experience-commerce_assets-wysiwyg {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.content .experience-component.experience-commerce_assets-accordion {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .content .experience-component.experience-commerce_assets-accordion {
    padding-left: 0;
    padding-right: 0;
  }
}
.content.gallery .experience-region > .experience-commerce_assets-imageComponent,
.content.gallery .experience-region > .experience-commerce_assets-videoComponent,
.content.gallery .experience-region > .experience-commerce_layouts-twoColumnLayout {
  margin: auto;
  max-width: 1145px;
  height: fit-content;
}
.content.article .experience-region > .experience-commerce_assets-imageComponent,
.content.article .experience-region > .experience-commerce_assets-videoComponent {
  margin: auto;
  max-width: 700px;
  height: fit-content;
}
.content .product-tile .product-image .product-tile-image-container {
  background-color: #FFFFFF;
}
.plp.page-designer .truncate-toggler-container .description-wrapper {
  width: 100%;
  display: flex;
}
.plp.page-designer .truncate-toggler-container .description_text {
  overflow: hidden;
  max-height: 25px;
  transition: max-height 350ms ease-in-out;
}
.plp.page-designer .truncate-toggler-container .description_text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.plp.page-designer .truncate-toggler-container .description_text.is-expanded {
  max-height: 999px;
}
.plp.page-designer .truncate-toggler-container .description_text.is-expanded p {
  white-space: normal;
  text-overflow: initial;
  overflow: hidden;
}
.plp.page-designer .truncate-toggler-container .description_text.is-collapsing p {
  white-space: normal;
  text-overflow: initial;
  overflow: hidden;
}
.plp.page-designer .truncate-toggler-container .description_button {
  display: flex;
  white-space: nowrap;
}
.plp.page-designer .truncate-toggler-container .description_button button {
  cursor: pointer;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 11px;
  text-transform: uppercase;
}
.plp.page-designer .truncate-toggler-container .description_button button:hover {
  text-decoration: underline;
}
.plp.page-designer .truncate-toggler-container .description_button .read-less-btn {
  margin-top: 8px;
}
header.Theme-Dark-Transparent:not(.fixed):has(+ #maincontent .blog-index.page-designer) {
  background-color: transparent;
  position: absolute;
}
.blog-index_wrapper {
  padding: 64px 12px 0 12px;
  padding-top: 64px;
}
@media (min-width: 992px) {
  .blog-index_wrapper {
    padding: 64px 16px 0 16px;
  }
}
.blog-index_page-title {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 21px;
  text-transform: none;
  text-transform: uppercase;
  color: #0F1600;
}
@media (max-width: 768px) {
  .blog-index_page-title {
    font-size: 18px;
  }
}
.blog-index_page-title h2 {
  display: flex;
}
.blog-index_page-title sup {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  color: #79726B;
  top: 5px;
  left: 8px;
}
.blog-index_subCategories-tags ul {
  display: flex;
  gap: 8px;
}
.blog-index .content-tile:nth-child(odd) .article-tile-image {
  max-height: 50%;
}
.blog-index .no-results {
  grid-column: span 4;
  text-align: center;
  padding: 100px;
}
.blog-index .content-grid-footer {
  margin-top: 48px;
  grid-column: span 2;
}
@media (min-width: 768px) {
  .blog-index .content-grid-footer {
    grid-column: span 4;
  }
}
.blog-index .content-grid-footer .btn {
  width: auto;
}
header.Theme-Dark-Transparent:not(.fixed):has(+ #maincontent .storepage.page-designer) {
  background-color: transparent;
  position: absolute;
}
.storepage.page-designer .experience-top .experience-component.experience-commerce_layouts-twoColumnLayout {
  padding: 0;
}
.product-grid,
.content-grid {
  display: grid;
  grid-gap: 0px 12px;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-rows: auto;
}
.product-grid-wrapper,
.content-grid-wrapper {
  padding: 20px 12px;
}
@media (min-width: 768px) {
  .product-grid-wrapper,
  .content-grid-wrapper {
    padding: 20px;
  }
}
.product-grid-wrapper.search-grid-wrapper,
.content-grid-wrapper.search-grid-wrapper {
  padding: 20px 12px;
}
@media (min-width: 768px) {
  .product-grid-wrapper.search-grid-wrapper,
  .content-grid-wrapper.search-grid-wrapper {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .product-grid,
  .content-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
}
.product-grid .experience-commerce_assets-mediaAndText,
.content-grid .experience-commerce_assets-mediaAndText {
  height: auto;
}
.product-grid .experience-commerce_assets-mediaAndText .media-component-container,
.content-grid .experience-commerce_assets-mediaAndText .media-component-container {
  height: auto;
}
.product-grid .full-width,
.content-grid .full-width {
  grid-column: 1/-1;
}
.product-grid .product .product-image,
.content-grid .product .product-image {
  height: fit-content;
}
.product-grid .content-tile,
.content-grid .content-tile {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.product-grid .content-tile img,
.content-grid .content-tile img {
  aspect-ratio: 0.7444444444;
  width: 100%;
  object-fit: cover;
}
.product-grid .content-tile .article-tile-title,
.content-grid .content-tile .article-tile-title {
  white-space: nowrap;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 6px;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: #0F1600;
}
.product-grid .content-tile .article-tile-description,
.content-grid .content-tile .article-tile-description {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-grid .content-tile .article-tile-link,
.content-grid .content-tile .article-tile-link {
  height: 100%;
}
.product-grid .content-tile .article-tile-link:hover,
.content-grid .content-tile .article-tile-link:hover {
  text-decoration: none;
}
.product-grid .content-tile .article-tile-title,
.content-grid .content-tile .article-tile-title {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 16px;
  text-transform: none;
  color: #0F1600;
  margin: 6px 0 2px 0;
}
@media (max-width: 768px) {
  .product-grid .content-tile .article-tile-title,
  .content-grid .content-tile .article-tile-title {
    font-size: 14px;
  }
}
.product-grid .content-tile .article-tile-description,
.content-grid .content-tile .article-tile-description {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  color: #0F1600;
  line-height: 17px;
}
.product-grid .content-tile .article-tile-content,
.content-grid .content-tile .article-tile-content {
  margin-bottom: 12px;
}
.search-results .wishlist-title {
  display: none !important;
}
.search-results .show-more-content {
  margin-top: 48px;
  grid-column: span 2;
}
@media (min-width: 768px) {
  .search-results .show-more-content {
    grid-column: span 4;
  }
}
.grid-layout .search-results,
.grid-layout-search .search-results {
  padding: 0;
}
.grid-layout .product-grid-item,
.grid-layout-search .product-grid-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-self: stretch;
}
.grid-layout .product-grid-item.full-width,
.grid-layout-search .product-grid-item.full-width {
  grid-column: 1/-1;
}
.grid-layout .product-grid-item.full-width.grid-footer .show-more,
.grid-layout-search .product-grid-item.full-width.grid-footer .show-more {
  margin-top: 48px;
  padding: 16px;
}
.grid-layout .product-grid-item.has-grid-component .product-tile,
.grid-layout .product-grid-item.has-grid-component .experience-component.experience-commerce_assets-contentCard,
.grid-layout .product-grid-item.has-grid-component .content-card-component-container.position-relative,
.grid-layout .product-grid-item.has-grid-component .content-card-background-embedded-component,
.grid-layout .product-grid-item.has-grid-component .experience-region.experience-embeddedComponent,
.grid-layout .product-grid-item.has-grid-component .experience-component.experience-commerce_assets-imageComponent,
.grid-layout .product-grid-item.has-grid-component .experience-component.experience-commerce_assets-videoComponent,
.grid-layout-search .product-grid-item.has-grid-component .product-tile,
.grid-layout-search .product-grid-item.has-grid-component .experience-component.experience-commerce_assets-contentCard,
.grid-layout-search .product-grid-item.has-grid-component .content-card-component-container.position-relative,
.grid-layout-search .product-grid-item.has-grid-component .content-card-background-embedded-component,
.grid-layout-search .product-grid-item.has-grid-component .experience-region.experience-embeddedComponent,
.grid-layout-search .product-grid-item.has-grid-component .experience-component.experience-commerce_assets-imageComponent,
.grid-layout-search .product-grid-item.has-grid-component .experience-component.experience-commerce_assets-videoComponent {
  height: 100%;
}
.grid-layout .product-grid-item.has-grid-component .experience-componentTileOne,
.grid-layout .product-grid-item.has-grid-component .experience-region.experience-componentTileFour,
.grid-layout-search .product-grid-item.has-grid-component .experience-componentTileOne,
.grid-layout-search .product-grid-item.has-grid-component .experience-region.experience-componentTileFour {
  overflow: hidden;
}
.grid-layout .product-grid-item.has-grid-component .experience-region > .experience-component.experience-commerce_assets-imageComponent .image-component-container,
.grid-layout-search .product-grid-item.has-grid-component .experience-region > .experience-component.experience-commerce_assets-imageComponent .image-component-container {
  height: 100%;
}
.grid-layout .product-grid-item.has-grid-component .experience-region > .experience-component.experience-commerce_assets-imageComponent .image-component-container.aspect-ratio-1_1,
.grid-layout .product-grid-item.has-grid-component .experience-region > .experience-component.experience-commerce_assets-imageComponent .image-component-container.aspect-ratio-3_4,
.grid-layout-search .product-grid-item.has-grid-component .experience-region > .experience-component.experience-commerce_assets-imageComponent .image-component-container.aspect-ratio-1_1,
.grid-layout-search .product-grid-item.has-grid-component .experience-region > .experience-component.experience-commerce_assets-imageComponent .image-component-container.aspect-ratio-3_4 {
  aspect-ratio: unset;
}
.grid-layout .product-grid-item.has-grid-component .experience-region > .experience-component.experience-commerce_assets-videoComponent .video-container,
.grid-layout-search .product-grid-item.has-grid-component .experience-region > .experience-component.experience-commerce_assets-videoComponent .video-container {
  height: 100%;
}
.grid-layout .product-grid-item.has-grid-component .experience-region > .experience-component.experience-commerce_assets-videoComponent .video-container.aspect-ratio-1_1,
.grid-layout .product-grid-item.has-grid-component .experience-region > .experience-component.experience-commerce_assets-videoComponent .video-container.aspect-ratio-3_4,
.grid-layout-search .product-grid-item.has-grid-component .experience-region > .experience-component.experience-commerce_assets-videoComponent .video-container.aspect-ratio-1_1,
.grid-layout-search .product-grid-item.has-grid-component .experience-region > .experience-component.experience-commerce_assets-videoComponent .video-container.aspect-ratio-3_4 {
  aspect-ratio: unset;
}
.grid-layout .product-grid-item.has-grid-component .content-card-component-container:focus .video-container,
.grid-layout .product-grid-item.has-grid-component .content-card-component-container:focus .image-component-container,
.grid-layout-search .product-grid-item.has-grid-component .content-card-component-container:focus .video-container,
.grid-layout-search .product-grid-item.has-grid-component .content-card-component-container:focus .image-component-container {
  border: 1px solid black;
}
.grid-layout .product-grid-item.has-grid-component.tile1x1,
.grid-layout-search .product-grid-item.has-grid-component.tile1x1 {
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden;
  grid-column: span 1;
  grid-row: span 1;
}
.grid-layout .product-grid-item.has-grid-component.tile1x1 .image-component-container,
.grid-layout .product-grid-item.has-grid-component.tile1x1 .video-container,
.grid-layout-search .product-grid-item.has-grid-component.tile1x1 .image-component-container,
.grid-layout-search .product-grid-item.has-grid-component.tile1x1 .video-container {
  width: 100% !important;
  flex: 0 0 auto !important;
  aspect-ratio: 0.7444444444 !important;
  height: auto !important;
  position: relative !important;
  overflow: hidden !important;
}
.grid-layout .product-grid-item.has-grid-component.tile1x1 .image-component-container img,
.grid-layout .product-grid-item.has-grid-component.tile1x1 .image-component-container video,
.grid-layout .product-grid-item.has-grid-component.tile1x1 .video-container img,
.grid-layout .product-grid-item.has-grid-component.tile1x1 .video-container video,
.grid-layout-search .product-grid-item.has-grid-component.tile1x1 .image-component-container img,
.grid-layout-search .product-grid-item.has-grid-component.tile1x1 .image-component-container video,
.grid-layout-search .product-grid-item.has-grid-component.tile1x1 .video-container img,
.grid-layout-search .product-grid-item.has-grid-component.tile1x1 .video-container video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  max-width: none !important;
  position: absolute !important;
  top: 0;
  left: 0;
}
.grid-layout .product-grid-item.has-grid-component.tile1x1 .tile-body,
.grid-layout .product-grid-item.has-grid-component.tile1x1 .content-card-text,
.grid-layout-search .product-grid-item.has-grid-component.tile1x1 .tile-body,
.grid-layout-search .product-grid-item.has-grid-component.tile1x1 .content-card-text {
  flex: 0 0 auto !important;
  margin: 0 !important;
  padding: 12px !important;
  overflow: hidden;
}
.grid-layout .product-grid-item.has-grid-component.tile1x4,
.grid-layout-search .product-grid-item.has-grid-component.tile1x4 {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden;
  padding-bottom: 2px;
  grid-column: span 2;
  grid-row: span 2;
}
@media (min-width: 992px) {
  .grid-layout .product-grid-item.has-grid-component.tile1x4,
  .grid-layout-search .product-grid-item.has-grid-component.tile1x4 {
    padding-bottom: 24px;
  }
}
.grid-layout .product-grid-item.has-grid-component.tile1x4 .item__component,
.grid-layout-search .product-grid-item.has-grid-component.tile1x4 .item__component {
  min-height: calc(100% - 46px);
}
.grid-layout .product-grid-item.has-grid-component.tile1x4 .image-component-container,
.grid-layout .product-grid-item.has-grid-component.tile1x4 .video-container,
.grid-layout-search .product-grid-item.has-grid-component.tile1x4 .image-component-container,
.grid-layout-search .product-grid-item.has-grid-component.tile1x4 .video-container {
  width: 100% !important;
  flex: 0 0 auto !important;
  aspect-ratio: 0.7444444444 !important;
  position: relative !important;
  overflow: hidden !important;
}
.grid-layout .product-grid-item.has-grid-component.tile1x4 .image-component-container img,
.grid-layout .product-grid-item.has-grid-component.tile1x4 .image-component-container video,
.grid-layout .product-grid-item.has-grid-component.tile1x4 .video-container img,
.grid-layout .product-grid-item.has-grid-component.tile1x4 .video-container video,
.grid-layout-search .product-grid-item.has-grid-component.tile1x4 .image-component-container img,
.grid-layout-search .product-grid-item.has-grid-component.tile1x4 .image-component-container video,
.grid-layout-search .product-grid-item.has-grid-component.tile1x4 .video-container img,
.grid-layout-search .product-grid-item.has-grid-component.tile1x4 .video-container video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  max-width: none !important;
  position: absolute !important;
  top: 0;
  left: 0;
}
.grid-layout .product-grid-item.has-grid-component.tile1x4 .tile-body,
.grid-layout .product-grid-item.has-grid-component.tile1x4 .content-card-text,
.grid-layout-search .product-grid-item.has-grid-component.tile1x4 .tile-body,
.grid-layout-search .product-grid-item.has-grid-component.tile1x4 .content-card-text {
  flex: 1 1 auto !important;
  margin: 0 !important;
  padding: 12px !important;
  overflow: hidden;
}
.grid-layout .content-tile:nth-child(odd) .article-tile-image,
.grid-layout-search .content-tile:nth-child(odd) .article-tile-image {
  max-height: 50%;
}
.category-description {
  width: 50%;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 16px;
  text-transform: none;
  padding: 0 12px;
}
@media (max-width: calc(768px - 0.02px)) {
  .category-description {
    width: 100%;
  }
}
.category-description p {
  margin: 0;
  padding: 0;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 16px;
  text-transform: none;
}
@media (min-width: 768px) {
  .category-description {
    padding: 0 20px;
  }
}
.category-description-category_name {
  padding: 0 12px;
}
@media (min-width: 768px) {
  .category-description-category_name {
    padding: 0 20px;
  }
}
.plp-top {
  display: flex;
  width: 100%;
  flex-direction: row;
  padding: 20px 12px;
  align-items: center;
}
@media (min-width: 768px) {
  .plp-top {
    padding: 20px 20px;
  }
}
.plp-top .search-results {
  transition: padding 0.25s ease-in-out;
}
.page-designer.plp {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .page-designer.plp {
    margin-top: 164px;
  }
}
.page-designer.plp .plp-bottom-modules .experience-commerce_assets-wysiwyg {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .page-designer.plp .plp-bottom-modules .experience-commerce_assets-wysiwyg {
    width: 75%;
    padding: 0 20px;
  }
}
.page-designer.plp .plp-bottom-modules .experience-commerce_layouts-sectionContainer .sectionContainer-wrapper:not(:has(.experience-commerce_layouts-twoColumnLayout)) {
  padding-right: 0;
}
.page-designer.plp .plp-bottom-modules .experience-commerce_layouts-sectionContainer .swiper-navigation-container {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .page-designer.plp .plp-bottom-modules .experience-commerce_layouts-sectionContainer .swiper-navigation-container {
    padding: 0 20px;
  }
}
.page-designer.plp .plp-bottom-modules .experience-commerce_assets-accordion:not(.experience-commerce_layouts-twoColumnLayout *) {
  width: 100%;
}
@media (min-width: 992px) {
  .page-designer.plp .plp-bottom-modules .experience-commerce_assets-accordion:not(.experience-commerce_layouts-twoColumnLayout *) {
    max-width: calc(50% + 15px);
  }
}
.breadcrumb {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 5px;
}
.breadcrumb-item {
  text-decoration: none;
}
.breadcrumb-item:hover {
  text-decoration: none;
}
.breadcrumb-item a {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-transform: none;
  font-size: 16px;
}
.breadcrumb-item a span {
  text-decoration: none;
}
.breadcrumb-item a span:hover {
  text-decoration: none;
}
.breadcrumb-item.last-breadcrumb {
  text-decoration-color: #FFFFFF;
}
.breadcrumb-item.last-breadcrumb a {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  pointer-events: none;
}
.breadcrumb-item.last-breadcrumb a h1 {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: none;
  font-size: 16px;
  line-height: initial;
  margin: 0;
}
.breadcrumb-item_total {
  color: #635C55;
  vertical-align: text-top;
  margin-left: 5px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.search-results-for {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 21px;
  text-transform: none;
}
@media (max-width: 768px) {
  .search-results-for {
    font-size: 18px;
  }
}
.search-results-for sup {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  color: #79726B;
}
.search-results-keyword {
  margin-top: 164px;
}
.nav-tabs-wrapper {
  padding: 0 12px;
}
@media (min-width: 768px) {
  .nav-tabs-wrapper {
    padding: 0 20px;
  }
}
.nav-tabs-wrapper .nav {
  margin: 0;
}
.page.page-Account-Overview header,
.page.page-Account-Show header,
.page.page-Order-History header,
.page.page-Address-List header,
.page.page-PaymentInstruments-List header {
  background: #F2EFEB;
}
.page.page-Account-Overview .promotion-bar-wrapper,
.page.page-Account-Show .promotion-bar-wrapper,
.page.page-Order-History .promotion-bar-wrapper,
.page.page-Address-List .promotion-bar-wrapper,
.page.page-PaymentInstruments-List .promotion-bar-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .page-Order-History .account-help,
  .page-Order-Details .account-help {
    margin-top: 60px;
  }
}
.page-Order-History .account-navigation-item.order-history a,
.page-Order-Details .account-navigation-item.order-history a {
  text-decoration: underline;
}
.page-Account-Show,
.page-Address-EditAddress,
.page-Address-List,
.page-Address-AddAddress,
.page-Account-EditProfile,
.page-Account-EditPassword,
.page-Account-Overview,
.page-Order-History,
.page-PaymentInstruments-List,
.page-Order-Details,
.page-PaymentInstruments-AddPayment {
  background: #F2EFEB;
}
.page-Address-List .account-navigation-item.address-list a,
.page-Address-EditAddress .account-navigation-item.address-list a {
  text-decoration: underline;
}
.page-Account-Show .account-navigation-item.account-show a,
.page-Account-EditProfile .account-navigation-item.account-show a,
.page-Account-EditPassword .account-navigation-item.account-show a {
  text-decoration: underline;
}
.page-Account-Overview .account-navigation-item.account-overview a {
  text-decoration: underline;
}
.account-layout {
  padding: 0 16px;
  margin-top: 84px;
}
@media (min-width: 768px) {
  .account-layout {
    display: flex;
    gap: 60px;
    padding: 0 20px;
    padding-top: 112px;
  }
}
.account-layout .account-nav {
  padding-right: 20px;
}
@media (min-width: 768px) {
  .account-layout .account-nav {
    flex: 0 0 16.5%;
    max-width: 230px;
    max-height: fit-content;
    position: sticky;
    top: 20px;
  }
}
.account-layout .account-nav .title {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 21px;
  text-transform: none;
  margin-bottom: 24px;
  color: #0F1600;
}
@media (max-width: 768px) {
  .account-layout .account-nav .title {
    font-size: 18px;
  }
}
.account-layout .account-nav ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  gap: 24px;
}
@media (max-width: calc(768px - 0.02px)) {
  .account-layout .account-nav ul {
    overflow-x: scroll;
  }
}
@media (min-width: 768px) {
  .account-layout .account-nav ul {
    flex-direction: column;
    gap: 8px;
  }
}
.account-layout .account-nav li {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  padding: 12px 0;
  color: #232A00;
  white-space: nowrap;
}
.account-layout .account-content {
  margin-top: 49px;
}
@media (min-width: 768px) {
  .account-layout .account-content {
    display: flex;
    flex: 1;
  }
}
@media (min-width: 768px) {
  .account-layout .account-main {
    flex: 0 0 68%;
  }
}
.account-layout .account-main .account-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.account-layout .account-summary {
  flex: 0 0 30.2%;
  max-width: 311px;
  border: 1px dashed #ccc;
}
.account-layout .order-list-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.account-layout .account-section {
  background: #FFFFFF;
  padding: 16px 16px 8px 16px;
}
.account-layout .account-section .title {
  margin-bottom: 32px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.account-layout .account-section .card {
  border: none;
}
.account-layout .account-section .card .card-header {
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}
.account-layout .account-section .card .card-header-bottom16 {
  margin-bottom: 16px;
}
.account-layout .account-section .card .card-header h2 {
  margin: 0;
  padding: 0;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: #0F1600;
}
.account-layout .account-section .card .card-header a {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  padding: 0;
  color: #000000;
  text-decoration: underline;
}
.account-layout .account-section .card .card-header::after {
  display: none;
}
.account-layout .account-section .card .card-body {
  padding: 0;
}
@media (min-width: 768px) {
  .account-layout .account-section .card .card-body form {
    width: 50%;
  }
}
.account-layout .account-section .card .card-body dt,
.account-layout .account-section .card .card-body .dashboard-cards-block-title,
.account-layout .account-section .card .card-body .dashboard-info {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: #79726B;
  margin-bottom: 4px;
}
.account-layout .account-section .card .card-body dd,
.account-layout .account-section .card .card-body .address-info {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
  color: #0F1600;
}
.account-layout .account-section .card .card-body .dashboard-cards-block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-layout .account-section .card .card-body .order-summary-email,
.account-layout .account-section .card .card-body .order-summary-payment {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  color: #79726B;
}
.account-layout .account-section .card .card-footer {
  background: none;
  border: none;
  padding: 0;
}
.account-layout .account-section .card .card-footer .btn-add-address,
.account-layout .account-section .card .card-footer .btn-add-payment {
  width: 100%;
  max-width: 327px;
  text-align: center;
}
.account-layout .account-section .card .order-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  margin-top: 20px;
}
.account-layout .account-section .card .order-footer .value {
  font-weight: 600;
  color: #0F1600;
}
.account-layout .account-section .address-card {
  margin-bottom: 32px;
  position: relative;
}
.account-layout .account-section .address-card a {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  padding: 0;
  color: #000000;
  text-decoration: underline;
}
.account-layout .account-section .address-card .remove-address {
  position: absolute;
  right: 0;
  top: 20px;
}
.account-layout .account-section .address-card .card-make-default-link {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 12px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.account-layout .account-section .address-card .card-make-default-link button.is-active {
  pointer-events: none;
}
.account-layout .account-section .btn-group {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  text-align: center;
}
.account-layout .account-section .custom-dropdown-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.account-layout .account-section .custom-dropdown-wrapper .dropdown-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(-90deg);
  width: 24px;
  height: 24px;
  pointer-events: none;
  z-index: 1;
  color: #79726B;
  transition: color 0.2s ease;
}
.account-layout .account-section .custom-dropdown-wrapper:hover .dropdown-arrow,
.account-layout .account-section .custom-dropdown-wrapper .custom-select:focus + .dropdown-arrow {
  color: #000000;
}
.account-layout .account-section .phone-input-group {
  display: flex;
  gap: 8px;
  align-items: stretch;
}
.account-layout .account-section .phone-input-group .country-code-wrapper {
  display: flex;
  align-items: center;
  background: #F2EFEB;
  border-radius: 0;
  margin-top: 1px;
  min-width: 63px;
  width: 63px;
  height: 36px;
}
@media (min-width: 768px) {
  .account-layout .account-section .phone-input-group .country-code-wrapper {
    height: 30px;
  }
}
.account-layout .account-section .phone-input-group .country-code-wrapper .country-flag {
  display: flex;
  margin-right: 8px;
}
.account-layout .account-section .phone-input-group .country-code-wrapper .country-flag .flag-icon {
  width: 12px;
  height: 8px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
}
.account-layout .account-section .phone-input-group .country-code-wrapper .custom-dropdown-wrapper {
  flex: 1;
  margin-top: 10px;
  align-items: center;
  margin: 8px 12px 8px 8px;
  width: 46px;
  justify-content: end;
  display: flex;
  position: relative;
}
.account-layout .account-section .phone-input-group .country-code-wrapper .custom-dropdown-wrapper .dropdown-arrow {
  right: 4px;
  width: 16px;
  height: 16px;
}
.account-layout .account-section .phone-input-group .country-code-wrapper .custom-select {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  color: transparent;
  cursor: pointer;
  background: transparent;
  z-index: 2;
}
.account-layout .account-section .phone-input-group .phone-display {
  width: 100%;
  max-width: 180px;
}
.account-layout .account-section .phone-input-group .phone-number-input {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  flex: 1;
  background: #F2EFEB;
  border: none;
  border-radius: 0;
  padding: 12px 8px;
  color: #000000;
}
.account-layout .account-section .phone-input-group .phone-number-input:focus {
  outline: none;
  box-shadow: none;
}
.account-layout .account-section .phone-input-group .phone-number-input::placeholder {
  color: #79726B;
}
.account-layout .account-section.order-history-section .order-details-header {
  display: flex;
}
.account-layout .account-section.order-history-section .order-details-header-col {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-bottom: 20px;
}
.account-layout .account-section.order-history-section .order-details-header-col .order-number .value {
  text-decoration: underline;
}
.account-layout .account-section.order-history-section .order-details-header-col .label {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
  color: #0F1600;
}
.account-layout .account-section.order-history-section .order-details-header-col .value {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
  color: #635C55;
}
.account-layout .account-section.order-history-section .order-details-header-col .order-status {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .account-layout .account-section.order-history-section .order-details-header-col .order-status {
    flex-direction: row;
  }
}
.account-layout .account-section.order-history-section .order-details-header-col .order-status .value {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .account-layout .account-section.order-history-section .order-details-header-col .order-status .value {
    padding-left: 4px;
  }
}
.account-layout .account-section.order-history-section .order-details-header-col .order-status-inprogress {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #67D86C;
  margin-right: 2px;
}
@media (min-width: 768px) {
  .account-layout .account-section.order-history-section .order-details-header-col .order-status-inprogress {
    margin-left: 4px;
  }
}
.account-layout .account-section.order-history-section .order-details-header-col .order-total {
  display: flex;
}
.account-layout .account-section.order-history-section .order-details-header-col .order-total .value {
  text-indent: 4px;
  text-decoration: underline;
}
.account-layout .account-section.order-history-section .order-details-footer {
  display: flex;
  border-top: 1px solid #F2EFEB;
  padding-top: 10px;
}
.account-layout .account-section.order-history-section .order-details-footer .label {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
  color: #0F1600;
}
.account-layout .account-section.order-history-section .order-details-footer .label::after {
  content: ":";
}
.account-layout .account-section.order-history-section .order-details-footer .value {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
  color: #635C55;
  text-indent: 4px;
}
.account-layout .account-section.order-history-section .order-details-row {
  margin-top: 0;
}
.account-layout .account-section.order-history-section .order-details-row .order-tracking,
.account-layout .account-section.order-history-section .order-details-row .order-shippingTitle {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
  color: #0F1600;
}
.account-layout .account-section.order-history-section .card-header .value {
  text-decoration: underline;
}
.account-layout .account-section.order-history-section .order-history-section_empty p:first-child {
  color: #0F1600;
  margin-bottom: 2px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.account-layout .account-section.order-history-section .order-history-section_empty p:last-child {
  color: #635C55;
  margin-bottom: 0;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.account-layout .account-section .payment-card-info {
  position: relative;
}
.account-layout .account-section .payment-card-info .remove-payment {
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 768px) {
  .account-layout .account-section.shipping-summary .leading-lines {
    max-width: 50%;
  }
}
.account-layout .account-section.shipping-summary .leading-lines .shipping-method {
  margin-bottom: 0;
}
.account-layout .account-section.shipping-summary .leading-lines .pricing {
  margin-bottom: 0;
}
.account-layout .account-section .consent-tracking a {
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
  text-decoration: underline;
}
.account-layout .account-help {
  color: #0F1600;
}
@media (max-width: calc(768px - 0.02px)) {
  .account-layout .account-help {
    margin-top: 26px;
  }
}
@media (min-width: 768px) {
  .account-layout .account-help {
    position: sticky;
    top: 20px;
    padding: 0 20px;
    max-height: fit-content;
  }
}
.account-layout .account-help .h1,
.account-layout .account-help h2,
.account-layout .account-help h3 {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 16px;
  text-transform: none;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .account-layout .account-help .h1,
  .account-layout .account-help h2,
  .account-layout .account-help h3 {
    font-size: 14px;
  }
}
.account-layout .account-help p {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.account-layout .account-help p a {
  text-decoration: underline;
}
.account-layout .toggle-switch {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 16px;
  background-color: #F2EFEB;
  border-radius: 40px;
  cursor: pointer;
  text-indent: -9999px;
  transition: background-color 0.3s ease;
}
.account-layout .toggle-switch::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.account-layout .toggle-switch.is-active::before {
  background-color: #008000;
}
.account-layout .toggle-switch.is-active::before {
  transform: translateX(9px);
}
.account-layout .password-form {
  position: relative;
}
.account-layout .password-form_reveal-icon {
  position: absolute;
  right: 16px;
  top: 31px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTIgNS4wMzM2OUMxNS42NTkyIDUuMDMzNzUgMTguMDQ0MSA2Ljc2NDc3IDE5LjQ5NzEgOC40ODQ4NkMyMC4yMTk4IDkuMzQwNTkgMjAuNzE0NiAxMC4xOTQ3IDIxLjAyODMgMTAuODM0NUMyMS4xODUzIDExLjE1NDcgMjEuMjk3OCAxMS40MjM5IDIxLjM3MjEgMTEuNjE0N0MyMS40MDkyIDExLjcxMDEgMjEuNDM3MyAxMS43ODY2IDIxLjQ1NjEgMTEuODQwM0MyMS40NjUzIDExLjg2NyAyMS40NzI1IDExLjg4ODYgMjEuNDc3NSAxMS45MDM4QzIxLjQ4IDExLjkxMTIgMjEuNDgyIDExLjkxNzkgMjEuNDgzNCAxMS45MjI0QzIxLjQ4NDEgMTEuOTI0NCAyMS40ODQ5IDExLjkyNjggMjEuNDg1NCAxMS45MjgyTDIxLjQ4NjMgMTEuOTMwMkMyMS40ODIgMTEuOTMyIDIxLjQzMzYgMTEuOTQ4MiAyMC45MTQxIDEyLjExMDhMMjEuNDgzNCAxMi4zMDAzTDIxLjQ4MjQgMTIuMzAxM1YxMi4zMDMyQzIxLjQ4MTkgMTIuMzA0NSAyMS40ODEgMTIuMzA2NCAyMS40ODA1IDEyLjMwODFDMjEuNDc4OSAxMi4zMTI2IDIxLjQ3NjIgMTIuMzE5NCAyMS40NzM2IDEyLjMyNjdDMjEuNDY4NCAxMi4zNDE3IDIxLjQ2MDggMTIuMzYzMSAyMS40NTEyIDEyLjM4OTJDMjEuNDMxNyAxMi40NDIgMjEuNDAzNCAxMi41MTc0IDIxLjM2NTIgMTIuNjEwOEMyMS4yODg1IDEyLjc5ODQgMjEuMTcyMyAxMy4wNjI2IDIxLjAxMTcgMTMuMzc2NUMyMC42OTA4IDE0LjAwMzggMjAuMTg3NyAxNC44NDAzIDE5LjQ1OSAxNS42NzQzQzE3Ljk5MzggMTcuMzUxIDE1LjYwNjQgMTkuMDI0NCAxMS45OTAyIDE4Ljk2NTNDOC4zODc0NCAxOC45MDYyIDYuMDA5MzggMTcuMjQwNCA0LjU0NTkgMTUuNTk1MkMzLjgxNzY2IDE0Ljc3NjQgMy4zMTM2NiAxMy45NjIgMi45OTIxOSAxMy4zNTIxQzIuODMxMzQgMTMuMDQ2OCAyLjcxNTYxIDEyLjc4OTkgMi42Mzg2NyAxMi42MDc5QzIuNjAwMzUgMTIuNTE3MiAyLjU3MTMxIDEyLjQ0NDQgMi41NTE3NiAxMi4zOTMxQzIuNTQyMTQgMTIuMzY3OCAyLjUzNDU5IDEyLjM0NzEgMi41MjkzIDEyLjMzMjVDMi41MjY3OCAxMi4zMjU2IDIuNTI0MDQgMTIuMzE5MyAyLjUyMjQ2IDEyLjMxNDlDMi41MjE3NiAxMi4zMTI5IDIuNTIxIDEyLjMxMDUgMi41MjA1MSAxMi4zMDkxVjEyLjMwNzFMMi41MTk1MyAxMi4zMDYyTDIuNDU1MDggMTIuMTE5NkwyLjUxNDY1IDExLjkzMTJMMy4wODY5MSAxMi4xMTA4TDIuNTE0NjUgMTEuOTMwMkwyLjUxNTYyIDExLjkyODJDMi41MTYwNiAxMS45MjY5IDIuNTE2OTEgMTEuOTI0NCAyLjUxNzU4IDExLjkyMjRDMi41MTkwMiAxMS45MTc5IDIuNTIxMDEgMTEuOTExMiAyLjUyMzQ0IDExLjkwMzhDMi41Mjg0NSAxMS44ODg2IDIuNTM1NjUgMTEuODY2OSAyLjU0NDkyIDExLjg0MDNDMi41NjM2MiAxMS43ODY3IDIuNTkwOSAxMS43MDk5IDIuNjI3OTMgMTEuNjE0N0MyLjcwMjIgMTEuNDIzOSAyLjgxNTY0IDExLjE1NDggMi45NzI2NiAxMC44MzQ1QzMuMjg2MzIgMTAuMTk0OCAzLjc4MDM1IDkuMzQwNSA0LjUwMjkzIDguNDg0ODZDNS45NTU3NiA2Ljc2NDggOC4zNDA5OSA1LjAzMzkzIDEyIDUuMDMzNjlaTTEyIDYuMjMyOTFDOC43NzQ4MSA2LjIzMzE1IDYuNzAyMzQgNy43NDA5NyA1LjQxOTkyIDkuMjU5MjhDNC43NzUzOSAxMC4wMjI1IDQuMzMxNDYgMTAuNzg4NCA0LjA0OTggMTEuMzYyOEMzLjkwOTYyIDExLjY0ODggMy44MTA1MiAxMS44ODYzIDMuNzQ3MDcgMTIuMDQ5M0MzLjc0MDI4IDEyLjA2NjggMy43MzM1IDEyLjA4NDQgMy43Mjc1NCAxMi4xMDAxQzMuNzMyODQgMTIuMTEyOSAzLjczODIyIDEyLjEyNzEgMy43NDQxNCAxMi4xNDExQzMuODA5MzcgMTIuMjk1NCAzLjkxMTQ3IDEyLjUyMDcgNC4wNTQ2OSAxMi43OTI1QzQuMzQyMDggMTMuMzM3NyA0Ljc5MjcgMTQuMDY2OSA1LjQ0MjM4IDE0Ljc5NzRDNi43MzU2NSAxNi4yNTEzIDguODE0NzkgMTcuNzEyNiAxMi4wMDk4IDE3Ljc2NTFDMTUuMTkxOSAxNy44MTcxIDE3LjI2MyAxNi4zNjMzIDE4LjU1NDcgMTQuODg1M0MxOS4yMDM5IDE0LjE0MjMgMTkuNjU1NSAxMy4zOTMyIDE5Ljk0MzQgMTIuODMwNkMyMC4wODY4IDEyLjU1MDIgMjAuMTg4NSAxMi4zMTY4IDIwLjI1MzkgMTIuMTU2N0MyMC4yNjE0IDEyLjEzODUgMjAuMjY3OSAxMi4xMjAzIDIwLjI3NDQgMTIuMTA0QzIwLjI2OCAxMi4wODcyIDIwLjI2MTIgMTIuMDY4MiAyMC4yNTM5IDEyLjA0OTNDMjAuMTkwNCAxMS44ODYyIDIwLjA5MDUgMTEuNjQ5IDE5Ljk1MDIgMTEuMzYyOEMxOS42Njg1IDEwLjc4ODQgMTkuMjI1NSAxMC4wMjI1IDE4LjU4MTEgOS4yNTkyOEMxNy4yOTg1IDcuNzQwOTIgMTUuMjI1NCA2LjIzMjk3IDEyIDYuMjMyOTFaTTEyIDkuMjU4M0MxMy41NDYzIDkuMjU4NCAxNC44Mjg5IDEwLjQ4MjggMTQuODI5MSAxMi4wMjY5QzE0LjgyODggMTMuNTcwOCAxMy41NDYyIDE0Ljc5NTMgMTIgMTQuNzk1NEMxMC40NTQgMTQuNzk1IDkuMTcyMTkgMTMuNTcwNiA5LjE3MTg4IDEyLjAyNjlDOS4xNzIwMyAxMC40ODMgMTAuNDUzOSA5LjI1ODcgMTIgOS4yNTgzWk0xMiAxMC40NTg1QzExLjA4NTYgMTAuNDU4OSAxMC4zNzIyIDExLjE3NjQgMTAuMzcyMSAxMi4wMjY5QzEwLjM3MjQgMTIuODc3MiAxMS4wODU3IDEzLjU5NDggMTIgMTMuNTk1MkMxMi45MTQ2IDEzLjU5NTEgMTMuNjI4NiAxMi44Nzc0IDEzLjYyODkgMTIuMDI2OUMxMy42Mjg4IDExLjE3NjIgMTIuOTE0NyAxMC40NTg2IDEyIDEwLjQ1ODVaTTIxLjU0MzkgMTIuMTE1N0wyMS40ODM0IDEyLjI5OTNMMjAuOTE0MSAxMi4xMTA4TDIxLjQ4NjMgMTEuOTMxMkwyMS41NDM5IDEyLjExNTdaIiBmaWxsPSIjMEYxNjAwIi8+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.account-layout .password-form_reveal-icon.password-reveal {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTkuODc1IDE5TDUuODEyNSA1TTEwLjMxMjUgMTAuNTQ1NUM5Ljk2MjQyIDEwLjkyOTcgOS43NSAxMS40MzQ0IDkuNzUgMTEuOTg3MkM5Ljc1IDEzLjE5MSAxMC43NTc0IDE0LjE2NjkgMTIgMTQuMTY2OUMxMi41NzI5IDE0LjE2NjkgMTMuMDk1OSAxMy45NTk0IDEzLjQ5MzEgMTMuNjE3OE0xOS45MTE0IDE0LjE2NjlDMjAuNjg2IDEzLjAxMjUgMjEgMTIuMDcxMSAyMSAxMi4wNzExQzIxIDEyLjA3MTEgMTguOTUxOSA1LjU2IDEyIDUuNTZDMTEuNjA5NyA1LjU2IDExLjIzNDkgNS41ODA1MiAxMC44NzUgNS42MTkyNk0xNy4wNjI1IDE2Ljk5MjhDMTUuNzcxMiAxNy44MTI5IDE0LjEwODcgMTguMzkyOSAxMiAxOC4zNTg2QzUuMTM0NjIgMTguMjQ2OCAzIDEyLjA3MTEgMyAxMi4wNzExQzMgMTIuMDcxMSAzLjk5MTc0IDguOTE4MjEgNi45Mzc1IDcuMDAwNDMiIHN0cm9rZT0iIzc5NzI2QiIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=);
}
.account-layout .order-details-row {
  display: flex;
  flex: 79px 1;
  gap: 12px;
  align-items: center;
  margin-top: 32px;
}
.account-layout .order-details-row .order-image-col {
  flex: 67px 0 0;
  max-width: 67px;
}
.account-layout .order-no-details {
  flex-wrap: wrap;
  gap: 8px;
  flex-direction: row;
}
.account-layout .order-no-details > * {
  flex: 0 0 calc(50% - 1rem);
}
.account-layout .account-history-period .order-history-select {
  background-color: #FFFFFF;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTIgNyIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xMSAxTDYgNkwxIDAuOTk5OTk5IiBzdHJva2U9IiMwRjE2MDAiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+) !important;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .account-layout .account-history-period {
    width: 36%;
  }
}
.account-layout .summary-details.billing .order-summary-email,
.account-layout .summary-details.billing .paymentSummaryInfo {
  display: none;
}
.account-layout .summary-details.shipping {
  padding-bottom: 16px;
}
.account-layout .card-info-group .card-info {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.account-layout .card-info-group .card-expiry {
  color: #79726B;
}
.account-layout .no-saved-payments p {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.account-layout .paymentInstruments form {
  display: flex;
  gap: 32px;
  flex-direction: column;
  margin-bottom: 32px;
}
.account-layout .paymentInstruments form .card-make-default-link {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.account-layout .payment-form .card-name {
  text-indent: 8px;
}
.account-layout .payment-form .form-control {
  padding: 0 !important;
}
.account-layout .payment-form .form-control #card-element {
  padding-top: 8px;
  padding-left: 8px;
}
.account-layout .payment-form a,
.account-layout .payment-form button {
  width: 100%;
}
.account-layout .payment-form a {
  text-align: center;
}
.account-layout .payment-form a:hover {
  background-color: #0F1600;
  color: #FFFFFF;
}
.account-layout .payment-form .toggle-switch {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 16px;
}
.account-layout .payment-form .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.account-layout .payment-form .toggle-switch .slider {
  position: absolute;
  inset: 0;
  background-color: #F2EFEB;
  border-radius: 40px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.account-layout .payment-form .toggle-switch .slider::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 2px;
  width: 14px;
  height: 14px;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.account-layout .payment-form .toggle-switch input:checked + .slider {
  background-color: #008000;
}
.account-layout .payment-form .toggle-switch input:checked + .slider::before {
  transform: translateX(9px);
}
.account-layout .payment-form .custom-checkbox {
  padding-left: 0;
}
.account-layout .payment-form .default-payment-label {
  color: #0F1600;
  padding-left: 0;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  cursor: pointer;
}
.account-layout #paymentErrorModal.modal .modal-dialog,
.account-layout #deletePaymentModal.modal .modal-dialog,
.account-layout #deleteAddressModal.modal .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: auto;
  border-radius: 0;
  border: 0;
}
@media (max-width: calc(992px - 0.02px)) {
  .account-layout #paymentErrorModal.modal .modal-dialog,
  .account-layout #deletePaymentModal.modal .modal-dialog,
  .account-layout #deleteAddressModal.modal .modal-dialog {
    padding: 0 16px;
  }
}
.account-layout #paymentErrorModal.modal .modal-content,
.account-layout #paymentErrorModal.modal .modal-header,
.account-layout #paymentErrorModal.modal .modal-footer,
.account-layout #deletePaymentModal.modal .modal-content,
.account-layout #deletePaymentModal.modal .modal-header,
.account-layout #deletePaymentModal.modal .modal-footer,
.account-layout #deleteAddressModal.modal .modal-content,
.account-layout #deleteAddressModal.modal .modal-header,
.account-layout #deleteAddressModal.modal .modal-footer {
  border-radius: 0;
  border: 0;
}
.account-layout #paymentErrorModal.modal .modal-dialog {
  width: fit-content;
}
.account-layout #paymentErrorModal.modal .modal-content {
  align-items: center;
  padding: 10px 20px;
}
.account-layout #paymentErrorModal.modal .modal-content p {
  padding: 0;
  margin: 0;
}
.account-layout #paymentErrorModal.modal .modal-body {
  padding: 20px 0 0;
}
.account-layout .account-section.account-rewards {
  min-height: 132px;
}
.account-layout .yotpo-widget-my-rewards-widget.yotpo-widget-override-css .yotpo-logged-in-view {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: auto !important;
  max-width: none !important;
  min-height: 100px !important;
  margin: auto !important;
  padding: 0 !important;
  text-align: left;
}
.account-layout .yotpo-widget-my-rewards-widget.yotpo-widget-override-css .yotpo-customized-text.yotpo-headline {
  margin-bottom: 20px;
}
.account-layout .yotpo-widget-my-rewards-widget.yotpo-widget-override-css .yotpo-inner-text.yotpo-description {
  margin: 30px 0 !important;
}
.account-layout .yotpo-widget-my-rewards-widget.yotpo-widget-override-css .yotpo-inner-text,
.account-layout .yotpo-widget-my-rewards-widget.yotpo-widget-override-css .yotpo-customized-text {
  color: #0F1600 !important;
  font-family: "KEVINMURPHYLatin-Regular" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 100% !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
  margin: 0;
}
.account-layout .yotpo-widget-my-rewards-widget.yotpo-widget-override-css .yotpo-action-buttons-tile {
  flex-wrap: unset;
  justify-content: flex-start;
  gap: 16px;
}
.account-layout .yotpo-widget-my-rewards-widget.yotpo-widget-override-css .yotpo-action-buttons-tile .yotpo-action-button-widget {
  padding: 0;
}
.account-layout .yotpo-widget-my-rewards-widget.yotpo-widget-override-css .yotpo-action-buttons-tile button {
  width: fit-content;
  height: fit-content;
}
.order-product-summary .product-summary-block .product-line-item-details {
  display: flex;
  flex-direction: row;
}
.order-product-summary .product-summary-block .item-image {
  flex: 79px;
}
.order-product-summary .product-summary-block .item-image .product-image {
  width: 100%;
}
.order-product-summary .product-summary-block .item-attributes {
  flex: calc(100% - 79px);
}
.order-product-summary .product-summary-block .item-price-qty {
  display: none;
}
.page.Login-Show,
.page.Login-Show header,
.page.page-Order-Track,
.page.page-Order-Track header,
.page.Account-PasswordReset,
.page.Account-PasswordReset header,
.page.Account-SetNewPassword,
.page.Account-SetNewPassword header,
.page.Account-SaveNewPassword,
.page.Account-SaveNewPassword header {
  background-color: #F2EFEB;
}
.page.Login-Show .promotion-bar-wrapper {
  display: none;
}
.login-page {
  padding: 0 16px;
  margin-top: 64px;
}
@media (min-width: 768px) {
  .login-page {
    margin-top: 112px;
    padding: 0 20px;
  }
}
.login-page .account-title {
  margin-bottom: 32px;
}
.login-page .nav-tabs {
  border: none;
  margin: 0;
  padding: 0;
}
.login-page .login-nav-tabs .nav-item {
  max-width: 50%;
}
.login-page .login-nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid #635C55;
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
}
.login-page .login-nav-tabs .nav-link:hover {
  border-bottom: 1px solid #0F1600;
}
.login-page .login-nav-tabs .nav-link.active {
  color: #0F1600;
  border-bottom: 1px solid #0F1600;
}
.login-page .login-form-nav {
  padding-top: 16px;
}
@media (min-width: 992px) {
  .login-page .login-form-nav {
    max-width: 50%;
  }
}
.login-page .login-form-nav .validator-container {
  margin-top: 12px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.login-page .login-form-nav .validator-container .password-validation-helper {
  margin-left: 16px;
}
.login-page .login-form-nav .validator-container .password-validation-helper li {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.login-page .login-form-nav form .email-subscribe {
  margin-bottom: 0;
}
.login-page .login-form-nav form .terms-conditions .invalid-feedback {
  margin: -12px 0 0 -12px;
}
.login-page .login-form-nav form .terms-conditions #accept-terms-conditions:checked ~ .invalid-feedback {
  display: none;
}
.login-page-section {
  max-width: 1980px;
  margin: auto;
}
.login-page-section_wrapper {
  max-width: 1980px;
  margin: auto;
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .login-page-section_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 46px;
  }
}
@media (min-width: 992px) {
  .login-page-section_wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
  }
}
.login-page-section .section-login-register,
.login-page-section .section-login-resetpassword {
  grid-column: 1/3;
}
@media (min-width: 768px) {
  .login-page-section .section-login-register,
  .login-page-section .section-login-resetpassword {
    grid-column: auto;
  }
}
@media (min-width: 992px) {
  .login-page-section .section-login-register,
  .login-page-section .section-login-resetpassword {
    grid-column: 1/3;
  }
}
.login-page-section .section-login-resetpassword p {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
@media (min-width: 992px) {
  .login-page-section .section-login-resetpassword + .section-asset-order-tracker {
    padding-top: 52px;
  }
}
.login-page-section .section-asset-order-tracker {
  grid-column: 4/5;
}
@media (min-width: 768px) {
  .login-page-section .section-asset-order-tracker {
    grid-column: auto;
  }
}
@media (min-width: 992px) {
  .login-page-section .section-asset-order-tracker {
    grid-column: 4/4;
  }
}
.login-page .card {
  background-color: #FFFFFF;
  border: 0;
  border-radius: 0;
  padding: 16px 16px 24px 16px;
}
@media (min-width: 768px) {
  .login-page .card {
    flex: 1;
  }
}
.login-page .card h2 {
  margin: 0;
  padding: 0;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  color: #0F1600;
  background: none;
  border: none;
  margin-bottom: 20px;
}
.login-page .card .card-body {
  padding: 0;
}
.login-page .login-options_wrapper {
  display: flex;
  justify-content: space-between;
}
.login-page .login-options_wrapper .remember-me,
.login-page .login-options_wrapper .forgot-password {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.login-page .login-options_wrapper .forgot-password a {
  text-decoration: underline;
}
.login-page .register-form_title {
  margin-bottom: 24px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.login-page form.login button,
.login-page form.registration button,
.login-page form.new-password button {
  width: 100%;
}
.login-page form.login .password-form,
.login-page form.registration .password-form,
.login-page form.new-password .password-form {
  position: relative;
}
.login-page form.login .password-form_reveal-icon,
.login-page form.registration .password-form_reveal-icon,
.login-page form.new-password .password-form_reveal-icon {
  position: absolute;
  right: 16px;
  top: 31px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTIgNS4wMzM2OUMxNS42NTkyIDUuMDMzNzUgMTguMDQ0MSA2Ljc2NDc3IDE5LjQ5NzEgOC40ODQ4NkMyMC4yMTk4IDkuMzQwNTkgMjAuNzE0NiAxMC4xOTQ3IDIxLjAyODMgMTAuODM0NUMyMS4xODUzIDExLjE1NDcgMjEuMjk3OCAxMS40MjM5IDIxLjM3MjEgMTEuNjE0N0MyMS40MDkyIDExLjcxMDEgMjEuNDM3MyAxMS43ODY2IDIxLjQ1NjEgMTEuODQwM0MyMS40NjUzIDExLjg2NyAyMS40NzI1IDExLjg4ODYgMjEuNDc3NSAxMS45MDM4QzIxLjQ4IDExLjkxMTIgMjEuNDgyIDExLjkxNzkgMjEuNDgzNCAxMS45MjI0QzIxLjQ4NDEgMTEuOTI0NCAyMS40ODQ5IDExLjkyNjggMjEuNDg1NCAxMS45MjgyTDIxLjQ4NjMgMTEuOTMwMkMyMS40ODIgMTEuOTMyIDIxLjQzMzYgMTEuOTQ4MiAyMC45MTQxIDEyLjExMDhMMjEuNDgzNCAxMi4zMDAzTDIxLjQ4MjQgMTIuMzAxM1YxMi4zMDMyQzIxLjQ4MTkgMTIuMzA0NSAyMS40ODEgMTIuMzA2NCAyMS40ODA1IDEyLjMwODFDMjEuNDc4OSAxMi4zMTI2IDIxLjQ3NjIgMTIuMzE5NCAyMS40NzM2IDEyLjMyNjdDMjEuNDY4NCAxMi4zNDE3IDIxLjQ2MDggMTIuMzYzMSAyMS40NTEyIDEyLjM4OTJDMjEuNDMxNyAxMi40NDIgMjEuNDAzNCAxMi41MTc0IDIxLjM2NTIgMTIuNjEwOEMyMS4yODg1IDEyLjc5ODQgMjEuMTcyMyAxMy4wNjI2IDIxLjAxMTcgMTMuMzc2NUMyMC42OTA4IDE0LjAwMzggMjAuMTg3NyAxNC44NDAzIDE5LjQ1OSAxNS42NzQzQzE3Ljk5MzggMTcuMzUxIDE1LjYwNjQgMTkuMDI0NCAxMS45OTAyIDE4Ljk2NTNDOC4zODc0NCAxOC45MDYyIDYuMDA5MzggMTcuMjQwNCA0LjU0NTkgMTUuNTk1MkMzLjgxNzY2IDE0Ljc3NjQgMy4zMTM2NiAxMy45NjIgMi45OTIxOSAxMy4zNTIxQzIuODMxMzQgMTMuMDQ2OCAyLjcxNTYxIDEyLjc4OTkgMi42Mzg2NyAxMi42MDc5QzIuNjAwMzUgMTIuNTE3MiAyLjU3MTMxIDEyLjQ0NDQgMi41NTE3NiAxMi4zOTMxQzIuNTQyMTQgMTIuMzY3OCAyLjUzNDU5IDEyLjM0NzEgMi41MjkzIDEyLjMzMjVDMi41MjY3OCAxMi4zMjU2IDIuNTI0MDQgMTIuMzE5MyAyLjUyMjQ2IDEyLjMxNDlDMi41MjE3NiAxMi4zMTI5IDIuNTIxIDEyLjMxMDUgMi41MjA1MSAxMi4zMDkxVjEyLjMwNzFMMi41MTk1MyAxMi4zMDYyTDIuNDU1MDggMTIuMTE5NkwyLjUxNDY1IDExLjkzMTJMMy4wODY5MSAxMi4xMTA4TDIuNTE0NjUgMTEuOTMwMkwyLjUxNTYyIDExLjkyODJDMi41MTYwNiAxMS45MjY5IDIuNTE2OTEgMTEuOTI0NCAyLjUxNzU4IDExLjkyMjRDMi41MTkwMiAxMS45MTc5IDIuNTIxMDEgMTEuOTExMiAyLjUyMzQ0IDExLjkwMzhDMi41Mjg0NSAxMS44ODg2IDIuNTM1NjUgMTEuODY2OSAyLjU0NDkyIDExLjg0MDNDMi41NjM2MiAxMS43ODY3IDIuNTkwOSAxMS43MDk5IDIuNjI3OTMgMTEuNjE0N0MyLjcwMjIgMTEuNDIzOSAyLjgxNTY0IDExLjE1NDggMi45NzI2NiAxMC44MzQ1QzMuMjg2MzIgMTAuMTk0OCAzLjc4MDM1IDkuMzQwNSA0LjUwMjkzIDguNDg0ODZDNS45NTU3NiA2Ljc2NDggOC4zNDA5OSA1LjAzMzkzIDEyIDUuMDMzNjlaTTEyIDYuMjMyOTFDOC43NzQ4MSA2LjIzMzE1IDYuNzAyMzQgNy43NDA5NyA1LjQxOTkyIDkuMjU5MjhDNC43NzUzOSAxMC4wMjI1IDQuMzMxNDYgMTAuNzg4NCA0LjA0OTggMTEuMzYyOEMzLjkwOTYyIDExLjY0ODggMy44MTA1MiAxMS44ODYzIDMuNzQ3MDcgMTIuMDQ5M0MzLjc0MDI4IDEyLjA2NjggMy43MzM1IDEyLjA4NDQgMy43Mjc1NCAxMi4xMDAxQzMuNzMyODQgMTIuMTEyOSAzLjczODIyIDEyLjEyNzEgMy43NDQxNCAxMi4xNDExQzMuODA5MzcgMTIuMjk1NCAzLjkxMTQ3IDEyLjUyMDcgNC4wNTQ2OSAxMi43OTI1QzQuMzQyMDggMTMuMzM3NyA0Ljc5MjcgMTQuMDY2OSA1LjQ0MjM4IDE0Ljc5NzRDNi43MzU2NSAxNi4yNTEzIDguODE0NzkgMTcuNzEyNiAxMi4wMDk4IDE3Ljc2NTFDMTUuMTkxOSAxNy44MTcxIDE3LjI2MyAxNi4zNjMzIDE4LjU1NDcgMTQuODg1M0MxOS4yMDM5IDE0LjE0MjMgMTkuNjU1NSAxMy4zOTMyIDE5Ljk0MzQgMTIuODMwNkMyMC4wODY4IDEyLjU1MDIgMjAuMTg4NSAxMi4zMTY4IDIwLjI1MzkgMTIuMTU2N0MyMC4yNjE0IDEyLjEzODUgMjAuMjY3OSAxMi4xMjAzIDIwLjI3NDQgMTIuMTA0QzIwLjI2OCAxMi4wODcyIDIwLjI2MTIgMTIuMDY4MiAyMC4yNTM5IDEyLjA0OTNDMjAuMTkwNCAxMS44ODYyIDIwLjA5MDUgMTEuNjQ5IDE5Ljk1MDIgMTEuMzYyOEMxOS42Njg1IDEwLjc4ODQgMTkuMjI1NSAxMC4wMjI1IDE4LjU4MTEgOS4yNTkyOEMxNy4yOTg1IDcuNzQwOTIgMTUuMjI1NCA2LjIzMjk3IDEyIDYuMjMyOTFaTTEyIDkuMjU4M0MxMy41NDYzIDkuMjU4NCAxNC44Mjg5IDEwLjQ4MjggMTQuODI5MSAxMi4wMjY5QzE0LjgyODggMTMuNTcwOCAxMy41NDYyIDE0Ljc5NTMgMTIgMTQuNzk1NEMxMC40NTQgMTQuNzk1IDkuMTcyMTkgMTMuNTcwNiA5LjE3MTg4IDEyLjAyNjlDOS4xNzIwMyAxMC40ODMgMTAuNDUzOSA5LjI1ODcgMTIgOS4yNTgzWk0xMiAxMC40NTg1QzExLjA4NTYgMTAuNDU4OSAxMC4zNzIyIDExLjE3NjQgMTAuMzcyMSAxMi4wMjY5QzEwLjM3MjQgMTIuODc3MiAxMS4wODU3IDEzLjU5NDggMTIgMTMuNTk1MkMxMi45MTQ2IDEzLjU5NTEgMTMuNjI4NiAxMi44Nzc0IDEzLjYyODkgMTIuMDI2OUMxMy42Mjg4IDExLjE3NjIgMTIuOTE0NyAxMC40NTg2IDEyIDEwLjQ1ODVaTTIxLjU0MzkgMTIuMTE1N0wyMS40ODM0IDEyLjI5OTNMMjAuOTE0MSAxMi4xMTA4TDIxLjQ4NjMgMTEuOTMxMkwyMS41NDM5IDEyLjExNTdaIiBmaWxsPSIjMEYxNjAwIi8+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 10;
}
.login-page form.login .password-form_reveal-icon.password-reveal,
.login-page form.registration .password-form_reveal-icon.password-reveal,
.login-page form.new-password .password-form_reveal-icon.password-reveal {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTkuODc1IDE5TDUuODEyNSA1TTEwLjMxMjUgMTAuNTQ1NUM5Ljk2MjQyIDEwLjkyOTcgOS43NSAxMS40MzQ0IDkuNzUgMTEuOTg3MkM5Ljc1IDEzLjE5MSAxMC43NTc0IDE0LjE2NjkgMTIgMTQuMTY2OUMxMi41NzI5IDE0LjE2NjkgMTMuMDk1OSAxMy45NTk0IDEzLjQ5MzEgMTMuNjE3OE0xOS45MTE0IDE0LjE2NjlDMjAuNjg2IDEzLjAxMjUgMjEgMTIuMDcxMSAyMSAxMi4wNzExQzIxIDEyLjA3MTEgMTguOTUxOSA1LjU2IDEyIDUuNTZDMTEuNjA5NyA1LjU2IDExLjIzNDkgNS41ODA1MiAxMC44NzUgNS42MTkyNk0xNy4wNjI1IDE2Ljk5MjhDMTUuNzcxMiAxNy44MTI5IDE0LjEwODcgMTguMzkyOSAxMiAxOC4zNTg2QzUuMTM0NjIgMTguMjQ2OCAzIDEyLjA3MTEgMyAxMi4wNzExQzMgMTIuMDcxMSAzLjk5MTc0IDguOTE4MjEgNi45Mzc1IDcuMDAwNDMiIHN0cm9rZT0iIzc5NzI2QiIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=);
}
.login-page form.login .custom-dropdown-wrapper,
.login-page form.registration .custom-dropdown-wrapper,
.login-page form.new-password .custom-dropdown-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.login-page form.login .custom-dropdown-wrapper .dropdown-arrow,
.login-page form.registration .custom-dropdown-wrapper .dropdown-arrow,
.login-page form.new-password .custom-dropdown-wrapper .dropdown-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%) rotate(-90deg);
  width: 24px;
  height: 24px;
  pointer-events: none;
  z-index: 1;
  color: #79726B;
  transition: color 0.2s ease;
}
.login-page form.login .custom-dropdown-wrapper:hover .dropdown-arrow,
.login-page form.login .custom-dropdown-wrapper .custom-select:focus + .dropdown-arrow,
.login-page form.registration .custom-dropdown-wrapper:hover .dropdown-arrow,
.login-page form.registration .custom-dropdown-wrapper .custom-select:focus + .dropdown-arrow,
.login-page form.new-password .custom-dropdown-wrapper:hover .dropdown-arrow,
.login-page form.new-password .custom-dropdown-wrapper .custom-select:focus + .dropdown-arrow {
  color: #000000;
}
.login-page form.login .phone-input-group,
.login-page form.registration .phone-input-group,
.login-page form.new-password .phone-input-group {
  display: flex;
  gap: 8px;
  align-items: stretch;
}
.login-page form.login .phone-input-group .country-code-wrapper,
.login-page form.registration .phone-input-group .country-code-wrapper,
.login-page form.new-password .phone-input-group .country-code-wrapper {
  display: flex;
  align-items: center;
  background: #F2EFEB;
  border-radius: 0;
  margin-top: 1px;
  min-width: 63px;
  width: 63px;
  height: 30px;
}
.login-page form.login .phone-input-group .country-code-wrapper .country-flag,
.login-page form.registration .phone-input-group .country-code-wrapper .country-flag,
.login-page form.new-password .phone-input-group .country-code-wrapper .country-flag {
  display: flex;
  margin-right: 8px;
}
.login-page form.login .phone-input-group .country-code-wrapper .country-flag .flag-icon,
.login-page form.registration .phone-input-group .country-code-wrapper .country-flag .flag-icon,
.login-page form.new-password .phone-input-group .country-code-wrapper .country-flag .flag-icon {
  width: 12px;
  height: 8px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  border-radius: 2px;
}
.login-page form.login .phone-input-group .country-code-wrapper .custom-dropdown-wrapper,
.login-page form.registration .phone-input-group .country-code-wrapper .custom-dropdown-wrapper,
.login-page form.new-password .phone-input-group .country-code-wrapper .custom-dropdown-wrapper {
  flex: 1;
  margin-top: 10px;
  align-items: center;
  margin: 8px 12px 8px 8px;
  width: 46px;
  justify-content: end;
  display: flex;
  position: relative;
}
.login-page form.login .phone-input-group .country-code-wrapper .custom-dropdown-wrapper .dropdown-arrow,
.login-page form.registration .phone-input-group .country-code-wrapper .custom-dropdown-wrapper .dropdown-arrow,
.login-page form.new-password .phone-input-group .country-code-wrapper .custom-dropdown-wrapper .dropdown-arrow {
  right: 4px;
  width: 16px;
  height: 16px;
}
.login-page form.login .phone-input-group .country-code-wrapper .custom-select,
.login-page form.registration .phone-input-group .country-code-wrapper .custom-select,
.login-page form.new-password .phone-input-group .country-code-wrapper .custom-select {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  color: transparent;
  cursor: pointer;
  background: transparent;
  z-index: 2;
}
.login-page form.login .phone-input-group .phone-display,
.login-page form.registration .phone-input-group .phone-display,
.login-page form.new-password .phone-input-group .phone-display {
  width: 100%;
}
.login-page form.login .phone-input-group .phone-number-input,
.login-page form.registration .phone-input-group .phone-number-input,
.login-page form.new-password .phone-input-group .phone-number-input {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  flex: 1;
  background: #F2EFEB;
  border: none;
  border-radius: 0;
  padding: 12px 8px;
  color: #000000;
}
.login-page form.login .phone-input-group .phone-number-input:focus,
.login-page form.registration .phone-input-group .phone-number-input:focus,
.login-page form.new-password .phone-input-group .phone-number-input:focus {
  outline: none;
  box-shadow: none;
}
.login-page form.login .phone-input-group .phone-number-input::placeholder,
.login-page form.registration .phone-input-group .phone-number-input::placeholder,
.login-page form.new-password .phone-input-group .phone-number-input::placeholder {
  color: #79726B;
}
.login-page .login-custom-asset {
  margin-bottom: 46px;
}
.login-page .login-custom-asset h3 {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 16px;
  text-transform: none;
}
@media (max-width: 768px) {
  .login-page .login-custom-asset h3 {
    font-size: 14px;
  }
}
.login-page .login-custom-asset p {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
@media (min-width: 768px) {
  .login-page .login-custom-asset {
    margin-bottom: 32px;
  }
}
.login-page .track-order-header-text {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.login-page #requestPasswordResetModal.modal .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: auto;
  border-radius: 0;
  border: 0;
}
@media (max-width: calc(992px - 0.02px)) {
  .login-page #requestPasswordResetModal.modal .modal-dialog {
    padding: 0 16px;
  }
}
.login-page #requestPasswordResetModal.modal .modal-content,
.login-page #requestPasswordResetModal.modal .modal-header,
.login-page #requestPasswordResetModal.modal .modal-footer {
  border-radius: 0;
  border: 0;
}
.page.Cart-Show {
  background: #F2EFEB;
}
.page.Cart-Show header {
  background: #F2EFEB;
}
.cart-page {
  margin-top: 64px;
  padding: 16px;
  padding-bottom: 0;
  background: #F2EFEB;
}
.cart-page-products-section {
  gap: 0;
  margin-top: 32px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cart-page-products-section {
    flex-direction: row;
    gap: 0 44px;
  }
}
@media (min-width: 992px) {
  .cart-page-products-section {
    flex-direction: row;
    gap: 0 88px;
  }
}
.cart-page-top {
  gap: 0 88px;
}
@media (max-width: calc(992px - 0.02px)) {
  .cart-page-top {
    gap: 0;
    flex-direction: column;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .cart-page-products-section .cart-page-right-section {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  .cart-page-products-section .cart-page-right-section {
    margin-top: 6px;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .cart-page-top {
    flex-direction: row;
  }
}
@media (max-width: calc(992px - 0.02px)) {
  .cart-page-top .cart-page-right-section {
    text-align: right;
  }
}
.cart-page .cart-page-left-section {
  width: 100%;
}
@media (min-width: 768px) {
  .cart-page .cart-page-left-section {
    max-width: 612px;
  }
}
.cart-page .cart-page-right-section {
  width: 100%;
}
@media (min-width: 768px) {
  .cart-page .cart-page-right-section {
    max-width: 350px;
  }
}
.cart-page .cart-page-right-section .coupon-missing-error {
  display: none;
}
.cart-page .cart-page-right-section .coupons-and-promos .promotion-information {
  margin-top: 10px;
}
.cart-page .cart-page-right-section .coupons-and-promos .promotion-information p {
  padding: 8px 0 0 0;
  margin: 0;
}
.cart-page .cart-page-right-section .coupons-and-promos .promotion-information .end-lines {
  text-align: right;
}
.cart-page .cart-page-right-section .coupon-code {
  margin-top: 8px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.cart-page .cart-page-right-section .coupon-promotion-relationship {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 8px;
}
.cart-page .cart-page-right-section .coupon-promotion-relationship li {
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.cart-page .cart-page-right-section .coupon-promotion-relationship li:not(:last-child) {
  margin-bottom: 6px;
}
.cart-page .cart-page-right-section .express-checkout-btn {
  margin-top: 8px;
}
.cart-page .cart-page-right-section .cart-payment-methods {
  margin-top: 12px;
}
.cart-page .cart-page-right-section .cart-payment-methods h1,
.cart-page .cart-page-right-section .cart-payment-methods h2,
.cart-page .cart-page-right-section .cart-payment-methods h3,
.cart-page .cart-page-right-section .cart-payment-methods h4,
.cart-page .cart-page-right-section .cart-payment-methods h5,
.cart-page .cart-page-right-section .cart-payment-methods h6,
.cart-page .cart-page-right-section .cart-payment-methods p {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 10px;
  text-transform: none;
  margin: 0;
  padding: 8px 0 12px 0;
  color: #0F1600;
  font-size: 11px;
}
.cart-page .cart-page-right-section .cart-payment-methods ul {
  display: flex;
  gap: 4px;
  margin: 0;
}
.cart-page .cart-page-right-section .cart-payment-methods ul li {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 10px;
  text-transform: none;
  color: #0F1600;
  min-width: fit-content;
}
.cart-page .cart-page-right-section .cart-payment-methods ul li.icon.icon-check:before {
  background-position: left bottom;
  padding-left: 7px;
  padding-right: 7px;
  height: 8px;
}
.cart-page .cart-page-right-section .cart-payment-methods ul:last-child {
  gap: 16px;
  margin-top: 12px;
  padding: 4px;
}
@media (min-width: 768px) {
  .cart-page {
    padding: 20px;
  }
}
.cart-page .page-title {
  margin-bottom: 8px;
  color: #000000;
}
.cart-page .cart-header .number-of-items {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.cart-page .checkout-btn:hover {
  background-color: transparent;
}
.cart-page .card {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 6px;
}
.cart-page .card.bonus-product-card {
  background: #FFFFFF;
}
.cart-page .card.bonus-product-card label {
  margin: 0;
  padding: 0;
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.cart-page .card .bonus-product-button {
  margin-top: 20px;
}
.cart-page .card .bonus-product-button .btn {
  background-color: transparent;
}
.cart-page .card .bonus-product-button .btn:hover {
  background-color: #0F1600;
}
.cart-page .card-body {
  padding: 0;
}
.cart-page .card-body-item {
  padding: 16px;
  background: #FFFFFF;
  margin-bottom: 6px;
}
.cart-page .card-body-item.pad12 {
  padding: 12px;
}
.cart-page .card-body-item.cart-body-promo {
  margin-bottom: 12px;
}
.cart-page .card-body-item.cart-body-progress {
  margin-bottom: 8px;
}
.cart-page .card .product-item {
  gap: 0px 12px;
  flex-wrap: wrap;
}
.cart-page .card .product-item-description {
  padding: 12px 0 0 0;
  width: calc(100% - 200px);
  height: 100px;
}
.cart-page .card .product-item-description .price {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.cart-page .card .product-item-description .line-item-header {
  margin-bottom: 8px;
}
.cart-page .card .product-item-description .line-item-header .line-item-name {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.cart-page .card .product-item-description .line-item-header .line-item-name:hover,
.cart-page .card .product-item-description .line-item-header .line-item-name:active,
.cart-page .card .product-item-description .line-item-header .line-item-name:focus {
  text-decoration: none;
}
.cart-page .card .product-item-description .line-item-attributes {
  margin-top: 24px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  letter-spacing: -0.12px;
  color: #79726B;
}
.cart-page .card .product-item-image {
  width: 79px;
  height: 100px;
  background: #FFFFFF;
}
.cart-page .card .product-item-image a {
  width: 100%;
  height: 100%;
  display: block;
}
.cart-page .card .product-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom;
}
.cart-page .card .product-item .line-item-promo {
  width: 100%;
}
.cart-page .card .product-item .line-item-promo > div {
  flex-basis: 100%;
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 12px;
  color: #0F1600;
  background-color: #FFFFFF;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.cart-page .card .product-card-footer {
  width: 100%;
  max-width: 79px;
  margin-left: auto;
  align-content: center;
}
.cart-page .card .product-card-footer .quantity-form {
  background-color: #DCD4CA;
}
.cart-page .card .product-card-footer .quantity-form .quantity-stepper {
  height: 32px;
  padding: 0;
  background-color: #DCD4CA;
}
.cart-page .card .product-card-footer .quantity-form .quantity-stepper select {
  height: 32px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  background-color: #DCD4CA;
  border: none;
  width: 100%;
  padding: 0 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTIgNyIgZmlsbD0ibm9uZSI+CjxwYXRoIGQ9Ik0xMSAxTDYgNkwxIDAuOTk5OTk5IiBzdHJva2U9IiMwRjE2MDAiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+);
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.cart-page .card .product-card-footer .remove-product {
  margin-top: 16px;
  margin-left: auto;
  display: flex;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  letter-spacing: -0.12px;
  text-decoration: underline;
  color: #000000;
}
.cart-page .card .product-card-footer .line-item-promo {
  position: absolute;
  right: 0px;
  bottom: 2px;
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.cart-page .card .row .product-image {
  width: 100%;
}
.cart-page .card .line-item-availability {
  display: none;
}
.cart-page .card .edit.quickview {
  display: none;
}
.cart-page .card .product-list-enhancements-icon {
  display: none;
}
.cart-page .card .line-item-pricing-info:has(.qty-card-quantity-label) {
  text-align: right;
}
.cart-page .card .line-item-total-text.qty-card-quantity-label,
.cart-page .card .pricing.qty-card-quantity-count {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  letter-spacing: -0.12px;
  color: #0F1600;
}
.cart-page ~ .modal .modal-dialog {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: auto;
  border-radius: 0;
  border: 0;
}
@media (max-width: calc(992px - 0.02px)) {
  .cart-page ~ .modal .modal-dialog {
    padding: 0 16px;
  }
}
.cart-page ~ .modal .modal-content,
.cart-page ~ .modal .modal-header,
.cart-page ~ .modal .modal-footer {
  border-radius: 0;
  border: 0;
}
.cart-page ~ .custom-pd-content {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.cart-error-messaging:has(+ .cart-page) {
  max-width: 1090px;
  padding: 16px;
}
@media (min-width: 992px) {
  .cart-error-messaging:has(+ .cart-page) {
    padding: 20px;
  }
}
.cart-error-messaging:has(+ .cart-page) .alert-dismissible {
  padding-right: 20px;
}
.cart-error-messaging:has(+ .cart-page) button {
  padding: 0;
}
.hide-order-discount,
.hide-shipping-discount {
  display: none !important;
}
.approaching-discounts {
  width: 100%;
  background: #FFFFFF;
  display: block !important;
}
.approaching-discounts .single-approaching-discount {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  letter-spacing: -0.12px;
  margin-bottom: 8px;
  color: #000000;
}
.progress-container {
  width: 100%;
  background-color: #F2EFEB;
  position: relative;
  height: 5px;
}
.progress-bar {
  background-color: #67D86C;
  height: 5px;
}
.progress-label {
  font-size: 0;
  display: none;
}
.leading-lines {
  display: flex;
}
.leading-lines .end-lines {
  margin-left: auto;
}
.leading-lines p {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  margin: 0 0 16px 0;
}
.leading-lines p.total {
  margin-top: 8px;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.promo-code-form .form-group {
  margin-bottom: 0;
}
.promo-code-form .summary-title {
  margin-bottom: 0;
}
.promo-code-form .summary-title label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}
.promo-code-submit-wrapper {
  margin-top: 0;
  display: none;
  position: relative;
}
.promo-code-submit-wrapper .back-to-promo {
  position: absolute;
  top: 7px;
  left: 0;
}
.promo-code-submit-wrapper .coupon-code-field {
  background-color: #FFFFFF !important;
  text-indent: 8px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.promo-code-submit-wrapper .promo-code-submit {
  position: absolute;
  top: 7px;
  right: 0;
}
.promo-code-submit-wrapper .promo-code-submit .promo-code-btn {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
}
.checkout-btn {
  width: 100%;
  display: block;
  text-align: center;
}
.product-to-remove {
  margin-top: 12px;
}
.cart-empty {
  margin-top: 100px;
}
.cart-empty p {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  font-size: 21px;
  text-transform: none;
  margin: 0 0 20px 0;
}
@media (max-width: 768px) {
  .cart-empty p {
    font-size: 18px;
  }
}
.modal-footer {
  gap: 0 12px;
}
.page[data-action=Order-Confirm],
.page[data-action=Order-Confirm] header {
  background: #F2EFEB;
}
.order-confirmation_container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
  padding: 16px;
}
@media (min-width: 768px) {
  .order-confirmation_container {
    margin-top: 64px;
    padding: 0 20px;
    gap: 32px;
    flex-wrap: nowrap;
  }
}
.order-confirmation_left-section {
  width: 100%;
}
@media (min-width: 768px) {
  .order-confirmation_left-section {
    max-width: 50%;
  }
}
.order-confirmation_right-section {
  width: 100%;
}
@media (min-width: 768px) {
  .order-confirmation_right-section {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .order-confirmation_right-section {
    max-width: 25%;
  }
}
@media (min-width: 768px) {
  .order-confirmation_card-wrapper {
    display: flex;
    gap: 6px;
  }
}
.order-confirmation_card {
  width: 100%;
  background-color: #FFFFFF;
  padding: 16px;
  margin-bottom: 6px;
}
.order-confirmation_card .order-card-title {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.order-confirmation_card .order-card-body {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.order-confirmation_card .order-card-body p:last-child {
  margin-bottom: 0;
}
.order-confirmation_card .order-card-body span {
  line-height: 2;
}
.order-confirmation_card .summary-details.shipping {
  padding-bottom: 16px;
}
.order-confirmation_card .product-line-item-details .item-image {
  width: 78px;
  height: 101px;
  margin-right: 12px;
}
.order-confirmation_card .product-line-item-details .item-image .product-image {
  background-color: #FBF9F6;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.order-confirmation_card .product-line-item-details .product-name {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.order-confirmation_card .product-line-item-details .product-name:hover {
  text-decoration: none;
}
.order-confirmation_card .product-line-item-details .line-item {
  color: #635C55;
}
.order-confirmation_title h1,
.order-confirmation_title h2,
.order-confirmation_title h3,
.order-confirmation_title h4,
.order-confirmation_title h5,
.order-confirmation_title h6 {
  color: #0F1600;
  padding: 0;
  margin-bottom: 16px;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-size: 30px;
  text-transform: none;
}
@media (max-width: 768px) {
  .order-confirmation_title h1,
  .order-confirmation_title h2,
  .order-confirmation_title h3,
  .order-confirmation_title h4,
  .order-confirmation_title h5,
  .order-confirmation_title h6 {
    font-size: 23px;
  }
}
.order-confirmation_thankyou,
.order-confirmation_becomemember {
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.order-confirmation_thankyou {
  max-width: 273px;
}
@media (min-width: 768px) {
  .order-confirmation_thankyou {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .order-confirmation_create-account {
    max-width: 350px;
  }
}
.order-confirmation_create-account .form-group {
  position: relative;
}
.order-confirmation_create-account input.form-control[type=password],
.order-confirmation_create-account input.form-control[type=text] {
  background-color: #EAE6DE !important;
}
.order-confirmation_create-account .form-control.is-valid {
  background-position: center right 40px;
}
.order-confirmation_create-account .password-form_reveal-icon {
  position: absolute;
  right: 16px;
  top: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTIgNS4wMzM2OUMxNS42NTkyIDUuMDMzNzUgMTguMDQ0MSA2Ljc2NDc3IDE5LjQ5NzEgOC40ODQ4NkMyMC4yMTk4IDkuMzQwNTkgMjAuNzE0NiAxMC4xOTQ3IDIxLjAyODMgMTAuODM0NUMyMS4xODUzIDExLjE1NDcgMjEuMjk3OCAxMS40MjM5IDIxLjM3MjEgMTEuNjE0N0MyMS40MDkyIDExLjcxMDEgMjEuNDM3MyAxMS43ODY2IDIxLjQ1NjEgMTEuODQwM0MyMS40NjUzIDExLjg2NyAyMS40NzI1IDExLjg4ODYgMjEuNDc3NSAxMS45MDM4QzIxLjQ4IDExLjkxMTIgMjEuNDgyIDExLjkxNzkgMjEuNDgzNCAxMS45MjI0QzIxLjQ4NDEgMTEuOTI0NCAyMS40ODQ5IDExLjkyNjggMjEuNDg1NCAxMS45MjgyTDIxLjQ4NjMgMTEuOTMwMkMyMS40ODIgMTEuOTMyIDIxLjQzMzYgMTEuOTQ4MiAyMC45MTQxIDEyLjExMDhMMjEuNDgzNCAxMi4zMDAzTDIxLjQ4MjQgMTIuMzAxM1YxMi4zMDMyQzIxLjQ4MTkgMTIuMzA0NSAyMS40ODEgMTIuMzA2NCAyMS40ODA1IDEyLjMwODFDMjEuNDc4OSAxMi4zMTI2IDIxLjQ3NjIgMTIuMzE5NCAyMS40NzM2IDEyLjMyNjdDMjEuNDY4NCAxMi4zNDE3IDIxLjQ2MDggMTIuMzYzMSAyMS40NTEyIDEyLjM4OTJDMjEuNDMxNyAxMi40NDIgMjEuNDAzNCAxMi41MTc0IDIxLjM2NTIgMTIuNjEwOEMyMS4yODg1IDEyLjc5ODQgMjEuMTcyMyAxMy4wNjI2IDIxLjAxMTcgMTMuMzc2NUMyMC42OTA4IDE0LjAwMzggMjAuMTg3NyAxNC44NDAzIDE5LjQ1OSAxNS42NzQzQzE3Ljk5MzggMTcuMzUxIDE1LjYwNjQgMTkuMDI0NCAxMS45OTAyIDE4Ljk2NTNDOC4zODc0NCAxOC45MDYyIDYuMDA5MzggMTcuMjQwNCA0LjU0NTkgMTUuNTk1MkMzLjgxNzY2IDE0Ljc3NjQgMy4zMTM2NiAxMy45NjIgMi45OTIxOSAxMy4zNTIxQzIuODMxMzQgMTMuMDQ2OCAyLjcxNTYxIDEyLjc4OTkgMi42Mzg2NyAxMi42MDc5QzIuNjAwMzUgMTIuNTE3MiAyLjU3MTMxIDEyLjQ0NDQgMi41NTE3NiAxMi4zOTMxQzIuNTQyMTQgMTIuMzY3OCAyLjUzNDU5IDEyLjM0NzEgMi41MjkzIDEyLjMzMjVDMi41MjY3OCAxMi4zMjU2IDIuNTI0MDQgMTIuMzE5MyAyLjUyMjQ2IDEyLjMxNDlDMi41MjE3NiAxMi4zMTI5IDIuNTIxIDEyLjMxMDUgMi41MjA1MSAxMi4zMDkxVjEyLjMwNzFMMi41MTk1MyAxMi4zMDYyTDIuNDU1MDggMTIuMTE5NkwyLjUxNDY1IDExLjkzMTJMMy4wODY5MSAxMi4xMTA4TDIuNTE0NjUgMTEuOTMwMkwyLjUxNTYyIDExLjkyODJDMi41MTYwNiAxMS45MjY5IDIuNTE2OTEgMTEuOTI0NCAyLjUxNzU4IDExLjkyMjRDMi41MTkwMiAxMS45MTc5IDIuNTIxMDEgMTEuOTExMiAyLjUyMzQ0IDExLjkwMzhDMi41Mjg0NSAxMS44ODg2IDIuNTM1NjUgMTEuODY2OSAyLjU0NDkyIDExLjg0MDNDMi41NjM2MiAxMS43ODY3IDIuNTkwOSAxMS43MDk5IDIuNjI3OTMgMTEuNjE0N0MyLjcwMjIgMTEuNDIzOSAyLjgxNTY0IDExLjE1NDggMi45NzI2NiAxMC44MzQ1QzMuMjg2MzIgMTAuMTk0OCAzLjc4MDM1IDkuMzQwNSA0LjUwMjkzIDguNDg0ODZDNS45NTU3NiA2Ljc2NDggOC4zNDA5OSA1LjAzMzkzIDEyIDUuMDMzNjlaTTEyIDYuMjMyOTFDOC43NzQ4MSA2LjIzMzE1IDYuNzAyMzQgNy43NDA5NyA1LjQxOTkyIDkuMjU5MjhDNC43NzUzOSAxMC4wMjI1IDQuMzMxNDYgMTAuNzg4NCA0LjA0OTggMTEuMzYyOEMzLjkwOTYyIDExLjY0ODggMy44MTA1MiAxMS44ODYzIDMuNzQ3MDcgMTIuMDQ5M0MzLjc0MDI4IDEyLjA2NjggMy43MzM1IDEyLjA4NDQgMy43Mjc1NCAxMi4xMDAxQzMuNzMyODQgMTIuMTEyOSAzLjczODIyIDEyLjEyNzEgMy43NDQxNCAxMi4xNDExQzMuODA5MzcgMTIuMjk1NCAzLjkxMTQ3IDEyLjUyMDcgNC4wNTQ2OSAxMi43OTI1QzQuMzQyMDggMTMuMzM3NyA0Ljc5MjcgMTQuMDY2OSA1LjQ0MjM4IDE0Ljc5NzRDNi43MzU2NSAxNi4yNTEzIDguODE0NzkgMTcuNzEyNiAxMi4wMDk4IDE3Ljc2NTFDMTUuMTkxOSAxNy44MTcxIDE3LjI2MyAxNi4zNjMzIDE4LjU1NDcgMTQuODg1M0MxOS4yMDM5IDE0LjE0MjMgMTkuNjU1NSAxMy4zOTMyIDE5Ljk0MzQgMTIuODMwNkMyMC4wODY4IDEyLjU1MDIgMjAuMTg4NSAxMi4zMTY4IDIwLjI1MzkgMTIuMTU2N0MyMC4yNjE0IDEyLjEzODUgMjAuMjY3OSAxMi4xMjAzIDIwLjI3NDQgMTIuMTA0QzIwLjI2OCAxMi4wODcyIDIwLjI2MTIgMTIuMDY4MiAyMC4yNTM5IDEyLjA0OTNDMjAuMTkwNCAxMS44ODYyIDIwLjA5MDUgMTEuNjQ5IDE5Ljk1MDIgMTEuMzYyOEMxOS42Njg1IDEwLjc4ODQgMTkuMjI1NSAxMC4wMjI1IDE4LjU4MTEgOS4yNTkyOEMxNy4yOTg1IDcuNzQwOTIgMTUuMjI1NCA2LjIzMjk3IDEyIDYuMjMyOTFaTTEyIDkuMjU4M0MxMy41NDYzIDkuMjU4NCAxNC44Mjg5IDEwLjQ4MjggMTQuODI5MSAxMi4wMjY5QzE0LjgyODggMTMuNTcwOCAxMy41NDYyIDE0Ljc5NTMgMTIgMTQuNzk1NEMxMC40NTQgMTQuNzk1IDkuMTcyMTkgMTMuNTcwNiA5LjE3MTg4IDEyLjAyNjlDOS4xNzIwMyAxMC40ODMgMTAuNDUzOSA5LjI1ODcgMTIgOS4yNTgzWk0xMiAxMC40NTg1QzExLjA4NTYgMTAuNDU4OSAxMC4zNzIyIDExLjE3NjQgMTAuMzcyMSAxMi4wMjY5QzEwLjM3MjQgMTIuODc3MiAxMS4wODU3IDEzLjU5NDggMTIgMTMuNTk1MkMxMi45MTQ2IDEzLjU5NTEgMTMuNjI4NiAxMi44Nzc0IDEzLjYyODkgMTIuMDI2OUMxMy42Mjg4IDExLjE3NjIgMTIuOTE0NyAxMC40NTg2IDEyIDEwLjQ1ODVaTTIxLjU0MzkgMTIuMTE1N0wyMS40ODM0IDEyLjI5OTNMMjAuOTE0MSAxMi4xMTA4TDIxLjQ4NjMgMTEuOTMxMkwyMS41NDM5IDEyLjExNTdaIiBmaWxsPSIjMEYxNjAwIi8+Cjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.order-confirmation_create-account .password-form_reveal-icon.password-reveal {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNMTkuODc1IDE5TDUuODEyNSA1TTEwLjMxMjUgMTAuNTQ1NUM5Ljk2MjQyIDEwLjkyOTcgOS43NSAxMS40MzQ0IDkuNzUgMTEuOTg3MkM5Ljc1IDEzLjE5MSAxMC43NTc0IDE0LjE2NjkgMTIgMTQuMTY2OUMxMi41NzI5IDE0LjE2NjkgMTMuMDk1OSAxMy45NTk0IDEzLjQ5MzEgMTMuNjE3OE0xOS45MTE0IDE0LjE2NjlDMjAuNjg2IDEzLjAxMjUgMjEgMTIuMDcxMSAyMSAxMi4wNzExQzIxIDEyLjA3MTEgMTguOTUxOSA1LjU2IDEyIDUuNTZDMTEuNjA5NyA1LjU2IDExLjIzNDkgNS41ODA1MiAxMC44NzUgNS42MTkyNk0xNy4wNjI1IDE2Ljk5MjhDMTUuNzcxMiAxNy44MTI5IDE0LjEwODcgMTguMzkyOSAxMiAxOC4zNTg2QzUuMTM0NjIgMTguMjQ2OCAzIDEyLjA3MTEgMyAxMi4wNzExQzMgMTIuMDcxMSAzLjk5MTc0IDguOTE4MjEgNi45Mzc1IDcuMDAwNDMiIHN0cm9rZT0iIzc5NzI2QiIgc3Ryb2tlLXdpZHRoPSIxLjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=);
}
.order-confirmation_create-account .validator-container {
  padding-left: 0;
  padding-right: 0;
}
.order-confirmation_create-account .validator-container p {
  margin-top: 30px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.order-confirmation_create-account .validator-container .password-validation-helper {
  margin: 0;
}
.order-confirmation_create-account .validator-container .password-validation-helper li {
  padding: 8px 0;
  flex-flow: nowrap;
  list-style-type: none;
  display: flex;
  align-items: center;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.order-confirmation_create-account .validator-container .password-validation-helper li::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #DCD4CA;
  margin-right: 8px;
}
.order-confirmation_create-account .validator-container .password-validation-helper li.valid {
  position: relative;
}
.order-confirmation_create-account .validator-container .password-validation-helper li.valid::before {
  content: "";
  width: 6px;
  height: 12px;
  border: solid #008000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  border-radius: unset;
  margin-left: 5px;
}
.order-confirmation_create-account .validator-container .password-validation-helper li.error {
  position: relative;
}
.order-confirmation_create-account .validator-container .password-validation-helper li.error::before {
  content: "!";
  color: #DE3719;
  font-size: 10px;
  line-height: 1;
  border: 1px solid #DE3719;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.order-confirmation_create-account button {
  width: 100%;
  margin-bottom: 16px;
}
.order-confirmation_create-account .order-confirmation_create-account-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.order-confirmation_create-account .order-confirmation_create-account-content ul li {
  position: relative;
  padding-left: 0.6rem;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.order-confirmation_create-account .order-confirmation_create-account-content ul li::before {
  content: "\2022";
  font-size: 0.6em;
  position: absolute;
  left: 0;
  top: -0.1em;
}
.order-confirmation_summary,
.order-confirmation_cart {
  width: 100%;
  margin-top: 24px;
}
.order-confirmation_total_summary {
  width: 100%;
}
.order-confirmation_order-feedback {
  width: 100%;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .order-confirmation_order-feedback {
    display: flex;
    flex-direction: column;
    order: -1;
    margin-top: 0;
  }
}
.order-confirmation_order-feedback .order-feedback_title p,
.order-confirmation_order-feedback .order-feedback_subtitle p {
  color: #0F1600;
  margin-bottom: 0;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.order-confirmation_order-feedback .order-feedback_title {
  width: 100%;
}
.order-confirmation_order-feedback .order-feedback_subtitle {
  margin-top: 32px;
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.order-confirmation_order-feedback .order-feedback_comment-wrapper {
  margin-top: 8px;
}
@media (min-width: 768px) {
  .order-confirmation_order-feedback .order-feedback_comment-wrapper {
    margin-top: 0;
  }
}
.order-confirmation_order-feedback .order-feedback_comment-wrapper form {
  flex-direction: column;
  width: 100%;
  display: flex;
}
.order-confirmation_order-feedback .order-feedback_comment-wrapper form .order-feedback_btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.order-confirmation_order-feedback .order-feedback_comment-wrapper form .order-feedback_btn-wrapper .order-feedback_option {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.order-confirmation_order-feedback .order-feedback_comment-wrapper form .order-feedback_btn-wrapper .order-feedback_option.is-invalid {
  border-bottom: 1px solid #DE3719;
}
.order-confirmation_order-feedback .order-feedback_comment-wrapper form .order-feedback_btn-wrapper .order-feedback_option input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.order-confirmation_order-feedback .order-feedback_comment-wrapper form .order-feedback_btn-wrapper .order-feedback_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 25px;
  background-color: #EAE6DE;
  color: #0F1600;
  border-radius: 0;
  cursor: pointer;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.order-confirmation_order-feedback .order-feedback_comment-wrapper form .order-feedback_btn-wrapper .order-feedback_btn i::before {
  transition: 0.2s ease;
}
.order-confirmation_order-feedback .order-feedback_comment-wrapper form .order-feedback_btn-wrapper .order-feedback_option:hover .order-feedback_btn {
  background-color: #0F1600;
  color: #FFFFFF;
}
.order-confirmation_order-feedback .order-feedback_comment-wrapper form .order-feedback_btn-wrapper .order-feedback_option:hover .order-feedback_btn i::before {
  filter: invert(1) brightness(2);
}
.order-confirmation_order-feedback .order-feedback_comment-wrapper form .order-feedback_btn-wrapper .order-feedback_option input[type=radio]:checked + .order-feedback_btn {
  background-color: #0F1600;
  color: #FFFFFF;
}
.order-confirmation_order-feedback .order-feedback_comment-wrapper form .order-feedback_btn-wrapper .order-feedback_option input[type=radio]:checked + .order-feedback_btn i::before {
  filter: invert(1) brightness(2);
}
.order-confirmation_order-feedback .order-feedback_comment-wrapper form .order-feedback_btn-wrapper .order-feedback_option input[type=radio]:disabled + .order-feedback_btn {
  background-color: #0F1600;
  color: #FFFFFF;
  opacity: 0.65;
  pointer-events: none;
}
.order-confirmation_order-feedback .order-feedback_comment-wrapper form .order-feedback_btn-wrapper .order-feedback_option input[type=radio]:disabled + .order-feedback_btn i::before {
  filter: invert(1) brightness(2);
}
.order-confirmation_order-feedback .order-feedback_comment-wrapper form textarea {
  width: 100%;
  height: 100px;
  border: 0;
  margin-top: 8px;
  background-color: #EAE6DE;
  resize: none;
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.order-confirmation_order-feedback .order-feedback_comment-wrapper form button {
  margin-top: 10px;
}
.order-confirmation_order-feedback .order-feedback_comment-wrapper button {
  width: 100%;
}
.order-confirmation_order-feedback .order-feedback_comment-toggle {
  margin-top: 10px;
}
.order-confirmation_order-feedback .order-feedback_comment-actions {
  display: flex;
  gap: 8px;
}
.order-confirmation_order-feedback .order-feedback_error {
  margin-top: 20px;
  color: #635C55;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.page.Stores-Find {
  background-color: #FBF9F6;
}
.store-locator .page-designer.rte-article .experience-region.experience-main > .experience-component.experience-commerce_assets-wysiwyg {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .store-locator .page-designer.rte-article .experience-region.experience-main > .experience-component.experience-commerce_assets-wysiwyg {
    padding-left: 0;
    padding-right: 0;
  }
}
.store-locator .page-designer.rte-gallery .experience-region.experience-main > .experience-component.experience-commerce_assets-wysiwyg .wysiwyg-component {
  max-width: 1145px;
  margin: auto;
}
@media (min-width: 992px) {
  .store-locator .page-designer.rte-gallery .experience-region.experience-main > .experience-component.experience-commerce_assets-wysiwyg .wysiwyg-component {
    padding-left: 0;
    padding-right: 0;
  }
}
.store-locator .experience-region.experience-main > .experience-component.experience-commerce_assets-wysiwyg .wysiwyg-component {
  max-width: 100%;
  margin: auto;
}
@media (max-width: calc(1200px - 0.02px)) {
  .store-locator .experience-region.experience-main > .experience-component.experience-commerce_assets-wysiwyg .wysiwyg-component {
    padding: 40px 12px;
  }
}
.store-locator .experience-region.experience-main > .experience-component.experience-commerce_assets-wysiwyg .wysiwyg-component.gallery-container {
  max-width: 1145px;
}
.store-locator .experience-region.experience-main > .experience-component.experience-commerce_assets-wysiwyg .wysiwyg-component .article-container {
  max-width: 700px;
}
.store-locator-main-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}
.store-locator-inner-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 1145px;
  margin: auto;
}
.store-locator-inner-wrapper.in-row {
  width: 100%;
  flex-direction: column;
}
@media (min-width: 992px) {
  .store-locator-inner-wrapper.in-row {
    flex-direction: row;
  }
}
.store-locator-inner-wrapper .in-row {
  width: 100%;
}
.store-locator-select-btn {
  flex-basis: 100%;
  max-width: 1145px;
  padding-top: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .store-locator-select-btn {
    padding: 10px;
    text-align: left;
  }
}
.store-locator .jumbotron {
  margin-bottom: 0;
}
.store-locator .store-locator-container {
  margin: auto auto 32px;
}
.store-locator .store-locator-container .detect-location-spacer {
  margin-bottom: 16px;
}
.store-locator .store-locator-container .results-card,
.store-locator .store-locator-container .results-card .card-header {
  background-color: #FFFFFF;
}
.store-locator .store-locator-container .results-card.card-title,
.store-locator .store-locator-container .results-card .card-header.card-title {
  background-color: #FFFFFF;
}
.store-locator .store-locator-container .card-body {
  background-color: #FFFFFF;
}
.store-locator .store-locator-container .results-card > .card-body {
  background-color: #FFFFFF;
  padding-right: 20px;
  padding-bottom: 0;
}
.store-locator .store-locator-container .filter-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  padding-right: 20px;
}
.store-locator .store-locator-container .filter-results .btn {
  margin-right: 8px;
  margin-bottom: 8px;
}
.store-locator .store-locator-container .results {
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 0;
  max-height: 350px;
}
.store-locator .store-locator-container .results .store-result {
  display: flex;
  margin-bottom: 20px;
}
.store-locator .store-locator-container .results .store-result .map-marker {
  flex-shrink: 0;
}
.store-locator .store-details {
  width: 100%;
}
.store-locator .store-details .store-name a {
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
  color: #0F1600;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.store-locator .store-details .store-name a:hover {
  color: #635C55;
}
.store-locator .store-details .store-name p {
  margin-bottom: 8px;
  color: #0F1600;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: none;
}
.store-locator .store-details .store-map,
.store-locator .store-details .store-hours {
  display: block;
  margin-bottom: 8px;
}
.store-locator .store-details .store-map {
  text-decoration: none;
}
.store-locator .store-details ul,
.store-locator .store-details address {
  margin-bottom: 0;
}
.store-locator .store-details address a {
  color: #0F1600;
  font-size: 16px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: none;
}
.store-locator .store-details address a:hover {
  color: #635C55;
}
.map-canvas .store-locator .store-details .store-contact-details {
  display: flex;
  justify-content: space-between;
}
.map-canvas .store-locator .store-details .store-contact-details .storelocator-website {
  text-decoration: underline;
}
.store-locator-container .store-locator .store-details .store-contact-details .storelocator-phone-container {
  margin-top: 8px;
}
.store-locator .store-details .store-contact-details .storelocator-website {
  letter-spacing: normal;
  text-decoration: none;
  text-transform: uppercase;
}
.data-checkout-stage .shipping-section .store-locator .store-details .store-name a,
.product-summary-block .shipment-block .store-locator .store-details .store-name a,
.product-summary-block .multi-shipping .store-locator .store-details .store-name a,
.cart-page .line-item-store .store-locator .store-details .store-name a {
  font-size: inherit;
  letter-spacing: 0;
}
.cart-page .line-item-store .store-locator .store-details {
  margin-top: 8px;
}
.store-locator .map-marker {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0;
}
.store-locator .map-marker span {
  position: absolute;
  inset: 0;
  width: 32px;
  margin: auto;
  color: #FFFFFF;
}
.store-locator .gm-style .gm-style-iw,
.store-locator .gm-style .gm-style-iw-c {
  max-width: 276px;
}
.store-locator .gm-style .gm-style-iw .store-details,
.store-locator .gm-style .gm-style-iw-c .store-details {
  margin-left: 0;
  line-height: 1.5;
}
.store-locator .gm-style .gm-style-iw .store-details address,
.store-locator .gm-style .gm-style-iw-c .store-details address {
  line-height: 1.75;
}
.store-locator .gm-style .gm-style-iw .store-details .store-hours,
.store-locator .gm-style .gm-style-iw-c .store-details .store-hours {
  margin-bottom: 5px;
}
.store-locator .gm-style .gm-style-iw .title,
.store-locator .gm-style .gm-style-iw-c .title {
  font-size: 18px;
}
.store-locator .store-locator-no-results {
  display: none;
  padding-right: 20px;
}
.store-locator .store-locator-no-apiKey {
  display: none;
}
.store-locator .map-canvas {
  display: block;
  height: 250px;
}
@media (min-width: 768px) {
  .store-locator .map-canvas {
    height: 450px;
  }
}
.store-locator .store-detail-page .store-locator-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.store-locator .store-detail-page .refersion-btn {
  margin-top: 8px;
}
.store-locator .store-detail-page .refersion-btn svg {
  width: 25px;
  height: 25px;
  margin-top: -10px;
  margin-bottom: -5px;
  margin-left: 5px;
  fill: #00a1e0;
}
.store-detail-page {
  max-width: 1145px;
  margin: auto;
  padding: 20px 16px;
}
@media (min-width: 992px) {
  .store-detail-page {
    margin-top: 90px;
  }
}
.store-detail-page .map-container {
  width: 100%;
  height: 100%;
  min-height: 450px;
  max-width: 650px;
}
.store-detail-page .map-canvas {
  width: 100%;
  height: 450px;
  max-width: 650px;
}
.store-detail-page .store-name {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  text-transform: uppercase;
}
.store-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 992px) {
  .store-container {
    flex-direction: row;
  }
}
.store-map-link {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .store-name-mobile {
    display: none;
  }
}
.store-name-desktop {
  display: none;
}
@media (min-width: 992px) {
  .store-name-desktop {
    display: block;
  }
}
.store-data .store-attribute {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: none;
}
.store-data .store-attribute.store-name {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  text-transform: uppercase;
}
.store-data label {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: none;
}
@media (max-width: calc(768px - 0.02px)) {
  body.byob-cart-opened {
    overflow: hidden !important;
  }
}
.page-boyb {
  position: relative;
  padding: 56px 12px 0px 12px;
}
@media (min-width: 992px) {
  .page-boyb {
    padding: 80px 20px 0px 20px;
  }
}
.page-boyb .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.page-boyb .error-message {
  right: 50%;
  transform: translateX(50%);
  position: fixed;
  top: 0;
  max-height: calc(100vh - 50px);
  overflow-y: auto;
  z-index: 1100;
}
.page-boyb .badge-product-container.badge-image-over {
  position: absolute;
  width: calc(100% - 64px);
  flex-flow: row wrap;
  column-gap: 4px;
  row-gap: 2px;
  justify-content: flex-start !important;
}
.page-boyb .experience-stages > .experience-commerce_assets-imageComponent,
.page-boyb .experience-stages > .experience-commerce_assets-videoComponent,
.page-boyb .experience-stages > .experience-commerce_assets-heroCarousel,
.page-boyb .experience-stages > .experience-commerce_layouts.twoColumnLayout,
.page-boyb .experience-stages > .experience-commerce_layouts.sectionContainer {
  margin-bottom: 72px;
}
@media (min-width: 992px) {
  .page-boyb .experience-stages > .experience-commerce_assets-imageComponent,
  .page-boyb .experience-stages > .experience-commerce_assets-videoComponent,
  .page-boyb .experience-stages > .experience-commerce_assets-heroCarousel,
  .page-boyb .experience-stages > .experience-commerce_layouts.twoColumnLayout,
  .page-boyb .experience-stages > .experience-commerce_layouts.sectionContainer {
    margin-bottom: 80px;
  }
}
.page-boyb .experience-stages .experience-component.experience-commerce_assets-imageComponent .image-component-container,
.page-boyb .experience-stages .experience-component.experience-commerce_assets-videoComponent .video-container {
  height: 100%;
}
.quick-view_add {
  width: 100%;
  color: #FFFFFF;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  background-color: #0F1600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .quick-view_add {
    width: calc(50% - 16px);
  }
}
@media (min-width: 992px) {
  .quick-view_add {
    width: calc(50% - 16px);
  }
}
.page:has(.page-boyb *) ~ #ae_app {
  z-index: 1 !important;
}
.byob-stage {
  margin: 0px 0 80px 0;
  padding-bottom: 32px;
}
.byob-stage .experience-component.experience-commerce_assets-imageComponent,
.byob-stage .experience-component.experience-commerce_assets-videoComponent {
  padding-top: 0;
  padding-bottom: 0;
}
.byob-stage .stage-product-added_title {
  min-height: 16.2px;
  width: fit-content;
  text-transform: uppercase;
}
.byob-stage .stage-product-added_title p {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 14px;
  text-transform: none;
  font-size: 14px;
  font-size: 12px;
  background: #1EDB5D;
  text-transform: uppercase;
  padding: 3px 3px 2px 3px;
  line-height: 0.8;
  margin-bottom: 0;
}
.byob-stage .stage-heading {
  position: sticky;
  top: 0px;
  z-index: 999;
  background: white;
  padding-bottom: 24px;
}
.byob-stage .stage-heading_title {
  margin-top: 6px;
  margin-bottom: 2px;
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  font-size: 18px;
  color: #8D8D8D;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .byob-stage .stage-heading_title {
    font-size: 14px;
  }
}
.byob-stage .stage-heading_subtitle {
  margin-bottom: 0;
}
.byob-stage .stage-heading_subtitle,
.byob-stage .stage-heading_subtitleMessage {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 14px;
  text-transform: none;
  font-size: 40px;
  color: #0F1600;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .byob-stage .stage-heading_subtitle,
  .byob-stage .stage-heading_subtitleMessage {
    font-size: 14px;
    font-size: 30px;
  }
}
.byob-stage .stage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 8px;
  row-gap: 24px;
}
@media (min-width: 992px) {
  .byob-stage .stage-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-gap: 16px;
    row-gap: 32px;
  }
}
.byob-stage .stage-grid.has-component .item__component {
  min-height: 100%;
  grid-column: 1/span 2;
}
.byob-stage .stage-grid.has-component .item__component .experience-region .experience-gridComponent,
.byob-stage .stage-grid.has-component .item__component .experience-component .experience-commerce_assets-byobProductBonus {
  display: contents;
}
@media (max-width: calc(1200px - 0.02px)) {
  .byob-stage .stage-grid.has-component .item__component {
    order: 99;
  }
}
@media (min-width: 992px) {
  .byob-stage .stage-grid.has-component .item__component {
    grid-column: 4/6;
    grid-row: 1;
    padding-bottom: 12px;
  }
  .byob-stage .stage-grid.has-component .item__component:has(.product-bonus) {
    grid-column: 4/span 2;
    grid-row: 1/span 2;
  }
  .byob-stage .stage-grid.has-component .item__component video,
  .byob-stage .stage-grid.has-component .item__component img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .byob-stage .stage-grid.has-component .item__component video {
    object-fit: center center;
  }
}
.byob-stage .stage-products,
.byob-stage .stage-products .product {
  display: contents;
}
.byob-stage .stage-products .product-tile {
  overflow: hidden;
}
.byob-stage .stage-products .product-tile .tile-body {
  max-height: none;
  min-height: auto;
}
.byob-cart {
  position: sticky;
  bottom: 32px;
  margin-top: -80px;
  float: right;
  width: 100%;
  display: flex;
  flex-grow: 1;
  height: 100%;
  z-index: 9999;
  padding: 0 16px;
  cursor: pointer;
  transition: height 0.12s ease-in;
}
@media (min-width: 992px) {
  .byob-cart {
    max-width: 480px;
    margin-right: 32px;
    padding: 0;
  }
}
.byob-cart_container {
  padding: 18px 16px 20px 16px;
  width: 100%;
  backdrop-filter: blur(5px);
  background-color: rgba(245, 245, 245, 0.75);
}
.byob-cart_header {
  justify-content: flex-end;
}
.byob-cart-header {
  margin-top: 45px;
}
.byob-cart-header_newBundle > a {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.byob-cart-header_items {
  margin-top: 24px;
}
.byob-cart-header_items p:first-child {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 2px;
}
.byob-cart-header_items p:last-child {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
  font-size: 10px;
  color: #6F6F6F;
}
.byob-cart-header_totals {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 16px;
}
.byob-cart-header_totals p {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.byob-cart-header_actions {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  font-size: 12px;
}
.byob-cart_remove-modal:hover {
  text-decoration: underline;
}
.byob-cart_close {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
  font-size: 14px;
  font-size: 16px;
  justify-content: flex-end;
  margin-bottom: 16px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .byob-cart_close {
    font-size: 14px;
    font-size: 12px;
  }
}
.byob-cart_totals-wrapper {
  display: flex;
  justify-content: space-between;
}
.byob-cart_totals-wrapper h6 {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 14px;
  text-transform: none;
  font-size: 14px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 2px;
}
.byob-cart_totals p {
  font-size: 14px;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 0.7;
  color: #0F1600;
  margin-bottom: 0;
}
.byob-cart_progress_wrapper {
  display: none;
}
.byob-cart_close,
.byob-cart_body,
.byob-cart_footer {
  display: none;
}
.byob-cart_body {
  flex-grow: 1;
}
.byob-cart_stages {
  display: none;
  width: 100%;
}
.byob-cart_stage {
  display: flex;
  flex-direction: column;
  min-height: 127px;
}
.byob-cart_stage-title {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.byob-cart_stage-subtitle {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
}
.byob-cart_stage-title,
.byob-cart_stage-subtitle {
  font-size: 14px;
  font-size: 12px;
  margin-bottom: 0;
  color: #6F6F6F;
  text-transform: uppercase;
}
.byob-cart_stage-body {
  display: flex;
  flex-grow: 1;
  margin: 8px 0 24px 0;
  padding: 8px 8px 8px 0;
}
.byob-cart_stage-body:not(.product-added) {
  border: 1px dashed #DBDBDB;
  cursor: pointer;
}
.byob-cart_stage-body:not(.product-added) .byob-cart_stage-image {
  margin-left: 8px;
}
.byob-cart_stage-body.product-added .byob-cart_stage-text {
  justify-content: initial;
  padding: 8px;
}
.byob-cart_stage-body.product-added .byob-cart_stage_product-name,
.byob-cart_stage-body.product-added .byob-cart_stage_product-price,
.byob-cart_stage-body.product-added .byob-cart_stage_product-variant {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  font-size: 14px;
  font-size: 10px;
}
.byob-cart_stage-body.product-added .byob-cart_stage_product-remove {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
  font-size: 14px;
  font-size: 12px;
  margin-top: auto;
}
.byob-cart_stage-body.product-added .byob-cart_stage_product-variant {
  margin-top: 12px;
  color: #6F6F6F;
}
.byob-cart_stage-image {
  width: 78px;
  height: 91px;
  background-color: #F7F7F7;
  overflow: hidden;
}
.byob-cart_stage-image img {
  object-fit: cover;
  object-position: bottom;
  width: 100%;
  height: 100%;
}
.byob-cart_stage-image img:not(.product-added) {
  filter: blur(2px);
  opacity: 0.4;
}
.byob-cart_stage-text {
  font-size: 14px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
  padding-left: 16px;
}
.byob-cart_stage-text p {
  font-size: 14px;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
}
.byob-cart[aria-expanded=false] {
  height: 61px;
}
.byob-cart[aria-expanded=false] .byob-cart_close,
.byob-cart[aria-expanded=false] .byob-cart_progress_wrapper {
  height: 0;
}
.byob-cart[aria-expanded=true] {
  right: 0px;
  bottom: 0px;
  margin: auto;
  position: fixed;
  padding: 0 16px;
  height: 100dvh;
  backdrop-filter: blur(50px);
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 9999;
  cursor: auto;
}
@media (min-width: 992px) {
  .byob-cart[aria-expanded=true] {
    padding: 32px;
  }
}
.byob-cart[aria-expanded=true] .byob-cart_container {
  display: flex;
  flex-direction: column;
  padding: 20px 16px;
  width: 100%;
  background-color: white;
}
.byob-cart[aria-expanded=true] .byob-cart_close,
.byob-cart[aria-expanded=true] .byob-cart_body,
.byob-cart[aria-expanded=true] .byob-cart_footer {
  display: flex;
}
.byob-cart[aria-expanded=true] .byob-cart_body {
  overflow-y: scroll;
  scrollbar-width: none;
}
.byob-cart[aria-expanded=true] .byob-cart_body::-webkit-scrollbar {
  display: none;
}
.byob-cart[aria-expanded=true] .byob-cart_footer button {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  font-size: 14px;
  font-size: 16px;
  text-transform: uppercase;
  background: black;
  color: #FFFFFF;
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .byob-cart[aria-expanded=true] .byob-cart_footer button {
    font-size: 14px;
    font-size: 12px;
  }
}
.byob-cart[aria-expanded=true] .byob-cart_progress_wrapper {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
  padding: 12px;
  background-color: #F7F7F7;
  overflow: hidden;
}
.byob-cart[aria-expanded=true] .byob-cart_progress_wrapper .byob-cart-progress-bar {
  position: relative;
  margin-top: 8px;
  background-color: #DBDBDB;
  width: 100%;
  height: 5px;
}
.byob-cart[aria-expanded=true] .byob-cart_progress_wrapper .byob-cart-progress-bar_filled {
  height: inherit;
  width: 0;
  background-color: #1EDB5D;
  transition: width 0.5s ease-in-out;
}
.byob-cart[aria-expanded=true] .byob-cart-progress-title {
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.byob-cart[aria-expanded=true] .byob-cart-progress-title b,
.byob-cart[aria-expanded=true] .byob-cart-progress-title strong {
  font-family: "KEVINMURPHYLatin-Bold";
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.byob-cart[aria-expanded=true] .byob-cart_stages {
  display: block;
}
.product-bonus {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #F7F7F7;
}
.product-bonus_image.product-image {
  max-height: none !important;
}
.product-bonus-text {
  padding: 32px 32px 64px 32px;
}
.product-bonus-text p {
  color: #0F1600;
}
.product-bonus-text .product-bonus_title {
  margin-bottom: 12px;
}
.product-bonus-text .product-bonus_title p {
  font-size: 14px;
  font-size: 21px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  font-size: 12px;
  text-transform: none;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}
.product-bonus-text .product-bonus_description p {
  font-size: 14px;
  font-size: 12px;
  font-family: "KEVINMURPHYLatin-Regular";
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  font-size: 12px;
  text-transform: none;
}
.product-bonus-text .product-bonus_description p:last-child {
  margin-bottom: 0;
}
.consent-drawer {
  position: fixed;
  display: block;
  align-items: center;
  bottom: 0;
  width: 100%;
  min-height: 85px;
  z-index: 9999;
  background-color: #F2EFEB;
  border-top: 1px solid #0F1600;
}
@media (min-width: 768px) {
  .consent-drawer {
    display: flex;
  }
}
.consent-drawer p {
  margin: 4px;
  font-size: 12px;
  line-height: 12px;
}
.consent-drawer .consent-text-wrapper {
  display: block;
  width: 100%;
  padding: 10px 0 10px 14px;
}
@media (min-width: 768px) {
  .consent-drawer .consent-text-wrapper {
    width: auto;
    display: inline-block;
    padding: 1rem;
  }
}
.consent-drawer .consent-button-wrapper {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.consent-drawer .consent-button-wrapper button {
  width: 50%;
}
@media (min-width: 768px) {
  .consent-drawer .consent-button-wrapper {
    display: inline-block;
    width: auto;
    padding: 0 0.5rem;
  }
  .consent-drawer .consent-button-wrapper button {
    width: auto;
  }
}
