@charset "UTF-8";
/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
:root {
  --blue: #0070d2;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #c00;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #008827;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #303e48;
  --breakpoint-xs: 0;
  --breakpoint-sm: 544px;
  --breakpoint-md: 847px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: custom-body-font, roboto-fallback, "Helvetica Neue", arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: custom-body-font, roboto-fallback, "Helvetica Neue", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #303e48;
  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: #303e48;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(17.4, 22.475, 26.1);
  text-decoration: none;
}

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;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: custom-body-font, roboto-fallback, "Helvetica Neue", arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.625rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.3875rem + 1.65vw);
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3, .h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4, .h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #ccc;
}

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;
  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;
}
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: 544px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@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: 544px) {
  .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: 847px) {
  .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: #303e48;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ccc;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ccc;
}
.table tbody + tbody {
  border-top: 2px solid #ccc;
}

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(197.04, 200.96, 203.76);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(147.36, 154.64, 159.84);
}

.table-hover .table-primary:hover {
  background-color: rgb(183.5053846154, 188.3407692308, 191.7946153846);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(183.5053846154, 188.3407692308, 191.7946153846);
}

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

.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: 543.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: 846.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.875rem + 2px);
  padding: 0.4375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #303e48;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #303e48;
  border-radius: 4px;
  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: #303e48;
  background-color: #fff;
  border-color: #303e48;
  outline: 1px solid #303e48;
  outline-offset: 0;
  box-shadow: #5cc5fa;
}
.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: #303e48;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #303e48;
  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.375em + 0.5rem + 2px);
  padding: 0.4375rem 1rem;
  font-size: 0.875rem;
  line-height: 1.375;
  border-radius: 4px;
}

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

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: #37b487;
}

.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(55, 180, 135, 0.9);
  border-radius: 0;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #303e48;
  border-bottom-color: #37b487;
  border-bottom-width: 4px;
  padding-right: 2rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2337b487' 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 1rem;
  background-size: 0.75rem;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #303e48;
  border-bottom-width: 1px;
  box-shadow: 0 0 0 0 rgba(55, 180, 135, 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.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #37b487;
  padding-right: calc((1em + 0.875rem) * 3 / 4 + 2rem);
  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 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2337b487' 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 2rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #37b487;
  box-shadow: 0 0 0 0 rgba(55, 180, 135, 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: #37b487;
}
.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: #37b487;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #37b487;
}
.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 {
  /* stylelint-disable-next-line scss/no-global-function-names */
  border-color: rgb(83.4255319149, 202.5744680851, 159.6808510638);
  background-color: rgb(83.4255319149, 202.5744680851, 159.6808510638);
}
.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 rgba(55, 180, 135, 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: #37b487;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #37b487;
}
.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: #37b487;
  box-shadow: 0 0 0 0 rgba(55, 180, 135, 0.25);
}

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

.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(226, 12, 11, 0.9);
  border-radius: 0;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #303e48;
  border-bottom-color: #e20c0b;
  border-bottom-width: 4px;
  padding-right: 2rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e20c0b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e20c0b' 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 1rem;
  background-size: 0.75rem;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #303e48;
  border-bottom-width: 1px;
  box-shadow: 0 0 0 0 rgba(226, 12, 11, 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.875rem);
  background-position: top calc(0.375em + 0.21875rem) right calc(0.375em + 0.21875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e20c0b;
  padding-right: calc((1em + 0.875rem) * 3 / 4 + 2rem);
  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 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23e20c0b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23e20c0b' 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 2rem/calc(0.75em + 0.4375rem) calc(0.75em + 0.4375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #e20c0b;
  box-shadow: 0 0 0 0 rgba(226, 12, 11, 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: #e20c0b;
}
.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: #e20c0b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e20c0b;
}
.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 {
  /* stylelint-disable-next-line scss/no-global-function-names */
  border-color: rgb(244.6962025316, 44.2405063291, 43.3037974684);
  background-color: rgb(244.6962025316, 44.2405063291, 43.3037974684);
}
.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 rgba(226, 12, 11, 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: #e20c0b;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e20c0b;
}
.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: #e20c0b;
  box-shadow: 0 0 0 0 rgba(226, 12, 11, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 544px) {
  .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;
  }
}

button {
  color: #303e48;
}

.btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 15px 15px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #303e48;
  border-color: #303e48;
}
.btn-primary:hover {
  color: #fff;
  background-color: #395060;
  border-color: #395060;
}
.btn-primary:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled).focus {
  color: #fff;
  background-color: #395060;
  border-color: #395060;
  box-shadow: 0 0 0 0 rgba(48, 62, 72, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(a:disabled):not(.disabled).active {
  background-color: #0e2a3e;
  border-color: #0e2a3e;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(a:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(48, 62, 72, 0.5);
}

.btn-outline-primary, .modal-footer .button-wrapper .btn.decline {
  color: #303e48;
  background-color: transparent;
  border-color: #303e48;
}
.btn-outline-primary:hover, .modal-footer .button-wrapper .btn.decline:hover {
  color: #fff;
  background-color: #395060;
  border-color: #395060;
}
.btn-outline-primary:not(:disabled):not(.disabled):focus, .modal-footer .button-wrapper .btn.decline:not(:disabled):not(.disabled):focus, .btn-outline-primary:not(:disabled):not(.disabled).focus, .modal-footer .button-wrapper .btn.decline:not(:disabled):not(.disabled).focus {
  color: #fff;
  background-color: #395060;
  border-color: #395060;
  box-shadow: 0 0 0 0 rgba(48, 62, 72, 0.5);
}
.btn-outline-primary.disabled, .modal-footer .button-wrapper .disabled.btn.decline, .btn-outline-primary:disabled, .modal-footer .button-wrapper .btn.decline:disabled {
  background-color: transparent;
  border-color: #a0a0a0;
  color: #a0a0a0;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .modal-footer .button-wrapper .btn.decline:not(:disabled):not(.disabled):active, .btn-outline-primary:not(a:disabled):not(.disabled).active, .modal-footer .button-wrapper .btn.decline:not(a:disabled):not(.disabled).active {
  background-color: #0e2a3e;
  border-color: #0e2a3e;
  color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .modal-footer .button-wrapper .btn.decline:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(a:disabled):not(.disabled).active:focus, .modal-footer .button-wrapper .btn.decline:not(a:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(48, 62, 72, 0.5);
}

.btn-facet {
  font-size: 1rem;
  padding: 8px 18px 7px;
  font-weight: normal;
  line-height: 1.5;
}

.btn-facet-sm {
  font-size: 1rem;
  padding: 11px 14px 14px 15px;
  font-weight: 500;
  line-height: 1.25;
}

.btn-text, .btn-link {
  text-align: left;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #303e48;
  background-color: transparent;
  border-color: #303e48;
}
.btn-text:hover, .btn-link:hover {
  color: #395060;
  background-color: transparent;
  border-color: #395060;
}
.btn-text:not(:disabled):not(.disabled):focus, .btn-link:not(:disabled):not(.disabled):focus, .btn-text:not(:disabled):not(.disabled).focus, .btn-link:not(:disabled):not(.disabled).focus {
  color: #395060;
  background-color: transparent;
  border-color: #395060;
  box-shadow: 0 0 0 0 rgba(48, 62, 72, 0.5);
}
.btn-text.disabled, .disabled.btn-link, .btn-text:disabled, .btn-link:disabled {
  background-color: transparent;
  border-color: #a0a0a0;
  color: #a0a0a0;
}
.btn-text:not(:disabled):not(.disabled):active, .btn-link:not(:disabled):not(.disabled):active, .btn-text:not(a:disabled):not(.disabled).active, .btn-link:not(a:disabled):not(.disabled).active {
  background-color: transparent;
  border-color: #395060;
  color: #395060;
}
.btn-text:not(:disabled):not(.disabled):active:focus, .btn-link:not(:disabled):not(.disabled):active:focus, .btn-text:not(a:disabled):not(.disabled).active:focus, .btn-link:not(a:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0 rgba(48, 62, 72, 0.5);
}

.btn-link {
  /* stylelint-disable-next-line scss/at-extend-no-missing-placeholder */
  text-decoration: underline;
  text-underline-offset: 2px;
}
.btn-link:hover, .btn-link:focus {
  font-weight: 600;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0 1.375rem;
  font-size: 1rem;
  line-height: 42px;
  border-radius: 0;
  min-width: 192px;
}

.btn-xs {
  padding-top: 11px;
  padding-bottom: 11px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 15px 15px;
  font-size: 1rem;
  line-height: 43px;
  border-radius: 0;
  min-width: 148px;
}

.btn-block {
  width: 100%;
  display: block;
  line-height: 42px;
  padding-top: 0;
  padding-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: #303e48;
  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;
}

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

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

@media (min-width: 544px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 847px) {
  .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: #303e48;
}
.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: 11.25px;
  padding-left: 11.25px;
}
.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: 1.03125rem;
  padding-left: 1.03125rem;
}

.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.4375rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #303e48;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #303e48;
  border-radius: 4px;
}
.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 + 1.5rem + 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.4375rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 4px;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.375em + 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.4375rem 1rem;
  font-size: 0.875rem;
  line-height: 1.375;
  border-radius: 4px;
}

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

.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: #303e48;
  background-color: #303e48;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: #5cc5fa;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #303e48;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(128.1, 152.775, 170.4);
  border-color: rgb(128.1, 152.775, 170.4);
}
.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;
}
.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: #303e48;
  background-color: #303e48;
}
.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(48, 62, 72, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(48, 62, 72, 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(48, 62, 72, 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(48, 62, 72, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.875rem + 2px);
  padding: 0.4375rem 2rem 0.4375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #303e48;
  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 1rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #303e48;
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: #303e48;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(48, 62, 72, 0.25);
}
.custom-select:focus::-ms-value {
  color: #303e48;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.875rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #303e48;
  box-shadow: #5cc5fa;
}
.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.875rem + 2px);
  padding: 0.4375rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #303e48;
  background-color: #fff;
  border: 1px solid #303e48;
  border-radius: 4px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.875rem);
  padding: 0.4375rem 1rem;
  line-height: 1.5;
  color: #303e48;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 4px 4px 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0);
  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, #5cc5fa;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, #5cc5fa;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, #5cc5fa;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #303e48;
  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(128.1, 152.775, 170.4);
}
.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: #303e48;
  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(128.1, 152.775, 170.4);
}
.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;
  margin-left: 0;
  background-color: #303e48;
  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(128.1, 152.775, 170.4);
}
.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: 0 solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-link {
  border: 0 solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.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: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.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: 4px;
}
.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: 543.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 544px) {
  .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: 846.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 847px) {
  .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;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.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: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0 - 1px) calc(0 - 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 - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 544px) {
  .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: 544px) {
  .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: 544px) {
  .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;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.25rem;
  color: #303e48;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #303e48;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(17.4, 22.475, 26.1);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(48, 62, 72, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #303e48;
  border-color: #303e48;
}
.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;
  border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #303e48;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(27.6, 35.65, 41.4);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(48, 62, 72, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3.5rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1rem;
  color: inherit;
}

.alert-primary {
  color: rgb(24.96, 32.24, 37.44);
  background-color: #303e48;
  border-color: #303e48;
}
.alert-primary hr {
  border-top-color: rgb(37.8, 48.825, 56.7);
}
.alert-primary .alert-link {
  color: rgb(4.56, 5.89, 6.84);
}

@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;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #303e48;
  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: #303e48;
  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;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.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: #303e48;
  border-color: #303e48;
}

.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;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 544px) {
  .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;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 847px) {
  .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;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    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;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    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;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    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(24.96, 32.24, 37.44);
  background-color: rgb(197.04, 200.96, 203.76);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(24.96, 32.24, 37.44);
  background-color: rgb(183.5053846154, 188.3407692308, 191.7946153846);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(24.96, 32.24, 37.44);
  border-color: rgb(24.96, 32.24, 37.44);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
  text-shadow: none;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: inherit;
  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: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #303e48;
}
.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: 0 solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.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: 0 solid #dee2e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.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: 544px) {
  .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: custom-body-font, roboto-fallback, "Helvetica Neue", arial, sans-serif;
  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;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: custom-body-font, roboto-fallback, "Helvetica Neue", arial, sans-serif;
  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;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0;
}
.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 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 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 - 1px);
  border-top-right-radius: calc(0 - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #303e48;
}

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(27.6, 35.65, 41.4) !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: #303e48 !important;
}

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 0 !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: 544px) {
  .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: 847px) {
  .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: 544px) {
  .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: 847px) {
  .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: 544px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 847px) {
  .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-45 {
  margin: 2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-10 {
  margin: 8rem !important;
}

.mt-10,
.my-10 {
  margin-top: 8rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 8rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 8rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 8rem !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-45 {
  padding: 2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-10 {
  padding: 8rem !important;
}

.pt-10,
.py-10 {
  padding-top: 8rem !important;
}

.pr-10,
.px-10 {
  padding-right: 8rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 8rem !important;
}

.pl-10,
.px-10 {
  padding-left: 8rem !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-n45 {
  margin: -2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n10 {
  margin: -8rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -8rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -8rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -8rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -8rem !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: 544px) {
  .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-45 {
    margin: 2rem !important;
  }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 2rem !important;
  }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 2rem !important;
  }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 2rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !important;
  }
  .m-sm-7 {
    margin: 5rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 5rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 5rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 5rem !important;
  }
  .m-sm-8 {
    margin: 6rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 6rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 6rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 6rem !important;
  }
  .m-sm-9 {
    margin: 7rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 7rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 7rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 7rem !important;
  }
  .m-sm-10 {
    margin: 8rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 8rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 8rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 8rem !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-45 {
    padding: 2rem !important;
  }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 2rem !important;
  }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 2rem !important;
  }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 2rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !important;
  }
  .p-sm-7 {
    padding: 5rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 5rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 5rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 5rem !important;
  }
  .p-sm-8 {
    padding: 6rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 6rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 6rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 6rem !important;
  }
  .p-sm-9 {
    padding: 7rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 7rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 7rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 7rem !important;
  }
  .p-sm-10 {
    padding: 8rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 8rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 8rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 8rem !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-n45 {
    margin: -2rem !important;
  }
  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -2rem !important;
  }
  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -2rem !important;
  }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -2rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-n6 {
    margin: -4rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4rem !important;
  }
  .m-sm-n7 {
    margin: -5rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -5rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -5rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -5rem !important;
  }
  .m-sm-n8 {
    margin: -6rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -6rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -6rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -6rem !important;
  }
  .m-sm-n9 {
    margin: -7rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -7rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -7rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -7rem !important;
  }
  .m-sm-n10 {
    margin: -8rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -8rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -8rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -8rem !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: 847px) {
  .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-45 {
    margin: 2rem !important;
  }
  .mt-md-45,
  .my-md-45 {
    margin-top: 2rem !important;
  }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 2rem !important;
  }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 2rem !important;
  }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 2rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !important;
  }
  .m-md-7 {
    margin: 5rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 5rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 5rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 5rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 5rem !important;
  }
  .m-md-8 {
    margin: 6rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 6rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 6rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 6rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 6rem !important;
  }
  .m-md-9 {
    margin: 7rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 7rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 7rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 7rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 7rem !important;
  }
  .m-md-10 {
    margin: 8rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 8rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 8rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 8rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 8rem !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-45 {
    padding: 2rem !important;
  }
  .pt-md-45,
  .py-md-45 {
    padding-top: 2rem !important;
  }
  .pr-md-45,
  .px-md-45 {
    padding-right: 2rem !important;
  }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 2rem !important;
  }
  .pl-md-45,
  .px-md-45 {
    padding-left: 2rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !important;
  }
  .p-md-7 {
    padding: 5rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 5rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 5rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 5rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 5rem !important;
  }
  .p-md-8 {
    padding: 6rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 6rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 6rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 6rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 6rem !important;
  }
  .p-md-9 {
    padding: 7rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 7rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 7rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 7rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 7rem !important;
  }
  .p-md-10 {
    padding: 8rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 8rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 8rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 8rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 8rem !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-n45 {
    margin: -2rem !important;
  }
  .mt-md-n45,
  .my-md-n45 {
    margin-top: -2rem !important;
  }
  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -2rem !important;
  }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -2rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-n6 {
    margin: -4rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4rem !important;
  }
  .m-md-n7 {
    margin: -5rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -5rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -5rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -5rem !important;
  }
  .m-md-n8 {
    margin: -6rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -6rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -6rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -6rem !important;
  }
  .m-md-n9 {
    margin: -7rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -7rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -7rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -7rem !important;
  }
  .m-md-n10 {
    margin: -8rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -8rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -8rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -8rem !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-45 {
    margin: 2rem !important;
  }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 2rem !important;
  }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 2rem !important;
  }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 2rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !important;
  }
  .m-lg-7 {
    margin: 5rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 5rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 5rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 5rem !important;
  }
  .m-lg-8 {
    margin: 6rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 6rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 6rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 6rem !important;
  }
  .m-lg-9 {
    margin: 7rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 7rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 7rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 7rem !important;
  }
  .m-lg-10 {
    margin: 8rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 8rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 8rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 8rem !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-45 {
    padding: 2rem !important;
  }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 2rem !important;
  }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 2rem !important;
  }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 2rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !important;
  }
  .p-lg-7 {
    padding: 5rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 5rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 5rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 5rem !important;
  }
  .p-lg-8 {
    padding: 6rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 6rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 6rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 6rem !important;
  }
  .p-lg-9 {
    padding: 7rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 7rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 7rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 7rem !important;
  }
  .p-lg-10 {
    padding: 8rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 8rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 8rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 8rem !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-n45 {
    margin: -2rem !important;
  }
  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -2rem !important;
  }
  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -2rem !important;
  }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -2rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-n6 {
    margin: -4rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4rem !important;
  }
  .m-lg-n7 {
    margin: -5rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -5rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -5rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -5rem !important;
  }
  .m-lg-n8 {
    margin: -6rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -6rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -6rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -6rem !important;
  }
  .m-lg-n9 {
    margin: -7rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -7rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -7rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -7rem !important;
  }
  .m-lg-n10 {
    margin: -8rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -8rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -8rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -8rem !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-45 {
    margin: 2rem !important;
  }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 2rem !important;
  }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 2rem !important;
  }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 2rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !important;
  }
  .m-xl-7 {
    margin: 5rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 5rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 5rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 5rem !important;
  }
  .m-xl-8 {
    margin: 6rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 6rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 6rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 6rem !important;
  }
  .m-xl-9 {
    margin: 7rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 7rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 7rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 7rem !important;
  }
  .m-xl-10 {
    margin: 8rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 8rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 8rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 8rem !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-45 {
    padding: 2rem !important;
  }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 2rem !important;
  }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 2rem !important;
  }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 2rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important;
  }
  .p-xl-7 {
    padding: 5rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 5rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 5rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 5rem !important;
  }
  .p-xl-8 {
    padding: 6rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 6rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 6rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 6rem !important;
  }
  .p-xl-9 {
    padding: 7rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 7rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 7rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 7rem !important;
  }
  .p-xl-10 {
    padding: 8rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 8rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 8rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 8rem !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-n45 {
    margin: -2rem !important;
  }
  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -2rem !important;
  }
  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -2rem !important;
  }
  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -2rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-n6 {
    margin: -4rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4rem !important;
  }
  .m-xl-n7 {
    margin: -5rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -5rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -5rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -5rem !important;
  }
  .m-xl-n8 {
    margin: -6rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -6rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -6rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -6rem !important;
  }
  .m-xl-n9 {
    margin: -7rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -7rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -7rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -7rem !important;
  }
  .m-xl-n10 {
    margin: -8rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -8rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -8rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -8rem !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: 544px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 847px) {
  .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: #303e48 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(17.4, 22.475, 26.1) !important;
}

.text-body {
  color: #303e48 !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: #ccc;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #ccc;
  }
}
.pull-left-xs {
  float: left;
}

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

@media (min-width: 544px) and (max-width: 846.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 847px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

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

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

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

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

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

h1,
.h1 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 3.4375rem;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: -1px;
}

h2,
.h2 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2rem;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

h3,
.h3 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.5625rem;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: -0.5px;
}

h5,
.h5 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 4.375rem;
  font-style: normal;
  line-height: 1.086;
  letter-spacing: -1px;
}

@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 2.8125rem;
    font-style: normal;
    line-height: 1.11;
    letter-spacing: -1px;
  }
  h2,
  .h2 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 1.5625rem;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: -0.5px;
  }
  h3,
  .h3 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 1.25rem;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
  h5,
  .h5 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 3.75rem;
    font-style: normal;
    line-height: 1.03;
  }
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  color: #303e48;
}

.body-alt {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.375;
  color: #303e48;
}

.body-smallest {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.375;
  color: #303e48;
}

.body-sec {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #303e48;
}

.label-default {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.285;
  color: #303e48;
}

.subheader1 {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.33;
  color: #303e48;
}
@media (max-width: 991.98px) {
  .subheader1 {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.subheader2 {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #303e48;
}

.primary-link {
  border-bottom: 1px solid transparent;
}
.primary-link:hover, .primary-link:focus {
  border-bottom: 1px solid #303e48;
}

.secondary-link {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #c1eaff;
}
.secondary-link:hover, .secondary-link:focus {
  background-color: #c1eaff;
  border-bottom: 2px solid #c1eaff;
}

/* * * * Headings end * * * */
:focus {
  outline: none;
}

:focus-visible {
  outline: 1px dotted #303e48;
  outline-offset: 2px;
}

button:focus {
  outline: none;
}
button:focus-visible {
  outline: 1px dotted #303e48;
}

cite {
  font-style: normal;
  text-decoration: underline;
}

/* stylelint-disable-next-line selector-class-pattern */
.handcreams_Billboard h3,
.handcreams_Billboard .h3,
.login-page h3,
.login-page .h3,
.data-checkout-stage h3,
.data-checkout-stage .h3,
.account-dashboard-container h3,
.account-dashboard-container .h3,
.edit-profile-dialog h3,
.edit-profile-dialog .h3,
.order-history h3,
.order-history .h3,
.addresses-dashboard-container h3,
.addresses-dashboard-container .h3,
.payment-dashboard-container h3,
.payment-dashboard-container .h3,
.notification-setting-container h3,
.notification-setting-container .h3,
.search-flyout h3,
.search-flyout .h3,
.edit-or-add-address-dialog h3,
.edit-or-add-address-dialog .h3,
.edit-or-add-card-dialog h3,
.edit-or-add-card-dialog .h3,
.article h3,
.article .h3,
article h3,
article .h3,
.search-results h3,
.search-results .h3,
.order-details-header h3,
.order-details-header .h3,
.card-header-reset h3,
.card-header-reset .h3,
.customer-service h3,
.customer-service .h3 {
  font-style: normal;
}

h3.payment-header,
.h3.kexplore-title {
  font-style: normal;
}

.delete-confirmation-header h4,
.delete-confirmation-header .h4 {
  font-size: 1.5625rem;
  line-height: 1.28;
  letter-spacing: -0.5px;
  font-style: normal;
}
@media (max-width: 991.98px) {
  .delete-confirmation-header h4,
  .delete-confirmation-header .h4 {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
    font-style: normal;
  }
}

.loyalty-points .reward-label {
  font-style: normal;
}
.loyalty-points .name-section .tier-name {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.5px;
}
@media (max-width: 991.98px) {
  .loyalty-points .name-section .tier-name {
    font-size: 1.5625rem;
    line-height: 1.28;
    letter-spacing: -0.5px;
  }
}

.pdp-recommendations .search-suggestion-slider h3,
.pdp-additional-recommendations .search-suggestion-slider h3 {
  font-style: normal;
}

.passwordrecovery-dialog .modal-title {
  margin-bottom: 0;
  line-height: 1.28;
}
@media (max-width: 991.98px) {
  .passwordrecovery-dialog .modal-title {
    line-height: 1.3;
  }
}

/* stylelint-disable-next-line selector-list-comma-newline-after, selector-class-pattern */
.articleList h3,
.articleList .h3, .blogprodesc h3,
.blogprodesc .h3, .productDetailsBlock h3,
.productDetailsBlock .h3 {
  font-style: normal;
  font-size: 1.5625rem !important;
}
@media (max-width: 991.98px) {
  .articleList h3,
  .articleList .h3, .blogprodesc h3,
  .blogprodesc .h3, .productDetailsBlock h3,
  .productDetailsBlock .h3 {
    font-size: 1.25rem !important;
    line-height: 1.3;
  }
}

.hero-image .promo-box .promo-header {
  margin-bottom: 10px;
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2.8125rem;
  line-height: 1.11;
  letter-spacing: -1px;
  text-align: center;
  color: #303e48;
  width: 100%;
}
@media (min-width: 847px) {
  .hero-image .promo-box .promo-header {
    font-size: 3.4375rem;
    line-height: 1.05;
  }
}

.copyrights .title {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.5625rem;
  line-height: 1.28;
  letter-spacing: -0.5px;
  font-style: italic;
  text-align: right;
  color: #303e48;
  margin-bottom: 0;
}
@media (max-width: 543.98px) {
  .copyrights .title {
    margin-bottom: 0.5rem;
    text-align: center;
  }
}
@media (max-width: 846.98px) {
  .copyrights .title {
    margin-bottom: 0.5rem;
    text-align: center;
  }
}

.fresh-collections .sub-head {
  margin-bottom: 0.875em;
  font-style: normal;
}
@media (min-width: 992px) {
  .fresh-collections .sub-head {
    font-size: 3.4375rem;
    line-height: 1.05;
    letter-spacing: -1px;
  }
}
@media (min-width: 544px) {
  .fresh-collections .sub-head {
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .fresh-collections .sub-head {
    font-size: 2.8125rem;
    line-height: 1.11;
    letter-spacing: -1px;
  }
}

.plp-header h1 {
  font-size: 3.4375rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .plp-header h1 {
    font-size: 2.8125rem;
  }
}

.main-menu .category-cta .subhead {
  font-size: 1.5625rem;
  line-height: 1.28;
  letter-spacing: -0.5px;
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  padding: 16px 0 0;
}

.cart-page h3,
.cart-page .h3 {
  font-style: normal;
}
.cart-page .cart-sub-header {
  padding-bottom: 16px;
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.5px;
  font-style: normal;
  margin-bottom: 0;
}
@media (min-width: 847px) {
  .cart-page .cart-sub-header {
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 846.98px) {
  .cart-page .cart-sub-header {
    padding-top: 16px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }
  .cart-page .cart-sub-header.no-items {
    border-bottom: 1px solid #ddd;
  }
}
@media (max-width: 543.98px) {
  .cart-page .cart-sub-header {
    padding-top: 24px;
  }
}
.cart-page .cart-sub-header.summary {
  margin-bottom: 22px;
}
@media (max-width: 991.98px) {
  .cart-page .cart-sub-header {
    font-size: 1.5625rem;
    line-height: 1.28;
    letter-spacing: -0.5px;
  }
}

.cart-title {
  margin-top: 40px;
  margin-bottom: 0;
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 3.4375rem;
  line-height: 1.05;
  letter-spacing: -1px;
}
@media (max-width: 991.98px) {
  .cart-title {
    font-size: 2.8125rem;
    line-height: 1.11;
    letter-spacing: -1px;
  }
}

.aboutus-quote-wrapper .aboutus-quote-content {
  padding: 80px 0;
  font-size: 1.5625rem;
  font-style: italic;
  line-height: 1.28;
  letter-spacing: -0.5px;
}
@media (min-width: 992px) {
  .aboutus-quote-wrapper .aboutus-quote-content {
    max-width: 810px;
  }
}
@media (max-width: 991.98px) {
  .aboutus-quote-wrapper .aboutus-quote-content {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
}

.content-grid .content-header {
  border: none;
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.5625rem;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.28;
  letter-spacing: -0.5px;
}
@media (max-width: 991.98px) {
  .content-grid .content-header {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
}

.minicart .product-summary .bag-empty-text {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: -0.5px;
}
@media (max-width: 991.98px) {
  .minicart .product-summary .bag-empty-text {
    font-size: 1.5625rem;
    line-height: 1.28;
    letter-spacing: -0.5px;
  }
}

.shipping-section h4,
.shipping-section h5 {
  line-height: 1.28;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .shipping-section h4,
  .shipping-section h5 {
    line-height: 1.3;
  }
}

.login-header {
  font-size: 1.5625rem;
  line-height: 1.28;
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .login-header {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
}

.why-franchise-wrapper .why-franchise-author {
  padding: 25px 0 70px;
  font-size: 1.5625rem;
  font-style: italic;
  line-height: 1.28;
  letter-spacing: -0.5px;
}
@media (max-width: 991.98px) {
  .why-franchise-wrapper .why-franchise-author {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
}
.why-franchise-wrapper .why-franchise-heading {
  padding-left: 0;
  padding-right: 0;
}

.freshlove .italic {
  font-size: 3.4375rem;
  line-height: 1.05;
  letter-spacing: -1px;
  word-break: break-word;
}
@media (max-width: 846.98px) {
  .freshlove .italic {
    margin-bottom: 17px;
  }
}
@media (max-width: 991.98px) {
  .freshlove .italic {
    margin-bottom: 17px;
    font-size: 2.8125rem;
    line-height: 1.11;
    letter-spacing: -1px;
  }
}

h3.cart-suggestions {
  border-top: 1px solid #ddd;
  padding-top: 32px;
  padding-bottom: 24px;
  font-size: 1.5625rem;
  line-height: 1.28;
  letter-spacing: -0.5px;
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
}
@media (max-width: 991.98px) {
  h3.cart-suggestions {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
}

.product-finder-questions-container .product-finder-navs .finder-heading {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.5625rem;
  line-height: 1.28;
  letter-spacing: -0.5px;
}
@media (max-width: 846.98px) {
  .product-finder-questions-container .product-finder-navs .finder-heading {
    margin-bottom: 24px;
  }
}
@media (max-width: 991.98px) {
  .product-finder-questions-container .product-finder-navs .finder-heading {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
}

.email-me-results-modal .modal-content .modal-body .email-my-results,
.email-me-results-modal .modal-content .modal-body .email-results-sent {
  font-size: 1.5625rem;
  line-height: 1.28;
  letter-spacing: -0.5px;
  font-style: normal;
}
@media (max-width: 991.98px) {
  .email-me-results-modal .modal-content .modal-body .email-my-results,
  .email-me-results-modal .modal-content .modal-body .email-results-sent {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
    font-style: normal;
  }
}

.build-gift-landing-banner .description-container .description-content .build-gift-description {
  font-style: normal;
}

.order-history-no-order {
  font-size: 1.5625rem;
  line-height: 1.28;
  letter-spacing: -0.5px;
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
}
@media (max-width: 991.98px) {
  .order-history-no-order {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
}

.slot-video-container .video-text {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-weight: 500;
}

/* stylelint-disable-next-line selector-id-pattern */
#roseExperiencePage .experience-component {
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
}
#roseExperiencePage .experience-component .explore-headline p.h1 {
  font-size: 4.375rem;
  line-height: 1.09;
  letter-spacing: -1.5px;
}
@media (max-width: 991.98px) {
  #roseExperiencePage .experience-component .explore-headline p.h1 {
    font-size: 60px;
    line-height: 1.09;
    letter-spacing: -1.5px;
  }
}
#roseExperiencePage .experience-component .test-para p {
  font-family: roboto-light, roboto-fallback, sans-serif;
}
#roseExperiencePage .experience-component .slot-video-container .video-text {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-weight: 500;
}
#roseExperiencePage .experience-component .slot-video-container .transcript .name {
  color: #303e48;
}
#roseExperiencePage .experience-component .experience-assets-productRecommendation {
  padding: 0 205px;
}
@media (max-width: 1199.98px) {
  #roseExperiencePage .experience-component .experience-assets-productRecommendation {
    padding: 0 15px;
  }
}
@media (max-width: 1199.98px) {
  #roseExperiencePage .experience-component .experience-assets-roseHydration .hydration-heading {
    width: 780px;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  #roseExperiencePage .experience-component .experience-assets-roseHydration .hydration-heading {
    width: 100%;
    margin: 0 auto;
  }
}
#roseExperiencePage .experience-component .experience-assets-roseHydration .water-heading-text,
#roseExperiencePage .experience-component .experience-assets-roseHydration .oil-heading-text {
  font-style: italic;
}
#roseExperiencePage .experience-component .experience-assets-roseHydration .water-text,
#roseExperiencePage .experience-component .experience-assets-roseHydration .oil-text,
#roseExperiencePage .experience-component .experience-assets-roseHydration .hydration-text {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-weight: 500;
}
#roseExperiencePage .experience-component .testimonial-carousel {
  /* stylelint-disable-next-line selector-class-pattern */
}
#roseExperiencePage .experience-component .testimonial-carousel .experience-assets-imageTile .image-desc {
  width: 300px;
  margin: 1rem auto 0;
}
@media (max-width: 1199.98px) {
  #roseExperiencePage .experience-component .testimonial-carousel .experience-assets-imageTile .image-desc {
    width: 230px;
  }
}
@media (max-width: 991.98px) {
  #roseExperiencePage .experience-component .testimonial-carousel .experience-assets-imageTile .image-desc {
    width: 180px;
  }
}
#roseExperiencePage .experience-component .testimonial-carousel .experience-assets-imageTile .image-desc .body-alt p {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  #roseExperiencePage .experience-component .testimonial-carousel .experience-assets-imageTile .medium-heading-tile .image-desc {
    width: 260px;
  }
}
@media (max-width: 991.98px) {
  #roseExperiencePage .experience-component .testimonial-carousel .experience-assets-imageTile .medium-heading-tile .image-desc {
    width: 180px;
  }
}
@media (max-width: 543.98px) {
  #roseExperiencePage .experience-component .testimonial-carousel .experience-assets-imageTile .medium-heading-tile .image-desc {
    width: 248px;
  }
}
#roseExperiencePage .experience-component .testimonial-carousel .experience-assets-imageTile .medium-heading-tile .heading-on-image {
  font-weight: bold;
}
@media (max-width: 543.98px) {
  #roseExperiencePage .experience-component .image-heading-text .heading-on-image {
    line-height: 1.11;
  }
}
#roseExperiencePage .franchise-testimonial-wrapper.franchise-carousel-wrapper {
  /* stylelint-disable-next-line selector-class-pattern */
}
#roseExperiencePage .franchise-testimonial-wrapper.franchise-carousel-wrapper .experience-assets-descriptionTile {
  /* stylelint-disable-next-line selector-class-pattern */
}
#roseExperiencePage .franchise-testimonial-wrapper.franchise-carousel-wrapper .experience-assets-descriptionTile .desc_heading {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
}
#roseExperiencePage .franchise-testimonial-wrapper .slick-dots li button::before {
  color: #c1eaff !important;
}
#roseExperiencePage .franchise-testimonial-wrapper .slick-dots li.slick-active button::before {
  color: #303e48 !important;
}

.experience-component {
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
}
.experience-component .hydration-heading,
.experience-component .water-heading-text,
.experience-component .oil-heading-text,
.experience-component .carousal-headline,
.experience-component .heading-on-image,
.experience-component .heading-part,
.experience-component .process-section-headline,
.experience-component .image-heading {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
}
.experience-component .test-para {
  /* stylelint-disable-next-line selector-class-pattern */
}
.experience-component .test-para .desc_heading p {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif !important;
}
.experience-component .shake-heading p {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
}
.experience-component .shake-subtext p {
  font-family: roboto-light, roboto-fallback, sans-serif;
}
.experience-component .qa-subheading,
.experience-component .image-subheading {
  font-family: roboto-light, roboto-fallback, sans-serif;
}
.experience-component .slot-video-container .open-modal .video-text {
  font-family: roboto-light, roboto-fallback, sans-serif;
}
.experience-component .image-tile-container .image-desc p {
  font-size: 18px;
  line-height: 1.44;
  letter-spacing: 0;
}
.experience-component .q-text,
.experience-component .a-text,
.experience-component .and-text {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
}
.experience-component .why-franchise-content p {
  font-family: roboto-light, roboto-fallback, sans-serif;
}
.experience-component .why-franchise-content h3 {
  font-size: 1.5625rem;
  line-height: 1.28;
  letter-spacing: -0.5px;
}
@media (max-width: 991.98px) {
  .experience-component .why-franchise-content h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
}
.experience-component .why-franchise-author {
  font-size: 1.5625rem;
  line-height: 1.28;
  letter-spacing: -0.5px;
}
@media (max-width: 991.98px) {
  .experience-component .why-franchise-author {
    font-size: 1.25rem;
    line-height: 1.3;
    letter-spacing: -0.5px;
  }
}
.experience-component .desc_heading h1 {
  line-height: 1.05;
}
@media (max-width: 991.98px) {
  .experience-component .desc_heading h1 {
    line-height: 1.11;
  }
}
.experience-component .desc_para,
.experience-component .test-animate-para p {
  font-family: roboto-light, roboto-fallback, sans-serif;
}
.experience-component.experience-assets-testimonial .subheader p {
  font-family: roboto-light, roboto-fallback, sans-serif;
}
.experience-component .prod-desc p {
  font-family: custom-body-font, roboto-fallback, sans-serif;
}
.experience-component.experience-assets-storyBox h1 {
  word-break: break-word;
}
.experience-component .test-para,
.experience-component .prop-section {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
}
.experience-component.experience-assets-imageTile .image-desc p {
  font-size: 0.875rem;
  line-height: 1.375;
}
.experience-component .headline-4column {
  line-height: 1.05;
}
@media (max-width: 991.98px) {
  .experience-component .headline-4column {
    line-height: 1.11;
  }
}

#soy .experience-component .marketing-slot p {
  font-family: custom-body-font, roboto-fallback, sans-serif;
}

/* stylelint-disable-next-line selector-id-pattern */
#aboutUs .experience-component {
  /* stylelint-disable-next-line selector-class-pattern */
}
#aboutUs .experience-component .experience-assets-descriptionTile .des-content {
  /* stylelint-disable-next-line selector-class-pattern */
}
@media (max-width: 991.98px) {
  #aboutUs .experience-component .experience-assets-descriptionTile .des-content .desc_para {
    padding-bottom: 80px;
  }
}

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

/*** Notifications Start ***/
.alert {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.57;
  display: flex;
  padding: 8px 3.5rem 8px 16px;
  box-sizing: border-box;
  min-height: 40px;
}
.alert .icon-notifications-alert {
  padding-top: 3px;
  font-size: 16px;
  padding-right: 12px;
}
.alert p {
  margin-bottom: 0;
}
.alert .close {
  opacity: 1;
  font-weight: normal;
  font-size: 1rem;
}

.alert-info {
  color: #303e48;
}

.alert-success {
  color: #303e48;
  background-color: #c1eaff;
  border-color: #c1eaff;
}

.alert-danger,
.alert-error {
  font-size: 0.875rem;
  color: #fff;
  background-color: #dc3246;
  border-color: #dc3246;
}
.alert-danger .icon-notifications-alert,
.alert-error .icon-notifications-alert {
  font-size: 16px;
  padding-right: 12px;
}
.alert-danger .icon-notifications-alert::before,
.alert-error .icon-notifications-alert::before {
  color: #fff;
}
.alert-danger .close,
.alert-error .close {
  font-size: 1rem;
}
.alert-danger p,
.alert-error p {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  margin-bottom: 0;
}

/*** Notifications End ***/
.float-container {
  position: relative;
  color: #303e48;
}
.float-container .input-elem label {
  position: absolute;
  top: 10px;
  left: 0;
  opacity: 0;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  padding: 0 5px;
  font-size: 0.75rem;
}
.float-container .input-elem input:not(:placeholder-shown) + label {
  transform: translateY(-21px) translateX(30px);
  opacity: 1;
  width: auto;
  border: none;
}
.float-container .is-valid {
  color: #37b487;
}
.float-container .is-invalid {
  color: #c8102e;
}
.float-container .text-muted {
  color: #303e48 !important;
}

.label-promo .form-control.is-invalid {
  border: 2px solid #c8102e;
}

.form-controlselect {
  appearance: none;
}
.form-control ~ .icon-chevron {
  position: absolute;
  top: 15px;
  right: 16px;
  pointer-events: none;
  font-size: 0.75rem;
}
.form-control:disabled {
  background: #fff;
  color: #dedede;
}
.form-control:disabled + .text-muted {
  color: #404040 !important;
}

.form-control.is-invalid:not(select, .hide-x, .date-of-birth > input) {
  background-image: url("../images/close-red.svg") !important;
}

/* Radio button and check box customization */
input[type=checkbox]:not(.bv-checkbox),
input[type=radio] {
  position: absolute;
  outline: none;
  opacity: 0;
}
input[type=checkbox]:not(.bv-checkbox)[disabled],
input[type=radio][disabled] {
  cursor: not-allowed;
}
input[type=checkbox]:not(.bv-checkbox)[disabled] + label,
input[type=radio][disabled] + label {
  cursor: not-allowed;
}
input[type=checkbox]:not(.bv-checkbox)[disabled] + label::before,
input[type=radio][disabled] + label::before {
  opacity: 0.5;
}
input[type=checkbox]:not(.bv-checkbox):checked + label::after,
input[type=radio]:checked + label::after {
  opacity: 1;
}
input[type=checkbox]:not(.bv-checkbox):focus-visible + label,
input[type=radio]:focus-visible + label {
  outline: 1px dotted #303e48;
  outline-offset: 2px;
}
.no-borderradius input[type=checkbox]:not(.bv-checkbox),
.no-borderradius input[type=radio] {
  background: transparent;
  position: relative;
  opacity: 1;
}
input[type=checkbox]:not(.bv-checkbox) + label,
input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 0.875rem;
  color: #303e48;
}
.no-borderradius input[type=checkbox]:not(.bv-checkbox) + label,
.no-borderradius input[type=radio] + label {
  padding: 0;
}
input[type=checkbox]:not(.bv-checkbox) + label::before,
input[type=radio] + label::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: #fff;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 4px;
  border: 1px solid #303e48;
}
.no-borderradius input[type=checkbox]:not(.bv-checkbox) + label::before,
.no-borderradius input[type=radio] + label::before {
  display: none;
}
input[type=checkbox]:not(.bv-checkbox) + label::after,
input[type=radio] + label::after {
  content: "";
  background: url("../images/checkbox-selected.svg") no-repeat;
  background-size: 1em 1em;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #303e48;
  background-color: #fff;
  opacity: 0;
  font-size: 20px;
}
.no-borderradius input[type=checkbox]:not(.bv-checkbox) + label::after,
.no-borderradius input[type=radio] + label::after {
  display: none;
}
input[type=checkbox]:not(.bv-checkbox)[readonly] + label::before,
input[type=radio][readonly] + label::before {
  border: 1px solid #afabaa;
}
input[type=checkbox]:not(.bv-checkbox)[readonly] + label::after,
input[type=radio][readonly] + label::after {
  background: url("../images/checkbox-selected-readonly.svg") no-repeat;
  background-size: 1em 1em;
}

/* ==========  Radios  ========== */
input[type=radio] + label::before {
  border-radius: 20px;
  border-width: 2px;
}
input[type=radio] + label::after {
  background: #303e48;
  content: "";
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

input[type=radio]:checked + label::before {
  border: 2px solid #303e48;
}

select {
  appearance: none;
  color: #303e48;
}

.form-legend {
  text-align: right;
  font-size: 0.875rem;
  letter-spacing: -0.5px;
  font-weight: 300;
  margin-bottom: 0.25rem;
}

.container .breadcrumb {
  border-bottom: none;
}

.breadcrumb-item {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding: 0;
  content: "";
}
.breadcrumb-item.active {
  color: #303e48;
  text-decoration: none;
}
.breadcrumb-item.active span {
  font-weight: 400;
  outline-offset: 1px;
}
.breadcrumb-item a {
  text-decoration: underline;
  text-underline-offset: 1px;
}
.breadcrumb-item a:hover {
  color: #00519b;
  outline-offset: 1px;
}
.breadcrumb-item a:focus-visible {
  color: #00519b;
  outline-offset: 1px;
}
.breadcrumb-item span:focus-visible {
  outline-offset: 1px;
}

.breadcrumb-slash {
  padding: 0 0.25rem 0 0.4rem;
}

.colorbox.color1 {
  width: 50px;
  height: 50px;
  border: 1px solid #fffffe;
  border-radius: 50%;
  background-color: #fffffe;
}
.colorbox.color2 {
  width: 50px;
  height: 50px;
  border: 1px solid #e0f3fe;
  border-radius: 50%;
  background-color: #e0f3fe;
}
.colorbox.color3 {
  width: 50px;
  height: 50px;
  border: 1px solid #c1eaff;
  border-radius: 50%;
  background-color: #c1eaff;
}
.colorbox.color4 {
  width: 50px;
  height: 50px;
  border: 1px solid #303e48;
  border-radius: 50%;
  background-color: #303e48;
}
.colorbox.color5 {
  width: 50px;
  height: 50px;
  border: 1px solid #c8102e;
  border-radius: 50%;
  background-color: #c8102e;
}
.colorbox.color6 {
  width: 50px;
  height: 50px;
  border: 1px solid #98cbeb;
  border-radius: 50%;
  background-color: #98cbeb;
}
.colorbox.color7 {
  width: 50px;
  height: 50px;
  border: 1px solid #ffe0e6;
  border-radius: 50%;
  background-color: #ffe0e6;
}
.colorbox.color8 {
  width: 50px;
  height: 50px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background-color: #dddddd;
}
.colorbox.color9 {
  width: 50px;
  height: 50px;
  border: 1px solid #fac5cb;
  border-radius: 50%;
  background-color: #fac5cb;
}
.colorbox.color10 {
  width: 50px;
  height: 50px;
  border: 1px solid #ddf0ca;
  border-radius: 50%;
  background-color: #ddf0ca;
}
.colorbox.color11 {
  width: 50px;
  height: 50px;
  border: 1px solid #e6d2b6;
  border-radius: 50%;
  background-color: #e6d2b6;
}
.colorbox.color12 {
  width: 50px;
  height: 50px;
  border: 1px solid #fdf9c1;
  border-radius: 50%;
  background-color: #fdf9c1;
}
.colorbox.color13 {
  width: 50px;
  height: 50px;
  border: 1px solid #e9d0ff;
  border-radius: 50%;
  background-color: #e9d0ff;
}
.colorbox.color14 {
  width: 50px;
  height: 50px;
  border: 1px solid #ffd08b;
  border-radius: 50%;
  background-color: #ffd08b;
}
.colorbox.color15 {
  width: 50px;
  height: 50px;
  border: 1px solid #37b487;
  border-radius: 50%;
  background-color: #37b487;
}
.colorbox.color16 {
  width: 50px;
  height: 50px;
  border: 1px solid #858a8e;
  border-radius: 50%;
  background-color: #858a8e;
}
.colorbox.color17 {
  width: 50px;
  height: 50px;
  border: 1px solid #e14f61;
  border-radius: 50%;
  background-color: #e14f61;
}
.colorbox.color18 {
  width: 50px;
  height: 50px;
  border: 1px solid #5cc5fa;
  border-radius: 50%;
  background-color: #5cc5fa;
}

.modal-background {
  background-color: #303e48;
}

.modal-content {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.modal-header {
  border-bottom: none;
  font-size: 2.625rem;
  line-height: normal;
  letter-spacing: normal;
  padding: 32px 32px 0;
}
@media (max-width: 991.98px) {
  .modal-header {
    letter-spacing: -0.8px;
    font-size: 1.5625rem;
  }
}

.modal-footer {
  border-top: none;
  padding: 0 79px 32px;
}
@media (max-width: 991.98px) {
  .modal-footer {
    padding: 0 60px 32px;
  }
}
.modal-footer .button-wrapper {
  width: 100%;
  text-align: center;
}
.modal-footer .button-wrapper .btn {
  font-size: 0.75rem;
  margin: 0;
  width: 45%;
}
@media (max-width: 846.98px) {
  .modal-footer .button-wrapper .btn {
    width: 40%;
  }
}
.modal-footer .button-wrapper .btn.decline {
  margin-left: 32px;
}

.modal-body {
  padding: 32px 79px;
}
@media (max-width: 991.98px) {
  .modal-body {
    padding-left: 60px;
    padding-right: 60px;
  }
}

body.category,
body.search,
body.byoslanding {
  position: relative;
}
body.category .container,
body.search .container,
body.byoslanding .container {
  max-width: 1212px;
}
body.category .container.megamenu, body.category .container.cat-shop-all,
body.search .container.megamenu,
body.search .container.cat-shop-all,
body.byoslanding .container.megamenu,
body.byoslanding .container.cat-shop-all {
  max-width: 1180px;
}
body.category .container:not(.megamenu):not(.cat-shop-all),
body.search .container:not(.megamenu):not(.cat-shop-all),
body.byoslanding .container:not(.megamenu):not(.cat-shop-all) {
  padding-right: 16px;
  padding-left: 16px;
}
body.category .product-grid,
body.category .dummy-product-grid,
body.search .product-grid,
body.search .dummy-product-grid,
body.byoslanding .product-grid,
body.byoslanding .dummy-product-grid {
  padding-left: 7px;
  padding-right: 7px;
}
body.category .product-grid .product-plp,
body.category .dummy-product-grid .product-plp,
body.search .product-grid .product-plp,
body.search .dummy-product-grid .product-plp,
body.byoslanding .product-grid .product-plp,
body.byoslanding .dummy-product-grid .product-plp {
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 847px) {
  body.product .container.megamenu, body.product .container.cat-shop-all {
    max-width: 1408px;
  }
}

.search-suggestion {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 1.125rem;
  margin: 0 27px;
}

@media (max-width: 543.98px) {
  .produt-results-heading {
    padding-bottom: 16px;
  }
}

.search-didyoumean {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 1.125rem;
  margin-bottom: 32px;
}
.search-didyoumean a {
  color: #5cc5fa !important;
}

.suggested-terms h3 {
  margin-bottom: 32px;
}

.result-count .suggested-terms {
  margin-top: 30px;
}
.result-count .suggested-terms h3 {
  margin-bottom: 30px;
}

.search-suggestion-slider {
  padding-top: 28px;
}
.search-suggestion-slider p {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 1.125rem;
}

.search-again,
.search-again-mobile {
  margin-bottom: 32px;
}

.search-again-link,
.search-again-link-mobile {
  color: #303e48 !important;
}

.search-again-link-mobile {
  border-width: 0 0 2px;
}

.search-term.modal-content .modal-body {
  padding: 0 30px;
  flex: 1 1 100%;
  overflow-y: auto;
}
.search-term .search-form-inner {
  position: sticky;
  top: 0;
  z-index: 1020;
  align-items: center;
}
.search-term .search-form-inner .icon-search {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
  right: 0;
  z-index: 1;
}
.search-term .search-form-inner .icon-search .search-svg {
  height: 24px;
  width: 24px;
}
.search-term .search-field {
  font-size: 1.5rem;
  line-height: 0.83;
  border: none;
  padding: 14px 0;
  border-bottom: 1px solid #303e48;
  border-radius: 0;
  height: 48px;
}
.search-term .search-clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  font-size: 1.25rem;
  line-height: 1;
  display: none;
  padding: 8px;
}
.search-term .q-val-present .search-clear {
  display: flex;
}
.search-term .no-results-mobile,
.search-term .suggestions {
  position: static;
  border: none;
  box-shadow: unset;
  background-color: #fff;
}
.search-term .product-tile .pdp-link .product-title {
  font-size: 16px;
  font-weight: 400;
}

.search-best-sellers,
.page-product-listing {
  margin-top: 24px;
}
@media (min-width: 544px) {
  .search-best-sellers,
  .page-product-listing {
    margin-bottom: 30px;
  }
}

.sort-by-options {
  position: relative;
  padding-left: 4px;
  flex: 1;
}
.sort-by-options .sort-order:not(:last-child) {
  margin-right: 30px;
}
.sort-by-options .sort-by-selected-option {
  border: 1px solid #e0f3fe;
  background-color: #e0f3fe;
}

.refinements-summary {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 0.875rem;
  line-height: 1.43;
  padding-left: 0;
  padding-right: 0;
}
.refinements-summary .refinements-summary-inner {
  display: flex;
}
.refinements-summary .refinements-count {
  font-weight: bold;
}
.refinements-summary .filters-applied,
.refinements-summary .product-result-count,
.refinements-summary .clear-all {
  flex: 0 0 33%;
  max-width: 33%;
}

.refinements {
  position: relative;
}
.refinements .filters-container {
  position: relative;
}
@media (max-width: 846.98px) {
  .refinements .filters-container {
    width: calc(100% + 32px);
    margin-bottom: 4px;
    margin-left: -16px;
    margin-right: -32px;
    padding-left: 16px;
    padding-right: 0;
  }
}
@media (max-width: 543.98px) {
  .refinements .filters-container {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
  }
}
.refinements .filters-container::before {
  z-index: 1;
  content: "";
  display: block;
  height: 100%;
  width: 17px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0), #fff);
}
.refinements .filters-container::after {
  content: "";
  display: block;
  height: 100%;
  width: 25px;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
}
.refinements #my-group {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  width: auto;
  padding: 2px 16px;
  margin-left: -16px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
@media (max-width: 846.98px) {
  .refinements #my-group {
    margin-bottom: 16px;
  }
}
.refinements #my-group::-webkit-scrollbar {
  display: none;
}
.refinements .reset {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 0.875rem;
  line-height: 1.21;
}
.refinements .reset:hover {
  text-decoration: underline;
  cursor: pointer;
}
.refinements .btn-filter {
  padding: 6px 33px 6px 15px;
}
.refinements .btn-filter,
.refinements .btn-filter-reset,
.refinements .mobile-sort-by {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 0.875rem;
  line-height: 1.21;
  position: relative;
  vertical-align: top;
}
.refinements .btn-filter:focus-visible,
.refinements .btn-filter-reset:focus-visible,
.refinements .mobile-sort-by:focus-visible {
  outline-offset: 1px;
}
.refinements .btn-filter .svg-icon,
.refinements .btn-filter-reset .svg-icon,
.refinements .mobile-sort-by .svg-icon {
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.refinements .btn-filter.filter-applied,
.refinements .btn-filter-reset.filter-applied,
.refinements .mobile-sort-by.filter-applied {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-weight: 700;
}
.refinements .btn-filter.filter-applied .svg-icon,
.refinements .btn-filter-reset.filter-applied .svg-icon,
.refinements .mobile-sort-by.filter-applied .svg-icon {
  stroke-width: 1;
}
.refinements .btn-filter[aria-expanded=true],
.refinements .btn-filter-reset[aria-expanded=true],
.refinements .mobile-sort-by[aria-expanded=true] {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-weight: 700;
}
.refinements .btn-filter[aria-expanded=true] .svg-icon,
.refinements .btn-filter-reset[aria-expanded=true] .svg-icon,
.refinements .mobile-sort-by[aria-expanded=true] .svg-icon {
  stroke-width: 1;
  transform: translateY(-50%) rotate(-180deg);
}
.refinements .btn-filter-reset {
  padding: 6px 33px 6px 15px;
  border: none;
  background: rgba(227, 240, 248, 0.5);
  border-radius: 25px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.refinements .btn-filter-reset .svg-icon {
  font-size: 14px;
  right: 12px;
}
.refinements .btn-filter-reset:not(:disabled):not(.disabled):hover, .refinements .btn-filter-reset:not(:disabled):not(.disabled):active, .refinements .btn-filter-reset:not(:disabled):not(.disabled):focus {
  color: #303e48;
  background: rgba(227, 240, 248, 0.5);
}
.refinements .btn-filter-reset:not(:disabled):not(.disabled):hover .svg-icon, .refinements .btn-filter-reset:not(:disabled):not(.disabled):active .svg-icon, .refinements .btn-filter-reset:not(:disabled):not(.disabled):focus .svg-icon {
  fill: #303e48;
}
.refinements .filters-sub-cat {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  position: absolute;
  top: 45px;
  overflow-y: auto;
  box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  width: 100%;
  z-index: 1003;
  background: #fff;
}
.refinements .filters-sub-cat .values {
  column-count: 1;
  margin: 32px 40px 0;
}
.refinements .filters-sub-cat .filter-reset {
  position: relative;
  padding-top: 45px;
  margin-top: 0;
}
.refinements .filters-sub-cat .filter-reset .reset {
  position: absolute;
  top: 0;
  right: 0;
}
.refinements .filters-sub-cat .filter-reset .reset.after {
  display: none;
}
.refinements .filters-sub-cat .cat-resetlink {
  padding-top: 24px;
  border-top: 1px solid #303e48;
}
.refinements .filters-sub-cat .show-results-container {
  text-align: center;
  margin: 32px 40px;
}
.refinements .filters-sub-cat .show-results-container .show-results {
  width: 80%;
}
.refinements .filters-sub-cat li {
  padding-bottom: 16px;
}
.refinements .filters-sub-cat li a,
.refinements .filters-sub-cat li button {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 0.875rem;
  line-height: 1.21;
  text-decoration: none;
  display: flex;
  padding: 0;
  color: #303e48;
  border: none;
  background: none;
}
.refinements .filters-sub-cat li a.disabled,
.refinements .filters-sub-cat li button.disabled {
  pointer-events: none;
}
.refinements .filters-sub-cat li a:focus-visible,
.refinements .filters-sub-cat li button:focus-visible {
  outline-offset: 1px;
}
.refinements .filters-sub-cat .product-result-count {
  position: absolute;
  top: 0;
  left: 0;
}
.refinements .mobile-sort-by {
  position: relative;
  display: inline-block;
  border-radius: 4px;
  padding: 6px 15px;
  height: 30px;
}
.refinements .mobile-sort-by .sort-by {
  position: absolute;
  width: 32px;
  height: 30px;
  left: -1px;
  background: none;
  background-color: transparent;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.refinements .mobile-sort-by .sort-by:focus-visible {
  outline-offset: 1px;
}
.refinements .mobile-sort-by .svg-icon {
  width: 30px;
  height: 22px;
  right: 0;
}
.refinements .mobile-sort-by:hover select {
  color: #7daed2;
}
.refinements .mobile-sort-by:not(:disabled):not(.disabled):active select {
  color: #7daed2;
}

.outside {
  padding-left: 0;
}
.outside .filter-reset {
  margin-top: 0;
}
.outside .product-result-count {
  display: none;
}
.outside .reset.before {
  display: none;
}

.filter-reset-container {
  margin: 32px 40px 24px;
}

.filter-reset {
  margin-top: 24px;
}

.product-result-count {
  padding-right: 8px;
}

.sort-menu-container {
  flex: 1;
  display: flex;
}

.sort-by {
  cursor: pointer;
  appearance: none;
  border: none;
  border-radius: 4px;
  background: #fff url("../../images/chevron.svg") no-repeat right 6px center;
  background-size: 12px 12px;
  width: 100%;
  height: 20px;
  padding-right: 32px;
}

.sort-by-bar {
  padding-top: 47px;
}

.refinement-menu-close .close {
  padding: 16px;
  font-size: 1rem;
}

.result-count .suggested-terms-result {
  font-size: 0;
  margin: 0 -8px;
}
@media (min-width: 544px) {
  .result-count .suggested-terms-result {
    margin: 0 -16px;
  }
}
@media (min-width: 992px) {
  .result-count .suggested-terms-result {
    margin: 0 -12px;
  }
}
@media (max-width: 543.98px) {
  .result-count .suggested-terms-result {
    text-align: left !important;
  }
}
.result-count .suggested-terms-result > a {
  margin: 0 8px 16px;
}
@media (min-width: 544px) {
  .result-count .suggested-terms-result > a {
    margin: 0 16px 32px;
  }
}
@media (min-width: 992px) {
  .result-count .suggested-terms-result > a {
    margin: 0 12px 24px;
  }
}

@media (min-width: 847px) {
  .search-term .search-clear {
    right: 0;
  }
  .refinements-summary {
    font-size: 1rem;
    line-height: 1.25;
    position: absolute;
    top: 0;
    right: 15px;
    padding-top: 31px;
  }
  .refinements-summary .refinements-summary-inner {
    display: block;
    float: right;
  }
  .refinements-summary .filters-applied {
    display: inline-block;
    flex: none;
    max-width: none;
    text-align: right;
  }
  .refinements-summary .product-result-count {
    display: inline-block;
    flex: none;
    max-width: none;
    padding-right: 0;
  }
  .refinements .filters-sub-cat {
    width: 615px;
  }
  .refinements .filters-sub-cat.centred {
    transform: translateX(-50%);
  }
  .refinements .filters-sub-cat .values.multiple {
    column-count: 2;
  }
  .refinements .filters-sub-cat li {
    display: flex;
  }
  .refinements .filters-sub-cat .show-results-container {
    text-align: center;
    margin: 32px 40px;
  }
  .refinements .filters-sub-cat .show-results-container .show-results {
    width: 40%;
  }
  .refinements .filters-container {
    display: inline-block;
    margin-left: -16px;
    padding-left: 16px;
  }
  .refinements .filters-container::after {
    right: 15px;
  }
  .refinements .sort-by-bar {
    padding-left: 0;
    padding-right: 0;
  }
  .refinements .sort-menu-container p {
    padding-right: 4px;
    max-width: 35%;
    flex: 0 0 32%;
  }
}
@media (min-width: 847px) {
  .search-term .modal-body {
    padding: 0 130px;
  }
  .search-term .search-form-inner {
    background-color: #fff;
    display: flex;
    height: 48px;
  }
  .search-term .search-form-inner .btn-primary {
    min-width: 180px;
    margin-left: 20px;
  }
  .search-term .search-form-inner .icon-search {
    left: 0;
  }
  .search-term .search-field {
    padding-left: 45px;
  }
}
@media (min-width: 847px) and (max-width: 991.98px) {
  body.category .product-grid,
  body.category .dummy-product-grid,
  body.search .product-grid,
  body.search .dummy-product-grid,
  body.byoslanding .product-grid,
  body.byoslanding .dummy-product-grid {
    justify-content: center;
  }
  body.category .product-grid .product-plp:not(.tile-size-1x2),
  body.category .dummy-product-grid .product-plp:not(.tile-size-1x2),
  body.search .product-grid .product-plp:not(.tile-size-1x2),
  body.search .dummy-product-grid .product-plp:not(.tile-size-1x2),
  body.byoslanding .product-grid .product-plp:not(.tile-size-1x2),
  body.byoslanding .dummy-product-grid .product-plp:not(.tile-size-1x2) {
    max-width: 40%;
  }
}
.content-grid .content-total-count {
  border-top: solid 1px #ddd;
  color: #303e48;
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}
.content-grid .content-link {
  color: #303e48 !important;
}
.content-grid .content-link:hover, .content-grid .content-link:focus {
  text-decoration: none;
}
.content-grid #articles-found {
  position: relative;
  top: -95px;
  visibility: hidden;
}

@media (min-width: 847px) {
  .content-grid #articles-found {
    top: -163px;
  }
}
html {
  -webkit-font-smoothing: antialiased;
}

.modal-background {
  background-color: #000;
  display: none;
  height: 100%;
  position: fixed;
  opacity: 0.5;
  width: 100%;
  top: 0;
  left: 0;
}
.modal-background.notify {
  background: #fff;
  opacity: 0.8;
  z-index: 1011;
}
@media (max-width: 846.98px) {
  .modal-background.filter-open {
    display: block !important;
    position: absolute;
    backdrop-filter: blur(8px);
    background: #fff;
    opacity: 0.8;
    z-index: 1002;
  }
}

input[placeholder] {
  text-overflow: ellipsis;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

.custom-input:focus-visible ~ .custom-control-label::before {
  outline: 1px dotted #303e48;
  outline-offset: 2px;
}

.hide-order-discount {
  display: none;
}

.hide-shipping-discount {
  display: none;
}

.order-discount {
  color: #37b487;
}

.shipping-discount {
  color: #37b487;
}

.error-messaging {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.error-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em;
}

img.lazy-seen {
  opacity: 0;
  transition: opacity 0.6s ease;
}
img.lazyloaded {
  opacity: 1;
}

.notfound-error {
  margin-top: 86px;
}
@media (min-width: 992px) {
  .notfound-error {
    margin-top: 80px;
  }
}
@media (min-width: 544px) {
  .notfound-error {
    margin-top: 100px;
  }
}
.notfound-error img {
  width: 370px;
}
@media (min-width: 544px) {
  .notfound-error img {
    width: 690px;
  }
}
@media (min-width: 992px) {
  .notfound-error img {
    width: 814px;
  }
}
@media (min-width: 1200px) {
  .notfound-error img {
    width: 918px;
  }
}
.notfound-error p {
  margin-top: 50px;
  margin-bottom: 25px;
  max-width: 335px;
  text-align: center;
}

.error.continue-shopping {
  margin-bottom: 6.25em;
}

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

.prevent-scroll {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
}

.hide-scrollbar {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

b,
strong {
  font-weight: 700;
  font-family: custom-body-font, roboto-fallback, sans-serif;
}

.container-fluid-mobile {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 720px;
}
@media (max-width: 543.98px) {
  .container-fluid-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container-fluid-mobile {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container-fluid-mobile {
    max-width: 1140px;
  }
}

/* style only for IE EDGE label */
@supports (-ms-ime-align: auto) {
  .form-group label.form-control-placeholder {
    transform: translateY(-21px) translateX(30px);
    opacity: 1;
    font-size: 0.75rem;
    left: 0;
    padding: 0 5px;
    width: auto;
    border: none;
    border-color: #303e48;
  }
}
.nav.navbar-nav + .dropdown-menu {
  visibility: hidden;
}

.customloader-class .spinner img {
  width: 302px;
  height: 217px;
}

.product-tile [data-bv-show=inline_rating],
.productset-container [data-bv-show=inline_rating],
.quick-view [data-bv-show=inline_rating] {
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
}
.product-tile [data-bv-show=inline_rating] .bv_stars_component_container,
.productset-container [data-bv-show=inline_rating] .bv_stars_component_container,
.quick-view [data-bv-show=inline_rating] .bv_stars_component_container {
  display: inline-block !important;
  vertical-align: middle !important;
}
.product-tile [data-bv-show=inline_rating] .bv_main_container,
.productset-container [data-bv-show=inline_rating] .bv_main_container,
.quick-view [data-bv-show=inline_rating] .bv_main_container {
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
  /* stylelint-disable-next-line selector-class-pattern */
}
.product-tile [data-bv-show=inline_rating] .bv_main_container .bv_numReviews_component_container,
.productset-container [data-bv-show=inline_rating] .bv_main_container .bv_numReviews_component_container,
.quick-view [data-bv-show=inline_rating] .bv_main_container .bv_numReviews_component_container {
  display: inline-block !important;
  vertical-align: middle !important;
}
.product-tile [data-bv-show=inline_rating] .bv_main_container .bv_averageRating_component_container,
.productset-container [data-bv-show=inline_rating] .bv_main_container .bv_averageRating_component_container,
.quick-view [data-bv-show=inline_rating] .bv_main_container .bv_averageRating_component_container {
  display: none !important;
}
.product-tile [data-bv-show=inline_rating] .bv_main_container .bv_text,
.productset-container [data-bv-show=inline_rating] .bv_main_container .bv_text,
.quick-view [data-bv-show=inline_rating] .bv_main_container .bv_text {
  font-size: 12px !important;
  line-height: 14px !important;
  padding-top: 0 !important;
}

.reset-password-form .error-msg.text-danger {
  font-size: 80%;
  margin-top: -12px;
  margin-bottom: 5px;
}

.autocompleteoff {
  background-color: transparent !important;
  pointer-events: auto !important;
}
.autocompleteoff ~ .form-control-placeholder {
  display: block !important;
}

.overscroll-none {
  overscroll-behavior: none;
}

.overflow-clip {
  overflow: clip;
}

.notify-panel-right .oos-content {
  padding: 32px 24px;
}
.notify-panel-right .product-tile-info {
  text-align: center;
}
.notify-panel-right .product-tile-info .tile-alt-content {
  display: none;
}
.notify-panel-right .product-tile-info .image-container {
  margin-bottom: 16px;
}
.notify-panel-right .product-tile-info .image-container img {
  width: 100%;
  height: auto;
}
.notify-panel-right .product-tile-info .pdp-link {
  margin-bottom: 16px;
}
.notify-panel-right .product-tile-info .pdp-link .product-title {
  font-size: 1.125rem;
  line-height: 1.17;
  letter-spacing: -0.5px;
}
.notify-panel-right .backinstock {
  margin-top: 85px;
}
.notify-panel-right .backinstock .notify-header {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.875rem;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.5px;
  padding-bottom: 16px;
}
.notify-panel-right .backinstock .notify-me {
  word-break: keep-all;
}
.notify-panel-right .backinstock .oos-notify {
  display: flex;
  justify-content: center;
}
.notify-panel-right .backinstock .oos-notify a {
  text-decoration: underline;
}
.notify-panel-right .backinstock .oos-notify .oos-email-sent {
  font-family: roboto-light, roboto-fallback, sans-serif;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.media-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}
.media-wrapper.ratio-landscape {
  padding-bottom: 56.25%;
}
.media-wrapper.ratio-landscape-pdp {
  padding-bottom: 66.66%;
  background: #f7f7f8;
}
.media-wrapper.ratio-square {
  padding-bottom: 100%;
}
.media-wrapper.ratio-3-2 {
  padding-bottom: 66.66%;
}
.media-wrapper.ratio-4-3 {
  padding-bottom: 75%;
}
.media-wrapper.ratio-4-5 {
  padding-bottom: 125%;
}
.media-wrapper.ratio-2-3 {
  padding-bottom: 150%;
}
.media-wrapper.has-background {
  background-size: 100%;
}
.media-wrapper img,
.media-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.toggle-scale {
  opacity: 0;
  transform: scale(0.5);
  transition: 0.5s opacity ease 0s, 0.5s transform ease 0s;
  will-change: opacity, transform;
}
.toggle-scale.scale-up {
  opacity: 1;
  transform: scale(1);
  transition: 0.5s opacity ease 0s, 0.5s transform ease 0s;
  will-change: opacity, transform;
}

.switch-button {
  border-radius: 25px;
  border: 1px solid #303e48;
  position: relative;
  display: flex;
  overflow: hidden;
}
.switch-button .switcher {
  padding: 9px 24px;
  position: relative;
  float: left;
  font-size: 0.875rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.switch-button .switcher:first-of-type {
  --width: 100%;
  --transition: 0;
}
.switch-button .switcher:first-of-type::before {
  content: "";
  position: absolute;
  height: 100%;
  width: var(--width);
  left: 0;
  transform: translateX(var(--transition));
  top: 0;
  z-index: -1;
  border-radius: 25px;
  background: #303e48;
  will-change: transform, width;
  transition: 0.4s transform cubic-bezier(0.22, 0.61, 0.36, 1) 0s, 0.4s width cubic-bezier(0.22, 0.61, 0.36, 1) 0s;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.15);
}
.switch-button .switcher.pressed {
  color: #fff;
}

.video-controls {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
.video-controls button.pause-play {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border: none;
  background: #303e48;
  border-radius: 100%;
  cursor: pointer;
}
.video-controls button.pause-play:focus-visible {
  outline: none;
}
.video-controls button.pause-play:focus-visible > span {
  outline: 1px dotted #fff;
  outline-offset: 2px;
}
.video-controls .svg-icon {
  fill: #fff;
}

#onetrust-banner-sdk #onetrust-accept-btn-handler:hover, #onetrust-banner-sdk #onetrust-accept-btn-handler:focus,
#onetrust-consent-sdk #onetrust-pc-sdk .save-preference-btn-handler.onetrust-close-btn-handler:hover,
#onetrust-consent-sdk #onetrust-pc-sdk .save-preference-btn-handler.onetrust-close-btn-handler:focus,
#onetrust-pc-sdk #accept-recommended-btn-handler:hover,
#onetrust-pc-sdk #accept-recommended-btn-handler:focus {
  background-color: #e3f0f8;
  border-color: #e3f0f8;
  opacity: 1;
  color: #303e48;
}

@media (min-width: 847px) {
  .switch-button .switcher {
    padding: 12px 32px;
  }
}
.icon-collapse {
  position: relative;
  width: 18px;
  height: 18px;
}
.icon-collapse::before, .icon-collapse::after {
  transition: transform 0.3s ease;
  border-style: solid;
  border-color: #303e48;
  border-width: 0 1px 0 0;
  position: absolute;
  left: 8px;
  top: 0;
  width: 0;
  height: 16px;
  content: "";
}
@media (min-width: 847px) {
  .icon-collapse {
    height: 18px;
    width: 18px;
  }
  .icon-collapse::before, .icon-collapse::after {
    height: 18px;
    left: 7px;
  }
}
.icon-collapse::after {
  transform: rotate(-90deg);
}

.collapse-mobile-open .icon-collapse::before,
.country-dropdown:not(.collapsed) .icon-collapse::before {
  transform: rotate(-90deg);
}

.d-position-relative {
  position: relative;
}

.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

html[lang=zh] .lastname-col {
  order: -1;
}

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

.pagination-container {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-left: 0;
}
.pagination-container li {
  list-style: none;
}
.pagination-container a {
  padding: 0 10px;
}
.pagination-container a.selected {
  font-weight: 600;
}

.loading-block {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: gradient-animation;
  animation-timing-function: linear;
  background: #f6f6f6;
  background: linear-gradient(to right, #f6f6f6 0%, #fdfdfd 50%, #f6f6f6 100%);
  background-size: 200% 104px;
  position: relative;
  border-radius: 4px;
}

@keyframes gradient-animation {
  0% {
    background-position: 100% 0;
  }
  100% {
    background-position: -100% 0;
  }
}
.swiper-wrapper {
  display: flex;
  transition-property: transform;
}

ul.swiper-wrapper {
  list-style: none;
}

.swiper-scrollbar {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 3px;
  z-index: 50;
  height: 5px;
  border-radius: 20px;
  width: 93%;
  background: rgba(48, 62, 72, 0.2);
}
.swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: #303e48;
  border-radius: 20px;
  left: 0;
  top: 0;
}

.swiper-button {
  display: flex;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  height: 50%;
  transform: translateY(-50%);
  width: auto;
  z-index: 1;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.swiper-button span {
  background: #303e48;
  padding: 14px;
  border-radius: 50%;
}
.billboard-slider .swiper-button span {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  box-shadow: 0 0 5px rgba(221, 221, 221, 0.5);
}
.swiper-button span .decorative-icon {
  display: block;
}
.swiper-button .svg-icon {
  stroke: #fff;
  fill: #fff;
}
.billboard-slider .swiper-button .svg-icon {
  stroke: currentcolor;
  fill: currentcolor;
}
.swiper-button.swiper-button-next span {
  transform: rotate(-90deg);
}
.swiper-button.swiper-button-prev span {
  transform: rotate(90deg);
}

.peek-carousel {
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
  padding-bottom: 32px;
}
.peek-carousel.fixed-width .swiper-slide {
  max-width: calc(45% - 16px);
  flex: 0 0 calc(45% - 16px);
}
.peek-carousel:not(.swiper-container-initialized) .swiper-wrapper {
  overflow-x: auto;
}
.peek-carousel:not(.swiper-container-initialized) ~ .swiper-button {
  opacity: 0;
  visibility: hidden;
}
.peek-carousel .swiper-slide {
  margin-right: 16px;
}
.gift-set .peek-carousel .swiper-slide {
  margin-right: 30px;
}
.peek-carousel .swiper-slide:last-of-type {
  margin-right: 0;
}
.peek-carousel .swiper-slide a {
  display: block;
}
.peek-carousel ~ .swiper-button {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s linear 0s;
  top: 0;
  transform: none;
}
.peek-carousel ~ .swiper-button.swiper-button-next {
  right: -12px;
}
.peek-carousel ~ .swiper-button.swiper-button-prev {
  left: -12px;
}
.peek-carousel .swiper-scrollbar.has-buttons {
  display: none;
}
.mini-cart .product-carousel-container.mini-cart-carousel .peek-carousel {
  margin-right: 0;
}
.mini-cart .product-carousel-container.mini-cart-carousel .peek-carousel .swiper-slide {
  margin-right: 13px;
}
.mini-cart .product-carousel-container.mini-cart-carousel .peek-carousel.fixed-width .swiper-slide {
  max-width: 125px;
  flex: 0 0 125px;
}
.mini-cart .product-carousel-container.mini-cart-carousel .peek-carousel .prices-add-to-cart-actions .cart-and-ipay {
  width: 109px;
}
.mini-cart .product-carousel-container.mini-cart-carousel .peek-carousel .prices-add-to-cart-actions .btn.btn-primary {
  width: 109px;
}
.mini-cart .product-carousel-container.mini-cart-carousel .peek-carousel .product-tile .pdp-link .product-title {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: -0.5px;
  text-align: left;
  min-height: unset;
}
.mini-cart .product-carousel-container.mini-cart-carousel .peek-carousel .product-tile.version-2 .tile-body .ratings {
  margin-bottom: 0;
  margin-top: 0;
}
.mini-cart .product-carousel-container.mini-cart-carousel .peek-carousel .product-tile.version-2 .tile-body .price-container {
  margin-bottom: 0;
}
.mini-cart .product-carousel-container.mini-cart-carousel .peek-carousel .value {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: -1px;
}
.product-carousel-container .peek-carousel {
  padding-bottom: 0.375rem;
}
.product-carousel-container .peek-carousel .swiper-wrapper {
  padding-bottom: 1.25rem;
}
.product-carousel-container .peek-carousel .swiper-slide {
  margin-right: 16px;
}
.product-carousel-container .peek-carousel .product-tile .pdp-link .product-title {
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: -0.5px;
  text-align: left;
  min-height: unset;
}
.product-carousel-container .peek-carousel.fixed-width .swiper-slide {
  max-width: 164px;
  flex: 0 0 164px;
}
.empty-bag-container .product-carousel-container .peek-carousel {
  margin-right: 14px;
}
.empty-bag-container .product-carousel-container .peek-carousel .prices-add-to-cart-actions .cart-and-ipay {
  width: 132px;
}
.empty-bag-container .product-carousel-container .peek-carousel .prices-add-to-cart-actions .btn.btn-primary {
  width: 132px;
}
.empty-bag-container .product-carousel-container .peek-carousel .product-tile .pdp-link .product-title {
  font-size: 1rem;
  line-height: 1.1875rem;
  min-height: unset;
}
.empty-bag-container .product-carousel-container .peek-carousel .swiper-slide {
  margin-right: 16px;
}
.empty-bag-container .product-carousel-container .peek-carousel.fixed-width .swiper-slide {
  max-width: 150px;
  flex: 0 0 150px;
}
@media (min-width: 992px) {
  .product-carousel-container .peek-carousel .swiper-slide {
    margin-right: 16px;
  }
}

.product-carousel-container {
  margin-right: 0;
  position: relative;
  min-height: 26.625rem;
}
.product-carousel-container::before {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 0.625rem;
  left: -15px;
  background-color: #f1f1f1;
}
.product-carousel-container::after {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 0.625rem;
  left: -15px;
  background-color: #f1f1f1;
}
.product-carousel-container .content-module .swiper-button {
  top: 5.125rem;
}
.product-carousel-container .content-module .swiper-button .svg-icon {
  stroke: #303e48;
  fill: #303e48;
  width: 20px;
  height: 20px;
}
.product-carousel-container .content-module .swiper-button span {
  background: unset;
}
.product-carousel-container .content-module .swiper-button-prev {
  transform: translate(-100%, -50%);
  left: 6px;
}
.product-carousel-container .content-module .swiper-button-next {
  transform: translate(100%, -50%);
  right: 6px;
}
.product-carousel-container .content-module .checked-new {
  width: 16px;
  height: 0.75rem;
}
.product-carousel-container .content-module .added-text {
  padding-left: 7px;
}
.product-carousel-container .content-module .tile-middle {
  width: 100%;
  margin-top: auto;
  margin-bottom: unset;
}
.product-carousel-container .content-module .standard-size {
  display: none;
}
.product-carousel-container .content-module .attribute-select {
  display: none;
}
.product-carousel-container .content-module .product-tile.version-2 .tile-body {
  background: #f7f7f7;
  display: flex;
  align-items: center;
  padding: 0;
}
.product-carousel-container .content-module .product-tile.version-2 .tile-body .price-container {
  margin-bottom: 2px;
  padding-left: 8px;
}
.product-carousel-container .content-module .product-tile.version-2 .tile-body .price-container .gift-set-discount-msg {
  display: none;
}
.product-carousel-container .content-module .product-tile.version-2 .tile-body .price-container .other-available {
  display: none;
}
.product-carousel-container .content-module .product-tile.version-2 .tile-body .ratings {
  display: flex;
  padding-left: 8px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-bottom: 0;
  border-bottom: unset;
  min-height: 0;
}
.product-carousel-container .content-module .product-tile.version-2 .tile-body .subtitle {
  padding-left: 8px;
  text-align: left;
  padding-right: 8px;
}
.product-carousel-container .content-module .product-tile.version-2 .pdp-link {
  background: #f7f7f7;
  padding: 0.5rem 8px 0;
}
.product-carousel-container .content-module .prices-add-to-cart-actions {
  display: flex;
  justify-content: center;
}
.product-carousel-container .content-module .prices-add-to-cart-actions .cart-and-ipay {
  width: 148px;
}
.product-carousel-container .content-module .prices-add-to-cart-actions .btn.btn-primary {
  height: 3rem;
  width: 132px;
  font-size: 1rem;
  line-height: 1.1875rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  letter-spacing: -0.5px;
  color: #303e48;
  background: #f7f7f7;
  margin-bottom: 0.5rem;
}
.product-carousel-container .content-module .value {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: -1px;
}
.product-carousel-container .product-recommendations-wrapper {
  overflow: visible !important;
  margin-top: 0;
  margin-bottom: 0;
}
.product-carousel-container .product-recommendations-content.col-12 {
  padding: 0 !important;
}
.product-carousel-container .product-recommendations-content .text-area {
  margin-top: 1.25rem;
}
.product-carousel-container.mini-cart-carousel {
  margin-right: 17px;
  margin-top: 1.75rem;
}
.product-carousel-container.mini-cart-carousel .content-module .swiper-button {
  top: 3.9375rem;
}
.product-carousel-container.mini-cart-carousel .content-module .swiper-button .svg-icon {
  width: 20px;
  height: 20px;
}
.product-carousel-container.mini-cart-carousel .content-module .swiper-button-prev {
  left: 15px !important;
}
.product-carousel-container.mini-cart-carousel .content-module .swiper-button-next {
  right: 9px;
  margin-right: 6px;
}
.empty-bag-container .product-carousel-container::after {
  display: none;
}
.empty-bag-container .product-carousel-container::before {
  display: none;
}
.empty-bag-container .product-carousel-container .swiper-button-prev {
  left: -16px;
}
.empty-bag-container .product-carousel-container .swiper-button-next {
  right: -16px;
}
.empty-bag-container .product-carousel-container .content-module {
  margin-top: 2.8125rem;
}
.empty-bag-container .product-carousel-container .content-module .container {
  padding-right: 0 !important;
}
.empty-bag-container .product-carousel-container .content-module .value {
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: -1px;
}
.empty-bag-container .product-carousel-container .content-module .product-tile .tile-body {
  padding: 0;
}
.empty-bag-container .product-carousel-container .content-module .product-tile .pdp-link {
  background: #f7f7f7;
  padding: 0.5rem 8px 0;
}
.empty-bag-container .product-carousel-container .content-module .swiper-button .svg-icon {
  width: 25px;
  height: 25px;
}
@media (min-width: 847px) {
  .product-carousel-container {
    margin-right: 14px;
  }
  .product-carousel-container::before {
    display: none;
  }
  .product-carousel-container::after {
    display: none;
  }
  .product-carousel-container .product-recommendations-content .text-area {
    margin-top: 0;
  }
}

.billboard-carousel {
  position: relative;
}

.swiper-button-disabled {
  display: none;
}

.region .experience-component {
  position: unset !important;
}

.region-landscape-large::before {
  padding-top: unset !important;
}

.experience-layouts-1column .experience-modules-productrecommendations {
  display: grid;
}
.experience-layouts-1column .experience-modules-productrecommendations .explicit-carousel-wrapper {
  margin-right: 15px;
  margin-left: 15px;
}
.experience-layouts-1column .experience-modules-productrecommendations,
.experience-layouts-1column [class*=experience-recommenders-] {
  max-width: 100%;
}
.experience-layouts-1column .experience-modules-productrecommendations .peek-carousel.fixed-width,
.experience-layouts-1column [class*=experience-recommenders-] .peek-carousel.fixed-width {
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
}
.experience-layouts-1column .experience-modules-productrecommendations .peek-carousel.fixed-width .swiper-slide,
.experience-layouts-1column [class*=experience-recommenders-] .peek-carousel.fixed-width .swiper-slide {
  max-width: calc(45% - 16px);
  flex: 0 0 calc(45% - 16px);
}
.experience-layouts-1column .experience-modules-productrecommendations .peek-carousel .swiper-scrollbar.has-buttons,
.experience-layouts-1column [class*=experience-recommenders-] .peek-carousel .swiper-scrollbar.has-buttons {
  display: none;
}
.experience-layouts-1column .experience-modules-productrecommendations .peek-carousel ~ .swiper-button-disabled,
.experience-layouts-1column [class*=experience-recommenders-] .peek-carousel ~ .swiper-button-disabled {
  display: none !important;
}
.experience-layouts-1column .experience-modules-productrecommendations .swiper-button,
.experience-layouts-1column [class*=experience-recommenders-] .swiper-button {
  top: 16.125rem;
}
.experience-layouts-1column .experience-modules-productrecommendations .swiper-button .svg-icon,
.experience-layouts-1column [class*=experience-recommenders-] .swiper-button .svg-icon {
  stroke: #303e48;
  fill: #303e48;
  width: 20px;
  height: 20px;
}
.experience-layouts-1column .experience-modules-productrecommendations .swiper-button span,
.experience-layouts-1column [class*=experience-recommenders-] .swiper-button span {
  background: unset;
}
.experience-layouts-1column .experience-modules-productrecommendations .swiper-button-prev,
.experience-layouts-1column [class*=experience-recommenders-] .swiper-button-prev {
  transform: translate(-100%, -50%);
  left: 6px;
}
.experience-layouts-1column .experience-modules-productrecommendations .swiper-button-next,
.experience-layouts-1column [class*=experience-recommenders-] .swiper-button-next {
  transform: translate(100%, -50%);
  right: 6px;
}

@media (max-width: 1440px) {
  .product-detail .peek-carousel {
    margin-left: -16px;
    margin-right: -16px;
  }
  .product-carousel-container .product-detail .peek-carousel {
    margin-left: 0;
    margin-right: 0;
  }
  .product-detail .peek-carousel ~ .swiper-button {
    display: none;
  }
  .product-detail .peek-carousel .swiper-scrollbar.has-buttons {
    display: block;
  }
  .product-detail .peek-carousel:not(.swiper-container-initialized) .swiper-slide:first-of-type {
    margin-left: 16px;
  }
}
@media (max-width: 1212px) {
  .peek-carousel {
    margin-left: -16px;
    margin-right: -16px;
  }
  .product-carousel-container .peek-carousel {
    margin-left: 0;
    margin-right: 0;
  }
  .peek-carousel ~ .swiper-button {
    display: none;
  }
  .peek-carousel .swiper-scrollbar.has-buttons {
    display: block;
  }
  .peek-carousel:not(.swiper-container-initialized) .swiper-slide:first-of-type {
    margin-left: 16px;
  }
}
@media (max-width: 846.98px) {
  .product-detail .peek-carousel .swiper-scrollbar.has-buttons,
  .peek-carousel .swiper-scrollbar.has-buttons {
    display: none;
  }
}
@media (min-width: 544px) {
  .peek-carousel.fixed-width .swiper-slide {
    max-width: 222px;
    flex: 0 0 222px;
  }
  .experience-layouts-1column .experience-modules-productrecommendations .peek-carousel.fixed-width .swiper-slide {
    max-width: 204px;
    flex: 0 0 204px;
  }
  .experience-layouts-1column [class*=experience-recommenders-] .peek-carousel.fixed-width .swiper-slide {
    max-width: 221px;
    flex: 0 0 222px;
  }
}
@media (min-width: 847px) {
  .empty-bag-container .product-carousel-container .peek-carousel {
    margin-right: 0;
  }
  .peek-carousel.fixed-width .swiper-slide {
    max-width: 283px;
    flex: 0 0 283px;
  }
  .product-detail .peek-carousel.fixed-width .swiper-slide {
    max-width: 340px;
    flex: 0 0 340px;
  }
  .gift-set .peek-carousel.fixed-width .swiper-slide {
    max-width: 329px;
    flex: 0 0 329px;
  }
  .peek-carousel .product-tile .tile-body .attribute-select .tile-attribute-select .select-options {
    bottom: calc(100% + 8px);
    top: auto;
    padding: 4px 0;
  }
  .peek-carousel .tile-attribute-select .select-options-inner-container {
    max-height: 300px;
    overflow: auto;
  }
  .peek-carousel .tile-attribute-select .select-options-inner-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    position: absolute;
    right: 0;
    bottom: 4px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff);
  }
  .swiper-scrollbar {
    width: 65%;
    height: 2px;
  }
  .experience-layouts-1column .experience-modules-productrecommendations .peek-carousel ~ .swiper-button,
  .experience-layouts-1column [class*=experience-recommenders-] .peek-carousel ~ .swiper-button {
    display: flex;
  }
  .experience-layouts-1column .experience-modules-productrecommendations .product-recommendations-content:nth-child(2n) .peek-carousel.fixed-width .swiper-slide {
    max-width: 209px;
    flex: 0 0 209px;
  }
  .experience-layouts-1column [class*=experience-recommenders-] {
    max-width: 664px;
    margin-left: 28px;
  }
  .experience-layouts-1column [class*=experience-recommenders-] .peek-carousel.fixed-width {
    margin-right: -7px;
    margin-left: 0;
  }
  .experience-layouts-1column [class*=experience-recommenders-] .peek-carousel.fixed-width .swiper-slide {
    margin-right: 20px;
    max-width: 208px;
    flex: 0 0 208px;
  }
}
@media (min-width: 992px) {
  .experience-layouts-1column [class*=experience-recommenders-] {
    max-width: 892px;
    margin-left: 48px;
  }
  .experience-layouts-1column [class*=experience-recommenders-] .peek-carousel.fixed-width {
    margin-right: -7px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .experience-layouts-1column .experience-modules-productrecommendations .product-recommendations-content:nth-child(2n) .peek-carousel.fixed-width .swiper-slide {
    max-width: 258px;
    flex: 0 0 258px;
  }
  .experience-layouts-1column [class*=experience-recommenders-] {
    max-width: 1092px;
    margin-left: 24px;
  }
  .experience-layouts-1column [class*=experience-recommenders-] .peek-carousel.fixed-width {
    margin-right: -7px;
  }
  .experience-layouts-1column [class*=experience-recommenders-] .peek-carousel.fixed-width .swiper-slide {
    max-width: 258px;
    flex: 0 0 258px;
  }
}
.navbar.bg-inverse {
  background-color: transparent !important;
  padding: 0;
}
.navbar.bg-inverse .navbar-nav .nav-item.menu-large {
  position: static;
}

.nav-item .nav-link:hover,
.nav-item .nav-link:focus,
.nav-item.show .nav-link {
  background-color: #fff;
  color: #444;
}

.menu-toggleable-left .menu-group {
  flex: 0 0 100%;
}

.multilevel-dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
}
.multilevel-dropdown .dropdown-item {
  padding: 0;
}
.multilevel-dropdown .dropdown-item .dropdown-link {
  display: block;
  padding: 0;
  text-align: left;
  font-family: custom-body-font, roboto-fallback, sans-serif;
}
.multilevel-dropdown .dropdown-item h2.dropdown-link {
  font-size: 1rem;
}
.multilevel-dropdown .dropdown-item.nav-content {
  padding: 0 10px;
}
.multilevel-dropdown .dropdown-item.cat-content {
  position: relative;
  padding: 0;
  margin-left: auto;
}
.multilevel-dropdown .dropdown-item + .dropdown-item {
  border-top: none;
}
.multilevel-dropdown .dropdown-item + .dropdown-item.shopall-link {
  display: none;
}
.multilevel-dropdown .dropdown-item.top-category .icon-chevron,
.multilevel-dropdown .dropdown-item.top-category .icon-account {
  display: none;
}
.multilevel-dropdown .dropdown-item.top-category a {
  margin: 0 14px 0 27px;
}
.multilevel-dropdown .megamenu .megamenu .dropdown-item.top-category {
  padding-left: 0;
}

.main-menu {
  background: transparent;
  background-color: transparent;
}
.main-menu .navbar {
  align-items: flex-start;
}
.main-menu .main-menu-inner {
  margin: 0;
}
.main-menu .category-cta {
  max-width: 254px;
  white-space: normal;
}
.main-menu .category-cta .btn {
  text-transform: uppercase;
  border-bottom: 2px solid #c1eaff;
  padding: 0;
}

.nav.navbar-nav {
  flex-wrap: nowrap;
  justify-content: center;
}

.sticky-header .nav.navbar-nav {
  padding-right: 0;
  padding-left: 0;
}

.dropdown-menu.megamenu {
  box-shadow: none;
}

.megamenu .cat-shop-all-container {
  position: absolute;
  background-color: #f7f7f7;
  bottom: 0;
  width: 100vw;
  height: 68px;
  padding-left: 60px;
  text-align: left;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.megamenu .cat-shop-all-container::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
  background: #f7f7f7;
}
.megamenu .cat-shop-all-container .shop-all {
  font-weight: 500;
}
.megamenu .cat-shop-all-container .icon-chevron {
  padding-left: 16px;
}
.megamenu .cat-shop-all-container .chevron-svg {
  transform: rotate(-90deg);
  width: 12px;
  height: 12px;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
  background-color: transparent;
}

.top-category .non-clickable {
  pointer-events: none;
  cursor: default;
}

.close-button.pull-right {
  padding-right: 0;
  display: flex;
  justify-content: flex-end;
}
.close-button.pull-right a {
  border-bottom: none;
}
.close-button.pull-right span {
  padding-left: 14px;
}

.m-country-select-nav .flag-icon {
  margin-right: 10px;
  width: 22px;
  height: 16px;
}
.m-country-select-nav #m-country-selector-flg .nav-country-name {
  padding-bottom: 1px;
  border-bottom: 1px solid #303e48;
}
.m-country-select-nav #m-country-selector-flg .nav-country-language {
  padding-bottom: 1px;
  padding-left: 4px;
  border-bottom: 1px solid #303e48;
}

.nav-account {
  border-bottom: 1px solid #ddd;
}
.nav-account .nav-link {
  display: flex;
  align-items: center;
}
.nav-account .icon-account {
  font-size: 1.25rem;
  padding-right: 6px;
}

.sticky-storefinder {
  padding: 24px 0;
}

.account-flyout {
  display: block;
  margin: 0;
  border: none;
  background: none;
}

.account-popup {
  text-align: center;
}
.account-popup:not(.btn) {
  font-size: 1rem;
  text-decoration: none;
  padding-bottom: 16px;
}

.nav-item {
  line-height: 1.25;
}
.nav-item .store-finder a {
  display: flex;
}
.nav-item .store-finder span {
  padding-right: 5px;
}
.nav-item .store-finder .icon-store-locator-filled {
  display: inline-flex;
  font-size: 26px;
}

.nav-country-name {
  line-height: 20px;
}

.bg-inner-text {
  display: inline-block;
  padding: 24px;
}

h1.bg-inner-text,
.h1.bg-inner-text {
  display: inline-block;
  padding: 24px;
}

.dropdown-menu.show {
  display: flex;
  justify-content: center;
}

#page .navtext-withimage {
  margin: -4px 5px 0;
  display: none;
  width: 26px;
  height: 26px;
}

.menu-large .nav-link-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-large .menu-dropdown,
.small-menu-container .menu-dropdown {
  display: none;
}

.dropdown-desktop {
  color: #303e48;
}

.dropdown-toggle::after {
  display: none;
}

@media (max-width: 1199.98px) {
  .menu-toggleable-left .dropdown {
    display: block;
    position: static;
  }
  .menu-toggleable-left .dropdown.category-expanded > .dropdown-link {
    display: none;
  }
  .menu-toggleable-left .dropdown.category-expanded > .dropdown-menu {
    position: relative;
    left: 0;
    transition: none;
    margin: 0;
    padding: 0;
  }
  .menu-toggleable-left .dropdown .dropdown-menu {
    min-height: 100%;
    height: auto;
  }
  .menu-toggleable-left .mobile-bottom-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 32px 26px;
    background: #f7f7f7;
  }
  .menu-toggleable-left .mobile-bottom-section div.country-selector-wrapper .country-wrapper {
    margin-bottom: 20px;
  }
  .menu-toggleable-left .mobile-bottom-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .menu-toggleable-left .mobile-bottom-section li {
    margin-bottom: 20px;
  }
  .menu-toggleable-left .mobile-bottom-section .login-btn {
    margin: 0 15px 32px;
  }
  .menu-toggleable-left .mobile-bottom-section .user-info,
  .menu-toggleable-left .mobile-bottom-section .info-section {
    display: flex;
    flex-direction: column;
  }
  .menu-toggleable-left .mobile-bottom-section .user-info a,
  .menu-toggleable-left .mobile-bottom-section .info-section a {
    text-align: left;
    text-decoration: none;
  }
  .menu-toggleable-left .mobile-bottom-section .user-info .store-locator-container,
  .menu-toggleable-left .mobile-bottom-section .info-section .store-locator-container {
    padding-bottom: 20px;
  }
  .menu-toggleable-left .mobile-bottom-section .user-info .svg-icon,
  .menu-toggleable-left .mobile-bottom-section .info-section .svg-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .menu-toggleable-left .mobile-bottom-section .user-info .svg-icon.egift-svg,
  .menu-toggleable-left .mobile-bottom-section .info-section .svg-icon.egift-svg {
    height: 16px;
  }
  .menu-toggleable-left .mobile-bottom-section span[class^=icon-] {
    vertical-align: middle;
  }
  .menu-toggleable-left .mobile-bottom-section .m-country-select-nav {
    margin: 0;
  }
  .menu-toggleable-left .mobile-bottom-section .m-country-select-nav .dropdown-link {
    margin: 0 25px;
    padding: 20px 0;
  }
  .menu-toggleable-left .m-country-select-nav .collapse-mobile-show {
    position: absolute;
    margin: 0;
    padding: 0;
  }
  .menu-toggleable-left .dropdown-menu {
    top: 0;
    width: 100%;
    border: 0 none;
    transition: left 0.5s cubic-bezier(0, 1, 0.5, 1);
    position: relative;
    left: 0;
    display: none;
  }
  .menu-toggleable-left .dropdown-menu.collapse-mobile-show {
    display: block;
  }
  .menu-toggleable-left .nav-item {
    margin: 0 14px 0 27px;
    border: none;
  }
  .menu-toggleable-left .nav-item .nav-link {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-toggleable-left .nav-item .nav-link#m-country-selector-flg {
    justify-content: initial;
  }
  .menu-toggleable-left .nav-item button.nav-link {
    appearance: none;
    background: none;
    border: none;
    width: 100%;
  }
  .menu-toggleable-left .nav-item + .nav-item {
    border: none;
    margin: 0 14px 0 27px;
  }
  .menu-toggleable-left .icon-chevron {
    transform: rotate(270deg);
    font-size: 14px;
    float: right;
    margin-top: 4px;
  }
  .menu-toggleable-left .show > .dropdown-menu {
    left: 0;
  }
  .menu-toggleable-left .show > .dropdown-menu .dropdown-link {
    margin: 0 14px 0 27px;
  }
  .menu-toggleable-left .show > .dropdown-menu .dropdown-link .dropdown-link {
    color: red;
  }
  .menu-toggleable-left .menu-large,
  .menu-toggleable-left .menu-large + .menu-large {
    border-bottom: 1px solid #303e48;
  }
  .menu-toggleable-left .menu-large:last-child,
  .menu-toggleable-left .menu-large + .menu-large:last-child {
    border: none;
  }
  .menu-toggleable-left .menu-large .dropdown-menu.collapse-mobile-show,
  .menu-toggleable-left .menu-large + .menu-large .dropdown-menu.collapse-mobile-show {
    z-index: 0;
  }
  .menu-toggleable-left .dropdown-toggle {
    position: relative;
  }
  .menu-toggleable-left .icon-collapse {
    right: 5px;
    height: 10px;
    width: 10px;
  }
  .menu-toggleable-left .icon-collapse::before, .menu-toggleable-left .icon-collapse::after {
    height: 10px;
  }
  .menu-toggleable-left .nav-item + .nav-item,
  .menu-toggleable-left .nav-item {
    margin: 0 24px;
  }
  .menu-toggleable-left .collapse-mobile-open {
    font-weight: 700;
  }
  .menu-toggleable-left .dropdown-item .dropdown-link {
    padding: 0 0 16px 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-toggleable-left .dropdown-item .dropdown-link.dropdown-toggle {
    padding-left: 16px;
  }
  .menu-toggleable-left .menu-group .menu-large:first-child a {
    padding-top: 0;
  }
  .megamenu {
    padding-top: 0;
    margin-top: 0;
  }
  .multilevel-dropdown .dropdown-item.cat-content {
    display: none;
  }
  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 543.98px) {
  .bg-inner-text {
    padding: 24px 12px;
  }
  h1.bg-inner-text,
  .h1.bg-inner-text {
    padding: 24px 12px;
  }
  .experience-assets-headlinebanner .headlinebanner-text .headlinebanner-wrap {
    padding: 24px 12px;
  }
}
@media (min-width: 1200px) {
  .dropdown-item.nav-content {
    width: fit-content;
  }
  .non-clickable {
    pointer-events: none;
    cursor: default;
    font-weight: 700;
  }
  .menu-toggleable-left .menu-group {
    width: 65%;
    flex: 0 0 auto;
    margin: 0 auto;
  }
  .multilevel-dropdown .dropdown-item.dropdown {
    padding: 0 80px 0 0;
  }
  .multilevel-dropdown .dropdown-item .dropdown-link.nav-link {
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  .multilevel-dropdown .dropdown-menu {
    top: 77px;
    background-color: #fff;
    padding-top: 24px;
  }
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu {
    position: static;
    display: flex !important;
    box-shadow: none;
    padding-top: 0;
    width: 100%;
    flex-flow: column;
    padding-bottom: 0;
  }
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu .dropdown-item {
    padding-left: 0;
    width: 100%;
    margin-top: 16px;
  }
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu .dropdown-item .dropdown-link {
    font-family: roboto-light, roboto-fallback, sans-serif;
  }
  .multilevel-dropdown .dropdown-menu > .dropdown > .dropdown-menu .dropdown-item .dropdown-link.btn-link {
    text-decoration: none;
  }
  #page {
    /* stylelint-disable-next-line selector-class-pattern */
    /* stylelint-disable-next-line selector-class-pattern */
  }
  #page .imageLeft > .nav-link {
    display: flex;
    flex-flow: row-reverse;
  }
  #page .imageRight > .nav-link {
    display: flex;
    flex-flow: unset;
  }
  .menu-large .megamenu {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .menu-large .megamenu.show {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 -10px 0 #fff;
  }
  .menu-large .megamenu.show::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -55px;
    width: 100%;
    height: 65px;
    z-index: 9999;
  }
  .menu-large .megamenu.show::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    top: -10px;
    z-index: -1;
    background: #fff;
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  }
  .menu-large .menu-dropdown,
  .small-menu-container .menu-dropdown {
    appearance: none;
    background: transparent;
    border: none;
    opacity: 0;
    padding: 0;
    margin-right: -10px;
  }
  .menu-large .menu-dropdown:focus-visible,
  .small-menu-container .menu-dropdown:focus-visible {
    opacity: 1;
  }
  .menu-large .menu-dropdown:focus,
  .small-menu-container .menu-dropdown:focus {
    opacity: 1;
  }
  .menu-large .menu-dropdown .svg-icon,
  .small-menu-container .menu-dropdown .svg-icon {
    width: 0.625rem;
    height: 0.625rem;
  }
  .navbar.bg-inverse .navbar-nav .nav-item.menu-large {
    display: flex;
    align-items: center;
    margin: 0 12px;
  }
  .navbar.bg-inverse .navbar-nav .nav-link {
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
    position: relative;
    z-index: 1001;
    white-space: nowrap;
  }
  .nav-item.show > .nav-link {
    font-weight: 600;
  }
  .nav-item .nav-link:hover, .nav-item .nav-link:focus {
    font-weight: 600;
  }
  .nav-item .nav-link .category-name::after {
    display: block;
    content: attr(data-category-name);
    font-weight: 600;
    height: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .nav-item > .nav-link {
    color: #303e48;
    font-family: custom-body-font, roboto-fallback, "Helvetica Neue", arial, sans-serif;
    letter-spacing: 0.8px;
  }
  .sticky-header .nav-item .nav-link:hover, .sticky-header .nav-item .nav-link:focus {
    box-shadow: none;
  }
  .nav-content.dropdown-item .dropdown-link {
    text-align: center;
  }
  .cta-text {
    margin-top: 24px;
  }
  .sticky-storefinder {
    display: none;
  }
  .megamenu {
    text-align: center;
    width: 100%;
    padding: 24px 60px 92px;
  }
  .megamenu .megamenu {
    padding: 0;
  }
  .megamenu li {
    display: inline-flex;
    width: auto;
    flex-flow: column;
  }
  .nav.navbar-nav {
    width: 100%;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0;
  }
  .m-country-select-nav {
    display: none;
  }
  .nav-account {
    display: none;
  }
}
@media (min-width: 1200px) {
  .desktop .container.dropdown-menu.megamenu {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .navbar.bg-inverse .navbar-nav .nav-item.menu-large {
    margin: 0 20px;
  }
  #page .navtext-withimage {
    display: inline-block;
  }
}
.header {
  position: relative;
}

.main-menu .navbar .close-menu button,
.main-menu .navbar .close-button button {
  background-color: transparent;
  border: 0;
  appearance: none;
}

.header-banner {
  text-align: center;
  color: #fff;
  display: flex;
  background-color: #303e48;
  max-height: none;
  height: 38px;
  min-height: 38px;
  transition: padding 0.5s ease, min-height 0.5s ease, height 0.5s ease;
  will-change: min-height, padding, height;
  align-items: center;
  position: relative;
}
.header-banner .close-button {
  width: 2.125em;
}
.header-banner .close-button .close {
  opacity: 1;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: var(--skin-primary-color-1);
}
.header-banner .content {
  margin-right: 1.5em;
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
}
.header-banner *:focus-visible {
  outline: 1px dotted #fff;
}
.header-banner .overflow-hidden {
  overflow: hidden;
  width: 100%;
}
.header-banner .swiper-wrapper {
  padding: 0;
}
.header-banner .swiper-slide {
  background-color: #303e48;
  transition-property: opacity;
}
.header-banner .country-selector-container {
  position: absolute;
  left: 30px;
  z-index: 1020;
}
.header-banner .store-finder-container {
  position: absolute;
  right: 30px;
}
.header-banner .content-module .slider-carousel .swiper-scrollbar {
  display: none;
}

.minicart {
  margin-top: 0.1875em; /* 3/16 */
  vertical-align: top;
}
.minicart .minicart-icon {
  font-size: 1.5em;
}
.minicart a.minicart-link:hover {
  text-decoration: none;
}
.minicart .minicart-quantity {
  background-color: var(--skin-primary-color-1);
  border-radius: 50%;
  width: 1.25em; /* 20/16 */
  height: 1.25em; /* 20/16 */
  line-height: normal;
  display: inline-block;
  text-align: center;
  font-size: 0.8125em; /* 13/16 */
  position: relative;
  top: -0.9375em; /* 15/16 */
  left: -0.9375em; /* 15/16 */
  color: #fff;
}

a.normal {
  color: var(--skin-primary-color-1);
  text-decoration: underline;
}

.slide-up {
  transition-duration: 0.5s;
  transition-timing-function: ease-in;
  max-height: 100px;
  overflow: hidden;
}
.slide-up.hide {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.dropdown-country-selector {
  margin-top: -0.0625em;
}

.cookie-warning-messaging.cookie-warning {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  display: none;
}

.valid-cookie-warning {
  background-color: var(--skin-link-color-1);
  color: #fff;
  white-space: nowrap;
}
.valid-cookie-warning p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-right: 2em;
}

#skip:focus-visible, #skip:active {
  position: absolute;
  z-index: 1021;
  background: white;
  top: 8px;
  left: 8px;
  outline-offset: 2px;
  outline: 1px dotted white;
}

header nav:first-of-type {
  border-bottom: 1px solid #ddd;
}
header .header {
  background-color: #e3f0f8;
}
header a:hover {
  text-decoration: none;
}
header .nav-item .nav-link:hover,
header .nav-item .nav-link:focus,
header .nav-item.show .nav-link {
  background-color: unset;
  color: #303e48;
}

.navbar-header {
  height: 56px;
  transition: height 0.5s ease;
  will-change: height;
  margin: 0;
}
.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .search,
.navbar-header .minicart {
  display: inline-block;
  line-height: 0;
  margin: 0;
}
.navbar-header .mobile-menu {
  margin: 0;
}
.navbar-header .user,
.navbar-header .country-selector,
.navbar-header .minicart,
.navbar-header .navbar-toggler {
  line-height: 0;
  height: auto;
}
.navbar-header .navbar-toggler {
  font-size: 1.6em;
  width: auto;
}
.navbar-header .user {
  margin-right: 0;
  position: relative;
}
.navbar-header .user .popover {
  position: absolute;
  display: none;
  width: auto;
  top: 38px;
  left: auto;
  right: 0;
  border: none;
  padding: 40px 32px;
  box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  z-index: 1061;
  max-width: none;
}
.navbar-header .user .popover a {
  white-space: nowrap;
  margin: 0;
}
.navbar-header .user .popover a.account-popup.btn {
  margin-bottom: 40px;
}
.navbar-header .user .popover::before {
  content: "";
  position: absolute;
  left: 70%;
  top: -14px;
  width: 40%;
  height: 30px;
  z-index: 9999;
}
.navbar-header .user .popover::after {
  left: 1.5rem;
}
.navbar-header .user .popover.show {
  display: block;
}
.navbar-header .user .popover-inner {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: -16px;
}
.navbar-header .menu-svg {
  stroke-width: 1px;
}
.navbar-header .header-middle {
  overflow: hidden;
}
.navbar-header .header-left {
  padding-left: 0;
  height: 100%;
}
.navbar-header .header-right {
  padding-right: 0;
}
.navbar-header .brand {
  position: relative;
  left: inherit;
  opacity: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-left: 0;
  z-index: 150;
  transform: scale(1);
  transition: opacity 0.3s ease 0.3s, transform 0.3s ease 0.3s;
}
.navbar-header .brand img {
  max-width: 100%;
  width: auto;
  height: 24px;
}
.navbar-header .brand .not-sticky {
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar-header .brand .svg-icon {
  width: 63px;
  height: 24px;
}
.navbar-header .minicart {
  margin-left: 24px;
}
.navbar-header .minicart .icon-bag {
  color: #303e48;
}
.navbar-header .search .site-search {
  height: auto;
  margin-right: 0;
}
.navbar-header .country-selector {
  margin-top: 0;
  margin-left: 0;
}
.navbar-header .account-ico {
  display: inline-block;
  line-height: 0;
  margin-left: 24px;
}
.navbar-header .account-ico a {
  vertical-align: text-bottom;
}
.navbar-header .minicart-link {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.navbar-header [class^=icon-],
.navbar-header [class*=" icon-"] {
  vertical-align: middle;
  font-size: 1.5rem;
}
.navbar-header .minicart-icon {
  display: inline-block;
}
.navbar-header .flag-icon {
  width: 31px;
  height: 20px;
}
.navbar-header .country-selector-wrapper {
  position: relative;
  top: -2px;
  padding-bottom: 12px;
}

.store-finder-container {
  justify-content: flex-end;
  position: relative;
}
.store-finder-container .close-button {
  padding-right: 30px;
}
.store-finder-container .close-button .close-svg {
  font-size: 0.875rem;
}

.header-store-locator {
  margin: 0;
}
.header-store-locator .icon-store-locator {
  padding-right: 14px;
}
.header-store-locator .store-locator-svg {
  width: 20px;
  height: 20px;
}
.header-store-locator a {
  display: flex;
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.43;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.header-left-cont,
.header-right-cont {
  position: absolute;
  z-index: 1020;
  height: 100%;
  min-height: 56px;
}
.header-left-cont .icon-search,
.header-right-cont .icon-search {
  font-size: 1.5rem;
}
.header-left-cont .icon-search.search-open,
.header-right-cont .icon-search.search-open {
  stroke-width: 1px;
}

.header-left-cont {
  padding-left: 16px;
}

.header-right-cont {
  padding-right: 16px;
}

.sticky-header .non-clickable {
  pointer-events: auto;
  cursor: pointer;
}
.sticky-header .top-category .non-clickable {
  pointer-events: none;
  cursor: default;
}
.sticky-header.refinement-bar:not(.byos-refinement-bar) {
  top: 95px;
}
.sticky-header + #sub-nav {
  transform: translateY(94px);
  transition: transform 0.3s linear 0s;
}
.sticky-header.scroll-down + #sub-nav {
  transform: translateY(0);
}
@media (min-width: 1024px) {
  .elixir-page .sticky-header.scroll-down + #sub-nav {
    transform: translateY(8px);
  }
}

.non-selectable {
  pointer-events: none;
  cursor: default;
}

body:not(.checkout) #page {
  padding-top: 94px;
}

.header-gift-logo {
  height: 24px;
  vertical-align: unset;
  width: 24px;
}

.small-menu-brief {
  position: absolute;
}

.small-menu-full {
  padding: 0 24px 40px;
}

.close-small-menu {
  position: absolute;
  top: 0;
  right: 0;
}

.small-cat-container {
  position: relative;
}

.small-menu-dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 29px;
  letter-spacing: -0.5px;
  min-width: 350px;
  padding: 40px 32px;
  margin-bottom: -32px;
  background: #fff;
  box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  z-index: 1061;
  list-style: none;
}
.small-menu-dropdown.show {
  display: block;
}
.small-menu-dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  top: -14px;
  width: 40%;
  height: 30px;
  z-index: 9999;
}
.small-menu-dropdown .small-menu-item {
  line-height: 20px;
  padding-bottom: 32px;
}
.small-menu-dropdown .small-menu-item:last-child {
  padding-bottom: 0;
}
.small-menu-dropdown .small-menu-item .sub-cat-name {
  font-weight: 400;
  padding-bottom: 4px;
}
.small-menu-dropdown .small-menu-item .sub-cat-description {
  font-weight: 100;
}

.main-menu.menu-toggleable-left {
  z-index: 1062;
}

.navbar-toggler {
  border: none;
  padding: 5px 12px 5px 0;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  height: 100%;
}

#sub-nav {
  padding: 0;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 1001;
  transform: translateY(-100%);
  transition: transform 0.3s linear 0.1s;
}
.plp-experience #sub-nav {
  transform: none;
  top: auto;
  bottom: 0;
}
.plp-experience #sub-nav.p-relative {
  position: relative;
}
#sub-nav:not(.navbar-experience) {
  background-color: var(--nav-bar-background-color, rgba(227, 240, 248, 0.8));
  backdrop-filter: blur(2px);
}
#sub-nav:not(.navbar-experience)::before, #sub-nav:not(.navbar-experience)::after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 16px;
  height: 100%;
}
#sub-nav:not(.navbar-experience)::before {
  background: linear-gradient(270deg, transparent, var(--nav-bar-background-color, rgba(227, 240, 248, 0.8)));
  left: 0;
}
#sub-nav:not(.navbar-experience)::after {
  background: linear-gradient(270deg, var(--nav-bar-background-color, rgba(227, 240, 248, 0.8)), transparent);
  right: 0;
}
#sub-nav.navbar-experience {
  background: white;
  backdrop-filter: blur(4px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.plp-experience #sub-nav.navbar-experience {
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05);
}
#sub-nav .navbar-nav {
  flex-direction: row;
  margin: 0 auto;
  overflow-x: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
#sub-nav .navbar-nav::-webkit-scrollbar {
  display: none;
}
#sub-nav li {
  padding: 0 16px;
  display: flex;
}
#sub-nav li:first-of-type {
  margin-left: 16px;
  padding-left: 0;
}
#sub-nav li:last-of-type {
  padding-right: 0;
}
#sub-nav li:last-of-type::after {
  content: "";
  display: block;
  width: 16px;
}
#sub-nav .nav-link {
  padding: 16px 0;
  white-space: nowrap;
}
#sub-nav .nav-link.active {
  font-weight: bold;
}

.menu-switch {
  width: 100%;
  margin-bottom: 42px;
  text-align: center;
}
.menu-switch a {
  padding-bottom: 4px;
  border-bottom: 1px solid #303e48;
}
.menu-switch a.open {
  border-bottom: 2px solid #303e48;
}
.menu-switch .shop-menu {
  margin-right: 16px;
}
.menu-switch .discover-menu {
  margin-left: 16px;
}
.menu-switch .open {
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .small-menu-container {
    width: 100%;
  }
  .small-menu-full .small-category-container {
    margin-bottom: 16px;
    border-bottom: 1px solid #303e48;
  }
  .small-menu-full .small-category-container:last-child {
    border: none;
  }
  .small-menu-full .top-category {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .small-menu-full .small-menu-sub-cat {
    padding-left: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 543.98px) {
  .site-search .icon-search {
    top: 0;
  }
}
@media (min-width: 1200px) {
  body:not(.checkout) #page {
    padding-top: 165px;
  }
  .small-menu-container {
    z-index: 1002;
  }
  .small-menu-brief {
    list-style: none;
    width: 45vw;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding-left: 45px;
    opacity: 1;
    transition: opacity 0.2s ease, visibility 0s ease 0.2s;
  }
  .small-menu-brief .small-cat-container {
    margin-right: 24px;
  }
  .small-menu-full {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    flex-direction: column;
    background-color: #fff;
    padding: 40px;
    min-width: 340px;
    left: 0;
    top: 73px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 4px;
    transition: visibility 0s ease 0.3s, opacity 0.3s ease, transform 0.3s ease;
  }
  .small-menu-full a {
    display: block;
  }
  .small-menu-full .top-category {
    text-transform: uppercase;
    font-weight: 600;
  }
  .small-menu-full .top-category:not(:first-of-type) {
    margin-top: 24px;
  }
  .small-menu-full div {
    margin-bottom: 16px;
  }
  .header-left-cont,
  .header-right-cont {
    top: 28px;
    transform: translateY(-50%);
    height: 56px;
    min-height: 56px;
  }
  .header-left-cont {
    display: flex;
    visibility: hidden;
    transition: visibility 0s ease 0.4s;
    top: calc(100% + 28px);
    left: 0;
    padding-left: 45px;
  }
  .navbar-toggler {
    display: flex;
    align-items: center;
    font-size: 2rem;
    line-height: 1;
    padding: 12px 0;
    margin-right: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .sticky-header .small-menu-brief {
    opacity: 0;
    visibility: hidden;
  }
  .sticky-header .small-menu-full.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: visibility 0s ease, opacity 0.3s ease, transform 0.3s ease;
  }
  .sticky-header .header-left-cont,
  .sticky-header .header-right-cont {
    top: 36px;
  }
  .sticky-header .header-left-cont {
    visibility: visible;
    transition: visibility 0s ease;
  }
  .sticky-header .header-banner {
    height: 0;
    min-height: 0;
    padding: 0;
  }
  .sticky-header .navbar-header {
    height: 0;
  }
  .sticky-header .navbar-header .brand {
    opacity: 0;
    transform: scale(0.7);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  }
  .sticky-header .navbar-toggler {
    opacity: 1;
    transition: opacity 0.3s ease 0.2s;
  }
  .sticky-header .menu-group {
    position: relative;
    height: 72px;
  }
  .sticky-header .multilevel-dropdown .dropdown-menu {
    top: 81px;
  }
  .sticky-header .navbar.bg-inverse .navbar-nav .nav-link {
    padding: 26px 0;
  }
  .sticky-header .non-clickable {
    pointer-events: none;
    font-weight: 700;
  }
  .sticky-header.refinement-bar:not(.byos-refinement-bar) {
    top: 72px;
  }
  .sticky-header + #sub-nav {
    transform: translateY(72px);
  }
  .elixir-page .sticky-header + #sub-nav {
    transform: translateY(80px);
  }
  .header-right-cont {
    right: 0;
    transition: top 0.5s ease;
    padding-right: 45px;
  }
  .navbar-header .brand img {
    height: 40px;
  }
  .navbar-header .brand .svg-icon {
    width: 120px;
    height: 40px;
  }
  .navbar-header .brand .not-sticky {
    padding-top: 22px;
  }
  #sub-nav li {
    padding: 0 20px;
  }
  #sub-nav .nav-link {
    padding: 30px 0;
  }
  .main-menu.menu-toggleable-left {
    z-index: 151;
  }
}
@media (min-width: 992px) {
  .header-left-cont,
  .header-right-cont {
    height: 100%;
  }
}
@media (max-height: 350px) {
  body:not(.checkout) #page {
    padding: 0;
  }
  #sub-nav.navbar {
    position: static;
    transform: none;
  }
  .sticky-header.scroll-down + #sub-nav,
  #sub-nav.navbar {
    position: static;
    transform: none;
    display: block !important;
  }
  .sticky-top {
    position: static;
  }
}
@media (min-height: 350px) {
  .sticky-top {
    position: fixed;
    width: 100%;
  }
  .sticky-top.sticky-header {
    width: 100%;
    top: 0;
    z-index: 1020;
  }
  .elixir-page .sticky-top.sticky-header {
    top: 8px;
  }
  @supports (position: sticky) {
    .elixir-page .sticky-top {
      z-index: 1021;
    }
    .elixir-page .sticky-top.sticky-header {
      z-index: 1020;
    }
  }
  [data-subnav=true] .sticky-top {
    transition: transform 0.3s linear 0s, top 0.3s linear 0s;
  }
  [data-subnav=true] .sticky-top.scroll-down {
    transform: translateY(-100%);
  }
}
@media (max-width: 543.98px) {
  .collapsible-xs .title,
  .collapsible-xs .card-header {
    line-height: 2.5rem;
    position: relative;
    display: block;
  }
  .collapsible-xs .title::after,
  .collapsible-xs .card-header::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-xs .title::after,
  .collapsible-xs .card-header::after {
    position: absolute;
    content: "";
    background: url("../images/chevron.svg") no-repeat;
    font-size: 12px;
    width: 1em;
    height: 1em;
    background-size: 1em 1em;
    right: 0;
    top: calc(50% - 0.5em);
  }
  .collapsible-xs .content,
  .collapsible-xs .card-body {
    display: none;
  }
  .collapsible-xs.active .title::after,
  .collapsible-xs.active .card-header::after {
    content: "";
    transform: rotate(180deg);
    margin-top: -0.125em;
    font-size: 12px;
  }
  .collapsible-xs.active .content,
  .collapsible-xs.active .card-body {
    display: block;
  }
}
.container div.collapsible-xs a.title {
  text-decoration: none;
}
.container div.collapsible-xs a.title:hover {
  text-decoration: none;
}

@media (max-width: 846.98px) {
  .collapsible-sm .title,
  .collapsible-sm .card-header {
    line-height: 2.5rem;
    position: relative;
    display: block;
  }
  .collapsible-sm .title::after,
  .collapsible-sm .card-header::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-sm .title::after,
  .collapsible-sm .card-header::after {
    position: absolute;
    content: "";
    background: url("../images/chevron.svg") no-repeat;
    font-size: 12px;
    width: 1em;
    height: 1em;
    background-size: 1em 1em;
    right: 0;
    top: calc(50% - 0.5em);
  }
  .collapsible-sm .content,
  .collapsible-sm .card-body {
    display: none;
  }
  .collapsible-sm.active .title::after,
  .collapsible-sm.active .card-header::after {
    content: "";
    transform: rotate(180deg);
    margin-top: -0.125em;
    font-size: 12px;
  }
  .collapsible-sm.active .content,
  .collapsible-sm.active .card-body {
    display: block;
  }
}
.container div.collapsible-sm a.title {
  text-decoration: none;
}
.container div.collapsible-sm a.title:hover {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .collapsible-md .title,
  .collapsible-md .card-header {
    line-height: 2.5rem;
    position: relative;
    display: block;
  }
  .collapsible-md .title::after,
  .collapsible-md .card-header::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-md .title::after,
  .collapsible-md .card-header::after {
    position: absolute;
    content: "";
    background: url("../images/chevron.svg") no-repeat;
    font-size: 12px;
    width: 1em;
    height: 1em;
    background-size: 1em 1em;
    right: 0;
    top: calc(50% - 0.5em);
  }
  .collapsible-md .content,
  .collapsible-md .card-body {
    display: none;
  }
  .collapsible-md.active .title::after,
  .collapsible-md.active .card-header::after {
    content: "";
    transform: rotate(180deg);
    margin-top: -0.125em;
    font-size: 12px;
  }
  .collapsible-md.active .content,
  .collapsible-md.active .card-body {
    display: block;
  }
}
.container div.collapsible-md a.title {
  text-decoration: none;
}
.container div.collapsible-md a.title:hover {
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  .collapsible-lg .title,
  .collapsible-lg .card-header {
    line-height: 2.5rem;
    position: relative;
    display: block;
  }
  .collapsible-lg .title::after,
  .collapsible-lg .card-header::after {
    display: block;
    clear: both;
    content: "";
  }
  .collapsible-lg .title::after,
  .collapsible-lg .card-header::after {
    position: absolute;
    content: "";
    background: url("../images/chevron.svg") no-repeat;
    font-size: 12px;
    width: 1em;
    height: 1em;
    background-size: 1em 1em;
    right: 0;
    top: calc(50% - 0.5em);
  }
  .collapsible-lg .content,
  .collapsible-lg .card-body {
    display: none;
  }
  .collapsible-lg.active .title::after,
  .collapsible-lg.active .card-header::after {
    content: "";
    transform: rotate(180deg);
    margin-top: -0.125em;
    font-size: 12px;
  }
  .collapsible-lg.active .content,
  .collapsible-lg.active .card-body {
    display: block;
  }
}
.container div.collapsible-lg a.title {
  text-decoration: none;
}
.container div.collapsible-lg a.title:hover {
  text-decoration: none;
}

.collapsible-xl .title,
.collapsible-xl .card-header {
  line-height: 2.5rem;
  position: relative;
  display: block;
}
.collapsible-xl .title::after,
.collapsible-xl .card-header::after {
  display: block;
  clear: both;
  content: "";
}
.collapsible-xl .title::after,
.collapsible-xl .card-header::after {
  position: absolute;
  content: "";
  background: url("../images/chevron.svg") no-repeat;
  font-size: 12px;
  width: 1em;
  height: 1em;
  background-size: 1em 1em;
  right: 0;
  top: calc(50% - 0.5em);
}
.collapsible-xl .content,
.collapsible-xl .card-body {
  display: none;
}
.collapsible-xl.active .title::after,
.collapsible-xl.active .card-header::after {
  content: "";
  transform: rotate(180deg);
  margin-top: -0.125em;
  font-size: 12px;
}
.collapsible-xl.active .content,
.collapsible-xl.active .card-body {
  display: block;
}

.container div.collapsible-xl a.title {
  text-decoration: none;
}
.container div.collapsible-xl a.title:hover {
  text-decoration: none;
}

footer {
  padding-top: 3.75em;
  position: relative;
}
footer *:focus-visible:not(.close-button, #toolbar-menu a, .osf-subscribe-toolkit-modal a, .search-flyout button, .need-help a, .country-selector-wrapper .country-dropdown) {
  outline: 1px dotted #fff;
}
footer .footer-container {
  padding-left: 15px;
  padding-right: 15px;
}
footer h2 {
  font-size: 1rem;
  margin-bottom: 0;
  line-height: 2.5em;
}
footer .footer-section {
  background-color: #303e48;
  padding-bottom: 45px;
}
@media (min-width: 847px) {
  footer .footer-section {
    padding-bottom: 28px;
  }
}
@media (min-width: 544px) {
  footer .footer-section .container {
    max-width: 730px;
  }
}
@media (min-width: 992px) {
  footer .footer-section .container {
    max-width: 926px;
  }
}
@media (min-width: 1200px) {
  footer .footer-section .container {
    max-width: 1254px;
  }
}
footer .footer-section-bottom {
  background-color: #303e48;
}
footer .footer-form-main-msg {
  font-size: 1.75rem;
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  color: #fff;
  line-height: 1.06;
  margin-bottom: 16px;
  letter-spacing: -1px;
}
footer .footer-brand {
  padding-top: 34px;
  padding-bottom: 40px;
}
footer .footer-brand .logo {
  height: 33px;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer .footer-social-links {
  padding-top: 38px;
}
footer .footer-social-links ul li {
  display: inline;
  padding-right: 32px;
  font-size: 2rem;
}
footer .footer-social-links ul li.last {
  padding-right: 0;
}
footer .footer-social-links a:hover,
footer .footer-social-links a:focus {
  text-decoration: none;
}
footer .footer-social-links .social-links-list svg {
  vertical-align: baseline;
}
footer .footer-social-links .svg-icon {
  fill: #fff;
}
footer .footer-country-selector {
  padding-left: 5px;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}
footer .footer-country-selector .flag-icon {
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  footer .footer-email {
    padding-bottom: 25px;
  }
}
@media (max-width: 543.98px) {
  footer .footer-store-finder {
    text-align: center;
  }
}
@media (max-width: 846.98px) {
  footer .footer-store-finder {
    text-align: center;
  }
}
footer .footer-store-finder .icon-store-locator-filled {
  font-size: 20px;
  padding-right: 10px;
}
footer .footer-store-finder a {
  padding-left: 5px;
}
@media (min-width: 992px) {
  footer .footer-form-sec-msg {
    max-width: 276px;
  }
}
footer .footer-form-sec-msg .signup-message-container {
  display: flex;
  padding-bottom: 24px;
}
footer .footer-form-sec-msg .icon-footer-signup {
  padding-right: 8px;
}
footer .footer-form-sec-msg .icon-footer-signup img {
  max-width: none;
}
footer .footer-form-sec-msg .footer-signup-svg {
  width: 46px;
  height: 40px;
  fill: #fff;
}
footer .footer-form-sec-msg .sign-up-message {
  font-size: 0.875rem;
  line-height: 1.21;
  letter-spacing: -0.5px;
  color: #fff;
}
footer .check-msg {
  display: none;
  color: #ef5350;
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
}
footer .check-msg.show {
  display: block;
}
@media (max-width: 846.98px) {
  footer input[type=text] {
    width: 100%;
  }
}
@media (max-width: 543.98px) {
  footer input[type=text] {
    width: 100%;
  }
}
footer input[type=text]:focus-visible {
  outline: 1px dotted #303e48;
  outline-offset: 2px;
}

.copyrights .copyrights-text {
  text-align: center;
  font-size: 0.75rem;
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  line-height: 1.67;
  color: #fff;
  margin-bottom: 16px;
}
.copyrights span {
  display: block;
}

.adminstrative-links {
  text-align: center;
}
@media (max-width: 846.98px) {
  .adminstrative-links ul {
    text-align: center;
  }
}
.adminstrative-links ul li {
  display: inline;
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 0.625rem;
  line-height: 2;
}
.adminstrative-links ul li + li::before {
  content: "";
  padding: 0 6px;
}
.adminstrative-links a {
  color: #fff;
}
.adminstrative-links img {
  display: unset;
}

.footer-columns {
  border-top: 1px solid #303e48;
}
@media (max-width: 543.98px) {
  .footer-columns {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 847px) {
  .footer-columns {
    border-top: 0;
  }
}
@media (max-width: 543.98px) {
  .footer-columns .footer-item {
    border-bottom: 1px solid #303e48;
  }
}
@media (max-width: 846.98px) {
  .footer-columns .footer-item {
    border-bottom: 1px solid #303e48;
  }
}
.footer-columns .footer-item-sm {
  display: block;
}
@media (min-width: 847px) {
  .footer-columns .footer-item-sm {
    display: none;
  }
}
.footer-columns .footer-item-md {
  display: none;
}
@media (min-width: 847px) {
  .footer-columns .footer-item-md {
    display: block;
  }
}
.footer-columns a {
  color: #fff;
}

.footer-nav {
  color: #303e48;
}
@media (max-width: 543.98px) {
  .footer-nav {
    font-weight: 300;
    line-height: 0;
  }
}
@media (max-width: 846.98px) {
  .footer-nav {
    font-weight: 300;
    line-height: 0;
    padding-bottom: 45px;
  }
}
.footer-nav .title {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 0.875rem;
  margin-bottom: 20px;
  line-height: 1.57;
  font-weight: 700;
  color: #fff;
  letter-spacing: normal;
}
.footer-nav .content {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .footer-nav .content {
    padding-top: 8px;
  }
}
.footer-nav .content li {
  padding-bottom: 16px;
}
.footer-nav .content li a:hover,
.footer-nav .content li a:focus {
  border-bottom: 1px solid #303e48;
}
.footer-nav .svg-icon {
  margin-right: 16px;
}

.email-signup-message {
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
  z-index: 9999;
}

.email-signup-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.email-signup-alert.show {
  display: block;
}

input:focus {
  outline: none;
}

@media (min-width: 992px) {
  .footer-email {
    padding-right: 50px;
  }
}
.footer-email input[type=text] {
  padding-bottom: 11px;
  height: 25px;
}
.footer-email .input-group {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.footer-email button.subscribe-email {
  font-size: 0.875rem;
  background-color: #303e48;
  border: 1px solid #fff;
  color: #fff;
  width: 100%;
  line-height: 45px;
  border-radius: 5px;
}
.footer-email button.subscribe-email.svg-arrow-btn {
  position: absolute;
  right: 0;
  padding: 9px;
  transform: rotate(270deg);
  background-color: inherit;
  border: none;
  z-index: 5;
  width: inherit;
  color: inherit;
  line-height: inherit;
}
.footer-email .subscribe-email-policy {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.58;
  letter-spacing: normal;
  color: #303e48;
}

body.modal-open {
  position: static;
}

@media (min-width: 992px) {
  .footer-email-subscription {
    max-width: 276px;
  }
}
.footer-email-subscription .form-group input.form-control {
  border-radius: 4px;
  background-color: #fff;
  min-height: 40px;
  padding-left: 16px;
  /* stylelint-disable-next-line selector-pseudo-element-no-unknown */
  /* stylelint-disable-next-line selector-pseudo-class-no-unknown */
}
.footer-email-subscription .form-group input.form-control::input-placeholder {
  /* WebKit browsers */
  color: #5d6770;
}
.footer-email-subscription .form-group input.form-control:placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #5d6770;
}
.footer-email-subscription .form-group input.form-control::placeholder {
  /* Mozilla Firefox 19+ */
  color: #5d6770;
}
.footer-email-subscription .form-group input.form-control:input-placeholder {
  /* Internet Explorer 10+ */
  color: #5d6770;
}
.footer-email-subscription .form-group input.form-control ~ .invalid-feedback {
  color: #ef5350;
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.footer-email-subscription .form-group.required .form-control-placeholder::before {
  content: "";
}
.footer-email-subscription .form-group .form-control-placeholder {
  z-index: 3;
}
.footer-email-subscription .footer-email-checkbox:focus-within:has(input:focus) input[type=checkbox]:not(.bv-checkbox) + label::before,
.footer-email-subscription .footer-phone-checkbox:focus-within:has(input:focus) input[type=checkbox]:not(.bv-checkbox) + label::before {
  outline: dashed;
  outline-color: #c4c4c4;
  outline-width: 1px;
  outline-offset: 1px;
}
.footer-email-subscription input[type=checkbox]:not(.bv-checkbox) + label::before {
  border: 1px solid #fff;
  width: 18px;
  height: 18px;
}
.footer-email-subscription input[type=checkbox]:not(.bv-checkbox) + label::after {
  background: url("../images/checkbox-selected-light.svg") no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
}
.footer-email-subscription .body-alt {
  color: #fff;
  font-size: 12px;
  letter-spacing: -0.5px;
}
.footer-email-subscription .body-alt a {
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}
.footer-email-subscription .subscribed-success {
  display: flex;
  color: #b0d1e6;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.footer-email-subscription .icon-checkmark {
  padding: 5px;
  border-radius: 50%;
  background: #b0d1e6;
  margin-right: 8px;
}
.footer-email-subscription .icon-checkmark svg {
  fill: none;
  stroke-width: 1.5;
  stroke: #303e48;
  width: 0.813rem;
  height: 0.813rem;
}

.features-header {
  display: flex;
  justify-content: center;
  color: #fff;
  position: relative;
  padding-top: 32px;
  margin-bottom: 32px;
}
.features-header .feature-header-title {
  background: #303e48;
  z-index: 1;
}
.features-header .feature-header-title span {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.875rem;
  line-height: 1.06;
  letter-spacing: -1px;
  padding-right: 8px;
  color: #fff !important;
}

.features-container {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #fff;
}
.features-container .feature {
  text-align: center;
  display: flex;
  justify-content: center;
  padding-bottom: 68px;
}
.features-container .feature .feature-inner-container {
  max-width: 172px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.features-container .feature .feature-icon {
  width: 88px;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.features-container .feature .feature-title {
  font-size: 1.125rem;
  line-height: 1.22;
  padding-bottom: 8px;
}
.features-container .feature .feature-description {
  font-size: 0.875rem;
  line-height: 1.22;
}
.features-container a {
  color: #fff;
}
.features-container a:hover {
  color: #e3f0f8;
}
.features-container .svg-icon {
  width: auto;
  height: auto;
}

.payment-methods-container {
  padding: 24px 0;
  margin-bottom: 40px;
  color: #fff;
  border-bottom: 1px solid white;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.payment-methods-container.empty {
  padding: 0;
  border: none;
}
.payment-methods-container .payment-method {
  display: flex;
  flex: 0 0 33%;
  width: 96px;
  height: 56px;
  justify-content: center;
  align-items: center;
}
.payment-methods-container a {
  color: #fff;
}
.payment-methods-container a:hover {
  color: #e3f0f8;
}
.payment-methods-container .svg-icon {
  width: inherit;
  height: inherit;
}
.payment-methods-container .icon-paypal {
  width: 60px;
  height: 16px;
}
.payment-methods-container .icon-klarna {
  width: 58px;
  height: 14px;
}
.payment-methods-container .icon-applepay {
  width: 64px;
  height: 44px;
}
.payment-methods-container .icon-visa {
  width: 66px;
  height: 46px;
}
.payment-methods-container .icon-mastercard {
  width: 48px;
  height: 40px;
}
.payment-methods-container .icon-discover {
  width: 71px;
  height: 48px;
}
.payment-methods-container .icon-amex {
  width: 96px;
  height: 56px;
}
.payment-methods-container .icon-afterpay {
  width: 90px;
  height: 15px;
}
.payment-methods-container .icon-alipayhk {
  width: 90px;
  height: 48px;
}
.payment-methods-container .icon-wechatpay {
  width: 100px;
  height: 33px;
}
.payment-methods-container .icon-sofort {
  width: 44px;
  height: 51px;
}
.payment-methods-container .icon-maestro {
  width: 96px;
  height: 56px;
}
.payment-methods-container .icon-cartebancaire {
  width: 96px;
  height: 56px;
}
.payment-methods-container .icon-atome {
  width: 96px;
  height: 56px;
}
.payment-methods-container .icon-grabpay {
  width: 109px;
  height: 28px;
}
.payment-methods-container .icon-kakaopay {
  width: 109px;
  height: 48px;
}
.payment-methods-container .icon-naverpay {
  width: 56px;
  height: 22px;
}
.payment-methods-container .icon-unionpay {
  width: 56px;
  height: 23px;
}
.payment-methods-container .icon-jcb {
  width: 56px;
  height: 15px;
}

@media (min-width: 544px) {
  .features-header {
    padding-top: 48px;
    margin-bottom: 48px;
  }
  .features-header::after {
    content: "";
    border-bottom: 1px solid #fff;
    height: 1px;
    position: absolute;
    top: 75%;
    width: 100%;
  }
  .features-header .feature-header-title {
    padding: 0 16px;
  }
  .payment-methods-container {
    padding: 16px 0;
    margin-bottom: 56px;
  }
  .payment-methods-container .payment-method {
    flex: 0 0 20%;
  }
}
@media (max-width: 543.98px) {
  .features-container .feature {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 544px) and (max-width: 1024px) {
  .features-container .feature {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 1025px) {
  .features-container.has-2-features .feature {
    flex-basis: 236px;
    max-width: 50%;
  }
  .features-container.has-3-features .feature {
    flex-basis: 300px;
    max-width: 33.3%;
  }
  .features-container.has-4-features .feature {
    flex-basis: 236px;
    max-width: 25%;
  }
  .features-container.has-5-features .feature {
    flex-basis: 220px;
    max-width: 20%;
  }
  .features-container.has-6-features .feature {
    flex-basis: 204px;
    max-width: 16.6%;
  }
  .payment-methods-container .payment-method {
    flex: 0 0 11%;
  }
}
@media (min-width: 847px) {
  footer .footer-brand {
    padding-top: 64px;
    padding-bottom: 40px;
  }
  footer .footer-brand .logo {
    height: 43px;
  }
  footer .footer-form-main-msg {
    font-size: 1.875rem;
    margin-bottom: 24px;
  }
  footer .adminstrative-links ul li {
    font-size: 0.75rem;
    line-height: 1.67;
  }
  footer .country-selection {
    padding-top: 60px;
  }
}
.footer-email-subscription-modal a {
  text-decoration: underline;
}
.footer-email-subscription-modal .fresh-rewards-enroll {
  min-width: 150px;
}
.footer-email-subscription-modal input[type=checkbox]:not(.bv-checkbox) + label::before,
.footer-email-subscription-modal input[type=radio] + label::before,
.footer-email-subscription-modal input[type=checkbox]:not(.bv-checkbox) + label::after,
.footer-email-subscription-modal input[type=radio] + label::after {
  top: 1px;
}
.footer-email-subscription-modal .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.notify {
  position: fixed;
  top: 0;
}

/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.price .strike-through {
  text-decoration: line-through;
  margin-right: 0.938rem;
}
.price .starting,
.price .range,
.price .sales {
  font-weight: bold;
}
.price .tiered {
  color: #222;
}
.price .tiered table {
  border-top: 1px solid #ccc;
  margin: 0 auto;
}
.price .tiered table tr:nth-child(odd) {
  background-color: #eee;
}
.price .tiered td,
.price .tiered span.price {
  font-size: 0.875rem;
  font-weight: bold;
}
.price .tiered td {
  padding: 0.313rem;
}
.price .tiered td.quantity {
  font-weight: normal;
  text-align: right;
}
.price .tiered td.value {
  text-align: left;
}
.price .tiered .table-header {
  font-size: 1.125rem;
  padding: 0.313rem;
}
.price .tiered .column-header {
  font-size: 1rem;
  padding: 0.313rem;
  font-weight: normal;
}
.price .tiered .column-header.quantity {
  text-align: right;
}

.primary-images .carousel img {
  width: 100%;
  height: 100%;
}

@media (max-width: 543.98px) {
  .full-bleed-carousel {
    padding: 0;
  }
  .full-bleed-carousel .page-product-listing .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
.add-to-cart-messages {
  z-index: 1020;
  transform: translate(-50%, -50%);
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
}

.add-to-basket-alert {
  animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px grey;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.product-tile {
  border: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #f7f7f8;
  border-radius: 4px;
}
.product-tile .prices-add-to-cart-actions {
  width: 100%;
  position: inherit;
  box-shadow: none;
}
.product-tile .cart-and-ipay {
  margin-top: 5px;
  padding-bottom: 0;
}
.product-tile .add-to-cart-on-tile {
  border-radius: 4px;
  height: 44px;
  flex-basis: 0;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-tile .tile-body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 8px 8px;
}
.product-tile .tile-body .price {
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.125rem;
  line-height: 1.33;
  color: #303e48;
}
.product-tile .tile-body .price .sales {
  font-weight: 300;
}
.product-tile .tile-body .price .strike-through {
  margin-right: 4px;
}
.product-tile .tile-body .price .strike-through + .sales {
  color: var(--promo-color);
}
.product-tile .tile-body .price .tiered {
  font-size: 0.875em;
}
.product-tile .tile-body .price .tiered .value {
  font-weight: bold;
}
.product-tile .tile-body .coming-soon-tile {
  text-align: center;
}
.product-tile .tile-body .ratings {
  min-height: 28px;
  padding-bottom: 8px;
  font-size: 0.75rem;
}
@media (min-width: 847px) {
  .product-tile .tile-body .ratings {
    min-height: 36px;
    padding-bottom: 16px;
  }
}
.product-tile .tile-body .ratings a {
  display: inline-block;
}
.product-tile .tile-body .color-swatches {
  display: none;
}
.product-tile .tile-body .price-container {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-tile .tile-body .other-available {
  display: inline-block;
  float: right;
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  letter-spacing: -0.5px;
}
.product-tile .tile-body .product-desc {
  font-family: roboto-light, roboto-fallback, sans-serif;
  margin-bottom: 28px;
  padding-top: 12px;
}
.product-tile .tile-body .attribute-select {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 0.875rem;
  margin-bottom: 16px;
}
.product-tile .tile-body .attribute-select .attribute-select-container {
  position: relative;
}
.product-tile .tile-body .attribute-select select {
  height: 40px;
  padding-right: 40px;
}
.product-tile .tile-body .attribute-select select:focus-visible {
  outline: 1px dotted #303e48;
}
.product-tile .tile-body .attribute-select .custom-select,
.product-tile .tile-body .attribute-select .selected-option {
  appearance: none;
  border-radius: 4px;
  background: #fff url("../../images/chevron.svg") no-repeat right 14px center;
  background-size: 16px 16px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.product-tile .tile-body .attribute-select .custom-select:focus,
.product-tile .tile-body .attribute-select .selected-option:focus {
  box-shadow: none;
  outline-offset: 2px;
}
.product-tile .tile-body .attribute-select .selected-option {
  height: 40px;
  line-height: 32px;
  padding: 6px 40px 6px 12px;
}
.product-tile .tile-body .attribute-select .selected-option .option-value {
  white-space: nowrap;
  overflow: hidden;
}
.product-tile .tile-body .attribute-select .tile-attribute-select .select-options {
  width: 100%;
  position: absolute;
  top: 52px;
  z-index: 101;
  background-color: #fff;
  box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.product-tile .tile-body .attribute-select .tile-attribute-select .select-options .select-options-inner-container {
  padding: 8px 16px 4px;
}
.product-tile .tile-body .attribute-select .tile-attribute-select .select-options .select-options-inner-container .option {
  display: block;
  padding-bottom: 4px;
}
.product-tile .tile-body .attribute-select .tile-attribute-select .select-options .select-options-inner-container .option:hover, .product-tile .tile-body .attribute-select .tile-attribute-select .select-options .select-options-inner-container .option:focus {
  font-weight: bold;
  cursor: pointer;
}
.product-tile .tile-body .attribute-select .tile-attribute-select .select-options .select-options-inner-container .option .waitlist {
  font-size: 0.875rem;
  line-height: 1.21;
  letter-spacing: -0.5px;
  font-weight: 600;
}
.product-tile .tile-body .standard-size {
  font-family: roboto-light, roboto-fallback, sans-serif;
  margin-bottom: 16px;
  height: 40px;
  line-height: 40px;
}
.product-tile .tile-body .sold-out {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.21;
}
.product-tile .tile-middle {
  margin-bottom: auto;
}
.product-tile .image-container {
  position: relative;
}
.product-tile .image-container .product-image {
  display: block;
}
.product-tile .image-container .product-image .tile-image {
  width: 100%;
  height: auto;
}
.product-tile .image-container .product-image img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.product-tile .image-container .video-alt-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-tile .image-container .video-alt-content .video {
  z-index: 0;
}
.product-tile .image-container .tile-alt-content {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.product-tile .swatches a {
  text-decoration: none;
}
.product-tile .gift-set-discount-msg {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 0.875rem;
  font-style: italic;
  letter-spacing: -1px;
  margin-right: auto;
}
.product-tile .gift-set-discount-msg p {
  margin-bottom: 0;
}
.product-tile .subtitle {
  position: relative;
  height: 29px;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
  font-weight: 300;
  margin-bottom: 8px;
}
@supports (-webkit-line-clamp: 2) {
  .product-tile .subtitle {
    text-overflow: ellipsis;
    display: box;
    -webkit-line-clamp: 2;
  }
}
.product-tile .pdp-link {
  padding: 8px;
}
.product-tile .pdp-link p {
  margin-bottom: 0;
}
.product-tile .pdp-link .product-title {
  font-size: 1em;
  text-decoration: none;
  font-family: custom-body-font, roboto-fallback, sans-serif;
  line-height: 1.1;
  display: block;
  font-weight: 400;
  min-height: 53px;
}
@media (min-width: 847px) {
  .product-tile .pdp-link .product-title {
    min-height: 40px;
    font-size: 1.125rem;
  }
}
@media (min-width: 847px) {
  .product-tile .pdp-link {
    padding: 16px 16px 8px;
  }
}
.product-tile .pdp-link .product-desc {
  line-height: 1.1;
  min-height: 0 !important;
}
@media (min-width: 847px) {
  .product-tile:hover .image-container .tile-alt-content {
    opacity: 1;
  }
}
.product-tile.version-2 {
  background-color: #fff;
}
.product-tile.version-2 .ratings {
  border-bottom: 0.5px solid #303e48;
  margin-bottom: 8px;
}
.product-tile.version-2 .attribute-select select.custom-select {
  border: 1px solid #303e48;
}
.product-tile .notifyme-btn-wrapper-tile {
  padding: 0;
  padding-top: 5px;
}
.product-tile .backinstock .add-to-waitlist .notify-me-btn {
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #f7f7f8;
  border-radius: 4px;
  color: #303e48;
}
.product-tile .backinstock .add-to-waitlist .notify-me-btn:hover, .product-tile .backinstock .add-to-waitlist .notify-me-btn:focus, .product-tile .backinstock .add-to-waitlist .notify-me-btn:active {
  background-color: #303e48;
  color: #fff;
  border-color: transparent;
}

/* stylelint-disable-next-line selector-id-pattern */
#chooseBonusProductModal .modal-footer .container {
  margin-left: 0;
  width: 100%;
  margin-right: 0;
}
#chooseBonusProductModal .select-cbp-container {
  margin-top: auto;
  margin-bottom: auto;
}
#chooseBonusProductModal .product-name-wrapper {
  width: 100%;
}
#chooseBonusProductModal .bonus-quantity,
#chooseBonusProductModal .bonus-option {
  margin-top: 0.938em;
}
#chooseBonusProductModal .bonus-quantity-select {
  min-width: 5em;
}
#chooseBonusProductModal .select-bonus-product {
  margin-top: 1em;
}
#chooseBonusProductModal .selected-pid {
  border: 1px solid #ccc;
}
#chooseBonusProductModal .selected-pid .bonus-product-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#chooseBonusProductModal .bonus-product-price {
  text-align: center;
  margin-top: 1em;
}

.top-border {
  border-top: solid 1px #ddd;
}

.product-grid {
  margin-top: 42px;
}
.product-grid .product-plp {
  margin-bottom: 32px;
}
.product-grid .product {
  height: 100%;
}
.product-grid .compare-wrapper .compare {
  padding-top: 16px;
}
.product-grid .compare-wrapper .compare .custom-control-label {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  padding-left: 30px;
}
.product-grid .compare-wrapper .compare .custom-control-label::before, .product-grid .compare-wrapper .compare .custom-control-label::after {
  top: 0;
}
.product-grid .compare-wrapper .compare .custom-checkbox {
  padding-top: 0;
}

#product-search-results .grid-header {
  align-items: center !important;
}

.filters-sub-cat li {
  min-height: 22px;
}

.filters-sub-cat a [class^=icon-checkbox],
.filters-sub-cat button [class^=icon-checkbox] {
  font-size: 1.125rem;
}
.filters-sub-cat a [class^=icon-radio],
.filters-sub-cat button [class^=icon-radio] {
  font-size: 1.25rem;
}
.filters-sub-cat a span,
.filters-sub-cat button span {
  padding-left: 5px;
  text-align: left;
}
.filters-sub-cat a span:not(.icon-checkbox, .icon-checkbox-selected),
.filters-sub-cat button span:not(.icon-checkbox, .icon-checkbox-selected) {
  margin-top: 2px;
  padding-left: 10px;
}

.refinement-bar .header-bar {
  background: none;
  border-bottom: none;
}

.plp-header {
  margin: 42px 0;
}
@media (max-width: 991.98px) {
  .plp-header {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 543.98px) {
  .plp-header {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.plp-header h3 {
  font-size: 1.125rem;
  margin: 10px 0 0;
}
@media (max-width: 543.98px) {
  .plp-header h3 {
    margin: 14px 0 0;
  }
}

@media (max-width: 991.98px) {
  .refinement-bar {
    height: 100%;
  }
}
@media (max-width: 543.98px) {
  .experience-component .product-tile .tile-body {
    margin: 12px 0 25px;
  }
}

@media (max-width: 543.98px) {
  .compare-product-content .product-tile .tile-body {
    margin: 12px 0 3px;
  }
}

.badges-container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 100;
  font-size: 0.875rem;
  line-height: 1.43;
}
@media (min-width: 847px) {
  .badges-container {
    font-size: 1rem;
    line-height: 1.25;
  }
}
.badges-container .badges {
  padding: 3px 8px;
}
@media (min-width: 847px) {
  .badges-container .badges {
    padding: 8px 16px;
  }
}
.badges-container .badges span:not(.second-badge) {
  font-family: custom-body-font, roboto-fallback, sans-serif;
}
.badges-container .badges .second-badge {
  font-family: roboto-light, roboto-fallback, sans-serif;
}

.price-add-to-cart {
  display: none;
}

@media (min-width: 847px) {
  .product-tile.version-2 .ratings {
    margin-bottom: 16px;
  }
  .product-tile .tile-body {
    padding: 0 16px 16px;
  }
  .product-tile .tile-body .price-container {
    margin-bottom: 16px;
  }
  .product-tile .tile-body .price {
    font-size: 1.25rem;
    line-height: 1.15;
  }
  .product-tile .tile-body .attribute-select {
    font-size: 1rem;
  }
  .product-tile .tile-body .attribute-select select {
    height: 44px;
  }
  .product-tile .tile-body .standard-size {
    height: 44px;
    line-height: 44px;
  }
  .product-tile .subtitle {
    font-size: 0.875rem;
    height: 33px;
  }
  .product-grid .product-plp {
    margin-bottom: 32px;
  }
}
.bv-inline-ratings {
  display: flex;
  align-items: center;
}
.bv-inline-ratings .stars {
  position: relative;
}
.product-tile .bv-inline-ratings .stars .icon-star {
  margin-right: 1px;
}
.product-tile .bv-inline-ratings .stars .icon-star svg {
  max-width: none;
}
.bv-inline-ratings .stars .stars-full {
  display: flex;
  color: rgb(216, 216, 216);
}
.bv-inline-ratings .stars .stars-rating {
  display: flex;
  position: absolute;
  top: 0;
  flex-wrap: nowrap;
  overflow: hidden;
  width: var(--rating-width);
}
.bv-inline-ratings .rating-count {
  margin-left: 4px;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
}
.product-detail .bv-inline-ratings {
  line-height: 1;
}
.product-detail .bv-inline-ratings .rating-average,
.product-detail .bv-inline-ratings .rating-count {
  text-decoration: underline;
}
.product-detail .bv-inline-ratings .review-star-svg {
  width: 0.8rem;
  height: 0.8rem;
}

.lazyload-ratings {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.elixir-page .lazyload-ratings {
  background: none;
}

.form-nav .nav-tabs .nav-link {
  color: #333;
}

.form-nav .nav-tabs .nav-link.active,
.form-nav .nav-tabs .nav-link.active:focus,
.form-nav .nav-tabs .nav-link.active:hover {
  background-color: #fff;
  color: #333;
}

.nav-tabs .nav-link.active {
  background-color: transparent;
}

@media (min-width: 992px) {
  .form-nav .nav-item > .nav-link {
    color: #333;
  }
}
.veil {
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.veil .underlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}

.spinner {
  width: 80px;
  height: 80px;
  text-align: center;
  animation: sk-rotate 2s infinite linear;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.veil {
  z-index: 1060;
}
.veil .underlay {
  background-color: #fff;
}

.spinner {
  animation: none;
  margin-top: auto;
  margin-left: auto;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
.spinner img {
  width: 102px;
  height: 182px;
}
@media (min-width: 544px) {
  .spinner img {
    width: 134px;
    height: 240px;
  }
}

.silent-post-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.minicart .minicart-quantity {
  background-color: #fff;
  color: #303e48;
  position: absolute;
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
  font-size: 10px;
  font-weight: bold;
}
.minicart .popover-bottom {
  border: 0;
}

.engraved-emoji {
  width: 0.75rem;
  height: 0.75rem;
}

.gdpr-payment-label {
  margin-top: 0.625rem;
  margin-bottom: -3px;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: -0.25px;
}

.pli-out-of-stock,
.pli-max-quantity-exceeded {
  padding: 0 2px;
  font-size: 0.875rem;
  line-height: 1.188rem;
  letter-spacing: -0.5px;
  color: #fff;
  background: #dc3246;
  margin-bottom: 0.1875rem;
}

.cart-page .mini-cart-notification {
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.2));
  padding: 0.9375rem 16px 1rem;
  background: #f7f7f7;
  position: fixed;
  z-index: 1011;
  top: var(--top);
  width: calc(100% - 32px);
  transform: translateX(16px);
  border-radius: 8px;
}
.cart-page .mini-cart-notification .close-button {
  position: absolute;
  height: 0.875rem;
  width: 14px;
  right: 30px;
  top: 15px;
  left: unset;
  transform: none;
  padding: 0;
  display: flex;
  border: none;
  background: transparent;
}
.cart-page .mini-cart-notification .close-button svg {
  height: 0.875rem;
  width: 14px;
}
.cart-page .mini-cart-notification .promo-container {
  margin-top: unset;
  margin-bottom: 0.6875rem;
}
.cart-page .mini-cart-notification .promo-container .fresh-rewards-promo-container {
  padding-left: 32px;
  background: white;
  margin-bottom: 5px;
  border-radius: 4px;
}
.cart-page .mini-cart-notification .promo-container .free-shipping-container {
  background: white;
}
.cart-page .mini-cart-notification .promo-container::after {
  display: none;
}
.cart-page .mini-cart-notification.closing {
  animation: close-notification 0.3s 1;
}
.cart-page .mini-cart-notification.opening {
  animation: open-notification 0.3s 1;
}
@keyframes open-notification {
  0% {
    transform: translate(125%, 0);
  }
  100% {
    transform: translate(15px, 0);
  }
}
@keyframes close-notification {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(125%, 0);
  }
}
.cart-page .mini-cart-notification .begin-checkout-btn {
  line-height: 1.188rem;
  letter-spacing: -0.5px;
  color: #fff;
}
.cart-page .mini-cart-notification .mini-cart-promo-message {
  line-height: 1.188rem;
  letter-spacing: -0.5px;
  margin-bottom: 0.625rem;
}
.cart-page .mini-cart-notification .checkmark-icon {
  height: 1.5rem;
  width: 24px;
}
.cart-page .mini-cart-notification .added-to-bag-text {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  position: relative;
  top: 3px;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  letter-spacing: -1px;
  padding-left: 0.625rem;
}
.cart-page .mini-cart-notification .added-to-bag-text-icon-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
}
.cart-page .mini-cart-notification.hidden {
  display: none;
}
.cart-page .mini-cart .drawer-body {
  flex-direction: column;
  display: flex;
  flex-grow: 1;
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.cart-page .mini-cart .product-line-item-container .hazardous-alert-icon-wrapper {
  margin-top: 0.5rem;
}
.cart-page .mini-cart .cart-main-products-container {
  margin-bottom: 0.625rem;
}
.cart-page .mini-cart .checkout-cta-container {
  filter: drop-shadow(0 -4px 6px rgba(0, 0, 0, 0.1));
  width: calc(100% + 60px);
  transform: translateX(-30px);
  margin-bottom: 0 !important;
  padding: 0.625rem 30px;
  position: sticky;
  margin-top: auto;
}
.cart-page .mini-cart .express-payment-container {
  padding-bottom: 0;
}
.cart-page .mini-cart .mini-cart-promo-code-message {
  margin-bottom: 0.5rem;
}
.cart-page .begin-checkout-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #303e48;
  border-radius: 4px;
  width: 100%;
  height: 3rem;
}
.cart-page .begin-checkout-btn.disabled {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
  color: #fff;
  cursor: not-allowed;
}
.cart-page .begin-checkout-btn .lock-icon {
  margin-left: 13px;
}
.cart-page .begin-checkout-btn .number-of-items {
  margin-left: 13px;
}
.cart-page .begin-checkout-btn .text {
  color: white;
}
.cart-page .promo-container {
  width: 100%;
  margin-bottom: 2.25rem;
}
.cart-page .promo-container::after {
  content: "";
  position: absolute;
  width: calc(100% + 15px);
  height: 0.625rem;
  left: -15px;
  background-color: #f1f1f1;
}
.cart-page .promo-container .free-shipping-container {
  padding: 0.625rem 30px;
  margin-bottom: 0.9375rem;
  background: #f1f1f1;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cart-page .promo-container .free-shipping-container .free-shipping-progress-bar {
  position: relative;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: row;
  width: 100%;
  border-radius: 30px;
}
.cart-page .promo-container .free-shipping-container .free-shipping-progress-bar .spent,
.cart-page .promo-container .free-shipping-container .free-shipping-progress-bar .remaining {
  position: absolute;
  border-radius: 30px;
  border: 5px solid;
}
.cart-page .promo-container .free-shipping-container .free-shipping-progress-bar .spent {
  border-color: #303e48;
  z-index: 1;
  animation: loading-animation 1s cubic-bezier(0.24, 0.25, 0.23, 1);
}
@keyframes loading-animation {
  0% {
    border: 0 hidden;
    width: 0%;
  }
  1% {
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-style: solid;
    width: 0%;
  }
  5% {
    border: 5px solid;
  }
  100% {
    width: var(--remaining-width);
  }
}
.cart-page .promo-container .free-shipping-container .free-shipping-progress-bar .remaining {
  border-color: #c4c4c4;
  width: 100%;
}
.cart-page .promo-container .free-shipping-container .message {
  font-size: 0.875rem;
  line-height: 1.188rem;
  letter-spacing: -0.5px;
}
.cart-page .promo-container .fresh-rewards-promo-container {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-bottom: 0.125rem;
}
.cart-page .promo-container .fresh-rewards-promo-container .message-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 10px;
  line-height: 1.375rem;
  letter-spacing: -0.5px;
}
.cart-page .promo-container .fresh-rewards-promo-container .points {
  font-size: 1.125rem;
  background: #e3f0f8;
}
.cart-page .promo-container .fresh-rewards-promo-container .reward-star {
  width: 42px;
  height: 2.625rem;
}
.cart-page .promo-container .fresh-rewards-promo-container .sign-or-join .rewards-link-first {
  padding-right: 4px;
}
.cart-page .promo-container .fresh-rewards-promo-container .sign-or-join .rewards-link-second {
  padding: 0 4px;
}
.cart-page .checkout-cta-container {
  filter: drop-shadow(0 -4px 6px rgba(0, 0, 0, 0.1));
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 6;
  background: white;
  padding: 0.8125rem 15px;
  line-height: 1.1;
  letter-spacing: -0.5px;
  /* stylelint-disable-next-line selector-type-no-unknown */
}
.cart-page .checkout-cta-container .express-payment-container > *:not(:last-child) {
  margin-right: 15px;
}
.cart-page .checkout-cta-container isapplepay {
  display: none !important;
}
.cart-page .checkout-cta-container .apple-btn {
  margin-top: 0.625rem;
}
.cart-page .checkout-cta-container .apple-btn::after {
  visibility: visible;
  opacity: 0;
}
.cart-page .checkout-cta-container .apple-btn.mr-15px {
  margin-right: 15px;
}
.cart-page .checkout-cta-container .klarna-express {
  margin-top: 0.625rem;
  width: 100%;
}
.cart-page .checkout-cta-container .klarna-express klarna-express-button {
  width: 100%;
  height: 48px;
}
.cart-page .checkout-cta-container .klarna-express klarna-express-button #klarna-express-button {
  min-width: 120px;
}
.cart-page .checkout-cta-container .lock-icon {
  height: 1.0625rem;
}
.cart-page .checkout-cta-container .express-payment-container {
  display: flex;
  flex-direction: row;
}
.cart-page .checkout-cta-container .express-payment-container .express-payment-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  border-radius: 4px;
  height: 3rem;
  width: 100%;
}
.cart-page .checkout-cta-container .express-payment-container .express-payment-btn .payment-svg {
  height: 1.25rem;
  width: 80%;
}
.cart-page .checkout-cta-container .total-container .label-total-price {
  font-size: 1.125rem;
  padding-bottom: 0.625rem;
}
.cart-page .checkout-cta-container .total-container .total-price-formatted {
  font-weight: bold;
  padding-left: 8px;
}
.cart-page .checkout-cta-container .total-container .label-add-promo-code {
  text-decoration: underline;
}
.cart-page .checkout-cta-container .paypal-pay {
  margin-top: 0.625rem;
  width: 100%;
}
@media (max-width: 543.98px) {
  .cart-page .checkout-cta-container .paypal-pay {
    padding-left: 0;
    padding-right: 0;
  }
}
.cart-page .checkout-cta-container .paypal-pay a {
  background-color: #ffd08b;
  border-color: #ffd08b;
}
.cart-page .checkout-cta-container .paypal-pay a:hover {
  background-color: #ffd08b;
}
.cart-page .checkout-cta-container .paypal-pay a .paypalpay-img {
  width: 50%;
}
.cart-page .checkout-cta-container .paypal-pay .paypal-button {
  overflow: visible !important;
}
.cart-page .empty-cart .products-header {
  margin-bottom: 1.75rem;
}
.cart-page .empty-cart .empty-cart-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.cart-page .empty-cart .empty-cart-message {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  letter-spacing: -1px;
  margin-bottom: 1.0625rem;
}
.cart-page .empty-cart .my-bag {
  border-bottom: 1px solid #c4c4c4;
  flex-basis: 100%;
  margin-bottom: 0 !important;
}
.cart-page .empty-cart .new-bag {
  height: 3.625rem;
  width: 48px;
  margin-bottom: 0.4375rem;
}
.cart-page .empty-cart .begin-checkout-btn {
  max-width: 215px;
}
.cart-page .products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-page .my-bag {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.875rem;
  letter-spacing: -1px;
  margin: 0 !important;
}
.cart-page .out-of-stock-warning,
.cart-page .max-quantity-warning {
  display: flex;
  margin-top: 0.8125rem;
  margin-bottom: 0.8125rem;
  padding: 0.5625rem 14px;
  background: #dc3246;
  color: #fff;
  border-radius: 4px;
}
.cart-page .out-of-stock-warning .info-icon,
.cart-page .max-quantity-warning .info-icon {
  width: 18px;
  height: 1.188rem;
}
.cart-page .out-of-stock-warning .text,
.cart-page .max-quantity-warning .text {
  padding-left: 9px;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: -0.5px;
}
.cart-page .hazardous-products-warning {
  display: flex;
  margin-top: 0.8125rem;
  margin-bottom: 0.8125rem;
}
.cart-page .hazardous-products-warning .text {
  padding-left: 11px;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: -0.5px;
  color: #e20c0b;
}
.cart-page .hazardous-alert-icon {
  width: 29px;
  height: 1.5625rem;
  color: #e20c0b;
}
.cart-page .cart-main-products-container {
  position: relative;
  margin-bottom: 1.25rem;
}
.cart-page .cart-main-products-container .pli-wrapper .product-line-item-container:first-of-type {
  border-top: 1px solid #c4c4c4;
}
.cart-page .cart-main-products-container .pli-wrapper .product-line-item-container:last-of-type {
  border-bottom: unset;
}
.cart-page .cart-main-products-container .number-of-items {
  line-height: 1.25rem;
  letter-spacing: -0.5px;
}
.cart-page .cart-main-products-container::after {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  height: 0.625rem;
  left: -15px;
  background-color: #f1f1f1;
  margin-top: -5px;
}
.cart-page .product-line-item-container {
  display: flex;
  justify-content: space-between;
  padding: 1.5625rem 0;
  border-bottom: 1px solid #c4c4c4;
}
.cart-page .product-line-item-container .hazardous-alert-icon-wrapper {
  margin-top: 0.9375rem;
  margin-bottom: -0.3125rem;
  padding-left: 6px;
}
.cart-page .product-line-item-container .chevron-down {
  font-size: 1.125rem;
  position: absolute;
  width: 14px;
  height: 0.5625rem;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
}
.cart-page .product-line-item-container .pli-first-container {
  display: flex;
  flex-direction: column;
}
.cart-page .product-line-item-container .pli-second-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-left: 6px;
}
.cart-page .product-line-item-container .pli-price-container-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: right;
  white-space: nowrap;
  padding-left: 12px;
}
.cart-page .product-line-item-container .pli-product-details {
  display: flex;
  flex-direction: column;
}
.cart-page .product-line-item-container .pli-product-details-and-price {
  display: flex;
}
.cart-page .product-line-item-container .pli-product-details-and-price.gift-box {
  height: 100%;
}
.cart-page .product-line-item-container .pli-image {
  height: 5rem;
  width: 80px;
  margin-bottom: 0.625rem;
}
.cart-page .product-line-item-container .pli-bundled-item {
  margin-bottom: 1rem;
}
.cart-page .product-line-item-container .pli-bundled-item:last-of-type {
  margin-bottom: 0;
}
.cart-page .product-line-item-container .pli-bundled-item .pli-image {
  height: 4rem;
  width: 4rem;
  margin-bottom: 0;
}
.cart-page .product-line-item-container .pli-qty-select-button {
  border: 1px solid #303e48;
  box-sizing: border-box;
  border-radius: 4px;
  height: 2rem;
  width: 65px;
  padding-left: 12px;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: -0.5px;
}
.cart-page .product-line-item-container .pli-qty-select-button:focus {
  outline: 1px dotted #303e48;
  outline-offset: 2px;
}
.cart-page .product-line-item-container .pli-remove-button {
  margin-top: 0.625rem;
  font-size: 0.75rem;
  line-height: 1.188rem;
  letter-spacing: -0.5px;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  transition: none;
}
.cart-page .product-line-item-container .select-and-remove-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 65px;
}
.cart-page .product-line-item-container .pli-product-name {
  font-size: 0.875rem;
  line-height: 1.188rem;
  letter-spacing: -0.5px;
}
.cart-page .product-line-item-container .pli-product-price-container {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: -0.5px;
}
.cart-page .product-line-item-container .pli-product-price-container .adjusted-price {
  color: #e20c0b !important;
}
.cart-page .product-line-item-container .pli-product-price-container .strike-through {
  text-decoration-line: line-through;
}
.cart-page .product-line-item-container .pli-product-attributes {
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: -0.5px;
}
.cart-page .product-line-item-container .pli-product-promotions {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: -0.5px;
  color: #e20c0b;
  padding-top: 0.625rem;
}
.cart-page .product-line-item-container .pli-gift-box-message {
  padding-top: 0.3125rem;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 0.625rem;
}
.cart-page .product-line-item-container .gift-box-remove {
  padding-left: 10px;
}
.cart-page .product-line-item-container .pli-disabled {
  cursor: default;
  pointer-events: none;
}
.cart-page .pli-refill-container {
  max-width: fit-content;
}
.cart-page .pli-refill-container .osf-cselect::after {
  right: 15px;
}
.cart-page .pli-refill-container #sor-delivery-month-interval {
  min-width: auto;
}
.cart-page .pli-refill-container .pli-refill-checkbox-input:focus-visible + label::before {
  outline: 1px dotted #303e48;
  outline-offset: 2px;
}
.cart-page .pli-refill-container .pli-refill-input-wrapper {
  display: flex;
  margin: 0.6875rem 0;
}
.cart-page .pli-refill-container .pli-refill-checkbox-label {
  margin: 0;
  display: flex;
  align-items: flex-start;
}
.cart-page .pli-refill-container .pli-refill-checkbox-label::before {
  top: 0 !important;
}
.cart-page .pli-refill-container .pli-refill-checkbox-label::after {
  top: 0 !important;
}
.cart-page .pli-refill-container .pli-refill-content-asset {
  font-size: 0.75rem;
  line-height: 1.125rem;
  align-items: center;
  letter-spacing: -0.25px;
}
.cart-page .pli-refill-container .pli-refill-help-button {
  border: none;
  background: transparent;
  padding: 0;
  margin-left: 5px;
  margin-top: 3px;
  display: flex;
}
.cart-page .pli-refill-container .pli-refill-help-button svg {
  width: 12px;
  height: 0.75rem;
}
.cart-page .pli-refill-container .pli-refill-period-select {
  height: 2.5rem !important;
  padding-left: 10px !important;
  font-size: 0.75rem !important;
  line-height: 1.25rem !important;
  letter-spacing: -0.5px !important;
  outline: none;
}

@media (max-height: 400px) {
  .cart .cart-page .checkout-cta-container {
    position: static;
    transform: none;
    filter: none;
    -webkit-filter: none;
    padding: 1.8125rem 15px;
  }
}
.pli-bundled-products > button {
  display: flex;
  align-items: center;
}
.pli-bundled-products > button .icon-chevron {
  transition: transform 0.2s 0s linear;
  margin-left: 8px;
}
.pli-bundled-products > button .icon-chevron svg {
  width: 0.75rem;
  height: 0.75rem;
}
.pli-bundled-products > button:not(.collapsed) .icon-chevron {
  transform: rotate(-180deg);
}

@media (min-width: 544px) {
  .cart-page .sign-or-join {
    padding-left: 4px;
  }
}
@media (min-width: 847px) {
  .cart-page .promo-container {
    margin-bottom: 1rem;
  }
  .cart-page .promo-container::after {
    display: none;
  }
  .cart-page .promo-container .free-shipping-container {
    padding: 0.75rem 30px;
    margin-bottom: 0.625rem;
  }
  .cart-page .promo-container .fresh-rewards-promo-container {
    padding-bottom: 0.5rem;
  }
  .cart-page .sign-or-join {
    padding-left: 4px;
  }
  .cart-page .checkout-cta-container {
    filter: none;
    padding: 0;
    z-index: unset;
    position: relative;
    margin-bottom: 2.5rem;
  }
  .cart-page .checkout-cta-container .paypal-pay,
  .cart-page .checkout-cta-container .apple-btn,
  .cart-page .checkout-cta-container .klarna-express {
    margin-top: 1rem;
  }
  .cart-page .empty-cart .products-header {
    margin-top: 4.563rem;
    margin-bottom: 3.625rem;
  }
  .cart-page .empty-cart .empty-cart-message {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 1.5625rem;
  }
  .cart-page .empty-cart .new-bag {
    margin-bottom: 1.125rem;
    height: 4.625rem;
    width: 60px;
  }
  .cart-page .my-bag {
    font-size: 2.5rem;
    letter-spacing: -2px;
    margin: 0 !important;
  }
  .cart-page .out-of-stock-warning,
  .cart-page .max-quantity-warning {
    padding: 0.75rem 14px;
  }
  .cart-page .out-of-stock-warning .text,
  .cart-page .max-quantity-warning .text {
    font-size: 1rem;
    line-height: 1.188rem;
  }
  .cart-page .hazardous-products-warning {
    padding-left: 6px;
  }
  .cart-page .hazardous-products-warning .hazardous-alert-icon-wrapper {
    align-self: center;
  }
  .cart-page .hazardous-products-warning .text {
    font-size: 1rem;
    line-height: 1.188rem;
  }
  .cart-page .cart-main-products-container {
    margin-bottom: 3rem;
  }
  .cart-page .cart-main-products-container .number-of-items {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .cart-page .cart-main-products-container::after {
    display: none;
  }
  .cart-page .cart-main-products-container::before {
    display: none;
  }
  .cart-page .product-line-item-container {
    padding: 1.875rem 0 1.125rem;
  }
  .cart-page .product-line-item-container .hazardous-alert-icon-wrapper {
    margin-top: 1.125rem;
    margin-bottom: 0;
  }
  .cart-page .product-line-item-container:last-child {
    border-bottom: 1px solid #c4c4c4;
  }
  .cart-page .product-line-item-container .pli-first-container {
    align-items: center;
  }
  .cart-page .product-line-item-container .pli-second-container {
    padding-left: 20px;
  }
  .cart-page .product-line-item-container .pli-image {
    height: 7.188rem;
    width: 115px;
  }
  .cart-page .product-line-item-container .pli-bundled-item .pli-image {
    height: 6rem;
    width: 6rem;
  }
  .cart-page .product-line-item-container .pli-product-name {
    font-size: 1rem;
  }
  .cart-page .product-line-item-container .pli-product-price-container {
    font-size: 1rem;
    line-height: 1.188rem;
  }
  .cart-page .product-line-item-container .pli-product-attributes {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }
  .gdpr-payment-label {
    margin-bottom: 0;
  }
}
/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.more-articles {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1920px;
  margin: 0 auto;
}
.more-articles .swiper-slide {
  color: #275d40;
  margin-right: 15px;
  flex: 0 0 280px;
  max-width: 280px;
}
.more-articles .swiper-slide .media-wrapper.ratio-carousel {
  padding-bottom: 100%;
  margin-bottom: 2rem;
}
.more-articles .swiper-slide .blog-folder {
  font-size: 0.875rem;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.more-articles .swiper-slide .blog-grid-title .experience-component > div {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
  text-align: left !important;
}
.more-articles .swiper-slide .author-name-region,
.more-articles .swiper-slide .author-bio-region,
.more-articles .swiper-slide .thumbnail-minutes-read {
  display: none;
}
.more-articles .peek-carousel:not(.swiper-container-initialized) .swiper-slide:first-of-type {
  margin-left: 16px;
}
.more-articles .peek-carousel:not(.swiper-container-initialized) .swiper-slide:last-of-type {
  margin-right: 16px;
}
.more-articles .swiper-scrollbar {
  display: none;
}

@media (min-width: 847px) {
  .more-articles .swiper-slide {
    max-width: 380px;
    flex: 0 0 380px;
  }
}
@media (min-width: 1440px) {
  .more-articles .swiper-slide {
    max-width: 400px;
    flex: 0 0 calc(25% - 20px);
    margin: 0 10px;
  }
  .more-articles .swiper-slide:first-of-type {
    margin-left: 10px;
  }
  .more-articles .swiper-slide:last-of-type {
    margin-right: 10px;
  }
}
/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
/* stylelint-disable-next-line selector-id-pattern */
#payLaterMarketingModal .modal-content .button-section {
  padding: 1rem 16px 2.125rem;
  position: sticky;
  bottom: 0;
  width: 100%;
  background: white;
}
#payLaterMarketingModal .modal-content .button-section .btn {
  height: 3.375rem;
}
#payLaterMarketingModal .modal-dialog {
  max-width: 100vw;
  margin: 0;
}
#payLaterMarketingModal .modal-body {
  max-height: calc(100% - 6.5rem);
  min-height: calc(100vh - 6.5rem);
  padding: 0 16px;
}
#payLaterMarketingModal .modal-body .close-button-section {
  margin: 1.25rem 4px 0 0;
}
#payLaterMarketingModal .modal-body .close-button-section .close-button {
  color: #303e48;
}
#payLaterMarketingModal .modal-body .close-button-section .close-button .close-svg {
  height: 1.5rem;
  width: 1.5rem;
}
#payLaterMarketingModal .modal-body .title {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2.375rem;
  line-height: 2.5rem;
  letter-spacing: -2px;
  margin: 1.375rem 0 1.5rem;
}
#payLaterMarketingModal .modal-body .payment-message {
  font-size: 1.25rem;
  line-height: 1.375rem;
  letter-spacing: -0.5px;
  margin-bottom: 1.5rem;
  font-weight: bold;
}
#payLaterMarketingModal .modal-body .payment-message-description {
  font-size: 0.875rem;
  line-height: 1.1875rem;
  margin-bottom: 1.5rem;
}
#payLaterMarketingModal .modal-body .payment-types {
  display: flex;
  margin-bottom: 3.875rem;
}
#payLaterMarketingModal .modal-body .payment-types .btn-link {
  color: #00519b;
}
#payLaterMarketingModal .modal-body .payment-types .payment-bubble {
  border: 1px solid #303e48;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 160px;
  height: 5.5rem;
  margin-left: 20px;
}
#payLaterMarketingModal .modal-body .payment-types .payment-bubble:first-child {
  margin-left: 0;
}
#payLaterMarketingModal .modal-body .payment-message-disclaimer {
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: -0.5px;
  margin-bottom: 4.875rem;
}

@media (min-width: 992px) {
  #payLaterWidget { /* stylelint-disable-line selector-id-pattern */
    min-height: 71px;
  }
}
.pay-later-message {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: -0.5px;
}
.pay-later-message .payment-message {
  margin-bottom: 0.625rem;
}
.pay-later-message .payment-types {
  display: flex;
  margin-bottom: 1.5rem;
}
.pay-later-message .payment-types .payment-type-delimiter {
  margin-left: 6px;
}
.pay-later-message .pay-later-modal-button {
  background: unset;
  border: none;
  display: flex;
}
.pay-later-message .pay-later-modal-button .icon-svg {
  width: 0.8125rem;
  height: 0.8125rem;
}

@media (min-width: 847px) {
  /* stylelint-disable-next-line selector-id-pattern */
  #payLaterMarketingModal .modal-content {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
  }
  #payLaterMarketingModal .modal-content .button-section {
    padding: 0 40px 2.5rem;
    border-radius: 8px;
  }
  #payLaterMarketingModal .modal-dialog {
    margin: 0.5rem auto;
    top: 8%;
    max-width: 520px;
  }
  #payLaterMarketingModal .modal-body {
    min-height: 30.375rem;
    max-height: 100%;
    padding: 0 40px;
  }
  #payLaterMarketingModal .modal-body .close-button-section {
    margin: 1.75rem 0 0;
    margin-right: -18px;
  }
  #payLaterMarketingModal .modal-body .title {
    font-size: 2.5rem;
    margin: 0.1875rem 0 1rem;
  }
  #payLaterMarketingModal .modal-body .payment-message {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  #payLaterMarketingModal .modal-body .payment-message-description {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  #payLaterMarketingModal .modal-body .payment-types {
    margin-bottom: 2.125rem;
  }
  #payLaterMarketingModal .modal-body .payment-message-disclaimer {
    margin-bottom: 2.625rem;
  }
}
/* 20/16 */
.info-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  border: none;
  padding: 0;
  background: inherit;
}
.info-icon .icon {
  border-radius: 1.25rem;
  background-color: var(--skin-primary-color-1);
  width: 1.5625rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.info-icon .tooltip {
  position: absolute;
  bottom: 100%;
  padding: 0.312rem;
  border-radius: 0;
  background-color: #444;
  color: #fff;
  font-size: 0.928rem;
  min-width: 20rem;
  max-width: 15rem;
  transform: translate(-50%, -0.625em);
  left: 50%;
  margin-left: 4px;
  animation: fade-in 0.5s linear forwards;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info-icon .tooltip::before {
  content: " ";
  position: absolute;
  display: block;
  height: 1.25em; /* 20/16 */
  left: 0;
  bottom: -1.25em;
  width: 100%;
}
.info-icon .tooltip::after {
  border-left: solid transparent 0.625em; /* 10/16 */
  border-right: solid transparent 0.625em; /* 10/16 */
  border-top: solid #444 0.625em;
  bottom: -0.625em;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

.site-search {
  width: auto;
}

.search-flyout {
  z-index: 1019;
}
.search-flyout .modal-content {
  min-height: 164px;
  box-shadow: 0 -10px 0 #fff, 0 10px 20px rgba(0, 0, 0, 0.1);
}
.search-flyout .modal-dialog {
  max-width: none;
  margin: 0;
  display: flex;
  max-height: 100%;
}
.search-flyout .modal-close {
  padding: 24px 30px 6px 24px;
}
.search-flyout .modal-close .close {
  opacity: 0.75;
}
.search-flyout .modal-close .close:hover {
  opacity: 1;
}
.search-flyout .modal-close .close:focus-visible {
  opacity: 1;
}
.search-flyout.modal {
  overflow-y: hidden;
}

.suggestions {
  position: relative;
  width: auto;
  box-shadow: 0 2px 4px 0 #989898;
  z-index: 1022;
  text-align: left;
  overflow-y: auto;
  overflow-x: hidden;
  letter-spacing: -0.5px;
}
@media (max-width: 543.98px) {
  .suggestions {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .suggestions .container {
    max-width: 100%;
  }
}
.suggestions .search-flyout {
  min-width: 230px;
  line-height: 1.5;
  padding-bottom: 75px;
}
.suggestions .search-flyout .h3,
.suggestions .search-flyout h3 {
  margin-top: 30px;
}
@media (max-width: 543.98px) {
  .suggestions .search-flyout .h3,
  .suggestions .search-flyout h3 {
    margin-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .suggestions .search-flyout {
    min-width: 940px;
  }
}
@media (min-width: 1200px) {
  .suggestions .search-flyout {
    min-width: auto;
    width: auto;
  }
}
.suggestions .search-sugg-terms a {
  line-height: 1.5;
  font-family: roboto-light, roboto-fallback, sans-serif;
  color: #303e48;
}
.suggestions .search-sugg-terms a strong {
  font-family: custom-body-font, roboto-fallback, sans-serif;
}
.suggestions .search-sugg-terms .autocomplete-list-items {
  padding-bottom: 16px;
}
.suggestions .search-sugg-terms .autocomplete-list-items .btn-link {
  text-decoration: none;
}
.suggestions .search-sugg-terms .term {
  margin-bottom: -16px;
}
.suggestions .search-best-product p,
.suggestions .search-best-article p,
.suggestions .search-best-sellers p {
  font-size: 16px;
  font-family: custom-body-font, roboto-fallback, sans-serif;
}
.suggestions .search-best-product p a,
.suggestions .search-best-article p a,
.suggestions .search-best-sellers p a {
  margin-left: 20px;
  text-transform: uppercase;
  color: #303e48;
}
.suggestions .searh-product-img a {
  font-size: 16px;
  font-family: custom-body-font, roboto-fallback, sans-serif;
  color: #303e48;
}
@media (min-width: 847px) {
  .suggestions .searh-product-img a {
    font-size: 14px;
  }
}
.suggestions .searh-product-img .item {
  margin-bottom: 16px;
}
@media (max-width: 846.98px) {
  .suggestions .searh-product-img .suggestion-name {
    padding-left: 5px;
    padding-right: 25px;
  }
}
.suggestions .searh-product-img .suggestion-name a:focus {
  outline: dashed !important;
  outline-width: 0.095em !important;
  outline-offset: 1px;
}
.suggestions .search-best-product,
.suggestions .search-best-article {
  margin-top: 64px;
  margin-bottom: 16px;
}
.suggestions .search-best-product .btn-link,
.suggestions .search-best-article .btn-link {
  margin-right: 16px;
}
.suggestions .best-matched {
  display: block;
  font-size: 1.875rem;
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  line-height: 1.2;
}
.suggestions .search-best-article {
  margin-top: 28px;
  margin-bottom: 20px;
}
.suggestions .search-best-article p {
  margin-bottom: 0;
}
.suggestions .search-best-article-img .img-fluid + a {
  display: block;
}
.suggestions .autocomplete-selected-item .phrase-link {
  outline: 1px dotted #303e48;
}

.no-results.modal {
  top: 35px !important;
}
.no-results .suggested-terms {
  border-top: none;
  padding-top: 0;
  justify-content: left !important;
}
.no-results .suggested-terms .suggested-terms-result {
  font-size: 0;
  text-align: left !important;
}

.suggestions-wrapper {
  position: relative;
  overflow-y: auto;
}
.suggestions-wrapper .product-tile .pdp-link {
  min-height: 0;
}
.suggestions-wrapper .product-tile .tile-body {
  padding-bottom: 8px;
}
.suggestions-wrapper .product-tile {
  min-height: 0;
}
@media (min-width: 992px) {
  .suggestions-wrapper .page-product-listing {
    margin-bottom: 0;
  }
}
.suggestions-wrapper .suggested-terms .suggested-terms-result {
  font-size: 0;
}
.suggestions-wrapper .suggested-terms .suggested-terms-result > a {
  margin-bottom: 8px;
  margin-right: 8px;
}

@media (min-width: 847px) {
  .search-flyout {
    padding-bottom: 0;
  }
  .search-flyout .modal-content {
    min-height: 154px;
  }
  .search-flyout .modal-content .modal-body {
    padding: 0 30px;
  }
  .suggestions .search-best-product,
  .suggestions .search-best-article {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    margin-top: 40px;
  }
  .suggestions .searh-product-img,
  .suggestions .search-best-article-img {
    padding-right: 16px;
  }
  .suggestions .searh-product-img {
    margin-left: 0;
    margin-right: -40px;
  }
  .suggestions .searh-product-img .item {
    padding-left: 0;
    padding-right: 40px;
    margin-bottom: 0;
  }
  .suggestions .searh-product-img img {
    margin-bottom: 16px;
  }
}
.svg-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentcolor;
  fill: currentcolor;
  outline: none;
}
.svg-icon.decorative-icon:focus-visible {
  outline: none;
}
.svg-icon.checkbox-light-svg, .svg-icon.checkbox-selected-svg {
  stroke-width: 1px;
  overflow: visible;
}

span[class^=icon-],
span[class*=" icon-"] {
  display: inline-flex;
}

.icon-checkbox-selected .checkbox-svg,
.icon-checkbox-selected .checkbox-light-svg {
  display: none;
}

.icon-checkbox .checkbox-selected-svg {
  display: none;
}

.icon-radio-selected .radio-svg {
  display: none;
}

.icon-radio .radio-selected-svg {
  display: none;
}

.carousel .icon-prev,
.carousel .icon-next {
  background-color: #fff;
  font-size: 1.875em;
  height: 3rem;
  padding-top: 0.24em;
  width: 3rem;
}
.carousel .icon-prev::before,
.carousel .icon-next::before {
  color: black;
  font-family: "FontAwesome";
}
.carousel .icon-prev::before {
  content: "\F104";
}
.carousel .icon-next::before {
  content: "\F105";
}
.carousel .carousel-control-prev {
  justify-content: flex-start;
}
.carousel .carousel-control-next {
  justify-content: flex-end;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  width: 3rem;
}
.carousel .carousel-control-next:focus,
.carousel .carousel-control-prev:focus {
  outline: auto black;
}

.nav-tabs {
  border-bottom: 1px solid #ccc;
}
.nav-tabs .nav-link {
  font-size: 1.1rem;
  color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.active {
  border-bottom: 0.188em solid var(--skin-primary-color-1);
}

.card {
  margin-bottom: 1em;
}

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

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

dt {
  color: #495057;
  font-weight: normal;
}

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

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

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

.form-control.is-invalid {
  background-image: none;
}

.header-banner .country-selector-wrapper {
  display: flex;
}

.country-selector-body {
  padding: 2rem 24px 0;
}
.country-selector-body .close-button {
  color: #303e48;
}
.country-selector-body .country-dropdown {
  display: flex;
  justify-content: space-between;
  padding: 21px 0;
  appearance: none;
  background: none;
  border: none;
  width: 100%;
}
.country-selector-body .country-dropdown span {
  font-size: 1.125rem;
  letter-spacing: -0.5;
  line-height: 1.22;
}
.country-selector-body .country-dropdown .svg-icon {
  height: 20px;
  width: 20px;
}
.country-selector-body .country-dropdown .icon-collapse::before, .country-selector-body .country-dropdown .icon-collapse::after {
  border-width: 0 2px 0 0;
}
.country-selector-body .countries-list-container .countries-container .country-wrapper {
  padding-top: 6px;
}

.section-container {
  border-bottom: 1px solid #303e48;
}

.country-selector-header {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2.125rem;
  letter-spacing: -1px;
  line-height: 0.88;
  text-align: center;
  padding-bottom: 13px;
  border-bottom: 1px solid #303e48;
}

div.country-selector-wrapper {
  min-width: 320px;
  flex-direction: column;
  color: #000;
}
div.country-selector-wrapper .countries-list {
  list-style: none;
}
div.country-selector-wrapper .choose-country {
  font-size: 0.75rem;
  line-height: 1.23;
  letter-spacing: 0.7px;
  font-weight: 700;
  position: relative;
}
div.country-selector-wrapper .choose-country .icon-chevron {
  font-size: 0.75rem;
  position: absolute;
  top: 1px;
  transform: rotate(270deg);
}
div.country-selector-wrapper .country-wrapper.last {
  margin-bottom: 26px;
}
div.country-selector-wrapper .country-name {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.21;
  margin-bottom: 20px;
  padding-left: 3px;
}
div.country-selector-wrapper .country-name:focus-visible {
  outline: 1px dotted #303e48 !important;
}
div.country-selector-wrapper .close-button:focus-visible {
  outline: 1px dotted #303e48 !important;
}
div.country-selector-wrapper .country-language::before {
  content: "|";
  padding-left: 4px;
  padding-right: 4px;
}
div.country-selector-wrapper .country-list:last-child {
  margin-bottom: 0;
}
div.country-selector-wrapper .country-subhead {
  line-height: 1.2;
  margin-bottom: 8px;
}
div.country-selector-wrapper .flag-icon {
  margin-right: 13px;
  width: 28px;
  height: 17px;
}
div.country-selector-wrapper .bag-svg {
  width: 19px;
  height: 23px;
}
div.country-selector-wrapper .transactional,
div.country-selector-wrapper .not-transactional {
  position: relative;
  top: 2px;
  height: 23px;
  margin-right: 13px;
}
div.country-selector-wrapper .transactional .svg-icon,
div.country-selector-wrapper .not-transactional .svg-icon {
  height: 20px;
  width: 20px;
}
div.country-selector-wrapper .not-transactional .svg-icon {
  visibility: hidden;
}

.country-selector-container .flag-icon {
  margin-right: 12px;
}
.country-selector-container .country-text,
.country-selector-container .country-h-language {
  font-size: 0.875rem;
  line-height: 1.2;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-right: 12px;
}
.country-selector-container .country-h-language {
  font-weight: 600;
}
.country-selector-container button.country-selector-wrapper {
  align-items: flex-end;
  border: none;
  appearance: none;
  background: none;
  padding: 0;
}
.country-selector-container button.country-selector-wrapper .flag-icon {
  width: 27px;
  height: 14px;
}

@media (min-width: 847px) {
  .sticky-header .country-selector-container button.country-selector-wrapper {
    display: none;
  }
}
.dw-apple-pay-button.apple-pay-cart,
.dw-apple-pay-button.apple-pay-cart:hover {
  padding: 0.5em 1em;
  margin: auto;
  border-radius: 0;
}

.checkout-and-applepay .btn {
  margin: 1%;
}

@media (max-width: 543.98px) {
  .checkout-continue .checkout-and-applepay {
    padding: 0 15px 1.625em;
  }
}

.dw-apple-pay-button.apple-pay-pdp,
.dw-apple-pay-button.apple-pay-pdp:hover {
  padding: 0.5em 1em;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  margin: auto;
  border-radius: 0;
}

.add-to-cart,
.add-to-cart-global {
  flex-basis: 0;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 543.98px) {
  .add-to-cart,
  .add-to-cart-global {
    max-width: 100%;
  }
}

.cart-and-ipay {
  display: flex;
  justify-content: center;
}

.applepay-tab-wrapper {
  display: none;
  height: 45px;
  min-height: 45px;
  max-height: 45px;
  margin-top: 2%;
}
.applepay-tab-wrapper .dw-apple-pay-logo-white {
  border-radius: 4px !important;
}
.shipping-section .applepay-tab-wrapper {
  margin-top: 0;
}

body.apple-pay-enabled .applepay-tab-wrapper {
  display: block;
}

.apple-pay-btn {
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.apple-pay-btn:hover, .apple-pay-btn:active {
  margin: 0 !important;
}

.paypal-button {
  min-width: 0 !important;
}
.paypal-button .zoid-outlet {
  min-width: 0 !important;
}

.cover-image {
  object-fit: cover;
  object-position: var(--focal-point-x) var(--focal-point-y);
}

.contain-image {
  object-fit: contain;
}

.content-module .container {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1212px;
}
.content-module .container-large {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1920px;
  margin: 0 auto;
}
.content-module .content-tile {
  margin-left: auto;
  margin-right: auto;
}
.content-module .content-tile > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.content-module .content-tile .cta a {
  outline-color: inherit;
}
.content-module ul {
  padding: 0;
}
.content-module .custom-list-number,
.content-module .custom-list-icon,
.content-module .custom-list-disc {
  margin-bottom: 12px;
}
.content-module .custom-list-number:last-of-type,
.content-module .custom-list-icon:last-of-type,
.content-module .custom-list-disc:last-of-type {
  margin-bottom: 0;
}
.content-module .custom-list-number li,
.content-module .custom-list-icon li {
  display: flex;
  align-items: center;
}
.content-module .custom-list-number {
  counter-reset: number;
}
.content-module .custom-list-number li .list-item-counter {
  padding: 4px 48px 0 16px;
  width: 0;
}
.content-module .custom-list-number li .list-item-counter::before {
  counter-increment: number;
  content: counter(number);
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 3.75rem;
  line-height: 1;
}
.content-module .custom-list-icon img {
  margin-right: 20px;
  width: 64px;
  height: 64px;
}
.content-module .has-panel {
  position: relative;
}
.content-module .has-panel::before {
  position: absolute;
  width: 100%;
  height: 156px;
  content: "";
  top: 40px;
  left: 0;
  background: var(--panel-background);
}
.content-module .slider-carousel {
  overflow-x: hidden;
  position: relative;
}
.content-module .slider-carousel .full-slide {
  width: 100%;
  flex-shrink: 0;
}
.content-module .slider-carousel .swiper-button.swiper-button-next {
  right: 10px;
}
.content-module .slider-carousel .swiper-button.swiper-button-prev {
  left: 10px;
}
.content-module .slider-carousel figure {
  margin: 0;
}
.content-module .slider-carousel .swiper-scrollbar {
  display: none;
}
.content-module .explore-collections .view-all[aria-expanded=true] {
  display: none;
}
.content-module .collections-list {
  list-style: none;
}
.content-module .collections-list .list-item {
  display: flex;
}
.content-module .collections-list .title {
  font-size: 1.5rem;
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  letter-spacing: -0.5px;
  display: inline;
  padding-bottom: 4px;
}
.content-module .collections-list .body {
  font-size: 0.875rem;
  line-height: 1.25;
  margin-top: 8px;
  display: flex;
}
.content-module .shop-by .title {
  text-align: center;
  margin-bottom: 28px;
  padding: 0 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.content-module .shop-by .view-all {
  margin-top: 28px;
  margin-bottom: 28px;
  letter-spacing: -0.5px;
  line-height: 1.2;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.content-module .shop-by .items-container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.content-module .shop-by .item-image {
  margin-bottom: 8px;
}
.content-module .shop-by ul {
  list-style: none;
  margin-bottom: 0;
}
.content-module .shop-by .shop-by-items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 8px;
}
.content-module .shop-by .shop-by-item {
  flex: 0 0 100px;
  max-width: 100px;
  margin: 0 7px;
}
.content-module .shop-by .media-wrapper:hover {
  animation: wiggle 0.5s ease-out;
}
.content-module .shop-by .media-wrapper::before {
  content: "";
  position: absolute;
  border-radius: 100%;
  width: 66%;
  height: 66%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #303e48;
  opacity: 0;
  transition: opacity 0.4s linear 0s;
}
.content-module .shop-by a:focus-visible .list-item {
  outline: 1px dotted #303e48;
  outline-offset: 1px;
}
.content-module .shop-by img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  transition: filter 0.3s linear 0s, opacity 0.8s ease;
}
.content-module .shop-by.keep-visible .view-all:not(.collapsed) {
  display: none;
}
.content-module .shop-by.keep-visible .show-less {
  display: none;
}
.content-module .shop-by:not(.keep-visible) .view-all:not(.collapsed) .show-more {
  display: none;
}
.content-module .shop-by:not(.keep-visible) .view-all.collapsed .show-less {
  display: none;
}
.content-module .banner:not(.content-tile) {
  position: relative;
}
.content-module .media-wrapper {
  grid-row-start: 1;
  grid-column-start: 1;
}
.content-module .banner-content {
  grid-row-start: 1;
  grid-column-start: 1;
  top: 0;
  left: 0;
  width: 100%;
}
.content-module .has-overlay {
  position: relative;
}
.content-module .has-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: var(--overlay-color);
  opacity: var(--overlay-opacity);
}
.content-module a:focus-visible .content-tile .banner-content {
  outline: 1px dotted #303e48;
  outline-offset: 2px;
}
.content-module .side-image:focus-visible .container {
  outline: 1px dotted #303e48;
  outline-offset: 2px;
}

.content-module .headline-0,
.product-recommendations-wrapper .headline-0,
.advent .headline-0 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 9rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.content-module .headline-1,
.product-recommendations-wrapper .headline-1,
.advent .headline-1 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -2px;
}
.content-module .headline-15,
.product-recommendations-wrapper .headline-15,
.advent .headline-15 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
.content-module .headline-2,
.product-recommendations-wrapper .headline-2,
.advent .headline-2 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 3.75rem;
  line-height: 1;
  letter-spacing: -2px;
}
.content-module .headline-25,
.product-recommendations-wrapper .headline-25,
.advent .headline-25 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 3.5rem;
  line-height: 1.1;
  letter-spacing: -2.5px;
}
.content-module .headline-3,
.product-recommendations-wrapper .headline-3,
.advent .headline-3 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -2px;
}
.content-module .headline-35,
.product-recommendations-wrapper .headline-35,
.advent .headline-35 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: -1px;
}
.content-module .headline-4,
.product-recommendations-wrapper .headline-4,
.advent .headline-4 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.875rem;
  line-height: 1;
  letter-spacing: -2px;
}
.content-module .headline-45,
.product-recommendations-wrapper .headline-45,
.advent .headline-45 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -2px;
}
.content-module .headline-5,
.product-recommendations-wrapper .headline-5,
.advent .headline-5 {
  font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: -2px;
}
.content-module .subheader-1,
.product-recommendations-wrapper .subheader-1,
.advent .subheader-1 {
  font-size: 1.875rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.content-module .subheader-2,
.product-recommendations-wrapper .subheader-2,
.advent .subheader-2 {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.content-module .subheader-3,
.product-recommendations-wrapper .subheader-3,
.advent .subheader-3 {
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.content-module .subheader-4,
.product-recommendations-wrapper .subheader-4,
.advent .subheader-4 {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.content-module .subheader-5,
.product-recommendations-wrapper .subheader-5,
.advent .subheader-5 {
  font-size: 0.875rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.content-module .subheader-6,
.product-recommendations-wrapper .subheader-6,
.advent .subheader-6 {
  font-size: 0.75rem;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.plp-top-banner {
  height: 98px;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}
.plp-top-banner .d-md-inline * {
  font-weight: 300;
  line-height: 1.25;
  display: inline;
}
.plp-top-banner .cta {
  display: inline !important;
}
.plp-top-banner .btn {
  vertical-align: inherit;
}
.plp-top-banner .banner-content {
  left: 50%;
  z-index: 1;
}
.plp-top-banner .banner-content p {
  margin-bottom: 1rem !important;
}

.offset-grid {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}
.offset-grid .product {
  padding: 0 10px;
  max-width: 50%;
  flex: 0 0 50%;
  margin-bottom: 32px;
}
.offset-grid .product:nth-of-type(2n + 1) {
  transform: translateY(-60px);
}
.offset-grid .product-tile {
  height: auto;
}

.content-tile .media-wrapper {
  position: static;
}
.content-tile .banner-content {
  position: absolute;
  height: 100%;
}

.text-over-image {
  height: 473px;
}

.billboard-slider .banner,
.billboard-slide .banner {
  position: relative;
}
.billboard-slider .media-wrapper,
.billboard-slide .media-wrapper {
  padding-bottom: 125%;
}

.billboard-slider .swiper-slide a {
  margin: 5px;
  display: inline-block;
  width: calc(100% - 10px);
}
.billboard-slider .swiper-slide a:focus-visible {
  outline-width: 3px;
}
.billboard-slider .swiper-slide a .billboard-slide {
  margin: -5px;
  z-index: -1;
}
.billboard-slider .swiper-slide .banner-content {
  position: absolute;
  height: 100%;
}

.billboard-hero {
  overflow: hidden;
}
.billboard-hero .banner {
  height: 100%;
}
.billboard-hero .video-controls {
  top: auto;
  bottom: 10px;
}

.billboard-products {
  padding-bottom: 150px;
  overflow: hidden;
}
.billboard-products .banner {
  height: 375px;
  position: relative;
}
.billboard-products .container-large {
  padding-top: 64px;
}
.billboard-products .carousel-wrapper {
  position: absolute;
  left: 50%;
  bottom: -120px;
  transform: translateX(-50%);
  max-width: 1018px;
  overflow-x: hidden;
  padding: 40px 0 100px;
}
.billboard-products .carousel-wrapper .swiper-slide {
  width: 110px;
  margin: 0 8px;
  flex-shrink: 0;
  position: relative;
}
.billboard-products .carousel-wrapper .swiper-slide.swiper-slide-active {
  margin: 0 48px;
}
.billboard-products .carousel-wrapper .swiper-slide.swiper-slide-active .media-wrapper,
.billboard-products .carousel-wrapper .swiper-slide.swiper-slide-active .media-before {
  transition: transform 0.3s linear 0s;
  transform: scale(1.7);
}
.billboard-products .carousel-wrapper .swiper-slide.swiper-slide-active .product-name {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s linear 0s, visibility 0s linear 0s;
}
.billboard-products .carousel-wrapper .swiper-slide.swiper-slide-active > a:focus-visible .media-wrapper {
  outline: 1px dotted #303e48;
}
.billboard-products .carousel-wrapper .media-wrapper {
  transform: scale(1);
  transition: transform 0.3s linear 0s;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
}
.billboard-products .carousel-wrapper .media-before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  backdrop-filter: blur(4px);
  transform: scale(1);
}
.billboard-products .product-name {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s linear 0s, visibility 0s linear 0.3s;
  position: absolute;
  letter-spacing: -0.5px;
  text-align: center;
  width: 186px;
  left: -38px;
  bottom: -95px;
}
.billboard-products .video-controls {
  top: 10px;
  bottom: auto;
}

.product-plp .page-designer-asset {
  height: 100%;
  position: relative;
}

#sub-nav .homepage-nav-module {
  width: 100%;
  display: flex;
}
#sub-nav .homepage-nav-module ul {
  padding: 12px 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#sub-nav .homepage-nav-module ul li {
  padding: 0 4px;
}
#sub-nav .homepage-nav-module ul::-webkit-scrollbar {
  display: none;
}
#sub-nav .homepage-nav-module .btn {
  font-size: 0.875rem;
  padding: 8px 15px;
}
#sub-nav .homepage-nav-module .btn-outline-primary:not(:hover), #sub-nav .homepage-nav-module .modal-footer .button-wrapper .btn.decline:not(:hover), .modal-footer .button-wrapper #sub-nav .homepage-nav-module .btn.decline:not(:hover) {
  border-color: var(--nav-bar-cta-border-color, inherit);
  background-color: var(--nav-bar-cta-background-color, inherit);
  color: var(--nav-bar-cta-text-color, inherit);
}
#sub-nav .homepage-nav-module .btn-outline-primary:hover, #sub-nav .homepage-nav-module .modal-footer .button-wrapper .btn.decline:hover, .modal-footer .button-wrapper #sub-nav .homepage-nav-module .btn.decline:hover {
  border-color: var(--nav-bar-cta-hover-border-color, inherit);
  background-color: var(--nav-bar-cta-hover-background-color, inherit);
  color: var(--nav-bar-cta-hover-text-color, inherit);
}

.promo-banner-module .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
}
.promo-banner-module .swiper-slide:not(.swiper-slide-active) {
  pointer-events: none;
}
.promo-banner-module .cta a {
  min-width: auto !important;
  width: auto !important;
}

.shop-categories {
  position: relative;
  width: 100vw;
}
.shop-categories .peek-carousel ~ .swiper-button {
  top: 50%;
  transform: translateY(-50%);
}
.shop-categories .peek-carousel ~ .swiper-button.swiper-button-prev {
  left: 0;
}
.shop-categories .peek-carousel ~ .swiper-button.swiper-button-next {
  right: 0;
}
.shop-categories.peek-carousel {
  margin: 0;
}
.shop-categories .media-wrapper {
  width: 150px;
}
.shop-categories img {
  border-radius: 100%;
}
.shop-categories .peek-carousel .swiper-slide {
  margin: 0 10px;
}
.shop-categories .container .title {
  padding-bottom: 24px;
  text-align: center;
}
.shop-categories .list-item .title {
  padding-top: 12px;
  text-align: center;
  text-transform: uppercase;
}

.fixed-video-player-wrapper {
  position: fixed;
  opacity: 0;
  transform: scale(0);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  background: black;
  transition: opacity 0.3s 0s ease, transform 0.3s 0s ease, visibility 0s 0.3s ease;
  z-index: 1020;
  visibility: hidden;
}
.fixed-video-player-wrapper.shown {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s ease, transform 0.3s 0s ease, visibility 0s 0s ease;
}
.fixed-video-player-wrapper .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: white;
  opacity: 1;
  z-index: 1;
}
.fixed-video-player-wrapper .close:focus-visible {
  outline-color: #fff;
  opacity: 1 !important;
}

.animated-play-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.animated-play-btn .circle-loader {
  width: 52px;
  height: 52px;
  transition: transform 0.3s 0s ease;
}
.animated-play-btn circle {
  fill: none;
  stroke-width: 2px;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
  stroke-dasharray: 360;
  stroke-dashoffset: 360;
  stroke: white;
}
.animated-play-btn .icon-play {
  position: absolute;
  margin-left: 5px;
}
.animated-play-btn .svg-icon {
  width: 14px;
  height: 20px;
}
.animated-play-btn:hover .circle-loader {
  transform: scale(0.9);
}
.animated-play-btn:focus-visible {
  outline-color: #fff;
}

.clean-layout {
  position: relative;
}

.image-column a:focus-visible .media-wrapper,
.image-column a:focus-visible img {
  outline: 1px dotted #303e48;
  outline-offset: 2px;
}

.swiper1x4-container .text-area {
  padding-left: 8px;
}
.swiper1x4-container .peek-carousel {
  margin: 0;
}
.swiper1x4-container .peek-carousel .swiper-wrapper {
  padding: 0;
}
.swiper1x4-container .peek-carousel:not(.swiper-container-initialized) .swiper-slide:first-of-type {
  margin-left: 8px;
}
.swiper1x4-container .peek-carousel:not(.swiper-container-initialized) .swiper-slide:last-of-type {
  margin-right: 8px;
}
.swiper1x4-container .peek-carousel .swiper-slide .ratio-thumbnail-square {
  width: calc(75vw - 16px);
}
.swiper1x4-container .peek-carousel .swiper-slide .ratio-thumbnail-square:not(.caption-container) {
  padding-bottom: 100%;
}
.swiper1x4-container .peek-carousel .swiper-slide p {
  margin: 0;
}
.swiper1x4-container .peek-carousel .image-container {
  margin-bottom: 10px;
}
.swiper1x4-container .peek-carousel .image-caption ul {
  padding-left: 18px;
}
.swiper1x4-container .peek-carousel .image-caption-on-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper1x4-container .peek-carousel ~ .swiper-scrollbar {
  display: none;
}
.swiper1x4-container .peek-carousel ~ .swiper-button.swiper-button-prev {
  left: 0;
}
.swiper1x4-container .peek-carousel ~ .swiper-button.swiper-button-next {
  right: 0;
}

.autoplay .swiper-slide .pause-play-btn {
  opacity: 0;
  transition: opacity 0.3s 0s ease;
  border: none;
  padding: 0;
  background: transparent;
  appearance: none;
  color: #fff;
  margin-left: 8px;
  display: flex;
}
.autoplay .swiper-slide .pause-play-btn:focus-visible {
  opacity: 1;
}
.autoplay .swiper-slide .pause-play-btn[data-status=pause] .icon-play {
  display: none;
}
.autoplay .swiper-slide .pause-play-btn[data-status=play] .icon-pause {
  display: none;
}

@media (max-width: 846.98px) {
  .content-module .cta a {
    width: 100%;
  }
  .content-module .content-column + .image-column {
    order: -1;
  }
  .content-module .collections-list {
    max-width: 480px;
    margin-left: auto !important;
    margin-right: auto !important;
    flex-direction: column;
    padding-right: 16px;
  }
  .content-module .collections-list::before {
    content: "";
    position: absolute;
    left: calc((100% - 32px) / 2);
    width: 1px;
    height: 100%;
    background: #afb4b7;
    z-index: -1;
  }
  .content-module .collections-list li:nth-of-type(2n) .list-item {
    justify-content: flex-start;
  }
  .content-module .collections-list li:nth-of-type(2n) .list-item > div:last-of-type {
    order: -1;
  }
  .content-module .collections-list li:nth-of-type(2n + 1) .list-item {
    justify-content: flex-end;
  }
  .content-module .collections-list .list-item {
    align-items: center;
    margin-bottom: 16px;
  }
  .content-module .collections-list .list-item > div {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .content-module .collections-list .item-content {
    padding-left: 16px;
  }
  .content-module .collections-list .long-description {
    display: none;
  }
  .content-module .img-full .image-column {
    padding-left: 0;
    padding-right: 0;
    margin-left: -1px;
    margin-right: -1px;
    width: 100vw;
  }
  .content-module .img-full .image-column img {
    width: 100%;
  }
  .content-module .content-tile.img-full {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
  }
  .content-module .content-tile.img-full img {
    width: 100vw !important;
    max-width: 100vw;
  }
  .offset-grid .product:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .explore-collections .peek-carousel {
    width: 100%;
    margin: 0;
  }
  .shop-categories.peek-carousel:not(.swiper-container-initialized) .swiper-slide:first-of-type {
    margin: 0;
  }
  .shop-categories .swiper-wrapper {
    overflow-x: hidden;
    display: block;
  }
  .shop-categories .swiper-wrapper .swiper-slide {
    width: 50%;
    max-width: 50%;
    display: inline-block;
    margin: 0;
    padding-bottom: 24px;
  }
  .shop-categories .swiper-wrapper .swiper-slide .item-image {
    display: flex;
  }
  .shop-categories .swiper-wrapper .swiper-slide .media-wrapper {
    margin: auto;
  }
  .shop-categories .swiper-wrapper .swiper-slide .media-wrapper.ratio-square {
    padding-bottom: 150px;
  }
  .tile-size-1x2.full-img {
    padding: 0;
    margin-left: -8px;
    margin-right: -8px;
    width: 100vw;
    max-width: 100vw;
  }
}
@media (min-width: 544px) {
  .swiper1x4-container .peek-carousel .swiper-slide .ratio-thumbnail-square {
    width: calc(50vw - 16px);
  }
}
@media (max-width: 991.98px) {
  .tile-size-1x2 .content-tile {
    padding-bottom: 96%;
  }
}
@media (min-width: 847px) and (max-width: 991.98px) {
  .tile-size-1x2:not(.edit-mode) {
    max-width: 80%;
  }
}
@media (min-width: 847px) {
  .content-module .cta a {
    min-width: 280px;
  }
  .content-module .plp-top-banner {
    height: auto;
    min-height: 200px;
  }
  .content-module .content-tile .cta a {
    min-width: auto;
  }
  .content-module .content-column {
    display: flex;
    flex-direction: column;
  }
  .content-module .content-column > div {
    width: 100%;
    max-width: 480px;
  }
  .content-module .image-column + .content-column {
    align-items: center;
  }
  .content-module .custom-list-number li .list-item-counter {
    padding: 20px 60px 0 20px;
  }
  .content-module .custom-list-icon img {
    width: 80px;
    height: 80px;
  }
  .content-module .collections-list li {
    max-width: 183.33px;
    flex: 0 0 183.33px;
    filter: blur(0);
    opacity: 1;
    transition: 0.6s filter ease 0s, 0.6s opacity ease 0s;
    will-change: filter;
  }
  .content-module .collections-list li.blured {
    filter: blur(2px);
    opacity: 0.7;
    will-change: filter;
    transition: 0.6s filter ease 0s, 0.6s opacity ease 0s;
  }
  .content-module .collections-list li.collapse {
    display: block;
    height: auto !important;
    visibility: visible;
  }
  .content-module .collections-list .list-item {
    flex-direction: column;
    padding: 0 12px;
  }
  .content-module .collections-list .item-content {
    position: relative;
    text-align: center;
    padding-left: 0;
    padding-bottom: 120px;
  }
  .content-module .collections-list .item-image {
    margin-bottom: 8px;
  }
  .content-module .collections-list .body {
    position: absolute;
    font-size: 1rem;
    margin-top: 16px;
    width: 100%;
    justify-content: center;
  }
  .content-module .collections-list .short-description {
    position: absolute;
  }
  .content-module .collections-list .long-description {
    position: absolute;
  }
  .content-module .slider-carousel .swiper-scrollbar {
    display: block;
  }
  .content-module .headline-md-0,
  .product-recommendations-wrapper .headline-md-0,
  .advent .headline-md-0 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 9rem;
    line-height: 1.1;
    letter-spacing: -2px;
  }
  .content-module .headline-md-1,
  .product-recommendations-wrapper .headline-md-1,
  .advent .headline-md-1 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 5rem;
    line-height: 1;
    letter-spacing: -2px;
  }
  .content-module .headline-md-15,
  .product-recommendations-wrapper .headline-md-15,
  .advent .headline-md-15 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 4.5rem;
    line-height: 1.1;
    letter-spacing: -2px;
  }
  .content-module .headline-md-2,
  .product-recommendations-wrapper .headline-md-2,
  .advent .headline-md-2 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 3.75rem;
    line-height: 1;
    letter-spacing: -2px;
  }
  .content-module .headline-md-25,
  .product-recommendations-wrapper .headline-md-25,
  .advent .headline-md-25 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 3.5rem;
    line-height: 1.1;
    letter-spacing: -2.5px;
  }
  .content-module .headline-md-3,
  .product-recommendations-wrapper .headline-md-3,
  .advent .headline-md-3 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: -2px;
  }
  .content-module .headline-md-35,
  .product-recommendations-wrapper .headline-md-35,
  .advent .headline-md-35 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: -1px;
  }
  .content-module .headline-md-4,
  .product-recommendations-wrapper .headline-md-4,
  .advent .headline-md-4 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: -2px;
  }
  .content-module .headline-md-45,
  .product-recommendations-wrapper .headline-md-45,
  .advent .headline-md-45 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -2px;
  }
  .content-module .headline-md-5,
  .product-recommendations-wrapper .headline-md-5,
  .advent .headline-md-5 {
    font-family: custom-heading-font, andrade-pro-fallback, sans-serif;
    font-size: 1.375rem;
    line-height: 1;
    letter-spacing: -2px;
  }
  .content-module .subheader-md-1,
  .product-recommendations-wrapper .subheader-md-1,
  .advent .subheader-md-1 {
    font-size: 1.875rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .content-module .subheader-md-2,
  .product-recommendations-wrapper .subheader-md-2,
  .advent .subheader-md-2 {
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .content-module .subheader-md-3,
  .product-recommendations-wrapper .subheader-md-3,
  .advent .subheader-md-3 {
    font-size: 1.125rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .content-module .subheader-md-4,
  .product-recommendations-wrapper .subheader-md-4,
  .advent .subheader-md-4 {
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .content-module .subheader-md-5,
  .product-recommendations-wrapper .subheader-md-5,
  .advent .subheader-md-5 {
    font-size: 0.875rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .content-module .subheader-md-6,
  .product-recommendations-wrapper .subheader-md-6,
  .advent .subheader-md-6 {
    font-size: 0.75rem;
    line-height: 1.2;
    letter-spacing: -0.5px;
  }
  .offset-grid {
    padding-top: 120px;
  }
  .offset-grid .product {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .offset-grid .product:nth-of-type(2n + 1) {
    transform: translateY(0);
  }
  .offset-grid .product:nth-of-type(3n + 1) {
    transform: translateY(-60px);
  }
  .offset-grid .product:nth-of-type(3n + 2) {
    transform: translateY(-120px);
  }
  .offset-grid .product:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .offset-grid .product.collapse {
    display: block;
    height: auto !important;
    visibility: visible;
  }
  .text-over-image {
    height: 630px;
  }
  .billboard-slider .media-wrapper,
  .billboard-slide .media-wrapper {
    padding-bottom: 34.375%;
  }
  .billboard-products .banner {
    height: 465px;
  }
  .billboard-products .carousel-wrapper {
    bottom: -140px;
    padding: 70px 0 120px;
  }
  .billboard-products .carousel-wrapper .swiper-slide {
    width: 150px;
    margin: 0 16px;
  }
  .billboard-products .carousel-wrapper .swiper-slide.swiper-slide-active {
    margin: 0 70px;
  }
  .billboard-products .product-name {
    width: 255px;
    left: -50px;
  }
  .billboard-products .video-controls {
    bottom: 10px;
    top: auto;
  }
  #sub-nav .homepage-nav-module ul {
    padding: 20px 0;
  }
  .shop-categories .media-wrapper {
    width: 230px;
  }
  .shop-categories .container .title {
    padding-bottom: 32px;
  }
  .shop-categories .list-item .title {
    padding-top: 24px;
    line-height: 20px;
  }
  .swiper1x4-container .peek-carousel .swiper-slide .ratio-thumbnail-square {
    width: calc(33.3333333333vw - 16px);
  }
}
@media (max-width: 689px) {
  .content-module .shop-by.container {
    padding: 0;
  }
  .content-module .shop-by .items-container {
    max-width: 400px;
  }
}
@media (min-width: 690px) {
  .content-module .shop-by .title {
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
  .content-module .shop-by .view-all {
    font-size: 1.125rem;
  }
  .content-module .shop-by .shop-by-items {
    padding: 0;
  }
  .content-module .shop-by .shop-by-item {
    flex: 0 0 180px;
    max-width: 180px;
    margin: 0 10px;
  }
  .search-results .content-module .shop-by .shop-by-item {
    flex: 0 0 179px;
    max-width: 179px;
  }
}
@media (min-width: 690px) and (max-width: 1212px) {
  .content-module .shop-by .items-container {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .content-module .shop-by .shop-by-item:first-child {
    margin-left: 0;
  }
  .content-module .shop-by .shop-by-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .swiper1x4-container .peek-carousel .swiper-slide .ratio-thumbnail-square {
    width: calc(25vw - 16px);
  }
}
@keyframes wiggle {
  25% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media (max-width: 846.98px) {
  body.has-toolbar {
    padding-bottom: 66px;
  }
}

.toolbar-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #ddd;
  background: #f9f9f9;
  z-index: 100;
}
.toolbar-menu ul {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 16px;
}
.toolbar-menu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 300;
}

@media (max-height: 350px) {
  #toolbar-menu .toolbar-menu {
    position: static;
    transform: none;
  }
  body.has-toolbar {
    padding-bottom: 0;
  }
}
/* stylelint-disable selector-pseudo-element-no-unknown */
/* stylelint-disable selector-pseudo-class-no-unknown */
.form-group {
  position: relative;
}
.form-group input.form-control::input-placeholder,
.form-group textarea.form-control::input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
.form-group input.form-control:placeholder,
.form-group textarea.form-control:placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
.form-group input.form-control::placeholder,
.form-group textarea.form-control::placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
.form-group input.form-control:input-placeholder,
.form-group textarea.form-control:input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

fieldset .row {
  margin-left: -10px;
  margin-right: -10px;
}
fieldset [class^=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.form-group.required .form-control-placeholder::before {
  content: "";
  background: url("../../images/asterisk.svg") no-repeat;
  position: relative;
  height: 7px;
  width: 7px;
  bottom: 2px;
  float: right;
}

.form-control:disabled,
.form-control[readonly] {
  pointer-events: none;
}

.form-control-placeholder {
  position: absolute;
  line-height: 1;
  margin: 0;
  top: 13px;
  left: 19px;
  color: #5d6770;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  padding: 0;
  pointer-events: none;
  font-size: 0.875rem;
}

.form-group input:-webkit-autofill + label.form-control-placeholder,
.form-group input:not(:placeholder-shown) + label.form-control-placeholder:not(.date-of-birth-placeholder),
.form-group select:not(:placeholder-shown) + label.form-control-placeholder,
.form-group textarea:not(:placeholder-shown) + label.form-control-placeholder,
.form-group input.select-date-js:not([value=null]):not([value=""]) + label.form-control-placeholder.date-of-birth-placeholder,
.attribute-select-container label.form-control-placeholder,
.smart-order-refill-options .form-control-placeholder,
.osf-cselect .form-control-placeholder,
.quantity-select-container .form-control-placeholder,
.select-and-remove-wrapper .form-control-placeholder {
  transform: translateY(-16px) translateX(30px);
  opacity: 1;
  font-size: 0.625rem;
  left: 0;
  padding: 0 2px;
  width: auto;
  border: none;
  border-color: #303e48;
}
.form-group input:-webkit-autofill + label.form-control-placeholder.form-control-placeholder::before,
.form-group input:not(:placeholder-shown) + label.form-control-placeholder:not(.date-of-birth-placeholder).form-control-placeholder::before,
.form-group select:not(:placeholder-shown) + label.form-control-placeholder.form-control-placeholder::before,
.form-group textarea:not(:placeholder-shown) + label.form-control-placeholder.form-control-placeholder::before,
.form-group input.select-date-js:not([value=null]):not([value=""]) + label.form-control-placeholder.date-of-birth-placeholder.form-control-placeholder::before,
.attribute-select-container label.form-control-placeholder.form-control-placeholder::before,
.smart-order-refill-options .form-control-placeholder.form-control-placeholder::before,
.osf-cselect .form-control-placeholder.form-control-placeholder::before,
.quantity-select-container .form-control-placeholder.form-control-placeholder::before,
.select-and-remove-wrapper .form-control-placeholder.form-control-placeholder::before {
  width: 5px;
}

#phone-field + label.form-control-placeholder,
#registration-form-areacode + label.form-control-placeholder,
#trackorder-form-areacode + label.form-control-placeholder {
  transform: translateY(-16px) translateX(8px);
}

.form-group input:not(:input-placeholder) + label.formplaceholder:not(.datebirth-placeholder),
.form-group select:not(:input-placeholder) + label.form-control-placeholder {
  transform: translateY(-16px) translateX(30px);
  opacity: 1;
  font-size: 0.625rem;
  left: 0;
  padding: 0 2px;
  width: auto;
  border: none;
  border-color: #303e48;
}

.quantity-select-container .form-control-placeholder,
.select-and-remove-wrapper .form-control-placeholder {
  transform: translateY(-16px) translateX(6px);
}

.date-of-birth input.form-control::input-placeholder,
.date-of-birth textarea.form-control::input-placeholder,
#gift-message-body input.form-control::input-placeholder,
#gift-message-body textarea.form-control::input-placeholder,
.site-search-form input.form-control::input-placeholder,
.site-search-form textarea.form-control::input-placeholder,
.storelocator-refinements input.form-control::input-placeholder,
.storelocator-refinements textarea.form-control::input-placeholder {
  /* WebKit browsers */
  color: #5d6770;
}
.date-of-birth input.form-control:placeholder,
.date-of-birth textarea.form-control:placeholder,
#gift-message-body input.form-control:placeholder,
#gift-message-body textarea.form-control:placeholder,
.site-search-form input.form-control:placeholder,
.site-search-form textarea.form-control:placeholder,
.storelocator-refinements input.form-control:placeholder,
.storelocator-refinements textarea.form-control:placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #5d6770;
}
.date-of-birth input.form-control::placeholder,
.date-of-birth textarea.form-control::placeholder,
#gift-message-body input.form-control::placeholder,
#gift-message-body textarea.form-control::placeholder,
.site-search-form input.form-control::placeholder,
.site-search-form textarea.form-control::placeholder,
.storelocator-refinements input.form-control::placeholder,
.storelocator-refinements textarea.form-control::placeholder {
  /* Mozilla Firefox 19+ */
  color: #5d6770;
}
.date-of-birth input.form-control:input-placeholder,
.date-of-birth textarea.form-control:input-placeholder,
#gift-message-body input.form-control:input-placeholder,
#gift-message-body textarea.form-control:input-placeholder,
.site-search-form input.form-control:input-placeholder,
.site-search-form textarea.form-control:input-placeholder,
.storelocator-refinements input.form-control:input-placeholder,
.storelocator-refinements textarea.form-control:input-placeholder {
  /* Internet Explorer 10+ */
  color: #5d6770;
}
.date-of-birth input.form-control[readonly],
.date-of-birth textarea.form-control[readonly],
#gift-message-body input.form-control[readonly],
#gift-message-body textarea.form-control[readonly],
.site-search-form input.form-control[readonly],
.site-search-form textarea.form-control[readonly],
.storelocator-refinements input.form-control[readonly],
.storelocator-refinements textarea.form-control[readonly] {
  background-color: transparent;
}

input:not(.form-control)::input-placeholder,
textarea:not(.form-control)::input-placeholder {
  /* WebKit browsers */
  color: #5d6770;
}
input:not(.form-control):placeholder,
textarea:not(.form-control):placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #5d6770;
}
input:not(.form-control)::placeholder,
textarea:not(.form-control)::placeholder {
  /* Mozilla Firefox 19+ */
  color: #5d6770;
}
input:not(.form-control):input-placeholder,
textarea:not(.form-control):input-placeholder {
  /* Internet Explorer 10+ */
  color: #5d6770;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #303e48 !important;
  box-shadow: 0 0 0 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

select.form-control[readonly] {
  pointer-events: none;
}
select.form-control[readonly] ~ .icon-chevron {
  display: none;
}

@media (max-width: 1199.98px) {
  side-drawer .drawer-header {
    display: flex;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    background: white;
    z-index: 2;
  }
  side-drawer .close-button {
    padding: 16px;
  }
  side-drawer::part(backdrop) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1021;
    background: rgba(255, 255, 255, 0.68);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.333s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.333s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: auto;
  }
  side-drawer::part(content) {
    position: fixed;
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 1022;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: scroll;
    overscroll-behavior: contain;
    width: 100%;
    max-width: 480px;
    transform: translateX(100%);
    transition: transform 0.333s cubic-bezier(0.4, 0, 0.2, 1);
  }
  side-drawer[open][can-be-opened]::part(backdrop) {
    visibility: visible;
    opacity: 1;
  }
  side-drawer[open][can-be-opened]::part(content) {
    transform: translateX(0);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
  side-drawer[left]::part(content) {
    right: unset;
    left: 0;
    transform: translateX(-100%);
  }
  side-drawer[open][can-be-opened][left]::part(content) {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1200px) {
  side-drawer:not([mobile-only]) .drawer-header {
    display: flex;
    justify-content: flex-end;
    position: sticky;
    top: 0;
    background: white;
    z-index: 2;
  }
  side-drawer:not([mobile-only]) .close-button {
    padding: 16px;
  }
  side-drawer:not([mobile-only])::part(backdrop) {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1021;
    background: rgba(255, 255, 255, 0.68);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.333s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.333s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: auto;
  }
  side-drawer:not([mobile-only])::part(content) {
    position: fixed;
    display: flex;
    flex-direction: column;
    background: #fff;
    z-index: 1022;
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: scroll;
    overscroll-behavior: contain;
    width: 100%;
    max-width: 480px;
    transform: translateX(100%);
    transition: transform 0.333s cubic-bezier(0.4, 0, 0.2, 1);
  }
  side-drawer:not([mobile-only])[open][can-be-opened]::part(backdrop) {
    visibility: visible;
    opacity: 1;
  }
  side-drawer:not([mobile-only])[open][can-be-opened]::part(content) {
    transform: translateX(0);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
  side-drawer:not([mobile-only])[left]::part(content) {
    right: unset;
    left: 0;
    transform: translateX(-100%);
  }
  side-drawer:not([mobile-only])[open][can-be-opened][left]::part(content) {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  }
  side-drawer[mobile-only] .drawer-header {
    display: none;
  }
}
/* stylelint-disable selector-class-pattern */
/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
div[id^=extole-] .extole-widget-view .extole-widget-wrapper .extole-validation-error-message {
  background-color: #e62324 !important;
}
div[id^=extole-] .extole-widget-view .extole-widget-wrapper .extole-input__svg {
  color: #e62324 !important;
}
div[id^=extole-] .extole-widget-view .extole-widget-wrapper .extole-js-validation-error.extole-input .extole-tokenizer .extole-tokenizer-placeholder {
  color: #e62324 !important;
}
div[id^=extole-] .extole-widget-view .extole-widget-wrapper .extole-js-validation-error.extole-input .extole-input__textarea ~ .extole-input__label {
  color: #e62324 !important;
}
div[id^=extole-] .extole-widget-view .extole-widget-wrapper .extole-js-validation-error.extole-input {
  border-color: #e62324 !important;
}
div[id^=extole-] .extole-widget-view .extole-widget-wrapper .extole-submit-button__error {
  background-color: #e62324 !important;
}
div[id^=extole-] .extole-widget-view .extole-widget-wrapper .extole-tokenizer-placeholder {
  color: #303e48 !important;
}
div[id^=extole-] .extole-widget-view .extole-widget-wrapper .extole-user-email {
  border-color: #303e48 !important;
}
div[id^=extole-] .extole-widget-view .extole-widget-wrapper .extole-user-email .extole-tokenizer-focused {
  outline: 1px dotted #303e48 !important;
  outline-offset: 2px;
}
div[id^=extole-] .extole-widget-view .extole-widget-wrapper .extole-checkbox-disclaimer__checkbox {
  border-color: #303e48 !important;
}
div[id^=extole-] .extole-widget-view .extole-widget-wrapper .extole-checkbox-disclaimer__checkbox::after {
  border-color: #303e48 !important;
}
div[id^=extole-] .extole-widget-view .extole-widget-wrapper .extole-checkbox-disclaimer input:focus-visible ~ .extole-checkbox-disclaimer__checkbox {
  outline: 1px dotted #303e48 !important;
  outline-offset: 2px;
}
div[id^=extole-] .extole-widget-view .extole-widget-wrapper .extole-copy-button__svg {
  color: #303e48 !important;
}
div[id^=extole-] .extole-widget-view .extole-widget-wrapper .extole-dotted-border {
  border-color: #303e48 !important;
}
