@charset "UTF-8"; /*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #1b2061;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #eda21c;
  --green: #5aa06a;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #3b3b3b;
  --gray-dark: #0e0e0e;
  --primary: #1b2061;
  --secondary: #6c757d;
  --success: #5aa06a;
  --info: #17a2b8;
  --warning: #eda21c;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "AvenirNext", "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.15;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  background-color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.428;
  margin: 0;
  text-align: left;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
abbr[data-original-title],
abbr[title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  background-color: transparent;
  color: #1b2061;
  text-decoration: none;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
pre {
  -ms-overflow-style: scrollbar;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
summary {
  cursor: pointer;
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b2061;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 1.375rem;
}
.h3,
h3 {
  font-size: 1.875rem;
}
.h4,
h4 {
  font-size: 1.125rem;
}
.h5,
h5 {
  font-size: 1rem;
}
.h6,
h6 {
  font-size: 0.875rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.small,
small {
  font-size: 0.875em;
  font-weight: 400;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.blockquote-footer {
  color: #6c757d;
  display: block;
  font-size: 0.875em;
}
.blockquote-footer:before {
  content: "\2014\a0";
}
.img-fluid,
.img-thumbnail {
  height: auto;
  max-width: 100%;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.figure-caption {
  color: #6c757d;
  font-size: 90%;
}
code {
  word-wrap: break-word;
  color: #e83e8c;
  font-size: 87.5%;
}
a > code {
  color: inherit;
}
kbd {
  background-color: #212529;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
}
kbd kbd {
  font-size: 100%;
  font-weight: 700;
  padding: 0;
}
pre {
  color: #212529;
  display: block;
  font-size: 87.5%;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-auto {
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}
.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.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.33333%;
}
.offset-2 {
  margin-left: 16.66667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333%;
}
.offset-5 {
  margin-left: 41.66667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333%;
}
.offset-8 {
  margin-left: 66.66667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333%;
}
.offset-11 {
  margin-left: 91.66667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .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.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  color: #212529;
  margin-bottom: 1rem;
  width: 100%;
}
.table td,
.table th {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}
.table thead th {
  border-bottom: 2px solid #dee2e6;
  vertical-align: bottom;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #0000000d;
}
.table-hover tbody tr:hover {
  background-color: #00000013;
  color: #212529;
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #bfc1d3;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #888bad;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #b0b2c9;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #d1e4d5;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #a9ceb2;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #c1dbc6;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #fae5bf;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #f6cf89;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f8dba7;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #00000013;
}
.table .thead-dark th {
  background-color: #343a40;
  border-color: #454d55;
  color: #fff;
}
.table .thead-light th {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.table-dark {
  background-color: #343a40;
  color: #fff;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff0d;
}
.table-dark.table-hover tbody tr:hover {
  background-color: #ffffff13;
  color: #fff;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow-x: auto;
  width: 100%;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #e1e4e6;
  border-radius: 0.25rem;
  color: #1b2061;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: auto;
  line-height: 1.5rem;
  padding: 0.8125rem 0.9375rem;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  background-color: #fff;
  border-color: #1b2061;
  box-shadow: none;
  color: #495057;
  outline: 0;
}
.form-control::placeholder {
  color: #1b206180;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  appearance: none;
}
select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #1b2061;
}
select.form-control:focus::-ms-value {
  background-color: #fff;
  color: #1b2061;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  font-size: inherit;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding-bottom: calc(0.8125rem + 1px);
  padding-top: calc(0.8125rem + 1px);
}
.col-form-label-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
}
.col-form-label-sm {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
}
.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #fff;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding: 0.8125rem 0;
  width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}
.form-control-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.form-control-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.form-check {
  display: block;
  padding-left: 1.25rem;
  position: relative;
}
.form-check-input {
  margin-left: -1.25rem;
  margin-top: 0.3rem;
  position: absolute;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  align-items: center;
  display: inline-flex;
  margin-right: 0.75rem;
  padding-left: 0;
}
.form-check-inline .form-check-input {
  margin-left: 0;
  margin-right: 0.3125rem;
  margin-top: 0;
  position: static;
}
.valid-feedback {
  color: #28a745;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}
.valid-tooltip {
  background-color: #28a745e6;
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  left: 0;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.0625rem #28a74540;
}
.was-validated select.form-control:valid,
select.form-control.is-valid {
  background-position: right 1.875rem center;
  padding-right: 3.75rem !important;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.0625rem #28a74540;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  background-color: #34ce57;
  border-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.0625rem #28a74540;
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.0625rem #28a74540;
}
.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 0.875em;
  margin-top: 0.25rem;
  width: 100%;
}
.invalid-tooltip {
  background-color: #dc3545e6;
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  left: 0;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.0625rem #dc354540;
}
.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  background-position: right 1.875rem center;
  padding-right: 3.75rem !important;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      right 0.75rem center/8px 10px no-repeat,
    #fff
      url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E")
      center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)
      no-repeat;
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.0625rem #dc354540;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  background-color: #e4606d;
  border-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.0625rem #dc354540;
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.0625rem #dc354540;
}
.form-inline {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    align-items: center;
    display: flex;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    flex: 0 0 auto;
    flex-flow: row wrap;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-left: 0;
    width: auto;
  }
  .form-inline .form-check-input {
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0.25rem;
    margin-top: 0;
    position: relative;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  color: #0e0e0e;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 1rem 1.875rem;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #0e0e0e;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem #007bff40;
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  background-color: #1b2061;
  border-color: #1b2061;
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #131643;
  border-color: #101339;
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem #3d417980;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #1b2061;
  border-color: #1b2061;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #101339;
  border-color: #0d102f;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #3d417980;
}
.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem #838a9180;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #545b62;
  border-color: #4e555b;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #838a9180;
}
.btn-success {
  background-color: #5aa06a;
  border-color: #5aa06a;
  color: #fff;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  background-color: #4c885a;
  border-color: #487f54;
  color: #fff;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem #73ae8080;
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #5aa06a;
  border-color: #5aa06a;
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background-color: #487f54;
  border-color: #43774f;
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #73ae8080;
}
.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
  color: #fff;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem #3ab0c380;
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  background-color: #117a8b;
  border-color: #10707f;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #3ab0c380;
}
.btn-warning {
  background-color: #eda21c;
  border-color: #eda21c;
  color: #212529;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #d28d11;
  border-color: #c68510;
  color: #fff;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem #ce8f1e80;
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #eda21c;
  border-color: #eda21c;
  color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  background-color: #c68510;
  border-color: #ba7d0f;
  color: #fff;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #ce8f1e80;
}
.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
  color: #fff;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem #e1536180;
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  background-color: #bd2130;
  border-color: #b21f2d;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #e1536180;
}
.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  color: #212529;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem #d7d8da80;
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #dae0e5;
  border-color: #d3d9df;
  color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #d7d8da80;
}
.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
  color: #fff;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem #52585d80;
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  background-color: #1d2124;
  border-color: #171a1d;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #52585d80;
}
.btn-outline-primary {
  border-color: #1b2061;
  color: #1b2061;
}
.btn-outline-primary:hover {
  background-color: #1b2061;
  border-color: #1b2061;
  color: #fff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem #1b206180;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #1b2061;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #1b2061;
  border-color: #1b2061;
  color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #1b206180;
}
.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}
.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem #6d767e80;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #6d767e80;
}
.btn-outline-success {
  border-color: #5aa06a;
  color: #5aa06a;
}
.btn-outline-success:hover {
  background-color: #5aa06a;
  border-color: #5aa06a;
  color: #fff;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem #5aa06a80;
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #5aa06a;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  background-color: #5aa06a;
  border-color: #5aa06a;
  color: #fff;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #5aa06a80;
}
.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
}
.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem #17a2b880;
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #17a2b880;
}
.btn-outline-warning {
  border-color: #eda21c;
  color: #eda21c;
}
.btn-outline-warning:hover {
  background-color: #eda21c;
  border-color: #eda21c;
  color: #212529;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem #eda21c80;
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #eda21c;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  background-color: #eda21c;
  border-color: #eda21c;
  color: #212529;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #eda21c80;
}
.btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
}
.btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem #dc354580;
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #dc354580;
}
.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color: transparent;
  color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #f8f9fa80;
}
.btn-outline-dark {
  border-color: #343a40;
  color: #343a40;
}
.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem #343a4080;
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color: transparent;
  color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #343a4080;
}
.btn-link {
  color: #1b2061;
  font-weight: 400;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  border-radius: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm {
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  height: auto;
  transition: width 0.35s ease;
  width: 0;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #212529;
  display: none;
  float: left;
  font-size: 1rem;
  left: 0;
  list-style: none;
  margin: 0.125rem 0 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-sm-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-md-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-lg-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xl-right {
    left: auto;
    right: 0;
  }
}
.dropup .dropdown-menu {
  bottom: 100%;
  margin-bottom: 0.125rem;
  margin-top: 0;
  top: auto;
}
.dropup .dropdown-toggle:after {
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto;
  top: 0;
}
.dropright .dropdown-toggle:after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  left: auto;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100%;
  top: 0;
}
.dropleft .dropdown-toggle:after {
  content: "";
  display: inline-block;
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropleft .dropdown-toggle:before {
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  bottom: auto;
  right: auto;
}
.dropdown-divider {
  border-top: 1px solid #e9ecef;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
}
.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1.5rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #e9ecef;
  color: #16181b;
  text-decoration: none;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: #adb5bd;
  pointer-events: none;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}
.dropdown-item-text {
  color: #212529;
  display: block;
  padding: 0.25rem 1.5rem;
}
.btn-group,
.btn-group-vertical {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  flex: 1 1 auto;
  position: relative;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.dropdown-toggle-split {
  padding-left: 1.40625rem;
  padding-right: 1.40625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.btn-group-vertical {
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  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="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}
.input-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  flex: 1 1 auto;
  margin-bottom: 0;
  min-width: 0;
  position: relative;
  width: 1%;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group > .custom-file {
  align-items: center;
  display: flex;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group.has-validation
  > .custom-file:nth-last-child(n + 3)
  .custom-file-label,
.input-group.has-validation
  > .custom-file:nth-last-child(n + 3)
  .custom-file-label:after,
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .form-control:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > .custom-file:not(:last-child)
  .custom-file-label,
.input-group:not(.has-validation)
  > .custom-file:not(:last-child)
  .custom-file-label:after,
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  align-items: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0;
  padding: 0.8125rem 0.9375rem;
  text-align: center;
  white-space: nowrap;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.input-group.has-validation
  > .input-group-append:nth-last-child(n + 3)
  > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation)
  > .input-group-append:not(:last-child)
  > .input-group-text,
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.custom-control {
  display: block;
  min-height: 1.428rem;
  padding-left: 1.5rem;
  position: relative;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  z-index: 1;
}
.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  height: 1.214rem;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 1rem;
  z-index: -1;
}
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
  border-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem #007bff40;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
  color: #fff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}
.custom-control-label:before {
  background-color: #fff;
  border: 1px solid #adb5bd;
  pointer-events: none;
}
.custom-control-label:after,
.custom-control-label:before {
  content: "";
  display: block;
  height: 1rem;
  left: -1.5rem;
  position: absolute;
  top: 0.214rem;
  width: 1rem;
}
.custom-control-label:after {
  background: 50%/50% 50% no-repeat;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  background-color: #007bff;
  border-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='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: #007bff80;
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: #007bff80;
}
.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: #007bff80;
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
  border-radius: 0.5rem;
  left: -2.25rem;
  pointer-events: all;
  width: 1.75rem;
}
.custom-switch .custom-control-label:after {
  background-color: #adb5bd;
  border-radius: 0.5rem;
  height: calc(1rem - 4px);
  left: calc(-2.25rem + 2px);
  top: calc(0.214rem + 2px);
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: calc(1rem - 4px);
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  transform: translate(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: #007bff80;
}
.custom-select {
  -webkit-appearance: none;
  appearance: none;
  background: #fff
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  vertical-align: middle;
  width: 100%;
}
.custom-select:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem #007bff40;
  outline: 0;
}
.custom-select:focus::-ms-value {
  background-color: #fff;
  color: #1b2061;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  background-image: none;
  height: auto;
  padding-right: 0.75rem;
}
.custom-select:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
}
.custom-select-lg {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  height: calc(1.5em + 0.75rem + 2px);
  position: relative;
  width: 100%;
}
.custom-file-input {
  margin: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 2;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem #007bff40;
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}
.custom-file-label {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  left: 0;
  overflow: hidden;
  z-index: 1;
}
.custom-file-label,
.custom-file-label:after {
  color: #495057;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
}
.custom-file-label:after {
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
  bottom: 0;
  content: "Browse";
  display: block;
  height: calc(1.5em + 0.75rem);
  z-index: 3;
}
.custom-range {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.4rem;
  padding: 0;
  width: 100%;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007bff40;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007bff40;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #007bff40;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-ms-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  margin-top: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  cursor: default;
  pointer-events: none;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  margin-bottom: -1px;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #495057;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #007bff;
  color: #fff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  padding: 0;
  position: relative;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  margin-right: 0;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav .dropdown-menu {
  float: none;
  position: static;
}
.navbar-text {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-collapse {
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}
.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  background: 50%/100% 100% no-repeat;
  content: "";
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}
.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-left: 0;
  padding-right: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #000000e6;
}
.navbar-light .navbar-nav .nav-link {
  color: #00000080;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #000000b3;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: #0000004d;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #000000e6;
}
.navbar-light .navbar-toggler {
  border-color: #0000001a;
  color: #00000080;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: #00000080;
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: #000000e6;
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff80;
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffffbf;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: #ffffff40;
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  border-color: #ffffff1a;
  color: #ffffff80;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: #ffffff80;
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 1.125rem;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card > .list-group {
  border-bottom: inherit;
  border-top: inherit;
}
.card > .list-group:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  background-color: #00000008;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  background-color: #00000008;
  border-top: 0 solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -0.75rem;
}
.card-header-pills,
.card-header-tabs {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.card-img-overlay {
  border-radius: calc(0.25rem - 1px);
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}
.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: 0;
}
.breadcrumb {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #6c757d;
  content: "/";
  float: left;
  padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  border-radius: 0.25rem;
  display: flex;
  list-style: none;
  padding-left: 0;
}
.page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #007bff;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #0056b3;
  text-decoration: none;
  z-index: 2;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem #007bff40;
  outline: 0;
  z-index: 3;
}
.page-item:first-child .page-link {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  margin-left: 0;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.page-item.active .page-link {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  z-index: 3;
}
.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
  cursor: auto;
  pointer-events: none;
}
.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.badge {
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 0.25em 0.4em;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  vertical-align: baseline;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  border-radius: 10rem;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.badge-primary {
  background-color: #1b2061;
  color: #fff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  background-color: #101339;
  color: #fff;
}
a.badge-primary.focus,
a.badge-primary:focus {
  box-shadow: 0 0 0 0.2rem #1b206180;
  outline: 0;
}
.badge-secondary {
  background-color: #6c757d;
  color: #fff;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  background-color: #545b62;
  color: #fff;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  box-shadow: 0 0 0 0.2rem #6d767e80;
  outline: 0;
}
.badge-success {
  background-color: #5aa06a;
  color: #fff;
}
a.badge-success:focus,
a.badge-success:hover {
  background-color: #487f54;
  color: #fff;
}
a.badge-success.focus,
a.badge-success:focus {
  box-shadow: 0 0 0 0.2rem #5aa06a80;
  outline: 0;
}
.badge-info {
  background-color: #17a2b8;
  color: #fff;
}
a.badge-info:focus,
a.badge-info:hover {
  background-color: #117a8b;
  color: #fff;
}
a.badge-info.focus,
a.badge-info:focus {
  box-shadow: 0 0 0 0.2rem #17a2b880;
  outline: 0;
}
.badge-warning {
  background-color: #eda21c;
  color: #212529;
}
a.badge-warning:focus,
a.badge-warning:hover {
  background-color: #c68510;
  color: #212529;
}
a.badge-warning.focus,
a.badge-warning:focus {
  box-shadow: 0 0 0 0.2rem #eda21c80;
  outline: 0;
}
.badge-danger {
  background-color: #dc3545;
  color: #fff;
}
a.badge-danger:focus,
a.badge-danger:hover {
  background-color: #bd2130;
  color: #fff;
}
a.badge-danger.focus,
a.badge-danger:focus {
  box-shadow: 0 0 0 0.2rem #dc354580;
  outline: 0;
}
.badge-light {
  background-color: #f8f9fa;
  color: #212529;
}
a.badge-light:focus,
a.badge-light:hover {
  background-color: #dae0e5;
  color: #212529;
}
a.badge-light.focus,
a.badge-light:focus {
  box-shadow: 0 0 0 0.2rem #f8f9fa80;
  outline: 0;
}
.badge-dark {
  background-color: #343a40;
  color: #fff;
}
a.badge-dark:focus,
a.badge-dark:hover {
  background-color: #1d2124;
  color: #fff;
}
a.badge-dark.focus,
a.badge-dark:focus {
  box-shadow: 0 0 0 0.2rem #343a4080;
  outline: 0;
}
.jumbotron {
  background-color: #e9ecef;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.alert {
  border: 0 solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1.875rem;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 400;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  color: inherit;
  padding: 0.75rem 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.alert-primary {
  background-color: #d1d2df;
  border-color: #bfc1d3;
  color: #0e1132;
}
.alert-primary hr {
  border-top-color: #b0b2c9;
}
.alert-primary .alert-link {
  color: #03030a;
}
.alert-secondary {
  background-color: #e2e3e5;
  border-color: #d6d8db;
  color: #383d41;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  background-color: #deece1;
  border-color: #d1e4d5;
  color: #2f5337;
}
.alert-success hr {
  border-top-color: #c1dbc6;
}
.alert-success .alert-link {
  color: #1d3221;
}
.alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  background-color: #fbecd2;
  border-color: #fae5bf;
  color: #7b540f;
}
.alert-warning hr {
  border-top-color: #f8dba7;
}
.alert-warning .alert-link {
  color: #4e3509;
}
.alert-danger {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  background-color: #fefefe;
  border-color: #fdfdfe;
  color: #818182;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  color: #1b1e21;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  height: 1rem;
  line-height: 0;
}
.progress,
.progress-bar {
  display: flex;
  overflow: hidden;
}
.progress-bar {
  background-color: #007bff;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  transition: width 0.6s ease;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  align-items: flex-start;
  display: flex;
}
.media-body {
  flex: 1;
}
.list-group {
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}
.list-group-item-action {
  color: #495057;
  text-align: inherit;
  width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
  z-index: 1;
}
.list-group-item-action:active {
  background-color: #e9ecef;
  color: #212529;
}
.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: block;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  background-color: #fff;
  color: #6c757d;
  pointer-events: none;
}
.list-group-item.active {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  z-index: 2;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  border-top-width: 1px;
  margin-top: -1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-left-width: 0;
  border-top-width: 1px;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  border-left-width: 1px;
  margin-left: -1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  background-color: #bfc1d3;
  color: #0e1132;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  background-color: #b0b2c9;
  color: #0e1132;
}
.list-group-item-primary.list-group-item-action.active {
  background-color: #0e1132;
  border-color: #0e1132;
  color: #fff;
}
.list-group-item-secondary {
  background-color: #d6d8db;
  color: #383d41;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  background-color: #c8cbcf;
  color: #383d41;
}
.list-group-item-secondary.list-group-item-action.active {
  background-color: #383d41;
  border-color: #383d41;
  color: #fff;
}
.list-group-item-success {
  background-color: #d1e4d5;
  color: #2f5337;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  background-color: #c1dbc6;
  color: #2f5337;
}
.list-group-item-success.list-group-item-action.active {
  background-color: #2f5337;
  border-color: #2f5337;
  color: #fff;
}
.list-group-item-info {
  background-color: #bee5eb;
  color: #0c5460;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  background-color: #abdde5;
  color: #0c5460;
}
.list-group-item-info.list-group-item-action.active {
  background-color: #0c5460;
  border-color: #0c5460;
  color: #fff;
}
.list-group-item-warning {
  background-color: #fae5bf;
  color: #7b540f;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  background-color: #f8dba7;
  color: #7b540f;
}
.list-group-item-warning.list-group-item-action.active {
  background-color: #7b540f;
  border-color: #7b540f;
  color: #fff;
}
.list-group-item-danger {
  background-color: #f5c6cb;
  color: #721c24;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  background-color: #f1b0b7;
  color: #721c24;
}
.list-group-item-danger.list-group-item-action.active {
  background-color: #721c24;
  border-color: #721c24;
  color: #fff;
}
.list-group-item-light {
  background-color: #fdfdfe;
  color: #818182;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color: #ececf6;
  color: #818182;
}
.list-group-item-light.list-group-item-action.active {
  background-color: #818182;
  border-color: #818182;
  color: #fff;
}
.list-group-item-dark {
  background-color: #c6c8ca;
  color: #1b1e21;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  background-color: #b9bbbe;
  color: #1b1e21;
}
.list-group-item-dark.list-group-item-action.active {
  background-color: #1b1e21;
  border-color: #1b1e21;
  color: #fff;
}
.close {
  color: #000;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  text-shadow: 0 1px 0 #fff;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  background-color: transparent;
  border: 0;
  padding: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  background-clip: padding-box;
  background-color: #ffffffd9;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem #0000001a;
  flex-basis: 350px;
  font-size: 0.875rem;
  max-width: 350px;
  opacity: 0;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  align-items: center;
  background-clip: padding-box;
  background-color: #ffffffd9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  color: #6c757d;
  display: flex;
  padding: 0.25rem 0.75rem;
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}
.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}
.modal.fade .modal-dialog {
  transform: translateY(-50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  align-items: center;
  display: flex;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  content: "";
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: flex;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  align-items: flex-start;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
}
.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.modal-body {
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}
.modal-footer {
  align-items: center;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-top: 1px solid #dee2e6;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.75rem;
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  word-wrap: break-word;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428;
  margin: 0;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  display: block;
  height: 0.4rem;
  position: absolute;
  width: 0.8rem;
}
.tooltip .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  border-top-color: #000;
  border-width: 0.4rem 0.4rem 0;
  top: 0;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  height: 0.8rem;
  left: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  border-right-color: #000;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  right: 0;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #000;
  border-width: 0 0.4rem 0.4rem;
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  height: 0.8rem;
  right: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  border-left-color: #000;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  left: 0;
}
.tooltip-inner {
  background-color: #000;
  border-radius: 0.25rem;
  color: #fff;
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.popover {
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428;
  max-width: 276px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1060;
}
.popover,
.popover .arrow {
  display: block;
  position: absolute;
}
.popover .arrow {
  height: 0.5rem;
  margin: 0 0.3rem;
  width: 1rem;
}
.popover .arrow:after,
.popover .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
  border-top-color: #00000040;
  border-width: 0.5rem 0.5rem 0;
  bottom: 0;
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
  border-top-color: #fff;
  border-width: 0.5rem 0.5rem 0;
  bottom: 1px;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  height: 1rem;
  left: calc(-0.5rem - 1px);
  margin: 0.3rem 0;
  width: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
  border-right-color: #00000040;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
  border-right-color: #fff;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 1px;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
  border-bottom-color: #00000040;
  border-width: 0 0.5rem 0.5rem;
  top: 0;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
  border-bottom-color: #fff;
  border-width: 0 0.5rem 0.5rem;
  top: 1px;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  border-bottom: 1px solid #f7f7f7;
  content: "";
  display: block;
  left: 50%;
  margin-left: -0.5rem;
  position: absolute;
  top: 0;
  width: 1rem;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  height: 1rem;
  margin: 0.3rem 0;
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
  border-left-color: #00000040;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
  border-left-color: #fff;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 1px;
}
.popover-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  color: #1b2061;
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  color: #212529;
  padding: 0.5rem 0.75rem;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}
.carousel-item {
  backface-visibility: hidden;
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translate(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translate(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transform: none;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
  transition: opacity 0s 0.6s;
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
  position: absolute;
  right: 0;
  z-index: 15;
}
.carousel-indicators li {
  background-clip: padding-box;
  background-color: #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  box-sizing: content-box;
  cursor: pointer;
  flex: 0 1 auto;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  opacity: 0.5;
  text-indent: -999px;
  transition: opacity 0.6s ease;
  width: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  bottom: 20px;
  color: #fff;
  left: 15%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  text-align: center;
  z-index: 10;
}
@keyframes spinner-border {
  to {
    transform: rotate(1turn);
  }
}
.spinner-border {
  animation: spinner-border 0.75s linear infinite;
  border: 0.25em solid;
  border-radius: 50%;
  border-right: 0.25em solid transparent;
  display: inline-block;
  height: 2rem;
  vertical-align: -0.125em;
  width: 2rem;
}
.spinner-border-sm {
  border-width: 0.2em;
  height: 1rem;
  width: 1rem;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  animation: spinner-grow 0.75s linear infinite;
  background-color: currentcolor;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  opacity: 0;
  vertical-align: -0.125em;
  width: 2rem;
}
.spinner-grow-sm {
  height: 1rem;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #1b2061 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #101339 !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #5aa06a !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #487f54 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #eda21c !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #c68510 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !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: #1b2061 !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #5aa06a !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #eda21c !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.embed-responsive:before {
  content: "";
  display: block;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.embed-responsive-21by9:before {
  padding-top: 42.85714%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem #00000013 !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem #00000026 !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem #0000002d !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.text-monospace {
  font-family: Arial, Helvetica, sans-serif;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #1b2061 !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0a0c25 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #5aa06a !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #3e6f4a !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #eda21c !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #af750e !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #0e0e0e !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: #00000080 !important;
}
.text-white-50 {
  color: #ffffff80 !important;
}
.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #969696;
  }
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    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 td,
  .table-bordered th {
    border: 1px solid #e1e4e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    border-color: #dee2e6;
    color: inherit;
  }
} /*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.flickity-slider {
  height: 100%;
  position: absolute;
  width: 100%;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-button {
  background: #ffffffbf;
  color: #333;
}
.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}
.flickity-button:focus {
  box-shadow: 0 0 0 5px #19f;
  outline: none;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  cursor: auto;
  opacity: 0.3;
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
}
.flickity-prev-next-button {
  border-radius: 50%;
  height: 44px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  left: 10px;
  right: auto;
}
.flickity-prev-next-button .flickity-button-icon {
  height: 60%;
  left: 20%;
  position: absolute;
  top: 20%;
  width: 60%;
}
.flickity-page-dots {
  bottom: -25px;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  background: #333;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 8px;
  opacity: 0.25;
  width: 10px;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.bundle-list,
.colors-list,
.denominations-list,
.errors ul,
.featured-icons .ship-list,
.gift-card-recipients-list,
.main-slider .flickity-page-dots,
.quantity-list,
.sizes-list,
.slider-icon-list,
.socials-list,
.stars-list,
.style-list,
.submenu,
.values-list,
.we-care-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0e0e0e;
  letter-spacing: 0;
  min-width: 320px;
}
@media (min-width: 992px) {
  body {
    font-size: 16px;
    line-height: 1.375;
  }
}
.h1,
h1 {
  line-height: 1.25;
}
@media (min-width: 768px) {
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.235;
  }
  .h3,
  h3 {
    font-size: 30px;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .h3,
  h3 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .h4,
  h4 {
    font-size: 22px;
    line-height: 1.2727;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
    line-height: 1.375;
  }
}
.full-title {
  box-sizing: content-box;
  color: #1b2061;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 auto 40px;
  max-width: 728px;
  padding: 0 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .full-title {
    font-size: 30px;
    line-height: 1.166;
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .full-title {
    font-size: 34px;
    margin-bottom: 80px;
    max-width: none;
    padding: 0 100px;
  }
}
.half-title {
  box-sizing: content-box;
  color: #1b2061;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 auto 40px;
  max-width: 900px;
  padding: 0 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .half-title {
    font-size: 26px;
    line-height: 1.166;
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .half-title {
    font-size: 30px;
    margin-bottom: 60px;
    max-width: 460px;
    padding: 0 30px;
  }
}
@media (max-width: 1200px) {
  .full-title.title-max-wd-left,
  .half-title.title-max-wd-left {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .full-title.title-max-sm-left,
  .half-title.title-max-sm-left {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    text-align: left;
  }
}
.title-desc {
  color: #0e0e0e;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 1.375;
  margin: 0 auto 50px;
  text-align: center;
}
.heading-decor {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .heading-decor {
    font-size: 34px;
    line-height: 1.235;
    padding-bottom: 19px;
  }
}
@media (min-width: 992px) {
  .heading-decor {
    margin-bottom: 50px;
  }
}
.heading-decor:after {
  background: #eda21c;
  bottom: 0;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 35px;
}
.heading-vertical-line {
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 14px;
  position: relative;
}
@media (min-width: 992px) {
  .heading-vertical-line {
    font-size: 24px;
  }
}
.heading-vertical-line:after {
  background: #1b2061;
  content: "";
  height: 98%;
  left: 0;
  position: absolute;
  top: -3px;
  width: 4px;
}
.section-heading {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section-heading {
    font-size: 36px;
    line-height: 1.166;
    margin-bottom: 70px;
  }
}
@media (min-width: 992px) {
  .section-heading {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
.section-heading + .subtitle {
  color: #0e0e0e;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.375;
}
.section-heading .full-title {
  margin-bottom: 10px;
}
.section-heading .subtitle {
  font-size: 22px;
  line-height: 1.2727;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-heading .subtitle {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .section-heading .subtitle {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .section-heading .subtitle {
    margin-bottom: 25px;
  }
}
.section-heading .title-desc {
  font-size: 16px;
}
@media (min-width: 768px) {
  .section-heading .title-desc {
    margin-bottom: 70px;
  }
}
.colored-title {
  text-align: center;
}
@media (min-width: 768px) {
  .colored-title {
    text-align: left;
  }
}
.colored-title strong {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, #1b2061, #1b2061);
  -webkit-background-clip: text;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  margin-bottom: 20px;
}
.colored-title .title-desc {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .colored-title .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .colored-title .container {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .colored-title .container {
    max-width: 1220px;
    padding: 0 15px;
  }
}
a {
  transition: color 0.15s linear;
}
a:focus,
a:hover {
  color: #21327c;
  text-decoration: none;
}
.blockquote,
blockquote {
  color: #1b2061;
  font-size: 20px;
  letter-spacing: -0.3px;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 992px) {
  .blockquote,
  blockquote {
    font-size: 20px;
    line-height: 1.3;
    max-width: 390px;
  }
}
.blockquote p:last-of-type,
blockquote p:last-of-type {
  margin-bottom: 32px;
}
.blockquote svg,
blockquote svg {
  display: block;
  margin: 0 auto 21px;
}
@media (min-width: 768px) {
  .blockquote svg,
  blockquote svg {
    margin: 0 0 20px -11px;
  }
}
@media (min-width: 992px) {
  .blockquote svg,
  blockquote svg {
    margin: 0 0 20px -39px;
  }
}
.blockquote .author-blockquote,
blockquote .author-blockquote {
  font-size: 24px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .blockquote .text-holder,
  blockquote .text-holder {
    margin-top: -13px;
  }
}
@media (min-width: 992px) {
  .blockquote .text-holder,
  blockquote .text-holder {
    margin-top: -8px;
  }
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.font-weight-500,
.template-collection .faq .full-title {
  font-weight: 500;
}
fieldset,
form {
  border-style: none;
  margin: 0;
  padding: 0;
}
.bg-blue-500 .form-control,
.bg-blue-500 input[type="date"],
.bg-blue-500 input[type="email"],
.bg-blue-500 input[type="password"],
.bg-blue-500 input[type="search"],
.bg-blue-500 input[type="tel"],
.bg-blue-500 input[type="text"],
.bg-blue-500 input[type="url"],
.bg-blue-500 textarea,
.bg-blue-600 .form-control,
.bg-blue-600 input[type="date"],
.bg-blue-600 input[type="email"],
.bg-blue-600 input[type="password"],
.bg-blue-600 input[type="search"],
.bg-blue-600 input[type="tel"],
.bg-blue-600 input[type="text"],
.bg-blue-600 input[type="url"],
.bg-blue-600 textarea {
  border-color: transparent;
  font-size: 14px;
}
.bg-blue-500 .form-control::-webkit-input-placeholder,
.bg-blue-500 input[type="date"]::-webkit-input-placeholder,
.bg-blue-500 input[type="email"]::-webkit-input-placeholder,
.bg-blue-500 input[type="password"]::-webkit-input-placeholder,
.bg-blue-500 input[type="search"]::-webkit-input-placeholder,
.bg-blue-500 input[type="tel"]::-webkit-input-placeholder,
.bg-blue-500 input[type="text"]::-webkit-input-placeholder,
.bg-blue-500 input[type="url"]::-webkit-input-placeholder,
.bg-blue-500 textarea::-webkit-input-placeholder,
.bg-blue-600 .form-control::-webkit-input-placeholder,
.bg-blue-600 input[type="date"]::-webkit-input-placeholder,
.bg-blue-600 input[type="email"]::-webkit-input-placeholder,
.bg-blue-600 input[type="password"]::-webkit-input-placeholder,
.bg-blue-600 input[type="search"]::-webkit-input-placeholder,
.bg-blue-600 input[type="tel"]::-webkit-input-placeholder,
.bg-blue-600 input[type="text"]::-webkit-input-placeholder,
.bg-blue-600 input[type="url"]::-webkit-input-placeholder,
.bg-blue-600 textarea::-webkit-input-placeholder {
  color: #969696;
}
.bg-blue-500 .form-control::-moz-placeholder,
.bg-blue-500 input[type="date"]::-moz-placeholder,
.bg-blue-500 input[type="email"]::-moz-placeholder,
.bg-blue-500 input[type="password"]::-moz-placeholder,
.bg-blue-500 input[type="search"]::-moz-placeholder,
.bg-blue-500 input[type="tel"]::-moz-placeholder,
.bg-blue-500 input[type="text"]::-moz-placeholder,
.bg-blue-500 input[type="url"]::-moz-placeholder,
.bg-blue-500 textarea::-moz-placeholder,
.bg-blue-600 .form-control::-moz-placeholder,
.bg-blue-600 input[type="date"]::-moz-placeholder,
.bg-blue-600 input[type="email"]::-moz-placeholder,
.bg-blue-600 input[type="password"]::-moz-placeholder,
.bg-blue-600 input[type="search"]::-moz-placeholder,
.bg-blue-600 input[type="tel"]::-moz-placeholder,
.bg-blue-600 input[type="text"]::-moz-placeholder,
.bg-blue-600 input[type="url"]::-moz-placeholder,
.bg-blue-600 textarea::-moz-placeholder {
  color: #969696;
  opacity: 1;
}
.bg-blue-500 .form-control:-moz-placeholder,
.bg-blue-500 input[type="date"]:-moz-placeholder,
.bg-blue-500 input[type="email"]:-moz-placeholder,
.bg-blue-500 input[type="password"]:-moz-placeholder,
.bg-blue-500 input[type="search"]:-moz-placeholder,
.bg-blue-500 input[type="tel"]:-moz-placeholder,
.bg-blue-500 input[type="text"]:-moz-placeholder,
.bg-blue-500 input[type="url"]:-moz-placeholder,
.bg-blue-500 textarea:-moz-placeholder,
.bg-blue-600 .form-control:-moz-placeholder,
.bg-blue-600 input[type="date"]:-moz-placeholder,
.bg-blue-600 input[type="email"]:-moz-placeholder,
.bg-blue-600 input[type="password"]:-moz-placeholder,
.bg-blue-600 input[type="search"]:-moz-placeholder,
.bg-blue-600 input[type="tel"]:-moz-placeholder,
.bg-blue-600 input[type="text"]:-moz-placeholder,
.bg-blue-600 input[type="url"]:-moz-placeholder,
.bg-blue-600 textarea:-moz-placeholder {
  color: #969696;
}
.bg-blue-500 .form-control:-ms-input-placeholder,
.bg-blue-500 input[type="date"]:-ms-input-placeholder,
.bg-blue-500 input[type="email"]:-ms-input-placeholder,
.bg-blue-500 input[type="password"]:-ms-input-placeholder,
.bg-blue-500 input[type="search"]:-ms-input-placeholder,
.bg-blue-500 input[type="tel"]:-ms-input-placeholder,
.bg-blue-500 input[type="text"]:-ms-input-placeholder,
.bg-blue-500 input[type="url"]:-ms-input-placeholder,
.bg-blue-500 textarea:-ms-input-placeholder,
.bg-blue-600 .form-control:-ms-input-placeholder,
.bg-blue-600 input[type="date"]:-ms-input-placeholder,
.bg-blue-600 input[type="email"]:-ms-input-placeholder,
.bg-blue-600 input[type="password"]:-ms-input-placeholder,
.bg-blue-600 input[type="search"]:-ms-input-placeholder,
.bg-blue-600 input[type="tel"]:-ms-input-placeholder,
.bg-blue-600 input[type="text"]:-ms-input-placeholder,
.bg-blue-600 input[type="url"]:-ms-input-placeholder,
.bg-blue-600 textarea:-ms-input-placeholder {
  color: #969696;
}
.bg-blue-500 .form-control.placeholder,
.bg-blue-500 input[type="date"].placeholder,
.bg-blue-500 input[type="email"].placeholder,
.bg-blue-500 input[type="password"].placeholder,
.bg-blue-500 input[type="search"].placeholder,
.bg-blue-500 input[type="tel"].placeholder,
.bg-blue-500 input[type="text"].placeholder,
.bg-blue-500 input[type="url"].placeholder,
.bg-blue-500 textarea.placeholder,
.bg-blue-600 .form-control.placeholder,
.bg-blue-600 input[type="date"].placeholder,
.bg-blue-600 input[type="email"].placeholder,
.bg-blue-600 input[type="password"].placeholder,
.bg-blue-600 input[type="search"].placeholder,
.bg-blue-600 input[type="tel"].placeholder,
.bg-blue-600 input[type="text"].placeholder,
.bg-blue-600 input[type="url"].placeholder,
.bg-blue-600 textarea.placeholder {
  color: #969696;
}
.bg-blue-500 .form-control:focus,
.bg-blue-500 input[type="date"]:focus,
.bg-blue-500 input[type="email"]:focus,
.bg-blue-500 input[type="password"]:focus,
.bg-blue-500 input[type="search"]:focus,
.bg-blue-500 input[type="tel"]:focus,
.bg-blue-500 input[type="text"]:focus,
.bg-blue-500 input[type="url"]:focus,
.bg-blue-500 textarea:focus,
.bg-blue-600 .form-control:focus,
.bg-blue-600 input[type="date"]:focus,
.bg-blue-600 input[type="email"]:focus,
.bg-blue-600 input[type="password"]:focus,
.bg-blue-600 input[type="search"]:focus,
.bg-blue-600 input[type="tel"]:focus,
.bg-blue-600 input[type="text"]:focus,
.bg-blue-600 input[type="url"]:focus,
.bg-blue-600 textarea:focus {
  background: #fffffff7;
  border-color: transparent;
}
textarea {
  resize: none;
  vertical-align: top;
}
button,
input[type="button"],
input[type="file"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
.custom-control-label {
  line-height: 1.3;
}
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #1b2061;
  border-color: #1b2061;
  color: #fff;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before,
.custom-control-label:before {
  border-color: #e1e4e6;
  border-radius: 2px;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 2px !important;
}
.plus-minus-input {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.plus-minus-input .input-group-field {
  background: none;
  border: none;
  font-size: 14px;
  line-height: 1.2;
  margin: 2px 5px 0;
  padding: 0;
  text-align: center;
  width: 20px;
}
.plus-minus-input input::-webkit-inner-spin-button,
.plus-minus-input input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.plus-minus-input input[type="number"] {
  -moz-appearance: textfield;
}
.plus-minus-input .btn-circle {
  background: none;
  border: 1px solid rgba(27, 32, 97, 0.4);
  border-radius: 24px;
  height: 24px;
  padding: 0;
  position: relative;
  transition: background 0.15s linear, border-color 0.15s linear;
  width: 24px;
}
.plus-minus-input .btn-circle:after,
.plus-minus-input .btn-circle:before {
  background: #1b2061;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.15s linear;
  width: 10px;
}
.plus-minus-input .btn-circle[data-quantity="plus"]:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.plus-minus-input .btn-circle:hover {
  background: #21327c;
  border-color: #21327c;
}
.plus-minus-input .btn-circle:hover:after,
.plus-minus-input .btn-circle:hover:before {
  background: #fff;
}
.errors ul {
  color: #dc3545;
}
.section-size-guide-switcher.section {
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 0;
}
.switch-holder {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.switch-holder .text {
  color: #1b2061;
  display: inline;
  font-size: 12px;
  font-weight: 500;
  margin: 0 6px;
  padding-top: 3px;
  text-transform: uppercase;
}
.switch-input {
  position: absolute;
  visibility: hidden;
}
.switch-input + label {
  border: 1px solid #1b2061;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 19px;
  margin-bottom: 0;
  outline: none;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  width: 40px;
}
.switch-input + label:before {
  background: #1b2061;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  margin-left: -3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: margin 0.15s linear;
  width: 20px;
}
.switch-input:checked + label:before {
  margin-left: 21px;
}
.form-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px 10px;
}
@media (min-width: 768px) {
  .form-card {
    padding: 50px 70px;
  }
}
@media (min-width: 992px) {
  .form-card {
    padding: 70px 100px;
  }
}
.ex-contact-form .btn-submit {
  width: 100%;
}
@media (min-width: 768px) {
  .ex-contact-form .btn-submit {
    max-width: 327px;
  }
}
.blob.white {
  animation: pulse-white 2s infinite;
  background: #fff;
  box-shadow: 0 0 #fff;
}
@keyframes pulse-white {
  0% {
    box-shadow: 0 0 #ffffffb3;
    transform: scale(0.95);
  }
  70% {
    box-shadow: 0 0 0 10px #fff0;
    transform: scale(1);
  }
  to {
    box-shadow: 0 0 #fff0;
    transform: scale(0.95);
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.boxes-holder {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
@media (max-width: 767px) {
  .boxes-holder {
    min-width: 560px;
  }
}
.boxes-holder .row {
  flex-wrap: nowrap;
  margin: 0;
  width: 83.4%;
}
@media (min-width: 992px) {
  .boxes-holder .row {
    width: 79.3334%;
  }
}
.boxes-content {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 37px;
  width: 100%;
}
@media (min-width: 992px) {
  .boxes-content {
    margin-bottom: 0;
  }
}
.boxes {
  overflow-x: auto;
  overflow-y: hidden;
}
@media (max-width: 767px) {
  .boxes {
    margin-right: -15px;
  }
}
@media (min-width: 992px) {
  .boxes {
    margin-right: 0;
  }
}
.boxes::-webkit-scrollbar {
  border-radius: 6px;
  height: 6px;
  overflow-x: auto;
  width: 6px;
}
.boxes::-webkit-scrollbar-track {
  background: #d8d8d8;
  border-radius: 6px;
  margin: 0 70px;
  overflow-x: auto;
}
@media (min-width: 576px) {
  .boxes::-webkit-scrollbar-track {
    margin: 0 150px;
  }
}
@media (min-width: 768px) {
  .boxes::-webkit-scrollbar-track {
    margin: 0 250px;
  }
}
.boxes::-webkit-scrollbar-thumb {
  background-color: #1b2061;
  border-radius: 6px;
  outline: none;
  overflow-x: auto;
}
.we-care-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  text-align: center;
}
.we-care-list .title {
  color: #1b2061;
  font-size: 14px;
  font-weight: 500;
}
.we-care-list .text-holder {
  font-size: 12px;
}
.we-care-list .text-holder b {
  font-weight: 500;
}
.we-care-list li {
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.33% - 20px);
}
.we-care-list .img-holder {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  justify-content: center;
  margin: 0 auto 5px;
  text-align: center;
}
.we-care-list svg {
  height: 80%;
}
.product-cards-holder .container {
  padding: 0 24px;
}
@media (min-width: 768px) {
  .product-cards-holder .container {
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  .product-cards-holder .container {
    padding: 0 80px;
  }
}
@media (max-width: 991px) {
  .product-cards-holder .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .product-cards-holder .container {
    max-width: 1320px;
  }
}
.product-cards-holder .product-cards-tabs .slider-cell .h2 {
  margin-bottom: 4px;
}
.product-cards-holder .product-cards-tabs .slider-cell .product-reviews-rate {
  font-size: 10px;
  text-transform: capitalize;
}
.product-cards-holder .product-cards-tabs .slider-cell .stars-list {
  gap: 3px;
  margin: 0;
}
.product-cards-holder .product-cards-tabs .slider-cell .stars-list li {
  padding: 0;
}
.product-cards-holder .product-cards-tabs .slider-cell .stars-list li svg {
  height: 10px;
  width: 10px;
}
@media (min-width: 992px) {
  .product-cards-holder .product-cards-tabs {
    padding-top: 25px;
  }
}
.collection-template-section .container {
  padding: 0 24px;
}
@media (min-width: 768px) {
  .collection-template-section .container {
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  .collection-template-section .container {
    padding: 0 30px;
  }
}
.product-cards-slider {
  width: 100%;
}
.product-cards-slider .text-holder {
  margin-bottom: 4px;
}
.product-cards-slider:after {
  content: "";
}
@media (min-width: 768px) {
  .product-cards-slider:after {
    content: "flickity";
    display: none;
  }
}
@media (max-width: 991px) {
  .product-cards-slider .flickity-viewport {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .product-cards-slider {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
  }
}
@media (min-width: 768px) {
  .product-cards-slider {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}
@media (min-width: 1200px) {
  .product-cards-slider {
    margin: 0 -5px;
    width: calc(100% + 10px);
  }
}
@media (min-width: 768px) {
  .product-cards-slider:not(.flickity-enabled) {
    display: flex;
    justify-content: center;
  }
}
.product-cards-slider:not(.flickity-enabled) .slider-cell {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .product-cards-slider.flickity-resize .slider-cell {
    min-height: 100%;
  }
}
.product-cards-slider .flickity-button {
  background: #fff;
  border: none;
  border-radius: 48px;
  box-shadow: 0 1px 9px #0000004d;
  cursor: pointer;
  height: 48px;
  left: -1.5%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s, opacity 0.3s;
  width: 48px;
}
@media (max-width: 991px) {
  .product-cards-slider .flickity-button {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-cards-slider .flickity-button {
    left: -10px;
  }
}
@media (min-width: 1200px) {
  .product-cards-slider .flickity-button {
    left: -20px;
  }
}
@media (min-width: 1680px) {
  .product-cards-slider .flickity-button {
    left: -60px;
  }
}
.product-cards-slider .flickity-button.next {
  left: auto;
  right: -1.5%;
}
@media (min-width: 992px) {
  .product-cards-slider .flickity-button.next {
    right: -10px;
  }
}
@media (min-width: 1200px) {
  .product-cards-slider .flickity-button.next {
    right: -20px;
  }
}
@media (min-width: 1680px) {
  .product-cards-slider .flickity-button.next {
    right: -60px;
  }
}
.product-cards-slider .flickity-button.next svg {
  margin-left: 11px;
  margin-top: 3px;
  transform: rotate(-180deg);
}
.product-cards-slider .flickity-button svg {
  height: 34px;
  margin-left: 5px;
  margin-top: -8px;
  width: 13px;
}
.product-cards-slider .flickity-button svg path {
  stroke: #1b2061;
  stroke-width: 2.639;
  fill: none;
  fill-rule: evenodd;
  stroke-linecap: round;
  opacity: 0.6;
  transform: scale(8);
  transition: opacity 0.3s;
}
.product-cards-slider .flickity-button:hover svg path {
  opacity: 1;
}
.product-cards-slider .flickity-button:disabled {
  display: none;
}
.product-cards-slider .slider-cell {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 358px;
  padding: 15px 0 0;
  position: relative;
  width: calc(50% - 6px);
}
@media (min-width: 768px) {
  .product-cards-slider .slider-cell {
    margin-bottom: 0;
    max-width: none;
    min-width: auto;
    overflow: visible;
    padding: 24px 10px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-cards-slider .slider-cell {
    width: 22%;
  }
}
@media (min-width: 1200px) {
  .product-cards-slider .slider-cell {
    padding: 24px 12px 12px;
    width: 256px;
  }
}
.tab-pane.active .product-cards-slider .slider-cell.highlight:before {
  background-color: #f6fbfb;
  top: 0;
}
.tab-pane.active .product-cards-slider .slider-cell.highlight:after {
  opacity: 1;
  top: 0;
  visibility: visible;
}
.tab-pane.active .product-cards-slider .slider-cell.highlight .img-holder {
  border-radius: 0;
}
.tab-pane.active .product-cards-slider .slider-cell.highlight .product-tags li {
  background-color: #e2f2fa !important;
}
.product-cards-slider .slider-cell:after {
  align-items: center;
  background-color: #e2f2fa;
  border-radius: 10px 10px 0 0;
  color: #1b2061;
  content: attr(data-hover-highlight-badge);
  display: flex;
  font-size: 10px;
  font-weight: 600;
  height: 18px;
  justify-content: center;
  left: 0;
  line-height: 20px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 18px;
  transition: all 0.15s ease-in;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .product-cards-slider .slider-cell:after {
    font-size: 12px;
    height: 24px;
    left: 10px;
    right: 10px;
    top: 24px;
    width: calc(100% - 20px);
  }
}
@media (min-width: 992px) {
  .product-cards-slider .slider-cell:after {
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
  }
}
.product-cards-slider .slider-cell:before {
  border-radius: 10px;
  bottom: 0;
  box-shadow: 0 2px 5px #00000026;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 18px;
  transition: all 0.15s ease-in;
  z-index: -1;
}
@media (min-width: 768px) {
  .product-cards-slider .slider-cell:before {
    bottom: 12px;
    box-shadow: 0 3px 10px #00000026;
    left: 12px;
    right: 12px;
    top: 24px;
  }
}
.product-cards-slider .img-holder {
  border-radius: 10px 10px 0 0;
  display: block;
  overflow: hidden;
  position: relative;
}
.product-cards-slider .img-holder img {
  display: block;
}
.product-cards-slider .card-body {
  padding: 10px 8px 2px;
  z-index: 1;
}
@media (min-width: 768px) {
  .product-cards-slider .card-body {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .product-cards-slider .card-body {
    padding: 10px 16px 0;
  }
}
.product-cards-slider .card-details {
  min-height: 50px;
}
@media (min-width: 768px) {
  .product-cards-slider .card-details {
    min-height: 48px;
  }
}
.product-cards-slider .text-holder p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 9px;
  height: 24px;
  line-height: 12px;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .product-cards-slider .text-holder p {
    font-size: 11px;
    height: 28px;
    line-height: 15px;
  }
}
@media (min-width: 992px) {
  .product-cards-slider .text-holder p {
    margin-top: 0;
  }
}
.product-cards-slider .product-tags {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 3px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-cards-slider .product-tags {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .product-cards-slider .product-tags {
    margin-bottom: 0;
  }
}
.product-cards-slider .product-tags li {
  border-radius: 4px;
  font-size: 11px;
  height: 24px;
  margin-bottom: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .product-cards-slider .product-tags li {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .product-cards-slider .product-tags li {
    height: 28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-cards-slider .product-tags li {
    margin-right: 8px;
  }
}
.product-cards-slider .badge {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-size: 10px;
  font-weight: 600;
  height: 25px;
  justify-content: center;
  padding: 6px 4px;
  position: absolute;
  right: 6px;
  top: 21px;
  z-index: 10;
}
@media (min-width: 768px) {
  .product-cards-slider .badge {
    right: 20px;
    top: 31px;
  }
}
@media (min-width: 992px) {
  .product-cards-slider .badge {
    font-size: 11px;
    padding: 9px 7px;
  }
}
.product-cards-slider .stars-holder {
  margin-bottom: 0;
}
.product-cards-slider .stars-holder .product-reviews-rate {
  font-size: 12px;
  padding-left: 5px;
  padding-top: 3px;
}
.product-cards-slider .stars-holder .product-reviews-rate .average-rating {
  font-weight: 600;
  padding: 0;
}
.product-cards-slider .h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.05;
  margin-bottom: 8px;
  min-height: 36px;
}
@media (min-width: 768px) {
  .product-cards-slider .h2 {
    font-size: 18px;
    height: auto;
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .product-cards-slider .h2 {
    font-size: 18px;
    margin-bottom: 4px;
    min-height: 40px;
  }
}
.product-cards-slider .btn {
  border-width: 2px;
  margin-top: 6px;
  padding: 12px 10px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.product-cards-slider .btn.btn-primary:hover {
  background: transparent;
  border-color: #1b2061;
  color: #1b2061;
}
@media (min-width: 768px) {
  .product-cards-slider .btn {
    font-size: 14px;
    margin-top: 8px;
    padding: 15px 10px;
  }
}
.product-cards-slider .product-price-holder {
  line-height: 0.8;
  margin-bottom: 8px;
}
@media (min-width: 375px) {
  .product-cards-slider .product-price-holder {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .product-cards-slider .product-price-holder {
    line-height: 1;
    margin-bottom: 3px;
  }
}
@media (min-width: 992px) {
  .product-cards-slider .product-price-holder {
    margin-bottom: 4px;
  }
}
.product-cards-slider .product-price-holder strong {
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 500;
  line-height: 0.8;
}
@media (min-width: 576px) {
  .product-cards-slider .product-price-holder strong {
    font-size: 16px;
  }
}
.product-cards-slider .product-price-holder .original-price {
  color: #0d0d0d80;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}
@media (min-width: 576px) {
  .product-cards-slider .product-price-holder .original-price {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .product-cards-slider .product-price-holder .original-price {
    font-size: 12px;
  }
}
.product-cards-slider .card-footer {
  background: transparent;
  margin-top: auto;
  padding: 0 8px 16px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .product-cards-slider .card-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .product-cards-slider .card-footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#product-cards-bundle-tab .product-cards-slider .card-details {
  height: 40px;
}
.product-list-min {
  margin: -20px 0 -27px;
}
.product-list-min li {
  border-bottom: 1px solid #e1e4e6;
  padding: 20px 0 27px;
}
@media (max-width: 375px) {
  .product-list-min .col-4 {
    flex: 0 0 22%;
    max-width: 22%;
  }
  .product-list-min .col-8 {
    flex: 0 0 78%;
    max-width: 78%;
  }
}
.product-list-min h4.h3 {
  font-size: 16px;
  line-height: 1.42857;
  margin-bottom: 3px;
}
.product-list-min h4.h3 a {
  color: #1b2061;
}
.product-list-min h4.h3:hover a {
  color: #21327c;
}
@media (min-width: 375px) {
  .product-list-min h4.h3 {
    font-size: 16px;
    line-height: 1.375;
  }
}
.product-list-min .product-delete {
  display: block;
  height: 20px;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: opacity 0.15s linear;
  width: 20px;
}
@media (min-width: 992px) {
  .product-list-min .product-delete {
    margin-top: 2px;
  }
}
.product-list-min .product-delete svg {
  height: 20px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.15s linear;
  width: 20px;
}
.product-list-min .product-delete:hover {
  opacity: 0.5;
}
.product-list-min .product-size {
  color: #1b2061;
  font-size: 14px;
}
.product-list-min .product-price-holder {
  color: #1b2061;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.375;
}
.flickity-slider .slider-icons-cell {
  padding-bottom: 30px;
  width: 100%;
}
.js-slider-icons-list:after {
  content: "flickity";
  display: none;
}
@media (min-width: 768px) {
  .js-slider-icons-list:after {
    content: "";
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-cards .flickity-viewport {
    overflow: visible;
  }
}
.product-cards .full-title,
.product-cards .text,
.product-cards .title-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .product-cards .full-title,
  .product-cards .text,
  .product-cards .title-desc {
    max-width: 1000px;
  }
}
@media (min-width: 992px) {
  .product-cards .full-title,
  .product-cards .text,
  .product-cards .title-desc {
    margin-bottom: 36px;
  }
}
.home-product-cards-section .product-cards-holder {
  position: relative;
}
.home-product-cards-section .product-cards-holder mobile-scroll-buttons {
  display: flex;
  height: 38px;
  position: absolute;
  top: 40px;
  width: 100%;
}
@media (min-width: 576px) {
  .home-product-cards-section .product-cards-holder mobile-scroll-buttons {
    display: none;
  }
}
.home-product-cards-section
  .product-cards-holder
  mobile-scroll-buttons
  .scroll-btn {
  align-items: center;
  background-color: #fff;
  border: none;
  display: flex;
  height: 90%;
  justify-content: center;
  outline: none;
  padding: 0;
  position: absolute;
  top: 3%;
  width: 20px;
  z-index: 2;
}
.home-product-cards-section
  .product-cards-holder
  mobile-scroll-buttons
  .scroll-btn
  svg {
  pointer-events: none;
}
.home-product-cards-section
  .product-cards-holder
  mobile-scroll-buttons
  .scroll-btn.scroll-left {
  left: 0;
}
.home-product-cards-section
  .product-cards-holder
  mobile-scroll-buttons
  .scroll-btn.scroll-right {
  right: 0;
}
.home-product-cards-section
  .product-cards-holder
  mobile-scroll-buttons
  .scroll-btn.hide {
  opacity: 0;
  visibility: hidden;
}
.home-product-cards-section.section {
  overflow: hidden;
  padding: 30px 0 45px;
}
@media (min-width: 768px) {
  .home-product-cards-section.section {
    padding: 34px 0 38px;
  }
}
@media (min-width: 992px) {
  .home-product-cards-section.section {
    padding: 35px 0 28px;
  }
}
.home-product-cards-section.section .container {
  padding: 0 12px;
}
@media (min-width: 768px) {
  .home-product-cards-section.section .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .home-product-cards-section.section .container {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .home-product-cards-section.section .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .home-product-cards-section.section .container {
    max-width: 1680px;
  }
}
.home-product-cards-section.section .full-title {
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home-product-cards-section.section .full-title {
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .home-product-cards-section.section .full-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .home-product-cards-section.section .full-title {
    margin-bottom: 40px;
  }
}
.product-cards-colored .container {
  padding: 0 24px;
}
@media (min-width: 992px) {
  .product-cards-colored .container {
    max-width: 1230px;
    padding: 0 30px;
  }
}
.product-cards-colored .full-title {
  margin: 0 0 30px;
  max-width: none;
  padding: 0;
  text-align: left;
  width: 100%;
}
@media (min-width: 992px) {
  .product-cards-colored .full-title {
    margin-bottom: 40px;
    text-align: center;
  }
}
.product-cards-colored .product-cards-holder {
  overflow-x: hidden;
}
.product-cards-colored .flickity-viewport {
  overflow: visible;
}
@media (min-width: 1200px) {
  .product-cards-colored .flickity-viewport {
    overflow: hidden;
  }
}
.product-cards-colored .flickity-prev-next-button {
  display: none;
  height: 48px;
  padding: 0;
  width: 48px;
}
@media (min-width: 1200px) {
  .product-cards-colored .flickity-prev-next-button {
    display: block;
  }
}
.product-cards-colored .flickity-prev-next-button.previous {
  left: -55px;
}
@media (min-width: 1440px) {
  .product-cards-colored .flickity-prev-next-button.previous {
    left: -80px;
  }
}
.product-cards-colored .flickity-prev-next-button.next {
  right: -35px;
}
@media (min-width: 1440px) {
  .product-cards-colored .flickity-prev-next-button.next {
    right: -62px;
  }
}
.product-cards-colored .slider-cell {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin: 0 5px;
  overflow: hidden;
  padding: 0;
  width: calc(50% - 10px);
}
@media (min-width: 768px) {
  .product-cards-colored .slider-cell {
    width: calc(33.3333% - 10px);
  }
}
@media (min-width: 992px) {
  .product-cards-colored .slider-cell {
    margin: 0 8px;
    width: calc(25% - 16px);
  }
}
@media (min-width: 1200px) {
  .product-cards-colored .slider-cell {
    width: calc(20% - 16px);
  }
}
.product-cards-colored .slider-cell .img-holder {
  display: flex;
  justify-content: center;
  padding: 16px 0 14px;
}
@media (min-width: 992px) {
  .product-cards-colored .slider-cell .img-holder {
    padding: 15px 0 20px;
  }
}
.product-cards-colored .slider-cell .img-holder img {
  border-radius: 50%;
  height: 66px;
  width: 66px;
}
@media (min-width: 992px) {
  .product-cards-colored .slider-cell .img-holder img {
    height: 110px;
    width: 110px;
  }
}
.product-cards-colored .slider-cell .product-card-title {
  color: #1b2061;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .product-cards-colored .slider-cell .product-card-title {
    font-size: 18px;
  }
}
.product-cards-colored .slider-cell:before {
  content: none;
}
.product-cards-colored .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 8px;
}
@media (min-width: 992px) {
  .product-cards-colored .card-body {
    padding: 0 16px;
  }
}
.product-cards-colored .card-body .h2 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  min-height: 40px;
}
.product-cards-colored .card-body .product-description {
  font-size: 14px;
  height: 58px;
  line-height: 20px;
  margin: 10px 0 14px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .product-cards-colored .card-body .product-description {
    height: 42px;
    margin: 12px 0 24px;
  }
}
.product-cards-colored .card-body .product-price-holder {
  font-size: 12px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .product-cards-colored .card-body .product-price-holder {
    font-size: 16px;
  }
}
.product-cards-colored .card-body .product-price-holder strong {
  font-weight: 500;
}
.product-cards-colored .card-body .product-price-holder .original-price {
  color: #868686;
  font-weight: 400;
  text-decoration: line-through;
}
.product-cards-colored .card-body .stars-list li svg {
  width: 12px;
}
.product-cards-colored .card-body .stars-holder {
  font-size: 12px;
  margin: 0;
  min-height: 17px;
}
.product-cards-colored .card-body .stars-holder span {
  padding-top: 0;
}
.product-cards-colored .card-footer {
  background-color: initial;
  padding: 0 8px 20px;
}
@media (min-width: 992px) {
  .product-cards-colored .card-footer {
    padding: 0 16px 16px;
  }
}
.product-cards-colored .card-footer .btn {
  border-radius: 8px;
  border-width: 1px;
  color: #1b2061;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 10px;
  text-transform: capitalize;
  width: 110px;
}
.product-card-new {
  max-width: 270px;
}
.product-card-new .text-holder {
  padding: 0 10px 10px 8px;
}
@media (min-width: 992px) {
  .product-card-new .text-holder {
    padding: 4px 12px 16px;
  }
}
.product-card-new .text-holder .title {
  font-size: 12px;
  margin-bottom: 8px;
  min-height: auto;
}
.product-card-new .add-to-cart-btn,
.product-card-new .btn.collapse-btn {
  align-items: center;
  border: 1px solid;
  border-radius: 50%;
  bottom: 0;
  display: flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 2px;
  width: 38px;
}
.product-card-new .add-to-cart-btn svg,
.product-card-new .btn.collapse-btn svg {
  margin: 0;
}
.product-card-new .add-to-cart-btn svg path,
.product-card-new .btn.collapse-btn svg path {
  fill: initial;
}
.product-card-new .btn.collapse-btn .check-mark {
  display: none;
}
.product-card-new .add-to-cart-btn {
  background: #1b2061;
  border-color: #1b2061;
  box-shadow: none;
  color: #1b2061;
  display: none;
  margin: 0;
}
.product-card-new .add-to-cart-btn:disabled {
  background-color: #868686;
  border-color: #868686;
  cursor: not-allowed;
}
.product-card-new .product-size-secondary {
  padding-bottom: 12px;
}
.product-card-new
  .product-size-secondary.yml-product-option
  .sizes-list.sizes-list-secondary {
  display: flex;
  gap: 8px;
  margin: 0;
}
.product-card-new
  .product-size-secondary.yml-product-option
  .sizes-list.sizes-list-secondary
  li {
  margin: 0;
  width: calc(33% - 8px);
}
.product-card-new
  .product-size-secondary.yml-product-option
  .sizes-list.sizes-list-secondary
  li
  label {
  padding: 2px 0 0;
}
.product-card-new .product-color-secondary {
  padding-bottom: 6px;
}
.product-card-new
  .product-color-secondary.yml-product-option
  .colors-list-secondary {
  margin: 0;
}
.product-card-new
  .product-color-secondary.yml-product-option
  .colors-list-secondary
  .swatch-holder {
  height: 24px;
  margin: 0;
  width: 24px;
}
.product-card-new
  .product-color-secondary.yml-product-option
  .colors-list-secondary
  .swatch-holder
  .swatch-left {
  border-radius: 20px 0 0 20px;
  height: 18px;
  width: 10px;
}
.product-card-new
  .product-color-secondary.yml-product-option
  .colors-list-secondary
  .swatch-holder
  .swatch-right {
  border-radius: 0 20px 20px 0;
  height: 18px;
  width: 10px;
}
.product-card-new .product-color-secondary.yml-product-option,
.product-card-new .product-size-secondary.yml-product-option {
  margin: 0;
}
.product-card-new .product-color-secondary.yml-product-option .heading-holder,
.product-card-new .product-size-secondary.yml-product-option .heading-holder {
  margin-bottom: 8px;
}
.product-card-new
  .product-color-secondary.yml-product-option
  .heading-holder
  > strong,
.product-card-new
  .product-size-secondary.yml-product-option
  .heading-holder
  > strong {
  font-weight: 500;
  text-transform: uppercase;
}
.product-card-new
  .product-color-secondary.yml-product-option
  .heading-holder
  > strong
  .set-value,
.product-card-new
  .product-size-secondary.yml-product-option
  .heading-holder
  > strong
  .set-value {
  font-weight: 400;
  text-transform: capitalize;
}
.product-card-new .description-card-collapse .product-status-message {
  padding-top: 5px;
}
.product-card-new.active .add-to-cart-btn {
  display: flex;
}
.product-card-new.active .btn.collapse-btn {
  display: none;
}
.product-card-new.active .text-holder {
  padding-bottom: 12px;
}
.product-card-new.added-to-the-cart .btn.collapse-btn {
  background-color: #1b2061;
}
.product-card-new.added-to-the-cart .btn.collapse-btn .check-mark {
  display: inline-block;
}
.product-card-new.added-to-the-cart .btn.collapse-btn .plus-mark {
  display: none;
}
@media (min-width: 992px) {
  .product-template {
    position: relative;
  }
}
.product-template .container-fluid,
.product-template .container-lg,
.product-template .container-md,
.product-template .container-sm,
.product-template .container-xl {
  padding: 0 14px;
}
@media (min-width: 992px) {
  .product-template .sidebar-holder {
    display: flex;
  }
}
.product-template.section {
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .product-template.section {
    padding: 0 0 40px;
  }
}
@media (min-width: 992px) {
  .product-template.section {
    padding: 0 0 88px;
  }
  .product-template:after {
    clear: both;
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
  }
  .product-template .sticky {
    position: relative;
    top: 0;
  }
  .product-template .col-left {
    margin-left: 20px;
    width: calc(57% - 20px);
  }
}
@media (min-width: 1200px) {
  .product-template .col-left {
    margin-left: 4%;
    width: 54%;
  }
}
@media (min-width: 992px) {
  .product-template .col-right {
    width: 43%;
  }
}
@media (min-width: 1200px) {
  .product-template .col-right {
    width: 42%;
  }
  .product-template .custom-images-grid-holder {
    max-width: 1215px;
  }
  .product-template .custom-images-grid-holder .col-left {
    margin-left: 0;
    width: 63%;
  }
  .product-template .custom-images-grid-holder .col-right {
    width: 37%;
  }
}
.product-template .product-info-holder {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .product-template .product-info-holder {
    padding: 0 33px;
  }
}
@media (min-width: 992px) {
  .product-template .product-info-holder {
    padding: 0 25px 0 48px;
  }
}
@media (min-width: 1200px) {
  .product-template .product-info-holder {
    max-width: 450px;
    padding: 0 0 0 60px;
  }
}
.product-template .stars-holder {
  margin-bottom: 0;
  white-space: nowrap;
}
.product-template .stars-holder .average-rating {
  font-weight: 700;
}
@media (max-width: 991px) {
  .product-template .stars-holder .average-rating {
    margin-left: 4px;
  }
  .product-template .stars-holder {
    margin-top: -2px;
  }
}
.product-template .stars-holder span {
  color: #1b2061;
  font-family: inherit;
  font-size: 12px;
}
.product-template .h1 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.1111;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .product-template .h1 {
    font-size: 24px;
    line-height: 1.17647;
  }
}
@media (min-width: 992px) {
  .product-template .h1 {
    font-size: 28px;
    line-height: 1.357;
    margin-bottom: 10px;
    max-width: 412px;
  }
}
.product-template .product-info > p {
  font-size: 15px;
  line-height: 1.5;
}
.product-template .product-info > p:last-of-type {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .product-template .product-info > p:last-of-type {
    margin-bottom: 14px;
  }
}
.product-template .product-info .tab-pane {
  padding-top: 15px;
}
.product-template .product-sale {
  color: #0e0e0e;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
  padding: 8px 15px 8px 12px;
  position: relative;
  vertical-align: middle;
}
.product-template .product-sale strong {
  color: #1b2061;
  font-weight: 500;
}
.product-template .product-sale .icon-holder {
  height: 13px;
  margin-right: 4px;
  margin-top: -2px;
  position: absolute;
  width: 12px;
}
.product-template .product-sale .icon-holder svg {
  fill: #1b2061;
}
.product-template .product-sale .text-holder {
  padding-left: 20px;
}
.product-template .product-sale p {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .product-template .product-price-holder {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    line-height: 1;
  }
}
.product-template .product-price-holder strong {
  color: #1b2061;
  font-size: 17px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .product-template .product-price-holder strong {
    display: block;
  }
}
@media (min-width: 576px) {
  .product-template .product-price-holder strong {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .product-template .product-price-holder strong {
    font-size: 20px;
  }
}
.product-template .product-price-holder .original-price {
  color: #212a2d;
  font-size: 12px;
  font-weight: 400;
  padding-left: 7px;
  text-decoration: line-through;
}
@media (min-width: 992px) {
  .product-template .product-price-holder .original-price {
    font-size: 14px;
  }
}
.product-template .product-price-holder .currency-iso-code,
.product-template .product-price-holder .original-price-currency-iso-code {
  font-size: 12px;
  margin-left: 2px;
}
.product-template .product-price-holder .currency-iso-code {
  color: #1b2061;
}
.product-template .product-price-holder .original-price-currency-iso-code {
  color: #929292;
  opacity: 0.7;
}
.product-template .btn-holder .btn {
  font-size: 14px;
  font-weight: 600;
}
.product-template #btn-add-to-cart:disabled {
  background-color: #e5e6ea;
  border-color: #e5e6ea;
  color: #929292;
}
.product-template[data-product-type="builder"] #btn-add-to-cart:disabled {
  color: #0e0e0e;
  opacity: 1;
}
.product-template .product-option-item.sold-out {
  position: relative;
}
.product-template .product-option-item.sold-out label {
  opacity: 0.5;
}
.product-template .product-option-item.sold-out label:before {
  background: linear-gradient(
    to top left,
    transparent,
    transparent calc(50% - 1px),
    #979797 50%,
    transparent calc(50% + 1px),
    transparent
  );
  border-radius: 8px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-template .badge.badge-info {
  border-radius: 3px;
  font-size: 10px;
  line-height: 1;
  margin-right: 5px;
  padding: 4px 8px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .product-template .badge.badge-info {
    font-size: 12px;
    padding: 6px 10px 5px;
  }
}
.product-template .btn-play {
  bottom: 20px;
  left: 20px;
  position: absolute;
}
@media (min-width: 992px) {
  .product-template .btn-play {
    bottom: 30px;
    left: 30px;
  }
  .product-template .slider-holder {
    margin: 0;
  }
}
.product-template .custom-images-grid {
  align-self: flex-start;
  position: sticky;
  top: 140px;
}
.product-template .custom-images-grid .slider-holder img {
  border-radius: 8px;
  width: 100%;
}
@media (min-width: 992px) {
  .product-template .custom-images-grid .slider-holder {
    margin: 0 -9px;
  }
}
.product-template .custom-images-grid .col-12 {
  padding: 9px;
}
.product-template .custom-images-grid .col-12:first-child {
  padding-top: 0;
}
@media (min-width: 992px) {
  .product-template .custom-images-grid [class*="col-"] {
    padding: 9px;
  }
  .product-template .custom-images-grid .col-6 .img-holder {
    height: 230px;
  }
}
@media (min-width: 1200px) {
  .product-template .custom-images-grid .col-6 .img-holder {
    height: 317px;
  }
}
.product-template .custom-images-grid .col-6 img {
  object-fit: cover;
}
@media (min-width: 992px) {
  .product-template .custom-images-grid .col-6 img {
    height: 230px;
  }
}
@media (min-width: 1200px) {
  .product-template .custom-images-grid .col-6 img {
    min-height: 317px;
  }
}
.product-template .product-brand-name {
  color: #1b2061;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .product-template .product-brand-name {
    font-size: 14px;
  }
}
.product-template .heading-holder .size-guide-link {
  bottom: 11px;
}
.product-template .featured-icons {
  margin-top: 14px;
}
.product-title-mobile {
  padding: 14px;
}
.product-title-mobile .top-section-title {
  min-height: 38px;
}
.product-title-mobile .product-price-holder {
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.product-title-mobile .product-price-holder .original-price {
  padding-left: 5px;
}
.product-title-mobile .stars-holder span {
  padding-left: 2px;
}
.product-title-mobile .shopping-event-labels {
  margin-top: 2px;
}
.product-info-top-part {
  position: relative;
}
.product-info-top-part .product-price-holder .original-price {
  padding-left: 0;
}
@media (max-width: 991px) {
  .product-info-top-part .product-title-holder {
    opacity: 0;
    position: absolute;
  }
}
.bundle-list-item-options,
.product-info-top-part {
  position: relative;
}
.bundle-list-item-options .size-guide-link,
.product-info-top-part .size-guide-link {
  bottom: -37px;
  position: absolute;
  right: 0;
}
.bundle-list-item-options .size-guide-link {
  bottom: auto;
  text-decoration: underline;
  top: -2px;
}
.bundle-list-item-options .size-guide-link:hover {
  text-decoration: none;
}
.bundle-content .heading-holder,
.options-section .heading-holder,
.product-bundle .heading-holder,
.product-color .heading-holder,
.product-info .heading-holder {
  color: #0e0e0e;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  justify-content: space-between;
  line-height: 1.15;
  padding-bottom: 10px;
}
.bundle-content .heading-holder > .h5,
.options-section .heading-holder > .h5,
.product-bundle .heading-holder > .h5,
.product-color .heading-holder > .h5,
.product-info .heading-holder > .h5 {
  text-transform: uppercase;
}
.bundle-content .heading-holder > .h5 strong,
.options-section .heading-holder > .h5 strong,
.product-bundle .heading-holder > .h5 strong,
.product-color .heading-holder > .h5 strong,
.product-info .heading-holder > .h5 strong {
  font-weight: 500;
}
.bundle-content .heading-holder > strong,
.options-section .heading-holder > strong,
.product-bundle .heading-holder > strong,
.product-color .heading-holder > strong,
.product-info .heading-holder > strong {
  font-weight: 500;
  text-transform: uppercase;
}
.bundle-content .heading-holder > strong .set-value,
.options-section .heading-holder > strong .set-value,
.product-bundle .heading-holder > strong .set-value,
.product-color .heading-holder > strong .set-value,
.product-info .heading-holder > strong .set-value {
  font-weight: 400;
  text-transform: capitalize;
}
.bundle-content .heading-holder .from-label,
.options-section .heading-holder .from-label,
.product-bundle .heading-holder .from-label,
.product-color .heading-holder .from-label,
.product-info .heading-holder .from-label {
  color: #1b2061;
  font-size: 12px;
  font-weight: 500;
  line-height: 1rem;
  padding-left: 6px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .bundle-content .heading-holder,
  .options-section .heading-holder,
  .product-bundle .heading-holder,
  .product-color .heading-holder,
  .product-info .heading-holder {
    padding-bottom: 10px;
  }
}
.bundle-list,
.colors-list,
.denominations-list,
.quantity-list,
.sizes-list,
.style-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px 10px;
  padding: 0;
}
@media (min-width: 768px) {
  .bundle-list,
  .colors-list,
  .denominations-list,
  .quantity-list,
  .sizes-list,
  .style-list {
    margin-bottom: 10px;
  }
}
.bundle-list li,
.colors-list li,
.denominations-list li,
.quantity-list li,
.sizes-list li,
.style-list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 8px;
  margin-left: 3px;
  margin-right: 3px;
  min-height: 50px;
  position: relative;
  text-align: center;
  width: calc(25% - 6px);
}
@media (min-width: 768px) {
  .bundle-list li,
  .colors-list li,
  .denominations-list li,
  .quantity-list li,
  .sizes-list li,
  .style-list li {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    min-height: 66px;
    width: calc(33.33% - 10px);
  }
}
.bundle-list li .variant-image,
.colors-list li .variant-image,
.denominations-list li .variant-image,
.quantity-list li .variant-image,
.sizes-list li .variant-image,
.style-list li .variant-image {
  max-width: 100%;
}
.bundle-list label,
.colors-list label,
.denominations-list label,
.quantity-list label,
.sizes-list label,
.style-list label {
  align-items: center;
  background: #fff;
  border: 1px solid #0e0e0e66;
  border-radius: 8px;
  color: #212a2d;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  padding: 7px 5px 4px;
  text-transform: uppercase;
  transition: background 0.15s linear, border 0.15s linear, color 0.15s linear;
  width: 100%;
}
.bundle-list label.active,
.bundle-list label.color-active,
.bundle-list label.denomination-active,
.bundle-list label.option-active,
.bundle-list label.size-active,
.bundle-list label.style-active,
.colors-list label.active,
.colors-list label.color-active,
.colors-list label.denomination-active,
.colors-list label.option-active,
.colors-list label.size-active,
.colors-list label.style-active,
.denominations-list label.active,
.denominations-list label.color-active,
.denominations-list label.denomination-active,
.denominations-list label.option-active,
.denominations-list label.size-active,
.denominations-list label.style-active,
.quantity-list label.active,
.quantity-list label.color-active,
.quantity-list label.denomination-active,
.quantity-list label.option-active,
.quantity-list label.size-active,
.quantity-list label.style-active,
.sizes-list label.active,
.sizes-list label.color-active,
.sizes-list label.denomination-active,
.sizes-list label.option-active,
.sizes-list label.size-active,
.sizes-list label.style-active,
.style-list label.active,
.style-list label.color-active,
.style-list label.denomination-active,
.style-list label.option-active,
.style-list label.size-active,
.style-list label.style-active {
  background: #dde6f7cc;
  border-color: #1b206199;
  color: #1b2061;
  font-weight: 500;
}
@media (min-width: 992px) {
  .bundle-list label:not(.active):hover,
  .colors-list label:not(.active):hover,
  .denominations-list label:not(.active):hover,
  .quantity-list label:not(.active):hover,
  .sizes-list label:not(.active):hover,
  .style-list label:not(.active):hover {
    background: #f6f6f6;
  }
}
.bundle-list input,
.colors-list input,
.denominations-list input,
.quantity-list input,
.sizes-list input,
.style-list input {
  height: 0;
  opacity: 0;
}
.bundle-list input:checked ~ label,
.colors-list input:checked ~ label,
.denominations-list input:checked ~ label,
.quantity-list input:checked ~ label,
.sizes-list input:checked ~ label,
.style-list input:checked ~ label {
  background: #dde6f7cc;
  border-color: #1b206199;
  color: #1b2061;
  font-weight: 500;
}
.bundle-list.sizes-list-secondary,
.colors-list.sizes-list-secondary,
.denominations-list.sizes-list-secondary,
.quantity-list.sizes-list-secondary,
.sizes-list.sizes-list-secondary,
.style-list.sizes-list-secondary {
  margin: 0 -4px -8px;
}
.bundle-list.sizes-list-secondary li,
.colors-list.sizes-list-secondary li,
.denominations-list.sizes-list-secondary li,
.quantity-list.sizes-list-secondary li,
.sizes-list.sizes-list-secondary li,
.style-list.sizes-list-secondary li {
  margin-bottom: 12px;
  margin-left: 4px;
  margin-right: 4px;
  min-height: 30px;
  width: calc(50% - 8px);
}
@media (min-width: 768px) {
  .bundle-list.sizes-list-secondary li,
  .colors-list.sizes-list-secondary li,
  .denominations-list.sizes-list-secondary li,
  .quantity-list.sizes-list-secondary li,
  .sizes-list.sizes-list-secondary li,
  .style-list.sizes-list-secondary li {
    margin-bottom: 10px;
  }
}
.bundle-list.sizes-list-secondary label,
.colors-list.sizes-list-secondary label,
.denominations-list.sizes-list-secondary label,
.quantity-list.sizes-list-secondary label,
.sizes-list.sizes-list-secondary label,
.style-list.sizes-list-secondary label {
  background: transparent;
  border-radius: 6px;
  border-width: 1px;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  padding: 2px 5px;
}
@media (min-width: 768px) {
  .bundle-list.sizes-list-secondary label,
  .colors-list.sizes-list-secondary label,
  .denominations-list.sizes-list-secondary label,
  .quantity-list.sizes-list-secondary label,
  .sizes-list.sizes-list-secondary label,
  .style-list.sizes-list-secondary label {
    font-size: 12px;
  }
}
.bundle-list.sizes-list-secondary .size-active,
.colors-list.sizes-list-secondary .size-active,
.denominations-list.sizes-list-secondary .size-active,
.quantity-list.sizes-list-secondary .size-active,
.sizes-list.sizes-list-secondary .size-active,
.style-list.sizes-list-secondary .size-active {
  background: #dde6f7;
}
.denominations-list {
  gap: 5px;
  justify-content: space-between;
  margin: 0 0 16px;
}
.denominations-list li {
  margin: 0;
  width: 32%;
}
.denominations-list li label {
  font-size: 14px;
  line-height: 16px;
}
.style-list {
  gap: 8px;
  margin: 0 0 16px;
}
.style-list li {
  border-radius: 8px;
  box-shadow: 0 2px 4px #0000004d;
  flex-basis: calc(33.33333% - 5.33333px);
  margin: 0;
}
.style-list li label {
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 12px;
  height: auto;
  line-height: 16px;
  margin: 0;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
.style-list li .variant-image {
  padding-bottom: 4px;
  width: 80px;
}
.gift-card-recipients-list {
  display: flex;
  gap: 8px;
}
.gift-card-recipients-list li {
  border-radius: 8px;
  box-shadow: 0 2px 4px #0000004d;
  min-height: 84px;
  width: calc(50% - 4px);
}
.gift-card-recipients-list label {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #212a2d;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  line-height: 16px;
  margin: 0;
  padding: 7px 5px;
  position: relative;
  transition: background 0.15s linear, border 0.15s linear, color 0.15s linear;
  width: 100%;
  z-index: 1;
}
.gift-card-recipients-list .img-holder {
  align-items: center;
  display: flex;
  flex-grow: 1;
  min-height: 50px;
}
.gift-card-recipients-list input {
  height: 0;
  opacity: 0;
  position: absolute;
}
.gift-card-recipients-list input:checked ~ label {
  background: #dde6f7cc;
  border-color: #1b206199;
  color: #1b2061;
  font-weight: 500;
}
.gift-card-recipients-list input:checked ~ label svg path {
  fill: #1b2061;
}
.gift-card-recipients-list .gift-card-recipient-item-title {
  padding-top: 2px;
  text-transform: uppercase;
}
.gift-card-recipient-additional-content-msg {
  color: #1b2061;
  font-size: 13px;
  line-height: 16px;
  margin-top: 12px;
  max-height: 50px;
}
.gift-card-recipient-additional-content-form.hidden,
.gift-card-recipient-additional-content-msg.hidden {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.gift-card-recipient-additional-content-input-prepend {
  align-items: center;
  display: flex;
  height: 100%;
  left: 1px;
  max-height: 48px;
  position: absolute;
  top: 1px;
}
.gift-card-recipient-additional-content-input-icon {
  display: flex;
  justify-content: center;
  padding: 0;
  width: 42px;
}
.gift-card-recipient-additional-content #gift-card-recipient-email.error {
  border-color: red;
}
.gift-card-recipient-additional-content input,
.gift-card-recipient-additional-content textarea {
  border-radius: 4px;
  font-size: 14px;
  padding: 11px 11px 11px 42px;
}
.gift-card-recipient-additional-content textarea {
  height: 120px;
}
.gift-card-recipient-additional-content .chars-counter {
  bottom: 10px;
  color: #1b206199;
  font-size: 12px;
  position: absolute;
  right: 10px;
}
.bundle-list input:checked,
.quantity-list input:checked {
  background: #dde6f7cc;
  border-color: #1b206199;
  color: #1b2061;
}
.quantity-list li {
  margin-left: 3px;
  margin-right: 3px;
  min-height: 50px;
  width: calc(25% - 6px);
}
.quantity-list li label {
  font-size: 12px;
}
.quantity-list li label.option-active {
  color: #1b2061;
}
.quantity-list.quantity-list-half-width li {
  width: calc(50% - 10px);
}
.quantity-list.quantity-list-full-width li {
  width: calc(100% - 10px);
}
.quantity-description {
  color: #1b2061;
  font-size: 12px;
  font-weight: 500;
}
.colors-list label {
  font-size: 10px;
  padding: 5px 3px;
}
@media (min-width: 992px) {
  .colors-list label {
    font-size: 11px;
    padding: 5px;
  }
}
.colors-list input {
  display: none;
}
.colors-list .color-swatch-title {
  padding-top: 7px;
}
.colors-list .swatch {
  border: 1px solid #dedede;
  border-radius: 50%;
  box-shadow: none;
  display: block;
  height: 26px;
  position: relative;
  width: 26px;
}
.product-color-secondary .heading-holder,
.product-size-secondary .heading-holder {
  font-size: 12px;
  margin-bottom: 0;
}
.product-color-secondary .heading-holder strong,
.product-size-secondary .heading-holder strong {
  font-weight: 500;
  text-transform: uppercase;
}
.product-color-secondary .heading-holder strong .set-value,
.product-size-secondary .heading-holder strong .set-value {
  font-weight: 400;
  text-transform: capitalize;
}
.product-color-secondary .colors-list-secondary {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  justify-content: flex-start;
  margin: 0 0 7px;
  padding: 0;
}
.product-color-secondary li {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.product-color-secondary li:not(:last-child) {
  padding: 0 20px 0 0;
}
.product-color-secondary input {
  display: none;
}
.product-color-secondary label {
  cursor: pointer;
  margin-bottom: 0;
}
.product-color-secondary .color-active .swatch-holder {
  border: 1px solid #1b2061;
}
.certification-block .heading-holder h4,
.reservation-block .heading-holder h4 {
  color: #0e0e0e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: uppercase;
}
.certification-block {
  margin-top: 20px;
}
.certification-block .icons-row {
  margin-top: 12px;
}
.certification-block .icons-row .icon-holder {
  margin-right: 20px;
}
.reservation-block {
  margin-top: 20px;
}
.reservation-block .list-icons,
.reservation-block .reservation-list {
  color: #212a2d;
  font-size: 14px;
  line-height: 1.45;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .reservation-block .list-icons,
  .reservation-block .reservation-list {
    max-width: none;
  }
}
.reservation-block .list-icons li,
.reservation-block .reservation-list li {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 5px;
}
.reservation-block .list-icons li:last-of-type,
.reservation-block .reservation-list li:last-of-type {
  padding-bottom: 0;
}
.reservation-block .list-icons li a,
.reservation-block .reservation-list li a {
  border-bottom: 1px solid;
  color: #0e0e0e;
  font-weight: 500;
}
.reservation-block .list-icons .icon-holder,
.reservation-block .reservation-list .icon-holder {
  display: flex;
  justify-content: center;
  margin-right: 10px;
  max-width: 30px;
  width: 30px;
}
.reservation-block .list-icons svg,
.reservation-block .reservation-list svg {
  width: 80%;
}
.reservation-block .list-icons span,
.reservation-block .reservation-list span {
  width: calc(100% - 50px);
}
.swatch-holder {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  height: 28px;
  justify-content: center;
  margin: 0 auto 5px;
  position: relative;
  width: 28px;
}
.swatch-holder .swatch-left {
  border: 1px solid #dedede;
  border-radius: 22px 0 0 22px;
  border-right: none;
  height: 22px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 12px;
}
.swatch-holder .swatch-right {
  border: 1px solid #dedede;
  border-left: none;
  border-radius: 0 22px 22px 0;
  height: 22px;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 12px;
}
.swatch-holder-main {
  display: flex;
  height: 26px;
  justify-content: center;
  position: relative;
  rotate: 30deg;
  width: 26px;
}
@media (min-width: 992px) {
  .swatch-holder-main {
    border: 1px solid transparent;
    height: 30px;
    rotate: none;
    width: 30px;
  }
}
.swatch-holder-main .swatch-left {
  border: 1px solid #dedede;
  border-radius: 26px 0 0 26px;
  border-right: none;
  height: 26px;
  width: 13px;
}
@media (min-width: 992px) {
  .swatch-holder-main .swatch-left {
    border-right: 1px solid #dedede;
    left: -7px;
    z-index: 2;
  }
}
.swatch-holder-main .swatch-right {
  border: 1px solid #dedede;
  border-left: none;
  border-radius: 0 26px 26px 0;
  height: 26px;
  width: 13px;
}
@media (min-width: 992px) {
  .swatch-holder-main .swatch-right {
    border-left: 1px solid #dedede;
    right: -8px;
  }
  .swatch-holder-main .swatch-left,
  .swatch-holder-main .swatch-right {
    border-radius: 20px;
    position: absolute;
    width: 26px;
  }
}
.product-desc-tabs {
  font-size: 12px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .product-desc-tabs {
    font-size: 13px;
  }
}
.product-desc-tabs .nav-item:first-child .nav-link {
  padding-left: 0;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .product-desc-tabs .nav-item:first-child .nav-link {
    padding-right: 10px;
  }
}
.product-desc-tabs .nav-link {
  border: none;
  border-radius: 0;
  color: #0e0e0e;
  opacity: 0.6;
  padding: 12px 8px 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: text-shadow 0.15s linear, margin-top 0.15s linear;
}
@media (min-width: 768px) {
  .product-desc-tabs .nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.product-desc-tabs .nav-link.active,
.product-desc-tabs .nav-link:hover {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #212a2d;
  opacity: 1;
  text-shadow: 0 0 0.5px #212a2d, 0 0 0.5px #212a2d;
}
.product-desc-tabs .nav-link.active .icon-holder svg:first-child,
.product-desc-tabs .nav-link:hover .icon-holder svg:first-child {
  opacity: 1;
}
.product-desc-tabs .nav-link.active .icon-holder svg:last-child,
.product-desc-tabs .nav-link:hover .icon-holder svg:last-child {
  opacity: 0;
}
.product-desc-tabs .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}
.product-desc-tabs .nav-link:after {
  background: #0e0e0e;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.15s linear, visibility 0.15s linear;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
@media (min-width: 992px) {
  .product-desc-tabs .nav-link:after {
    left: 50%;
    transform: translate(-50%);
  }
}
.product-desc-tabs .nav-link-last .nav-link {
  margin-right: 0;
}
.product-desc-tabs .tab-content {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 12px;
}
.product-desc-tabs p:last-of-type {
  margin-bottom: 0;
}
.product-bundle {
  position: relative;
}
.product-bundle .switcher-nav {
  align-items: center;
  background: #e5e6ea66;
  border-radius: 35px;
  display: flex;
  margin-bottom: 25px;
  padding: 10px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .product-bundle .switcher-nav {
    padding: 10px 15px;
  }
}
.product-bundle label {
  align-items: center;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
  height: 100%;
  justify-content: center;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  transition: all 0.3s ease;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .product-bundle label {
    font-size: 14px;
  }
}
.product-bundle label:hover {
  color: #1b2061;
  font-weight: 500;
}
.product-bundle label:hover svg {
  stroke: #1b2061;
  opacity: 1;
}
.product-bundle label svg {
  opacity: 0.5;
  transition: opacity 0.15s linear, stroke 0.15s linear;
}
.product-bundle svg {
  max-width: 34px;
}
.product-bundle #switcher-first:checked ~ .switcher-first,
.product-bundle #switcher-second:checked ~ .switcher-second {
  color: #1b2061;
  font-weight: 500;
}
.product-bundle #switcher-first:checked ~ .switcher-first svg,
.product-bundle #switcher-second:checked ~ .switcher-second svg {
  stroke: #1b2061;
}
.product-bundle .icon-holder {
  padding-right: 5px;
}
.product-bundle #switcher-second:checked ~ .switcher-marker {
  left: 50%;
}
.product-bundle input[type="radio"] {
  display: none;
}
.product-bundle .switcher-marker {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 1px 2px #00000026;
  height: 50px;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: calc(50% - 10px);
  z-index: 0;
}
@media (min-width: 768px) {
  .product-bundle .switcher-marker {
    left: 15px;
    right: 15px;
    width: calc(50% - 15px);
  }
}
.product-bundle-badge {
  background: #f6da7e;
  color: #1b2061;
  font-size: 14px;
  padding: 4px 9px;
  position: absolute;
  right: -8px;
  top: -11px;
}
.product-bundle-badge:first-letter {
  text-transform: uppercase;
}
.bundle-content-holder .h4 {
  color: #0e0e0e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
}
.bundle-content-holder .bundle-content {
  height: 100%;
  max-height: 100%;
  opacity: 1;
  overflow: hidden;
  transition: opacity 0.15s linear, visibility 0.15s linear;
  visibility: visible;
}
.product-bundle-list {
  margin-bottom: 15px;
}
.product-bundle-list .product-bundle-list-item {
  align-items: center;
  display: none;
  padding-bottom: 16px;
}
.product-bundle-list .product-bundle-list-item.active {
  display: flex;
}
.product-bundle-list .active {
  border-top: 1px solid hsla(0, 0%, 85%, 0.5);
  padding-top: 16px;
}
.product-bundle-list .img-holder {
  margin-right: 12px;
  position: relative;
  width: 80px;
}
@media (min-width: 992px) {
  .product-bundle-list .img-holder {
    margin-right: 20px;
    width: 100px;
  }
}
.product-bundle-list .text-holder {
  max-width: calc(100% - 92px);
}
@media (min-width: 992px) {
  .product-bundle-list .text-holder {
    max-width: calc(100% - 120px);
  }
}
.product-bundle-list .h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .product-bundle-list .h5 {
    margin-bottom: 14px;
  }
}
.product-bundle-list p {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 0;
}
.product-price-data-holder {
  background-color: #f8f8f9;
  border-radius: 8px;
  margin-top: 20px;
  padding: 10px 15px;
}
.product-price-data-holder hr {
  margin-bottom: 12px;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .product-price-data-holder hr {
    margin-top: 10px;
  }
}
.product-price-data-holder .product-price-extended .container {
  margin: 0 auto 10px;
  padding: 0;
}
.product-price-data-holder .product-price-extended .container .savings-row {
  color: #1b2061;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .product-price-data-holder .product-price-extended .container .savings-row {
    font-size: 12px;
    margin-bottom: 3px;
  }
}
.product-price-data-holder .product-price-extended .container .title {
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
@media (min-width: 992px) {
  .product-price-data-holder .product-price-extended .container .title {
    font-size: 16px;
    line-height: 18px;
  }
}
.product-price-data-holder .product-price-extended .container .price {
  font-weight: 300;
  line-height: 15px;
}
.product-price-data-holder
  .product-price-extended
  .container
  .currency-iso-code,
.product-price-data-holder
  .product-price-extended
  .container
  .discounted-price {
  color: #1b2061;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}
.product-price-data-holder
  .product-price-extended
  .container
  .currency-iso-code {
  margin-left: 5px;
}
.product-price-data-holder .product-price-extended .container .klarna-block,
.product-price-data-holder
  .product-price-extended
  .container
  .original-price-currency-iso-code,
.product-price-data-holder .product-price-extended .container .price {
  color: #0e0e0e;
  font-size: 10px;
}
.product-price-data-holder
  .product-price-extended
  .container
  .original-price-currency-iso-code,
.product-price-data-holder .product-price-extended .container .price {
  font-size: 12px;
}
.product-price-data-holder .product-price-extended .container .klarna-icon {
  bottom: 1px;
  margin-left: 3px;
  position: relative;
}
.product-price-data-holder .delivery-speed,
.product-price-data-holder .other-customers-purchase {
  color: #1b2061;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 13px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .product-price-data-holder .delivery-speed,
  .product-price-data-holder .other-customers-purchase {
    margin-bottom: 18px;
  }
}
.product-price-data-holder .delivery-speed span,
.product-price-data-holder .other-customers-purchase span {
  position: relative;
}
.product-price-data-holder .delivery-speed span:before,
.product-price-data-holder .other-customers-purchase span:before {
  content: "\2022";
  font-size: 18px;
  left: -14px;
  position: absolute;
  top: -2px;
}
.product-price-data-holder.instock .delivery-speed {
  color: #076c68;
}
.product-price-data-holder.outofstock .delivery-speed {
  color: #0e0e0e;
}
.product-price-data-holder.outofstock .get-notified-form .btn.btn-primary {
  background-color: #0e0e0e;
}
.product-price-data-holder.outofstock .get-notified-form .form-control,
.product-price-data-holder.outofstock .get-notified-form .form-control:active,
.product-price-data-holder.outofstock .get-notified-form .form-control:focus {
  border-color: #0e0e0e;
}
.product-price-data-holder.preorder .delivery-speed {
  color: #5520c5;
  margin-bottom: 0;
}
.product-price-data-holder .featured-icons .featured-icons-title {
  margin-bottom: 14px;
}
.product-price-data-holder .featured-icons .ship-list {
  gap: 10px;
}
@media (min-width: 768px) {
  .product-price-data-holder .featured-icons .ship-list {
    margin: 0;
  }
}
.product-price-data-holder .featured-icons .ship-list li {
  flex: 1 0 3%;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 992px) {
  .product-price-data-holder .featured-icons .ship-list li {
    flex-direction: row;
    gap: 8px;
    justify-content: center;
  }
}
.product-price-data-holder .featured-icons .ship-list li .img-holder {
  align-items: center;
  display: flex;
  min-height: 22px;
}
.product-price-data-holder .featured-icons .ship-list li .ship-list-icon-title {
  padding: 0;
}
.product-price-data-holder .featured-icons .btn-support svg {
  height: 12px;
  margin-top: -4px;
  padding: 0;
  width: 12px;
}
[data-product-type="builder"] .delivery-speed {
  color: #076c68;
}
[data-product-type="default"] .delivery-speed {
  margin-bottom: 1px;
}
[data-product-type="default"] .other-customers-purchase {
  color: #2d2d2d;
  margin-bottom: 8px;
}
[data-product-type="default"] .product-price-data-holder hr {
  margin-bottom: 8px;
}
.product-tags {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-tags {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .product-tags {
    margin-bottom: 8px;
    margin-left: -5px;
  }
}
.product-tags li {
  align-items: center;
  border-radius: 2px;
  color: #1b2061;
  display: inline-flex;
  flex-wrap: nowrap;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 5px;
  padding: 5px 6px 4px;
}
@media (min-width: 768px) {
  .product-tags li {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .product-tags li {
    font-size: 15px;
    margin-left: 5px;
    padding: 6px 12px 5px;
  }
}
.product-tags .icon-holder {
  margin-right: 7px;
  max-width: 20px;
}
.product-tags svg {
  max-height: 17px;
  width: 100%;
}
.comparison-dynamic-sidebar-link,
.size-guide-link {
  font-size: 12px;
  font-weight: 500;
  text-decoration: underline;
  text-transform: capitalize;
}
.comparison-dynamic-sidebar-link:hover,
.size-guide-link:hover {
  text-decoration: none;
}
.comparison-dynamic-sidebar-link:focus-visible,
.size-guide-link:focus-visible {
  outline: none;
}
.get-notified-btn {
  font-size: 15px;
  text-transform: uppercase;
}
a.preorder-btn {
  display: inline;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
  text-decoration: underline;
}
.get-notified-form {
  display: flex;
  height: auto;
  opacity: 1;
  transition: opacity 0.15s linear, visibility 0.15s linear;
  visibility: visible;
  z-index: 10;
}
.get-notified-form.d-none {
  height: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
}
.get-notified-form .form-group {
  margin-bottom: 0;
  width: calc(100% - 110px);
}
@media (min-width: 768px) {
  .get-notified-form .form-group {
    width: calc(100% - 170px);
  }
}
@media (min-width: 992px) {
  .get-notified-form .form-group {
    width: calc(100% - 122px);
  }
}
.get-notified-form .form-control {
  color: #212529;
  max-height: 48px;
  opacity: 1;
  padding: 11px 15px 12px;
  width: 100%;
}
.get-notified-form .form-control:focus {
  border-color: #212529;
}
.get-notified-form .btn.btn-primary {
  font-size: 14px;
  margin-left: 10px;
  padding: 16px 5px;
  text-transform: capitalize;
  width: 99px;
}
@media (min-width: 768px) {
  .get-notified-form .btn.btn-primary {
    width: 160px;
  }
}
@media (min-width: 992px) {
  .get-notified-form .btn.btn-primary {
    width: 112px;
  }
}
.get-notified-form .btn.btn-primary .disabled,
.get-notified-form .btn.btn-primary:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  cursor: default;
  opacity: 1;
}
.product-builder {
  padding-bottom: 20px;
  position: relative;
}
.product-builder.active .product-builder-items {
  margin-top: -12px;
  padding-top: 0;
  pointer-events: auto;
}
.product-builder.active #btn-start-building,
.product-builder.active .opener-start-building {
  height: 0;
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
#btn-start-building {
  margin-bottom: 10px;
  transition: all 0.15s linear;
}
.opener-start-building {
  background: transparent;
  cursor: pointer;
  height: 100px;
  left: 0;
  position: absolute;
  top: 89px;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .opener-start-building {
    top: 91px;
  }
}
.product-builder-items {
  margin-top: -70px;
  padding-top: 70px;
  pointer-events: none;
  transition: padding 0.3s ease-out;
}
.product-builder-items .accordion .card-header {
  padding: 0.45rem 0;
  position: relative;
}
.product-builder-items .custom-control {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.product-builder-items .card {
  border-radius: 0;
}
.product-builder-items .card.active .card-header .btn {
  border-color: #05817f;
}
.product-builder-items .card.active .checked-holder {
  background: #05817f;
}
.product-builder-items .card.active .delivery-message-box {
  height: auto;
  margin-top: 10px;
  opacity: 1;
}
.product-builder-items .card.active .icon-holder img {
  display: block;
}
.product-builder-items .card.active .icon-holder svg {
  display: none;
}
.product-builder-items .icon-holder {
  align-items: center;
  background: #f5f5f5;
  display: flex;
  height: 98px;
  justify-content: center;
  margin-right: 35px;
  padding: 5px;
  width: 99px;
}
.product-builder-items .icon-holder img {
  display: none;
  width: 100%;
}
.product-builder-items .card-header .btn {
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #0e0e0e;
  min-height: 100px;
  overflow: hidden;
  transition: border 0.15s linear;
}
.product-builder-items .card-header .title {
  max-width: calc(100% - 150px);
}
.product-builder-items .title-holder {
  width: calc(100% - 62px);
}
.product-builder-items .checked-holder {
  background: #e0e0e0;
  border-radius: 50%;
  height: 28px;
  margin-right: 16px;
  padding: 5px;
  transition: background 0.15s linear;
  width: 28px;
}
.product-builder-items .delivery-message-box {
  background-color: #f8f8f9;
  border-radius: 4px;
  color: #378784;
  font-size: 10px;
  height: 0;
  line-height: 16px;
  margin-top: 10px;
  opacity: 0;
  padding: 4px 10px;
  transition: all 0.15s linear;
}
.product-builder-items .delivery-message-box span {
  font-weight: 500;
  padding-left: 5px;
}
.product-builder-items .accordion .card-body {
  padding: 12px 0 0;
}
.product-builder-items .heading-holder {
  padding-bottom: 12px;
}
.product-builder-items .heading-holder .h5,
.product-builder-items .heading-holder a {
  font-size: 13px;
  line-height: 1.1;
  margin-bottom: 0;
}
.product-builder-items .heading-holder .h5 {
  color: #0e0e0e;
}
.product-builder-items .heading-holder > a {
  font-weight: 500;
  text-decoration: underline;
}
.product-builder-items .heading-holder > a:hover {
  text-decoration: none;
}
.bundle-list-item {
  font-size: 12px;
}
.bundle-list-item .title {
  padding-top: 5px;
}
.bundle-list-item .bundle-list-icon svg {
  max-height: 32px;
}
.bundle-list-item-options {
  display: none;
}
.bundle-list-item-options.active {
  display: block;
}
.bundle-list-item-options .options-section,
.not-in-stock-msg {
  margin-bottom: 10px;
}
.not-in-stock-msg {
  background: #f5f5f5;
  font-size: 12px;
  padding: 5px 16px;
}
.not-in-stock-msg svg {
  margin-right: 7px;
  width: 12px;
}
.collapse-header {
  position: relative;
}
.collapse-header .nav-tabs {
  border-bottom-width: 1px;
  position: relative;
}
@media (max-width: 991px) {
  .collapse-header .nav-tabs {
    padding-right: 25px;
  }
}
.collapse-header-chevron {
  align-items: center;
  bottom: 0;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  text-align: right;
  width: 25px;
}
.collapse-header-chevron svg {
  transform: rotate(180deg);
  transition: transform 0.15s linear, 0.15s linear 0.15s;
}
.collapse-header-chevron.collapsed svg {
  transform: rotate(0);
}
@media (min-width: 992px) {
  .collapse-header-chevron.hide-chevron-on-desktop {
    display: none;
  }
}
.single-section-tab-text {
  color: #212a2d;
  font-size: 15px;
  line-height: 20px;
}
.multi-collapse .reservation-block {
  margin-top: 0;
}
.product-info-section {
  margin-bottom: 5px;
}
.product-info-section .multi-collapse {
  padding-top: 15px;
}
.product-info-section .multi-collapse .card-body {
  font-size: 15px;
  padding: 0;
}
.product-info-section .icon-wrap {
  margin-left: 5px;
}
.product-info-section .single-section-toggle {
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
  color: #212a2d;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  min-height: 40px;
  position: relative;
  text-transform: uppercase;
}
.product-info-section .single-section-toggle:focus,
.product-info-section .single-section-toggle:hover {
  color: #0e0e0e;
}
.related-products-wrap {
  margin-bottom: 12px;
  margin-top: 10px;
}
.related-products {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.related-products .image-holder {
  margin: 0 0 6px;
}
.related-products .image-holder img {
  height: 50px;
  width: 108px;
}
.related-product {
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 0 2px 4px #0000004d;
  flex: 1;
  list-style: none;
}
.related-product.even {
  flex-basis: 50%;
  max-width: calc(50% - 4px);
}
.related-product.odd {
  flex-basis: 33.333333%;
  max-width: calc(33.33333% - 5.33333px);
}
.related-product.odd .related-product-badge {
  font-size: 8px;
}
.related-product.active {
  background: #dde6f7cc;
  border-color: #1b2061;
  color: #1b2061;
}
.related-product-link {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  font-size: 11px;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  margin-bottom: 0;
  min-height: 72px;
  padding: 6px 6px 7px;
  position: relative;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .related-product-link {
    font-size: 12px;
    min-height: 84px;
  }
}
.even .related-product-link {
  padding: 8px 10px;
}
.related-product-link .related-product-badge {
  align-items: center;
  display: flex;
  font-size: 9px;
  justify-content: center;
  line-height: 12px;
  margin-top: 6px;
  overflow: hidden;
}
.related-product-link .related-product-badge .related-product-badge-left,
.related-product-link .related-product-badge .related-product-badge-right {
  align-items: center;
  border: 1px solid #1b2061;
  display: flex;
  height: 30px;
  justify-content: center;
  padding: 0 3px;
  width: 50%;
}
.related-product-link .related-product-badge .related-product-badge-left {
  background-color: #1b2061;
  border-radius: 8px 0 0 8px;
  border-right: none;
  color: #fff;
}
.related-product-link .related-product-badge .related-product-badge-right {
  border-left: none;
  border-radius: 0 8px 8px 0;
}
.upgrade-product-section {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .upgrade-product-section {
    margin-bottom: 18px;
  }
}
.upgrade-product {
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 3px #0006;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 12px 20px 16px;
  position: relative;
}
.upgrade-product:after {
  border: 1px solid transparent;
  border-radius: 8px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: border 0.15s linear;
}
.upgrade-product .title {
  color: #1b2061;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 12px;
}
.upgrade-product .list {
  color: #212a2d;
  font-size: 12px;
  line-height: 1.45;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .upgrade-product .list {
    max-width: none;
  }
}
.upgrade-product .list li {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  font-size: 11px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .upgrade-product .list li {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.upgrade-product .list li:last-of-type {
  padding-bottom: 0;
}
.upgrade-product .list li a {
  border-bottom: 1px solid;
  color: #0e0e0e;
  font-weight: 500;
}
.upgrade-product .list .icon-holder {
  display: flex;
  justify-content: center;
  margin-right: 8px;
  max-width: 30px;
  width: 30px;
}
.upgrade-product .list svg {
  width: 22px;
}
.upgrade-product .list span {
  width: calc(100% - 50px);
}
.upgrade-product .img-holder {
  max-width: 80px;
  width: 80px;
}
@media (min-width: 768px) {
  .upgrade-product .img-holder {
    max-width: 100px;
    width: 100px;
  }
}
.upgrade-product .img-holder img {
  max-width: 100%;
}
.upgrade-product .btn {
  align-items: center;
  border-radius: 8px;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  margin: 0 auto;
  max-width: 148px;
  padding: 5px;
  position: relative;
  width: 100%;
  z-index: 1;
}
.upgrade-product .main-price {
  color: #1b2061;
  font-size: 13px;
  font-weight: 700;
  margin-right: 5px;
}
.upgrade-product .original-price {
  color: #212a2d;
  font-size: 12px;
  text-decoration: line-through;
}
.upgrade-product-card h4 {
  color: #1b2061;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}
.upgrade-product-info {
  display: flex;
  margin-bottom: 20px;
}
.upgrade-product-description {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .quantity-section-wrap {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs-container {
    max-width: 1215px;
  }
}
.breadcrumbs-container .breadcrumbs-holder {
  margin-bottom: 0;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .breadcrumbs-container .breadcrumbs-holder {
    margin: 0 0 10px 20px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs-container .breadcrumbs-holder {
    margin-left: 0;
  }
}
.breadcrumbs-container .breadcrumbs-holder svg {
  fill: #0e0e0e;
  width: 14px;
}
.breadcrumbs-container .breadcrumbs-holder .breadcrumb-item {
  color: #0e0e0e;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.product-image-description {
  background-color: #f6f6f6;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.product-image-description-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  padding: 18px 10px;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .product-image-description-item {
    padding: 28px 30px;
  }
}
.product-image-description-item:not(:last-child):after {
  background: #d8d8d8;
  content: "";
  height: calc(100% - 50px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.product-image-description-item .title-wrap {
  align-items: center;
  color: #1b2061;
  display: flex;
  font-size: 16px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .product-image-description-item .title-wrap {
    margin-bottom: 10px;
  }
}
.product-image-description-item .icon-wrapper {
  align-items: center;
  display: flex;
  margin-right: 7px;
}
.shopping-event-labels,
.top-section-title {
  display: none;
}
.shopping-event-labels.active,
.top-section-title.active {
  display: flex;
}
options-info {
  bottom: 3px;
  left: 5px;
  position: relative;
}
options-info .options-info-popup {
  background-color: #fff;
  border: 1px solid #1b2061;
  border-radius: 8px;
  box-shadow: 0 3px 7px #0006;
  color: #1b2061;
  display: block;
  font-size: 14px;
  left: -110px;
  line-height: 20px;
  opacity: 0;
  padding: 22px 18px;
  position: absolute;
  text-transform: none;
  top: -56px;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-in;
  visibility: hidden;
  width: 240px;
  z-index: 4;
}
@media (min-width: 1440px) {
  options-info .options-info-popup {
    left: 30px;
    top: 50%;
  }
}
options-info:hover .options-info-popup {
  opacity: 1;
  visibility: visible;
}
.section-pillow-case-blocks .section-heading {
  margin: 0 auto 28px;
  max-width: 320px;
}
@media (min-width: 768px) {
  .section-pillow-case-blocks .section-heading {
    margin-bottom: 35px;
    max-width: 670px;
  }
}
@media (min-width: 992px) {
  .section-pillow-case-blocks .section-heading {
    margin-bottom: 55px;
  }
}
.section-pillow-case-blocks .section-heading + .subtitle {
  margin: 0 auto 40px;
  max-width: 320px;
}
@media (min-width: 768px) {
  .section-pillow-case-blocks .section-heading + .subtitle {
    margin-bottom: 87px;
    max-width: 580px;
  }
}
@media (min-width: 992px) {
  .section-pillow-case-blocks .section-heading + .subtitle {
    margin-bottom: 110px;
    max-width: 740px;
  }
}
@media (min-width: 1200px) {
  .section-pillow-case-blocks .section-heading + .subtitle {
    margin-bottom: 60px;
  }
}
.section-pillow-case-blocks .img-holder {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .section-pillow-case-blocks .img-holder .img-full {
    margin: 0 auto;
    max-width: 755px;
  }
}
@media (min-width: 992px) {
  .section-pillow-case-blocks .img-holder .img-full {
    max-width: 1095px;
  }
}
@media (min-width: 768px) {
  .section-pillow-case-blocks .pillow-blocks .row {
    margin: 0 -20px;
  }
  .section-pillow-case-blocks .pillow-blocks [class*="col-"] {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .section-pillow-case-blocks .pillow-blocks [class*="col-"] {
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .section-pillow-case-blocks .pillow-blocks [class*="col-"]:first-child {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media (min-width: 992px) {
  .section-pillow-case-blocks .pillow-blocks [class*="col-"]:first-child {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .section-pillow-case-blocks .pillow-blocks [class*="col-"]:last-child {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media (min-width: 992px) {
  .section-pillow-case-blocks .pillow-blocks [class*="col-"]:last-child {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.section-pillow-case-blocks .pillow-blocks .section-heading {
  text-align: center;
}
@media (min-width: 768px) {
  .section-pillow-case-blocks .pillow-blocks .section-heading {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .section-pillow-case-blocks .pillow-blocks .section-heading {
    margin-bottom: 35px;
    margin-top: -80px;
  }
}
.section-pillow-case-blocks .pillow-blocks .section-heading + .subtitle {
  text-align: center;
}
@media (min-width: 768px) {
  .section-pillow-case-blocks .pillow-blocks .section-heading + .subtitle {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .section-pillow-case-blocks .pillow-blocks .section-heading + .subtitle {
    margin: 0;
    max-width: 430px;
  }
}
.section-pillow-case-blocks .pillow-blocks .img-holder {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
@media (min-width: 768px) {
  .section-pillow-case-blocks .pillow-blocks .img-holder {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .section-pillow-case-blocks .pillow-blocks .img-holder {
    margin-bottom: 100px;
  }
}
.section-pillow-case-blocks .pillow-blocks .flex-md-row-reverse .img-holder {
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-pillow-case-blocks
    .pillow-blocks
    .flex-md-row-reverse
    .img-holder
    img {
    margin-left: -43%;
    min-width: 143%;
  }
}
@media (min-width: 992px) {
  .section-pillow-case-blocks
    .pillow-blocks
    .flex-md-row-reverse
    .img-holder
    img {
    margin-left: 0;
    min-width: 100%;
  }
  .section-pillow-case-blocks
    .pillow-blocks
    .flex-md-row-reverse
    .section-heading,
  .section-pillow-case-blocks
    .pillow-blocks
    .flex-md-row-reverse
    .section-heading
    + .subtitle {
    padding-left: 100px;
  }
  .section-pillow-case-blocks .reverse-blocks.container-fluid,
  .section-pillow-case-blocks .reverse-blocks.container-lg,
  .section-pillow-case-blocks .reverse-blocks.container-md,
  .section-pillow-case-blocks .reverse-blocks.container-sm,
  .section-pillow-case-blocks .reverse-blocks.container-xl {
    max-width: 1125px;
  }
}
.section-pillow-case-blocks .reverse-blocks .block {
  padding-bottom: 15px;
}
.section-pillow-case-blocks .reverse-blocks .block .text-holder {
  color: #1b2061;
  line-height: 1.4;
  max-width: 336px;
}
.section-pillow-case-blocks .reverse-blocks .block h3 {
  line-height: 1.12;
  margin-bottom: 38px;
}
@media (min-width: 992px) {
  .section-pillow-case-blocks .reverse-blocks .block h3 {
    font-size: 34px;
    line-height: 1.235;
  }
}
.section-pillow-case-blocks .reverse-blocks .block .img-holder img {
  height: auto;
}
@media (min-width: 768px) {
  .section-pillow-case-blocks .reverse-blocks .block .img-holder img {
    min-height: 315px;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .section-pillow-case-blocks .reverse-blocks .block.block-right {
    padding-bottom: 106px;
  }
}
@media (min-width: 768px) {
  .section-pillow-case-blocks .reverse-blocks .block.block-right .text-holder {
    max-width: none;
    padding-left: 60px;
  }
}
@media (min-width: 992px) {
  .section-pillow-case-blocks .reverse-blocks .block.block-right .text-holder {
    margin: 0;
    max-width: 580px;
    padding-left: 110px;
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .section-pillow-case-blocks .reverse-blocks .block.block-right .img-holder {
    margin-right: -20px;
  }
  .section-pillow-case-blocks
    .reverse-blocks
    .block.block-right
    .img-holder
    img {
    margin-top: -125px;
  }
}
@media (min-width: 992px) {
  .section-pillow-case-blocks
    .reverse-blocks
    .block.block-right
    .img-holder
    img {
    margin-top: -215px;
  }
}
@media (min-width: 1200px) {
  .section-pillow-case-blocks
    .reverse-blocks
    .block.block-right
    .img-holder
    img {
    margin-top: -275px;
  }
}
@media (min-width: 768px) {
  .section-pillow-case-blocks .reverse-blocks .block.block-left {
    padding-bottom: 110px;
  }
  .section-pillow-case-blocks .reverse-blocks .block.block-left .text-holder {
    max-width: none;
    padding: 0 0 0 60px;
  }
}
@media (min-width: 992px) {
  .section-pillow-case-blocks .reverse-blocks .block.block-left .text-holder {
    padding: 90px 0 0 50px;
  }
}
@media (min-width: 768px) {
  .section-pillow-case-blocks .reverse-blocks .block.block-left .img-holder {
    margin-top: 46px;
    width: 80%;
  }
}
@media (min-width: 992px) {
  .section-pillow-case-blocks .reverse-blocks .block.block-left .img-holder {
    margin-top: -50px;
    width: 110%;
  }
}
.product-reviews-section .full-title {
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .product-reviews-section .full-title {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .product-reviews-section .full-title {
    margin-bottom: 17px;
  }
}
review-stars-holder {
  z-index: 4;
}
.review-stars-popup {
  background-color: #fff;
  border: 1px solid #1b2061;
  border-radius: 12px;
  display: none;
  height: 220px;
  left: 0;
  padding: 24px 24px 20px;
  position: absolute;
  top: calc(100% + 8px);
  width: 228px;
  z-index: 2;
}
.review-stars-popup:before {
  background: #fff;
  border-left: 1px solid #1b2061;
  border-top: 1px solid #1b2061;
  content: "";
  height: 12px;
  left: 55px;
  position: absolute;
  top: -7px;
  transform: rotate(45deg);
  width: 12px;
  z-index: 2;
}
.review-stars-popup:after {
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: -12px;
  width: 100%;
  z-index: 2;
}
review-stars-holder.hover .review-stars-popup {
  display: block;
}
.review-stars-popup .review-stars-popup-button {
  border: 1px solid #1b2061;
  border-radius: 4px;
  color: #1b2061;
  display: flex;
  font-size: 14px;
  justify-content: center;
  line-height: 38px;
  margin-top: 19px;
  transition: all 0.2s ease-in-out;
}
.review-stars-popup .review-stars-popup-button:active,
.review-stars-popup .review-stars-popup-button:focus,
.review-stars-popup .review-stars-popup-button:hover {
  background-color: #1b2061;
  color: #fff;
}
.review-stars-popup .review-stars-popup-histogram span {
  margin: 0;
  padding: 0;
}
.review-stars-popup .review-stars-popup-histogram .review-stars-data-row {
  align-items: center;
  display: flex;
  font-size: 14px;
  margin-bottom: 5px;
}
.review-stars-popup .review-stars-popup-histogram .review-stars-popup-star {
  line-height: 0;
  padding: 0 10px 0 8px;
}
.review-stars-popup .review-stars-popup-histogram .review-stars-popup-star svg {
  height: 17px;
  width: 17px;
}
.review-stars-popup .review-stars-popup-histogram .histogram-row {
  background-color: #e5e5e6;
  display: block;
  flex-grow: 1;
  height: 10px;
  position: relative;
}
.review-stars-popup
  .review-stars-popup-histogram
  .histogram-row
  .histogram-fill-row {
  background-color: #eda21c;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
  z-index: 1;
}
.review-stars-popup .review-stars-popup-histogram .histogram-row-value {
  margin-left: 8px;
  min-width: 25px;
  text-align: right;
}
.two-cols .container {
  background: #f2f4f8;
}
@media (max-width: 992px) {
  .two-cols .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .two-cols .container {
    max-width: 1200px;
    overflow: hidden;
  }
}
.two-cols .heading-holder {
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 576px) {
  .two-cols .heading-holder {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .two-cols .heading-holder {
    margin-bottom: 0;
    padding: 40px 0;
  }
}
.two-cols .half-title {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .two-cols .half-title {
    margin-bottom: 30px;
  }
}
.two-cols .half-title + .title-desc {
  margin: 0 auto 34px;
  max-width: 250px;
}
@media (min-width: 768px) {
  .two-cols .half-title + .title-desc {
    margin: 0 auto 44px;
    max-width: 570px;
  }
}
@media (min-width: 992px) {
  .two-cols .half-title + .title-desc {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 34px;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.two-cols .img-holder {
  margin: 0 -15px 50px;
}
@media (min-width: 576px) {
  .two-cols .img-holder {
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .two-cols .img-holder {
    height: 100%;
    margin-bottom: 0;
  }
}
.two-cols img {
  height: 247px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
@media (min-width: 576px) {
  .two-cols img {
    height: 500px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .two-cols img {
    height: 617px;
  }
}
@media (min-width: 992px) {
  .two-cols img {
    height: 100%;
  }
}
.two-cols .btn {
  min-width: 160px;
}
.two-cols.cols-reversed [class*="col-"]:first-child {
  order: 1;
}
@media (min-width: 992px) {
  .two-cols.cols-reversed [class*="col-"]:first-child {
    order: 2;
  }
}
.two-cols.cols-reversed [class*="col-"]:last-child {
  order: 2;
}
@media (min-width: 992px) {
  .two-cols.cols-reversed [class*="col-"]:last-child {
    order: 1;
  }
}
.two-cols.cols-reversed .img-holder {
  height: 247px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .two-cols.cols-reversed .img-holder {
    height: 500px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .two-cols.cols-reversed .img-holder {
    height: 617px;
  }
}
@media (min-width: 992px) {
  .two-cols.cols-reversed .img-holder {
    height: 370px;
  }
}
.collection-template-section.section {
  padding: 10px 0 30px;
}
@media (min-width: 576px) {
  .collection-template-section.section {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .collection-template-section.section {
    padding-bottom: 40px;
  }
}
.collection-template-section .full-title {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .collection-template-section .full-title {
    margin-bottom: 35px;
  }
}
@media (min-width: 800px) and (max-width: 991px) {
  .collection-template-section .full-title {
    margin-bottom: 52px;
  }
}
@media (min-width: 992px) {
  .collection-template-section .full-title {
    margin-bottom: 40px;
  }
  .collection-template-section .slider-icon-list {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .collection-template-section .slider-icon-list li {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
}
.collection-template-section .slider-icon-list .img-holder {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .collection-template-section .slider-icon-list .img-holder {
    height: 90px;
    margin-bottom: 18px;
  }
}
.collection-template-section .slider-icon-list .title {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 32px;
  max-width: 320px;
}
@media (min-width: 768px) {
  .collection-template-section .slider-icon-list .title {
    margin-bottom: 20px;
    min-height: 80px;
  }
}
@media (min-width: 992px) {
  .collection-template-section .slider-icon-list .title {
    min-height: auto;
  }
}
.collection-mask-template-section.section {
  padding: 0 0 60px;
}
@media (min-width: 768px) {
  .collection-mask-template-section.section {
    padding-bottom: 70px;
  }
}
.collection-mask-props-section {
  overflow: hidden;
}
.collection-mask-props-section .full-title {
  margin-bottom: 75px;
}
@media (min-width: 992px) {
  .collection-mask-props-section .slider-icon-list {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .collection-mask-props-section .slider-icon-list li {
    display: flex;
    flex-direction: column;
    min-height: 100%;
  }
}
.collection-mask-props-section .slider-icon-list .img-holder {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .collection-mask-props-section .slider-icon-list .img-holder {
    height: 90px;
    margin-bottom: 18px;
  }
}
.collection-mask-props-section .slider-icon-list .img-holder img {
  max-width: 80px;
}
.collection-mask-props-section .slider-icon-list .title {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 32px;
  max-width: 320px;
}
@media (min-width: 768px) {
  .collection-mask-props-section .slider-icon-list .title {
    margin-bottom: 20px;
    min-height: 80px;
  }
}
@media (min-width: 992px) {
  .collection-mask-props-section .slider-icon-list .title {
    min-height: auto;
  }
}
.collection-grid.cards-with-variants {
  gap: 14px;
}
@media (min-width: 576px) {
  .collection-grid.cards-with-variants {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .collection-grid.cards-with-variants {
    gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .collection-grid.cards-with-variants {
    max-width: 100%;
  }
}
.collection-grid.cards-with-variants .img-holder {
  background: #f2f4f8;
}
.collection-grid.cards-with-variants .product-card {
  margin: 0;
  position: relative;
  width: auto;
}
.collection-grid.cards-with-variants .product-card:before {
  display: none;
}
.collection-grid.cards-with-variants .product-card .title {
  font-size: 16px;
  height: 100%;
  line-height: 1.25;
  margin-bottom: 5px;
  min-height: 40px;
}
@media (min-width: 992px) {
  .collection-grid.cards-with-variants .product-card .title {
    font-size: 18px;
    line-height: 1.388;
    min-height: 50px;
  }
}
.collection-grid.cards-with-variants .product-card .title .product-card-title {
  display: none;
}
.collection-grid.cards-with-variants
  .product-card
  .title
  .product-card-title.active {
  display: inline;
}
.collection-grid.cards-with-variants .product-card .description-promo {
  display: none;
}
.collection-grid.cards-with-variants .product-card .discounted-price {
  color: #0e0e0e;
  font-size: 14px;
}
@media (min-width: 992px) {
  .collection-grid.cards-with-variants .product-card .discounted-price {
    font-size: 16px;
  }
}
.collection-grid.cards-with-variants .product-card .original-price {
  color: #0e0e0e;
}
@media (max-width: 991px) {
  .collection-grid.cards-with-variants .product-card .original-price {
    font-size: 12px;
  }
}
.collection-grid.cards-with-variants .product-card .product-color-secondary {
  margin-top: 7px;
}
@media (min-width: 992px) {
  .collection-grid.cards-with-variants .product-card .product-color-secondary {
    margin-top: 10px;
  }
}
.collection-grid.cards-with-variants
  .product-card
  .product-color-secondary
  .colors-list-secondary {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .collection-grid.cards-with-variants .product-card .heading-holder {
    font-size: 12px;
  }
  .collection-grid.cards-with-variants
    .product-card
    .product-size-secondary
    .heading-holder {
    margin-bottom: 4px;
  }
}
.collection-grid.cards-with-variants .product-card .description-card-collapse {
  padding-top: 0;
}
.collection-grid.cards-with-variants
  .product-card
  .description-card-collapse
  > div {
  padding-top: 17px;
}
@media (min-width: 992px) {
  .collection-grid.cards-with-variants
    .product-card
    .description-card-collapse
    > div {
    padding-top: 20px;
  }
}
.collection-grid.cards-with-variants .product-card .short-desc {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 9px;
  height: 24px;
  line-height: 12px;
  margin: 16px 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .collection-grid.cards-with-variants .product-card .short-desc {
    font-size: 12px;
    line-height: 17px;
    margin-top: 17px;
    min-height: 38px;
  }
}
.collection-grid.cards-with-variants .product-card .text-holder {
  height: 100%;
}
@media (min-width: 992px) {
  .collection-grid.cards-with-variants .btn-holder .btn {
    min-height: 44px;
  }
  .collection-grid.cards-with-variants .btn-holder .btn-group-sm > .btn,
  .collection-grid.cards-with-variants .btn-holder .btn.btn-sm {
    font-size: 14px;
    padding: 11px 13px;
  }
}
@media (max-width: 991px) {
  .collection-grid.cards-with-variants .btn-holder .btn-primary {
    margin-top: 6px;
  }
}
.collection-grid.cards-with-variants .btn-holder .btn-primary-reverse {
  margin-top: 14px;
}
@media (min-width: 992px) {
  .collection-grid.cards-with-variants .btn-holder .btn-primary-reverse {
    margin-top: 17px;
  }
}
.collection-grid.cards-with-variants .badge {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-size: 10px;
  font-weight: 600;
  height: 25px;
  justify-content: center;
  padding: 6px 4px;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 10;
}
@media (min-width: 992px) {
  .collection-grid.cards-with-variants .badge {
    font-size: 12px;
    height: 27px;
    padding: 7px 7px 6px;
    right: 12px;
    top: 12px;
  }
}
.description-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 275px;
}
@media (min-width: 768px) {
  .description-card {
    max-height: 380px;
  }
}
.description-card .icon-holder {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .description-card .icon-holder {
    margin-bottom: 8px;
  }
}
.description-card .icon-holder.icon-full-width svg {
  height: auto;
  width: 100%;
}
.description-card .title {
  font-size: 22px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .description-card .title {
    font-size: 32px;
  }
}
.description-card .subtitle {
  color: #0e0e0e;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
@media (min-width: 992px) {
  .description-card .subtitle {
    font-size: 14px;
  }
}
.description-card img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.collection-hero,
.collection-video-banner,
.page-hero {
  height: 445px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .collection-hero,
  .collection-video-banner,
  .page-hero {
    height: auto;
  }
}
.collection-hero img,
.collection-video-banner img,
.page-hero img {
  height: 445px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .collection-hero img,
  .collection-video-banner img,
  .page-hero img {
    height: auto;
  }
}
.collection-hero.bedding .text-holder,
.collection-video-banner.bedding .text-holder,
.page-hero.bedding .text-holder {
  max-width: 300px;
}
@media (min-width: 992px) {
  .collection-hero.bedding .text-holder,
  .collection-video-banner.bedding .text-holder,
  .page-hero.bedding .text-holder {
    max-width: 500px;
  }
  .collection-hero.bedding .btn,
  .collection-video-banner.bedding .btn,
  .page-hero.bedding .btn {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .collection-hero.bundle,
  .collection-hero.bundle img,
  .collection-hero.mobile-large-hero,
  .collection-hero.mobile-large-hero img,
  .collection-video-banner.bundle,
  .collection-video-banner.bundle img,
  .collection-video-banner.mobile-large-hero,
  .collection-video-banner.mobile-large-hero img,
  .page-hero.bundle,
  .page-hero.bundle img,
  .page-hero.mobile-large-hero,
  .page-hero.mobile-large-hero img {
    height: 592px;
  }
  .collection-hero.bundle .text-holder,
  .collection-hero.mobile-large-hero .text-holder,
  .collection-video-banner.bundle .text-holder,
  .collection-video-banner.mobile-large-hero .text-holder,
  .page-hero.bundle .text-holder,
  .page-hero.mobile-large-hero .text-holder {
    padding-top: 37px;
  }
}
.collection-hero.bundle .h1,
.collection-hero.bundle .title,
.collection-hero.mobile-large-hero .h1,
.collection-hero.mobile-large-hero .title,
.collection-video-banner.bundle .h1,
.collection-video-banner.bundle .title,
.collection-video-banner.mobile-large-hero .h1,
.collection-video-banner.mobile-large-hero .title,
.page-hero.bundle .h1,
.page-hero.bundle .title,
.page-hero.mobile-large-hero .h1,
.page-hero.mobile-large-hero .title {
  font-size: 28px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .collection-hero.bundle .h1,
  .collection-hero.bundle .title,
  .collection-hero.mobile-large-hero .h1,
  .collection-hero.mobile-large-hero .title,
  .collection-video-banner.bundle .h1,
  .collection-video-banner.bundle .title,
  .collection-video-banner.mobile-large-hero .h1,
  .collection-video-banner.mobile-large-hero .title,
  .page-hero.bundle .h1,
  .page-hero.bundle .title,
  .page-hero.mobile-large-hero .h1,
  .page-hero.mobile-large-hero .title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .collection-hero.bundle .h1,
  .collection-hero.bundle .title,
  .collection-hero.mobile-large-hero .h1,
  .collection-hero.mobile-large-hero .title,
  .collection-video-banner.bundle .h1,
  .collection-video-banner.bundle .title,
  .collection-video-banner.mobile-large-hero .h1,
  .collection-video-banner.mobile-large-hero .title,
  .page-hero.bundle .h1,
  .page-hero.bundle .title,
  .page-hero.mobile-large-hero .h1,
  .page-hero.mobile-large-hero .title {
    font-size: 48px;
  }
}
.collection-hero.bundle .subtitle,
.collection-hero.mobile-large-hero .subtitle,
.collection-video-banner.bundle .subtitle,
.collection-video-banner.mobile-large-hero .subtitle,
.page-hero.bundle .subtitle,
.page-hero.mobile-large-hero .subtitle {
  margin-bottom: 26px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .collection-hero.bundle .subtitle,
  .collection-hero.mobile-large-hero .subtitle,
  .collection-video-banner.bundle .subtitle,
  .collection-video-banner.mobile-large-hero .subtitle,
  .page-hero.bundle .subtitle,
  .page-hero.mobile-large-hero .subtitle {
    margin-bottom: 20px;
    max-width: 68%;
  }
}
@media (min-width: 992px) {
  .collection-hero.bundle .btn,
  .collection-hero.mobile-large-hero .btn,
  .collection-video-banner.bundle .btn,
  .collection-video-banner.mobile-large-hero .btn,
  .page-hero.bundle .btn,
  .page-hero.mobile-large-hero .btn {
    min-width: 160px;
  }
}
.collection-hero .container-fluid,
.collection-hero .container-lg,
.collection-hero .container-md,
.collection-hero .container-sm,
.collection-hero .container-xl,
.collection-video-banner .container-fluid,
.collection-video-banner .container-lg,
.collection-video-banner .container-md,
.collection-video-banner .container-sm,
.collection-video-banner .container-xl,
.page-hero .container-fluid,
.page-hero .container-lg,
.page-hero .container-md,
.page-hero .container-sm,
.page-hero .container-xl {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  left: 50%;
  padding: 0 25px;
  position: absolute;
  top: 0;
  transform: translate(-50%);
}
@media (min-width: 576px) {
  .collection-hero .container-fluid,
  .collection-hero .container-lg,
  .collection-hero .container-md,
  .collection-hero .container-sm,
  .collection-hero .container-xl,
  .collection-video-banner .container-fluid,
  .collection-video-banner .container-lg,
  .collection-video-banner .container-md,
  .collection-video-banner .container-sm,
  .collection-video-banner .container-xl,
  .page-hero .container-fluid,
  .page-hero .container-lg,
  .page-hero .container-md,
  .page-hero .container-sm,
  .page-hero .container-xl {
    padding: 0 50px;
  }
}
@media (min-width: 768px) {
  .collection-hero .container-fluid,
  .collection-hero .container-lg,
  .collection-hero .container-md,
  .collection-hero .container-sm,
  .collection-hero .container-xl,
  .collection-video-banner .container-fluid,
  .collection-video-banner .container-lg,
  .collection-video-banner .container-md,
  .collection-video-banner .container-sm,
  .collection-video-banner .container-xl,
  .page-hero .container-fluid,
  .page-hero .container-lg,
  .page-hero .container-md,
  .page-hero .container-sm,
  .page-hero .container-xl {
    align-items: center;
    padding: 0 80px;
  }
}
@media (min-width: 992px) {
  .collection-hero .container-fluid,
  .collection-hero .container-lg,
  .collection-hero .container-md,
  .collection-hero .container-sm,
  .collection-hero .container-xl,
  .collection-video-banner .container-fluid,
  .collection-video-banner .container-lg,
  .collection-video-banner .container-md,
  .collection-video-banner .container-sm,
  .collection-video-banner .container-xl,
  .page-hero .container-fluid,
  .page-hero .container-lg,
  .page-hero .container-md,
  .page-hero .container-sm,
  .page-hero .container-xl {
    max-width: 1230px;
  }
}
.collection-hero .text-holder,
.collection-video-banner .text-holder,
.page-hero .text-holder {
  padding-top: 30px;
}
@media (min-width: 500px) {
  .collection-hero .text-holder,
  .collection-video-banner .text-holder,
  .page-hero .text-holder {
    max-width: 400px;
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .collection-hero .text-holder,
  .collection-video-banner .text-holder,
  .page-hero .text-holder {
    padding-top: 0;
  }
}
@media (max-width: 800px) and (min-width: 991px) {
  .collection-hero .text-holder,
  .collection-video-banner .text-holder,
  .page-hero .text-holder {
    margin-top: -30px;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .collection-hero .text-holder,
  .collection-video-banner .text-holder,
  .page-hero .text-holder {
    max-width: 440px;
  }
}
@media (min-width: 1200px) {
  .collection-hero .text-holder,
  .collection-video-banner .text-holder,
  .page-hero .text-holder {
    margin-top: -70px;
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .collection-hero .text-holder.text-center-mobile,
  .collection-video-banner .text-holder.text-center-mobile,
  .page-hero .text-holder.text-center-mobile {
    margin: 0 auto;
    max-width: 285px;
    text-align: center;
  }
}
.collection-hero .text-holder.title-full-center,
.collection-video-banner .text-holder.title-full-center,
.page-hero .text-holder.title-full-center {
  max-width: none;
}
@media (min-width: 768px) {
  .collection-hero .text-holder.title-full-center .subtitle,
  .collection-video-banner .text-holder.title-full-center .subtitle,
  .page-hero .text-holder.title-full-center .subtitle {
    margin: 0 auto;
    max-width: 900px;
  }
}
.collection-hero .top-text,
.collection-video-banner .top-text,
.page-hero .top-text {
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991px) {
  .collection-hero .top-text,
  .collection-video-banner .top-text,
  .page-hero .top-text {
    font-size: 16px;
  }
}
.collection-hero .h1,
.collection-hero .title,
.collection-video-banner .h1,
.collection-video-banner .title,
.page-hero .h1,
.page-hero .title {
  display: block;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 18px;
}
@media (min-width: 576px) {
  .collection-hero .h1,
  .collection-hero .title,
  .collection-video-banner .h1,
  .collection-video-banner .title,
  .page-hero .h1,
  .page-hero .title {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .collection-hero .h1,
  .collection-hero .title,
  .collection-video-banner .h1,
  .collection-video-banner .title,
  .page-hero .h1,
  .page-hero .title {
    line-height: 1.3333;
  }
}
@media (min-width: 992px) {
  .collection-hero .h1,
  .collection-hero .title,
  .collection-video-banner .h1,
  .collection-video-banner .title,
  .page-hero .h1,
  .page-hero .title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .collection-hero .h1,
  .collection-hero .title,
  .collection-video-banner .h1,
  .collection-video-banner .title,
  .page-hero .h1,
  .page-hero .title {
    font-size: 50px;
    line-height: 1.156;
    margin-bottom: 30px;
  }
}
.collection-hero .subtitle strong,
.collection-video-banner .subtitle strong,
.page-hero .subtitle strong {
  font-weight: 500;
}
.collection-hero .btn,
.collection-video-banner .btn,
.page-hero .btn {
  font-size: 14px;
  padding: 11px 16px;
}
@media (min-width: 768px) {
  .collection-hero .btn,
  .collection-video-banner .btn,
  .page-hero .btn {
    padding: 16px 17px;
  }
}
.collection-video-banner {
  height: 100%;
  position: relative;
}
.collection-video-banner .container-fluid,
.collection-video-banner .container-lg,
.collection-video-banner .container-md,
.collection-video-banner .container-sm,
.collection-video-banner .container-xl {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  left: 50%;
  padding: 0 25px;
  position: absolute;
  top: 0;
  transform: translate(-50%);
}
.collection-video-banner .video-holder {
  height: 100%;
}
@media (min-width: 768px) {
  .collection-video-banner .video-holder {
    height: 420px;
  }
}
@media (min-width: 992px) {
  .collection-video-banner .video-holder {
    height: 520px;
  }
}
@media (min-width: 1200px) {
  .collection-video-banner .video-holder {
    height: 792px;
  }
}
.collection-video-banner .play-pause-video {
  background-color: transparent;
  border: none;
  bottom: 20px;
  position: absolute;
  right: 20px;
  z-index: 2;
}
.collection-video-banner .play-pause-video svg {
  fill: #a7afb4;
  width: 40px;
}
.template-cart {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .template-cart {
    padding: 100px 0;
  }
}
@media (min-width: 992px) {
  .template-cart .container {
    padding: 0 35px;
  }
}
.template-cart .heading-holder {
  margin-bottom: 30px;
}
.template-cart .section-heading {
  font-size: 22px;
  line-height: 1.2727;
}
@media (min-width: 768px) {
  .template-cart .section-heading {
    font-size: 34px;
    line-height: 1.235;
  }
}
.template-cart .cart-product-header {
  padding: 15px;
}
@media (min-width: 768px) {
  .template-cart .cart-product-header {
    padding: 35px;
  }
}
.template-cart h2.h3 {
  display: flex;
  flex-wrap: wrap;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  justify-content: space-between;
  line-height: 1.1;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .template-cart h2.h3 {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .template-cart h2.h3 {
    font-size: 24px;
    line-height: 1.25;
  }
}
.template-cart .cart-product-title {
  width: calc(100% - 32px);
}
@media (min-width: 768px) {
  .template-cart .cart-product-title {
    width: auto;
  }
}
.template-cart .cart-product-item {
  border-radius: 12px;
  overflow: hidden;
  padding: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .template-cart .cart-product-item {
    padding: 30px;
  }
}
.template-cart .cart-product-item:after {
  background: url(fb8d57c275100330e7d5.svg) no-repeat;
  bottom: -16px;
  content: "";
  height: 40px;
  position: absolute;
  right: -58px;
  width: 236px;
}
@media (min-width: 992px) {
  .template-cart .cart-product-item:after {
    bottom: -2px;
    right: -2px;
  }
}
.template-cart .cart-price {
  font-size: 16px;
  line-height: 1.375;
  margin-top: 2px;
}
@media (min-width: 992px) {
  .template-cart .cart-price {
    font-size: 18px;
    margin-top: 0;
  }
}
.template-cart .product-details-item {
  font-size: 12px;
  line-height: 1.25;
}
.template-cart .cart-product-img {
  padding-top: 2px;
  transition: opacity 0.15s linear;
}
.template-cart .cart-product-img:hover {
  opacity: 0.8;
}
.cart-subtotal {
  color: #1b2061;
  font-size: 18px;
}
@media (min-width: 992px) {
  .cart-subtotal {
    font-size: 22px;
    line-height: 1.2727;
  }
}
.cart-product-list .cart-product-delete {
  display: inline-block;
  height: 22px;
  margin-left: 5px;
  margin-right: -5px;
  margin-top: -3px;
  padding: 2px;
  position: relative;
  transition: opacity 0.15s linear;
  width: 25px;
}
@media (min-width: 768px) {
  .cart-product-list .cart-product-delete {
    margin-top: -2px;
  }
}
@media (min-width: 992px) {
  .cart-product-list .cart-product-delete {
    height: 20px;
    margin-left: 15px;
    margin-right: 0;
    margin-top: 3px;
    width: 21px;
  }
}
.cart-product-list .cart-product-delete svg {
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
}
.cart-product-list .cart-product-delete:hover {
  opacity: 0.5;
}
.cart-product-list .product-price-holder {
  color: #1b2061;
}
.cart-product-list .product-price-holder.original-price {
  color: #929292;
  font-weight: 400;
  text-decoration: line-through;
}
.cart-drawer {
  background: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: fixed;
  right: -100%;
  top: 0;
  transition: right 0.2s linear;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 375px) {
  .cart-drawer {
    right: -100%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cart-drawer {
    right: -960px;
    width: 960px;
  }
}
.cart-drawer .cart-drawer-header {
  padding: 11px 20px;
  position: relative;
  z-index: 4;
}
.cart-drawer .cart-drawer-header:after {
  background: #979797;
  bottom: 0;
  content: "";
  height: 0.05rem;
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  width: 100%;
}
.cart-drawer .cart-drawer-header h2 {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
}
.cart-drawer .cart-drawer-header h2 .cart-drawer-header-cart-icon {
  margin-right: 8px;
}
.cart-drawer .cart-drawer-header h2 .cart-items-count {
  font-size: 10px;
  left: 2px;
  line-height: 9px;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 14px;
  z-index: 2;
}
.cart-drawer .cart-drawer-content {
  top: 42px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.cart-drawer .close-cart-drawer {
  height: 15px;
  opacity: 1;
  position: absolute;
  right: 19px;
  text-align: center;
  top: 13px;
  transition: opacity 0.15s linear;
  width: 15px;
}
.cart-drawer .close-cart-drawer svg {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cart-drawer .close-cart-drawer svg g {
  stroke: #1b2061;
  transition: stroke 0.15s linear;
}
.cart-drawer .close-cart-drawer:hover {
  opacity: 1;
}
.cart-drawer .close-cart-drawer:hover svg g {
  stroke: #1b2061;
}
.cart-drawer .promocode {
  background: #f6da7e;
  flex-direction: column;
  min-height: 52px;
  padding: 8px 50px;
  text-align: center;
}
.cart-drawer .promocode,
.cart-drawer .promocode p {
  align-items: center;
  display: flex;
  justify-content: center;
}
.cart-drawer .promocode p {
  color: #171e54;
  font-size: 12px;
  margin: 0;
}
.cart-drawer .promocode svg {
  margin-right: 5px;
}
.cart-drawer .cart-drawer-body,
.cart-drawer .cart-drawer-yml-desktop {
  flex: 1 1 0px;
}
.cart-drawer .cart-drawer-body {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
.cart-drawer .cart-drawer-body h4,
.cart-drawer .cart-drawer-body h4.h3 {
  font-size: 15px;
}
.cart-drawer .cart-drawer-body .product-options {
  color: #383838;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  gap: 4px;
  padding: 5px 0 8px;
}
.cart-drawer .cart-drawer-body .product-options p {
  margin: 0;
}
.cart-drawer .cart-drawer-body .product-options p .line-item-option-name {
  font-weight: 500;
  text-transform: uppercase;
}
.cart-drawer .cart-drawer-body .product-discounts-list {
  bottom: 105%;
  position: absolute;
  right: 0;
}
.cart-drawer .cart-drawer-body .product-discount-info {
  color: #1b2061;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.4;
  margin: 4px 0 0;
  text-align: right;
  white-space: nowrap;
}
.cart-drawer .cart-drawer-body .product-discount-info svg {
  margin-left: 4px;
  margin-top: -3px;
}
.cart-drawer .cart-drawer-body .cart-drawer-order-data {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-bottom: 20px;
}
.cart-drawer .cart-drawer-body .cart-drawer-order-data > .product-list-min {
  margin: initial;
  padding: 16px 20px 0;
}
.cart-drawer .cart-drawer-body .cart-drawer-order-data > .product-list-min li {
  border-bottom: 1px solid #e5e4e4;
  padding-bottom: 16px;
}
.cart-drawer
  .cart-drawer-body
  .cart-drawer-order-data
  > .product-list-min
  li:first-child {
  padding-top: 0;
}
.cart-drawer
  .cart-drawer-body
  .cart-drawer-order-data
  > .product-list-min
  li:last-child {
  border-bottom: none;
}
.cart-drawer
  .cart-drawer-body
  .cart-drawer-order-data
  > .product-list-min
  li
  .line-item-delivery-speed-msg {
  background-color: #f8f8f9;
  border-radius: 15px;
  color: #378784;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  padding: 3px 12px;
}
.cart-drawer
  .cart-drawer-body
  .cart-drawer-order-data
  > .product-list-min
  li
  .line-item-delivery-speed-msg.preorder {
  color: #5520c5;
}
.cart-drawer
  .cart-drawer-body
  .cart-drawer-order-data
  > .product-list-min
  li
  .line-item-delivery-speed-msg.preorder
  svg
  path {
  fill: #5520c5;
}
.cart-drawer .cart-drawer-body .product-price-holder {
  font-weight: 500;
}
.cart-drawer .cart-drawer-body .old-amount,
.cart-drawer .cart-drawer-body .original-price {
  color: #929292;
  font-weight: 400;
  text-decoration: line-through;
}
.cart-drawer .cart-drawer-footer {
  border-top: 1px solid #d8d8d8;
  margin-top: auto;
  padding: 18px 15px 24px;
  position: relative;
}
@media (min-width: 992px) {
  .cart-drawer .cart-drawer-footer {
    padding: 18px 20px 34px;
  }
}
.cart-drawer .cart-drawer-footer .btn {
  width: 100%;
}
.cart-drawer .cart-drawer-footer .btn .icon-lock {
  margin-right: 5px;
  margin-top: -5px;
}
.cart-drawer .cart-drawer-footer .btn:active .icon-lock path,
.cart-drawer .cart-drawer-footer .btn:focus .icon-lock path,
.cart-drawer .cart-drawer-footer .btn:hover .icon-lock path {
  fill: #1b2061;
}
.cart-drawer .cart-drawer-footer .cart-drawer-footer-promo-use-msg {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin: 0;
}
.cart-drawer.cart-empty {
  color: #1b2061;
  font-size: 20px;
  line-height: 1.3;
}
.cart-drawer.cart-empty .cart-drawer-body .text-holder {
  min-height: 195px;
  padding: 20px 0;
}
.cart-drawer.cart-empty .cart-drawer-body .text-holder p:last-of-type {
  margin-bottom: 0;
}
.cart-drawer.cart-empty .cart-drawer-body .may-also-like .text-holder {
  min-height: auto;
}
.cart-drawer.cart-empty .cart-drawer-body .yml-mobile-only {
  margin-bottom: 30px;
}
.cart-drawer.cart-empty .cart-drawer-body .empty-cart-msg {
  font-size: 22px;
  line-height: 25px;
  margin: 0;
  max-width: 250px;
  padding-bottom: 35px;
  padding-top: 80px;
  text-align: center;
}
@media (min-width: 768px) {
  .cart-drawer.cart-empty .cart-drawer-body .empty-cart-msg {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 60px;
    padding-top: 180px;
  }
}
.cart-drawer.cart-empty .cart-drawer-body .promo-icons-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 75px;
}
@media (min-width: 768px) {
  .cart-drawer.cart-empty .cart-drawer-body .promo-icons-block {
    gap: 25px;
    padding-bottom: 0;
  }
}
.cart-drawer.cart-empty .cart-drawer-body .promo-icons-block .icons-holder {
  align-items: center;
  display: flex;
  flex: 1;
}
.cart-drawer.cart-empty .cart-drawer-body .promo-icons-block .icons-holder svg {
  height: 40px;
  width: 40px;
}
@media (min-width: 768px) {
  .cart-drawer.cart-empty
    .cart-drawer-body
    .promo-icons-block
    .icons-holder
    svg {
    height: 48px;
    width: 48px;
  }
}
.cart-drawer.cart-empty .cart-drawer-body .cart-drawer-promo-icons {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
@media (min-width: 768px) {
  .cart-drawer.cart-empty .cart-drawer-body .cart-drawer-promo-icons {
    padding: 0 45px;
  }
}
.cart-drawer.cart-empty .cart-drawer-body .cart-drawer-promo-icons .message {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 768px) {
  .cart-drawer.cart-empty .cart-drawer-body .cart-drawer-promo-icons .message {
    font-size: 14px;
    line-height: 20px;
  }
}
.cart-drawer.cart-empty .btn {
  width: 100%;
}
.cart-drawer .product-card .product-status-message,
.cart-drawer.cart-empty .cart-drawer-footer {
  display: none;
}
.cart-drawer .product-card .description-promo {
  color: #0e0e0e;
  display: block;
  font-size: 9px;
  height: 19px;
  line-height: 10px;
  margin: 0;
  overflow: hidden;
  padding: 0 0 3px;
}
.cart-drawer .cart-drawer-yml-desktop {
  border-left: 1px solid #d8d8d8;
  height: 100%;
  overflow-y: scroll;
  padding: 20px 20px 0;
  position: relative;
}
.cart-drawer .cart-drawer-yml-desktop .may-also-like,
.cart-drawer
  .cart-drawer-yml-desktop
  .may-also-like
  .cart-drawer-yml-maintitle {
  margin-top: 0;
}
@media (min-width: 992px) {
  .cart-drawer .cart-drawer-yml-desktop .may-also-like > div {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
}
.cart-drawer .cart-drawer-yml-desktop .product-card {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .cart-drawer .cart-drawer-yml-desktop .product-card {
    background-color: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    margin: 0 12px 15px;
    width: calc(50% - 24px);
  }
}
.cart-drawer .cart-drawer-yml-desktop .product-card .badge {
  display: none;
}
.cart-drawer .cart-drawer-yml-desktop .product-card .title {
  min-height: auto;
}
.cart-drawer .cart-drawer-yml-desktop .product-card .product-card-title {
  display: none;
}
.cart-drawer .cart-drawer-yml-desktop .product-card .product-card-title.active {
  display: inline;
}
.cart-drawer .cart-drawer-yml-desktop .may-also-like .h3 {
  margin-top: 0;
}
.ios .cart-drawer .cart-drawer-footer {
  padding-bottom: 30px;
}
.ios .cart-drawer.cart-empty .cart-drawer-footer {
  padding-bottom: 0;
}
.android .cart-drawer .cart-drawer-footer {
  padding-bottom: 20px;
}
.android .cart-drawer.cart-empty .cart-drawer-footer {
  padding-bottom: 0;
}
.cart-drawer-overlay {
  background: #0000004d;
  height: 100vh;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.15s linear, visibility 0.15s linear;
  visibility: hidden;
  width: 100vw;
  z-index: 1000;
}
body.show-cart-drawer .cart-drawer-overlay {
  opacity: 1;
  visibility: visible;
}
body.show-cart-drawer .cart-drawer {
  right: 0;
}
.cart-drawer-discount-bar {
  background: #e9faec;
  color: #1b2061;
  padding: 20px;
  text-align: center;
}
.cart-drawer-discount-bar .title {
  font-size: 16px;
  font-weight: 600;
}
.cart-drawer-discount-bar .subtitle {
  font-size: 13px;
  margin-bottom: 16px;
}
.cart-drawer-discount-bar .badge-holder {
  align-items: center;
  margin: 0 auto;
}
.cart-drawer-discount-bar .badge-holder .badge {
  border-radius: 12px;
  color: #1b2061;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  white-space: normal;
}
.cart-drawer-discount-bar .badge-holder .badge.active {
  background: #f6da7e;
}
.cart-drawer-discount-bar .badge-holder .badge-light {
  background: transparent;
}
.cart-drawer-discount-bar .upsell-product-icon {
  align-items: center;
  background-color: #e9faec;
  border: 1px solid #143c3a;
  border-radius: 50%;
  display: flex;
  height: 26px;
  justify-content: center;
  position: absolute;
  right: -4px;
  top: -3px;
  width: 26px;
  z-index: 2;
}
.cart-drawer-discount-bar .upsell-product-icon.filled {
  background-color: #f6da7e;
}
.cart-drawer-discount-bar b {
  font-weight: 600;
}
.cart-drawer-progress-bar .progress-bar {
  background-color: #378784;
  border: none;
  height: 20px;
  margin-top: 0;
  transition: width 0.15s linear;
}
.cart-drawer-progress-bar.progress {
  background-color: transparent;
  border: 1px solid #143c3a;
  border-radius: 10px;
  height: 20px;
  margin: 0 auto 10px;
  position: relative;
}
.cart-drawer-progress-bar .splitters-row {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.cart-drawer-progress-bar .splitters-row .splitter:not(:last-child) {
  border-right: 1px solid #143c3a;
  height: 100%;
}
.cart-drawer-free-shipping-block,
.cart-drawer-you-save-block {
  align-items: center;
  border-radius: 15px;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-bottom: 10px;
}
.cart-drawer-free-shipping-block {
  background-color: #f8f8f9;
}
.cart-drawer-free-shipping-block .free-shipping-block-msg {
  color: #378784;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.cart-drawer-you-save-block {
  background-color: #e9faec;
  color: #1b2061;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.checkout-discount-over,
.checkout-total {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.375;
  padding-bottom: 6px;
}
.checkout-total {
  padding-bottom: 15px;
}
.checkout {
  color: #1b2061;
}
.checkout .btn + .info-text {
  font-size: 10px;
  line-height: 1.2;
}
.faq-sections {
  overflow: hidden;
}
.faq .container,
.faq-section .container {
  position: relative;
  z-index: 1;
}
.faq .container:before,
.faq-section .container:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE3IiBoZWlnaHQ9IjEzNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik05LjQzNSA2Ny45MjZhMjAxLjI3IDIwMS4yNyAwIDAgMSAuMTQyIDUyLjE3N2wtLjAwMS4wMDgtLjYwOC0xLjY1MWMzLjQ3MyAzLjIyNSA4LjMxNCA1LjAzOSAxMy4yMzQgNS4yMTYgNC45MTguMTkgMTAuMDA3LTEuMjM5IDEzLjk1LTQuMzY4YS43MDMuNzAzIDAgMCAxIC45OS4xMTQuNzA4LjcwOCAwIDAgMS0uMDc2Ljk2Yy0zLjk5NSAzLjY1NS05LjQxMiA1LjYyNS0xNC44NjUgNS43OTktNS40NTEuMTgxLTExLjExMi0xLjQxNi0xNS41Ny00Ljk4NmwtLjc3LS42MTcuMTYzLTEuMDM0LjAwMS0uMDA4YTE5OS4xODUgMTk5LjE4NSAwIDAgMCAzLjA0Mi01MS41NzMuMTg1LjE4NSAwIDAgMSAuMTctLjE5OC4xODkuMTg5IDAgMCAxIC4xOTguMTYiIGZpbGw9IiM4MUEwRkYiLz48cGF0aCBkPSJNNzcuMTEgNDMuOTk4Yy0uMzM3LTEuOTg3LjI0NS00LjA0NCAxLjY0MS01Ljc5Nk05NS4wMzEgNDMuOTk4YTMzLjc4NiAzMy43ODYgMCAwIDAtLjk0LTdNMTEwLjg2OCAzNi41MzJhMTcuNTU4IDE3LjU1OCAwIDAgMS03Ljg4NC02LjI3NSIgc3Ryb2tlPSIjODFBMEZGIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xMDYuNDQ1IDE2LjcyMWMyLjMyNyA4LjQyOC00LjAxNyAxNy41MzQtMTQuMTcgMjAuMzQzLTEwLjE1MiAyLjgwOC0yMC4yNjktMS43NDYtMjIuNTk3LTEwLjE3MyIgc3Ryb2tlPSIjODFBMEZGIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xMDQuNzY3IDEyYzIuMzI3IDguNDI3LTQuMDE3IDE3LjUzNC0xNC4xNyAyMC4zNDJDODAuNDQ1IDM1LjE1MSA3MC4zMjggMzAuNTk3IDY4IDIyLjE3IiBzdHJva2U9IiM0ODc2RUUiIHN0cm9rZS13aWR0aD0iLjUiIG9wYWNpdHk9Ii42NjciLz48cGF0aCBkPSJNMTA2Ljc2NyA4YzIuMzI3IDguNDI3LTQuMDE3IDE3LjUzNC0xNC4xNyAyMC4zNDJDODIuNDQ1IDMxLjE1MSA3Mi4zMjggMjYuNTk3IDcwIDE4LjE3IiBzdHJva2U9IiM0ODc2RUUiIHN0cm9rZS13aWR0aD0iLjUiIG9wYWNpdHk9Ii42NjciLz48L2c+PC9zdmc+)
    no-repeat;
  content: "";
  height: 135px;
  left: 62%;
  position: absolute;
  right: 0;
  top: 43%;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .faq .container:before,
  .faq-section .container:before {
    top: 35%;
  }
}
@media (min-width: 992px) {
  .faq .container:before,
  .faq-section .container:before {
    top: 31%;
  }
}
.faq-section.faq-reservation .container:before,
.faq.faq-reservation .container:before {
  content: none;
}
.faq-intro {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 240px;
  overflow-x: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .faq-intro {
    min-height: 252px;
  }
}
@media (min-width: 992px) {
  .faq-intro {
    min-height: 255px;
  }
}
.faq-intro .section-heading {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .faq-intro .section-heading {
    font-size: 49px;
  }
}
.faq-intro .full-title {
  margin-bottom: 0;
}
.faq-as-single-page.section {
  padding: 0;
}
.faq-as-single-page.section .faq-section-holder {
  padding: 60px 0 40px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .faq-as-single-page.section .faq-section-holder {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .faq-as-single-page.section .faq-section-holder {
    padding: 70px 0;
  }
}
.faq-as-single-page.section .faq-section-holder:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkzNyIgaGVpZ2h0PSI0NSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0wIDM0Yzg0OC4zMjYtMTYuMzk3IDEzNTEuNDYtMjMuNjI4IDE1MDkuNDAyLTIxLjY5NCAxNTcuOTQgMS45MzUgMjgxLjgwNyA4LjA1IDM3MS41OTggMTguMzQ4IiBzdHJva2U9IiMxQjIwNjEiIHN0cm9rZS13aWR0aD0iLjUiLz48cGF0aCBkPSJNMiAyM0M4NTEuMjI4IDYuNjAzIDEzNTQuODk3LS42MjggMTUxMy4wMDYgMS4zMDZjMTU4LjExIDEuOTM1IDI4Mi4xMDggOC4wNSAzNzEuOTk0IDE4LjM0OCIgc3Ryb2tlPSIjMUIyMDYxIi8+PHBhdGggZD0iTTE5MDIgMzkuMjk2Yy03OTUuMjY0LTE1Ljg3Mi0xMjY2LjkyOC0yMi44NzItMTQxNC45OS0yMUMzMzguOTQ4IDIwLjE3IDE3OC4yNzggMjcuNzM3IDUgNDEiIHN0cm9rZT0iI0YyQzk1NiIvPjxwYXRoIGQ9Ik01IDI2LjI5NmM4MDkuNTE4LTE1Ljg3MiAxMjg5LjYzNS0yMi44NzIgMTQ0MC4zNS0yMUMxNTk2LjA2OCA3LjE3IDE3NTkuNjE4IDE0LjczNyAxOTM2IDI4IiBzdHJva2U9IiMxQjIwNjEiIHN0cm9rZS13aWR0aD0iLjUiLz48cGF0aCBkPSJNNSA0NGM5MTcuMjMtMTcuOTE0IDE0MjUuNzA1LTI2LjIgMTUyNS40MjktMjQuODYgMTUwLjI3OSAyLjAyIDI2OC4xMzYgOC40MDYgMzUzLjU3MSAxOS4xNTciIHN0cm9rZT0iIzFCMjA2MSIgc3Ryb2tlLXdpZHRoPSIuNSIvPjwvZz48L3N2Zz4=)
    no-repeat;
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 43px;
  left: -50%;
  position: absolute;
  right: 0;
  width: 150%;
  z-index: -1;
}
@media (min-width: 1200px) {
  .faq-as-single-page.section .faq-section-holder:before {
    height: 60px;
    left: 0;
    width: 100%;
  }
}
.faq-as-single-page .faq-section .container:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4IiBoZWlnaHQ9IjEyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00LjQzNSA2MC45MjZhMjAxLjI3IDIwMS4yNyAwIDAgMSAuMTQyIDUyLjE3N2wtLjAwMS4wMDgtLjYwOC0xLjY1MWMzLjQ3MyAzLjIyNSA4LjMxNCA1LjAzOSAxMy4yMzQgNS4yMTYgNC45MTguMTkgMTAuMDA3LTEuMjM5IDEzLjk1LTQuMzY4YS43MDMuNzAzIDAgMCAxIC45OS4xMTQuNzA4LjcwOCAwIDAgMS0uMDc2Ljk2Yy0zLjk5NSAzLjY1NS05LjQxMiA1LjYyNS0xNC44NjUgNS43OTktNS40NTEuMTgxLTExLjExMi0xLjQxNi0xNS41Ny00Ljk4NmwtLjc3LS42MTcuMTYzLTEuMDM0LjAwMS0uMDA4YTE5OS4xODUgMTk5LjE4NSAwIDAgMCAzLjA0Mi01MS41NzMuMTg1LjE4NSAwIDAgMSAuMTctLjE5OC4xODkuMTg5IDAgMCAxIC4xOTguMTYiIGZpbGw9IiMxQjIwNjEiLz48cGF0aCBkPSJNNzIuMTEgMzYuOTk4Yy0uMzM3LTEuOTg3LjI0NS00LjA0NCAxLjY0MS01Ljc5Nk05MC4wMzEgMzYuOTk4YTMzLjc4NiAzMy43ODYgMCAwIDAtLjk0LTdNMTA1Ljg2OCAyOS41MzJhMTcuNTU4IDE3LjU1OCAwIDAgMS03Ljg4NC02LjI3NSIgc3Ryb2tlPSIjRjJDOTU2IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xMDEuNDQ1IDkuNzIxYzIuMzI3IDguNDI4LTQuMDE3IDE3LjUzNC0xNC4xNyAyMC4zNDMtMTAuMTUyIDIuODA4LTIwLjI2OS0xLjc0Ni0yMi41OTctMTAuMTczIiBzdHJva2U9IiNGMkM5NTYiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTk5Ljc2NyA1YzIuMzI3IDguNDI3LTQuMDE3IDE3LjUzNC0xNC4xNyAyMC4zNDJDNzUuNDQ1IDI4LjE1MSA2NS4zMjggMjMuNTk3IDYzIDE1LjE3IiBzdHJva2U9IiNGMkM5NTYiIHN0cm9rZS13aWR0aD0iLjUiLz48cGF0aCBkPSJNMTAxLjc2NyAxYzIuMzI3IDguNDI3LTQuMDE3IDE3LjUzNC0xNC4xNyAyMC4zNDJDNzcuNDQ1IDI0LjE1MSA2Ny4zMjggMTkuNTk3IDY1IDExLjE3IiBzdHJva2U9IiNGMkM5NTYiIHN0cm9rZS13aWR0aD0iLjUiLz48L2c+PC9zdmc+)
    no-repeat;
  background-size: 105px 118px;
  bottom: 26%;
  content: "";
  left: 70%;
  top: auto;
}
.faq-section-decor.accordion-section.faq-section .container:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4IiBoZWlnaHQ9IjEyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00LjQzNSA2MC45MjZhMjAxLjI3IDIwMS4yNyAwIDAgMSAuMTQyIDUyLjE3N2wtLjAwMS4wMDgtLjYwOC0xLjY1MWMzLjQ3MyAzLjIyNSA4LjMxNCA1LjAzOSAxMy4yMzQgNS4yMTYgNC45MTguMTkgMTAuMDA3LTEuMjM5IDEzLjk1LTQuMzY4YS43MDMuNzAzIDAgMCAxIC45OS4xMTQuNzA4LjcwOCAwIDAgMS0uMDc2Ljk2Yy0zLjk5NSAzLjY1NS05LjQxMiA1LjYyNS0xNC44NjUgNS43OTktNS40NTEuMTgxLTExLjExMi0xLjQxNi0xNS41Ny00Ljk4NmwtLjc3LS42MTcuMTYzLTEuMDM0LjAwMS0uMDA4YTE5OS4xODUgMTk5LjE4NSAwIDAgMCAzLjA0Mi01MS41NzMuMTg1LjE4NSAwIDAgMSAuMTctLjE5OC4xODkuMTg5IDAgMCAxIC4xOTguMTYiIGZpbGw9IiMxQjIwNjEiLz48cGF0aCBkPSJNNzIuMTEgMzYuOTk4Yy0uMzM3LTEuOTg3LjI0NS00LjA0NCAxLjY0MS01Ljc5Nk05MC4wMzEgMzYuOTk4YTMzLjc4NiAzMy43ODYgMCAwIDAtLjk0LTdNMTA1Ljg2OCAyOS41MzJhMTcuNTU4IDE3LjU1OCAwIDAgMS03Ljg4NC02LjI3NSIgc3Ryb2tlPSIjRjJDOTU2IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xMDEuNDQ1IDkuNzIxYzIuMzI3IDguNDI4LTQuMDE3IDE3LjUzNC0xNC4xNyAyMC4zNDMtMTAuMTUyIDIuODA4LTIwLjI2OS0xLjc0Ni0yMi41OTctMTAuMTczIiBzdHJva2U9IiNGMkM5NTYiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTk5Ljc2NyA1YzIuMzI3IDguNDI3LTQuMDE3IDE3LjUzNC0xNC4xNyAyMC4zNDJDNzUuNDQ1IDI4LjE1MSA2NS4zMjggMjMuNTk3IDYzIDE1LjE3IiBzdHJva2U9IiNGMkM5NTYiIHN0cm9rZS13aWR0aD0iLjUiLz48cGF0aCBkPSJNMTAxLjc2NyAxYzIuMzI3IDguNDI3LTQuMDE3IDE3LjUzNC0xNC4xNyAyMC4zNDJDNzcuNDQ1IDI0LjE1MSA2Ny4zMjggMTkuNTk3IDY1IDExLjE3IiBzdHJva2U9IiNGMkM5NTYiIHN0cm9rZS13aWR0aD0iLjUiLz48L2c+PC9zdmc+)
    no-repeat;
  background-size: 84px 95px;
  bottom: 6%;
  content: "";
  left: 70%;
  top: auto;
}
.faq-as-sections {
  overflow-x: hidden;
}
.faq-as-sections .accordion-section {
  padding: 20px 0;
}
.faq-as-sections .accordion-section .accordion-title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.faq-as-sections .container {
  padding: 0 24px;
}
@media (min-width: 768px) {
  .faq-as-sections .container {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .faq-as-sections .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .faq-as-sections .container {
    padding: 0;
  }
}
.faq-as-sections .container:before {
  content: none;
}
.faq-as-sections .accordion .card-body,
.faq-as-sections .accordion .card-header {
  padding-left: 0;
}
.faq-section-holder .section.accordion-section {
  padding: 60px 0 40px;
}
@media (min-width: 768px) {
  .faq-section-holder .section.accordion-section {
    padding: 50px 0;
  }
}
@media (min-width: 992px) {
  .faq-section-holder .section.accordion-section {
    padding: 70px 0;
  }
}
.faq-section-holder .accordion-section .accordion-title {
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .faq-section-holder .accordion-section .accordion-title {
    padding-top: 26px;
  }
}
.faq-tags-links .container {
  padding: 0 24px;
}
@media (min-width: 768px) {
  .faq-tags-links .container {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .faq-tags-links .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .faq-tags-links .container {
    max-width: 1230px;
    padding: 0 15px;
  }
}
.faq-tags-links .full-title {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .faq-tags-links .full-title {
    margin-bottom: 60px;
  }
}
.template-collection .faq,
.template-collection .faq-section,
.template-product .faq,
.template-product .faq-section {
  background: #f9f9f9;
  position: relative;
  z-index: 1;
}
.template-collection .faq-section:before,
.template-collection .faq:before,
.template-product .faq-section:before,
.template-product .faq:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkzNyIgaGVpZ2h0PSI0NSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0wIDM0Yzg0OC4zMjYtMTYuMzk3IDEzNTEuNDYtMjMuNjI4IDE1MDkuNDAyLTIxLjY5NCAxNTcuOTQgMS45MzUgMjgxLjgwNyA4LjA1IDM3MS41OTggMTguMzQ4IiBzdHJva2U9IiMxQjIwNjEiIHN0cm9rZS13aWR0aD0iLjUiLz48cGF0aCBkPSJNMiAyM0M4NTEuMjI4IDYuNjAzIDEzNTQuODk3LS42MjggMTUxMy4wMDYgMS4zMDZjMTU4LjExIDEuOTM1IDI4Mi4xMDggOC4wNSAzNzEuOTk0IDE4LjM0OCIgc3Ryb2tlPSIjMUIyMDYxIi8+PHBhdGggZD0iTTE5MDIgMzkuMjk2Yy03OTUuMjY0LTE1Ljg3Mi0xMjY2LjkyOC0yMi44NzItMTQxNC45OS0yMUMzMzguOTQ4IDIwLjE3IDE3OC4yNzggMjcuNzM3IDUgNDEiIHN0cm9rZT0iI0YyQzk1NiIvPjxwYXRoIGQ9Ik01IDI2LjI5NmM4MDkuNTE4LTE1Ljg3MiAxMjg5LjYzNS0yMi44NzIgMTQ0MC4zNS0yMUMxNTk2LjA2OCA3LjE3IDE3NTkuNjE4IDE0LjczNyAxOTM2IDI4IiBzdHJva2U9IiMxQjIwNjEiIHN0cm9rZS13aWR0aD0iLjUiLz48cGF0aCBkPSJNNSA0NGM5MTcuMjMtMTcuOTE0IDE0MjUuNzA1LTI2LjIgMTUyNS40MjktMjQuODYgMTUwLjI3OSAyLjAyIDI2OC4xMzYgOC40MDYgMzUzLjU3MSAxOS4xNTciIHN0cm9rZT0iIzFCMjA2MSIgc3Ryb2tlLXdpZHRoPSIuNSIvPjwvZz48L3N2Zz4=)
    no-repeat;
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 43px;
  left: -50%;
  position: absolute;
  right: 0;
  width: 150%;
  z-index: -1;
}
@media (min-width: 1200px) {
  .template-collection .faq-section:before,
  .template-collection .faq:before,
  .template-product .faq-section:before,
  .template-product .faq:before {
    height: 60px;
    left: 0;
    width: 100%;
  }
}
.template-collection .faq .container,
.template-collection .faq-section .container,
.template-product .faq .container,
.template-product .faq-section .container {
  max-width: 100%;
  padding: 0 24px;
}
@media (min-width: 1200px) {
  .template-collection .faq .container,
  .template-collection .faq-section .container,
  .template-product .faq .container,
  .template-product .faq-section .container {
    max-width: 1200px;
  }
}
.template-collection .faq .container:before,
.template-collection .faq-section .container:before,
.template-product .faq .container:before,
.template-product .faq-section .container:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4IiBoZWlnaHQ9IjEyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00LjQzNSA2MC45MjZhMjAxLjI3IDIwMS4yNyAwIDAgMSAuMTQyIDUyLjE3N2wtLjAwMS4wMDgtLjYwOC0xLjY1MWMzLjQ3MyAzLjIyNSA4LjMxNCA1LjAzOSAxMy4yMzQgNS4yMTYgNC45MTguMTkgMTAuMDA3LTEuMjM5IDEzLjk1LTQuMzY4YS43MDMuNzAzIDAgMCAxIC45OS4xMTQuNzA4LjcwOCAwIDAgMS0uMDc2Ljk2Yy0zLjk5NSAzLjY1NS05LjQxMiA1LjYyNS0xNC44NjUgNS43OTktNS40NTEuMTgxLTExLjExMi0xLjQxNi0xNS41Ny00Ljk4NmwtLjc3LS42MTcuMTYzLTEuMDM0LjAwMS0uMDA4YTE5OS4xODUgMTk5LjE4NSAwIDAgMCAzLjA0Mi01MS41NzMuMTg1LjE4NSAwIDAgMSAuMTctLjE5OC4xODkuMTg5IDAgMCAxIC4xOTguMTYiIGZpbGw9IiMxQjIwNjEiLz48cGF0aCBkPSJNNzIuMTEgMzYuOTk4Yy0uMzM3LTEuOTg3LjI0NS00LjA0NCAxLjY0MS01Ljc5Nk05MC4wMzEgMzYuOTk4YTMzLjc4NiAzMy43ODYgMCAwIDAtLjk0LTdNMTA1Ljg2OCAyOS41MzJhMTcuNTU4IDE3LjU1OCAwIDAgMS03Ljg4NC02LjI3NSIgc3Ryb2tlPSIjRjJDOTU2IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xMDEuNDQ1IDkuNzIxYzIuMzI3IDguNDI4LTQuMDE3IDE3LjUzNC0xNC4xNyAyMC4zNDMtMTAuMTUyIDIuODA4LTIwLjI2OS0xLjc0Ni0yMi41OTctMTAuMTczIiBzdHJva2U9IiNGMkM5NTYiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTk5Ljc2NyA1YzIuMzI3IDguNDI3LTQuMDE3IDE3LjUzNC0xNC4xNyAyMC4zNDJDNzUuNDQ1IDI4LjE1MSA2NS4zMjggMjMuNTk3IDYzIDE1LjE3IiBzdHJva2U9IiNGMkM5NTYiIHN0cm9rZS13aWR0aD0iLjUiLz48cGF0aCBkPSJNMTAxLjc2NyAxYzIuMzI3IDguNDI3LTQuMDE3IDE3LjUzNC0xNC4xNyAyMC4zNDJDNzcuNDQ1IDI0LjE1MSA2Ny4zMjggMTkuNTk3IDY1IDExLjE3IiBzdHJva2U9IiNGMkM5NTYiIHN0cm9rZS13aWR0aD0iLjUiLz48L2c+PC9zdmc+)
    no-repeat;
}
.template-collection .faq .full-title,
.template-collection .faq-section .full-title,
.template-product .faq .full-title,
.template-product .faq-section .full-title {
  margin-bottom: 14px;
  max-width: 560px;
}
@media (min-width: 768px) {
  .template-collection .faq .full-title,
  .template-collection .faq-section .full-title,
  .template-product .faq .full-title,
  .template-product .faq-section .full-title {
    margin-bottom: 35px;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .template-collection .faq .full-title,
  .template-collection .faq-section .full-title,
  .template-product .faq .full-title,
  .template-product .faq-section .full-title {
    max-width: 728px;
  }
}
.template-collection .faq .card .card-header button .card-btn-content,
.template-collection .faq-section .card .card-header button .card-btn-content,
.template-product .faq .card .card-header button .card-btn-content,
.template-product .faq-section .card .card-header button .card-btn-content {
  display: inline-block;
  max-width: 560px;
  pointer-events: none;
}
@media (min-width: 992px) {
  .template-collection .faq .card .card-header button .card-btn-content,
  .template-collection .faq-section .card .card-header button .card-btn-content,
  .template-product .faq .card .card-header button .card-btn-content,
  .template-product .faq-section .card .card-header button .card-btn-content {
    max-width: 728px;
  }
}
.template-collection .faq .card .card-body,
.template-collection .faq-section .card .card-body,
.template-product .faq .card .card-body,
.template-product .faq-section .card .card-body {
  max-width: 560px;
}
@media (min-width: 992px) {
  .template-collection .faq .card .card-body,
  .template-collection .faq-section .card .card-body,
  .template-product .faq .card .card-body,
  .template-product .faq-section .card .card-body {
    max-width: 728px;
  }
}
.faq,
.faq-as-single.faq-section {
  background: #f9f9f9;
  position: relative;
  z-index: 1;
}
.faq-as-single.faq-section:before,
.faq:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkzNyIgaGVpZ2h0PSI0NSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0wIDM0Yzg0OC4zMjYtMTYuMzk3IDEzNTEuNDYtMjMuNjI4IDE1MDkuNDAyLTIxLjY5NCAxNTcuOTQgMS45MzUgMjgxLjgwNyA4LjA1IDM3MS41OTggMTguMzQ4IiBzdHJva2U9IiMxQjIwNjEiIHN0cm9rZS13aWR0aD0iLjUiLz48cGF0aCBkPSJNMiAyM0M4NTEuMjI4IDYuNjAzIDEzNTQuODk3LS42MjggMTUxMy4wMDYgMS4zMDZjMTU4LjExIDEuOTM1IDI4Mi4xMDggOC4wNSAzNzEuOTk0IDE4LjM0OCIgc3Ryb2tlPSIjMUIyMDYxIi8+PHBhdGggZD0iTTE5MDIgMzkuMjk2Yy03OTUuMjY0LTE1Ljg3Mi0xMjY2LjkyOC0yMi44NzItMTQxNC45OS0yMUMzMzguOTQ4IDIwLjE3IDE3OC4yNzggMjcuNzM3IDUgNDEiIHN0cm9rZT0iI0YyQzk1NiIvPjxwYXRoIGQ9Ik01IDI2LjI5NmM4MDkuNTE4LTE1Ljg3MiAxMjg5LjYzNS0yMi44NzIgMTQ0MC4zNS0yMUMxNTk2LjA2OCA3LjE3IDE3NTkuNjE4IDE0LjczNyAxOTM2IDI4IiBzdHJva2U9IiMxQjIwNjEiIHN0cm9rZS13aWR0aD0iLjUiLz48cGF0aCBkPSJNNSA0NGM5MTcuMjMtMTcuOTE0IDE0MjUuNzA1LTI2LjIgMTUyNS40MjktMjQuODYgMTUwLjI3OSAyLjAyIDI2OC4xMzYgOC40MDYgMzUzLjU3MSAxOS4xNTciIHN0cm9rZT0iIzFCMjA2MSIgc3Ryb2tlLXdpZHRoPSIuNSIvPjwvZz48L3N2Zz4=)
    no-repeat;
  background-position: 50%;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 43px;
  left: -50%;
  position: absolute;
  right: 0;
  width: 150%;
  z-index: -1;
}
@media (min-width: 1200px) {
  .faq-as-single.faq-section:before,
  .faq:before {
    height: 60px;
    left: 0;
    width: 100%;
  }
}
.faq .container,
.faq-as-single.faq-section .container {
  max-width: 100%;
  padding: 0 24px;
}
@media (min-width: 1200px) {
  .faq .container,
  .faq-as-single.faq-section .container {
    max-width: 1260px;
  }
}
.faq .container:before,
.faq-as-single.faq-section .container:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4IiBoZWlnaHQ9IjEyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik00LjQzNSA2MC45MjZhMjAxLjI3IDIwMS4yNyAwIDAgMSAuMTQyIDUyLjE3N2wtLjAwMS4wMDgtLjYwOC0xLjY1MWMzLjQ3MyAzLjIyNSA4LjMxNCA1LjAzOSAxMy4yMzQgNS4yMTYgNC45MTguMTkgMTAuMDA3LTEuMjM5IDEzLjk1LTQuMzY4YS43MDMuNzAzIDAgMCAxIC45OS4xMTQuNzA4LjcwOCAwIDAgMS0uMDc2Ljk2Yy0zLjk5NSAzLjY1NS05LjQxMiA1LjYyNS0xNC44NjUgNS43OTktNS40NTEuMTgxLTExLjExMi0xLjQxNi0xNS41Ny00Ljk4NmwtLjc3LS42MTcuMTYzLTEuMDM0LjAwMS0uMDA4YTE5OS4xODUgMTk5LjE4NSAwIDAgMCAzLjA0Mi01MS41NzMuMTg1LjE4NSAwIDAgMSAuMTctLjE5OC4xODkuMTg5IDAgMCAxIC4xOTguMTYiIGZpbGw9IiMxQjIwNjEiLz48cGF0aCBkPSJNNzIuMTEgMzYuOTk4Yy0uMzM3LTEuOTg3LjI0NS00LjA0NCAxLjY0MS01Ljc5Nk05MC4wMzEgMzYuOTk4YTMzLjc4NiAzMy43ODYgMCAwIDAtLjk0LTdNMTA1Ljg2OCAyOS41MzJhMTcuNTU4IDE3LjU1OCAwIDAgMS03Ljg4NC02LjI3NSIgc3Ryb2tlPSIjRjJDOTU2IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjxwYXRoIGQ9Ik0xMDEuNDQ1IDkuNzIxYzIuMzI3IDguNDI4LTQuMDE3IDE3LjUzNC0xNC4xNyAyMC4zNDMtMTAuMTUyIDIuODA4LTIwLjI2OS0xLjc0Ni0yMi41OTctMTAuMTczIiBzdHJva2U9IiNGMkM5NTYiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTk5Ljc2NyA1YzIuMzI3IDguNDI3LTQuMDE3IDE3LjUzNC0xNC4xNyAyMC4zNDJDNzUuNDQ1IDI4LjE1MSA2NS4zMjggMjMuNTk3IDYzIDE1LjE3IiBzdHJva2U9IiNGMkM5NTYiIHN0cm9rZS13aWR0aD0iLjUiLz48cGF0aCBkPSJNMTAxLjc2NyAxYzIuMzI3IDguNDI3LTQuMDE3IDE3LjUzNC0xNC4xNyAyMC4zNDJDNzcuNDQ1IDI0LjE1MSA2Ny4zMjggMTkuNTk3IDY1IDExLjE3IiBzdHJva2U9IiNGMkM5NTYiIHN0cm9rZS13aWR0aD0iLjUiLz48L2c+PC9zdmc+)
    no-repeat;
}
.faq .full-title,
.faq-as-single.faq-section .full-title {
  margin-bottom: 14px;
  max-width: 560px;
}
@media (min-width: 768px) {
  .faq .full-title,
  .faq-as-single.faq-section .full-title {
    margin-bottom: 35px;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .faq .full-title,
  .faq-as-single.faq-section .full-title {
    max-width: 728px;
  }
}
.faq .card .card-header button .card-btn-content,
.faq-as-single.faq-section .card .card-header button .card-btn-content {
  display: inline-block;
  max-width: 560px;
}
@media (min-width: 992px) {
  .faq .card .card-header button .card-btn-content,
  .faq-as-single.faq-section .card .card-header button .card-btn-content {
    max-width: 728px;
  }
}
.faq .card .card-body,
.faq-as-single.faq-section .card .card-body {
  max-width: 560px;
}
@media (min-width: 992px) {
  .faq .card .card-body,
  .faq-as-single.faq-section .card .card-body {
    max-width: 728px;
  }
}
.faq {
  overflow: hidden;
}
@media (max-width: 767px) {
  .features-blocks .container {
    max-width: 560px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .features-blocks .container {
    max-width: 100%;
  }
}
.features-blocks a {
  position: relative;
}
.features-blocks img {
  background-size: cover;
  width: 100%;
}
.features-blocks .half-title {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .features-blocks .half-title {
    font-size: 34px;
  }
}
.features-blocks .text-holder {
  left: 50%;
  max-width: 540px;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 992px) {
  .features-blocks .text-holder {
    padding: 0 40px;
  }
}
.features-blocks .anchor-link {
  display: block;
  font-weight: 500;
  margin-top: 40px;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .features-blocks .anchor-link {
    margin-top: 35px;
  }
}
.features-blocks .anchor-link:hover {
  text-decoration: none;
}
.featured-icons .featured-icons-title {
  color: #1b2061;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 18px;
}
.featured-icons .ship-list {
  color: #1b2061;
  display: flex;
  font-size: 9px;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 768px) {
  .featured-icons .ship-list {
    margin: 0 15px;
  }
}
.featured-icons .ship-list li {
  align-items: center;
  display: flex;
}
.featured-icons .ship-list li .img-holder svg {
  height: auto;
  max-width: 25px;
}
.featured-icons .ship-list li .ship-list-icon-title {
  font-size: 10px;
  padding-left: 8px;
  white-space: nowrap;
}
.featured-icons .btn-support:hover svg g {
  fill: #dde6f7;
}
.featured-icons .btn-support svg g {
  transition: fill 0.3s linear;
}
.featured-icons .btn-support svg {
  margin-top: -2px;
  padding: 3px;
}
.featured-dynamic-sidebar .h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .featured-dynamic-sidebar .h5 {
    margin-bottom: 55px;
  }
  .featured-icons-list {
    padding-left: 25px;
  }
}
.featured-icons-list li {
  margin: 0 0 10px -10px;
}
@media (min-width: 768px) {
  .featured-icons-list li {
    margin-bottom: 25px;
  }
}
.featured-icons-list .icon-holder {
  display: flex;
  justify-content: center;
  padding: 0 10px;
  width: 50px;
}
.featured-icons-list svg {
  height: 30px;
  max-width: 100%;
}
.featured-icons-list .text-holder {
  font-size: 14px;
  line-height: 1.42857;
  max-width: calc(100% - 50px);
  padding: 0 15px 10px 12px;
}
.featured-icons-list .title {
  color: #1b2061;
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 3px;
}
.featured-icons-list p:last-of-type {
  margin-bottom: 0;
}
.intro-block {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 376px;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .intro-block {
    margin-bottom: 116px;
  }
}
.intro-block h1 {
  margin-bottom: 0;
}
.contactus-intro-section {
  background: #f6faff;
  width: 100%;
}
.contactus-intro-section .img-holder {
  max-width: 718px;
  min-height: 351px;
  position: relative;
}
.contactus-intro-section .bg-img {
  bottom: 0;
  height: 328px;
  position: absolute;
  right: 30px;
  width: 204px;
}
@media (min-width: 992px) {
  .contactus-intro-section .bg-img {
    right: 0;
  }
}
.collection-template-section .intro-block {
  background-position: 44% 0;
  background-size: 333%;
}
@media (min-width: 576px) {
  .collection-template-section .intro-block {
    height: 742px;
  }
}
@media (min-width: 768px) {
  .collection-template-section .intro-block {
    background-position: 46% 15%;
    background-size: 244%;
    height: 376px;
  }
}
@media (min-width: 992px) {
  .collection-template-section .intro-block {
    background-position: 48% 16%;
    background-size: 170%;
    margin: 0 auto 116px;
  }
}
@media (min-width: 1200px) {
  .collection-template-section .intro-block {
    background-position: 100% -54px;
    background-size: cover;
  }
}
.collection-template-section .intro-block h1 {
  color: #fff;
  font-size: 30px;
}
@media (min-width: 576px) {
  .collection-template-section .intro-block h1 {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .collection-template-section .intro-block h1 {
    font-size: 40px;
  }
}
.collection-template-section .intro-block .text-holder {
  margin: 0 auto;
  max-width: 423px;
}
@media (min-width: 768px) {
  .collection-template-section .intro-block .text-holder {
    max-width: 452px;
  }
}
.ourmaterials-intro-section {
  background: #d8d8d8;
}
.ourmaterials-intro-section .intro-block {
  height: 203px;
  margin-bottom: 60px;
}
@media (min-width: 400px) {
  .ourmaterials-intro-section .intro-block {
    height: 303px;
  }
}
@media (min-width: 576px) {
  .ourmaterials-intro-section .intro-block {
    height: 408px;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .ourmaterials-intro-section .intro-block {
    height: 553px;
    margin: 0 auto 90px;
    position: relative;
  }
  .ourmaterials-intro-section .intro-block:before {
    background: linear-gradient(-90deg, #d8d8d8 45%, #d9d9d900);
    left: auto;
    right: -70px;
  }
}
.collection-pillow-template-section .intro-block {
  background-position: 57%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .collection-pillow-template-section .intro-block {
    background-position: 52%;
  }
}
@media (min-width: 992px) {
  .collection-pillow-template-section .intro-block {
    max-width: none;
  }
}
.collection-pillow-template-section .intro-block .container {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .collection-pillow-template-section .intro-block .container {
    justify-content: flex-start;
  }
}
@media (min-width: 992px) {
  .collection-pillow-template-section .intro-block .container {
    max-width: 800px;
  }
}
.collection-pillow-template-section .intro-block h1 {
  margin: 30px auto 0;
  max-width: 300px;
}
@media (min-width: 576px) {
  .collection-pillow-template-section .intro-block h1 {
    font-size: 34px;
    margin-top: 0;
    max-width: 370px;
  }
}
@media (min-width: 768px) {
  .collection-pillow-template-section .intro-block h1 {
    font-size: 40px;
    line-height: 1.25;
    margin: 30px 0 0;
    max-width: 390px;
  }
}
.collection-mask-template-section .intro-block {
  background: #eaeaea;
  background-position: 33%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (min-width: 768px) {
  .collection-mask-template-section .intro-block {
    background-position: 44%;
  }
}
@media (min-width: 992px) {
  .collection-mask-template-section .intro-block {
    background-position: 50%;
    max-width: none;
  }
}
.collection-mask-template-section .intro-block .container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 376px;
  position: relative;
  z-index: 1;
}
.collection-mask-template-section h1 {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 576px) {
  .collection-mask-template-section h1 {
    font-size: 40px;
    line-height: 1.25;
    margin: 0 0 0 46%;
    max-width: 366px;
  }
}
@media (min-width: 992px) {
  .collection-mask-template-section h1 {
    margin-left: 39%;
    max-width: 416px;
  }
}
.popup-add-to-cart {
  background: #fffffff2;
  bottom: 0;
  box-shadow: 0 0 4px #1b206133;
  opacity: 0;
  padding: 4px 20px;
  position: fixed;
  transition: top 0.15s linear, opacity 0.15s linear, visibility 0.15s linear;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
.scroll-to-action .popup-add-to-cart {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .popup-add-to-cart {
    background: #fffffff2;
    bottom: auto;
    box-shadow: none;
    padding: 11px 25px 11px 16px;
    top: 90px;
  }
  .popup-add-to-cart .container-fluid,
  .popup-add-to-cart .container-lg,
  .popup-add-to-cart .container-md,
  .popup-add-to-cart .container-sm,
  .popup-add-to-cart .container-xl {
    max-width: 1540px;
    padding: 0 15px;
  }
}
.popup-add-to-cart .btn.btn-primary {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  min-height: 50px;
  padding: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .popup-add-to-cart .btn.btn-primary {
    font-size: 15px;
    min-height: 40px;
    min-width: 245px;
    padding: 13px 23px;
    width: auto;
  }
}
.popup-add-to-cart h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2857;
  margin-bottom: 0;
  max-width: 150px;
  padding: 5px 0;
}
@media (min-width: 375px) {
  .popup-add-to-cart h4 {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .popup-add-to-cart h4 {
    font-size: 18px;
    line-height: 1.3;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .popup-add-to-cart h4 {
    font-size: 20px;
  }
}
.popup-add-to-cart h4 + .product-price-holder {
  color: #1b2061;
}
@media (min-width: 768px) {
  .popup-add-to-cart h4 + .product-price-holder {
    display: none;
  }
}
.popup-add-to-cart .currency-iso-code,
.popup-add-to-cart .discounted-price {
  color: #1b2061;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
@media (min-width: 992px) {
  .popup-add-to-cart .currency-iso-code,
  .popup-add-to-cart .discounted-price {
    color: #0e0e0e;
    font-size: 18px;
    font-weight: 500;
    line-height: 21px;
  }
}
.popup-add-to-cart .discounted-price-title {
  color: #0e0e0e;
  display: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}
@media (min-width: 992px) {
  .popup-add-to-cart .discounted-price-title {
    display: inline;
  }
}
.popup-add-to-cart .currency-iso-code {
  margin-left: 5px;
}
.popup-add-to-cart .original-price {
  margin-left: 0;
  text-decoration: line-through;
}
@media (min-width: 992px) {
  .popup-add-to-cart .original-price {
    margin-left: 10px;
  }
}
.popup-add-to-cart .original-price,
.popup-add-to-cart .original-price-currency-iso-code {
  color: #0e0e0e;
  font-size: 12px;
}
@media (min-width: 992px) {
  .popup-add-to-cart .original-price,
  .popup-add-to-cart .original-price-currency-iso-code {
    color: #3d3d3d;
    font-size: 18px;
  }
}
.popup-add-to-cart .stars-holder span {
  font-size: 10px;
  line-height: inherit;
  margin-left: 2px;
  padding: 0;
}
@media (min-width: 992px) {
  .popup-add-to-cart .stars-holder span {
    font-size: 12px;
    line-height: 12px;
    margin-left: 6px;
  }
}
.popup-add-to-cart .stars-holder .average-rating {
  font-weight: 500;
}
.popup-add-to-cart .product-price-holder {
  margin-right: 10px;
}
@media (min-width: 992px) {
  .popup-add-to-cart .product-price-holder {
    margin-right: 20px;
  }
}
.popup-add-to-cart .product-price-holder .discounted-price-holder,
.popup-add-to-cart .product-price-holder .original-price-holder {
  justify-content: end;
}
body.scroll .announcement-bar {
  opacity: 0;
  visibility: hidden;
}
.main-slider-flickity-preload {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-slider-flickity-preload {
    height: 486px;
    padding-bottom: 0 !important;
  }
}
.main-slider-flickity-preload.flkty-ready .preloader-slide img {
  opacity: 0;
  overflow: hidden;
}
.main-slider-flickity-preload .preloader-slide {
  position: absolute !important;
  top: 0;
  width: 100%;
}
.main-slider {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .section-main-slider .main-slider {
    position: static;
  }
}
.main-slider.flickity-enabled {
  display: block !important;
}
.main-slider .dot:only-child {
  visibility: hidden;
}
.main-slider .flickity-page-dots {
  align-items: center;
  bottom: 17px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
}
.main-slider .flickity-page-dots li {
  background: #fff;
  border: none;
  border-radius: 2px;
  height: 4px;
  margin: 3px;
  overflow: hidden;
  transition: background 0.15s linear;
  width: 22px;
}
@media (min-width: 768px) {
  .main-slider .flickity-page-dots li {
    margin: 6px;
    width: 42px;
  }
}
.main-slider .flickity-page-dots li.is-selected button:before,
.main-slider .flickity-page-dots li:hover button:before {
  background: #1b2061;
}
.main-slider .slider-cell {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-slider .slider-cell {
    height: 486px;
  }
}
.main-slider .slider-cell img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-slider .slider-cell img {
    max-height: 486px;
  }
}
.main-slider .container {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%);
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-slider .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .main-slider .container {
    max-width: 932px;
  }
}
@media (min-width: 1200px) {
  .main-slider .container {
    max-width: 1100px;
  }
}
.main-slider .text-holder {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 34px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .main-slider .text-holder {
    align-items: flex-start;
    padding-top: 60px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .main-slider .text-holder {
    justify-content: center;
    max-width: 1020px;
    padding-top: 0;
    width: 85%;
  }
}
.main-slider .slider-top-text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.main-slider .slider-bottom-text {
  margin-bottom: 16px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .main-slider .slider-bottom-text {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .main-slider .slider-bottom-text {
    font-size: 17px;
  }
}
.main-slider h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  max-width: 400px;
}
@media (min-width: 768px) {
  .main-slider h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .main-slider h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .main-slider h2 {
    font-size: 60px;
    line-height: 1;
    max-width: 546px;
  }
}
.main-slider .btn {
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .main-slider .btn {
    min-width: 124px;
  }
}
.main-slider .btn-group-lg > .btn,
.main-slider .btn.btn-lg {
  font-weight: 700;
  padding: 12px 17px;
}
.main-slider .slide-image-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.slider-cell-hot-links {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.slider-cell-hot-links .slider-cell-hot-links--desktop,
.slider-cell-hot-links .slider-cell-hot-links--mobile {
  display: flex;
  width: 100%;
}
.slider-cell-hot-links .slider-cell-hot-links--desktop a,
.slider-cell-hot-links .slider-cell-hot-links--mobile a {
  display: block;
  height: 100%;
  outline: none;
  text-decoration: none;
}
.hero-section {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero-section {
    background-size: cover;
  }
}
.hero-section .half-title {
  color: #fff;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .hero-section .half-title {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .hero-section .half-title {
    font-size: 40px;
  }
}
.hero-section .title-desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.375;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-section .title-desc {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .hero-section .container-fluid,
  .hero-section .container-lg,
  .hero-section .container-md,
  .hero-section .container-sm,
  .hero-section .container-xl {
    max-width: 1125px;
  }
}
.hero-section .text-holder {
  margin: 0 auto;
  max-width: 298px;
}
@media (min-width: 740px) {
  .hero-section .text-holder {
    margin: 0;
    max-width: none;
    padding-left: 368px;
  }
}
@media (min-width: 768px) {
  .hero-section .text-holder {
    max-width: 320px;
    padding-left: 22px;
  }
}
@media (min-width: 992px) {
  .hero-section .text-holder {
    margin-left: 0;
    margin-top: 17px;
    max-width: 432px;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .hero-section .text-holder {
    margin-top: 32px;
  }
}
.hero-section .img-holder {
  margin: -16px 0 -160px -55%;
  padding-top: 60px;
  text-align: center;
}
@media (min-width: 740px) {
  .hero-section .img-holder {
    margin: -96px 0 -90px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .hero-section .img-holder {
    margin: -46px 0 50px;
    min-width: auto;
  }
}
@media (min-width: 992px) {
  .hero-section .img-holder {
    margin: -98px 0 36px -24px;
    max-width: 525px;
  }
}
@media (min-width: 1200px) {
  .hero-section .img-holder {
    margin-top: -52px;
  }
}
.hero-section .img-holder img {
  object-fit: cover;
  width: calc(100% - 126px);
}
@media (min-width: 740px) {
  .hero-section .img-holder img {
    margin-left: -70%;
    margin-top: 50px;
    min-width: 50%;
  }
}
@media (min-width: 768px) {
  .hero-section .img-holder img {
    margin-bottom: -60px;
    margin-left: -124px;
    margin-top: 26px;
    min-width: 490px;
  }
}
@media (min-width: 992px) {
  .hero-section .img-holder img {
    min-width: calc(100% + 76px);
  }
}
@media (min-width: 1200px) {
  .hero-section .img-holder img {
    margin-left: -118px;
    min-width: calc(100% + 65px);
  }
}
.hero-content-bottom .img-holder {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .hero-content-bottom .img-holder {
    margin-bottom: 34px;
  }
}
.hero-content-bottom .full-title {
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .hero-content-bottom .full-title {
    margin-bottom: 16px;
  }
}
.hero-content-bottom .title-desc {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hero-content-bottom .title-desc {
    margin-bottom: 24px;
  }
}
.hero-action-section .section {
  position: relative;
}
.hero-action-section .container {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hero-action-section .h2 {
  color: #1b2061;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .hero-action-section .h2 {
    font-size: 42px;
  }
}
.promo-block {
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .promo-block {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .promo-block {
    padding-bottom: 50px;
  }
}
.promo-block:last-of-type {
  padding-bottom: 0;
}
.promo-block:last-of-type .text-holder {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .promo-block:nth-child(2n + 2) .img-holder {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .promo-block:nth-child(2n + 2) .text-holder {
    padding-left: 40px;
  }
}
.promo-block [class*="col-"] {
  padding: 0;
}
@media (min-width: 992px) {
  .promo-block [class*="col-"] {
    padding: 0 15px;
  }
}
.promo-block .half-title {
  margin-bottom: 14px;
  padding: 0;
}
@media (min-width: 768px) {
  .promo-block .half-title {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .promo-block .half-title {
    font-size: 30px;
    margin: 0 0 16px;
    text-align: left;
  }
}
.promo-block .text-holder {
  font-size: 16px;
  line-height: 1.375;
  margin: 18px auto;
  max-width: 83%;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 769px) and (max-width: 992px) {
  .promo-block .text-holder {
    margin: 20px auto;
  }
}
@media (min-width: 992px) {
  .promo-block .text-holder {
    margin: 0;
    max-width: none;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .promo-block .text-holder {
    margin: 0 15px 0 55px;
  }
}
.promo-block .text-holder .title-desc {
  margin: 0 0 16px;
}
@media (min-width: 992px) {
  .promo-block .text-holder .title-desc {
    font-size: 17px;
    margin: 0 0 9px;
    max-width: 360px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .promo-block .text-holder .title-desc {
    max-width: 420px;
  }
}
.promo-block .img-holder {
  margin: 0 -15px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .promo-block .img-holder {
    border-radius: 10px;
    margin: 0 0 0 -20px;
  }
}
@media (min-width: 1200px) {
  .promo-block .img-holder {
    margin: 0;
  }
}
.promo-block .img-holder img {
  width: 100%;
}
.promo-block .btn {
  margin-top: 3px;
}
@media (min-width: 768px) {
  .promo-block .btn {
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .promo-block .btn {
    margin-top: 15px;
  }
}
.home-promo-grid-section {
  overflow: hidden;
}
.home-promo-grid-section.section {
  padding: 25px 0;
}
@media (min-width: 992px) {
  .home-promo-grid-section.section {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .home-promo-grid-section .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .home-promo-grid-section .container {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .home-promo-grid-section .container {
    max-width: 1230px;
  }
}
.template-collection .promo-block .half-title,
.template-index .promo-block .half-title {
  font-weight: 600;
}
.home-promo-grid-2-section {
  overflow: hidden;
}
.home-promo-grid-2-section.section {
  padding: 25px 0;
}
@media (min-width: 992px) {
  .home-promo-grid-2-section.section {
    padding: 40px 0;
  }
}
.home-promo-grid-2-section .promo-block {
  margin: 0;
  padding-bottom: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .home-promo-grid-2-section .promo-block {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .home-promo-grid-2-section .promo-block {
    padding-bottom: 60px;
  }
}
.home-promo-grid-2-section .promo-block:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .home-promo-grid-2-section .promo-block:nth-child(2n + 2) .img-holder {
    margin: 0;
  }
}
.home-promo-grid-2-section .promo-block .promo-block-content {
  display: flex;
  justify-content: center;
}
.home-promo-grid-2-section .promo-block [class*="col-"] {
  padding: 0;
}
.home-promo-grid-2-section .promo-block .half-title {
  font-size: 26px;
  margin: 0;
  max-width: none;
  padding: 0;
}
@media (min-width: 768px) {
  .home-promo-grid-2-section .promo-block .half-title {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .home-promo-grid-2-section .promo-block .half-title {
    text-align: left;
  }
}
.home-promo-grid-2-section .promo-block .text-holder {
  font-size: 16px;
  line-height: 1.375;
  margin: 18px 0;
  max-width: 300px;
  padding: 0;
}
@media (min-width: 769px) and (max-width: 992px) {
  .home-promo-grid-2-section .promo-block .text-holder {
    margin: 20px auto;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .home-promo-grid-2-section .promo-block .text-holder {
    margin: 0;
    max-width: none;
    padding: 0 40px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .home-promo-grid-2-section .promo-block .text-holder {
    max-width: 540px;
    padding: 0;
  }
}
.home-promo-grid-2-section .promo-block .text-holder .title-desc {
  display: none;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .home-promo-grid-2-section .promo-block .text-holder .title-desc {
    display: block;
    max-width: none;
    padding-top: 24px;
  }
}
.home-promo-grid-2-section .promo-block .img-holder {
  margin: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .home-promo-grid-2-section .promo-block .img-holder {
    border-radius: 10px;
    margin: 0 0 0 -20px;
  }
}
@media (min-width: 1200px) {
  .home-promo-grid-2-section .promo-block .img-holder {
    margin: 0;
  }
}
.home-promo-grid-2-section .promo-block .img-holder img {
  max-height: 250px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 992px) {
  .home-promo-grid-2-section .promo-block .img-holder img {
    max-height: none;
    object-fit: fill;
  }
}
.home-promo-grid-2-section .promo-block .btn {
  margin-top: 3px;
}
@media (min-width: 768px) {
  .home-promo-grid-2-section .promo-block .btn {
    margin-top: 8px;
  }
}
@media (min-width: 992px) {
  .home-promo-grid-2-section .promo-block .btn {
    margin-top: 15px;
  }
}
.home-promo-grid-2-section .promo-block .promo-grid-2-products {
  display: flex;
  gap: 34px;
}
@media (min-width: 1200px) {
  .home-promo-grid-2-section .promo-block .promo-grid-2-products {
    gap: 74px;
  }
}
.home-promo-grid-2-section
  .promo-block
  .promo-grid-2-products
  .promo-grid-2-product {
  flex-basis: 50%;
}
@media (min-width: 992px) {
  .home-promo-grid-2-section
    .promo-block
    .promo-grid-2-products
    .promo-grid-2-product {
    flex-basis: 210px;
  }
}
.home-promo-grid-2-section
  .promo-block
  .promo-grid-2-products
  .promo-grid-2-product
  img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
}
.home-promo-grid-2-section
  .promo-block
  .promo-grid-2-products
  .promo-grid-2-product-image-and-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 0;
}
@media (min-width: 992px) {
  .home-promo-grid-2-section
    .promo-block
    .promo-grid-2-products
    .promo-grid-2-product-image-and-title {
    flex-direction: row;
    gap: 14px;
    padding-bottom: 34px;
  }
}
.home-promo-grid-2-section
  .promo-block
  .promo-grid-2-products
  .promo-grid-2-product-title {
  color: #1b2061;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  margin: 0;
  min-height: 32px;
  text-align: center;
}
@media (min-width: 992px) {
  .home-promo-grid-2-section
    .promo-block
    .promo-grid-2-products
    .promo-grid-2-product-title {
    text-align: left;
  }
}
.home-promo-grid-2-section
  .promo-block
  .promo-grid-2-products
  .promo-grid-2-product
  .btn {
  font-size: 14px;
  line-height: 19px;
  margin: 0;
  min-width: 120px;
  padding: 13px 0;
}
@media (min-width: 992px) {
  .home-promo-grid-2-section
    .promo-block
    .promo-grid-2-products
    .promo-grid-2-product
    .btn {
    min-width: 134px;
    padding: 13px 0;
  }
}
@media (min-width: 1200px) {
  .home-promo-grid-2-section
    .promo-block
    .promo-grid-2-products
    .promo-grid-2-product
    .btn {
    min-width: 168px;
  }
}
@media (max-width: 992px) {
  .home-promo-grid-2-section .container {
    max-width: none;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .home-promo-grid-2-section .container {
    padding: 0 40px;
  }
}
@media (min-width: 1200px) {
  .home-promo-grid-2-section .container {
    max-width: 1680px;
  }
}
.home-promo-grid-2-section .js-home-promo-grid-2-slider:after {
  content: "flickity";
  display: none;
}
@media (min-width: 992px) {
  .home-promo-grid-2-section .js-home-promo-grid-2-slider:after {
    content: "";
  }
}
.home-promo-grid-2-section .range-holder {
  border-radius: 5px;
  height: 28px;
  margin: 0 auto;
  max-width: 300px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .home-promo-grid-2-section .range-holder {
    display: none;
  }
}
.home-promo-grid-2-section .range-holder input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.home-promo-grid-2-section .range-holder input[type="range"]:focus {
  outline: none;
}
.home-promo-grid-2-section
  .range-holder
  input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.home-promo-grid-2-section .range-holder input[type="range"]::-moz-range-thumb {
  border: none;
}
.home-promo-grid-2-section .range-holder .thumb-range {
  background: #1b2061;
  border-radius: 5px;
  height: 5px;
  left: 0;
  opacity: 0.8;
  position: relative;
  top: -47%;
  transition: all 0.3s ease-out;
  width: 0;
}
.home-promo-grid-2-section .range-holder .input-range {
  height: 10px;
  width: 100%;
}
.home-promo-grid-2-section
  .range-holder
  .input-range::-webkit-slider-runnable-track {
  align-items: center;
  background: #dadbde;
  border-radius: 5px;
  display: flex;
  height: 5px;
  opacity: 0.5;
}
.home-promo-grid-2-section .range-holder .input-range::-webkit-slider-thumb {
  opacity: 0;
  position: relative;
}
.home-promo-grid-2-section .range-holder .input-range::-moz-range-track {
  align-items: center;
  background: #dadbde;
  border-radius: 5px;
  display: flex;
  height: 5px;
  opacity: 0.5;
}
.home-promo-grid-2-section .range-holder .input-range::-moz-range-thumb {
  opacity: 0;
  position: relative;
}
.reviews-section .section {
  overflow: hidden;
  padding: 55px 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .reviews-section .section {
    padding: 75px 0 60px;
  }
}
.reviews-section .full-title {
  margin-bottom: 45px;
}
@media (min-width: 992px) {
  .reviews-section .full-title {
    margin-bottom: 60px;
  }
}
.reviews-section .container {
  padding: 0 24px;
  position: relative;
}
@media (min-width: 768px) {
  .reviews-section .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .reviews-section .container {
    padding: 0 50px;
  }
}
@media (max-width: 992px) {
  .reviews-section .container {
    max-width: 100%;
  }
}
.reviews-section .btn-holder .btn {
  font-size: 14px;
}
.reviews-section .bg-decor {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 992px) {
  .reviews-section .bg-decor {
    left: 50%;
    max-width: 1125px;
    transform: translate(-50%);
    width: 100%;
  }
}
.reviews-section .bg-decor span svg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}
.reviews-section .bg-decor span:first-child svg {
  bottom: 50px;
  height: 101px;
  left: -74px;
  width: 179px;
}
@media (min-width: 768px) {
  .reviews-section .bg-decor span:first-child svg {
    bottom: 20px;
    left: -39px;
  }
}
@media (min-width: 992px) {
  .reviews-section .bg-decor span:first-child svg {
    bottom: 65px;
    height: 141px;
    left: -135px;
    width: 250px;
  }
}
.reviews-section .bg-decor span:nth-child(2) svg {
  height: 166px;
  right: -97px;
  top: -41px;
  width: 274px;
}
@media (min-width: 576px) {
  .reviews-section .bg-decor span:nth-child(2) svg {
    right: -33px;
    top: -21px;
  }
}
@media (min-width: 768px) {
  .reviews-section .bg-decor span:nth-child(2) svg {
    right: -104px;
    top: -20px;
  }
}
@media (min-width: 992px) {
  .reviews-section .bg-decor span:nth-child(2) svg {
    height: 246px;
    right: -261px;
    top: 22px;
    width: 423px;
  }
}
.reviews-section .bg-decor span:nth-child(3) svg {
  display: none;
  height: 140px;
  width: 180px;
}
@media (min-width: 992px) {
  .reviews-section .bg-decor span:nth-child(3) svg {
    bottom: -27px;
    display: block;
    height: 179px;
    right: -105px;
    width: 259px;
  }
}
.reviews-slider {
  margin-bottom: 78px;
}
@media (min-width: 992px) {
  .reviews-slider {
    margin-bottom: 40px;
  }
}
.reviews-slider .slider-cell {
  align-items: stretch;
  display: flex;
  margin: 0 12px;
  min-height: 100%;
  padding: 40px 0 10px;
  width: 86%;
}
@media (min-width: 576px) {
  .reviews-slider .slider-cell {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .reviews-slider .slider-cell {
    width: 81.5%;
  }
}
@media (min-width: 800px) {
  .reviews-slider .slider-cell {
    width: 61.5%;
  }
}
@media (min-width: 992px) {
  .reviews-slider .slider-cell {
    margin: 0;
    padding: 40px 12px 10px;
    width: 33.33%;
  }
}
.reviews-slider .slider-cell:nth-child(3n + 1) .card-img {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiNGNkRBN0UiIGN4PSI0MCIgY3k9IjQwIiByPSI0MCIvPjxwYXRoIGQ9Ik0zMi4xMiA2Mi44MzVjMS43NTIgMS42MTMgNC42NDQgMS44MiA3LjEyOCAxLjkwOCAyLjQ4Mi4wOTQgNS4wNS0uNjE4IDcuMDQxLTIuMThhLjM1Ny4zNTcgMCAwIDEgLjUuMDU2LjM1LjM1IDAgMCAxLS4wMzkuNDhjLTIuMDE3IDEuODI0LTQuNzUgMi44MDctNy41MDMgMi44OTQtMi43NTEuMDktNy43OTIuMDktOC4yNDctMi43OTYtLjQ1NS0yLjg4OCAzLjk0Ni0xMy4zOTIgNi42MTgtMjEuMjY1LjAxNS0uMDQ1LjAzNS0uMDk1LjA4Ni0uMDk5YS4wOTUuMDk1IDAgMCAxIC4xLjA4YzMuODk0IDYuMTk0LTQuNTYzIDEyLjI1LTUuNjg1IDIwLjkyMloiIGZpbGw9IiMxQjIwNjEiLz48ZyBzdHJva2U9IiMxQjIwNjEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0iTTY0Ljg2IDMwLjQ1M2E2LjQyIDYuNDIgMCAwIDAtMi4wODUtMy41MTJNNTYuNzQyIDMyLjA2NWExNi42OSAxNi42OSAwIDAgMS0uNjg5LTMuNDU4TTQ4LjcwOCAzMi40MDJjLjgxLTEuNDUxIDEuMTc4LTIuNjE4IDEuMzg1LTQuMjQ0IiBzdHJva2Utd2lkdGg9IjEuNSIvPjxwYXRoIGQ9Ik00Ni4wNTggMjYuOTg3YzUuNzI3IDEuNjQ2IDE2LjY0My42MDEgMTkuOTUtMS43MTMiIHN0cm9rZS13aWR0aD0iMiIvPjwvZz48L2c+PC9zdmc+);
}
.reviews-slider .slider-cell:nth-child(3n + 2) .card-img {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiNGNkRBN0UiIGN4PSI0MCIgY3k9IjQwIiByPSI0MCIvPjxwYXRoIGQ9Ik0zMC44MDQgMzYuOTE0YTk5LjM3NCA5OS4zNzQgMCAwIDEgLjA3MSAyNi4wNDV2LjAwNGwtLjMwNy0uODI0YzEuNzUzIDEuNjEgNC4xOTYgMi41MTUgNi42OCAyLjYwNCAyLjQ4Mi4wOTQgNS4wNS0uNjE4IDcuMDQxLTIuMThhLjM1Ny4zNTcgMCAwIDEgLjUuMDU2LjM1LjM1IDAgMCAxLS4wMzkuNDhjLTIuMDE3IDEuODI0LTQuNzUgMi44MDctNy41MDMgMi44OTQtMi43NTEuMDktNS42MDgtLjcwNy03Ljg1OC0yLjQ4OEwyOSA2My4xOTdsLjA4Mi0uNTE3di0uMDA0YTk4LjM1NiA5OC4zNTYgMCAwIDAgMS41MzYtMjUuNzQ0LjA5My4wOTMgMCAwIDEgLjA4Ni0uMDk5LjA5NS4wOTUgMCAwIDEgLjEuMDgiIGZpbGw9IiMxQjIwNjEiLz48cGF0aCBkPSJNNDYuOTYxIDMwLjk3Yy0uMTctLjk5My4xMjQtMi4wMi44MjktMi44OTRNNTYuMDA2IDMxLjk3YTE2LjY5IDE2LjY5IDAgMCAwLS40NzUtMy40OTVNNjQgMjguMjQyYTguODQ2IDguODQ2IDAgMCAxLTMuOTgtMy4xMzIiIHN0cm9rZT0iIzFCMjA2MSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjxwYXRoIGQ9Ik02MS43NjcgMTguMzU0YzEuMTc1IDQuMjA2LTIuMDI3IDguNzUyLTcuMTUyIDEwLjE1NC01LjEyNCAxLjQwMi0xMC4yMy0uODcxLTExLjQwNS01LjA3OCIgc3Ryb2tlPSIjMUIyMDYxIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjxwYXRoIGQ9Ik02MC45MiAxNS45OTdjMS4xNzUgNC4yMDYtMi4wMjcgOC43NTItNy4xNTEgMTAuMTU0LTUuMTI1IDEuNDAyLTEwLjIzLS44NzEtMTEuNDA2LTUuMDc4IiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjUiLz48cGF0aCBkPSJNNjEuOTMgMTRjMS4xNzQgNC4yMDctMi4wMjcgOC43NTMtNy4xNTIgMTAuMTU0LTUuMTI0IDEuNDAyLTEwLjIzLS44NzEtMTEuNDA1LTUuMDc4IiBzdHJva2U9IiNGRkYiIHN0cm9rZS13aWR0aD0iLjUiLz48L2c+PC9zdmc+);
}
.reviews-slider .slider-cell:nth-child(3n + 3) .card-img {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAiIGhlaWdodD0iODAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiNGNkRBN0UiIGN4PSI0MCIgY3k9IjQwIiByPSI0MCIvPjxwYXRoIGQ9Ik0zMi4xMiA2Mi44MzVjMS43NTIgMS42MTMgNC42NDQgMS44MiA3LjEyOCAxLjkwOCAyLjQ4Mi4wOTQgNS4wNS0uNjE4IDcuMDQxLTIuMThhLjM1Ny4zNTcgMCAwIDEgLjUuMDU2LjM1LjM1IDAgMCAxLS4wMzkuNDhjLTIuMDE3IDEuODI0LTQuNzUgMi44MDctNy41MDMgMi44OTQtMi43NTEuMDktNy43OTIuMDktOC4yNDctMi43OTYtLjQ1NS0yLjg4OCAzLjk0Ni0xMy4zOTIgNi42MTgtMjEuMjY1LjAxNS0uMDQ1LjAzNS0uMDk1LjA4Ni0uMDk5YS4wOTUuMDk1IDAgMCAxIC4xLjA4YzMuODk0IDYuMTk0LTQuNTYzIDEyLjI1LTUuNjg1IDIwLjkyMloiIGZpbGw9IiMxQjIwNjEiLz48cGF0aCBkPSJNNDYuMDU4IDI2Ljk4N2M1LjcyNyAxLjY0NiAxNi42NDMuNjAxIDE5Ljk1LTEuNzEzTTMzLjIyNCAyNy40NDVjLTUuNjM0IDEuOTQ0LTE2LjU5IDEuNDcyLTIwLjAxMy0uNjY2IiBzdHJva2U9IiMxQjIwNjEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9nPjwvc3ZnPg==);
}
@media (max-width: 991px) {
  .reviews-slider .flickity-viewport {
    overflow: visible;
  }
}
.reviews-slider .flickity-page-dots {
  bottom: -53px;
}
@media (min-width: 992px) {
  .reviews-slider .flickity-page-dots {
    display: none;
  }
}
.reviews-slider .flickity-button {
  background: none;
  box-shadow: none;
  display: none;
}
@media (min-width: 992px) {
  .reviews-slider .flickity-button {
    display: block;
    left: -4.5%;
    top: 33%;
  }
}
.reviews-slider .flickity-button svg {
  stroke: #1b2061;
  stroke-width: 2.16;
  fill: none;
  fill-rule: evenodd;
  stroke-linecap: round;
  margin: 0;
  opacity: 0.6;
}
@media (min-width: 992px) {
  .reviews-slider .flickity-button svg {
    height: 40px;
    width: 37px;
  }
  .reviews-slider .flickity-button.next {
    right: -4.5%;
  }
}
.reviews-slider .flickity-button:disabled {
  display: none;
}
.reviews-slider .card-img {
  height: 80px;
  margin: -40px auto 0;
  width: 80px;
}
.reviews-slider .stars-list {
  margin-bottom: 13px;
}
.reviews-slider h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.reviews-slider .card {
  border-radius: 0.15rem;
  box-shadow: 0 4px 6px #c7d2e1cc;
  height: 100%;
  position: relative;
}
.reviews-slider .card-body {
  padding: 10px 20px 30px;
}
@media (min-width: 576px) {
  .reviews-slider .card-body {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .reviews-slider .card-body {
    font-size: 16px;
    line-height: 1.375;
    padding: 10px 20px 28px;
  }
}
.reviews-slider .card-body p {
  font-size: 15px;
  line-height: 1.4;
}
.reviews-slider .card-body p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .reviews-slider .card-body p:last-of-type {
    margin-bottom: 12px;
  }
}
.reviews-slider p.name {
  color: #1b2061;
  font-size: 20px;
  font-weight: 700;
}
.testimonials,
.testimonials-section {
  overflow: hidden;
}
.testimonials .section-heading,
.testimonials-section .section-heading {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .testimonials .section-heading,
  .testimonials-section .section-heading {
    font-size: 34px;
    line-height: 1.235;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .testimonials .section-heading,
  .testimonials-section .section-heading {
    margin-bottom: 21px;
  }
}
.testimonials .stars-holder,
.testimonials-section .stars-holder {
  justify-content: center;
}
@media (min-width: 992px) {
  .testimonials .container,
  .testimonials-section .container {
    max-width: 970px;
  }
}
.testimonials-slider {
  margin: 0 20px;
  padding-bottom: 10px;
}
.testimonials-slider:not(.flickity-enabled) {
  display: none;
}
@media (min-width: 768px) {
  .testimonials-slider {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .testimonials-slider {
    padding-bottom: 46px;
  }
}
.testimonials-slider .flickity-slider {
  align-items: center;
  display: flex;
}
.testimonials-slider .testimonials-item {
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 14px;
  margin: 0 10px;
  padding: 22px 33px 27px;
  text-align: center;
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  .testimonials-slider .testimonials-item {
    line-height: 1.42857;
    padding: 22px 30px 27px;
    width: calc(33% - 20px);
  }
}
.testimonials-slider .testimonials-item p:last-of-type {
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .testimonials-slider .testimonials-item p:last-of-type {
    margin-bottom: 32px;
  }
}
.testimonials-slider .img-holder {
  background: #fff;
  border-radius: 50%;
  height: 48px;
  margin: 0 auto 18px;
  overflow: hidden;
  width: 48px;
}
@media (min-width: 768px) {
  .testimonials-slider .img-holder {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .testimonials-slider .img-holder {
    margin-bottom: 27px;
  }
}
.testimonials-slider .img-holder img {
  min-height: 48px;
  object-fit: cover;
}
.testimonials-slider .author {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
}
.testimonials-slider .flickity-button {
  box-shadow: none;
}
@media (max-width: 767px) {
  .testimonials-slider .flickity-button {
    height: 45px;
    width: 45px;
  }
}
.testimonials-slider .flickity-prev-next-button.previous {
  left: -13px;
}
.testimonials-slider .flickity-button.next {
  right: -13px;
}
.values-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.375;
  margin: 0 -5px;
  opacity: 0.8;
  text-align: center;
}
@media (min-width: 768px) {
  .values-list {
    line-height: 1.333;
  }
}
@media (min-width: 992px) {
  .values-list {
    display: block;
    font-size: 16px;
    line-height: 1.375;
    margin: -20px 0;
    text-align: left;
  }
}
.values-list li {
  padding: 0 5px;
  width: 33.33%;
}
@media (min-width: 992px) {
  .values-list li {
    padding: 20px 0;
    width: 100%;
  }
}
.values-list .num {
  display: block;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .values-list .num {
    line-height: 1;
    margin-bottom: 0;
  }
}
.values-list .num span {
  font-size: 19px;
}
.values-list p {
  margin: 0 auto;
  max-width: 90px;
}
@media (min-width: 768px) {
  .values-list p {
    max-width: 180px;
  }
}
@media (min-width: 992px) {
  .values-list p {
    margin: 0;
  }
}
.section-icons-menu {
  overflow-x: hidden;
}
.section-icons-menu.section {
  padding: 0;
}
.icons-menu {
  display: flex;
  font-size: 13px;
  font-weight: 500;
  min-width: 100%;
  overflow-x: auto;
  padding: 18px 10px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .icons-menu {
    font-size: 14px;
    padding: 30px 10px 25px;
  }
}
@media (min-width: 992px) {
  .icons-menu {
    min-width: 100%;
    overflow: auto;
    padding: 25px 10px;
  }
}
.icons-menu li {
  margin: 0 10px;
}
.icons-menu li:first-child {
  margin-left: auto;
}
.icons-menu li:last-child {
  margin-right: auto;
}
@media (min-width: 576px) {
  .icons-menu li.item-one-third {
    min-width: 120px;
  }
}
@media (max-width: 767px) {
  .icons-menu li.item-one-third {
    width: 33.33333%;
  }
}
@media (min-width: 768px) {
  .icons-menu li {
    margin: 0 30px;
  }
}
.icons-menu li.active a {
  color: #1b2061;
}
.icons-menu li.active svg path {
  stroke: #1b2061;
}
.icons-menu a {
  align-items: center;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4px;
  transition: color 0.15s linear;
  white-space: nowrap;
}
.icons-menu a:hover {
  color: #1b2061;
}
.icons-menu .icon-holder {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
  max-width: 50px;
  min-height: 60px;
}
@media (min-width: 768px) {
  .icons-menu .icon-holder {
    margin-bottom: 10px;
    max-width: 65px;
  }
}
.icons-menu svg path {
  transition: stroke 0.15s linear;
}
.contact-form .container {
  max-width: 100%;
  padding: 0 24px;
}
@media (min-width: 992px) {
  .contact-form .container {
    max-width: 1260px;
    padding: 0 30px;
  }
}
.contact-form .heading-holder {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-form .heading-holder {
    max-width: 594px;
  }
}
@media (min-width: 992px) {
  .contact-form .heading-holder {
    margin-bottom: 35px;
    max-width: 890px;
  }
}
.contact-form .heading-holder .h3 {
  font-size: 26px;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-form .heading-holder .h3 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  .contact-form .heading-holder .h3 {
    margin-bottom: 30px;
  }
}
.contact-form .heading-holder p {
  font-size: 16px;
  line-height: 1.375;
}
.contact-form .heading-holder a {
  font-weight: 500;
}
.contactus-form textarea.form-control {
  margin-bottom: 28px;
  max-width: 560px;
  min-height: 202px;
  padding: 17px 16px;
}
@media (min-width: 768px) {
  .contactus-form textarea.form-control {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .contactus-form textarea.form-control {
    max-width: 780px;
    min-height: 308px;
    padding-top: 27px;
  }
}
.contactus-form .form-control {
  margin-bottom: 22px;
  max-width: 330px;
  padding: 12px 16px;
}
.contactus-form .btn,
.contactus-form input[type="submit"] {
  max-width: 100%;
  text-transform: none;
  width: 100%;
}
@media (min-width: 576px) {
  .contactus-form .btn,
  .contactus-form input[type="submit"] {
    max-width: 300px;
  }
}
.contactus-form .btn.disabled,
.contactus-form input[type="submit"].disabled {
  max-width: 357px;
}
@media (max-width: 576px) {
  .contactus-form .btn.disabled,
  .contactus-form input[type="submit"].disabled {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.template-captcha .shopify-challenge__container {
  margin-bottom: 50px;
  margin-top: 5%;
  text-align: center;
}
@media (min-width: 768px) {
  .template-captcha .shopify-challenge__container {
    margin-bottom: 100px;
  }
}
.template-captcha .shopify-challenge__container .shopify-challenge__error {
  padding-left: 0;
}
.template-captcha .shopify-challenge__container .shopify-challenge__button {
  background: #c4dcf1;
  border-color: #c4dcf1;
  color: #1b2061;
}
.template-captcha
  .shopify-challenge__container
  .shopify-challenge__button:active,
.template-captcha
  .shopify-challenge__container
  .shopify-challenge__button:active:focus,
.template-captcha
  .shopify-challenge__container
  .shopify-challenge__button:focus,
.template-captcha
  .shopify-challenge__container
  .shopify-challenge__button:hover {
  background: #c8d6fa;
  border-color: #c8d6fa;
  box-shadow: none;
}
.card-account {
  background: #f0f2f3;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 10px;
  min-height: 225px;
  padding: 40px 34px;
  position: relative;
}
@media (min-width: 768px) {
  .card-account {
    height: 100%;
  }
}
.card-account .text-holder {
  text-align: left;
}
.card-account .btn-holder {
  margin-top: auto;
}
.card-account .h4 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
}
.card-account p {
  font-size: 14px;
  line-height: 1.5;
}
.card-account .btn.btn-link {
  color: #2e2e2e;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
}
.card-account .btn.btn-link:hover {
  text-decoration: none;
}
.card-account .badge.badge-primary {
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  padding: 5px 8px;
  position: absolute;
  right: 0;
  top: 0;
}
.section-order-history .h3 {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .my-account .row {
    margin: 0 -30px;
  }
  .my-account [class*="col-"] {
    padding: 0 30px;
  }
}
.my-account .card-account {
  height: auto;
  min-height: auto;
  padding-bottom: 50px;
}
.address-form {
  height: 0;
  opacity: 0;
  transition: opacity 0.15s linear, visibility 0.15s linear, height 0.15s linear;
  visibility: hidden;
}
.address-form.active {
  height: auto;
  opacity: 1;
  visibility: visible;
}
.address-form .form-control {
  padding: 11px 0.9375rem;
}
.address-form .custom-control {
  font-size: 12px;
}
.address-form .custom-control-label:after,
.address-form .custom-control-label:before {
  border-radius: 5px !important;
  height: 17px;
  top: -1px;
}
.section-account.section {
  padding: 45px 0;
}
@media (min-width: 992px) {
  .section-account.section {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .section-account .container {
    max-width: 100%;
    padding: 0 24px;
  }
}
@media (max-width: 1199px) {
  .section-account .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .section-account .container {
    max-width: 1270px;
  }
}
.section-account .h2 {
  font-size: 26px;
}
@media (min-width: 992px) {
  .section-account .h2 {
    font-size: 34px;
  }
}
.section-account .h2,
.section-account .h4 {
  font-weight: 600;
}
.section-account .h3 {
  margin-bottom: 20px;
}
.section-account .btn-support {
  display: none;
}
.section-account .featured-icons .ship-list {
  margin: 0 -5px;
}
.table-orders {
  color: #2e2e2e;
}
.table-orders.table td,
.table-orders.table th {
  padding: 29px 10px;
  vertical-align: middle;
}
.table-orders.table th {
  border-top: none;
  color: #1b2061;
  font-size: 14px;
  padding: 13px 10px 5px;
  text-align: center;
}
.table-orders.table td {
  font-size: 12px;
  text-align: center;
}
.table-orders [data-label="Order"] .btn.btn-link {
  color: #2e2e2e;
  font-size: 12px;
  font-weight: 500;
}
.table-orders .badge {
  border-radius: 8px;
  color: #1b2061;
  font-weight: 500;
  line-height: 1;
  padding: 10px 10px 7px;
  text-transform: capitalize;
}
.table-orders .badge.badge-light {
  background: #ffebca;
}
.table-orders .badge.badge-success {
  background: #e9faec;
}
.account-sublink {
  font-size: 12px;
  font-weight: 500;
}
.account-sublink:hover a {
  color: #21327c;
  text-decoration: none;
}
.account-sublink:hover svg path {
  fill: #21327c;
}
.account-sublink a {
  font-weight: 500;
}
.account-sublink span {
  margin-top: -3px;
  padding-right: 4px;
}
.account-sublink svg {
  height: 16px;
  margin-top: -3px;
  width: 14px;
}
.account-sublink svg path {
  fill: #1b2061;
  transition: fill 0.15s linear;
}
.table-responsive-holder .table-responsive .table {
  min-width: 600px;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .table-responsive-holder .table-responsive .table {
    min-width: auto;
    overflow: hidden;
  }
}
.table-responsive-holder .table-responsive::-webkit-scrollbar {
  border-radius: 6px;
  height: 6px;
  overflow-x: auto;
  width: 6px;
}
.table-responsive-holder .table-responsive::-webkit-scrollbar-track {
  background: #d8d8d8;
  border-radius: 6px;
  margin: 0 70px;
  overflow-x: auto;
}
@media (min-width: 576px) {
  .table-responsive-holder .table-responsive::-webkit-scrollbar-track {
    margin: 0 150px;
  }
}
@media (min-width: 768px) {
  .table-responsive-holder .table-responsive::-webkit-scrollbar-track {
    margin: 0 250px;
  }
}
.table-responsive-holder .table-responsive::-webkit-scrollbar-thumb {
  background-color: #1b2061;
  border-radius: 6px;
  outline: none;
  overflow-x: auto;
}
.order-discount--list li {
  list-style: none;
}
.order-discount--list li svg {
  margin-right: 6px;
}
.guest-login input[type="submit"] {
  margin-top: 30px;
}
section.section-login {
  padding: 40px 0 70px;
}
@media (min-width: 992px) {
  section.section-login {
    padding: 70px 0 100px;
  }
}
@media (min-width: 768px) {
  section.section-login .container {
    max-width: 668px;
  }
}
@media (max-width: 767px) {
  section.section-login .container {
    padding: 0 24px;
  }
}
@media (max-width: 991px) {
  section.section-login .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  section.section-login .container [class*="col-"] {
    padding: 0 30px;
  }
}
section.section-login .h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  section.section-login .h4 {
    font-size: 20px;
  }
}
section.section-login p {
  font-size: 14px;
}
section.section-login .register-form input[type="submit"] + p {
  font-size: 12px;
  line-height: 1.33;
  margin: 0 auto;
  max-width: 340px;
}
section.section-login .form-action-msg {
  color: #1b2061;
  text-align: center;
}
section.section-login .form-action-msg .success-form-action-msg {
  color: #398986;
  display: none;
}
section.section-login .form-action-msg .error-form-action-msg {
  color: #2e2e2e;
  display: none;
}
section.section-login .form-action-msg svg {
  margin-bottom: 2px;
}
.form-message--error {
  font-size: 14px;
}
#RecoverPasswordForm {
  font-size: 14px;
  line-height: 18px;
  max-width: 412px;
  width: 100%;
}
#RecoverHeading {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 15px;
  text-transform: uppercase;
}
#RecoverEmail {
  margin-bottom: 34px;
  margin-top: 34px;
}
@media (min-width: 768px) {
  #RecoverEmail {
    margin-bottom: 48px;
  }
}
#HideRecoverPasswordLink {
  background-color: #ececee;
  border-color: #ececee;
  color: #0e0e0e;
  text-transform: uppercase;
}
#shopify-section-account-login-and-register .account-page-tabs .nav {
  justify-content: space-between;
}
#shopify-section-account-login-and-register .account-page-tabs .nav-item {
  margin: 0;
  width: 33.3333333%;
}
@media (min-width: 576px) {
  #shopify-section-account-login-and-register .account-page-tabs .nav-item {
    margin: 0;
  }
}
@media (min-width: 768px) {
  #shopify-section-account-login-and-register .account-page-tabs .nav-item {
    margin: 0;
  }
}
@media (min-width: 992px) {
  #shopify-section-account-login-and-register .account-page-tabs .nav-item {
    font-size: 16px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  #shopify-section-account-login-and-register .account-page-tabs .nav-item {
    margin: 0;
  }
}
#shopify-section-account-login-and-register .account-page-tabs .nav-item a {
  align-items: center;
  display: flex;
  font-size: 14px;
  justify-content: center;
  min-height: 44px;
  padding: 0;
}
@media (min-width: 768px) {
  #shopify-section-account-login-and-register .account-page-tabs .nav-item a {
    font-size: 16px;
  }
}
#shopify-section-account-login-and-register .account-page-tabs .tab-content {
  margin: 0;
  padding-top: 40px;
}
@media (min-width: 768px) {
  #shopify-section-account-login-and-register .account-page-tabs .tab-content {
    padding-top: 34px;
  }
}
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  form
  .btn,
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  form
  .form-control {
  margin: 0 auto 24px;
  max-width: 412px;
}
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  form
  .btn {
  display: block;
}
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  form
  .information-msg {
  color: #2e2e2e;
  margin: 0 auto;
  max-width: 340px;
}
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  form
  .information-msg
  a {
  color: #2e2e2e;
}
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  #pp-tracking-page-app:after,
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  #pp-tracking-page-app:before {
  content: none;
}
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  .tab-pane.active
  #pp-tracking-page-app {
  height: auto;
  overflow: initial;
}
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  #pp-tracking-page-app {
  height: 0;
  overflow: hidden;
  position: relative;
  top: -15px;
}
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  #pp-tracking-page-app
  .pp_tracking_content {
  margin: 0;
  padding: 0;
}
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  #pp-tracking-page-app
  .pp_tracking_content
  .pp_tracking_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  #shopify-section-account-login-and-register
    .account-page-tabs
    .tab-content
    #pp-tracking-page-app
    .pp_tracking_content
    .pp_tracking_title {
    font-size: 20px;
  }
}
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  #pp-tracking-page-app
  .pp_tracking_content
  .pp_tracking_form_in {
  max-width: none !important;
  width: 100% !important;
}
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  #pp-tracking-page-app
  .pp_tracking_content
  .pp_tracking_form_in
  .pp_tracking_form {
  max-width: none !important;
}
@media (min-width: 768px) {
  #shopify-section-account-login-and-register
    .account-page-tabs
    .tab-content
    #pp-tracking-page-app
    .pp_tracking_content
    .pp_tracking_form_in
    .pp_tracking_form {
    max-width: 412px !important;
  }
}
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  #pp-tracking-page-app
  .pp_tracking_content
  .pp_tracking_form_in
  .pp_tracking_form
  .pp_tracking_parent {
  position: relative;
}
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  #pp-tracking-page-app
  .pp_tracking_content
  .pp_tracking_form_in
  .pp_tracking_form
  .pp_tracking_parent
  .pp_tracking_span {
  margin: 0;
}
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  #pp-tracking-page-app
  .pp_tracking_content
  .pp_tracking_form_in
  .pp_tracking_form
  .pp_tracking_parent
  .pp_tracking_span
  span {
  color: #8a8db0;
}
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  #pp-tracking-page-app
  .pp_tracking_content
  .pp_tracking_form_in
  .pp_tracking_form
  .pp_tracking_parent
  .pp_tracking_input
  .PP-TextField__Input {
  background: #fff;
  border: 1px solid #e1e4e6;
  box-sizing: border-box;
  margin: 0;
}
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  #pp-tracking-page-app
  .pp_tracking_content
  .pp_tracking_form_in
  .pp_tracking_form
  .pp_tracking_button {
  margin-top: 48px;
}
#shopify-section-account-login-and-register
  .account-page-tabs
  .tab-content
  #pp-tracking-page-app
  .pp_tracking_content
  .pp_tracking_form_in
  .pp_tracking_form
  .pp_tracking_button
  .pp-button-enter {
  border-radius: 8px;
  font-size: 12px;
  width: 100%;
}
@media (min-width: 992px) {
  #shopify-section-account-login-and-register
    .account-page-tabs
    .tab-content
    #pp-tracking-page-app
    .pp_tracking_content
    .pp_tracking_form_in
    .pp_tracking_form
    .pp_tracking_button
    .pp-button-enter {
    font-size: 15px;
  }
  #shopify-section-account-login-and-register
    .account-page-tabs
    .tab-content
    #pp-tracking-page-app
    .pp_tracking_content
    .pp_tracking_result {
    left: 50%;
    min-width: 960px;
    position: relative;
    transform: translate(-50%);
  }
}
@media (min-width: 1200px) {
  #shopify-section-account-login-and-register
    .account-page-tabs
    .tab-content
    #pp-tracking-page-app
    .pp_tracking_content
    .pp_tracking_result {
    min-width: 1140px;
  }
}
@media (min-width: 1500px) {
  #shopify-section-account-login-and-register
    .account-page-tabs
    .tab-content
    #pp-tracking-page-app
    .pp_tracking_content
    .pp_tracking_result {
    min-width: 1200px;
  }
}
@media (min-width: 992px) {
  .bundle-table .container {
    max-width: 1250px;
  }
  .bundle-table .boxes-holder {
    max-width: 1200px;
  }
}
.bundle-table .icon svg {
  max-width: 24px;
  width: 100%;
}
@media (min-width: 992px) {
  .bundle-table .icon svg {
    max-width: 30px;
  }
}
.bundle-table .dash {
  color: gray;
}
.bundle-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.bundle-table .table-striped tbody tr:nth-of-type(2n) {
  background-color: #f5f5f5;
}
.table thead .bundle-table-heading th {
  border: none;
  color: #1b2061;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 8px 15px;
  text-align: center;
  vertical-align: top;
}
.table thead .bundle-table-heading th:not(:first-child) {
  min-width: 130px;
  width: 21%;
}
@media (min-width: 992px) {
  .table thead .bundle-table-heading th:not(:first-child) {
    width: 21.4%;
  }
}
@media (min-width: 768px) {
  .table thead .bundle-table-heading th {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .table thead .bundle-table-heading th {
    font-size: 18px;
    padding: 10px 34px 8px;
  }
}
.table thead .bundle-table-heading .badge.badge-primary {
  padding: 5px 8px;
  position: absolute;
  right: -6px;
  top: 0;
}
@media (min-width: 992px) {
  .table thead .bundle-table-heading .badge.badge-primary {
    font-size: 14px;
    padding: 11px 10px;
    right: 20px;
  }
}
.table thead .bundle-table-heading .img-holder {
  margin-bottom: 5px;
  position: relative;
}
@media (min-width: 992px) {
  .table thead .bundle-table-heading .img-holder {
    margin-bottom: 26px;
  }
}
.table thead .bundle-table-heading .img-holder .img-overflow {
  border-radius: 50%;
  height: 100px;
  margin: 0 auto;
  overflow: hidden;
  width: 100px;
}
@media (min-width: 992px) {
  .table thead .bundle-table-heading .img-holder .img-overflow {
    height: 160px;
    width: 160px;
  }
}
.table thead .bundle-table-heading .img-holder img {
  object-fit: cover;
}
.bundle-table-product td,
.bundle-table-product th {
  border: none;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}
.bundle-table-product th {
  font-size: 9px;
  font-weight: 500;
  line-height: 1.15;
  min-width: 82px;
  padding: 3px 0 3px 5px;
  text-align: left;
}
@media (min-width: 768px) {
  .bundle-table-product th {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .bundle-table-product th {
    font-size: 13px;
    padding-left: 16px;
    width: 183px;
  }
}
.bundle-table-product td {
  color: #1b2061;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .bundle-table-product td {
    font-size: 20px;
  }
}
.bundle-table-product td:first-child {
  text-align: left;
}
.bundle-table-product td > div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 70px;
  justify-content: center;
  padding: 12px 5px;
}
@media (min-width: 992px) {
  .bundle-table-product td > div {
    height: 100px;
  }
}
.bundle-table-product .icon-holder {
  margin-bottom: 4px;
  max-width: 48px;
}
@media (min-width: 992px) {
  .bundle-table-product .icon-holder {
    margin-bottom: 15px;
    max-width: 76px;
  }
}
.bundle-table-product .icon-holder svg {
  width: 100%;
}
.announcement-bar-holder {
  position: relative;
  transition: background-color 0.15s linear, 1s linear 0.15s;
  width: 100%;
  z-index: 11;
}
@media (min-width: 992px) {
  .announcement-bar-holder > .container-fluid,
  .announcement-bar-holder > .container-lg,
  .announcement-bar-holder > .container-md,
  .announcement-bar-holder > .container-sm,
  .announcement-bar-holder > .container-xl {
    max-width: 1572px;
  }
}
.announcement-bar-holder.countdown-removed .announcement-bar-content {
  top: auto;
}
.announcement-bar-holder.countdown-removed countdown-section {
  display: none;
}
.announcement-bar-holder .market-switcher .active-market .ms-icon-holder {
  border: none;
}
.announcement-bar-holder .market-switcher .ms-icon-holder {
  height: 16px;
  width: 25px;
}
.announcement-bar-holder .market-switcher .ms-icon-holder svg {
  height: inherit;
  width: inherit;
}
.announcement-bar {
  align-items: center;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  justify-content: center;
  min-height: 50px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translateY(0);
  transition: all 1s linear;
  visibility: hidden;
  width: 100%;
}
@media (min-width: 475px) {
  .announcement-bar {
    min-height: 40px;
  }
}
@media (min-width: 768px) {
  .announcement-bar {
    font-size: 13px;
    font-weight: 700;
    padding: 8px 9px;
  }
}
@media (min-width: 992px) {
  .announcement-bar {
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .announcement-bar {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.announcement-bar.active {
  -webkit-animation: fade 1s ease-in forwards;
  animation: fade 1s ease-in forwards;
  opacity: 1;
  position: static;
  visibility: visible;
}
.announcement-bar p {
  margin-bottom: 0;
}
.announcement-bar .announcement-bar-content {
  font-size: 12px;
  padding: 0 10px;
  position: relative;
  top: -7px;
  width: 100%;
}
@media (min-width: 576px) {
  .announcement-bar .announcement-bar-content {
    width: auto;
  }
}
@media (min-width: 768px) {
  .announcement-bar .announcement-bar-content {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .announcement-bar .announcement-bar-content {
    font-size: 13px;
    max-width: 68%;
    top: auto;
  }
}
.announcement-bar .announcement-bar-content .announcement-bar-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.announcement-bar .announcement-bar-content .announcement-bar-icon-left {
  left: 7px;
}
@media (min-width: 1200px) {
  .announcement-bar .announcement-bar-content .announcement-bar-icon-left {
    left: -60px;
  }
}
.announcement-bar .announcement-bar-content .announcement-bar-icon-right {
  right: 10px;
}
@media (min-width: 1200px) {
  .announcement-bar .announcement-bar-content .announcement-bar-icon-right {
    right: -60px;
  }
}
@media (min-width: 992px) {
  .market-switcher {
    height: 100%;
    left: 40px;
    margin-top: 0;
    min-width: 250px;
    position: absolute;
    top: 0;
    transform: translateY(0);
    transition: transform 0.15s linear;
    z-index: 10;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .market-switcher {
    left: 40px;
  }
}
@media (min-width: 1440px) {
  .market-switcher {
    left: 80px;
  }
}
.market-switcher.show .markets-list {
  max-height: 500px;
}
@media (min-width: 992px) {
  .market-switcher.show .markets-list {
    box-shadow: 0 2px 2px #0000001a;
  }
}
.market-switcher.show .chevron-icon {
  transform: rotateX(180deg);
}
.market-switcher .active-market {
  align-items: center;
  color: #1b2061;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}
@media (min-width: 992px) {
  .market-switcher .active-market {
    color: #fff;
    padding: 0;
  }
}
.market-switcher .active-market .ms-icon-holder {
  border: 1px solid #1b2061;
  border-radius: 18px;
  display: flex;
  margin-top: 0;
  padding: 1px;
}
@media (min-width: 992px) {
  .market-switcher .active-market .ms-icon-holder {
    border: 1px solid #fff;
  }
}
.market-switcher .ms-icon-holder {
  height: 18px;
  margin-right: 12px;
  margin-top: 1px;
  text-align: center;
  width: 18px;
}
@media (min-width: 992px) {
  .market-switcher .ms-icon-holder {
    height: 22px;
    margin-right: 8px;
    width: 22px;
  }
}
.market-switcher .ms-icon-holder svg {
  height: 14px;
  width: 14px;
}
.market-switcher .chevron-icon {
  position: absolute;
  right: 0;
  top: 12px;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .market-switcher .chevron-icon {
    display: none;
    top: 11px;
  }
}
.market-switcher .chevron-icon svg {
  height: 7px;
}
@media (max-width: 991px) {
  .market-switcher .chevron-icon svg path {
    stroke: #1b2061;
  }
}
.market-switcher .markets-list {
  background: #fff;
  color: #1b2061;
  font-weight: 500;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, box-shadow 0.5s ease-in-out,
    padding-top 0.5s ease-in-out, padding-bottom 0.5s ease-in-out;
}
@media (min-width: 992px) {
  .market-switcher .markets-list {
    left: 0;
    padding-top: 0;
    position: absolute;
    top: 100%;
  }
}
.market-switcher .markets-list li {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  line-height: 1.2;
  padding: 4px 23px 4px 22px;
  transition: background 0.15s linear;
}
.market-switcher .markets-list li:last-child {
  padding-bottom: 11px;
}
@media (min-width: 992px) {
  .market-switcher .markets-list li {
    padding-left: 14px;
    padding-top: 6px;
  }
  .market-switcher .markets-list li:hover {
    background: #eaeaea;
  }
}
.market-switcher .markets-list li span {
  pointer-events: none;
}
.market-switcher .markets-list li .ms-current-market-title {
  position: relative;
}
.market-switcher .markets-list .ms-icon-holder {
  margin-right: 12px;
}
@media (min-width: 992px) {
  .market-switcher .markets-list .ms-icon-holder {
    margin-right: 6px;
  }
}
.market-switcher.open {
  height: auto;
}
.countdown-with-login {
  bottom: 2px;
  display: inline-flex;
  font-size: 11px;
  justify-content: center;
  left: 50%;
  min-width: 300px;
  position: absolute;
  transform: translate(-50%);
}
@media (min-width: 992px) {
  .countdown-with-login {
    bottom: auto;
    font-size: 12px;
    left: auto;
    min-width: auto;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1440px) {
  .countdown-with-login {
    right: 80px;
  }
}
.countdown-with-login countdown-section {
  bottom: 2px;
  color: #fff;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  min-width: 300px;
}
@media (min-width: 992px) {
  .countdown-with-login countdown-section {
    min-width: auto;
  }
}
@media (min-width: 1440px) {
  .countdown-with-login countdown-section {
    border-right: 1px solid #fff;
    font-weight: 500;
    margin-right: 12px;
    padding-right: 12px;
  }
}
.countdown-with-login countdown-section .hour,
.countdown-with-login countdown-section .minute,
.countdown-with-login countdown-section .second {
  display: flex;
  justify-content: end;
}
.countdown-with-login .announcement-bar-login-link {
  display: none;
}
@media (min-width: 1440px) {
  .countdown-with-login .announcement-bar-login-link {
    display: flex;
  }
}
.countdown-with-login .announcement-bar-login-link a {
  color: #fff;
  font-weight: 500;
  line-height: 12px;
}
.countdown-with-login .announcement-bar-login-link a svg {
  margin-right: 5px;
}
.banner-and-text img,
.banner-with-subscription-popup img {
  width: 100%;
}
.banner-and-text .text-holder,
.banner-with-subscription-popup .text-holder {
  margin: 18px auto 0;
}
@media (min-width: 768px) {
  .banner-and-text .text-holder,
  .banner-with-subscription-popup .text-holder {
    margin: 20px auto 0;
  }
}
@media (min-width: 992px) {
  .banner-and-text .text-holder,
  .banner-with-subscription-popup .text-holder {
    margin: 34px auto 0;
  }
}
.banner-and-text .text-holder .full-title,
.banner-with-subscription-popup .text-holder .full-title {
  font-weight: 600;
  margin-bottom: 14px;
}
@media (max-width: 991px) {
  .banner-and-text .text-holder .full-title,
  .banner-with-subscription-popup .text-holder .full-title {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .banner-and-text .text-holder .full-title,
  .banner-with-subscription-popup .text-holder .full-title {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .banner-and-text .text-holder .full-title,
  .banner-with-subscription-popup .text-holder .full-title {
    font-size: 34px;
  }
}
.banner-and-text .text-holder .title-desc,
.banner-with-subscription-popup .text-holder .title-desc {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .banner-and-text .text-holder .title-desc,
  .banner-with-subscription-popup .text-holder .title-desc {
    max-width: 85%;
  }
}
@media (min-width: 768px) {
  .banner-and-text .text-holder .title-desc,
  .banner-with-subscription-popup .text-holder .title-desc {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .banner-and-text .text-holder .title-desc,
  .banner-with-subscription-popup .text-holder .title-desc {
    max-width: 65%;
  }
}
@media (min-width: 1200px) {
  .banner-and-text .text-holder .title-desc,
  .banner-with-subscription-popup .text-holder .title-desc {
    max-width: 55%;
  }
}
@media (min-width: 992px) {
  .banner-and-text .text-holder a.btn,
  .banner-with-subscription-popup .text-holder a.btn {
    min-width: 344px;
  }
}
.template-index .banner-and-text .section,
.template-index .banner-with-subscription-popup .section {
  padding: 0 0 25px;
}
@media (min-width: 992px) {
  .template-index .banner-and-text .section,
  .template-index .banner-with-subscription-popup .section {
    padding: 40px 0;
  }
}
.template-index .banner-and-text .full-title,
.template-index .banner-with-subscription-popup .full-title {
  font-weight: 600;
}
@media (min-width: 992px) {
  .template-index .banner-and-text .title-desc,
  .template-index .banner-with-subscription-popup .title-desc {
    font-size: 17px;
  }
  .template-index .banner-and-text .text-holder .btn.btn-primary,
  .template-index
    .banner-with-subscription-popup
    .text-holder
    .btn.btn-primary {
    min-width: 344px;
  }
  .information-cards .section {
    padding: 55px 0;
  }
}
.information-cards .container {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .information-cards .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .information-cards .container {
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  .information-cards .container {
    max-width: 1290px;
    padding: 0 30px;
  }
}
.information-cards .full-title,
.information-cards .title-desc {
  margin-bottom: 24px;
  max-width: 560px;
}
@media (max-width: 576px) {
  .information-cards .full-title,
  .information-cards .title-desc {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .information-cards .full-title,
  .information-cards .title-desc {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .information-cards .full-title,
  .information-cards .title-desc {
    max-width: 650px;
  }
}
.information-cards .title-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .information-cards .title-desc {
    margin-bottom: 48px;
  }
  .information-cards .row {
    margin: 0 -24px;
  }
}
@media (min-width: 992px) {
  .information-cards .row {
    margin: 0 -10px;
  }
}
@media (min-width: 768px) {
  .information-cards [class*="col-"] {
    min-height: 100%;
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .information-cards [class*="col-"] {
    padding: 0 10px;
  }
}
.information-cards [class*="col-"]:last-of-type .information-card.card {
  margin-bottom: 0;
}
.information-card.card {
  border-radius: 0;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .information-card.card {
    height: 100%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .information-card.card {
    flex-direction: row;
    height: auto;
    padding: 30px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .information-card.card {
    align-items: center;
  }
}
.information-card.card .card-title {
  font-size: 20px;
  line-height: 1.2727;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .information-card.card .card-title {
    font-size: 22px;
  }
  .information-card.card .card-img-holder {
    margin-right: 30px;
    width: calc(60% - 30px);
  }
}
.information-card.card .card-img {
  border-radius: 0;
  width: 100%;
}
.information-card.card .card-body {
  padding: 24px 20px;
}
@media (min-width: 768px) {
  .information-card.card .card-body {
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .information-card.card .card-body {
    padding: 0;
    text-align: right;
    width: 40%;
  }
}
.information-card.card .card-body p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .information-card.card .card-body p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .information-card.card .card-body p {
    font-size: 16px;
  }
}
.product-page-text-and-image .section {
  padding: 14px 0 0;
}
@media (min-width: 768px) {
  .product-page-text-and-image .section {
    padding: 54px 0 0;
  }
}
@media (min-width: 992px) {
  .product-page-text-and-image .section {
    padding: 104px 0 0;
  }
}
.product-page-text-and-image img {
  width: 100%;
}
.product-page-text-and-image .text-holder .text-holder-content {
  margin: 0 24px;
  max-width: 560px;
  padding: 0;
}
.product-page-text-and-image .text-holder .text-holder-content h2 {
  margin: 0 auto 25px;
}
@media (min-width: 576px) {
  .product-page-text-and-image .text-holder .text-holder-content h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .product-page-text-and-image .text-holder .text-holder-content h2 {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .product-page-text-and-image .text-holder .text-holder-content h2 {
    max-width: 728px;
  }
}
.product-page-text-and-image .text-holder .text-holder-content p {
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .product-page-text-and-image .text-holder .text-holder-content p {
    margin-bottom: 50px;
    max-width: 728px;
  }
}
@media (min-width: 992px) {
  .product-page-text-and-image .text-holder .text-holder-content p {
    max-width: 900px;
  }
}
@media (min-width: 768px) {
  .product-page-text-and-image .text-holder .text-holder-content {
    margin: 0 30px;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .product-page-text-and-image .text-holder .text-holder-content {
    max-width: 1200px;
  }
}
.hero .section {
  overflow: hidden;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .hero .section {
    padding-top: 30px;
  }
}
@media (min-width: 992px) {
  .hero .section {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .hero .section {
    padding-top: 70px;
  }
}
.hero .container {
  padding: 0 24px;
}
@media (min-width: 768px) {
  .hero .container {
    padding: 0 30px;
  }
}
.hero .img-holder {
  overflow: hidden;
}
.hero .img-holder img {
  width: 100%;
}
@media (min-width: 768px) {
  .hero .img-50 {
    max-width: 900px;
  }
}
.hero .full-title,
.hero .text,
.hero .title-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .hero .full-title,
  .hero .text,
  .hero .title-desc {
    max-width: 728px;
  }
}
@media (min-width: 992px) {
  .hero .full-title,
  .hero .text,
  .hero .title-desc {
    margin-bottom: 16px;
  }
  .hero a.btn {
    min-width: 344px;
  }
  .hero .title-desc {
    margin-bottom: 24px;
  }
}
.product-page-grid-of-blocks .section {
  padding: 22px 0;
}
@media (min-width: 768px) {
  .product-page-grid-of-blocks .section {
    padding: 70px 0 45px;
  }
}
.product-page-grid-of-blocks .container {
  padding: 0 24px;
}
@media (min-width: 768px) {
  .product-page-grid-of-blocks .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .product-page-grid-of-blocks .container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .product-page-grid-of-blocks .container {
    max-width: 1260px;
  }
}
@media (max-width: 576px) {
  .product-page-grid-of-blocks .full-title {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    text-align: left;
  }
  .product-page-grid-of-blocks .section-heading .full-title {
    text-align: center;
  }
}
.product-page-grid-of-blocks .promo-grid-block {
  padding-bottom: 38px;
}
@media (min-width: 1200px) {
  .product-page-grid-of-blocks .promo-grid-block {
    margin: 0;
  }
}
.product-page-grid-of-blocks .promo-grid-block:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .product-page-grid-of-blocks .promo-grid-block:nth-child(2n + 2) .img-holder {
    margin: 0;
  }
}
.product-page-grid-of-blocks .promo-grid-block .text-holder {
  font-size: 16px;
  line-height: 1.375;
  max-width: 560px;
  padding: 0;
}
@media (min-width: 768px) {
  .product-page-grid-of-blocks .promo-grid-block .text-holder {
    max-width: 728px;
  }
}
@media (min-width: 992px) {
  .product-page-grid-of-blocks .promo-grid-block .text-holder {
    margin: 0 auto;
    max-width: 420px;
  }
}
.product-page-grid-of-blocks .promo-grid-block .text-holder .half-title {
  margin: initial;
  padding: 12px 0;
  text-align: left;
}
@media (min-width: 992px) {
  .product-page-grid-of-blocks .promo-grid-block .text-holder .half-title {
    padding: 0 0 16px;
    text-align: center;
  }
}
.product-page-grid-of-blocks .promo-grid-block .text-holder .title-desc {
  margin: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .product-page-grid-of-blocks .promo-grid-block .text-holder .title-desc {
    max-width: 728px;
  }
}
@media (min-width: 992px) {
  .product-page-grid-of-blocks .promo-grid-block .text-holder .title-desc {
    max-width: 420px;
    text-align: center;
  }
}
.product-page-grid-of-blocks .promo-grid-block .text-holder .btn {
  margin-top: 30px;
}
.product-page-grid-of-blocks .promo-grid-block .text-holder .custom-numbers {
  color: #1b2061;
  font-size: 26px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-page-grid-of-blocks .promo-grid-block .text-holder .custom-numbers {
    font-size: 34px;
  }
}
.product-page-grid-of-blocks .promo-grid-block .img-holder {
  margin: 0 -24px 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .product-page-grid-of-blocks .promo-grid-block .img-holder {
    margin: 0 -30px 10px;
  }
}
@media (min-width: 992px) {
  .product-page-grid-of-blocks .promo-grid-block .img-holder {
    margin: 0;
    text-align: center;
  }
}
.product-page-grid-of-blocks .promo-grid-block .img-holder img {
  width: 100%;
}
@media (min-width: 992px) {
  .product-page-grid-of-blocks .promo-grid-block .img-holder img {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .product-page-grid-of-blocks .promo-grid-block .img-holder img {
    max-width: 100%;
  }
}
.product-page-grid-of-blocks .promo-grid-block .icon-holder {
  margin-bottom: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .product-page-grid-of-blocks .promo-grid-block .icon-holder {
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
  }
}
.content-and-cols .section {
  padding: 46px 0 25px;
}
@media (min-width: 768px) {
  .content-and-cols .section {
    padding: 92px 0 20px;
  }
  .content-and-cols .section.less-margin {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .content-and-cols .section:not(.less-margin) {
    margin-bottom: 30px;
    padding-bottom: 40px;
  }
}
.content-and-cols .container {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .content-and-cols .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .content-and-cols .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .content-and-cols .container {
    max-width: 1255px;
  }
}
.content-and-cols .half-title,
.content-and-cols .title-desc {
  margin: 0;
  max-width: none;
  padding: 0;
}
@media (min-width: 768px) {
  .content-and-cols .half-title,
  .content-and-cols .title-desc {
    max-width: 728px;
  }
}
.content-and-cols .half-title {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .content-and-cols .half-title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .content-and-cols .half-title {
    font-size: 34px;
  }
}
.content-and-cols .img-holder {
  margin: 24px 0 0;
}
.content-and-cols .img-holder img {
  width: 100%;
}
.content-and-cols .content-cols {
  padding-top: 55px;
}
@media (min-width: 576px) {
  .content-and-cols .content-cols {
    padding-top: 75px;
  }
}
@media (min-width: 768px) {
  .content-and-cols .content-cols {
    padding-top: 35px;
  }
}
@media (min-width: 992px) {
  .content-and-cols .content-cols {
    padding-top: 45px;
  }
}
.content-and-cols .content-cols [class*="col"] {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .content-and-cols .content-cols [class*="col"] {
    margin-bottom: 30px;
  }
}
.content-and-cols .content-cols [class*="col"]:last-of-type {
  margin-bottom: 0;
}
.content-and-cols .content-cols .half-title {
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  .content-and-cols .content-cols .half-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .content-and-cols .content-cols .half-title {
    margin-bottom: 40px;
  }
}
.content-and-cols .content-cols img {
  margin-bottom: 15px;
}
.content-and-cols .content-cols .item-title {
  font-size: 16px;
  line-height: 1.375;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .content-and-cols .content-cols .item-title {
    font-size: 22px;
  }
}
.content-and-cols .content-cols .text-holder {
  max-width: 560px;
}
.recommendation > section {
  padding: 0;
  position: relative;
}
.recommendation .img-holder img {
  width: 100%;
}
.recommendation .full-title {
  max-width: 560px;
  padding: 0;
}
@media (min-width: 576px) {
  .recommendation .full-title {
    max-width: none;
  }
}
.recommendation .text-holder {
  background-color: #f3f6ff;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .recommendation .text-holder {
    padding-bottom: 36px;
  }
}
@media (min-width: 992px) {
  .recommendation .text-holder {
    background-color: initial;
    left: 50%;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.recommendation .text-holder .text-holder-content {
  box-sizing: content-box;
  max-width: 560px;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .recommendation .text-holder .text-holder-content {
    max-width: 728px;
    padding: 0;
  }
}
.recommendation .text-holder .text-holder-content .full-title {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .recommendation .text-holder .text-holder-content .full-title {
    margin: 36px 0;
  }
}
@media (min-width: 992px) {
  .recommendation .text-holder .text-holder-content .full-title {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
.recommendation .text-holder .text-holder-content .title-desc {
  color: #1b2061;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .recommendation .text-holder .text-holder-content .title-desc {
    margin-bottom: 36px;
  }
}
@media (min-width: 992px) {
  .recommendation .text-holder .text-holder-content .title-desc {
    margin-bottom: 48px;
  }
  .recommendation .text-holder .text-holder-content.white-text-desktop h2,
  .recommendation .text-holder .text-holder-content.white-text-desktop p {
    color: #fff;
  }
  .recommendation .text-holder .text-holder-content h2,
  .recommendation .text-holder .text-holder-content p {
    padding: 0;
  }
}
.hero-img-and-side-text .img-and-side-text-holder,
.hero-img-and-side-text section,
.img-and-side-text .img-and-side-text-holder,
.img-and-side-text section {
  position: relative;
}
.hero-img-and-side-text .section,
.img-and-side-text .section {
  padding: 0 0 24px;
}
@media (min-width: 768px) {
  .hero-img-and-side-text .section,
  .img-and-side-text .section {
    padding-bottom: 36px;
  }
}
@media (min-width: 992px) {
  .hero-img-and-side-text .section,
  .img-and-side-text .section {
    padding-top: 80px;
  }
}
.hero-img-and-side-text .img-holder img,
.img-and-side-text .img-holder img {
  width: 100%;
}
.hero-img-and-side-text .full-title,
.img-and-side-text .full-title {
  max-width: 560px;
  padding: 0;
}
@media (min-width: 576px) {
  .hero-img-and-side-text .full-title,
  .img-and-side-text .full-title {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .hero-img-and-side-text .text-holder,
  .img-and-side-text .text-holder {
    background-color: initial;
    left: 50%;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.hero-img-and-side-text .text-holder.top-text-mobile .pre-image-gradient-color,
.img-and-side-text .text-holder.top-text-mobile .pre-image-gradient-color {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.hero-img-and-side-text .text-holder.container,
.img-and-side-text .text-holder.container {
  padding: 0 24px 24px;
}
@media (min-width: 768px) {
  .hero-img-and-side-text .text-holder.container,
  .img-and-side-text .text-holder.container {
    padding: 0 30px 36px;
  }
}
@media (max-width: 991px) {
  .hero-img-and-side-text .text-holder.container,
  .img-and-side-text .text-holder.container {
    max-width: 100%;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .hero-img-and-side-text .text-holder.container,
  .img-and-side-text .text-holder.container {
    max-width: 1570px;
  }
}
.hero-img-and-side-text .text-holder .text-holder-content,
.img-and-side-text .text-holder .text-holder-content {
  box-sizing: content-box;
  max-width: 560px;
}
@media (min-width: 768px) {
  .hero-img-and-side-text .text-holder .text-holder-content,
  .img-and-side-text .text-holder .text-holder-content {
    max-width: 728px;
  }
}
@media (min-width: 992px) {
  .hero-img-and-side-text .text-holder .text-holder-content,
  .img-and-side-text .text-holder .text-holder-content {
    margin-top: 90px;
    padding: 0;
    width: 50%;
  }
}
@media (max-width: 992px) {
  .hero-img-and-side-text .text-holder .text-holder-content .half-title,
  .hero-img-and-side-text .text-holder .text-holder-content .title-desc,
  .img-and-side-text .text-holder .text-holder-content .half-title,
  .img-and-side-text .text-holder .text-holder-content .title-desc {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .hero-img-and-side-text
    .text-holder
    .text-holder-content.left-text-desktop
    .half-title,
  .img-and-side-text
    .text-holder
    .text-holder-content.left-text-desktop
    .half-title {
    max-width: 560px;
  }
}
.hero-img-and-side-text
  .text-holder
  .text-holder-content.left-text-desktop
  .half-title,
.hero-img-and-side-text
  .text-holder
  .text-holder-content.left-text-desktop
  .title-desc,
.img-and-side-text
  .text-holder
  .text-holder-content.left-text-desktop
  .half-title,
.img-and-side-text
  .text-holder
  .text-holder-content.left-text-desktop
  .title-desc {
  text-align: left;
}
.hero-img-and-side-text .text-holder .text-holder-content .half-title,
.img-and-side-text .text-holder .text-holder-content .half-title {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .hero-img-and-side-text .text-holder .text-holder-content .half-title,
  .img-and-side-text .text-holder .text-holder-content .half-title {
    margin: 36px 0;
  }
}
@media (min-width: 992px) {
  .hero-img-and-side-text .text-holder .text-holder-content .half-title,
  .img-and-side-text .text-holder .text-holder-content .half-title {
    margin: 0 auto 36px;
    max-width: 420px;
  }
}
.hero-img-and-side-text .text-holder .text-holder-content .title-desc,
.img-and-side-text .text-holder .text-holder-content .title-desc {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .hero-img-and-side-text .text-holder .text-holder-content .title-desc,
  .img-and-side-text .text-holder .text-holder-content .title-desc {
    margin-bottom: 36px;
  }
}
@media (min-width: 992px) {
  .hero-img-and-side-text .text-holder .text-holder-content .title-desc,
  .img-and-side-text .text-holder .text-holder-content .title-desc {
    margin-bottom: 0;
    max-width: 420px;
  }
}
@media (min-width: 1200px) {
  .hero-img-and-side-text .text-holder .text-holder-content .title-desc,
  .img-and-side-text .text-holder .text-holder-content .title-desc {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  .hero-img-and-side-text
    .text-holder
    .text-holder-content.white-text-desktop
    h2,
  .hero-img-and-side-text
    .text-holder
    .text-holder-content.white-text-desktop
    p,
  .img-and-side-text .text-holder .text-holder-content.white-text-desktop h2,
  .img-and-side-text .text-holder .text-holder-content.white-text-desktop p {
    color: #fff;
  }
}
@media (max-width: 991px) {
  .hero-img-and-side-text .text-holder .text-holder-content.center-text-desktop,
  .img-and-side-text .text-holder .text-holder-content.center-text-desktop {
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .hero-img-and-side-text
    .text-holder
    .text-holder-content.center-text-desktop
    .half-title,
  .img-and-side-text
    .text-holder
    .text-holder-content.center-text-desktop
    .half-title {
    margin-top: -70px;
  }
}
.hero-img-and-side-text
  .text-holder
  .text-holder-content.center-text-desktop
  .half-title,
.hero-img-and-side-text
  .text-holder
  .text-holder-content.center-text-desktop
  .title-desc,
.img-and-side-text
  .text-holder
  .text-holder-content.center-text-desktop
  .half-title,
.img-and-side-text
  .text-holder
  .text-holder-content.center-text-desktop
  .title-desc {
  text-align: center;
}
@media (min-width: 992px) {
  .hero-img-and-side-text
    .text-holder
    .text-holder-content.center-text-desktop
    .half-title,
  .hero-img-and-side-text
    .text-holder
    .text-holder-content.center-text-desktop
    .title-desc,
  .img-and-side-text
    .text-holder
    .text-holder-content.center-text-desktop
    .half-title,
  .img-and-side-text
    .text-holder
    .text-holder-content.center-text-desktop
    .title-desc {
    text-align: left;
  }
  .hero-img-and-side-text .text-holder .text-holder-content h2,
  .hero-img-and-side-text .text-holder .text-holder-content p,
  .img-and-side-text .text-holder .text-holder-content h2,
  .img-and-side-text .text-holder .text-holder-content p {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .hero-img-and-side-text .text-holder.top-text-mobile .text-holder-content,
  .img-and-side-text .text-holder.top-text-mobile .text-holder-content {
    margin: 0 auto;
  }
  .hero-img-and-side-text
    .text-holder.top-text-mobile
    .text-holder-content
    .half-title,
  .img-and-side-text
    .text-holder.top-text-mobile
    .text-holder-content
    .half-title {
    text-align: center;
  }
}
.comparison,
.product-comparison {
  overflow-x: hidden;
}
.comparison .section,
.product-comparison .section {
  padding: 45px 0 50px;
}
@media (min-width: 576px) {
  .comparison .section,
  .product-comparison .section {
    padding: 62px 0 10px;
  }
}
@media (min-width: 768px) {
  .comparison .section,
  .product-comparison .section {
    padding: 86px 0 20px;
  }
}
@media (min-width: 992px) {
  .comparison .section,
  .product-comparison .section {
    padding: 86px 0 45px;
  }
}
@media (min-width: 1200px) {
  .comparison .section,
  .product-comparison .section {
    padding: 106px 0 0;
  }
}
@media (min-width: 768px) {
  .comparison .container,
  .product-comparison .container {
    max-width: 1240px;
  }
}
@media (max-width: 1199px) {
  .comparison .container,
  .product-comparison .container {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .comparison .full-title,
  .product-comparison .full-title {
    margin: 0 0 25px;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 576px) {
  .comparison .full-title,
  .product-comparison .full-title {
    margin-bottom: 30px;
  }
  .comparison .boxes,
  .product-comparison .boxes {
    margin-right: 0;
  }
}
.comparison .boxes-holder,
.product-comparison .boxes-holder {
  min-width: 120%;
  padding-bottom: 10px;
  width: 120%;
}
@media (min-width: 576px) {
  .comparison .boxes-holder,
  .product-comparison .boxes-holder {
    min-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .comparison .title-desc,
  .product-comparison .title-desc {
    text-align: left;
  }
}
.compare-table {
  border-collapse: separate;
  border-spacing: 14px 0;
  margin: 0 -14px;
  width: auto;
}
@media (min-width: 576px) {
  .compare-table {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .compare-table {
    border-spacing: 20px 0;
  }
}
.compare-table td {
  height: inherit;
  padding: 0 18px;
}
.compare-table tr {
  height: 0;
}
.compare-table tr:first-child td,
.compare-table tr:last-child td {
  border-top: 0;
  padding: 0;
}
.compare-table tr:not(:last-child) .compare-table-column-item-inner {
  border-bottom: 1px solid #d8d8d8;
}
.compare-table thead {
  display: none;
}
.compare-table td,
.compare-table th {
  border: none;
  max-width: 380px;
  min-width: 160px;
}
@media (min-width: 768px) {
  .compare-table td,
  .compare-table th {
    min-width: 200px;
  }
}
@media (min-width: 1200px) {
  .compare-table td,
  .compare-table th {
    min-width: 386px;
  }
}
.compare-table tbody tr:last-child td {
  border-bottom: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.compare-table tbody tr:first-child td {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.compare-table tr:not(.row1) .compare-table-column-item-inner {
  padding-bottom: 20px;
  padding-top: 18px;
}
.compare-table tr:nth-last-child(2) .compare-table-column-item-inner {
  border-bottom: 0;
  padding-bottom: 20px;
}
.complex-table tbody tr td {
  max-width: none;
  padding: 0 14px;
}
@media (min-width: 992px) {
  .complex-table tbody tr td {
    padding: 0 40px;
  }
}
.complex-table .complex-row-data {
  display: flex;
  gap: 14px;
  height: 100%;
}
@media (min-width: 992px) {
  .complex-table .complex-row-data {
    gap: 30px;
  }
}
.complex-table .complex-row-data .complex-row-data-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 132px;
}
.complex-table .complex-row-data-footer {
  border-radius: 0 0 10px 10px;
  display: flex;
  overflow: hidden;
  padding-top: 4px;
}
.complex-table .complex-row-data-footer .complex-row-data-item {
  flex: 1 1 auto;
}
.complex-table
  .complex-row-data-footer
  .complex-row-data-item
  .compare-table-price-wrap {
  border-radius: 0;
}
.complex-table
  .complex-row-data-footer
  .complex-row-data-item:first-child
  .compare-table-price-wrap {
  padding-left: 14px;
}
@media (min-width: 992px) {
  .complex-table
    .complex-row-data-footer
    .complex-row-data-item:first-child
    .compare-table-price-wrap {
    padding-left: 40px;
  }
}
.complex-table
  .complex-row-data-footer
  .complex-row-data-item:last-child
  .compare-table-price-wrap {
  padding-right: 14px;
}
@media (min-width: 992px) {
  .complex-table
    .complex-row-data-footer
    .complex-row-data-item:last-child
    .compare-table-price-wrap {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .complex-table.large-columns .complex-row-data-item {
    min-width: 180px;
  }
}
@media (min-width: 992px) {
  .complex-table.large-columns .complex-row-data-item {
    min-width: 240px;
  }
}
.complex-table.medium-columns td,
.complex-table.medium-columns th {
  min-width: 193px;
}
@media (min-width: 1200px) {
  .complex-table.medium-columns td,
  .complex-table.medium-columns th {
    min-width: auto;
  }
}
@media (min-width: 992px) {
  .complex-table.medium-columns td {
    padding: 0 17px;
  }
  .complex-table.medium-columns .complex-row-data {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .complex-table.medium-columns .complex-row-data-item {
    min-width: 164px;
  }
}
@media (min-width: 992px) {
  .complex-table.medium-columns
    .complex-row-data-footer
    .complex-row-data-item:first-child
    .compare-table-price-wrap {
    padding-left: 17px;
  }
  .complex-table.medium-columns
    .complex-row-data-footer
    .complex-row-data-item:last-child
    .compare-table-price-wrap {
    padding-right: 17px;
  }
}
.compare-table-img td {
  border-bottom: none;
  border-top: none;
  padding-bottom: 24px;
  padding-top: 0;
}
@media (min-width: 576px) {
  .compare-table-img td {
    padding-bottom: 27px;
  }
}
@media (min-width: 1200px) {
  .compare-table-img td {
    padding-bottom: 40px;
  }
}
.compare-table-img td img {
  width: 100%;
}
.compare-table-title th {
  border-bottom: none;
  border-top: none;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .compare-table-title th {
    padding-bottom: 18px;
  }
}
@media (min-width: 576px) {
  .compare-table-title h4 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .compare-table-title h4 {
    font-size: 28px;
  }
}
.compare-table-title p {
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 576px) {
  .compare-table-title p {
    font-size: 16px;
  }
}
.compare-table-props td {
  border-bottom: 1px solid #e9e9e9;
  border-top: none;
  padding-bottom: 20px;
  padding-right: 32px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .compare-table-props td {
    padding-top: 20px;
  }
}
.compare-table-props .title {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.compare-table-props p {
  font-size: 14px;
  font-weight: 500;
}
.compare-table-props p:last-of-type {
  margin-bottom: 0;
}
.compare-table-props.compare-table-props-last td {
  border-bottom: none;
}
.compare-table-price {
  color: #9fa5ea;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 500;
  margin-right: 30px;
}
@media (min-width: 768px) {
  .compare-table-price {
    font-size: 18px;
  }
}
.compare-table-price td {
  padding-top: 12px;
}
@media (min-width: 576px) {
  .compare-table-price td {
    padding-top: 24px;
  }
}
.compare-table-price .title {
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.compare-table-list-items {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.compare-table-list-items li {
  display: flex;
  font-size: 12px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .compare-table-list-items li {
    font-size: 14px;
  }
}
.compare-table-list-items li:not(:last-child) {
  margin-bottom: 10px;
}
.compare-table-list-items li:before {
  content: "\2022";
  font-size: 10px;
  margin-right: 5px;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .compare-table-list-items li:before {
    font-size: 8px;
  }
}
.compare-table-link {
  align-items: center;
  border: 1px solid #1b2061;
  border-radius: 8px;
  display: flex;
  font-size: 11px;
  font-weight: 500;
  justify-content: center;
  line-height: 15px;
  min-height: 30px;
  min-width: 82px;
  padding: 5px;
  transition: background 0.15s linear, color 0.15s linear;
}
.compare-table-link:hover {
  background-color: #1b2061;
  color: #fff;
}
@media (min-width: 768px) {
  .compare-table-link {
    font-size: 14px;
    line-height: 14px;
    min-height: 36px;
    min-width: 110px;
  }
}
.compare-table-price-row td {
  border-top: none;
}
.compare-table-header-title {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #1b2061;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 6px 6px 4px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .compare-table-header-title {
    font-size: 18px;
  }
}
.compare-table-badge {
  background-color: #f6da7e;
  border-radius: 3px;
  color: #1b2061;
  display: inline-flex;
  font-size: 12px;
  font-weight: 500;
  left: 0;
  padding: 5px 10px;
  position: absolute;
  text-transform: uppercase;
  top: -13px;
  z-index: 1;
}
@media (min-width: 768px) {
  .compare-table-badge {
    font-size: 14px;
  }
}
.compare-table-image-with-text {
  border-radius: 10px;
  height: 0;
  margin-top: 24px;
  padding-bottom: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .compare-table-image-with-text {
    margin-top: 41px;
  }
}
.compare-table-image-with-text img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.compare-table-product-title-and-subtitle {
  height: 100%;
  padding: 8px;
}
@media (min-width: 992px) {
  .compare-table-product-title-and-subtitle {
    margin-bottom: 4px;
    padding: 10px 10px 14px;
  }
}
.compare-table-column-title {
  color: #1b2061;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding-bottom: 12px;
  z-index: 1;
}
@media (min-width: 992px) {
  .compare-table-column-title {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 6px;
  }
}
.medium-columns .compare-table-image-with-text img {
  border-radius: 10px;
}
.medium-columns .compare-table-product-title-and-subtitle {
  margin: 0;
  padding: 8px 8px 0;
}
@media (min-width: 992px) {
  .medium-columns .compare-table-product-title-and-subtitle {
    padding: 10px 0 0 4px;
  }
}
.medium-columns .compare-table-column-title {
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .medium-columns .compare-table-column-title {
    font-size: 16px;
  }
}
.compare-table-top-description {
  color: #1b2061;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
@media (min-width: 768px) {
  .compare-table-top-description {
    font-size: 14px;
    line-height: 20px;
  }
}
.compare-table-subtitle {
  color: #1b2061;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .compare-table-subtitle {
    font-size: 14px;
    padding-bottom: 6px;
  }
}
.compare-table-column-item-inner {
  height: 100%;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .compare-table-column-item-inner {
    padding: 19px 0;
  }
}
.compare-table-price-wrap {
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  justify-content: space-between;
  min-height: 50px;
  overflow: hidden;
  padding: 21px 14px;
}
@media (min-width: 768px) {
  .compare-table-price-wrap {
    padding-bottom: 14px;
    padding-top: 14px;
  }
}
.compare-table-item-title {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 10px;
}
.compare-table-item-text-wrapper {
  align-items: center;
  display: flex;
}
.compare-table-item-text-wrapper .icon-holder {
  margin-right: 8px;
}
.compare-table-item-text {
  display: flex;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
@media (min-width: 992px) {
  .compare-table-item-text {
    font-size: 14px;
  }
}
.compare-table-item-images {
  align-items: center;
  display: flex;
  margin-right: 8px;
}
.compare-table-item-image {
  align-items: center;
  border: 1px solid #8e8fa0;
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  height: 36px;
  justify-content: center;
  overflow: hidden;
  width: 36px;
  z-index: 6;
}
.compare-table-item-image:not(:first-child) {
  margin-left: -12px;
}
.compare-table-item-image:nth-child(2) {
  z-index: 5;
}
.compare-table-item-image:nth-child(3) {
  z-index: 4;
}
.compare-table-item-image:nth-child(4) {
  z-index: 3;
}
.compare-table-item-image:nth-child(5) {
  z-index: 2;
}
.compare-table-item-image:nth-child(6) {
  z-index: 1;
}
.compare-table-item-price {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .compare-table-item-price {
    font-size: 14px;
  }
}
.compare-table-item-price-value {
  font-weight: 500;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .compare-table-item-price-value {
    margin-bottom: 10px;
    margin-top: 8px;
  }
}
.product-comparison-boxes-holder {
  display: flex;
  gap: 20px;
  margin-bottom: 1rem;
  max-width: 100%;
}
.comparison-old .compare-table-title h4 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .comparison-old .compare-table-title h4 {
    font-size: 24px;
  }
}
.comparison-old .compare-table-title th {
  padding: 0;
}
.comparison-old .compare-table-title p {
  font-size: 15px;
}
.comparison-old .compare-table-props .title {
  font-size: 16px;
  font-weight: 500;
}
.comparison-old .compare-table-props p {
  font-size: 15px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .comparison-old .compare-table-props p {
    font-size: 16px;
  }
}
.comparison-old .compare-table-list-items li {
  font-weight: 500;
}
.comparison-dynamic-sidebar .h2 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .comparison-dynamic-sidebar .h2 {
    margin-bottom: 26px;
  }
}
.comparison-dynamic-sidebar .container {
  max-width: 100%;
}
@media (min-width: 576px) {
  .comparison-dynamic-sidebar .compare-table {
    border-spacing: 5px 0;
  }
}
@media (min-width: 768px) {
  .comparison-dynamic-sidebar .compare-table {
    border-spacing: 15px 0;
  }
}
@media (min-width: 576px) {
  .comparison-dynamic-sidebar .comparison-section {
    margin: 0 -5px;
  }
}
@media (min-width: 768px) {
  .comparison-dynamic-sidebar .comparison-section {
    margin: 0 -15px;
  }
}
.compare-table-item-points-titles {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
}
.compare-table-points-list {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 4px;
}
.compare-table-item-point {
  background-color: #1b2061;
  border-radius: 2px;
  height: 9px;
  line-height: 1;
}
.compare-table-item-point.first-element {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.compare-table-item-point.last-element {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.compare-table-item-points:not(:last-child) {
  margin-bottom: 10px;
}
.progress-bar {
  background-color: #fff;
  border: 1px solid #d8d8d8;
  height: 9px;
  margin-top: 6px;
  position: relative;
  width: 100%;
}
.progress-bar .progress-indicator {
  background: linear-gradient(
    90deg,
    transparent 0,
    #ffbc24 50%,
    #ffbc24 0,
    transparent
  );
  height: 100%;
  left: 20%;
  position: absolute;
  width: 40%;
}
.cards-carousel .section,
.product-page-card-carousel .section {
  padding: 56px 0 50px;
}
@media (min-width: 576px) {
  .cards-carousel .section,
  .product-page-card-carousel .section {
    padding: 62px 0 50px;
  }
}
@media (min-width: 768px) {
  .cards-carousel .section,
  .product-page-card-carousel .section {
    padding: 48px 0 60px;
  }
  .cards-carousel .section.less-margin,
  .product-page-card-carousel .section.less-margin {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cards-carousel .section:not(.less-margin),
  .product-page-card-carousel .section:not(.less-margin) {
    padding: 100px 0 50px;
  }
}
.cards-carousel .container,
.product-page-card-carousel .container {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cards-carousel .container,
  .product-page-card-carousel .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .cards-carousel .container,
  .product-page-card-carousel .container {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .cards-carousel .container,
  .product-page-card-carousel .container {
    max-width: 1260px;
  }
}
.cards-carousel .row,
.product-page-card-carousel .row {
  flex-wrap: nowrap;
  margin: 0 -12px;
}
@media (min-width: 768px) {
  .cards-carousel .row,
  .product-page-card-carousel .row {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cards-carousel .row,
  .product-page-card-carousel .row {
    margin: 0;
  }
}
.cards-carousel [class*="col-"],
.product-page-card-carousel [class*="col-"] {
  min-width: 304px;
  padding: 0 12px;
}
@media (min-width: 576px) {
  .cards-carousel [class*="col-"],
  .product-page-card-carousel [class*="col-"] {
    min-width: 600px;
  }
}
@media (min-width: 768px) {
  .cards-carousel [class*="col-"],
  .product-page-card-carousel [class*="col-"] {
    margin-bottom: 20px;
    min-width: auto;
  }
}
@media (min-width: 992px) {
  .cards-carousel [class*="col-"],
  .product-page-card-carousel [class*="col-"] {
    padding: 0 15px;
  }
}
.cards-carousel .boxes,
.product-page-card-carousel .boxes {
  margin-right: -24px;
}
@media (min-width: 992px) {
  .cards-carousel .boxes,
  .product-page-card-carousel .boxes {
    margin: 0 -15px;
  }
}
.cards-carousel .boxes-holder,
.product-page-card-carousel .boxes-holder {
  min-width: 120%;
  width: 120%;
}
@media (min-width: 576px) {
  .cards-carousel .boxes-holder,
  .product-page-card-carousel .boxes-holder {
    min-width: 100%;
    width: auto;
  }
}
@media (min-width: 768px) {
  .cards-carousel .boxes-holder,
  .product-page-card-carousel .boxes-holder {
    min-width: 933px;
  }
}
@media (min-width: 992px) {
  .cards-carousel .boxes-holder,
  .product-page-card-carousel .boxes-holder {
    min-width: 100%;
  }
}
@media (max-width: 991px) {
  .cards-carousel .full-title,
  .product-page-card-carousel .full-title {
    margin: 0 0 35px;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cards-carousel .full-title,
  .product-page-card-carousel .full-title {
    margin-bottom: 55px;
  }
}
.cards-carousel img,
.product-page-card-carousel img {
  margin-bottom: 15px;
  min-width: 100%;
}
@media (min-width: 992px) {
  .cards-carousel img,
  .product-page-card-carousel img {
    margin-bottom: 20px;
  }
}
.cards-carousel .text-holder .h3,
.product-page-card-carousel .text-holder .h3 {
  font-size: 22px;
}
.cards-carousel .link-more,
.product-page-card-carousel .link-more {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 1em;
  margin-top: 15px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .cards-carousel .link-more,
  .product-page-card-carousel .link-more {
    font-size: 16px;
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .cards-carousel .link-more,
  .product-page-card-carousel .link-more {
    margin-top: 35px;
  }
}
.cards-carousel .link-more:hover,
.product-page-card-carousel .link-more:hover {
  text-decoration: none;
}
.product-page-img-properties .container {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .product-page-img-properties .container {
    max-width: 100%;
  }
}
.product-page-img-properties .full-title {
  margin-bottom: 38px;
}
@media (min-width: 576px) {
  .product-page-img-properties .full-title {
    margin-bottom: 65px;
  }
}
@media (max-width: 991px) {
  .product-page-img-properties .full-title {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .product-page-img-properties .full-title {
    margin-bottom: 84px;
  }
}
@media (min-width: 992px) {
  .product-page-img-properties .full-title {
    margin-bottom: 140px;
  }
}
@media (min-width: 768px) {
  .product-page-img-properties .text-top {
    padding-top: 73px;
  }
}
@media (min-width: 992px) {
  .product-page-img-properties .text-top {
    padding-right: 64px;
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .product-page-img-properties .text-bottom {
    margin-left: 25px;
    margin-top: -110px;
  }
}
@media (min-width: 992px) {
  .product-page-img-properties .text-bottom {
    margin-left: 83px;
    margin-top: -182px;
  }
}
@media (min-width: 768px) {
  .product-page-img-properties .text-bottom .text:before {
    left: auto;
    right: -174px;
    top: 18px;
  }
}
@media (min-width: 992px) {
  .product-page-img-properties .text-bottom .text:before {
    right: -160px;
  }
}
@media (min-width: 768px) {
  .product-page-img-properties .text {
    color: #1b2061;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2727;
    max-width: 210px;
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .product-page-img-properties .text {
    max-width: 220px;
  }
}
@media (min-width: 768px) {
  .product-page-img-properties .text:before {
    background: #1b2061;
    content: "";
    height: 2px;
    left: -140px;
    margin-right: 20px;
    position: absolute;
    top: 21px;
    width: 122px;
  }
}
.product-page-img-properties .text strong {
  font-size: 26px;
  line-height: 1.25;
}
.product-page-img-properties .img-holder {
  padding: 40px 0 44px;
}
@media (min-width: 768px) {
  .product-page-img-properties .img-holder {
    margin: -170px 26px 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .product-page-img-properties .img-holder {
    margin-top: -180px;
  }
}
@media (min-width: 768px) {
  .product-page-img-properties img {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .product-page-img-properties img {
    margin-left: 120px;
    width: 910px;
  }
}
.slider-icon-list {
  text-align: center;
}
@media (min-width: 768px) {
  .slider-icon-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px;
  }
}
@media (min-width: 992px) {
  .slider-icon-list {
    margin: 0 auto;
    max-width: 970px;
  }
}
.slider-icon-list:after {
  content: "flickity";
  display: none;
}
@media (min-width: 768px) {
  .slider-icon-list:after {
    content: "";
  }
  .slider-icon-list > li {
    padding: 0 10px;
    width: 33.33%;
  }
}
.slider-icon-list .title {
  color: #1b2061;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2727;
  margin: 0 auto;
  max-width: 265px;
}
@media (min-width: 768px) {
  .slider-icon-list .title {
    max-width: 182px;
    max-width: 242px;
  }
}
.slider-icon-list .title + .text-holder {
  margin-top: 20px;
}
.slider-icon-list .img-holder {
  align-items: center;
  display: flex;
  height: 100px;
  justify-content: center;
  margin-bottom: 15px;
}
.slider-icon-list .img-holder img,
.slider-icon-list .img-holder svg {
  display: block;
  max-width: 120px;
}
.slider-icon-list .text-holder {
  font-size: 16px;
  margin: 0 auto;
  max-width: 280px;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .slider-icon-list .text-holder {
    font-size: 16px;
    line-height: 1.375;
  }
}
.slider-icon-list .text-holder p:last-of-type {
  margin-bottom: 0;
}
.product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .product-card {
    padding-bottom: 30px;
  }
}
.product-card .description-card-collapse > div {
  padding-top: 13px;
}
.product-card .card-bottom-section,
.product-card .description-card-collapse,
.product-card .product-status-message {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.3s linear, opacity 0.3s linear,
    visibility 0.3s linear;
  visibility: hidden;
}
.product-card.active .card-bottom-section,
.product-card.active .description-card-collapse,
.product-card.active .product-status-message {
  max-height: inherit;
  opacity: 1;
  visibility: visible;
}
.product-card.active .card-top-section .btn {
  display: none;
}
.product-card .text-holder {
  display: flex;
  flex-direction: column;
}
.product-card .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 6px;
  min-height: 31px;
}
.product-card .title .product-card-title {
  display: none;
}
.product-card .title .product-card-title.active {
  display: inline;
}
.product-card .description-promo {
  display: none;
}
.product-card .img-holder {
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .product-card .img-holder {
    margin-bottom: 10px;
  }
}
.product-card .img-holder a {
  display: block;
}
.product-card .img-holder a img {
  pointer-events: none;
}
@media (max-width: 991px) {
  .product-card .img-holder a img {
    width: 100%;
  }
}
.product-card .price-label {
  color: #1b2061;
  font-size: 12px;
  font-weight: 500;
  margin-right: 5px;
}
.product-card .product-price-holder {
  line-height: 1;
}
.product-card .product-price-holder .discounted-price,
.product-card .product-price-holder .original-price {
  font-size: 12px;
  font-weight: 400;
  padding-left: 0;
}
.product-card .product-price-holder .discounted-price {
  color: #1b2061;
  font-weight: 500;
}
@media (max-width: 991px) {
  .product-card .product-price-holder {
    width: 100%;
  }
}
.product-card .original-price {
  color: #929292;
  text-decoration: line-through;
}
.product-card .description {
  padding: 10px 0 14px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-card .description {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 0;
  }
}
.product-card .product-color-secondary,
.product-card .product-size-secondary {
  margin-top: -4px;
}
.product-card .product-color-secondary .heading-holder,
.product-card .product-size-secondary .heading-holder {
  color: #0e0e0e;
  font-size: 10px;
  line-height: 1.3;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.product-card .product-color-secondary li:not(:last-child) {
  padding-right: 10px;
}
.product-card .sizes-list.sizes-list-secondary {
  margin: 0 -2px 1px;
}
.product-card .sizes-list.sizes-list-secondary li {
  margin: 0 2px 2px;
  width: 30%;
}
@media (min-width: 992px) {
  .product-card .sizes-list.sizes-list-secondary li {
    width: 31.4%;
  }
}
.product-card .sizes-list.sizes-list-secondary label {
  border-radius: 8px;
  font-size: 8px;
  line-height: 1.2;
  min-height: 30px;
  overflow-wrap: anywhere;
  padding: 4px 2px 2px;
}
@media (min-width: 992px) {
  .product-card .sizes-list.sizes-list-secondary label {
    font-size: 10px;
  }
}
.product-card .swatch-color {
  margin-bottom: 3px;
}
.product-card .btn svg {
  height: 16px;
  margin-right: 5px;
  margin-top: -3px;
  pointer-events: none;
  width: 16px;
}
.product-card .btn svg path {
  fill: #fff;
}
.product-card .btn-group-sm > .btn,
.product-card .btn.btn-sm {
  font-size: 13px;
  font-weight: 600;
  padding: 6px 13px;
}
.product-card .btn-primary {
  margin-bottom: 10px;
}
.product-card .btn-primary:hover svg path {
  fill: #1b2061;
}
.product-card .product-status-message {
  line-height: 1;
  margin-top: 10px;
}
.product-card .product-status-message .delivery-speed {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  min-height: 32px;
}
.product-page-slider {
  overflow-x: hidden;
}
.product-cards-carousel-section {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .product-cards-carousel-section .container {
    max-width: 100%;
  }
}
.product-cards-carousel-section .full-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  padding: 0;
  text-align: left;
}
@media (min-width: 992px) {
  .product-cards-carousel-section .full-title {
    font-size: 34px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .product-cards-carousel-section .full-title {
    font-size: 16px;
  }
}
.product-cards-carousel-section .flickity-viewport {
  overflow: visible;
  padding-bottom: 15px;
}
.product-cards-carousel-section .flickity-viewport::-webkit-scrollbar {
  display: none;
}
.product-cards-carousel-section .slider-cell {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  max-width: 162px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .product-cards-carousel-section .slider-cell {
    margin: 10px 15px 10px 0;
    max-width: 204px;
  }
}
.product-cards-carousel-section .slider-cell.product-card-new {
  border-radius: 8px;
  box-shadow: 0 2px 8px #00000026;
  margin-right: 12px;
  max-width: 204px;
}
@media (min-width: 992px) {
  .product-cards-carousel-section .slider-cell.product-card-new {
    margin-right: 18px;
    max-width: 240px;
  }
}
.product-cards-carousel-section .flickity-button {
  display: none;
}
@media (min-width: 992px) {
  .product-cards-carousel-section .flickity-button {
    display: block;
    left: 4%;
    top: 43%;
  }
}
@media (min-width: 1440px) {
  .product-cards-carousel-section .flickity-button {
    left: -8%;
  }
}
.product-cards-carousel-section .flickity-button.previous svg {
  left: 24%;
  top: 25%;
}
@media (min-width: 992px) {
  .product-cards-carousel-section .flickity-button.next {
    right: 4%;
  }
}
@media (min-width: 1440px) {
  .product-cards-carousel-section .flickity-button.next {
    right: -8%;
  }
}
.product-cards-carousel-section .flickity-button.next svg {
  margin-left: 12px;
  margin-top: 5px;
  transform: rotate(-180deg);
}
.product-cards-carousel-section .flickity-button:disabled {
  display: none;
}
.product-cards-carousel-section .flickity-button:focus {
  box-shadow: none;
  outline: 0;
  outline-offset: 0;
}
.product-cards-carousel-section .flickity-button svg {
  height: 32px;
  margin-left: 6px;
  margin-top: -6px;
  width: 10px;
}
.product-cards-carousel-section .flickity-button svg path {
  stroke: #1b2061;
  stroke-width: 2.639;
  fill: none;
  fill-rule: evenodd;
  stroke-linecap: round;
  opacity: 0.6;
  transform: scale(8);
  transition: opacity 0.3s;
}
.product-cards-carousel-section .flickity-button:hover svg path {
  opacity: 1;
}
.may-also-like {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .may-also-like {
    margin-bottom: 0;
    margin-top: 0;
  }
}
.may-also-like .h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 22px 0 11px;
}
.may-also-like .badge {
  display: none;
}
.cart-drawer-body .may-also-like {
  border-top: 1px solid transparent;
  padding: 0 20px;
}
.may-also-like .flickity-viewport {
  overflow: visible;
}
@media (max-width: 991px) {
  .may-also-like .flickity-viewport,
  .may-also-like .product-card:not(.active) {
    padding-bottom: 0;
  }
}
.product-card-bundle .short-desc {
  font-size: 14px;
  line-height: 1.1;
  min-height: 16px;
}
.home-double-slider .section {
  padding: 20px 0 40px;
}
@media (min-width: 992px) {
  .home-double-slider .section {
    padding-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .home-double-slider .section {
    padding-top: 10px;
  }
}
.home-double-slider .container {
  padding: 0 24px;
}
@media (min-width: 768px) {
  .home-double-slider .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .home-double-slider .container {
    max-width: 100%;
  }
}
.double-slider .flickity-button {
  height: 40px;
  left: 5%;
  top: 27%;
  width: 40px;
}
@media (min-width: 576px) {
  .double-slider .flickity-button {
    left: 2.5%;
    top: 31%;
  }
}
@media (min-width: 768px) {
  .double-slider .flickity-button {
    height: 48px;
    left: -2.5%;
    top: 50%;
    width: 48px;
  }
}
@media (min-width: 1200px) {
  .double-slider .flickity-button {
    left: -2%;
  }
}
.double-slider .flickity-button.next {
  left: auto;
  right: 5%;
}
@media (min-width: 576px) {
  .double-slider .flickity-button.next {
    right: 2.5%;
  }
}
@media (min-width: 768px) {
  .double-slider .flickity-button.next {
    right: -2.5%;
  }
}
@media (min-width: 1200px) {
  .double-slider .flickity-button.next {
    right: -2%;
  }
}
.double-slider .flickity-button.next svg {
  margin-left: -6px;
  margin-top: -4px;
}
.double-slider .flickity-button svg {
  margin-left: 6px;
  margin-top: 3px;
}
@media (min-width: 768px) {
  .double-slider .flickity-button svg {
    margin-top: 5px;
  }
}
.double-slider .slider-cell {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.double-slider .img-holder {
  position: relative;
}
.double-slider .img-holder .btn {
  display: block;
  margin: -22px auto 0;
  max-width: 240px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .double-slider .img-holder .btn {
    display: none;
  }
}
.double-slider .img-holder img,
.double-slider .img-holder img.lazy {
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 327px;
}
@media (min-width: 768px) {
  .double-slider .img-holder img,
  .double-slider .img-holder img.lazy {
    width: 100%;
  }
}
.double-slider .btn {
  font-size: 14px;
  max-width: 240px;
  width: 100%;
}
@media (min-width: 768px) {
  .double-slider .btn {
    max-width: 270px;
  }
}
@media (min-width: 992px) {
  .double-slider .btn {
    max-width: 340px;
  }
}
.double-slider .text-holder {
  background: #fff;
  padding: 35px 4px 0;
}
@media (min-width: 576px) {
  .double-slider .text-holder {
    margin: 0 auto;
    max-width: 575px;
    padding: 35px 15px 0;
  }
}
@media (min-width: 768px) {
  .double-slider .text-holder {
    left: 50%;
    max-width: 385px;
    padding: 35px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media (min-width: 992px) {
  .double-slider .text-holder {
    max-width: 495px;
    padding: 50px 42px;
  }
}
@media (min-width: 768px) {
  .double-slider .text-holder p:last-of-type {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .double-slider .text-holder p:last-of-type {
    margin-bottom: 50px;
  }
}
.double-slider .text-holder .half-title {
  font-size: 26px;
  margin-bottom: 23px;
}
@media (min-width: 576px) {
  .double-slider .text-holder .half-title {
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) {
  .double-slider .text-holder .half-title {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .double-slider .text-holder .half-title {
    font-size: 38px;
    margin-bottom: 30px;
  }
}
.double-slider .text-holder .btn {
  display: none;
}
@media (min-width: 768px) {
  .double-slider .text-holder .btn {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .double-slider .img-right {
    display: none;
  }
}
.double-cards .img-holder {
  position: relative;
}
.double-cards .text-holder {
  padding: 20px 24px;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (min-width: 992px) {
  .double-cards .text-holder {
    text-align: center;
  }
}
.double-cards .half-title {
  font-size: 21px;
  max-width: none;
}
@media (max-width: 991px) {
  .double-cards .half-title {
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .double-cards .half-title {
    font-size: 26px;
    margin: 0 auto 20px;
  }
}
@media (min-width: 1200px) {
  .double-cards .half-title {
    font-size: 34px;
  }
}
.double-cards .subtitle {
  font-size: 14px;
}
@media (min-width: 992px) {
  .double-cards .subtitle {
    font-size: 16px;
  }
}
.double-cards .btn {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .double-cards .btn {
    margin-top: 40px;
  }
}
.home-quotes-slider {
  overflow: hidden;
}
.home-quotes-slider .section {
  padding: 0 0 75px;
}
@media (min-width: 800px) {
  .home-quotes-slider .section {
    padding-bottom: 90px;
  }
}
@media (min-width: 992px) {
  .home-quotes-slider .section {
    padding-bottom: 130px;
  }
}
@media (min-width: 1200px) {
  .home-quotes-slider .section {
    padding-bottom: 90px;
  }
}
@media (max-width: 992px) {
  .home-quotes-slider .container {
    max-width: 100%;
  }
}
.quotes-slider.flickity-enabled {
  display: block !important;
  margin-bottom: 30px;
}
.quotes-slider .flickity-viewport {
  overflow: visible;
}
.quotes-slider .flickity-page-dots {
  bottom: -52px;
}
@media (min-width: 768px) {
  .quotes-slider .flickity-page-dots {
    display: none;
  }
}
.quotes-slider .slider-cell {
  padding: 0 24px;
  width: 100%;
}
.quotes-slider .slider-cell figure {
  margin: 0 auto;
  max-width: 560px;
  text-align: center;
}
@media (min-width: 992px) {
  .quotes-slider .slider-cell figure {
    max-width: 660px;
  }
}
.quotes-slider .slider-cell img {
  width: auto;
}
.quotes-slider .blockquote {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  max-width: none;
}
.quotes-slider .blockquote p:last-of-type {
  margin-bottom: 38px;
}
@media (min-width: 992px) {
  .quotes-slider .blockquote p:last-of-type {
    margin-bottom: 88px;
  }
}
@media (min-width: 1200px) {
  .quotes-slider .blockquote p:last-of-type {
    margin-bottom: 58px;
  }
}
.quotes-slider svg {
  fill: #1b2061;
  margin-bottom: 20px;
  width: 21px;
}
.quotes-slider .blockquote-footer:before {
  content: none;
}
@media (min-width: 992px) {
  .products-carousel-section,
  .section-card-carousel {
    overflow: hidden;
  }
}
.products-carousel-section .container,
.section-card-carousel .container {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .products-carousel-section .container,
  .section-card-carousel .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .products-carousel-section .container,
  .section-card-carousel .container {
    max-width: 1260px;
    padding: 0 30px;
  }
}
.products-carousel-section .full-title,
.section-card-carousel .full-title {
  margin-bottom: 28px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .products-carousel-section .full-title,
  .section-card-carousel .full-title {
    font-size: 34px;
  }
}
.product-carousel-holder {
  position: relative;
}
@media (max-width: 991px) {
  .product-carousel-holder {
    overflow-x: hidden;
  }
}
.product-carousel {
  margin: 0;
}
.product-carousel.flickity-enabled {
  position: relative;
}
.product-carousel.info-card-carousel {
  margin-bottom: 40px;
}
.product-carousel.info-card-carousel .flickity-slider {
  display: flex;
  height: 100%;
}
.product-carousel.info-card-carousel .slider-cell {
  display: flex;
  flex-direction: column;
  max-width: none;
  min-height: 100%;
  width: 281px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-carousel.info-card-carousel .slider-cell {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .product-carousel.info-card-carousel .slider-cell {
    width: 395px;
  }
}
.product-carousel.info-card-carousel .product-carousel-card {
  border-radius: 10px;
  box-shadow: 0 5px 8px #0003;
  flex: 1;
  height: 100%;
  overflow: hidden;
}
.product-carousel.info-card-carousel .product-carousel-card:hover img {
  box-shadow: none;
}
.product-carousel.info-card-carousel .product-carousel-card .card-body {
  padding: 25px 20px;
}
.product-carousel.info-card-carousel .product-carousel-card .card-title {
  min-height: auto;
}
@media (min-width: 768px) {
  .product-carousel.info-card-carousel .product-carousel-card .card-title {
    margin-bottom: 12px;
  }
}
.product-carousel.info-card-carousel .card-description {
  color: #0e0e0e;
}
.product-carousel:focus {
  box-shadow: none;
  outline: 0;
  outline-offset: 0;
}
.product-carousel .slider-cell {
  margin: 0 20px 0 0;
  width: 280px;
}
@media (min-width: 992px) {
  .product-carousel .slider-cell {
    margin-right: 20px;
    max-width: 270px;
    width: 24%;
  }
}
.product-carousel .flickity-viewport {
  overflow: visible;
}
.product-carousel .flickity-button {
  background: #fff;
  border: none;
  border-radius: 56px;
  box-shadow: 0 1px 9px #0000004d;
  cursor: pointer;
  display: none;
  height: 56px;
  left: 2%;
  opacity: 1;
  position: absolute;
  transform: translateY(-50%);
  transition: background 0.3s, opacity 0.3s;
  width: 56px;
}
@media (min-width: 992px) {
  .product-carousel .flickity-button {
    display: block;
    left: 22px;
    top: 36%;
  }
}
@media (min-width: 1200px) {
  .product-carousel .flickity-button {
    left: 10px;
    top: 38%;
  }
}
@media (min-width: 1440px) {
  .product-carousel .flickity-button {
    left: -30px;
  }
}
@media (min-width: 1875px) {
  .product-carousel .flickity-button {
    left: -35px;
  }
}
.product-carousel .flickity-button.next {
  right: 2%;
}
@media (min-width: 992px) {
  .product-carousel .flickity-button.next {
    right: 12px;
  }
}
@media (min-width: 1200px) {
  .product-carousel .flickity-button.next {
    right: 10px;
  }
}
@media (min-width: 1440px) {
  .product-carousel .flickity-button.next {
    right: -30px;
  }
}
@media (min-width: 1875px) {
  .product-carousel .flickity-button.next {
    right: -35px;
  }
}
.product-carousel .flickity-button.next svg {
  margin-left: 12px;
  margin-top: 5px;
  transform: rotate(-180deg);
}
.product-carousel .flickity-button:disabled {
  display: none;
}
.product-carousel .flickity-button svg {
  height: 34px;
  margin-left: 7px;
  margin-top: -6px;
  width: 13px;
}
.product-carousel .flickity-button svg path {
  stroke: #1b2061;
  stroke-width: 2.639;
  fill: none;
  fill-rule: evenodd;
  stroke-linecap: round;
  opacity: 0.6;
  transform: scale(8);
  transition: opacity 0.3s;
}
.product-carousel .flickity-button:hover svg path {
  opacity: 1;
}
.product-carousel-card .card-img-holder {
  overflow: hidden;
  position: relative;
}
.product-carousel-card .card-img-holder > a {
  display: block;
}
@media (max-width: 991px) {
  .product-carousel-card .card-img-holder .btn {
    display: none;
  }
}
@media (min-width: 992px) {
  .product-carousel-card .card-img-holder .btn {
    bottom: 23px;
    left: 26px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.15s linear, visibility 0.15s linear;
    visibility: hidden;
  }
}
.product-carousel-card .card-img-holder img {
  border-radius: 0;
  display: block;
  transition: box-shadow 0.15s linear;
  width: 100%;
}
@media (min-width: 1025px) and (orientation: landscape) {
  .product-carousel-card:hover .card-img-holder .btn {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .product-carousel-card:hover .card-img-holder .btn {
    opacity: 1;
    visibility: visible;
  }
  .product-carousel-card:hover img {
    box-shadow: 0 5px 8px #0003;
  }
}
.product-carousel-card .card-body {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px 0;
}
@media (min-width: 992px) {
  .product-carousel-card .card-body {
    padding-bottom: 0;
  }
  .product-carousel-card .card-body .btn {
    display: none;
  }
}
.product-carousel-card .btn {
  margin-top: auto;
  padding: 16px 17px 16px 25px;
  text-transform: uppercase;
}
.product-carousel-card .btn svg {
  margin-left: 2px;
  margin-top: -3px;
  width: 13px;
}
@media (max-width: 991px) {
  .product-carousel-card .btn:active .icon-chevron-right path,
  .product-carousel-card .btn:active:focus .icon-chevron-right path,
  .product-carousel-card .btn:hover .icon-chevron-right path {
    fill: #1b2061;
  }
  .product-carousel-card .card-text {
    margin-bottom: 12px;
  }
}
.product-carousel-card .card-price,
.product-carousel-card .card-title {
  color: #1b2061;
  font-weight: 500;
}
.product-carousel-card .card-title {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  min-height: 28px;
}
@media (min-width: 768px) {
  .product-carousel-card .card-title {
    margin-bottom: 20px;
  }
}
.product-carousel-card .card-price {
  font-size: 18px;
}
.template-collection .products-carousel-section .section,
.template-collection .products-carousel-section.section,
.template-index .products-carousel-section .section,
.template-index .products-carousel-section.section {
  padding: 25px 0 34px;
}
@media (min-width: 992px) {
  .template-collection .products-carousel-section .section,
  .template-collection .products-carousel-section.section,
  .template-index .products-carousel-section .section,
  .template-index .products-carousel-section.section {
    padding: 40px 0;
  }
}
.template-collection .products-carousel-section .info-card-carousel,
.template-index .products-carousel-section .info-card-carousel {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .template-collection .products-carousel-section .info-card-carousel,
  .template-index .products-carousel-section .info-card-carousel {
    margin-bottom: 0;
  }
}
.template-collection .products-carousel-section .full-title,
.template-collection .section-card-carousel .full-title,
.template-index .products-carousel-section .full-title,
.template-index .section-card-carousel .full-title {
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .template-collection .products-carousel-section .full-title,
  .template-collection .section-card-carousel .full-title,
  .template-index .products-carousel-section .full-title,
  .template-index .section-card-carousel .full-title {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .template-collection .products-carousel-section .full-title,
  .template-collection .section-card-carousel .full-title,
  .template-index .products-carousel-section .full-title,
  .template-index .section-card-carousel .full-title {
    font-size: 34px;
  }
}
.template-collection .product-carousel-card .card-title,
.template-index .product-carousel-card .card-title {
  font-weight: 600;
}
@media (min-width: 992px) {
  .template-collection .product-carousel-card .card-title,
  .template-index .product-carousel-card .card-title {
    font-size: 20px;
  }
  .template-collection .product-carousel-card .card-price,
  .template-index .product-carousel-card .card-price {
    font-size: 18px;
  }
}
.icons-list {
  justify-content: center;
  margin-bottom: 32px;
}
@media (min-width: 576px) {
  .icons-list {
    margin-bottom: 12px;
  }
}
.icons-list > li {
  padding: 15px 20px;
}
@media (min-width: 576px) {
  .icons-list > li {
    padding: 15px 40px;
  }
}
.icons-list .icon-holder {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
  margin: 0 auto;
  width: 80px;
}
.icons-list .title {
  color: #1b2061;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  margin: 0 auto;
  max-width: 108px;
}
.home-icons-section .title {
  font-size: 14px;
  max-width: none;
}
.icons-grid-bg.section,
.icons-grid.section {
  padding: 48px 0;
}
@media (min-width: 992px) {
  .icons-grid-bg.section,
  .icons-grid.section {
    padding: 29px 0;
  }
}
@media (max-width: 991px) {
  .icons-grid .container,
  .icons-grid-bg .container {
    max-width: 100%;
  }
}
.icons-grid .full-title,
.icons-grid-bg .full-title {
  margin: 0 0 14px;
  padding: 0;
}
@media (min-width: 992px) {
  .icons-grid .full-title,
  .icons-grid-bg .full-title {
    font-size: 34px;
  }
}
.icons-grid svg,
.icons-grid-bg svg {
  max-height: 100%;
  max-width: 100%;
}
.icons-grid .link,
.icons-grid-bg .link {
  border-bottom-color: #1b2061;
  color: #1b2061;
  font-size: 14px;
  line-height: 1;
}
.icons-grid .link:hover,
.icons-grid-bg .link:hover {
  border-bottom-color: transparent;
  color: #1b2061;
}
.icons-grid .icons-list,
.icons-grid-bg .icons-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 13px auto 0;
}
@media (min-width: 992px) {
  .icons-grid .icons-list,
  .icons-grid-bg .icons-list {
    margin-top: 0;
  }
}
.icons-grid .icons-list .icon-holder,
.icons-grid .icons-list .img-holder,
.icons-grid-bg .icons-list .icon-holder,
.icons-grid-bg .icons-list .img-holder {
  align-items: flex-start;
  height: 65px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .icons-grid .icons-list .icon-holder,
  .icons-grid .icons-list .img-holder,
  .icons-grid-bg .icons-list .icon-holder,
  .icons-grid-bg .icons-list .img-holder {
    align-items: center;
  }
}
.icons-grid .icons-list > li,
.icons-grid-bg .icons-list > li {
  display: flex;
  flex: 0 0 50%;
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
  min-height: 170px;
  padding: 15px;
}
@media (min-width: 992px) {
  .icons-grid .icons-list > li,
  .icons-grid-bg .icons-list > li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.icons-grid .icons-list .title,
.icons-grid-bg .icons-list .title {
  font-size: 14px;
  max-width: none;
}
@media (max-width: 991px) {
  .icons-grid {
    padding: 0;
  }
}
.grid-of-blocks-overflow,
.product-page-double-sided-blocks {
  overflow: hidden;
}
.grid-of-blocks-overflow .section,
.product-page-double-sided-blocks .section {
  padding: 42px 0 25px;
}
@media (min-width: 768px) {
  .grid-of-blocks-overflow .section,
  .product-page-double-sided-blocks .section {
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .grid-of-blocks-overflow .section,
  .product-page-double-sided-blocks .section {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .grid-of-blocks-overflow .section,
  .product-page-double-sided-blocks .section {
    padding: 60px 0;
  }
}
.grid-of-blocks-overflow .container,
.product-page-double-sided-blocks .container {
  padding: 0 24px;
}
@media (min-width: 768px) {
  .grid-of-blocks-overflow .container,
  .product-page-double-sided-blocks .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .grid-of-blocks-overflow .container,
  .product-page-double-sided-blocks .container {
    max-width: 100%;
  }
}
.grid-of-blocks-overflow .row:last-child [class*="col-"],
.product-page-double-sided-blocks .row:last-child [class*="col-"] {
  padding-bottom: 0;
}
@media (min-width: 1200px) {
  .grid-of-blocks-overflow .double-sided-holder,
  .product-page-double-sided-blocks .double-sided-holder {
    margin: 0 auto;
    max-width: 1170px;
  }
}
.grid-of-blocks-overflow [class*="col-"],
.product-page-double-sided-blocks [class*="col-"] {
  max-width: 405px;
  padding-bottom: 45px;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .grid-of-blocks-overflow [class*="col-"],
  .product-page-double-sided-blocks [class*="col-"] {
    max-width: none;
    padding-bottom: 70px;
    padding-top: 20px;
  }
}
@media (min-width: 990px) {
  .grid-of-blocks-overflow [class*="col-"],
  .product-page-double-sided-blocks [class*="col-"] {
    padding-bottom: 65px;
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .grid-of-blocks-overflow [class*="col-"],
  .product-page-double-sided-blocks [class*="col-"] {
    padding-bottom: 80px;
    padding-top: 35px;
  }
}
@media (min-width: 1200px) {
  .grid-of-blocks-overflow [class*="col-"],
  .product-page-double-sided-blocks [class*="col-"] {
    padding-bottom: 70px;
    padding-top: 32px;
  }
}
@media (min-width: 768px) {
  .grid-of-blocks-overflow .heading-holder,
  .product-page-double-sided-blocks .heading-holder {
    width: calc(50% + 15px);
  }
}
@media (min-width: 1200px) {
  .grid-of-blocks-overflow .heading-holder,
  .product-page-double-sided-blocks .heading-holder {
    margin-top: 56px;
  }
}
.grid-of-blocks-overflow .half-title,
.product-page-double-sided-blocks .half-title {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .grid-of-blocks-overflow .half-title,
  .product-page-double-sided-blocks .half-title {
    margin-bottom: 0;
    padding-left: 182px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .grid-of-blocks-overflow .half-title,
  .product-page-double-sided-blocks .half-title {
    padding-left: 294px;
  }
}
@media (min-width: 1200px) {
  .grid-of-blocks-overflow .half-title,
  .product-page-double-sided-blocks .half-title {
    padding-left: 341px;
  }
}
@media (min-width: 768px) {
  .grid-of-blocks-overflow .half-title:before,
  .product-page-double-sided-blocks .half-title:before {
    background: #1b2061;
    content: "";
    height: 1px;
    left: 103px;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    width: 120px;
  }
}
@media (min-width: 992px) {
  .grid-of-blocks-overflow .half-title:before,
  .product-page-double-sided-blocks .half-title:before {
    left: 215px;
  }
}
@media (min-width: 1200px) {
  .grid-of-blocks-overflow .half-title:before,
  .product-page-double-sided-blocks .half-title:before {
    left: 258px;
  }
}
.grid-of-blocks-overflow .img-holder,
.product-page-double-sided-blocks .img-holder {
  margin-left: -24px;
}
@media (min-width: 768px) {
  .grid-of-blocks-overflow .img-holder,
  .product-page-double-sided-blocks .img-holder {
    margin-left: -30px;
    max-width: 600px;
    width: 50%;
  }
}
.grid-of-blocks-overflow img,
.product-page-double-sided-blocks img {
  margin-left: -37%;
  min-width: 143%;
}
@media (min-width: 576px) {
  .grid-of-blocks-overflow img,
  .product-page-double-sided-blocks img {
    margin-left: -45%;
    min-width: 152%;
  }
}
@media (min-width: 768px) {
  .grid-of-blocks-overflow img,
  .product-page-double-sided-blocks img {
    min-width: 166%;
  }
}
@media (min-width: 992px) {
  .grid-of-blocks-overflow img,
  .product-page-double-sided-blocks img {
    margin-left: -35%;
    min-width: 131%;
  }
}
.grid-of-blocks-overflow .flex-row-reverse .half-title,
.product-page-double-sided-blocks .flex-row-reverse .half-title {
  text-align: right;
}
@media (min-width: 768px) {
  .grid-of-blocks-overflow .flex-row-reverse .half-title,
  .product-page-double-sided-blocks .flex-row-reverse .half-title {
    padding-left: 0;
    padding-right: 130px;
  }
}
@media (min-width: 992px) {
  .grid-of-blocks-overflow .flex-row-reverse .half-title,
  .product-page-double-sided-blocks .flex-row-reverse .half-title {
    padding-right: 240px;
  }
}
@media (min-width: 1200px) {
  .grid-of-blocks-overflow .flex-row-reverse .half-title,
  .product-page-double-sided-blocks .flex-row-reverse .half-title {
    padding-right: 302px;
  }
}
@media (min-width: 768px) {
  .grid-of-blocks-overflow .flex-row-reverse .half-title:before,
  .product-page-double-sided-blocks .flex-row-reverse .half-title:before {
    left: auto;
    right: -72px;
  }
}
@media (min-width: 992px) {
  .grid-of-blocks-overflow .flex-row-reverse .half-title:before,
  .product-page-double-sided-blocks .flex-row-reverse .half-title:before {
    right: 40px;
  }
}
@media (min-width: 1200px) {
  .grid-of-blocks-overflow .flex-row-reverse .half-title:before,
  .product-page-double-sided-blocks .flex-row-reverse .half-title:before {
    right: 80px;
  }
}
.grid-of-blocks-overflow .flex-row-reverse .img-holder,
.product-page-double-sided-blocks .flex-row-reverse .img-holder {
  margin-left: 0;
  margin-right: -24px;
}
@media (min-width: 768px) {
  .grid-of-blocks-overflow .flex-row-reverse .img-holder,
  .product-page-double-sided-blocks .flex-row-reverse .img-holder {
    margin-right: -30px;
  }
}
.grid-of-blocks-overflow .flex-row-reverse img,
.product-page-double-sided-blocks .flex-row-reverse img {
  margin-left: -16%;
  min-width: 169%;
}
@media (min-width: 768px) {
  .grid-of-blocks-overflow .flex-row-reverse img,
  .product-page-double-sided-blocks .flex-row-reverse img {
    margin-left: -27%;
    min-width: 195%;
  }
}
@media (min-width: 992px) {
  .grid-of-blocks-overflow .flex-row-reverse img,
  .product-page-double-sided-blocks .flex-row-reverse img {
    margin-left: -35%;
  }
}
@media (min-width: 1200px) {
  .grid-of-blocks-overflow .flex-row-reverse img,
  .product-page-double-sided-blocks .flex-row-reverse img {
    margin-left: -8%;
    min-width: 156%;
  }
}
.img-and-text-grid .section {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .img-and-text-grid .section {
    padding: 30px 0;
  }
  .img-and-text-grid .section.less-margin {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .img-and-text-grid .section:not(.less-margin) {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .img-and-text-grid .section {
    padding: 60px 0;
  }
}
.img-and-text-grid .container {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .img-and-text-grid .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .img-and-text-grid .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .img-and-text-grid .container {
    max-width: 1255px;
  }
}
@media (min-width: 1200px) {
  .img-and-text-grid .row {
    margin: 0 -30px;
  }
}
.img-and-text-grid [class*="col"] {
  margin-bottom: 33px;
}
@media (min-width: 576px) {
  .img-and-text-grid [class*="col"]:not(.less-margin) {
    margin-bottom: 70px;
  }
}
@media (min-width: 1200px) {
  .img-and-text-grid [class*="col"] {
    padding: 0 30px;
  }
}
.img-and-text-grid [class*="col"]:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .img-and-text-grid [class*="col"].less-margin {
    margin-bottom: 0;
  }
}
.img-and-text-grid img {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .img-and-text-grid img {
    margin-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .img-and-text-grid img {
    margin-bottom: 30px;
  }
}
.img-and-text-grid .item-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .img-and-text-grid .item-title {
    font-size: 22px;
    line-height: 1.1818;
    margin-bottom: 0;
    min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .img-and-text-grid .item-title {
    margin-bottom: 10px;
    min-height: auto;
  }
}
.img-and-text-grid .text-holder {
  max-width: 560px;
}
.hover-blocks .full-title,
.hover-blocks .title-desc {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .hover-blocks .full-title,
  .hover-blocks .title-desc {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .hover-blocks .full-title,
  .hover-blocks .title-desc {
    margin-bottom: 40px;
  }
}
.hover-blocks .hover-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 250px;
  justify-content: center;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (min-width: 576px) {
  .hover-blocks .hover-block {
    height: 513px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .hover-blocks .hover-block {
    height: 662px;
  }
}
@media (min-width: 992px) {
  .hover-blocks .hover-block {
    height: 626px;
  }
}
@media (max-width: 991px) {
  .hover-blocks .hover-block.hover .img-hover {
    opacity: 1;
    visibility: visible;
  }
  .hover-blocks .hover-block.hover .blob,
  .hover-blocks .hover-block.hover .half-title {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 992px) {
  .hover-blocks .hover-block:hover .img-hover {
    opacity: 1;
    visibility: visible;
  }
  .hover-blocks .hover-block:hover .blob,
  .hover-blocks .hover-block:hover .half-title {
    opacity: 0;
    visibility: hidden;
  }
}
.hover-blocks .hover-block img {
  bottom: 0;
  cursor: pointer;
  height: 250px;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 576px) {
  .hover-blocks .hover-block img {
    height: 513px;
    object-position: center;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .hover-blocks .hover-block img {
    height: 662px;
  }
}
@media (min-width: 992px) {
  .hover-blocks .hover-block img {
    height: 626px;
  }
}
.hover-blocks .hover-block img.img-hover {
  opacity: 0;
  transition: opacity 0.15s linear, visibility 0.15s linear;
  visibility: hidden;
}
.hover-blocks .hover-block .blob {
  opacity: 1;
  position: absolute;
  transition: opacity 0.15s linear, visibility 0.15s linear;
  visibility: visible;
}
@media (min-width: 992px) {
  .hover-blocks .hover-block .blob {
    display: none;
  }
}
.hover-blocks .hover-block:first-child .blob {
  left: 13%;
  top: 9%;
}
@media (min-width: 576px) {
  .hover-blocks .hover-block:first-child .blob {
    left: 18%;
    top: 15.5%;
  }
}
@media (min-width: 768px) {
  .hover-blocks .hover-block:first-child .blob {
    left: 15%;
    top: 17.5%;
  }
}
.hover-blocks .hover-block:nth-child(2) .blob {
  bottom: 25%;
  right: 5%;
}
@media (min-width: 576px) {
  .hover-blocks .hover-block:nth-child(2) .blob {
    bottom: 33.5%;
    right: 7%;
  }
}
@media (min-width: 768px) {
  .hover-blocks .hover-block:nth-child(2) .blob {
    bottom: 35%;
    right: 12%;
  }
}
.hover-blocks .hover-block .half-title {
  color: #fff;
  margin-bottom: 0;
  opacity: 1;
  padding: 0 15px;
  transition: opacity 0.15s linear, visibility 0.15s linear;
  visibility: visible;
}
@media (min-width: 992px) {
  .hover-blocks .hover-block .half-title {
    margin-bottom: 24px;
    max-width: none;
    padding: 0 55px;
  }
}
@media (min-width: 1200px) {
  .hover-blocks .hover-block .half-title {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .double-imgs .section,
  .section-double-imgs .section {
    padding: 40px 0;
  }
}
@media (min-width: 992px) {
  .double-imgs .section,
  .section-double-imgs .section {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .double-imgs .section,
  .section-double-imgs .section {
    padding: 75px 0;
  }
}
.double-imgs .container,
.section-double-imgs .container {
  padding: 0 24px;
}
@media (min-width: 768px) {
  .double-imgs .container,
  .section-double-imgs .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .double-imgs .container,
  .section-double-imgs .container {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .double-imgs .container,
  .section-double-imgs .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .double-imgs .row,
  .section-double-imgs .row {
    margin: 0 -12px;
  }
}
@media (min-width: 1200px) {
  .double-imgs .row,
  .section-double-imgs .row {
    margin: 0 -15px;
  }
}
@media (min-width: 768px) {
  .double-imgs [class*="col-"],
  .section-double-imgs [class*="col-"] {
    padding: 0 12px;
  }
}
@media (min-width: 1200px) {
  .double-imgs [class*="col-"],
  .section-double-imgs [class*="col-"] {
    padding: 0 15px;
  }
}
.double-imgs .full-title,
.section-double-imgs .full-title {
  font-weight: 600;
  margin-bottom: 10px;
}
.double-imgs .subtitle,
.section-double-imgs .subtitle {
  font-size: 22px;
  line-height: 1.2727;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .double-imgs .subtitle,
  .section-double-imgs .subtitle {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .double-imgs .subtitle,
  .section-double-imgs .subtitle {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .double-imgs .subtitle,
  .section-double-imgs .subtitle {
    margin-bottom: 25px;
  }
}
.double-imgs .title-desc,
.section-double-imgs .title-desc {
  font-size: 16px;
}
@media (min-width: 768px) {
  .double-imgs .title-desc,
  .section-double-imgs .title-desc {
    margin-bottom: 70px;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .double-imgs .title-desc,
  .section-double-imgs .title-desc {
    max-width: 900px;
  }
}
.double-imgs img,
.section-double-imgs img {
  display: block;
  margin: 0 auto 25px;
  max-width: 560px;
}
@media (min-width: 576px) {
  .double-imgs img,
  .section-double-imgs img {
    max-width: 327px;
  }
}
@media (min-width: 768px) {
  .double-imgs img,
  .section-double-imgs img {
    max-width: none;
  }
}
.banner-sided-content .banner-sided-content-holder {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.banner-sided-content .banner-sided-content-holder > .container {
  justify-content: flex-end;
}
@media (min-width: 576px) {
  .banner-sided-content .banner-sided-content-holder > .container {
    justify-content: center;
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .banner-sided-content .banner-sided-content-holder > .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .banner-sided-content .banner-sided-content-holder > .container {
    max-width: 1200px;
  }
}
.banner-sided-content .banner-sided-content-holder > .container .text-holder {
  margin: 0 0 40px 10px;
}
@media (min-width: 576px) {
  .banner-sided-content .banner-sided-content-holder > .container .text-holder {
    margin: 25% 0 0;
  }
}
@media (min-width: 768px) {
  .banner-sided-content .banner-sided-content-holder > .container .text-holder {
    margin: 30px 0 0 10px;
  }
}
.banner-sided-content
  .banner-sided-content-holder
  > .container
  .text-holder
  .half-title,
.banner-sided-content
  .banner-sided-content-holder
  > .container
  .text-holder
  .title-desc {
  text-align: left;
}
.banner-sided-content
  .banner-sided-content-holder
  > .container
  .text-holder
  .half-title {
  margin: 0 0 10px;
  padding: 0;
}
.banner-sided-content
  .banner-sided-content-holder
  > .container
  .text-holder
  .title-desc {
  margin-bottom: 20px;
}
.banner-sided-content .banner-sided-content-holder > .container .btn {
  font-size: 13px;
  padding: 12px 20px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .banner-sided-content .banner-sided-content-holder > .container .btn {
    font-size: 15px;
    padding: 16px 20px;
  }
}
@media (max-width: 992px) {
  .reverse-blocks.container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .reverse-blocks.container {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .reverse-blocks.container {
    max-width: 1220px;
    padding: 0 15px;
  }
}
.reverse-blocks .block {
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .reverse-blocks .block {
    padding-bottom: 65px;
  }
}
@media (min-width: 992px) {
  .reverse-blocks .block {
    padding-bottom: 100px;
  }
}
.reverse-blocks .block:last-of-type {
  padding-bottom: 0;
}
.reverse-blocks .block .half-title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .reverse-blocks .block .half-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .reverse-blocks .block .half-title {
    margin-bottom: 25px;
  }
}
.reverse-blocks .block .text-holder {
  margin: 0 auto 50px;
  max-width: 87.3%;
  text-align: center;
}
@media (min-width: 768px) {
  .reverse-blocks .block .text-holder {
    margin-bottom: 60px;
    max-width: 77%;
  }
}
@media (min-width: 992px) {
  .reverse-blocks .block .text-holder {
    margin-bottom: 0;
    max-width: 450px;
  }
}
.reverse-blocks .block .text-holder p:last-of-type {
  margin-bottom: 0;
}
.reverse-blocks .block .img-holder {
  height: 100%;
  margin: 0 -15px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .reverse-blocks .block .img-holder {
    margin: 0;
  }
}
.reverse-blocks .block .img-holder img {
  height: 230px;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .reverse-blocks .block .img-holder img {
    height: 470px;
  }
}
@media (min-width: 992px) {
  .reverse-blocks .block .img-holder img {
    height: 330px;
  }
}
@media (min-width: 1200px) {
  .reverse-blocks .block .img-holder img {
    height: 370px;
  }
}
.reverse-blocks .block .badge {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .reverse-blocks .block .badge {
    margin-bottom: 13px;
  }
}
.reverse-blocks .block .btn {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .reverse-blocks .block .btn {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .collection-recommendations .container-fluid,
  .collection-recommendations .container-lg,
  .collection-recommendations .container-md,
  .collection-recommendations .container-sm,
  .collection-recommendations .container-xl {
    overflow: hidden;
  }
}
.collection-recommendations .section,
.recommendation-cards .section {
  padding-bottom: 40px;
}
@media (min-width: 576px) {
  .collection-recommendations .section,
  .recommendation-cards .section {
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .collection-recommendations .section,
  .recommendation-cards .section {
    padding-bottom: 95px;
  }
}
@media (min-width: 992px) {
  .collection-recommendations .section,
  .recommendation-cards .section {
    padding: 40px 0 95px;
  }
}
@media (min-width: 1200px) {
  .collection-recommendations .section,
  .recommendation-cards .section {
    padding-bottom: 115px;
  }
}
.collection-recommendations .full-title,
.recommendation-cards .full-title {
  margin-bottom: 35px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
@media (min-width: 768px) {
  .collection-recommendations .full-title,
  .recommendation-cards .full-title {
    margin-bottom: 60px;
  }
}
@media (min-width: 800px) {
  .collection-recommendations .full-title,
  .recommendation-cards .full-title {
    margin-bottom: 80px;
  }
}
.collection-recommendations .container-fluid,
.collection-recommendations .container-lg,
.collection-recommendations .container-md,
.collection-recommendations .container-sm,
.collection-recommendations .container-xl,
.recommendation-cards .container-fluid,
.recommendation-cards .container-lg,
.recommendation-cards .container-md,
.recommendation-cards .container-sm,
.recommendation-cards .container-xl {
  padding: 0 24px;
}
@media (min-width: 992px) {
  .collection-recommendations .container-fluid,
  .collection-recommendations .container-lg,
  .collection-recommendations .container-md,
  .collection-recommendations .container-sm,
  .collection-recommendations .container-xl,
  .recommendation-cards .container-fluid,
  .recommendation-cards .container-lg,
  .recommendation-cards .container-md,
  .recommendation-cards .container-sm,
  .recommendation-cards .container-xl {
    max-width: 1230px;
    padding: 0 30px;
  }
}
.collection-recommendations .card,
.recommendation-cards .card {
  border-radius: 6px;
  margin: 0 auto 25px;
  max-width: 327px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .collection-recommendations .card,
  .recommendation-cards .card {
    margin-bottom: 0;
    max-width: none;
    width: 100%;
  }
}
.collection-recommendations .card .card-img-overlay,
.recommendation-cards .card .card-img-overlay {
  padding: 34px 16px 16px;
}
@media (min-width: 1440px) {
  .collection-recommendations .card .card-img-overlay,
  .recommendation-cards .card .card-img-overlay {
    padding: 58px 20px 20px;
  }
}
.collection-recommendations .card .text-holder,
.recommendation-cards .card .text-holder {
  margin: 0 auto;
  max-width: 300px;
}
@media (min-width: 992px) {
  .collection-recommendations .card .text-holder,
  .recommendation-cards .card .text-holder {
    max-width: 350px;
  }
}
.collection-recommendations .card .half-title,
.recommendation-cards .card .half-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
  padding: 0;
}
@media (min-width: 992px) {
  .collection-recommendations .card .half-title,
  .recommendation-cards .card .half-title {
    line-height: 1.2857;
    margin-bottom: 20px;
  }
}
.collection-recommendations .card .btn,
.recommendation-cards .card .btn {
  font-size: 15px;
  font-weight: 600;
  padding: 11px 14px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .collection-recommendations .card .btn,
  .recommendation-cards .card .btn {
    padding: 15px 19px;
  }
}
.collection-recommendations .cards-wrapper,
.recommendation-cards .cards-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 991px) {
  .collection-recommendations .cards-wrapper .container-fluid,
  .collection-recommendations .cards-wrapper .container-lg,
  .collection-recommendations .cards-wrapper .container-md,
  .collection-recommendations .cards-wrapper .container-sm,
  .collection-recommendations .cards-wrapper .container-xl,
  .recommendation-cards .cards-wrapper .container-fluid,
  .recommendation-cards .cards-wrapper .container-lg,
  .recommendation-cards .cards-wrapper .container-md,
  .recommendation-cards .cards-wrapper .container-sm,
  .recommendation-cards .cards-wrapper .container-xl {
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .collection-recommendations .cards-wrapper,
  .recommendation-cards .cards-wrapper {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .collection-recommendations .cards-wrapper,
  .recommendation-cards .cards-wrapper {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .collection-recommendations .cards-wrapper .flickity-viewport,
  .recommendation-cards .cards-wrapper .flickity-viewport {
    overflow: visible;
  }
}
.collection-recommendations .cards-wrapper.three-columns,
.recommendation-cards .cards-wrapper.three-columns {
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .collection-recommendations .cards-wrapper.three-columns,
  .recommendation-cards .cards-wrapper.three-columns {
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
  }
  .collection-recommendations .cards-wrapper.three-columns .card,
  .recommendation-cards .cards-wrapper.three-columns .card {
    grid-row: span 2;
  }
  .collection-recommendations
    .cards-wrapper.three-columns
    .card:nth-child(n + 3),
  .recommendation-cards .cards-wrapper.three-columns .card:nth-child(n + 3) {
    grid-row: span 1;
  }
}
.collection-recommendations .cards-wrapper .card .half-title,
.recommendation-cards .cards-wrapper .card .half-title {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
}
.collection-recommendations .cards-wrapper .card .text-holder,
.recommendation-cards .cards-wrapper .card .text-holder {
  align-items: center;
  text-align: center;
}
.collection-recommendations .cards-wrapper .card.content-left .text-holder,
.recommendation-cards .cards-wrapper .card.content-left .text-holder {
  align-items: flex-start;
  text-align: left;
}
.collection-recommendations .cards-wrapper .card.content-right .text-holder,
.recommendation-cards .cards-wrapper .card.content-right .text-holder {
  align-items: flex-end;
  text-align: right;
}
.collection-recommendations .cards-wrapper .card img,
.recommendation-cards .cards-wrapper .card img {
  display: block;
  height: 100%;
  min-height: 336px;
  object-fit: cover;
}
@media (min-width: 992px) {
  .collection-recommendations .cards-wrapper .card img,
  .recommendation-cards .cards-wrapper .card img {
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .collection-recommendations .cards-wrapper .flickity-slider .card,
  .recommendation-cards .cards-wrapper .flickity-slider .card {
    margin-right: 20px;
    width: 280px;
  }
}
.template-index .collection-recommendations .section {
  padding: 25px 0;
}
@media (min-width: 992px) {
  .template-index .collection-recommendations .section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .template-index .collection-recommendations .section,
  .template-index .recommendation-cards .section {
    padding-bottom: 0;
  }
}
.template-index .collection-recommendations .full-title,
.template-index .recommendation-cards .full-title {
  font-weight: 600;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .template-index .collection-recommendations .full-title,
  .template-index .recommendation-cards .full-title {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .template-index .collection-recommendations .full-title,
  .template-index .recommendation-cards .full-title {
    margin-bottom: 34px;
  }
}
.template-index .collection-recommendations .full-title:first-letter,
.template-index .recommendation-cards .full-title:first-letter {
  text-transform: uppercase;
}
.collection-banner,
.collection-banner .img-holder {
  align-items: center;
  background-position: 75% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  height: 396px;
  justify-content: center;
  min-height: 100%;
  text-align: center;
  width: 100%;
}
@media (min-width: 576px) {
  .collection-banner,
  .collection-banner .img-holder {
    height: 790px;
  }
}
@media (min-width: 768px) {
  .collection-banner,
  .collection-banner .img-holder {
    background-position: top;
    background-size: 100%;
    height: 247px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .collection-banner,
  .collection-banner .img-holder {
    background-position: 50%;
    background-size: cover;
    height: 371px;
  }
}
.collection-banner .container,
.collection-banner .img-holder .container {
  padding-bottom: 58px;
  padding-top: 58px;
}
@media (min-width: 768px) {
  .collection-banner .container,
  .collection-banner .img-holder .container {
    max-width: 583px;
    padding-bottom: 46px;
    padding-top: 46px;
  }
}
@media (min-width: 992px) {
  .collection-banner .container,
  .collection-banner .img-holder .container {
    max-width: 904px;
    padding-bottom: 126px;
    padding-top: 126px;
  }
}
@media (min-width: 1200px) {
  .collection-banner .container,
  .collection-banner .img-holder .container {
    max-width: 1125px;
    padding-left: 0;
  }
}
.collection-banner .h2,
.collection-banner .img-holder .h2 {
  color: #fff;
  font-size: 34px;
  line-height: 1.235;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .collection-banner .h2,
  .collection-banner .img-holder .h2 {
    font-size: 40px;
    line-height: 1.25;
    max-width: 760px;
  }
}
.collection-banner .h2 + .btn,
.collection-banner .img-holder .h2 + .btn {
  margin-top: 30px;
}
.collection-banner.collection-banner-pillow {
  align-items: flex-start;
  background-position: 25% 100%;
  height: 396px;
}
@media (min-width: 576px) {
  .collection-banner.collection-banner-pillow {
    height: 790px;
  }
}
@media (min-width: 768px) {
  .collection-banner.collection-banner-pillow {
    align-items: center;
    background-position: 50%;
    background-size: cover;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .collection-banner.collection-banner-pillow {
    max-width: none;
  }
}
.collection-banner.collection-banner-pillow .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .collection-banner.collection-banner-pillow .container {
    padding-top: 90px;
  }
}
@media (min-width: 768px) {
  .collection-banner.collection-banner-pillow .container {
    max-width: 653px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .collection-banner.collection-banner-pillow .container {
    max-width: 842px;
  }
}
.collection-banner.collection-banner-pillow .h2 {
  color: #1b2061;
  margin: 0 auto;
  max-width: 350px;
}
@media (min-width: 768px) {
  .collection-banner.collection-banner-pillow .h2 {
    margin: 0;
    max-width: 350px;
  }
}
.collection-banner .collection-banner-bundle,
.collection-banner.collection-banner-bundle,
.collection-banner.collection-banner-duvet {
  align-items: flex-start;
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .collection-banner .collection-banner-bundle,
  .collection-banner.collection-banner-bundle,
  .collection-banner.collection-banner-duvet {
    height: 790px;
  }
}
@media (min-width: 768px) {
  .collection-banner .collection-banner-bundle,
  .collection-banner.collection-banner-bundle,
  .collection-banner.collection-banner-duvet {
    align-items: center;
    background-position: 46%;
    height: 371px;
  }
}
@media (min-width: 992px) {
  .collection-banner .collection-banner-bundle,
  .collection-banner.collection-banner-bundle,
  .collection-banner.collection-banner-duvet {
    background-position: 53%;
  }
}
@media (min-width: 1200px) {
  .collection-banner .collection-banner-bundle,
  .collection-banner.collection-banner-bundle,
  .collection-banner.collection-banner-duvet {
    background-position: 40%;
  }
}
@media (min-width: 1600px) {
  .collection-banner .collection-banner-bundle,
  .collection-banner.collection-banner-bundle,
  .collection-banner.collection-banner-duvet {
    background-position: 80%;
  }
}
.collection-banner .collection-banner-bundle .container,
.collection-banner.collection-banner-bundle .container,
.collection-banner.collection-banner-duvet .container {
  padding-bottom: 60px;
  padding-top: 25px;
}
@media (min-width: 576px) {
  .collection-banner .collection-banner-bundle .container,
  .collection-banner.collection-banner-bundle .container,
  .collection-banner.collection-banner-duvet .container {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .collection-banner .collection-banner-bundle .container,
  .collection-banner.collection-banner-bundle .container,
  .collection-banner.collection-banner-duvet .container {
    max-width: 655px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .collection-banner .collection-banner-bundle .container,
  .collection-banner.collection-banner-bundle .container,
  .collection-banner.collection-banner-duvet .container {
    max-width: 806px;
  }
}
.collection-banner .collection-banner-bundle .img-holder,
.collection-banner.collection-banner-bundle .img-holder,
.collection-banner.collection-banner-duvet .img-holder {
  margin: 0 auto 14px;
  max-width: 265px;
  min-height: 190px;
}
@media (min-width: 768px) {
  .collection-banner .collection-banner-bundle .img-holder,
  .collection-banner.collection-banner-bundle .img-holder,
  .collection-banner.collection-banner-duvet .img-holder {
    margin-bottom: 0;
    max-width: none;
  }
  .collection-banner .collection-banner-bundle .text-holder,
  .collection-banner.collection-banner-bundle .text-holder,
  .collection-banner.collection-banner-duvet .text-holder {
    max-width: 370px;
  }
}
@media (min-width: 992px) {
  .collection-banner .collection-banner-bundle .text-holder,
  .collection-banner.collection-banner-bundle .text-holder,
  .collection-banner.collection-banner-duvet .text-holder {
    max-width: 426px;
  }
}
.collection-banner .collection-banner-bundle .h2,
.collection-banner.collection-banner-bundle .h2,
.collection-banner.collection-banner-duvet .h2 {
  color: #1b2061;
  margin: 0 auto;
  max-width: 280px;
}
@media (min-width: 576px) {
  .collection-banner .collection-banner-bundle .h2,
  .collection-banner.collection-banner-bundle .h2,
  .collection-banner.collection-banner-duvet .h2 {
    margin-bottom: 0;
    max-width: 440px;
  }
}
@media (min-width: 768px) {
  .collection-banner .collection-banner-bundle .h2,
  .collection-banner.collection-banner-bundle .h2,
  .collection-banner.collection-banner-duvet .h2 {
    max-width: none;
  }
  .collection-banner.collection-banner-bundle .text-holder {
    max-width: 416px;
  }
}
.collection-banner.collection-banner-bundle .h2 {
  color: #1b2061;
}
@media (max-width: 767px) {
  .collection-banner.collection-banner-bundle .h2 {
    max-width: 350px;
  }
}
.collection-banner.collection-banner-mask {
  align-items: flex-start;
  height: 396px;
}
@media (min-width: 576px) {
  .collection-banner.collection-banner-mask {
    height: 780px;
  }
}
@media (min-width: 768px) {
  .collection-banner.collection-banner-mask {
    height: 360px;
  }
}
.collection-banner.collection-banner-mask .container {
  padding-bottom: 20px;
  padding-top: 37px;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .collection-banner.collection-banner-mask .container {
    padding-top: 90px;
  }
}
@media (min-width: 768px) {
  .collection-banner.collection-banner-mask .container {
    max-width: 660px;
    padding-top: 67px;
  }
}
@media (min-width: 992px) {
  .collection-banner.collection-banner-mask .container {
    max-width: 815px;
    padding-top: 87px;
  }
}
.collection-banner.collection-banner-mask .h2 {
  color: #1b2061;
  margin: 0 auto;
  max-width: 272px;
}
@media (min-width: 576px) {
  .collection-banner.collection-banner-mask .h2 {
    margin-bottom: 0;
    max-width: 405px;
  }
}
@media (min-width: 768px) {
  .collection-banner.collection-banner-mask .h2 {
    margin: 10px 0;
    max-width: 392px;
  }
}
.slider-holder {
  margin: 0 0 8px;
}
@media (min-width: 992px) {
  .slider-holder {
    margin: 0 -15px 18px;
  }
}
.product-template-flickity-preload {
  background-size: cover;
  border-radius: 8px;
  position: relative;
}
.flkty-ready.product-template-flickity-preload {
  filter: none !important;
}
@media (max-width: 575px) {
  .js-product-slider-holder.phone-sticky {
    background-color: #fff;
    left: 0;
    position: sticky;
    top: 44px;
    width: 100%;
    z-index: 4;
  }
}
.product-template-slider {
  border-radius: 8px;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.product-template-slider.flickity-enabled {
  display: block !important;
}
.product-template-slider.flickity-enabled img {
  filter: none;
}
.product-template-slider img {
  height: auto;
  min-width: 100%;
}
.product-template-slider:hover .flickity-button {
  opacity: 1;
}
.product-template-slider .flickity-slider > div {
  display: block !important;
  width: 100%;
}
.product-template-slider .flickity-button {
  box-shadow: none;
  height: 30px;
  width: 30px;
}
@media (min-width: 992px) {
  .product-template-slider .flickity-button {
    left: -1%;
  }
}
.product-template-slider .flickity-button.previous {
  left: 17px;
}
.product-template-slider .flickity-button.next {
  left: auto;
  right: 17px;
}
@media (min-width: 992px) {
  .product-template-slider .flickity-button.next {
    right: -1%;
  }
}
.product-template-slider .flickity-button.next svg {
  margin-left: 1px;
  margin-top: 0;
  transform: rotate(-180deg);
}
.product-template-slider .flickity-button svg {
  height: 18px;
  margin-left: 5px;
  margin-top: 1px;
  width: 13px;
}
.product-template-slider .flickity-button svg path {
  transform: scale(4);
  transition: opacity 0.3s;
}
.product-template-slider .flickity-button:hover svg path {
  opacity: 1;
}
.product-template-slider .flickity-button:disabled {
  opacity: 0.5;
}
@media (max-width: 991px) {
  .product-template-slider .flickity-page-dots {
    bottom: 15px;
  }
}
@media (min-width: 992px) {
  .product-template-slider .flickity-page-dots {
    display: none;
  }
}
.product-template-slider .flickity-page-dots .dot {
  background: #fff;
  border: none;
  height: 6px;
  margin: 0 0.219rem;
  opacity: 0.7;
  width: 6px;
}
.product-template-slider .flickity-page-dots .dot.is-selected {
  background: #fff;
  opacity: 1;
}
.product-template-slider-nav {
  height: 45px;
  margin: 4px 0.094rem 0;
  overflow: hidden;
}
@media (min-width: 576px) {
  .product-template-slider-nav {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .product-template-slider-nav {
    height: 80px;
  }
}
@media (min-width: 992px) {
  .product-template-slider-nav {
    height: 120px;
    margin: 44px 5% 0;
  }
}
.product-template-slider-nav.flickity-enabled {
  display: block;
  height: auto;
}
.product-template-slider-nav .flickity-button {
  background: #fff;
  border-radius: 42px;
  box-shadow: 0 0 2px #0000004d;
  height: 42px;
  padding: 5px;
  width: 42px;
}
@media (max-width: 991px) {
  .product-template-slider-nav .flickity-button {
    display: none;
  }
}
.product-template-slider-nav .flickity-button svg {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibTEwLjgxIDEtOS42MTggOS42MThhLjU0LjU0IDAgMCAwIDAgLjc2NEwxMC44MSAyMWgwIiBzdHJva2U9IiMwRTBFMEUiIHN0cm9rZS13aWR0aD0iMS41IiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9Ii44IiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=)
    no-repeat;
  left: 5px;
  top: 4px;
}
.product-template-slider-nav .flickity-button svg path {
  stroke: none;
}
.product-template-slider-nav .flickity-button.previous {
  left: -5.5%;
}
.product-template-slider-nav .flickity-button.next {
  right: -5.5%;
}
.product-template-slider-nav .flickity-button.next svg {
  left: 12px;
  top: 10px;
  transform: rotate(-180deg);
}
.product-template-slider-nav .flickity-slider > div {
  margin: 1px 0 0;
  min-width: 50px;
  padding: 0 0.094rem;
  width: 14.2857%;
}
@media (min-width: 992px) {
  .product-template-slider-nav .flickity-slider > div {
    min-width: 164px;
    padding: 0 10px;
    width: 20%;
  }
}
.product-template-slider-nav .flickity-slider .is-selected img {
  border-color: #1b2061;
}
@media (max-width: 991px) {
  .product-template-slider-nav .flickity-slider .is-selected img {
    opacity: 1;
  }
}
.product-template-slider-nav .flickity-slider img {
  border: 0.075px solid transparent;
  border-radius: 8px;
  height: 40px;
  max-width: 100%;
  object-fit: cover;
  transition: border-color 0.15s linear;
  width: 100%;
}
@media (max-width: 991px) {
  .product-template-slider-nav .flickity-slider img {
    opacity: 0.7;
  }
}
@media (min-width: 576px) {
  .product-template-slider-nav .flickity-slider img {
    height: 60px;
  }
}
@media (min-width: 768px) {
  .product-template-slider-nav .flickity-slider img {
    border-width: 1px;
    height: 80px;
  }
}
@media (min-width: 992px) {
  .product-template-slider-nav .flickity-slider img {
    height: 120px;
  }
}
.cards-with-popups {
  overflow: hidden;
  position: relative;
}
.cards-with-popups .container {
  padding: 0 24px;
}
@media (min-width: 768px) {
  .cards-with-popups .container {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .cards-with-popups .container {
    max-width: 1260px;
  }
}
@media (max-width: 992px) {
  .cards-with-popups .container {
    max-width: 100%;
  }
}
.cards-with-popups .boxes {
  margin-right: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .cards-with-popups .boxes {
    margin-right: -30px;
    overflow-x: auto;
  }
}
@media (min-width: 992px) {
  .cards-with-popups .boxes {
    margin: 0 -15px;
  }
}
.cards-with-popups .boxes-holder {
  min-width: auto;
  width: auto;
}
@media (min-width: 768px) {
  .cards-with-popups .boxes-holder {
    min-width: 960px;
    width: 960px;
  }
}
@media (min-width: 992px) {
  .cards-with-popups .boxes-holder {
    min-width: 100%;
    width: 100%;
  }
}
.cards-with-popups .row {
  flex-wrap: wrap;
  margin: 0 -15px;
  width: auto;
}
@media (min-width: 992px) {
  .cards-with-popups .row {
    margin: 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .cards-with-popups [class*="col-"] {
    min-width: 320px;
  }
}
@media (min-width: 992px) {
  .cards-with-popups [class*="col-"] {
    min-width: auto;
    padding: 0 15px;
  }
}
.cards-with-popups .full-title {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .cards-with-popups .full-title {
    margin-bottom: 64px;
  }
}
.cards-overlay-more .container {
  padding: 0 24px;
}
.card-overlay-more {
  cursor: pointer;
  margin: 0 auto 12px;
  max-width: 560px;
  position: relative;
}
@media (min-width: 768px) {
  .card-overlay-more {
    margin-bottom: 30px;
  }
}
.card-overlay-more .card-img-overlay {
  padding: 0;
}
.card-overlay-more .text-holder {
  padding: 22px;
}
.card-overlay-more .h3 {
  font-size: 22px;
  line-height: 1.4;
}
.card-overlay-more .link-more {
  color: #1b2061;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}
.collection-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .collection-grid {
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .collection-grid {
    gap: 30px;
  }
}
.collection-wrap {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .collection-wrap {
    margin-bottom: 100px;
  }
}
.collection-wrap-heading {
  margin: 0 auto 80px;
}
@media (min-width: 768px) {
  .collection-wrap-heading {
    max-width: 728px;
  }
}
.collection-wrap-heading .full-title,
.collection-wrap-heading .title-desc {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .collection-wrap-heading .full-title,
  .collection-wrap-heading .title-desc {
    margin-bottom: 36px;
  }
}
.collection-wrap-heading .title-desc {
  max-width: 560px;
}
@media (min-width: 1200px) {
  .collection-wrap-heading .title-desc {
    max-width: 728px;
  }
}
.collection-wrap .js-collapsed-content.open {
  padding-bottom: 60px;
  padding-top: 60px;
}
.collection-wrap .js-collapsed-content.open .js-collapse-content-toggle {
  animation: background-color 0.2s ease-in;
  background-color: transparent;
  border: 1px solid #1b2061;
  color: #1b2061;
}
.collection-wrap
  .js-collapsed-content.open
  .js-collapse-content-toggle
  span.chevrone-icon
  svg {
  transform: rotateX(180deg);
  transition: transform 0.2s ease;
}
.collection-wrap
  .js-collapsed-content.open
  .js-collapse-content-toggle
  span.chevrone-icon
  svg
  path {
  fill: #1b2061;
}
.collection-wrap .js-collapsed-content .js-collapse-content-toggle {
  border: 1px solid transparent;
  border-radius: 25px;
  font-size: 14px;
  margin-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
  text-transform: capitalize;
}
.collection-wrap
  .js-collapsed-content
  .js-collapse-content-toggle
  .chevrone-icon {
  display: inline-block;
  margin-left: 10px;
  width: 13px;
}
.collection-wrap .js-collapsed-content .js-subcollection-collapsed-content {
  overflow: hidden;
  transition: height 0.5s ease;
}
.card-product {
  display: flex;
  flex-direction: column;
  position: relative;
}
.card-product .img-holder {
  display: block;
  overflow: hidden;
}
.card-product .img-holder img {
  display: block;
}
.card-product .card-body {
  padding: 8px 0 5px;
}
@media (min-width: 576px) {
  .card-product .card-body {
    padding-top: 13px;
  }
}
@media (min-width: 768px) {
  .card-product .card-body {
    padding-top: 18px;
  }
}
@media (min-width: 992px) {
  .card-product .card-body {
    padding-top: 16px;
  }
}
@media (min-width: 768px) {
  .card-product .card-body .h2 {
    font-size: 22px;
  }
}
.card-product .card-footer {
  background: transparent;
  margin-top: auto;
  padding: 0 0 18px;
}
@media (min-width: 576px) {
  .card-product .card-footer {
    padding-bottom: 24px;
  }
}
.card-product .badge.badge-lg {
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
  height: 25px;
  padding: 6px 4px;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 10;
}
@media (min-width: 992px) {
  .card-product .badge.badge-lg {
    font-size: 12px;
    height: 27px;
    padding: 7px 7px 6px;
    right: 12px;
    top: 12px;
  }
}
.card-product .card-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .card-product .card-title {
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .card-product .card-title {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 16px;
  }
}
.card-product .card-text {
  font-size: 10px;
  margin-bottom: 4px;
}
@media (min-width: 576px) {
  .card-product .card-text {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
@media (min-width: 992px) {
  .card-product .card-text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 9px;
  }
}
.card-product .card-text p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1450px) {
  .card-product .card-text {
    padding-right: 20px;
  }
}
.card-product .product-price-holder strong {
  color: #0e0e0e;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .card-product .product-price-holder strong {
    font-size: 22px;
  }
}
.card-product .product-price-holder .original-price {
  color: #0d0d0d80;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}
@media (min-width: 992px) {
  .card-product .product-price-holder .original-price {
    font-size: 15px;
  }
}
.size-guides-tables.container {
  padding: 0 14px;
}
@media (min-width: 768px) {
  .size-guides-tables.container {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .size-guides-tables.container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .size-guides-tables.container {
    max-width: 1060px;
  }
}
.table-size-guides + .heading-vertical-line {
  margin-top: 46px;
}
@media (min-width: 992px) {
  .table-size-guides + .heading-vertical-line {
    margin-top: 90px;
  }
}
.table-size-guides {
  margin-bottom: 26px;
  min-width: 375px;
}
@media (min-width: 992px) {
  .table-size-guides {
    margin-bottom: 45px;
  }
}
.table-size-guides caption {
  caption-side: top;
}
.table-size-guides.table td {
  width: 26.666%;
}
@media (min-width: 992px) {
  .table-size-guides.table td {
    font-size: 16px;
  }
}
.table-size-guides.table td,
.table-size-guides.table th {
  border-bottom-color: #1b2061;
  color: #1b2061;
  font-size: 12px;
  padding: 14px 10px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .table-size-guides.table td,
  .table-size-guides.table th {
    padding: 18px 10px;
  }
}
.table-size-guides.table td,
.table-size-guides.table th[scope="row"] {
  border-top: none;
}
@media (min-width: 992px) {
  .table-size-guides.table td,
  .table-size-guides.table th[scope="row"] {
    font-size: 18px;
  }
}
.table-size-guides.table tr:first-child th {
  border-top: none;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .table-size-guides.table tr:first-child th {
    font-size: 18px;
  }
}
.table-size-guides.table tr:first-child th[scope="row"] {
  padding-top: 16px;
}
@media (min-width: 992px) {
  .table-size-guides.table tr:first-child th[scope="row"] {
    padding-top: 22px;
  }
}
.table-size-guides.table tr:first-child td {
  padding-top: 22px;
}
@media (min-width: 992px) {
  .table-size-guides.table tr:first-child td {
    padding-top: 32px;
  }
}
.table-size-guides.table th {
  font-weight: 500;
}
.table-size-guides.table th[scope="row"] {
  min-width: 80px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.size-guide-sidebar-title {
  font-size: 20px;
}
.size-guide-heading {
  padding-bottom: 20px;
}
.size-guide-heading p {
  font-size: 15px;
  line-height: 1.11111;
}
.size-guide-heading p:first-of-type {
  padding-top: 30px;
}
.size-guide-heading img {
  margin: 0 -20px;
  width: calc(100% + 40px);
}
.dynamic-sidebar-content .switch-holder {
  position: absolute;
  right: 0;
}
.size-guide-product-measurements {
  background-color: #f8f8f8;
  border-radius: 8px;
  color: #1b2061;
  margin-bottom: 16px;
  padding: 24px 16px 30px;
}
.size-guide-product-measurements__title {
  border-bottom: 1px solid #1b2061;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  padding-bottom: 24px;
  text-align: center;
}
.size-guide-product-measurements__row {
  border-bottom: 1px solid #1b2061;
  display: flex;
  height: 50px;
}
.size-guide-product-measurements__row-title,
.size-guide-product-measurements__row-value {
  align-items: center;
  display: flex;
  flex: 1 1 50%;
  font-size: 12px;
  font-weight: 400;
  justify-content: center;
  line-height: 18px;
}
.care-guide-blocks .full-title {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .care-guide-blocks .full-title {
    margin-bottom: 60px;
  }
}
.care-guide-blocks .h3 {
  font-size: 18px;
  line-height: 1.333;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .care-guide-blocks .h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.care-guide-blocks .img-holder {
  margin-bottom: 38px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .care-guide-blocks .img-holder {
    margin-bottom: 56px;
  }
}
.care-guide-blocks img {
  margin-left: -34%;
  min-width: 134%;
}
@media (min-width: 992px) {
  .care-guide-blocks img {
    margin-left: 0;
    min-width: 100%;
  }
}
.care-guide-blocks.container,
.care-guide-tags-links .container {
  padding: 0 24px;
}
@media (min-width: 768px) {
  .care-guide-blocks.container,
  .care-guide-tags-links .container {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .care-guide-blocks.container,
  .care-guide-tags-links .container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .care-guide-blocks.container,
  .care-guide-tags-links .container {
    max-width: 1030px;
    padding: 0 15px;
  }
}
.recommend-list {
  font-size: 14px;
  line-height: 1.7142;
  margin-bottom: 28px;
}
.recommend-list > p {
  font-weight: 500;
  margin-bottom: 8px;
}
.recommend-list li {
  padding-left: 18px;
  position: relative;
}
.recommend-list li:after {
  background: #0e0e0e;
  border-radius: 4px;
  content: "";
  height: 4px;
  left: 2px;
  position: absolute;
  top: 8px;
  width: 4px;
}
.recommend-icons-list {
  margin: 0 0 46px -10px;
  max-width: 280px;
}
@media (min-width: 992px) {
  .recommend-icons-list {
    max-width: none;
  }
}
.recommend-icons-list li {
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 22px;
  width: 54px;
}
.care-guide-block {
  margin-bottom: 30px;
}
.smile-launcher-frame-container {
  bottom: 90px !important;
}
@media (min-width: 992px) {
  .smile-launcher-frame-container {
    bottom: 40px !important;
  }
}
div[id^="groove-container"] {
  bottom: 80px !important;
  z-index: 1000 !important;
}
@media (min-width: 992px) {
  div[id^="groove-container"] {
    bottom: 30px !important;
  }
}
div[id^="groove-container"] .css-12zy13-StyledBadge {
  opacity: 0;
}
@media (max-width: 991px) {
  .scroll-to-action .launcher-menu {
    opacity: 0;
    visibility: hidden;
  }
}
go-to-top {
  align-items: center;
  background: #1b2061;
  border-color: #1b2061;
  border-radius: 50%;
  bottom: 98px;
  cursor: pointer;
  display: none;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: fixed;
  right: 14px;
  width: 40px;
  z-index: 10;
}
.template-product go-to-top {
  bottom: 87px;
}
@media (min-width: 992px) {
  .template-product go-to-top,
  go-to-top {
    bottom: 105px;
  }
  go-to-top {
    height: 50px;
    right: 45px;
    width: 50px;
  }
}
.reward-floating-btn {
  bottom: 40px;
  position: fixed;
  right: 12px;
  z-index: 10;
}
@media (min-width: 992px) {
  .reward-floating-btn {
    right: 40px;
  }
}
.template-product .reward-floating-btn {
  display: none;
}
@media (min-width: 992px) {
  .template-product .reward-floating-btn {
    display: block;
  }
}
.reward-floating-btn button {
  align-items: center;
  background-color: #1b2061;
  border: none;
  border-radius: 22px;
  color: #fff;
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  height: 37px;
  justify-content: center;
  line-height: 13px;
  outline: none;
  padding: 0;
  width: 108px;
}
@media (min-width: 768px) {
  .reward-floating-btn button {
    border-radius: 27px;
    font-size: 18px;
    height: 46px;
    line-height: 16px;
    width: 135px;
  }
}
.reward-floating-btn button .heart-icon svg {
  width: 21px;
}
@media (min-width: 768px) {
  .reward-floating-btn button .heart-icon svg {
    width: 27px;
  }
}
.launcher-menu {
  bottom: 48px;
  position: fixed;
  right: 14px;
  z-index: 10;
}
@media (min-width: 768px) {
  .launcher-menu {
    bottom: 45px;
    right: 45px;
  }
}
.launcher-menu .closed-menu,
.launcher-menu .opened-menu {
  position: absolute;
  transition: opacity 0.15s linear, visibility 0.15s linear;
}
.launcher-menu .closed-menu {
  opacity: 0;
  visibility: hidden;
}
.launcher-menu .closed-menu svg {
  height: 20px;
}
@media (min-width: 768px) {
  .launcher-menu .closed-menu svg {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .launcher-menu .opened-menu svg {
    height: 16px;
  }
}
.launcher-menu.active .opened-menu {
  opacity: 0;
  visibility: hidden;
}
.launcher-menu.active .closed-menu {
  opacity: 1;
  visibility: visible;
}
.launcher-menu.active .btn.btn-primary,
.launcher-menu.active .btn.btn-primary:active:focus,
.launcher-menu.active .btn.btn-primary:focus:hover,
.launcher-menu.active .btn.btn-primary:hover {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}
.launcher-menu.active li:first-child {
  left: -49px;
  opacity: 1;
  top: 0;
  transition-delay: 0.1s;
  visibility: visible;
}
@media (min-width: 768px) {
  .launcher-menu.active li:first-child {
    left: -70px;
  }
}
.launcher-menu.active li:nth-child(2) {
  left: -49px;
  opacity: 1;
  top: -49px;
  transition-delay: 0.2s;
  visibility: visible;
}
@media (min-width: 768px) {
  .launcher-menu.active li:nth-child(2) {
    left: -70px;
    top: -70px;
  }
}
.launcher-menu.active li:nth-child(3) {
  left: 0;
  opacity: 1;
  top: -49px;
  transition-delay: 0.3s;
  visibility: visible;
}
@media (min-width: 768px) {
  .launcher-menu.active li:nth-child(3) {
    top: -70px;
  }
}
.launcher-menu .btn {
  align-items: center;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  justify-content: center;
  padding: 0;
  position: relative;
  width: 40px;
}
.launcher-menu .btn.btn-primary {
  background: #1b2061;
  border-color: #1b2061;
}
@media (min-width: 768px) {
  .launcher-menu .btn {
    height: 50px;
    width: 50px;
  }
}
.launcher-menu .btn.opener:active:focus,
.launcher-menu .btn.opener:focus:hover,
.launcher-menu .btn.opener:hover {
  background: #1b2061;
}
.launcher-menu .btn.opener:active:focus svg path,
.launcher-menu .btn.opener:focus:hover svg path,
.launcher-menu .btn.opener:hover svg path {
  fill: #fff;
}
.launcher-menu-list,
.launcher-menu-list li {
  left: 0;
  position: absolute;
  top: 0;
}
.launcher-menu-list li {
  opacity: 0;
  transition: opacity 0.15s linear, visibility 0.15s linear, left 0.15s linear,
    top 0.15s linear;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  visibility: hidden;
}
.launcher-menu-list .btn {
  border: none;
  box-shadow: 0 1px 4px #0000004d;
  transition: box-shadow 0.15s linear;
}
.launcher-menu-list .btn:active:focus,
.launcher-menu-list .btn:focus:hover,
.launcher-menu-list .btn:hover {
  box-shadow: 0 2px 10px #0000004d;
}
@media (max-width: 1199px) {
  .launcher-menu-list .btn svg {
    height: 17px;
  }
}
.launcher-menu-list .btn-smileui {
  background: #f7da7ef2;
}
.launcher-menu-list .btn-groove {
  background: #e1f1fbf2;
}
.launcher-menu-list .btn-cart-drawer {
  background: #ccf5a3f2;
}
.special-offer-launcher {
  align-items: center;
  background: #1b2061;
  border-radius: 20px 0 0 20px;
  bottom: 258px;
  display: flex;
  justify-content: center;
  left: -50px;
  opacity: 0.94;
  outline: none;
  padding: 12px 0;
  position: fixed;
  transform: rotate(180deg);
  transition: left 0.15s linear;
  width: 32px;
  z-index: 10;
}
.special-offer-launcher.show-button {
  left: 0;
}
.modal-open .special-offer-launcher {
  left: -50px;
}
@media (min-width: 1200px) {
  .special-offer-launcher {
    padding: 18px 0;
    width: 28px;
  }
}
.special-offer-launcher .text-holder {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  writing-mode: vertical-lr;
}
@media (max-width: 991px) {
  .grid-number-cols .container {
    max-width: 100%;
    padding: 0 24px;
  }
}
@media (min-width: 1200px) {
  .grid-number-cols .container {
    max-width: 1570px;
  }
}
@media (max-width: 767px) {
  .grid-number-cols [class*="col-"]:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.grid-number-cols .icon-holder {
  align-items: center;
  background: #f8e5a7;
  border-radius: 50%;
  color: #1b2061;
  display: flex;
  font-size: 27px;
  font-weight: 600;
  height: 54px;
  justify-content: center;
  width: 54px;
}
@media (min-width: 992px) {
  .grid-number-cols .icon-holder {
    font-size: 34px;
    height: 67px;
    width: 67px;
  }
}
.grid-number-cols .title {
  color: #1b2061;
  font-size: 24px;
  font-weight: 500;
}
.marquees {
  padding: 8px 0 2px;
}
@media (min-width: 992px) {
  .marquees {
    padding: 10px 0;
  }
}
.marquees .marquees-list:not(.flickity-enabled) {
  display: none;
}
.marquees .marquees-item {
  align-items: center;
  display: flex;
  padding: 0 45px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.marquees .text-holder {
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}
.marquees .icon-holder {
  margin-right: 20px;
}
.marquees .icon-holder svg {
  height: 40px;
  width: auto;
}
.marquees .flickity-slider {
  align-items: center;
  display: flex;
}
.banner-popup.alert {
  background-position: 100% 0;
  border-radius: 27px;
  bottom: 36px;
  box-shadow: 0 2px 4px #0000003d;
  font-size: 12px;
  left: 16px;
  opacity: 0;
  padding: 10px 32px 10px 14px;
  position: fixed;
  transition: opacity visibility linear;
  visibility: hidden;
  z-index: 1000;
}
@media (min-width: 768px) {
  .banner-popup.alert {
    border-radius: 0;
    bottom: 0;
    left: 0;
    padding: 60px;
    right: 0;
  }
}
@media (min-width: 992px) {
  .banner-popup.alert {
    padding: 80px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .banner-popup.alert .title {
    display: block;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
  }
}
.banner-popup.alert a {
  font-weight: 600;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .banner-popup.alert a {
    text-decoration: none;
  }
}
.banner-popup.alert a:hover {
  text-decoration: none;
}
.banner-popup.alert p {
  font-weight: 400;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .banner-popup.alert p {
    font-size: 12px;
  }
}
.banner-popup.alert.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .banner-popup.alert .text-holder {
    margin-bottom: 20px;
    max-width: 300px;
    max-width: 560px;
  }
}
.banner-popup.alert .close {
  height: 13px;
  position: absolute;
  right: 14px;
  width: 13px;
}
@media (min-width: 768px) {
  .banner-popup.alert .close {
    border: 1px solid #3c4077;
    border-radius: 50px;
    height: 25px;
    padding: 3px 4px;
    right: 15px;
    top: 30px;
    width: 25px;
  }
}
.banner-popup.alert .close:after,
.banner-popup.alert .close:before {
  background: #3c4077;
  border-radius: 2px;
  height: 1px;
  width: 13px;
}
@media (min-width: 768px) {
  .banner-popup.alert .close:after,
  .banner-popup.alert .close:before {
    width: 16px;
  }
  .banner-popup.alert .close:before {
    right: 3px;
  }
}
.banner-popup.alert .close:hover:after,
.banner-popup.alert .close:hover:before {
  background: #3c4077;
}
.addon-products .h4 {
  color: #1b2061;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
  padding-top: 6px;
  text-align: center;
  text-transform: none;
}
@media (min-width: 992px) {
  .addon-products .h4 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .addon-products .product-price-holder {
    flex-direction: row;
    gap: 5px;
    line-height: normal;
  }
}
.addon-products .product-price-holder > div {
  display: inline;
}
@media (max-width: 991px) {
  .addon-products .product-price-holder .discounted-price {
    display: inline-block;
  }
}
.addon-card {
  background: #fff;
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 3px #0006;
  display: block;
  margin-bottom: 18px;
  padding: 12px 12px 12px 14px;
  position: relative;
}
.addon-card:after {
  border: 1px solid transparent;
  border-radius: 8px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: border 0.15s linear;
}
.addon-card.active:after {
  border-color: #1b2061;
}
.addon-card.active .custom-label {
  background-color: #1b2061;
}
.addon-card.active .custom-label .check-mark svg {
  opacity: 1;
  visibility: visible;
}
.addon-card.active .custom-label .plus-mark svg {
  opacity: 0;
  visibility: hidden;
}
.addon-card .custom-label {
  background-color: transparent;
  border: 2px solid #1b2061;
  border-radius: 50%;
  color: #1b2061;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  height: 32px;
  line-height: 1.9;
  margin: 0;
  width: 32px;
}
.addon-card .custom-input {
  display: none;
}
.addon-card .custom-label .check-mark svg,
.addon-card .custom-label .plus-mark svg {
  left: 8px;
  position: absolute;
  transition: opacity 0.15s linear, visibility 0.15s linear;
  width: 16px;
}
.addon-card .custom-label .plus-mark svg {
  opacity: 1;
  top: 8px;
  visibility: visible;
}
.addon-card .custom-label .check-mark svg {
  opacity: 0;
  top: 9px;
  visibility: hidden;
}
.addon-card .addon-badge {
  background: #f6da7e;
  border-radius: 4px;
  color: #1b2061;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  padding: 6px 8px;
  position: absolute;
  right: 7px;
  text-transform: uppercase;
  top: 7px;
  z-index: 1;
}
@media (min-width: 992px) {
  .addon-card .addon-badge {
    right: 12px;
    top: 10px;
  }
}
.addon-product {
  display: flex;
  position: relative;
  z-index: 3;
}
.addon-product .custom-addon-checkbox {
  bottom: 0;
  height: 32px;
  position: absolute;
  right: 0;
}
.addon-product .img-holder {
  align-items: center;
  display: flex;
  margin-right: 10px;
  min-height: 80px;
  width: 80px;
}
@media (min-width: 768px) {
  .addon-product .img-holder {
    width: 100px;
  }
}
.addon-product .text-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: calc(100% - 160px);
  padding-top: 8px;
}
@media (min-width: 768px) {
  .addon-product .text-holder {
    max-width: calc(100% - 180px);
  }
}
.addon-product .h5 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  min-height: 24px;
}
.addon-product .description-promo {
  color: #212a2d;
  font-size: 11px;
  margin: 0;
  padding: 6px 0;
}
.addon-product .product-price-holder {
  align-items: center;
  line-height: 18px;
  margin-bottom: 8px;
}
.addon-product .product-price-holder strong {
  color: #1b2061;
  font-size: 13px;
  font-weight: 500;
}
.addon-product .product-price-holder .original-price {
  color: #929292;
  font-size: 13px;
  font-weight: 400;
  padding-left: 4px;
}
.addon-product-collapse {
  display: flex;
  flex-direction: column;
  padding: 14px 0 0;
  position: relative;
  z-index: 3;
}
.addon-product-collapse .status-message-styles {
  font-size: 10px;
  margin: 10px 0 0;
}
.addon-product-collapse .swatch-holder {
  height: 30px;
  width: 30px;
}
.addon-product-collapse .swatch-holder .swatch-left {
  border-radius: 24px 0 0 24px;
  height: 24px;
  width: 13px;
}
.addon-product-collapse .swatch-holder .swatch-right {
  border-radius: 0 24px 24px 0;
  height: 24px;
}
.addon-product-collapse .colors-list-secondary {
  margin-bottom: 16px;
}
.addon-product-collapse .sizes-list {
  gap: 2%;
  margin: 0;
}
.addon-product-collapse .sizes-list li {
  font-size: 10px;
  margin: 0;
  width: 32%;
}
.addon-product-collapse .sizes-list li label {
  font-size: inherit;
}
.hotspots .section-inner {
  min-height: 900px;
  position: relative;
}
@media (max-width: 991px) {
  .hotspots .section-inner {
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .hotspots .section-inner {
    min-height: 766px;
  }
}
.hotspots .image-column {
  min-height: 400px;
}
.hotspots .description-column {
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 576px) {
  .hotspots .description-column {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}
@media (min-width: 992px) {
  .hotspots .description-column {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.hotspots .container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .hotspots .container {
    max-width: 1255px;
  }
}
.hotspots .section-title {
  color: #d8d8d8;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .hotspots .section-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hotspots .section-title {
    font-size: 34px;
  }
}
.hotspots .text {
  color: #d8d8d8;
  font-size: 15px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .hotspots .text {
    font-size: 16px;
  }
}
.hotspots .img-holder {
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hotspots .img-holder {
    margin-bottom: 14px;
  }
}
.hotspots .img-holder img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hotspots .image-background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hotspots .image-background img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 991px) {
  .hotspots .carousel-cell {
    margin-right: 12px;
    width: 307px;
  }
  .hotspots .hotspots-slider .flickity-viewport {
    overflow: visible;
  }
}
.hotspot {
  background-color: #ffffff80;
  border: 1px solid #283241;
  border-radius: 50%;
  cursor: pointer;
  height: 18px;
  padding: 3px;
  position: absolute;
  transition: all 0.3s ease;
  width: 18px;
}
@media (min-width: 768px) {
  .hotspot {
    height: 22px;
    width: 22px;
  }
}
@media (min-width: 992px) {
  .hotspot {
    border-width: 2px;
    height: 34px;
    padding: 6px;
    width: 34px;
  }
}
.hotspot:after {
  background-color: #adadad;
  border-radius: 50%;
  content: "";
  display: flex;
  height: 100%;
  transition: all 0.3s ease;
  width: 100%;
}
.hotspot.active:after,
.hotspot:hover:after {
  background-color: #283241;
}
@media (max-width: 991px) {
  .hotspot:not(.hotspot-mobile) {
    display: none;
  }
}
.hotspot-mobile {
  display: none;
}
@media (max-width: 991px) {
  .hotspot-mobile {
    display: block;
  }
}
.review-summary {
  padding: 0 24px;
}
.review-summary .review-rating-title {
  margin-bottom: 34px;
}
@media (min-width: 768px) {
  .review-summary .review-rating-title {
    margin-bottom: 44px;
  }
}
.review-summary .title-desc {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .review-summary .title-desc {
    margin-bottom: 48px;
  }
}
.review-summary .review-summary-stars {
  margin-bottom: 24px;
}
.review-summary .review-summary-stars .stars-list li {
  padding-left: 6px;
  padding-right: 6px;
}
.review-summary .review-summary-stars .stars-list svg {
  height: 26px;
  width: 26px;
}
@media (min-width: 768px) {
  .review-summary .review-summary-stars .stars-list svg {
    height: 32px;
    width: 32px;
  }
}
.icons-grid-bg-with-title .link {
  text-decoration: underline;
}
.icons-grid-bg-with-title .link:hover {
  text-decoration: none;
}
.reviews-highlights .container-fluid,
.reviews-highlights .container-lg,
.reviews-highlights .container-md,
.reviews-highlights .container-sm,
.reviews-highlights .container-xl {
  padding: 0;
}
.reviews-highlights .container-fluid .cards-wrapper,
.reviews-highlights .container-lg .cards-wrapper,
.reviews-highlights .container-md .cards-wrapper,
.reviews-highlights .container-sm .cards-wrapper,
.reviews-highlights .container-xl .cards-wrapper {
  flex-direction: column;
}
@media (min-width: 768px) {
  .reviews-highlights .container-fluid .cards-wrapper,
  .reviews-highlights .container-lg .cards-wrapper,
  .reviews-highlights .container-md .cards-wrapper,
  .reviews-highlights .container-sm .cards-wrapper,
  .reviews-highlights .container-xl .cards-wrapper {
    flex-direction: row;
  }
}
.reviews-highlights .container-fluid .cards-wrapper .card,
.reviews-highlights .container-lg .cards-wrapper .card,
.reviews-highlights .container-md .cards-wrapper .card,
.reviews-highlights .container-sm .cards-wrapper .card,
.reviews-highlights .container-xl .cards-wrapper .card {
  padding: 0 24px;
  width: 100%;
}
.reviews-highlights .container-fluid .cards-wrapper .card:first-child,
.reviews-highlights .container-lg .cards-wrapper .card:first-child,
.reviews-highlights .container-md .cards-wrapper .card:first-child,
.reviews-highlights .container-sm .cards-wrapper .card:first-child,
.reviews-highlights .container-xl .cards-wrapper .card:first-child {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .reviews-highlights .container-fluid .cards-wrapper .card,
  .reviews-highlights .container-lg .cards-wrapper .card,
  .reviews-highlights .container-md .cards-wrapper .card,
  .reviews-highlights .container-sm .cards-wrapper .card,
  .reviews-highlights .container-xl .cards-wrapper .card {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .reviews-highlights .container-fluid .cards-wrapper .card,
  .reviews-highlights .container-lg .cards-wrapper .card,
  .reviews-highlights .container-md .cards-wrapper .card,
  .reviews-highlights .container-sm .cards-wrapper .card,
  .reviews-highlights .container-xl .cards-wrapper .card {
    width: 30%;
  }
}
.reviews-highlights .container-fluid .cards-wrapper .card img,
.reviews-highlights .container-lg .cards-wrapper .card img,
.reviews-highlights .container-md .cards-wrapper .card img,
.reviews-highlights .container-sm .cards-wrapper .card img,
.reviews-highlights .container-xl .cards-wrapper .card img {
  margin-bottom: 30px;
}
.reviews-highlights .container-fluid .cards-wrapper .card a,
.reviews-highlights .container-lg .cards-wrapper .card a,
.reviews-highlights .container-md .cards-wrapper .card a,
.reviews-highlights .container-sm .cards-wrapper .card a,
.reviews-highlights .container-xl .cards-wrapper .card a {
  margin-bottom: 16px;
}
.reviews-highlights .container-fluid .cards-wrapper .card .subtitle,
.reviews-highlights .container-lg .cards-wrapper .card .subtitle,
.reviews-highlights .container-md .cards-wrapper .card .subtitle,
.reviews-highlights .container-sm .cards-wrapper .card .subtitle,
.reviews-highlights .container-xl .cards-wrapper .card .subtitle {
  margin-bottom: 24px;
  text-align: center;
}
.reviews-highlights .container-fluid .cards-wrapper .card .stars-holder span,
.reviews-highlights .container-lg .cards-wrapper .card .stars-holder span,
.reviews-highlights .container-md .cards-wrapper .card .stars-holder span,
.reviews-highlights .container-sm .cards-wrapper .card .stars-holder span,
.reviews-highlights .container-xl .cards-wrapper .card .stars-holder span {
  text-decoration: underline;
}
.reviews-highlights
  .container-fluid
  .cards-wrapper
  .card
  .stars-holder
  span:hover,
.reviews-highlights .container-lg .cards-wrapper .card .stars-holder span:hover,
.reviews-highlights .container-md .cards-wrapper .card .stars-holder span:hover,
.reviews-highlights .container-sm .cards-wrapper .card .stars-holder span:hover,
.reviews-highlights
  .container-xl
  .cards-wrapper
  .card
  .stars-holder
  span:hover {
  text-decoration: none;
}
.reviews-highlights .container-fluid .cards-wrapper .card .stars-holder li svg,
.reviews-highlights .container-lg .cards-wrapper .card .stars-holder li svg,
.reviews-highlights .container-md .cards-wrapper .card .stars-holder li svg,
.reviews-highlights .container-sm .cards-wrapper .card .stars-holder li svg,
.reviews-highlights .container-xl .cards-wrapper .card .stars-holder li svg {
  height: 18px;
  width: 18px;
}
#all-reviews-judge .jdgm-all-reviews__header .jdgm-all-reviews__summary {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  #all-reviews-judge .jdgm-all-reviews__header .jdgm-all-reviews__summary {
    margin-right: 40px;
  }
}
@media (min-width: 1200px) {
  #all-reviews-judge .jdgm-all-reviews__header .jdgm-all-reviews__summary {
    margin-right: 80px;
  }
}
#all-reviews-judge .jdgm-all-reviews__footer a {
  margin-top: 50px;
}
.section-collections .header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-collections .header {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.section-collections .full-title {
  margin-bottom: 17px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .section-collections .full-title {
    margin: 0;
    text-align: left;
  }
}
.section-collections .img-holder {
  border-radius: 0.5rem;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-collections .img-holder {
    margin-bottom: 0;
  }
}
.section-collections .list-items {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-collections .list-items {
    margin-bottom: 0;
  }
  .section-collections.container {
    max-width: 1680px;
  }
}
@media (min-width: 1200px) {
  .section-collections.container {
    padding: 0 40px;
  }
}
.section-collections-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section-collections-item:not(:last-child) {
  margin-bottom: 22px;
}
@media (min-width: 992px) {
  .section-collections-item {
    flex-direction: row;
  }
}
@media (min-width: 1440px) {
  .section-collections-item {
    gap: 50px;
  }
}
.section-collections-item .title {
  font-size: 26px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .section-collections-item .title {
    line-height: 1;
    margin-bottom: 20px;
  }
}
.section-collections-item .text {
  font-size: 14px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .section-collections-item .text {
    margin-bottom: 10px;
  }
}
.section-collections-item .content {
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media (min-width: 992px) {
  .section-collections-item .content {
    max-width: 320px;
  }
}
@media (min-width: 1440px) {
  .section-collections-item .content {
    max-width: 400px;
  }
}
.section-collections-item .img-holder {
  border-radius: 0.5rem;
  flex: 0 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-collections-item .img-holder {
    margin-bottom: 0;
    max-width: 456px;
    width: 51%;
  }
}
.section-collections-item .link-wrapper {
  align-items: center;
  border: 2px solid #1b2061;
  border-radius: 0.5rem;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  justify-content: space-between;
  margin-top: 60px;
  width: 100%;
}
@media (min-width: 992px) {
  .section-collections-item .link-wrapper {
    max-width: 268px;
  }
}
.section-collections-item .link-title,
.section-collections-item .link-value {
  align-items: center;
  display: flex;
  flex-basis: 50%;
  height: 100%;
  justify-content: center;
  max-width: 50%;
  width: 100%;
}
.section-collections-item .link-value {
  color: #1b2061;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center;
}
.section-collections-item .link-title {
  background: #1b2061;
  border: none;
  border-left: 2px solid #1b2061;
  border-radius: 0 0.3rem 0.3rem 0;
  color: #fff;
  margin-left: auto;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.section-collections-item .link-title:hover {
  background: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
  color: #0d113d;
}
@media (min-width: 992px) {
  .section-collections-item .link-title {
    margin-left: 0;
  }
}
.section-collections-top-button {
  text-transform: uppercase;
}
.section-collections-main-banner {
  align-items: center;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  min-height: 484px;
  overflow: hidden;
  padding: 40px 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .section-collections-main-banner {
    height: 100%;
    max-width: 456px;
    padding: 70px 24px;
  }
}
.section-collections-main-banner .content {
  margin-top: auto;
}
.section-collections-main-banner .img-holder {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-collections-main-banner .img-holder {
    margin-bottom: 30px;
  }
}
.section-collections-main-banner .title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .section-collections-main-banner .title {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.section-collections-main-banner .button {
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 0.5rem;
  color: #1b2061;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  padding: 5px 18px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.section-collections-main-banner .button:hover {
  background: #1b2061;
  border: 2px solid #1b2061;
  color: #fff;
}
.hotspots-new .full-title {
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .hotspots-new .full-title {
    margin-bottom: 22px;
  }
}
.hotspots-new .title-desc {
  margin-bottom: 20px;
  max-width: 330px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .hotspots-new .title-desc {
    margin-bottom: 36px;
    max-width: 660px;
  }
}
@media (min-width: 992px) {
  .hotspots-new .title-desc {
    margin-bottom: 54px;
    max-width: 1170px;
  }
}
.hotspots-new .section-inner {
  display: flex;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .hotspots-new .section-inner {
    min-height: 766px;
  }
}
.hotspots-new .description-column {
  display: flex;
  padding: 60px 15px 30px;
  width: 100%;
}
@media (min-width: 992px) {
  .hotspots-new .description-column {
    padding-bottom: 0;
    padding-left: 50px;
    padding-top: 0;
    width: 45%;
  }
}
@media (min-width: 1200px) {
  .hotspots-new .description-column {
    padding-left: 110px;
  }
}
@media (min-width: 1500px) {
  .hotspots-new .description-column {
    padding-left: 160px;
  }
}
@media (min-width: 1875px) {
  .hotspots-new .description-column {
    padding-left: 220px;
  }
}
.hotspots-new .image-column {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .hotspots-new .image-column {
    height: 100%;
    width: 55%;
  }
}
.hotspots-new .container-fluid,
.hotspots-new .container-lg,
.hotspots-new .container-md,
.hotspots-new .container-sm,
.hotspots-new .container-xl {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.hotspots-new .slide-title {
  color: var(--hotspot-heading-color);
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .hotspots-new .slide-title {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .hotspots-new .slide-title {
    font-size: 34px;
    line-height: 38px;
  }
}
.hotspots-new .text {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .hotspots-new .text {
    font-size: 16px;
  }
}
.hotspots-new .img-holder {
  border-radius: 10px;
  overflow: hidden;
}
.hotspots-new .image-background-desktop {
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hotspots-new .image-background-desktop {
    right: -23%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .hotspots-new .image-background-desktop {
    right: -15%;
  }
}
@media (min-width: 1440px) and (max-width: 1874px) {
  .hotspots-new .image-background-desktop {
    right: calc(100% - 1575px);
  }
}
.hotspots-new .image-background-mobile {
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .hotspots-new .flickity-slider {
    transform: none !important;
  }
}
.hotspots-new .carousel-cell.is-selected .text {
  color: var(--hotspot-text-color);
}
@media (min-width: 992px) {
  .hotspots-new .carousel-cell.is-selected {
    opacity: 1;
    z-index: 0;
  }
}
.hotspots-new .carousel-cell .text {
  color: #d8d8d8;
}
@media (min-width: 992px) {
  .hotspots-new .carousel-cell .text {
    color: var(--hotspot-text-color);
  }
}
@media (max-width: 991px) {
  .hotspots-new .carousel-cell {
    margin-right: 12px;
    width: 328px;
  }
}
@media (min-width: 992px) {
  .hotspots-new .carousel-cell {
    left: 0 !important;
    opacity: 0;
    transform: none !important;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
  }
}
.hotspots-new .hotspots-slider {
  width: 100%;
}
@media (min-width: 992px) {
  .hotspots-new .hotspots-slider {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .hotspots-new .hotspots-slider.flickity-viewport {
    overflow: visible;
  }
}
.hotspots-new img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.hotspots-new .hotspot-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  left: 0;
  position: absolute;
  width: 100%;
}
.hotspots-new .hotspot-item-mark {
  background-color: #e6e6e6;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 20px;
  padding: 5px;
  pointer-events: none;
  transition: all 0.3s ease;
  width: 20px;
}
@media (min-width: 992px) {
  .hotspots-new .hotspot-item-mark {
    height: 28px;
    padding: 8px;
    width: 28px;
  }
}
.hotspots-new .hotspot-item-mark:after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: flex;
  height: 100%;
  transition: all 0.3s ease;
  width: 100%;
}
.hotspots-new .hotspot-item-title {
  color: var(--hotspot-heading-color);
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
  padding-left: 30px;
  pointer-events: none;
}
@media (min-width: 992px) and (max-width: 1499px) {
  .hotspots-new .hotspot-item-title {
    line-height: 25px;
    max-width: 240px;
  }
}
.hotspots-new .hotspot-item-pointer {
  align-items: center;
  background-color: var(--hotspot-heading-color);
  border-radius: 50%;
  display: flex;
  height: 8px;
  position: absolute;
  width: 8px;
}
.hotspots-new .hotspot-item-pointer:before {
  background-color: var(--hotspot-heading-color);
  content: "";
  display: block;
  height: 1px;
  left: -130px;
  position: absolute;
  top: 4px;
  width: 130px;
}
@media (min-width: 992px) and (max-width: 1439px) {
  .hotspots-new .hotspot-item-pointer:before {
    left: -80px;
    width: 80px;
  }
}
.hotspots-new .hotspot-item.active .hotspot-item-mark {
  background-color: var(--hotspot-heading-color);
}
.hotspots-new .hotspot-item.active .hotspot-item-title {
  font-weight: 600;
}
@media (max-width: 991px) {
  .hotspots-new .hotspot-item:not(.hotspot-mobile) {
    display: none;
  }
}
.hotspots-new .hotspot-mobile {
  display: none;
}
@media (max-width: 991px) {
  .hotspots-new .hotspot-mobile {
    display: block;
  }
}
.reviews-promo {
  background-color: #f8f8f8;
  padding: 50px 0 0;
}
@media (min-width: 992px) {
  .reviews-promo {
    padding-bottom: 50px;
  }
  .reviews-promo .container {
    max-width: 1680px;
  }
}
.reviews-promo-content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .reviews-promo-content {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .reviews-promo-content {
    padding: 0 40px;
  }
}
.reviews-promo-data {
  text-align: center;
}
@media (min-width: 992px) {
  .reviews-promo-data {
    overflow: visible;
    text-align: left;
    width: 28%;
  }
}
@media (min-width: 1440px) {
  .reviews-promo-data {
    margin-left: 40px;
  }
}
.reviews-promo-data .full-title {
  margin-bottom: 34px;
}
@media (min-width: 992px) {
  .reviews-promo-data .full-title {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 20px;
    max-width: 300px;
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .reviews-promo-data .full-title {
    font-size: 30px;
  }
}
.reviews-promo-block {
  background-color: #fff;
  margin: 0 18px;
  padding: 22px;
}
@media (min-width: 992px) {
  .reviews-promo-block {
    margin: 0;
    max-width: 540px;
    min-height: 200px;
    position: relative;
    width: 140%;
  }
}
.reviews-promo-block review-stars-holder {
  justify-content: center;
}
@media (min-width: 992px) {
  .reviews-promo-block review-stars-holder {
    justify-content: start;
  }
}
.reviews-promo-block review-stars-holder .stars-list svg {
  height: 26px;
  width: 26px;
}
.reviews-promo-author,
.reviews-promo-msg {
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 16px;
}
.reviews-promo-cta {
  margin: 34px 0 40px;
}
@media (min-width: 992px) {
  .reviews-promo-cta {
    margin: 50px 0 0;
  }
}
.reviews-promo-images {
  display: flex;
  gap: 7px;
}
@media (min-width: 992px) {
  .reviews-promo-images {
    max-width: 1060px;
    width: 72%;
  }
}
@media (min-width: 1200px) {
  .reviews-promo-images {
    gap: 15px;
  }
}
@media (min-width: 1440px) {
  .reviews-promo-images {
    gap: 18px;
  }
}
.reviews-promo-images > div {
  flex: 1;
}
.reviews-promo-images .two-rows-images {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reviews-promo-images .two-rows-images > div {
  flex: 1;
}
@media (min-width: 1200px) {
  .reviews-promo-images .two-rows-images {
    gap: 14px;
  }
}
@media (min-width: 1440px) {
  .reviews-promo-images .two-rows-images {
    gap: 16px;
  }
}
.reviews-promo-images img {
  height: 100%;
  object-fit: cover;
}
.reviews-promo-icons {
  align-items: center;
  display: flex;
  gap: 18px;
  margin: 0 22px;
  padding: 13px 0 22px;
}
@media (min-width: 992px) {
  .reviews-promo-icons {
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1000px;
    padding: 40px 0 0;
    width: 100%;
  }
}
.reviews-promo-icon-holder svg {
  width: 100%;
}
.section-content-with-image-full-width .content-holder {
  max-width: 400px;
  padding: 23px 30px;
}
@media (min-width: 768px) {
  .section-content-with-image-full-width .content-holder {
    margin: auto 30px;
  }
}
@media (min-width: 1200px) {
  .section-content-with-image-full-width .content-holder {
    margin: 100px 65px 0 0;
    max-width: 600px;
  }
}
@media (min-width: 1440px) {
  .section-content-with-image-full-width .content-holder {
    margin: 150px 95px 0 30px;
    padding: 0;
  }
}
.section-content-with-image-full-width .content-holder .subtitle,
.section-content-with-image-full-width .content-holder .title {
  color: #1b2061;
  text-align: center;
}
@media (min-width: 768px) {
  .section-content-with-image-full-width .content-holder .subtitle,
  .section-content-with-image-full-width .content-holder .title {
    text-align: left;
  }
}
.section-content-with-image-full-width .content-holder .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .section-content-with-image-full-width .content-holder .title {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .section-content-with-image-full-width .content-holder .title {
    font-size: 56px;
    line-height: 86px;
  }
}
@media (min-width: 1440px) {
  .section-content-with-image-full-width .content-holder .title {
    font-size: 78px;
    line-height: 107px;
  }
}
.section-content-with-image-full-width .content-holder .subtitle {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section-content-with-image-full-width .content-holder .subtitle {
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .section-content-with-image-full-width .content-holder .subtitle {
    font-size: 18px;
    line-height: 25px;
  }
}
.section-content-with-image-full-width .content-holder .btn {
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  min-width: 193px;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .section-content-with-image-full-width .content-holder .btn {
    min-width: 261px;
    padding: 14px 0;
  }
}
.section-content-with-image-full-width .image-holder {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 245px;
}
@media (min-width: 576px) {
  .section-content-with-image-full-width .image-holder {
    min-height: 345px;
  }
}
@media (min-width: 768px) {
  .section-content-with-image-full-width .image-holder {
    min-height: 445px;
  }
}
@media (min-width: 1200px) {
  .section-content-with-image-full-width .image-holder {
    min-height: 545px;
  }
}
@media (min-width: 1440px) {
  .section-content-with-image-full-width .image-holder {
    min-height: 692px;
  }
}
.section-content-cards-image-with-text .full-title {
  font-size: 26px;
  line-height: 44px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .section-content-cards-image-with-text .full-title {
    margin-bottom: 22px;
  }
}
.section-content-cards-image-with-text .title-desc {
  color: #0e0e0e;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .section-content-cards-image-with-text .title-desc {
    margin-bottom: 58px;
  }
}
@media (min-width: 1680px) {
  .section-content-cards-image-with-text .p-1680-0 {
    padding: 0;
  }
}
.section-content-cards-image-with-text .content-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .section-content-cards-image-with-text .content-cards {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .section-content-cards-image-with-text .content-cards {
    gap: 60px;
  }
}
.section-content-cards-image-with-text .content-cards .content-card {
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 768px) {
  .section-content-cards-image-with-text .content-cards .content-card {
    max-width: calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .section-content-cards-image-with-text .content-cards .content-card {
    max-width: calc(50% - 30px);
  }
}
.section-content-cards-image-with-text .content-holder {
  padding: 18px 14px;
}
@media (min-width: 1200px) {
  .section-content-cards-image-with-text .content-holder {
    padding: 34px 30px;
  }
}
.section-content-cards-image-with-text .content-holder .title {
  color: #1b2061;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 14px;
}
@media (min-width: 1200px) {
  .section-content-cards-image-with-text .content-holder .title {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
.section-content-cards-image-with-text .content-holder .text {
  color: #0e0e0e;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1200px) {
  .section-content-cards-image-with-text .content-holder .text {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 1680px) {
  .section-content-cards-icon-with-text .p-1680-0 {
    padding: 0;
  }
}
.section-content-cards-icon-with-text .content-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 0;
  justify-content: space-around;
}
@media (min-width: 1200px) {
  .section-content-cards-icon-with-text .content-cards {
    gap: 24px 0;
    justify-content: space-between;
    padding: 0 30px;
  }
}
@media (min-width: 1500px) {
  .section-content-cards-icon-with-text .content-cards {
    padding: 0 50px;
  }
}
.section-content-cards-icon-with-text .content-cards .content-card {
  display: flex;
  flex-direction: column;
  max-width: 170px;
  padding: 0;
}
@media (min-width: 768px) {
  .section-content-cards-icon-with-text .content-cards .content-card {
    max-width: 240px;
  }
}
@media (min-width: 1200px) {
  .section-content-cards-icon-with-text .content-cards .content-card {
    max-width: 380px;
  }
}
.section-content-cards-icon-with-text .icon-holder {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 50px;
}
.section-content-cards-icon-with-text .content-holder {
  padding: 8px;
  text-align: center;
}
@media (min-width: 1200px) {
  .section-content-cards-icon-with-text .content-holder {
    padding: 12px 15px;
  }
}
.section-content-cards-icon-with-text .content-holder .title {
  align-items: center;
  color: #1b2061;
  display: flex;
  font-size: 20px;
  justify-content: center;
  line-height: 24px;
  margin-bottom: 10px;
  min-height: 50px;
}
@media (min-width: 1200px) {
  .section-content-cards-icon-with-text .content-holder .title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 14px;
    min-height: auto;
  }
}
.section-content-cards-icon-with-text .content-holder .text {
  color: #0e0e0e;
  font-size: 14px;
  line-height: 16px;
}
@media (min-width: 1200px) {
  .section-content-cards-icon-with-text .content-holder .text {
    line-height: 20px;
  }
}
.section-content-cards-icon-with-text .btn-holder {
  display: flex;
  justify-content: center;
  padding-top: 60px;
}
.section-content-cards-icon-with-text .btn-holder .btn {
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  min-width: 178px;
}
@media (min-width: 992px) {
  .section-content-cards-icon-with-text .btn-holder .btn {
    min-width: 330px;
  }
}
.section-content-cards-icon-with-text-colored .full-title {
  color: inherit;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .section-content-cards-icon-with-text-colored .full-title {
    margin-bottom: 25px;
  }
}
.section-content-cards-icon-with-text-colored .content-cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .section-content-cards-icon-with-text-colored .content-cards {
    gap: 36px 0;
    padding: 0 10%;
  }
}
@media (min-width: 1440px) {
  .section-content-cards-icon-with-text-colored .content-cards {
    padding: 0 16%;
  }
}
@media (min-width: 1680px) {
  .section-content-cards-icon-with-text-colored .content-cards {
    padding: 0 18%;
  }
}
.section-content-cards-icon-with-text-colored .content-cards .content-card {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
}
@media (min-width: 992px) {
  .section-content-cards-icon-with-text-colored .content-cards .content-card {
    max-width: 420px;
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .section-content-cards-icon-with-text-colored .content-cards .content-card {
    padding: 0;
  }
}
.section-content-cards-icon-with-text-colored .icon-holder {
  align-items: center;
  display: flex;
  justify-content: center;
}
.section-content-cards-icon-with-text-colored .icon-holder svg {
  height: 44px;
}
@media (min-width: 1200px) {
  .section-content-cards-icon-with-text-colored .icon-holder svg {
    height: 60px;
  }
}
.section-content-cards-icon-with-text-colored .content-holder {
  padding: 24px 0 40px;
  text-align: center;
}
@media (min-width: 1200px) {
  .section-content-cards-icon-with-text-colored .content-holder {
    padding: 13px 0 20px;
  }
}
.section-content-cards-icon-with-text-colored .content-holder .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .section-content-cards-icon-with-text-colored .content-holder .title {
    font-size: 30px;
    line-height: 41px;
    margin-bottom: 12px;
  }
}
.section-content-cards-icon-with-text-colored .content-holder .text {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
@media (min-width: 1200px) {
  .section-content-cards-icon-with-text-colored .content-holder .text {
    padding: 0 65px;
  }
}
.template-blog .section-hero .container-fluid,
.template-blog .section-hero .container-lg,
.template-blog .section-hero .container-md,
.template-blog .section-hero .container-sm,
.template-blog .section-hero .container-xl {
  padding: 20px;
}
@media (min-width: 992px) {
  .template-blog .section-hero .container-fluid,
  .template-blog .section-hero .container-lg,
  .template-blog .section-hero .container-md,
  .template-blog .section-hero .container-sm,
  .template-blog .section-hero .container-xl {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .template-blog .section-hero .container-fluid,
  .template-blog .section-hero .container-lg,
  .template-blog .section-hero .container-md,
  .template-blog .section-hero .container-sm,
  .template-blog .section-hero .container-xl {
    max-width: 1600px;
    padding: 110px 0 70px;
  }
}
.template-blog .section-hero .image-holder {
  display: flex;
  justify-content: center;
  padding: 0;
}
@media (min-width: 768px) {
  .template-blog .section-hero .image-holder {
    padding: 0 20px;
  }
}
@media (min-width: 1500px) {
  .template-blog .section-hero .image-holder {
    padding: 0;
  }
}
.template-blog .section-hero .image-holder img {
  max-width: 85%;
}
@media (min-width: 992px) {
  .template-blog .section-hero .image-holder img {
    max-width: 575px;
  }
}
.template-blog .section-hero .content-holder {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .template-blog .section-hero .content-holder {
    margin-bottom: 0;
    max-width: 600px;
  }
}
.template-blog .section-hero .content-holder .subtitle,
.template-blog .section-hero .content-holder .title {
  text-align: center;
}
@media (min-width: 768px) {
  .template-blog .section-hero .content-holder .subtitle,
  .template-blog .section-hero .content-holder .title {
    text-align: left;
  }
}
.template-blog .section-hero .content-holder .title {
  color: #1b2061;
  font-size: 34px;
  font-weight: 600;
  line-height: 46px;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .template-blog .section-hero .content-holder .title {
    font-size: 78px;
    line-height: 107px;
  }
}
.template-blog .section-hero .content-holder .subtitle {
  color: #1b2061;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
@media (min-width: 1200px) {
  .template-blog .section-hero .content-holder .subtitle {
    font-size: 18px;
    line-height: 25px;
  }
}
.template-blog .section-articles-grid {
  background-color: #eceeef;
}
.template-blog .section-articles-grid .container-fluid,
.template-blog .section-articles-grid .container-lg,
.template-blog .section-articles-grid .container-md,
.template-blog .section-articles-grid .container-sm,
.template-blog .section-articles-grid .container-xl {
  padding: 20px 14px 150px;
}
@media (min-width: 992px) {
  .template-blog .section-articles-grid .container-fluid,
  .template-blog .section-articles-grid .container-lg,
  .template-blog .section-articles-grid .container-md,
  .template-blog .section-articles-grid .container-sm,
  .template-blog .section-articles-grid .container-xl {
    padding: 80px 40px 120px;
  }
}
@media (min-width: 1200px) {
  .template-blog .section-articles-grid .container-fluid,
  .template-blog .section-articles-grid .container-lg,
  .template-blog .section-articles-grid .container-md,
  .template-blog .section-articles-grid .container-sm,
  .template-blog .section-articles-grid .container-xl {
    padding: 120px 65px 192px;
  }
}
.template-blog .section-articles-grid .grid-hero {
  background-position: 88% 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.template-blog .section-articles-grid .grid-hero-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .template-blog .section-articles-grid .grid-hero-content {
    align-items: center;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .template-blog .section-articles-grid .grid-hero-content {
    max-width: 1600px;
  }
}
.template-blog .section-articles-grid .grid-hero-content .image-holder {
  padding: 0;
}
@media (min-width: 768px) {
  .template-blog .section-articles-grid .grid-hero-content .image-holder {
    max-width: 800px;
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .template-blog .section-articles-grid .grid-hero-content .image-holder {
    max-width: 800px;
    padding: 0;
  }
}
.template-blog .section-articles-grid .grid-hero-content .content-holder {
  padding: 24px 0 0;
}
@media (min-width: 768px) {
  .template-blog .section-articles-grid .grid-hero-content .content-holder {
    max-width: 420px;
    padding: 15px;
  }
}
@media (min-width: 1200px) {
  .template-blog .section-articles-grid .grid-hero-content .content-holder {
    margin-left: 120px;
    padding: 0;
  }
}
.template-blog
  .section-articles-grid
  .grid-hero-content
  .content-holder
  .promo {
  color: #f6da7e;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .template-blog
    .section-articles-grid
    .grid-hero-content
    .content-holder
    .promo {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.template-blog
  .section-articles-grid
  .grid-hero-content
  .content-holder
  .title {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .template-blog
    .section-articles-grid
    .grid-hero-content
    .content-holder
    .title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 20px;
  }
}
.template-blog .section-articles-grid .grid-hero-content .content-holder .btn {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .template-blog
    .section-articles-grid
    .grid-hero-content
    .content-holder
    .btn {
    font-size: 16px;
    line-height: 22px;
  }
}
.template-blog .section-articles-grid .grid-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: -83px;
  padding-bottom: 35px;
  padding-top: 0;
}
@media (min-width: 768px) {
  .template-blog .section-articles-grid .grid-content {
    margin-top: -72px;
  }
}
@media (min-width: 1200px) {
  .template-blog .section-articles-grid .grid-content {
    gap: 40px 30px;
    padding-bottom: 60px;
  }
}
@media (min-width: 1500px) {
  .template-blog .section-articles-grid .grid-content {
    max-width: 1600px;
    padding-left: 0;
    padding-right: 0;
  }
}
.template-blog .section-articles-grid .grid-content .blog-article-card {
  flex: 0 1 auto;
}
@media (min-width: 768px) {
  .template-blog .section-articles-grid .grid-content .blog-article-card {
    flex: 0 1 calc(50% - 15px);
  }
}
@media (min-width: 1200px) {
  .template-blog .section-articles-grid .grid-content .blog-article-card {
    flex: 0 1 calc(33.33333% - 20px);
  }
}
.template-blog
  .section-articles-grid
  .grid-content
  .blog-article-card
  .card-description {
  background-color: #fff;
  padding: 14px 14px 18px;
}
@media (min-width: 768px) {
  .template-blog
    .section-articles-grid
    .grid-content
    .blog-article-card
    .card-description {
    padding: 24px 20px 20px;
  }
}
.template-blog
  .section-articles-grid
  .grid-content
  .blog-article-card
  .card-description
  .blog-title {
  color: #1b2061;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .template-blog
    .section-articles-grid
    .grid-content
    .blog-article-card
    .card-description
    .blog-title {
    font-size: 14px;
  }
}
.template-blog
  .section-articles-grid
  .grid-content
  .blog-article-card
  .card-description
  .article-title {
  color: #1b2061;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 14px;
}
@media (min-width: 1200px) {
  .template-blog
    .section-articles-grid
    .grid-content
    .blog-article-card
    .card-description
    .article-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.template-blog
  .section-articles-grid
  .grid-content
  .blog-article-card
  .card-description
  .article-excerpt {
  color: #4e4e4e;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 14px;
}
@media (min-width: 1200px) {
  .template-blog
    .section-articles-grid
    .grid-content
    .blog-article-card
    .card-description
    .article-excerpt {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.template-blog
  .section-articles-grid
  .grid-content
  .blog-article-card
  .card-description
  .article-date {
  color: #1b2061;
  font-size: 10px;
  font-weight: 400;
  line-height: 23px;
}
@media (min-width: 1200px) {
  .template-blog
    .section-articles-grid
    .grid-content
    .blog-article-card
    .card-description
    .article-date {
    font-size: 12px;
  }
}
.template-article .article-section {
  padding: 0 0 100px;
}
@media (min-width: 768px) {
  .template-article .article-section {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .template-article .article-section {
    padding: 100px 0 200px;
  }
}
.template-article .article-image-and-title {
  display: flex;
  flex-direction: column;
  max-width: 1600px;
}
@media (min-width: 768px) {
  .template-article .article-image-and-title {
    align-items: center;
    flex-direction: row;
    padding: 0 28px;
  }
}
@media (min-width: 1200px) {
  .template-article .article-image-and-title {
    padding: 0 40px;
  }
}
@media (min-width: 1680px) {
  .template-article .article-image-and-title {
    padding: 0;
  }
}
.template-article .article-image-and-title .article-image {
  max-width: 800px;
}
.template-article .article-image-and-title .article-title {
  color: #1b2061;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 50px 28px 0;
}
@media (min-width: 768px) {
  .template-article .article-image-and-title .article-title {
    margin-left: 50px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .template-article .article-image-and-title .article-title {
    font-size: 38px;
    margin-left: 100px;
    max-width: 600px;
  }
}
.template-article .article-content {
  max-width: 1600px;
  padding: 34px 28px 0;
}
@media (min-width: 1200px) {
  .template-article .article-content {
    padding: 60px 40px 0;
  }
}
@media (min-width: 1680px) {
  .template-article .article-content {
    padding: 60px 0 0;
  }
}
.template-article .article-content .article-body {
  font-size: 16px;
  margin-bottom: 24px;
}
.template-article .article-content .article-details {
  color: #1b2061;
  font-size: 16px;
  margin-bottom: 0;
}
.accordion-section .accordion-title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 45px;
  text-align: center;
}
@media (min-width: 768px) {
  .accordion-section .accordion-title {
    padding-top: 18px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .accordion-section .accordion-title {
    font-size: 40px;
    line-height: 1.25;
    margin-left: 45px;
  }
}
.accordion .card-header {
  background: none;
  padding: 8px 5px;
}
.accordion .card-header h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
.accordion .card-header button {
  color: #1b2061;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375;
  padding: 10px 26px 10px 0;
  position: relative;
}
.accordion .card-header button:after,
.accordion .card-header button:before {
  background: #1b2061;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.accordion .card-header button:before {
  opacity: 0;
  transform: translateY(-50%) rotate(0);
  transition: opacity 0.15s linear, transform 0.15s linear;
}
.accordion .card-header button.collapsed:before {
  opacity: 1;
  transform: translateY(-50%) rotate(90deg);
}
.accordion .card-header button:hover,
.accordion .card-header button:hover:visited,
.accordion .card-header button:visited {
  text-decoration: underline;
}
.accordion .card-header button.focus,
.accordion .card-header button:focus {
  text-decoration: none;
}
.accordion .card {
  background: none;
  color: #3b3b3b;
  font-size: 14px;
  line-height: 1.4285;
}
@media (min-width: 768px) {
  .accordion .card {
    font-size: 16px;
    line-height: 1.375;
  }
}
.accordion .card-body {
  padding: 5px 40px 14px 5px;
}
@media (min-width: 768px) {
  .accordion .card-body {
    padding: 12px 65px 40px 5px;
  }
}
@media (min-width: 992px) {
  .accordion .card-body {
    padding: 12px 65px 15px 5px;
  }
}
.accordion .card-body p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-faq-section .accordion {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .product-faq-section .accordion {
    margin-left: 0;
    max-width: 636px;
  }
  .template-collection .section.accordion-section {
    padding-bottom: 111px;
  }
}
@media (min-width: 768px) {
  .template-collection .section.accordion-section .container {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .template-collection .section.accordion-section .container {
    max-width: 922px;
  }
}
@media (min-width: 768px) {
  .template-collection .section.accordion-section .container:before {
    left: 56%;
    top: 30%;
  }
}
@media (min-width: 992px) {
  .template-collection .section.accordion-section .container:before {
    left: 70%;
    top: 35%;
  }
}
@media (min-width: 768px) {
  .template-collection .section.accordion-section .card-body {
    max-width: 640px;
  }
}
.template-collection .section.accordion-section .accordion-title {
  margin-bottom: 39px;
}
@media (min-width: 768px) {
  .template-collection .section.accordion-section .accordion-title {
    margin-bottom: 49px;
  }
}
.section.img-and-accordion .container {
  padding: 34px 20px 60px;
}
@media (min-width: 576px) {
  .section.img-and-accordion .container {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .section.img-and-accordion .container {
    padding: 60px 30px;
  }
}
@media (min-width: 992px) {
  .section.img-and-accordion .container {
    max-width: 1200px;
    padding: 0 30px;
  }
}
.section.img-and-accordion .left-block {
  padding: 12px 0 16px;
}
@media (min-width: 992px) {
  .section.img-and-accordion .left-block {
    padding: 80px 0;
  }
}
.section.img-and-accordion .image-holder {
  margin: 0 auto;
  max-width: 335px;
}
@media (min-width: 992px) {
  .section.img-and-accordion .image-holder {
    margin: initial;
    max-width: 500px;
  }
}
.section.img-and-accordion .section-title {
  font-size: 26px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .section.img-and-accordion .section-title {
    font-size: 34px;
    margin-bottom: 34px;
    padding-left: 60px;
  }
}
.section.img-and-accordion .accordion-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
@media (min-width: 992px) {
  .section.img-and-accordion .accordion-holder {
    padding: 80px 0 90px;
  }
}
.section.img-and-accordion .accordion-holder .accordion__item {
  display: flex;
  list-style: none;
  margin-bottom: 30px;
}
.section.img-and-accordion .accordion-holder .accordion__item:last-child {
  margin-bottom: 0;
}
.section.img-and-accordion .accordion-holder .accordion__item-icon {
  margin-right: 20px;
  width: 40px;
}
.section.img-and-accordion .accordion-holder .accordion__item-content {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .section.img-and-accordion .accordion-holder .accordion__item-content {
    max-width: 560px;
  }
  .section.img-and-accordion
    .accordion-holder
    .accordion__item-content
    .collapse,
  .section.img-and-accordion
    .accordion-holder
    .accordion__item-content
    .collapse:not(.show) {
    display: block !important;
  }
}
.section.img-and-accordion
  .accordion-holder
  .accordion__item-content
  .item-title {
  display: flex;
  font-size: 18px;
  justify-content: space-between;
  line-height: 18px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .section.img-and-accordion
    .accordion-holder
    .accordion__item-content
    .item-title {
    padding-bottom: 10px;
    pointer-events: none;
  }
}
.section.img-and-accordion
  .accordion-holder
  .accordion__item-content
  .item-title
  .icon-caret {
  align-items: center;
  cursor: pointer;
  display: flex;
  min-height: 100%;
  transform: rotateX(0);
  transition: transform 0.15s linear, 0.15s linear 0.15s;
  width: 16px;
}
@media (min-width: 992px) {
  .section.img-and-accordion
    .accordion-holder
    .accordion__item-content
    .item-title
    .icon-caret {
    display: none !important;
  }
}
.section.img-and-accordion
  .accordion-holder
  .accordion__item-content
  .item-title.collapsed
  .icon-caret {
  transform: rotateX(180deg);
}
.section.img-and-accordion
  .accordion-holder
  .accordion__item-content
  .item-desc {
  font-size: 15px;
  line-height: 2em;
  margin: 0;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .section.img-and-accordion
    .accordion-holder
    .accordion__item-content
    .item-desc {
    font-size: 16px;
  }
}
.btn {
  font-size: 12px;
  font-weight: 600;
  transition: background 0.15s linear, border 0.15s linear, color 0.15s linear;
}
.btn:active,
.btn:focus,
.btn:focus:active,
.btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .btn {
    font-size: 15px;
  }
}
.btn.btn-primary {
  background: #171e54;
  border-color: #171e54;
  border-width: 2px;
  text-transform: uppercase;
}
.btn.btn-primary:active,
.btn.btn-primary:active:focus,
.btn.btn-primary:hover {
  background: #fff;
  border-color: #1b2061;
  box-shadow: none;
  color: #1b2061;
}
.btn.btn-primary:active svg path,
.btn.btn-primary:active:focus svg path,
.btn.btn-primary:hover svg path {
  fill: #1b2061;
}
.btn.btn-primary-reverse {
  background: #fff;
  border-color: #1b2061;
  border-width: 1.5px;
  color: #1b2061;
  margin-top: 11px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .btn.btn-primary-reverse {
    margin-top: 13px;
  }
}
.btn.btn-primary-reverse svg path {
  fill: #1b2061;
}
.btn.btn-primary-reverse:active,
.btn.btn-primary-reverse:active:focus,
.btn.btn-primary-reverse:hover {
  background: #1b2061;
  box-shadow: none;
  color: #fff;
}
.btn.btn-primary-reverse:active svg path,
.btn.btn-primary-reverse:active:focus svg path,
.btn.btn-primary-reverse:hover svg path {
  fill: #fff;
}
.btn.btn-secondary {
  background: #c4dcf1;
  border-color: #c4dcf1;
  color: #1b2061;
}
.btn.btn-secondary:active,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
  background: #c8d6fa;
  border-color: #c8d6fa;
  box-shadow: none;
}
.btn.btn-outline-primary {
  border-color: #171e54;
  border-width: 2px;
}
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:active:focus,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:hover {
  background: #171e54;
  border-color: #171e54;
  box-shadow: none;
  color: #fff;
}
.btn.btn-outline {
  border-color: #1b2061;
}
.btn.btn-outline:active,
.btn.btn-outline:active:focus,
.btn.btn-outline:focus,
.btn.btn-outline:hover {
  background: #1b2061;
  border-color: #1b2061;
  box-shadow: none;
  color: #fff;
}
.btn-group-lg > .btn,
.btn.btn-lg {
  font-size: 15px;
  padding: 12px 24px;
}
.btn-group-sm > .btn,
.btn.btn-sm {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  padding: 6px 13px;
}
.btn.btn-round {
  border-radius: 20px;
}
.btn.btn-dark {
  background: #0e0e0e;
}
.btn.btn-dark:active,
.btn.btn-dark:active:focus,
.btn.btn-dark:focus,
.btn.btn-dark:hover {
  background: #212529;
  border-color: #212529;
  box-shadow: none;
}
.btn.disabled {
  cursor: default;
  transition: none;
}
.btn.disabled,
.btn.disabled:active,
.btn.disabled:active:focus,
.btn.disabled:focus,
.btn.disabled:hover {
  background: #bbb;
  border-color: #bbb;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus,
.show > .btn-outline-primary.dropdown-toggle:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-play {
  align-items: center;
  background: none;
  border-color: #1b2061;
  border-radius: 50%;
  border-width: 2px;
  color: #1b2061;
  display: flex;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  padding: 10px;
  width: 40px;
}
.btn-play svg {
  height: 14px;
  margin-left: 2px;
}
.btn-play svg path {
  fill: #1b2061;
  transition: fill 0.15s linear;
}
.btn-play:active:focus,
.btn-play:focus:hover,
.btn-play:hover {
  background: #1b2061;
  border-color: #1b2061;
  color: #fff;
}
.btn-play:active:focus svg path,
.btn-play:focus:hover svg path,
.btn-play:hover svg path {
  fill: #fff;
}
.btn-play:focus {
  background: none;
  border-color: #1b2061;
  color: #1b2061;
}
.btn-play:focus svg path {
  fill: #1b2061;
}
#preview-bar-iframe {
  display: none !important;
}
html {
  padding-bottom: 0 !important;
  scroll-behavior: smooth;
}
body,
html {
  height: 100%;
}
body.nav-active {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
}
@media (min-width: 992px) {
  body.nav-active {
    overflow: initial;
  }
}
body.show-cart-drawer {
  overflow: hidden;
  width: 100%;
}
body.modal-open {
  overflow: hidden;
}
body.search-dropdown-open {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  touch-action: none;
  -ms-touch-action: none;
  width: 100%;
}
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .container {
    max-width: 1200px;
  }
  .container-1600 {
    max-width: 1600px;
  }
}
.template-customers-login main,
.template-customers-register main,
.template-page main {
  margin-top: 44px;
}
@media (min-width: 992px) {
  .template-customers-login main,
  .template-customers-register main,
  .template-page main {
    margin-top: 90px;
  }
  .template-product main {
    padding-top: 30px;
  }
}
.bg-white {
  background: #fff;
}
.bg-beige-200 {
  background: #f3eae2;
}
.bg-blue-75 {
  background: #cdd8f1;
}
.bg-blue-125 {
  background: #dbe2ec;
}
.bg-blue-275 {
  background: #bfc9d8;
}
.bg-blue-600 {
  background: #0d113d;
}
.bg-blue-500 {
  background: #1b2061;
}
.bg-blue-775 {
  background: #0f123e;
}
.dark-h-gradient {
  background: linear-gradient(180deg, #081032, #000 20% 30%, #060d28);
}
.bg-black {
  background: #000;
}
.bg-black,
.bg-black .full-title,
.bg-black .h1,
.bg-black .h2,
.bg-black .h3,
.bg-black .h4,
.bg-black .h5,
.bg-black .h6,
.bg-black .half-title,
.bg-black .title-desc,
.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-blue-450,
.bg-blue-450 .full-title,
.bg-blue-450 .h1,
.bg-blue-450 .h2,
.bg-blue-450 .h3,
.bg-blue-450 .h4,
.bg-blue-450 .h5,
.bg-blue-450 .h6,
.bg-blue-450 .half-title,
.bg-blue-450 .title-desc,
.bg-blue-450 h1,
.bg-blue-450 h2,
.bg-blue-450 h3,
.bg-blue-450 h4,
.bg-blue-450 h5,
.bg-blue-450 h6,
.bg-blue-500,
.bg-blue-500 .full-title,
.bg-blue-500 .h1,
.bg-blue-500 .h2,
.bg-blue-500 .h3,
.bg-blue-500 .h4,
.bg-blue-500 .h5,
.bg-blue-500 .h6,
.bg-blue-500 .half-title,
.bg-blue-500 .title-desc,
.bg-blue-500 h1,
.bg-blue-500 h2,
.bg-blue-500 h3,
.bg-blue-500 h4,
.bg-blue-500 h5,
.bg-blue-500 h6,
.bg-blue-600,
.bg-blue-600 .full-title,
.bg-blue-600 .h1,
.bg-blue-600 .h2,
.bg-blue-600 .h3,
.bg-blue-600 .h4,
.bg-blue-600 .h5,
.bg-blue-600 .h6,
.bg-blue-600 .half-title,
.bg-blue-600 .title-desc,
.bg-blue-600 h1,
.bg-blue-600 h2,
.bg-blue-600 h3,
.bg-blue-600 h4,
.bg-blue-600 h5,
.bg-blue-600 h6,
.bg-blue-650,
.bg-blue-650 .full-title,
.bg-blue-650 .h1,
.bg-blue-650 .h2,
.bg-blue-650 .h3,
.bg-blue-650 .h4,
.bg-blue-650 .h5,
.bg-blue-650 .h6,
.bg-blue-650 .half-title,
.bg-blue-650 .title-desc,
.bg-blue-650 h1,
.bg-blue-650 h2,
.bg-blue-650 h3,
.bg-blue-650 h4,
.bg-blue-650 h5,
.bg-blue-650 h6,
.bg-blue-775,
.bg-blue-775 .full-title,
.bg-blue-775 .h1,
.bg-blue-775 .h2,
.bg-blue-775 .h3,
.bg-blue-775 .h4,
.bg-blue-775 .h5,
.bg-blue-775 .h6,
.bg-blue-775 .half-title,
.bg-blue-775 .title-desc,
.bg-blue-775 h1,
.bg-blue-775 h2,
.bg-blue-775 h3,
.bg-blue-775 h4,
.bg-blue-775 h5,
.bg-blue-775 h6,
.dark-h-gradient,
.dark-h-gradient .full-title,
.dark-h-gradient .h1,
.dark-h-gradient .h2,
.dark-h-gradient .h3,
.dark-h-gradient .h4,
.dark-h-gradient .h5,
.dark-h-gradient .h6,
.dark-h-gradient .half-title,
.dark-h-gradient .title-desc,
.dark-h-gradient h1,
.dark-h-gradient h2,
.dark-h-gradient h3,
.dark-h-gradient h4,
.dark-h-gradient h5,
.dark-h-gradient h6 {
  color: #fff;
}
.bg-gray-75 {
  background: #e9e9e9;
}
.bg-gray-200 {
  background: #f9f9f9;
}
.bg-gray-250 {
  background: #f4f4f7;
}
.bg-gray-150 {
  background: #f4f4f4;
}
.bg-gray-175 {
  background: #f0f3f7;
}
.bg-gr-100 {
  background: #2d3578;
  background: linear-gradient(180deg, #2d3578 1%, #dce1ff);
}
.bg-light-blue-25 {
  background: #e2e5ee;
}
.bg-light-blue-175 {
  background: #e2ecf3;
}
.bg-green-100 {
  background: #e5eede;
}
.img-full {
  margin: 0 -15px;
  width: calc(100% + 30px);
}
.img-full img {
  min-width: 100%;
}
.lazy {
  width: 100%;
}
.bg-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.flkty-load {
  opacity: 0;
}
.flickity-enabled:focus {
  box-shadow: none;
  outline: 0;
  outline-offset: 0;
}
.flickity-button {
  background: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 1px 9px #0000004d;
  cursor: pointer;
  height: 56px;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s, opacity 0.3s;
  width: 56px;
}
.flickity-button.next {
  left: auto;
  right: 0;
}
.flickity-button.next svg {
  margin-left: -8px;
  margin-top: -4px;
  transform: rotate(-180deg);
}
.flickity-button svg {
  height: 34px;
  margin-left: 8px;
  margin-top: 6px;
  width: 13px;
}
.flickity-button svg path {
  stroke: #1b2061;
  stroke-width: 2.639;
  fill: none;
  fill-rule: evenodd;
  stroke-linecap: round;
  opacity: 0.6;
  transform: scale(3);
  transition: opacity 0.3s;
}
.flickity-button:hover svg path {
  opacity: 1;
}
.flickity-page-dots .dot {
  background: #fff;
  border: 1px solid #1b2061;
  opacity: 1;
}
.flickity-page-dots .dot.is-selected {
  background: #1b2061;
}
.badge.badge-primary {
  background: #f9ca65;
  color: #1b2061;
}
.badge.badge-primary,
.badge.badge-warning {
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.badge.badge-warning {
  background: #eda21c;
  color: #fff;
}
.badge.badge-light {
  background: #f6da7e;
}
.badge.badge-md {
  padding: 5px 15px;
}
.badge.badge-lg {
  line-height: 1.375;
  padding: 11px 5px 9px;
}
.badge.badge-info {
  background: #dde6f7;
  color: #1b2061;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 7px 3px;
}
.blob {
  background: #fff;
  border-radius: 50%;
  height: 28px;
  margin: 10px;
  width: 28px;
}
@media (min-width: 576px) {
  .blob {
    height: 34px;
    width: 34px;
  }
}
.icon-arrow {
  position: relative;
}
.icon-arrow,
.icon-arrow:after {
  display: inline-block;
  height: 10px;
  width: 10px;
}
.icon-arrow:after {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.icon-arrow.is-bottom {
  transform: rotate(45deg);
}
.stars-holder {
  align-items: center;
  display: flex;
  margin-bottom: 38px;
}
.stars-holder span {
  color: #1b2061;
  padding: 0 0 0 6px;
}
@media (min-width: 768px) {
  .stars-holder span {
    padding: 1px 0 0 6px;
  }
}
.stars-list {
  display: flex;
  margin: 0 -2px;
}
.stars-list li {
  font-size: 0;
  padding: 0 2px;
  text-align: center;
}
.stars-list svg {
  height: 11px;
  width: 11px;
}
@media (min-width: 992px) {
  .stars-list svg {
    height: 13px;
    width: 13px;
  }
}
.pagination-next,
.pagination-prev {
  margin-bottom: 3px;
}
.pagination-prev svg {
  transform: rotate(90deg);
}
.pagination-next svg {
  transform: rotate(-90deg);
}
.pagination-text {
  line-height: 1;
}
.alert {
  font-size: 16px;
  line-height: 1.375;
}
.alert.alert-success {
  background-color: #d8f3db;
  color: #5aa06a;
}
.alert .close {
  opacity: 1;
  right: 12px;
  text-shadow: none;
  top: 50%;
  transform: translateY(-50%);
}
.alert .close:after,
.alert .close:before {
  background: #d8d8d8;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform: rotate(45deg);
  transition: background 0.15s linear;
  width: 13px;
  z-index: 1;
}
.alert .close:after {
  transform: rotate(-45deg);
}
.divider {
  display: block;
  height: 1px;
  margin: 10px;
  opacity: 0.5;
  width: 100%;
}
.shopify-page__container.container,
.shopify-policy__container {
  padding: 80px 15px;
}
@media (min-width: 576px) {
  .shopify-page__container.container,
  .shopify-policy__container {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .shopify-page__container.container,
  .shopify-policy__container {
    max-width: 720px !important;
    padding: 92px 15px;
  }
}
@media (min-width: 992px) {
  .shopify-page__container.container,
  .shopify-policy__container {
    max-width: 1125px !important;
  }
}
.shopify-page__title h1,
.shopify-policy__title h1 {
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 60px;
}
.shopify-page__body h1,
.shopify-policy__body h1 {
  font-size: 28px;
  margin-bottom: 10px;
  padding-top: 30px;
}
.shopify-page__body h2,
.shopify-policy__body h2 {
  color: #0e0e0e;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-top: 15px;
}
.shopify-page__body table + h2,
.shopify-policy__body table + h2 {
  padding-top: 30px;
}
.shopify-page__body ul + h1,
.shopify-policy__body ul + h1 {
  padding-top: 16px;
}
.shopify-page__body ul + h2,
.shopify-policy__body ul + h2 {
  padding-top: 20px;
}
.section.action-section {
  padding: 0;
}
.section.accordion-section {
  overflow: hidden;
  padding: 40px 0 106px;
}
@media (min-width: 768px) {
  .section.accordion-section {
    padding: 45px 0 144px;
  }
}
.section.product-faq-section {
  padding: 76px 0 84px;
}
@media (min-width: 768px) {
  .section.product-faq-section {
    padding: 106px 0;
  }
}
.section.testimonials-section {
  padding: 40px 0 90px;
}
.section.product-reviews-section {
  padding: 40px 0;
}
@media (min-width: 992px) {
  .section.product-reviews-section {
    padding: 45px 0;
  }
}
.section.hero-home-section {
  padding: 60px 0;
}
@media (min-width: 992px) {
  .section.hero-home-section {
    padding: 65px 0;
  }
}
.section.hero-section {
  padding: 53px 0 48px;
}
@media (min-width: 740px) {
  .section.hero-section {
    padding: 73px 0 48px;
  }
}
@media (min-width: 768px) {
  .section.hero-section {
    padding: 140px 0 25px;
  }
}
@media (min-width: 992px) {
  .section.hero-section {
    padding: 123px 0 0;
  }
}
@media (min-width: 1200px) {
  .section.hero-section {
    padding-top: 80px;
  }
}
.section.contactus-intro-section {
  padding: 63px 0 0;
}
.scroll-hide::-webkit-scrollbar {
  height: 0;
  opacity: 0;
}
.status-message-styles.instock .delivery-speed {
  color: #076c68;
}
.status-message-styles.outofstock .delivery-speed {
  color: #0e0e0e;
}
.status-message-styles.preorder .delivery-speed {
  color: #5520c5;
}
#shopify-section-footer {
  flex: 0 0 auto;
}
.footer-holder {
  background: #0d113d;
  color: #fff;
  overflow: hidden;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .footer-holder {
    padding-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .footer-holder {
    padding-bottom: 66px;
  }
}
@media (min-width: 1200px) {
  .footer-holder {
    padding-bottom: 70px;
  }
}
.footer-holder > .container {
  max-width: 355px;
  padding: 30px 0 0;
}
@media (min-width: 768px) {
  .footer-holder > .container {
    max-width: 100%;
    padding: 50px 30px 0;
  }
}
@media (min-width: 992px) {
  .footer-holder > .container {
    max-width: 1254px;
    padding: 70px 30px 0;
  }
}
@media (min-width: 1200px) {
  .footer-holder > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-holder a {
  color: #fff;
}
.footer-holder a:hover {
  color: #f9ca65;
}
@media (min-width: 1200px) {
  .footer-holder .col {
    flex: 0 0 30%;
  }
  .footer-holder .col:first-child {
    flex: 0 0 40%;
  }
}
.footer-holder .footer-icons-row {
  margin: 0 -3px;
  padding: 40px 0 0;
}
@media (min-width: 768px) {
  .footer-holder .footer-icons-row {
    padding: 40px 0 15px;
  }
}
@media (min-width: 992px) {
  .footer-holder .footer-icons-row {
    max-width: none;
    padding: 60px 0 35px;
  }
}
.footer-holder .footer-icons-row li {
  margin: 0 3px;
}
.footer-holder .footer-icons-row .footer-icon-klarna svg path {
  fill: #fff;
}
.footer-holder .icons-grid {
  margin-bottom: 17px;
  padding-top: 27px;
}
@media (min-width: 768px) {
  .footer-holder .icons-grid {
    margin-bottom: 7px;
    padding-top: 25px;
  }
}
@media (min-width: 992px) {
  .footer-holder .icons-grid {
    margin-bottom: 17px;
    max-width: 1000px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer-holder .icons-grid.container {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
  }
}
.footer-holder .icons-grid .icons-list .title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 799px) {
  .footer-holder .icons-grid .icons-list .title {
    max-width: 120px;
  }
}
@media (min-width: 768px) {
  .footer-holder .icons-grid .img-holder {
    height: 62px;
  }
}
@media (min-width: 992px) {
  .footer-holder .icons-grid .img-holder {
    height: 65px;
  }
}
@media (min-width: 768px) {
  .footer-holder .icons-grid li {
    max-width: 25%;
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  .footer-holder .icons-grid li {
    height: 85px;
  }
}
.additionally-footer-icons {
  margin-bottom: 0;
  margin-top: 26px;
}
@media (min-width: 768px) {
  .additionally-footer-icons {
    margin-top: 46px;
  }
}
@media (min-width: 992px) {
  .additionally-footer-icons {
    margin-top: 0;
  }
}
.additionally-footer-icons li {
  margin-right: 30px;
}
.additionally-footer-icons li:last-of-type {
  margin-right: 0;
}
.footer-info {
  display: flex;
  margin: 0 auto;
  padding-top: 20px;
}
@media (min-width: 576px) {
  .footer-info {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .footer-info {
    max-width: none;
    padding-top: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer-info {
    margin: 0 -25px;
  }
}
@media (min-width: 992px) {
  .footer-info {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer-info .col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .footer-info > .footer-menu {
    padding: 0 25px;
  }
}
.footer-info .footer-tags-links .footer-menu {
  width: 100%;
}
.footer-info .footer-tags-links .footer-menu h3 {
  margin-bottom: 5px;
}
.footer-info .footer-tags-links .footer-menu li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 20px;
}
.footer-info .footer-tags-links .footer-menu li a {
  border: 2px solid #fff;
  border-radius: 30px;
  display: block;
  font-weight: 500;
  padding: 7px 22px;
  transition: border-color 0.15s linear;
}
.footer-info .footer-tags-links .footer-menu li a:hover {
  border-color: #f9ca65;
}
.footer-info .markets-list-icons svg {
  height: 23px;
  width: 37px;
}
.footer-info h3 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 20px;
}
.footer-info .text-holder {
  margin-bottom: 37px;
  max-width: 335px;
}
.footer-info .text-holder p {
  font-size: 14px;
}
.footer-menu {
  padding-right: 15px;
  width: 50%;
}
.submenu {
  font-size: 16px;
  line-height: 1.428;
}
.submenu li {
  font-size: 15px;
  line-height: 30px;
}
.subscribe {
  padding: 0 15px;
}
@media (min-width: 576px) {
  .subscribe {
    padding: 8px 15px 0;
  }
}
@media (min-width: 992px) {
  .subscribe {
    padding: 0 15px;
  }
}
.subscribe .h2 {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
@media (min-width: 768px) {
  .subscribe .h2 {
    font-size: 38px;
  }
  .subscribe .footer-newsletter-form,
  .subscribe .h2 {
    text-align: center;
  }
}
.subscribe .footer-newsletter-form .input-holder {
  margin-bottom: 15px;
  max-width: 280px;
  position: relative;
}
@media (min-width: 768px) {
  .subscribe .footer-newsletter-form .input-holder {
    margin-bottom: 16px;
    max-width: 500px;
  }
}
@media (min-width: 992px) {
  .subscribe .footer-newsletter-form .input-holder {
    max-width: 666px;
  }
}
.subscribe .footer-newsletter-form .input-holder a {
  font-weight: 600;
  text-decoration: underline;
}
.subscribe .footer-newsletter-form .input-holder a:hover {
  text-decoration: none;
}
.subscribe .footer-newsletter-form .footer-newsletter-error,
.subscribe .footer-newsletter-form h3,
.subscribe .footer-newsletter-form p {
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.subscribe .footer-newsletter-form p {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .subscribe .footer-newsletter-form p {
    font-size: 17px;
  }
}
.subscribe .footer-newsletter-form .subscription-text {
  margin: 0;
  padding: 20px 0 25px;
}
@media (min-width: 768px) {
  .subscribe .footer-newsletter-form .subscription-text {
    padding: 16px 0 20px;
  }
}
.subscribe .footer-newsletter-form .subscribe-form-note {
  display: none;
}
@media (min-width: 992px) {
  .subscribe .footer-newsletter-form .subscribe-form-note {
    display: block;
  }
}
.subscribe .footer-newsletter-form .footer-newsletter-input {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  height: 56px;
  letter-spacing: 0;
  margin-bottom: 0;
  padding: 0 56px 0 15px;
  text-align: left;
  width: 100%;
}
.subscribe .footer-newsletter-form .footer-newsletter-submit {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 56px;
  position: absolute;
  right: 0;
  width: 56px;
  z-index: 2;
}
.subscribe .footer-newsletter-form .footer-newsletter-submit:active,
.subscribe .footer-newsletter-form .footer-newsletter-submit:active:focus,
.subscribe .footer-newsletter-form .footer-newsletter-submit:focus,
.subscribe .footer-newsletter-form .footer-newsletter-submit:hover {
  box-shadow: none;
}
.subscribe .footer-newsletter-form .footer-newsletter-submit svg {
  pointer-events: none;
}
.subscribe .success-subscription-msg {
  font-size: 14px;
  line-height: 16px;
  text-align: left;
}
@media (min-width: 992px) {
  .subscribe .success-subscription-msg {
    text-align: center;
  }
}
.subscribe h3 {
  font-size: 20px;
}
.subscribe .btn {
  min-width: 140px;
  padding: 16px 30px;
}
.socials {
  max-width: 340px;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .socials {
    padding-bottom: 60px;
  }
}
.web-markets {
  padding-bottom: 35px;
}
@media (min-width: 992px) {
  .web-markets {
    padding-bottom: 60px;
  }
}
.web-markets .web-markets-list-icons {
  display: flex;
  gap: 23px;
}
.web-markets .web-markets-list-icons a {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 10px;
  gap: 5px;
}
.socials-list {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
}
.socials-list svg {
  pointer-events: none;
  width: 19px;
}
.socials-list svg path {
  fill: #fff;
}
.socials-list li {
  padding-right: 26px;
}
.socials-list li a {
  align-items: center;
  display: flex;
  transition: background 0.15s linear;
}
.socials-list li a:hover {
  color: #c8d6fa;
}
.socials-list li:last-of-type {
  padding-right: 0;
}
.footer-copyright {
  background: #090b2c;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  padding: 16px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-copyright {
    font-size: 14px;
  }
}
.footer-copyright a,
.footer-copyright a:hover {
  color: #fff;
}
.markets-list-icons {
  margin-bottom: 0;
}
.markets-list-icons li {
  cursor: pointer;
  padding: 8px 8px 0 0;
}
.markets-list-icons li:first-child {
  padding-left: 0;
}
@media (min-width: 992px) {
  .template-index .footer-holder {
    margin-top: 40px;
  }
}
.footer-column-1 {
  order: 1;
}
.footer-column-2 {
  order: 3;
  padding-top: 48px;
}
@media (min-width: 992px) {
  .footer-column-2 {
    padding-top: 0;
  }
}
.footer-column-3 {
  order: 2;
  padding-top: 48px;
}
@media (min-width: 768px) {
  .footer-column-3 {
    padding-top: 0;
  }
}
#shopify-section-header {
  flex: 0 0 auto;
  position: fixed;
  top: 0;
  transition: position 0.15s linear;
  width: 100%;
  z-index: 999;
}
.scroll #shopify-section-header > div {
  height: 44px;
}
@media (min-width: 992px) {
  .scroll #shopify-section-header > div {
    height: 60px;
  }
}
#header {
  background: #fff;
  transition: transform 0.15s linear, 0.15s linear 0.15s;
}
.scroll #header {
  background: #ffffffe6;
}
.navbar {
  height: 44px;
  position: static;
}
@media (min-width: 768px) {
  .navbar {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .navbar {
    background-color: #f8f8f8;
    box-shadow: 0 2px 2px #1b20614d;
    height: 92px;
  }
}
.navbar-row-1 {
  height: 44px;
}
@media (min-width: 992px) {
  .navbar-row-1 {
    height: 50px;
    padding: 0 28px;
  }
}
@media (min-width: 1440px) {
  .navbar-row-1 {
    padding: 0 80px;
  }
}
@media (max-width: 991px) {
  .navbar-collapse .navbar-collapse-holder {
    height: calc(100vh - 94px);
    overflow-y: auto;
    padding-top: 15px;
  }
  .scroll .navbar-collapse .navbar-collapse-holder,
  .template-customers-login .navbar-collapse .navbar-collapse-holder,
  .template-customers-register .navbar-collapse .navbar-collapse-holder,
  .template-page .navbar-collapse .navbar-collapse-holder {
    height: calc(100vh - 44px);
  }
}
.navbar-collapse {
  background: #fff;
  box-shadow: inset 0 2px 2px #1b20614d;
  left: 0;
  position: absolute;
  top: 100%;
  transition: all 0.15s linear;
  width: 100%;
  z-index: 5;
}
@media (min-width: 992px) {
  .navbar-collapse {
    background: none;
    box-shadow: none;
    overflow: visible;
    position: static;
    width: auto;
  }
}
.navbar-toggler {
  border: none;
  height: 16px;
  margin-left: 10px;
  position: relative;
  width: 32px;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  margin-top: 0;
  outline: 0;
}
.navbar-toggler .navbar-toggler-icon,
.navbar-toggler:after,
.navbar-toggler:before {
  background: #1b2061;
  border-radius: 2px;
  content: "";
  display: block;
  height: 1px;
  left: 8px;
  position: absolute;
  right: 8px;
  top: 10px;
  transition: all 0.15s linear;
  width: 15px;
  z-index: 1;
}
.navbar-toggler:before {
  top: 9px;
  transform: rotate(0);
}
.navbar-toggler:after {
  top: 14px;
  transform: rotate(0);
}
.navbar-toggler .navbar-toggler-icon {
  opacity: 1;
  top: 4px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  opacity: 0;
}
.navbar-toggler[aria-expanded="true"]:before {
  transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"]:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon,
.navbar-toggler[aria-expanded="true"]:after,
.navbar-toggler[aria-expanded="true"]:before {
  background: #1b2061;
  left: 7px;
  right: 7px;
  top: 9px;
  width: 16px;
}
.navbar-brand {
  display: flex;
  left: 50%;
  max-width: 82px;
  padding: 0;
  position: absolute;
  transform: translate(-50%);
}
@media (min-width: 992px) {
  .navbar-brand {
    top: 15px;
    width: 77px;
    z-index: 6;
  }
}
.navbar-brand svg {
  height: 16px;
  width: 54px;
}
@media (min-width: 992px) {
  .navbar-brand svg {
    height: auto;
    width: 92px;
  }
}
.navbar-links {
  display: flex;
  flex-wrap: wrap;
  margin-right: 15px;
  max-width: 90px;
  position: absolute;
  right: 0;
}
@media (min-width: 992px) {
  .navbar-links {
    flex: 0 0 auto;
    margin-left: auto;
    margin-right: 0;
    max-width: none;
    position: relative;
    right: auto;
  }
}
.navbar-links a {
  align-items: center;
  display: flex;
  height: 16px;
  padding-left: 18px;
}
.navbar-links svg {
  max-height: 100%;
  max-width: 100%;
}
.navbar-links .link-profile svg {
  pointer-events: none;
}
@media (min-width: 1440px) {
  .navbar-links .link-profile svg {
    transition: width 0.25s ease-out;
    width: 0;
  }
  .scroll .navbar-links .link-profile svg {
    width: 18px;
  }
  .navbar-links .link-profile {
    padding-left: 0;
    transition: padding-left 0.25s ease-out;
  }
  .scroll .navbar-links .link-profile {
    padding-left: 18px;
  }
}
.template-customers-login .navbar-links .link-profile,
.template-customers-register .navbar-links .link-profile,
.template-page .navbar-links .link-profile {
  padding-left: 18px;
}
.template-customers-login .navbar-links .link-profile svg,
.template-customers-register .navbar-links .link-profile svg,
.template-page .navbar-links .link-profile svg {
  width: auto;
}
.link-cart {
  display: inline-block;
  position: relative;
}
.link-cart .badge {
  background: #f6da7e;
  border-radius: 30px;
  color: #1b2061;
  font-size: 10px;
  font-weight: 500;
  height: 12px;
  line-height: 13px;
  min-width: 12px;
  padding: 0 2px;
  position: absolute;
  right: -5px;
  top: -2px;
}
.link-cart .badge,
.link-cart svg {
  pointer-events: none;
}
.nav-dropdown .navbar-desktop,
.navbar .navbar-desktop,
.navbar-info-dropdown .navbar-desktop {
  gap: 34px;
}
@media (min-width: 992px) {
  .nav-dropdown .navbar-desktop,
  .navbar .navbar-desktop,
  .navbar-info-dropdown .navbar-desktop {
    padding: 0 40px;
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .nav-dropdown .navbar-desktop,
  .navbar .navbar-desktop,
  .navbar-info-dropdown .navbar-desktop {
    padding: 0 80px;
  }
}
.nav-dropdown .nav-item,
.navbar .nav-item,
.navbar-info-dropdown .nav-item {
  position: relative;
}
@media (min-width: 992px) {
  .nav-dropdown .nav-item,
  .navbar .nav-item,
  .navbar-info-dropdown .nav-item {
    position: static;
  }
}
.nav-dropdown .nav-item:hover .dropdown-menu,
.navbar .nav-item:hover .dropdown-menu,
.navbar-info-dropdown .nav-item:hover .dropdown-menu {
  transform: translateY(0);
}
.nav-dropdown .nav-item .nav-link,
.navbar .nav-item .nav-link,
.navbar-info-dropdown .nav-item .nav-link {
  font-size: 12px;
}
@media (max-width: 991px) {
  .nav-dropdown .nav-item .nav-link,
  .navbar .nav-item .nav-link,
  .navbar-info-dropdown .nav-item .nav-link {
    max-height: 60px;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .nav-dropdown .nav-item .nav-link,
  .navbar .nav-item .nav-link,
  .navbar-info-dropdown .nav-item .nav-link {
    min-height: 42px;
    padding: 0;
  }
}
.nav-dropdown .nav-item .nav-link .nav-link-title,
.navbar .nav-item .nav-link .nav-link-title,
.navbar-info-dropdown .nav-item .nav-link .nav-link-title {
  flex-wrap: nowrap;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
.nav-dropdown .nav-item .nav-link strong,
.navbar .nav-item .nav-link strong,
.navbar-info-dropdown .nav-item .nav-link strong {
  font-weight: 600;
  white-space: nowrap;
}
.nav-dropdown .nav-item .nav-link .nav-link-badge,
.navbar .nav-item .nav-link .nav-link-badge,
.navbar-info-dropdown .nav-item .nav-link .nav-link-badge {
  font-size: 7px;
  font-weight: 600;
  margin-left: 2px;
  padding: 4px 3px;
  position: relative;
  text-transform: uppercase;
  top: -5px;
}
.nav-dropdown .nav-item .nav-link .icon-holder svg,
.navbar .nav-item .nav-link .icon-holder svg,
.navbar-info-dropdown .nav-item .nav-link .icon-holder svg {
  height: 18px;
  width: auto;
}
@media (min-width: 992px) {
  .nav-dropdown .nav-item .nav-link .icon-holder svg,
  .navbar .nav-item .nav-link .icon-holder svg,
  .navbar-info-dropdown .nav-item .nav-link .icon-holder svg {
    height: 15px;
  }
}
.nav-dropdown .nav-link,
.navbar .nav-link,
.navbar-info-dropdown .nav-link {
  align-items: center;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  justify-content: space-between;
  line-height: 1.2;
  outline: 0;
  padding: 9px 17px;
  position: relative;
}
@media (min-width: 992px) {
  .nav-dropdown .nav-link,
  .navbar .nav-link,
  .navbar-info-dropdown .nav-link {
    font-size: 15px;
    font-weight: 500;
  }
  .nav-dropdown .nav-link:before,
  .navbar .nav-link:before,
  .navbar-info-dropdown .nav-link:before {
    background: #1b2061;
    bottom: 2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
    width: 100%;
  }
  .nav-dropdown .nav-link:hover:before,
  .navbar .nav-link:hover:before,
  .navbar-info-dropdown .nav-link:hover:before {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
.nav-dropdown .nav-link .icon-caret,
.navbar .nav-link .icon-caret,
.navbar-info-dropdown .nav-link .icon-caret {
  display: none;
}
.nav-dropdown .nav-link span,
.navbar .nav-link span,
.navbar-info-dropdown .nav-link span {
  pointer-events: none;
}
.nav-dropdown .dropdown-toggle,
.navbar .dropdown-toggle,
.navbar-info-dropdown .dropdown-toggle {
  white-space: normal;
}
.nav-dropdown .dropdown-toggle:hover,
.navbar .dropdown-toggle:hover,
.navbar-info-dropdown .dropdown-toggle:hover {
  color: #1b2061;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-toggle:hover,
  .navbar .dropdown-toggle:hover,
  .navbar-info-dropdown .dropdown-toggle:hover {
    color: #4d6a9b;
  }
}
.nav-dropdown .dropdown-toggle:after,
.navbar .dropdown-toggle:after,
.navbar-info-dropdown .dropdown-toggle:after {
  display: none;
}
.nav-dropdown .dropdown-toggle .icon-caret,
.navbar .dropdown-toggle .icon-caret,
.navbar-info-dropdown .dropdown-toggle .icon-caret {
  display: block;
  position: relative;
  right: 0;
  transform: rotateX(0);
  transition: transform 0.15s linear;
  width: 11px;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-toggle .icon-caret,
  .navbar .dropdown-toggle .icon-caret,
  .navbar-info-dropdown .dropdown-toggle .icon-caret {
    display: none;
  }
}
.nav-dropdown .dropdown-toggle.show,
.navbar .dropdown-toggle.show,
.navbar-info-dropdown .dropdown-toggle.show {
  background: #f4f4f4;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-toggle.show,
  .navbar .dropdown-toggle.show,
  .navbar-info-dropdown .dropdown-toggle.show {
    background: none;
    border-top: none;
  }
}
.nav-dropdown .dropdown-toggle.show:before,
.navbar .dropdown-toggle.show:before,
.navbar-info-dropdown .dropdown-toggle.show:before {
  opacity: 0;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-toggle.show:before,
  .navbar .dropdown-toggle.show:before,
  .navbar-info-dropdown .dropdown-toggle.show:before {
    opacity: 1;
  }
}
.nav-dropdown .dropdown-menu,
.navbar .dropdown-menu,
.navbar-info-dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  margin: 0;
  min-width: auto;
  padding: 0 17px;
  transition: transform 0.75s cubic-bezier(0.25, 0.99, 0.35, 0.98);
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu,
  .navbar .dropdown-menu,
  .navbar-info-dropdown .dropdown-menu {
    box-shadow: 0 2px 2px #1b20614d;
    display: block;
    left: 0;
    min-width: 100%;
    padding: 54px 20px 30px;
    top: calc(100% - 10px);
    transform: translateY(-100%);
    width: 100%;
    z-index: -2;
  }
}
@media (min-width: 1200px) {
  .nav-dropdown .dropdown-menu,
  .navbar .dropdown-menu,
  .navbar-info-dropdown .dropdown-menu {
    min-height: 460px;
    padding-left: 0;
    padding-right: 0;
  }
}
.nav-dropdown .dropdown-menu.show,
.navbar .dropdown-menu.show,
.navbar-info-dropdown .dropdown-menu.show {
  font-size: 16px;
}
@media (max-width: 991px) {
  .nav-dropdown .dropdown-menu.show,
  .navbar .dropdown-menu.show,
  .navbar-info-dropdown .dropdown-menu.show {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.nav-dropdown .dropdown-menu .container,
.navbar .dropdown-menu .container,
.navbar-info-dropdown .dropdown-menu .container {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .nav-dropdown .dropdown-menu .container > .row,
  .navbar .dropdown-menu .container > .row,
  .navbar-info-dropdown .dropdown-menu .container > .row {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu .container,
  .navbar .dropdown-menu .container,
  .navbar-info-dropdown .dropdown-menu .container {
    justify-content: center;
    max-width: 1600px;
  }
}
.nav-dropdown .dropdown-menu h3,
.navbar .dropdown-menu h3,
.navbar-info-dropdown .dropdown-menu h3 {
  display: none;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu h3,
  .navbar .dropdown-menu h3,
  .navbar-info-dropdown .dropdown-menu h3 {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
  }
}
.nav-dropdown .dropdown-menu .btn-holder,
.navbar .dropdown-menu .btn-holder,
.navbar-info-dropdown .dropdown-menu .btn-holder {
  margin-bottom: 40px;
  margin-top: 22px;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu .btn-holder,
  .navbar .dropdown-menu .btn-holder,
  .navbar-info-dropdown .dropdown-menu .btn-holder {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 30px;
    text-align: left;
  }
}
.nav-dropdown .dropdown-menu .btn-holder .btn,
.navbar .dropdown-menu .btn-holder .btn,
.navbar-info-dropdown .dropdown-menu .btn-holder .btn {
  border-radius: 3px;
  text-transform: unset;
  width: 100%;
}
@media (min-width: 576px) {
  .nav-dropdown .dropdown-menu .btn-holder .btn,
  .navbar .dropdown-menu .btn-holder .btn,
  .navbar-info-dropdown .dropdown-menu .btn-holder .btn {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu .btn-holder .btn,
  .navbar .dropdown-menu .btn-holder .btn,
  .navbar-info-dropdown .dropdown-menu .btn-holder .btn {
    padding: 15px 30px;
    width: auto;
  }
}
.nav-dropdown .dropdown-menu a .img-title,
.nav-dropdown .dropdown-menu a .img-title span,
.nav-dropdown .dropdown-menu a img,
.navbar .dropdown-menu a .img-title,
.navbar .dropdown-menu a .img-title span,
.navbar .dropdown-menu a img,
.navbar-info-dropdown .dropdown-menu a .img-title,
.navbar-info-dropdown .dropdown-menu a .img-title span,
.navbar-info-dropdown .dropdown-menu a img {
  pointer-events: none;
}
.nav-dropdown .dropdown-menu a:hover,
.navbar .dropdown-menu a:hover,
.navbar-info-dropdown .dropdown-menu a:hover {
  color: #4d6a9b;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu a:hover .img-holder img,
  .navbar .dropdown-menu a:hover .img-holder img,
  .navbar-info-dropdown .dropdown-menu a:hover .img-holder img {
    opacity: 0.8;
  }
}
.nav-dropdown .dropdown-menu .btn:hover,
.navbar .dropdown-menu .btn:hover,
.navbar-info-dropdown .dropdown-menu .btn:hover {
  color: #fff;
}
.nav-dropdown .dropdown-bar-and-images,
.navbar .dropdown-bar-and-images,
.navbar-info-dropdown .dropdown-bar-and-images {
  font-size: 15px;
  font-weight: 600;
}
.nav-dropdown .dropdown-bar-and-images .row,
.navbar .dropdown-bar-and-images .row,
.navbar-info-dropdown .dropdown-bar-and-images .row {
  margin: 0 -5px;
}
@media (min-width: 576px) {
  .nav-dropdown .dropdown-bar-and-images .row,
  .navbar .dropdown-bar-and-images .row,
  .navbar-info-dropdown .dropdown-bar-and-images .row {
    margin: 0 -15px;
  }
}
.nav-dropdown .dropdown-bar-and-images img,
.navbar .dropdown-bar-and-images img,
.navbar-info-dropdown .dropdown-bar-and-images img {
  margin-bottom: 10px;
  min-width: 100%;
}
.nav-dropdown .dropdown-bar-and-images a,
.navbar .dropdown-bar-and-images a,
.navbar-info-dropdown .dropdown-bar-and-images a {
  display: inline-block;
  min-height: 30px;
  overflow: hidden;
  width: 100%;
}
.nav-dropdown .dropdown-bar-and-images [class*="col-"],
.navbar .dropdown-bar-and-images [class*="col-"],
.navbar-info-dropdown .dropdown-bar-and-images [class*="col-"] {
  margin-bottom: 10px;
  padding: 0 5px;
}
@media (min-width: 576px) {
  .nav-dropdown .dropdown-bar-and-images [class*="col-"],
  .navbar .dropdown-bar-and-images [class*="col-"],
  .navbar-info-dropdown .dropdown-bar-and-images [class*="col-"] {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-bar-and-images [class*="col-"].dropdown-links-bar,
  .navbar .dropdown-bar-and-images [class*="col-"].dropdown-links-bar,
  .navbar-info-dropdown
    .dropdown-bar-and-images
    [class*="col-"].dropdown-links-bar {
    flex: 0 0 33.5%;
    max-width: 33.5%;
  }
}
@media (min-width: 1200px) {
  .nav-dropdown .dropdown-bar-and-images [class*="col-"].dropdown-links-bar,
  .navbar .dropdown-bar-and-images [class*="col-"].dropdown-links-bar,
  .navbar-info-dropdown
    .dropdown-bar-and-images
    [class*="col-"].dropdown-links-bar {
    flex: 0 0 27%;
    max-width: 27%;
  }
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-bar-and-images [class*="col-"].dropdown-imgs-bar,
  .navbar .dropdown-bar-and-images [class*="col-"].dropdown-imgs-bar,
  .navbar-info-dropdown
    .dropdown-bar-and-images
    [class*="col-"].dropdown-imgs-bar {
    flex: 0 0 66.5%;
    max-width: 66.5%;
  }
}
@media (min-width: 1500px) {
  .nav-dropdown .dropdown-bar-and-images [class*="col-"].dropdown-imgs-bar,
  .navbar .dropdown-bar-and-images [class*="col-"].dropdown-imgs-bar,
  .navbar-info-dropdown
    .dropdown-bar-and-images
    [class*="col-"].dropdown-imgs-bar {
    flex: 0 0 73%;
    max-width: 73%;
    padding: 0 90px 0 100px;
  }
}
@media (max-width: 1499px) {
  .nav-dropdown
    .dropdown-bar-and-images
    [class*="col-"].dropdown-imgs-bar
    [class*="col-"],
  .navbar
    .dropdown-bar-and-images
    [class*="col-"].dropdown-imgs-bar
    [class*="col-"],
  .navbar-info-dropdown
    .dropdown-bar-and-images
    [class*="col-"].dropdown-imgs-bar
    [class*="col-"] {
    padding: 0 10px;
  }
}
.nav-dropdown .dropdown-imgs-bar,
.navbar .dropdown-imgs-bar,
.navbar-info-dropdown .dropdown-imgs-bar {
  font-size: 15px;
  font-weight: 600;
}
.nav-dropdown .dropdown-imgs-bar [class*="col-"],
.navbar .dropdown-imgs-bar [class*="col-"],
.navbar-info-dropdown .dropdown-imgs-bar [class*="col-"] {
  margin-bottom: 10px;
}
.nav-dropdown .dropdown-imgs-bar img,
.navbar .dropdown-imgs-bar img,
.navbar-info-dropdown .dropdown-imgs-bar img {
  margin-bottom: 10px;
  pointer-events: none;
}
.nav-dropdown .dropdown-imgs-bar a,
.navbar .dropdown-imgs-bar a,
.navbar-info-dropdown .dropdown-imgs-bar a {
  display: inline-block;
  min-height: 30px;
  overflow: hidden;
}
.nav-dropdown .dropdown-links-bar,
.navbar .dropdown-links-bar,
.navbar-info-dropdown .dropdown-links-bar {
  position: relative;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-links-bar:before,
  .navbar .dropdown-links-bar:before,
  .navbar-info-dropdown .dropdown-links-bar:before {
    background: #d8d8d8;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }
  .nav-dropdown .dropdown-menu-multi,
  .navbar .dropdown-menu-multi,
  .navbar-info-dropdown .dropdown-menu-multi {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .nav-dropdown .dropdown-menu-multi .dropdown-links-bar,
  .navbar .dropdown-menu-multi .dropdown-links-bar,
  .navbar-info-dropdown .dropdown-menu-multi .dropdown-links-bar {
    padding: 0 25px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu-multi .dropdown-links-bar,
  .navbar .dropdown-menu-multi .dropdown-links-bar,
  .navbar-info-dropdown .dropdown-menu-multi .dropdown-links-bar {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 30px;
    width: 22%;
  }
}
@media (min-width: 1200px) {
  .nav-dropdown .dropdown-menu-multi .dropdown-links-bar,
  .navbar .dropdown-menu-multi .dropdown-links-bar,
  .navbar-info-dropdown .dropdown-menu-multi .dropdown-links-bar {
    padding-left: 0;
    padding-right: 60px;
    width: 18%;
  }
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu-multi .dropdown-links-bar:before,
  .navbar .dropdown-menu-multi .dropdown-links-bar:before,
  .navbar-info-dropdown .dropdown-menu-multi .dropdown-links-bar:before {
    right: 0;
  }
}
.nav-dropdown .dropdown-menu-multi .dropdown-links-bar .dropdown-links-subtitle,
.navbar .dropdown-menu-multi .dropdown-links-bar .dropdown-links-subtitle,
.navbar-info-dropdown
  .dropdown-menu-multi
  .dropdown-links-bar
  .dropdown-links-subtitle {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
}
.nav-dropdown
  .dropdown-menu-multi
  .dropdown-links-bar
  .dropdown-submenu:last-of-type,
.nav-dropdown
  .dropdown-menu-multi
  .dropdown-links-bar
  .dropdown-submenu:last-of-type
  li:last-of-type,
.navbar .dropdown-menu-multi .dropdown-links-bar .dropdown-submenu:last-of-type,
.navbar
  .dropdown-menu-multi
  .dropdown-links-bar
  .dropdown-submenu:last-of-type
  li:last-of-type,
.navbar-info-dropdown
  .dropdown-menu-multi
  .dropdown-links-bar
  .dropdown-submenu:last-of-type,
.navbar-info-dropdown
  .dropdown-menu-multi
  .dropdown-links-bar
  .dropdown-submenu:last-of-type
  li:last-of-type {
  padding-bottom: 0;
}
.nav-dropdown .dropdown-menu-multi .btns-holder,
.navbar .dropdown-menu-multi .btns-holder,
.navbar-info-dropdown .dropdown-menu-multi .btns-holder {
  margin-bottom: 12px;
  padding: 0 5px;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu-multi .btns-holder,
  .navbar .dropdown-menu-multi .btns-holder,
  .navbar-info-dropdown .dropdown-menu-multi .btns-holder {
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    padding-left: 45px;
    padding-right: 45px;
  }
}
.nav-dropdown .dropdown-menu-multi .btns-holder .btn,
.navbar .dropdown-menu-multi .btns-holder .btn,
.navbar-info-dropdown .dropdown-menu-multi .btns-holder .btn {
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .nav-dropdown .dropdown-menu-multi .btns-holder .btn,
  .navbar .dropdown-menu-multi .btns-holder .btn,
  .navbar-info-dropdown .dropdown-menu-multi .btns-holder .btn {
    margin-bottom: 14px;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nav-dropdown .dropdown-menu-multi .btns-holder .btn,
  .navbar .dropdown-menu-multi .btns-holder .btn,
  .navbar-info-dropdown .dropdown-menu-multi .btns-holder .btn {
    font-size: 13px;
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu-multi .btns-holder .btn,
  .navbar .dropdown-menu-multi .btns-holder .btn,
  .navbar-info-dropdown .dropdown-menu-multi .btns-holder .btn {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}
.nav-dropdown .dropdown-menu-multi .btns-holder .btn.btn-primary:active,
.nav-dropdown .dropdown-menu-multi .btns-holder .btn.btn-primary:active:focus,
.nav-dropdown .dropdown-menu-multi .btns-holder .btn.btn-primary:hover,
.navbar .dropdown-menu-multi .btns-holder .btn.btn-primary:active,
.navbar .dropdown-menu-multi .btns-holder .btn.btn-primary:active:focus,
.navbar .dropdown-menu-multi .btns-holder .btn.btn-primary:hover,
.navbar-info-dropdown .dropdown-menu-multi .btns-holder .btn.btn-primary:active,
.navbar-info-dropdown
  .dropdown-menu-multi
  .btns-holder
  .btn.btn-primary:active:focus,
.navbar-info-dropdown .dropdown-menu-multi .btns-holder .btn.btn-primary:hover {
  background: transparent;
  border-color: #171e54;
  border-width: 2px;
  color: #171e54;
}
.nav-dropdown .dropdown-menu-multi .btns-holder .btn.btn-outline-primary:active,
.nav-dropdown
  .dropdown-menu-multi
  .btns-holder
  .btn.btn-outline-primary:active:focus,
.nav-dropdown .dropdown-menu-multi .btns-holder .btn.btn-outline-primary:hover,
.navbar .dropdown-menu-multi .btns-holder .btn.btn-outline-primary:active,
.navbar .dropdown-menu-multi .btns-holder .btn.btn-outline-primary:active:focus,
.navbar .dropdown-menu-multi .btns-holder .btn.btn-outline-primary:hover,
.navbar-info-dropdown
  .dropdown-menu-multi
  .btns-holder
  .btn.btn-outline-primary:active,
.navbar-info-dropdown
  .dropdown-menu-multi
  .btns-holder
  .btn.btn-outline-primary:active:focus,
.navbar-info-dropdown
  .dropdown-menu-multi
  .btns-holder
  .btn.btn-outline-primary:hover {
  background: #171e54;
  border-color: #171e54;
  color: #fff;
}
.nav-dropdown .dropdown-menu-multi .btns-holder .btn-compare,
.navbar .dropdown-menu-multi .btns-holder .btn-compare,
.navbar-info-dropdown .dropdown-menu-multi .btns-holder .btn-compare {
  display: none;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu-multi .btns-holder .btn-compare,
  .navbar .dropdown-menu-multi .btns-holder .btn-compare,
  .navbar-info-dropdown .dropdown-menu-multi .btns-holder .btn-compare {
    display: initial;
  }
  .nav-dropdown .dropdown-menu-multi .icons-holder,
  .navbar .dropdown-menu-multi .icons-holder,
  .navbar-info-dropdown .dropdown-menu-multi .icons-holder {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    font-weight: 500;
    justify-content: center;
    margin: 30px 60px 0;
    padding-top: 10px;
    position: relative;
    text-align: center;
  }
  .nav-dropdown .dropdown-menu-multi .icons-holder:before,
  .navbar .dropdown-menu-multi .icons-holder:before,
  .navbar-info-dropdown .dropdown-menu-multi .icons-holder:before {
    background: #d8d8d8;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
.nav-dropdown .dropdown-menu-multi .icons-holder ul,
.navbar .dropdown-menu-multi .icons-holder ul,
.navbar-info-dropdown .dropdown-menu-multi .icons-holder ul {
  gap: 40px;
}
@media (min-width: 1200px) {
  .nav-dropdown .dropdown-menu-multi .icons-holder ul,
  .navbar .dropdown-menu-multi .icons-holder ul,
  .navbar-info-dropdown .dropdown-menu-multi .icons-holder ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.nav-dropdown .dropdown-menu-multi .icons-holder ul li,
.navbar .dropdown-menu-multi .icons-holder ul li,
.navbar-info-dropdown .dropdown-menu-multi .icons-holder ul li {
  padding: 0;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu-multi .icons-holder .icon-holder,
  .navbar .dropdown-menu-multi .icons-holder .icon-holder,
  .navbar-info-dropdown .dropdown-menu-multi .icons-holder .icon-holder {
    margin-right: 5px;
  }
  .nav-dropdown .dropdown-menu-multi .icons-holder .icon-holder svg,
  .navbar .dropdown-menu-multi .icons-holder .icon-holder svg,
  .navbar-info-dropdown .dropdown-menu-multi .icons-holder .icon-holder svg {
    max-width: 22px;
  }
}
.nav-dropdown .dropdown-menu-multi .section-dropdown-submenu,
.navbar .dropdown-menu-multi .section-dropdown-submenu,
.navbar-info-dropdown .dropdown-menu-multi .section-dropdown-submenu {
  width: 100%;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu-multi .section-dropdown-submenu,
  .navbar .dropdown-menu-multi .section-dropdown-submenu,
  .navbar-info-dropdown .dropdown-menu-multi .section-dropdown-submenu {
    width: 56%;
  }
}
@media (min-width: 1200px) {
  .nav-dropdown .dropdown-menu-multi .section-dropdown-submenu,
  .navbar .dropdown-menu-multi .section-dropdown-submenu,
  .navbar-info-dropdown .dropdown-menu-multi .section-dropdown-submenu {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu-multi .section-grid-block-menu,
  .navbar .dropdown-menu-multi .section-grid-block-menu,
  .navbar-info-dropdown .dropdown-menu-multi .section-grid-block-menu {
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }
}
.nav-dropdown .dropdown-menu-multi .section-grid-block-menu .column-menu,
.navbar .dropdown-menu-multi .section-grid-block-menu .column-menu,
.navbar-info-dropdown
  .dropdown-menu-multi
  .section-grid-block-menu
  .column-menu {
  padding-top: 10px;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu-multi .section-grid-block-menu .column-menu,
  .navbar .dropdown-menu-multi .section-grid-block-menu .column-menu,
  .navbar-info-dropdown
    .dropdown-menu-multi
    .section-grid-block-menu
    .column-menu {
    padding: 0 0 0 60px;
  }
  .nav-dropdown .dropdown-menu-multi .dropdown-images,
  .navbar .dropdown-menu-multi .dropdown-images,
  .navbar-info-dropdown .dropdown-menu-multi .dropdown-images {
    margin-left: 4%;
    padding-right: 15px;
    width: 18%;
  }
}
@media (min-width: 1200px) {
  .nav-dropdown .dropdown-menu-multi .dropdown-images,
  .navbar .dropdown-menu-multi .dropdown-images,
  .navbar-info-dropdown .dropdown-menu-multi .dropdown-images {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .nav-dropdown .dropdown-menu-multi .dropdown-images .img-holder,
  .navbar .dropdown-menu-multi .dropdown-images .img-holder,
  .navbar-info-dropdown .dropdown-menu-multi .dropdown-images .img-holder {
    margin-bottom: 30px;
    padding: 0 5px;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu-multi .dropdown-images .img-holder:first-child,
  .navbar .dropdown-menu-multi .dropdown-images .img-holder:first-child,
  .navbar-info-dropdown
    .dropdown-menu-multi
    .dropdown-images
    .img-holder:first-child {
    margin-bottom: 30px;
  }
}
.nav-dropdown .dropdown-menu-multi .dropdown-images .img-holder img,
.navbar .dropdown-menu-multi .dropdown-images .img-holder img,
.navbar-info-dropdown .dropdown-menu-multi .dropdown-images .img-holder img {
  margin-bottom: 10px;
  pointer-events: none;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu-multi .dropdown-images .img-holder img,
  .navbar .dropdown-menu-multi .dropdown-images .img-holder img,
  .navbar-info-dropdown .dropdown-menu-multi .dropdown-images .img-holder img {
    margin-bottom: 14px;
  }
}
.nav-dropdown .dropdown-menu-multi .dropdown-images .img-holder .img-title,
.navbar .dropdown-menu-multi .dropdown-images .img-holder .img-title,
.navbar-info-dropdown
  .dropdown-menu-multi
  .dropdown-images
  .img-holder
  .img-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.nav-dropdown
  .dropdown-menu-multi
  .dropdown-images
  .img-holder
  .img-title:after,
.navbar .dropdown-menu-multi .dropdown-images .img-holder .img-title:after,
.navbar-info-dropdown
  .dropdown-menu-multi
  .dropdown-images
  .img-holder
  .img-title:after {
  content: "\2192";
  font-size: 14px;
  line-height: 1;
}
.nav-dropdown .dropdown-menu-links-and-images,
.navbar .dropdown-menu-links-and-images,
.navbar-info-dropdown .dropdown-menu-links-and-images {
  min-height: auto;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu-links-and-images .container,
  .navbar .dropdown-menu-links-and-images .container,
  .navbar-info-dropdown .dropdown-menu-links-and-images .container {
    max-width: 1200px;
  }
}
.nav-dropdown
  .dropdown-menu-links-and-images
  .container
  .dropdown-links
  .dropdown-links-subtitle,
.navbar
  .dropdown-menu-links-and-images
  .container
  .dropdown-links
  .dropdown-links-subtitle,
.navbar-info-dropdown
  .dropdown-menu-links-and-images
  .container
  .dropdown-links
  .dropdown-links-subtitle {
  color: #1b2061;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 20px;
  width: 100%;
}
.nav-dropdown
  .dropdown-menu-links-and-images
  .container
  .dropdown-links
  .dropdown-submenu,
.navbar
  .dropdown-menu-links-and-images
  .container
  .dropdown-links
  .dropdown-submenu,
.navbar-info-dropdown
  .dropdown-menu-links-and-images
  .container
  .dropdown-links
  .dropdown-submenu {
  margin-bottom: 40px;
  padding: 0;
}
.nav-dropdown .dropdown-menu-links-and-images .container .image-block,
.navbar .dropdown-menu-links-and-images .container .image-block,
.navbar-info-dropdown .dropdown-menu-links-and-images .container .image-block {
  padding: 0 10px 30px;
}
.nav-dropdown
  .dropdown-menu-links-and-images
  .container
  .image-block
  .img-holder
  img,
.navbar .dropdown-menu-links-and-images .container .image-block .img-holder img,
.navbar-info-dropdown
  .dropdown-menu-links-and-images
  .container
  .image-block
  .img-holder
  img {
  margin-bottom: 14px;
}
.nav-dropdown .dropdown-menu-links-and-images .container .image-block .badge,
.navbar .dropdown-menu-links-and-images .container .image-block .badge,
.navbar-info-dropdown
  .dropdown-menu-links-and-images
  .container
  .image-block
  .badge {
  align-items: center;
  background-color: #f6da7e;
  border-radius: 4px;
  display: flex;
  font-size: 9px;
  height: 25px;
  justify-content: center;
  padding: 0 18px;
  position: absolute;
  right: 18px;
  text-transform: uppercase;
  top: 8px;
  z-index: 0;
}
.nav-dropdown .dropdown-menu-links-and-images .container .image-block .title,
.navbar .dropdown-menu-links-and-images .container .image-block .title,
.navbar-info-dropdown
  .dropdown-menu-links-and-images
  .container
  .image-block
  .title {
  color: #1b2061;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}
@media (min-width: 992px) {
  .nav-dropdown .section-columns-menu,
  .navbar .section-columns-menu,
  .navbar-info-dropdown .section-columns-menu {
    column-count: 2;
    column-gap: 2em;
  }
}
.nav-dropdown .column-menu,
.navbar .column-menu,
.navbar-info-dropdown .column-menu {
  break-inside: avoid-column;
  margin-bottom: 5px;
}
.nav-dropdown .dropdown-submenu,
.navbar .dropdown-submenu,
.navbar-info-dropdown .dropdown-submenu {
  color: #1b2061;
  min-height: auto;
  padding: 5px 0 7px;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-submenu,
  .navbar .dropdown-submenu,
  .navbar-info-dropdown .dropdown-submenu {
    padding: 11px 0 25px;
  }
}
.nav-dropdown .dropdown-submenu li,
.navbar .dropdown-submenu li,
.navbar-info-dropdown .dropdown-submenu li {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  padding: 7px 0;
}
.nav-dropdown .dropdown-submenu a:hover,
.navbar .dropdown-submenu a:hover,
.navbar-info-dropdown .dropdown-submenu a:hover {
  color: #1b2061;
}
.nav-dropdown .dropdown-submenu .badge,
.navbar .dropdown-submenu .badge,
.navbar-info-dropdown .dropdown-submenu .badge {
  display: inline-block;
  padding: 4px 8px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nav-dropdown .dropdown-submenu .badge,
  .navbar .dropdown-submenu .badge,
  .navbar-info-dropdown .dropdown-submenu .badge {
    font-size: 9px;
    padding: 2px 6px;
  }
}
.nav-dropdown .dropdown-submenu .title,
.navbar .dropdown-submenu .title,
.navbar-info-dropdown .dropdown-submenu .title {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  margin-right: 10px;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .nav-dropdown .dropdown-submenu .title,
  .navbar .dropdown-submenu .title,
  .navbar-info-dropdown .dropdown-submenu .title {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-submenu .title,
  .navbar .dropdown-submenu .title,
  .navbar-info-dropdown .dropdown-submenu .title {
    font-size: 14px;
    margin-right: 15px;
  }
}
.nav-dropdown .dropdown-submenu .title:hover,
.navbar .dropdown-submenu .title:hover,
.navbar-info-dropdown .dropdown-submenu .title:hover {
  color: #0e0e0e;
  font-weight: 500;
}
.nav-dropdown .img-holder,
.navbar .img-holder,
.navbar-info-dropdown .img-holder {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .nav-dropdown .img-holder,
  .navbar .img-holder,
  .navbar-info-dropdown .img-holder {
    margin-bottom: 0;
  }
}
.nav-dropdown .img-holder img,
.navbar .img-holder img,
.navbar-info-dropdown .img-holder img {
  border-radius: 4px;
  margin-bottom: 14px;
  transition: opacity 0.15s linear;
  width: 100%;
}
@media (min-width: 992px) {
  .nav-dropdown .img-holder img,
  .navbar .img-holder img,
  .navbar-info-dropdown .img-holder img {
    margin-bottom: 20px;
    opacity: 1;
    transition: opacity 0.15s linear;
  }
}
.nav-dropdown .img-title,
.navbar .img-title,
.navbar-info-dropdown .img-title {
  color: #0e0e0e;
  display: block;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  transition: font-weight 0.15s linear;
}
.nav-dropdown .dropdown-multi-collection-3-desktop,
.nav-dropdown .dropdown-multi-collection-desktop,
.navbar .dropdown-multi-collection-3-desktop,
.navbar .dropdown-multi-collection-desktop,
.navbar-info-dropdown .dropdown-multi-collection-3-desktop,
.navbar-info-dropdown .dropdown-multi-collection-desktop {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 34px;
}
.nav-dropdown .dropdown-multi-collection-3-desktop .dropdown-menu-content,
.nav-dropdown .dropdown-multi-collection-desktop .dropdown-menu-content,
.navbar .dropdown-multi-collection-3-desktop .dropdown-menu-content,
.navbar .dropdown-multi-collection-desktop .dropdown-menu-content,
.navbar-info-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content {
  max-width: 1328px;
}
.nav-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu,
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu,
.navbar-info-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu {
  flex-grow: 1;
  min-width: 742px;
  padding: 0 30px 0 0;
  width: auto;
}
@media (min-width: 1200px) {
  .nav-dropdown
    .dropdown-multi-collection-3-desktop
    .dropdown-menu-content
    .section-dropdown-submenu,
  .nav-dropdown
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .section-dropdown-submenu,
  .navbar
    .dropdown-multi-collection-3-desktop
    .dropdown-menu-content
    .section-dropdown-submenu,
  .navbar
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .section-dropdown-submenu,
  .navbar-info-dropdown
    .dropdown-multi-collection-3-desktop
    .dropdown-menu-content
    .section-dropdown-submenu,
  .navbar-info-dropdown
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .section-dropdown-submenu {
    max-width: none;
    padding-right: 60px;
  }
}
.nav-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu,
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu,
.navbar-info-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu {
  gap: 34px 40px;
}
@media (min-width: 1200px) {
  .nav-dropdown
    .dropdown-multi-collection-3-desktop
    .dropdown-menu-content
    .section-dropdown-submenu
    .section-grid-block-menu,
  .nav-dropdown
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .section-dropdown-submenu
    .section-grid-block-menu,
  .navbar
    .dropdown-multi-collection-3-desktop
    .dropdown-menu-content
    .section-dropdown-submenu
    .section-grid-block-menu,
  .navbar
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .section-dropdown-submenu
    .section-grid-block-menu,
  .navbar-info-dropdown
    .dropdown-multi-collection-3-desktop
    .dropdown-menu-content
    .section-dropdown-submenu
    .section-grid-block-menu,
  .navbar-info-dropdown
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .section-dropdown-submenu
    .section-grid-block-menu {
    gap: 30px 60px;
  }
}
.nav-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu,
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu,
.navbar-info-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu {
  margin: 0;
  padding: 0;
}
.nav-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu-title,
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu-title,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu-title,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu-title,
.navbar-info-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu-title,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu-title {
  font-size: 15px;
  font-weight: 900;
  line-height: 16px;
}
.nav-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu-subtitle,
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu-subtitle,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu-subtitle,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu-subtitle,
.navbar-info-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu-subtitle,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu-subtitle {
  color: #383838;
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  padding-top: 8px;
}
.nav-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .dropdown-submenu,
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .dropdown-submenu,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .dropdown-submenu,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .dropdown-submenu,
.navbar-info-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .dropdown-submenu,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .dropdown-submenu {
  display: grid;
  gap: 18px 16px;
  grid-template-columns: repeat(auto-fill, 100px);
  padding-bottom: 0;
  padding-top: 24px;
}
.nav-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card,
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card,
.navbar-info-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card {
  align-items: normal;
  padding: 0;
  position: relative;
}
.nav-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .badge,
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .badge,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .badge,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .badge,
.navbar-info-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .badge,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .badge {
  font-size: 10px;
  position: absolute;
  right: -8px;
  top: -8px;
}
.nav-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .title,
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .title,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .title,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .title,
.navbar-info-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .title,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .title {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin: 0;
  min-height: 30px;
  white-space: wrap;
}
.nav-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .title:hover,
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .title:hover,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .title:hover,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .title:hover,
.navbar-info-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .title:hover,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  .title:hover {
  font-weight: 500;
}
.nav-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  img,
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  img,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  img,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  img,
.navbar-info-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  img,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .menu-product-card
  img {
  margin-bottom: 8px;
}
.nav-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .dropdown-images,
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .dropdown-images,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .dropdown-images,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .dropdown-images,
.navbar-info-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .dropdown-images,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .dropdown-images {
  border-left: 1px solid #d8d8d8;
  margin: 0;
  padding: 45px 0 0 30px;
  width: auto;
}
@media (min-width: 1200px) {
  .nav-dropdown
    .dropdown-multi-collection-3-desktop
    .dropdown-menu-content
    .dropdown-images,
  .nav-dropdown
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .dropdown-images,
  .navbar
    .dropdown-multi-collection-3-desktop
    .dropdown-menu-content
    .dropdown-images,
  .navbar
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .dropdown-images,
  .navbar-info-dropdown
    .dropdown-multi-collection-3-desktop
    .dropdown-menu-content
    .dropdown-images,
  .navbar-info-dropdown
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .dropdown-images {
    padding-left: 60px;
  }
}
.nav-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .dropdown-images
  .img-holder:first-child,
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .dropdown-images
  .img-holder:first-child,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .dropdown-images
  .img-holder:first-child,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .dropdown-images
  .img-holder:first-child,
.navbar-info-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .dropdown-images
  .img-holder:first-child,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .dropdown-images
  .img-holder:first-child {
  margin-bottom: 18px;
}
@media (min-width: 1200px) {
  .nav-dropdown
    .dropdown-multi-collection-3-desktop
    .dropdown-menu-content
    .dropdown-images
    .img-holder:first-child,
  .nav-dropdown
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .dropdown-images
    .img-holder:first-child,
  .navbar
    .dropdown-multi-collection-3-desktop
    .dropdown-menu-content
    .dropdown-images
    .img-holder:first-child,
  .navbar
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .dropdown-images
    .img-holder:first-child,
  .navbar-info-dropdown
    .dropdown-multi-collection-3-desktop
    .dropdown-menu-content
    .dropdown-images
    .img-holder:first-child,
  .navbar-info-dropdown
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .dropdown-images
    .img-holder:first-child {
    margin-bottom: 26px;
  }
}
.nav-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .dropdown-images
  .img-title,
.nav-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .dropdown-images
  img,
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .dropdown-images
  .img-title,
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .dropdown-images
  img,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .dropdown-images
  .img-title,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .dropdown-images
  img,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .dropdown-images
  .img-title,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .dropdown-images
  img,
.navbar-info-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .dropdown-images
  .img-title,
.navbar-info-dropdown
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .dropdown-images
  img,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .dropdown-images
  .img-title,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .dropdown-images
  img {
  max-width: 240px;
  width: 100%;
}
@media (min-width: 1200px) {
  .nav-dropdown
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .section-dropdown-submenu
    .section-grid-block-menu,
  .navbar
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .section-dropdown-submenu
    .section-grid-block-menu,
  .navbar-info-dropdown
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .section-dropdown-submenu
    .section-grid-block-menu {
    gap: 0 80px;
  }
}
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu-column
  .label,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu-column
  .label,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu-column
  .label {
  align-items: center;
  border-radius: 17px;
  display: inline-flex;
  font-size: 12px;
  line-height: 16px;
  margin-right: 10px;
  padding: 4px 14px;
  text-transform: uppercase;
  width: fit-content;
}
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu-column
  .label
  svg,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu-column
  .label
  svg,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu-column
  .label
  svg {
  height: 23px;
  margin-right: 6px;
  width: auto;
}
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu-column:not(:last-child),
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu-column:not(:last-child),
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu-column:not(:last-child) {
  position: relative;
}
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu-column:not(:last-child):before,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu-column:not(:last-child):before,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu-column:not(:last-child):before {
  background-color: #d8d8d8;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -7px;
  width: 1px;
}
@media (min-width: 1200px) {
  .nav-dropdown
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .section-dropdown-submenu
    .section-grid-block-menu-column:not(:last-child):before,
  .navbar
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .section-dropdown-submenu
    .section-grid-block-menu-column:not(:last-child):before,
  .navbar-info-dropdown
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .section-dropdown-submenu
    .section-grid-block-menu-column:not(:last-child):before {
    right: -40px;
  }
}
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .dropdown-submenu,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .dropdown-submenu,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .dropdown-submenu {
  gap: 24px 16px;
}
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-menu {
  margin-top: 24px;
}
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-title,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-title,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 10px;
}
.nav-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-subtitle,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-subtitle,
.navbar-info-dropdown
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .section-dropdown-submenu
  .section-grid-block-menu
  .column-subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 14px;
}
@media (min-width: 1200px) {
  .nav-dropdown
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .section-dropdown-submenu
    .section-grid-block-menu
    .column-subtitle,
  .navbar
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .section-dropdown-submenu
    .section-grid-block-menu
    .column-subtitle,
  .navbar-info-dropdown
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .section-dropdown-submenu
    .section-grid-block-menu
    .column-subtitle {
    min-height: 40px;
  }
}
.nav-dropdown .dropdown-bundle-mobile .section-grid-block-menu,
.nav-dropdown .dropdown-links-and-row-of-images-mobile .section-grid-block-menu,
.nav-dropdown .dropdown-multi-collection-3-mobile .section-grid-block-menu,
.nav-dropdown .dropdown-multi-collection-mobile .section-grid-block-menu,
.navbar .dropdown-bundle-mobile .section-grid-block-menu,
.navbar .dropdown-links-and-row-of-images-mobile .section-grid-block-menu,
.navbar .dropdown-multi-collection-3-mobile .section-grid-block-menu,
.navbar .dropdown-multi-collection-mobile .section-grid-block-menu,
.navbar-info-dropdown .dropdown-bundle-mobile .section-grid-block-menu,
.navbar-info-dropdown
  .dropdown-links-and-row-of-images-mobile
  .section-grid-block-menu,
.navbar-info-dropdown
  .dropdown-multi-collection-3-mobile
  .section-grid-block-menu,
.navbar-info-dropdown
  .dropdown-multi-collection-mobile
  .section-grid-block-menu {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 8px;
}
.nav-dropdown
  .dropdown-bundle-mobile
  .section-grid-block-menu
  .column-menu-title,
.nav-dropdown
  .dropdown-links-and-row-of-images-mobile
  .section-grid-block-menu
  .column-menu-title,
.nav-dropdown
  .dropdown-multi-collection-3-mobile
  .section-grid-block-menu
  .column-menu-title,
.nav-dropdown
  .dropdown-multi-collection-mobile
  .section-grid-block-menu
  .column-menu-title,
.navbar .dropdown-bundle-mobile .section-grid-block-menu .column-menu-title,
.navbar
  .dropdown-links-and-row-of-images-mobile
  .section-grid-block-menu
  .column-menu-title,
.navbar
  .dropdown-multi-collection-3-mobile
  .section-grid-block-menu
  .column-menu-title,
.navbar
  .dropdown-multi-collection-mobile
  .section-grid-block-menu
  .column-menu-title,
.navbar-info-dropdown
  .dropdown-bundle-mobile
  .section-grid-block-menu
  .column-menu-title,
.navbar-info-dropdown
  .dropdown-links-and-row-of-images-mobile
  .section-grid-block-menu
  .column-menu-title,
.navbar-info-dropdown
  .dropdown-multi-collection-3-mobile
  .section-grid-block-menu
  .column-menu-title,
.navbar-info-dropdown
  .dropdown-multi-collection-mobile
  .section-grid-block-menu
  .column-menu-title {
  font-size: 10px;
  font-weight: 600;
  line-height: 16px;
  padding-bottom: 11px;
}
@media (max-width: 991px) {
  .nav-dropdown
    .dropdown-bundle-mobile
    .section-grid-block-menu
    .column-menu-title,
  .nav-dropdown
    .dropdown-links-and-row-of-images-mobile
    .section-grid-block-menu
    .column-menu-title,
  .nav-dropdown
    .dropdown-multi-collection-3-mobile
    .section-grid-block-menu
    .column-menu-title,
  .nav-dropdown
    .dropdown-multi-collection-mobile
    .section-grid-block-menu
    .column-menu-title,
  .navbar .dropdown-bundle-mobile .section-grid-block-menu .column-menu-title,
  .navbar
    .dropdown-links-and-row-of-images-mobile
    .section-grid-block-menu
    .column-menu-title,
  .navbar
    .dropdown-multi-collection-3-mobile
    .section-grid-block-menu
    .column-menu-title,
  .navbar
    .dropdown-multi-collection-mobile
    .section-grid-block-menu
    .column-menu-title,
  .navbar-info-dropdown
    .dropdown-bundle-mobile
    .section-grid-block-menu
    .column-menu-title,
  .navbar-info-dropdown
    .dropdown-links-and-row-of-images-mobile
    .section-grid-block-menu
    .column-menu-title,
  .navbar-info-dropdown
    .dropdown-multi-collection-3-mobile
    .section-grid-block-menu
    .column-menu-title,
  .navbar-info-dropdown
    .dropdown-multi-collection-mobile
    .section-grid-block-menu
    .column-menu-title {
    padding-bottom: 8px;
  }
}
.nav-dropdown .dropdown-bundle-mobile .section-grid-block-menu .column-menu,
.nav-dropdown
  .dropdown-links-and-row-of-images-mobile
  .section-grid-block-menu
  .column-menu,
.nav-dropdown
  .dropdown-multi-collection-3-mobile
  .section-grid-block-menu
  .column-menu,
.nav-dropdown
  .dropdown-multi-collection-mobile
  .section-grid-block-menu
  .column-menu,
.navbar .dropdown-bundle-mobile .section-grid-block-menu .column-menu,
.navbar
  .dropdown-links-and-row-of-images-mobile
  .section-grid-block-menu
  .column-menu,
.navbar
  .dropdown-multi-collection-3-mobile
  .section-grid-block-menu
  .column-menu,
.navbar .dropdown-multi-collection-mobile .section-grid-block-menu .column-menu,
.navbar-info-dropdown
  .dropdown-bundle-mobile
  .section-grid-block-menu
  .column-menu,
.navbar-info-dropdown
  .dropdown-links-and-row-of-images-mobile
  .section-grid-block-menu
  .column-menu,
.navbar-info-dropdown
  .dropdown-multi-collection-3-mobile
  .section-grid-block-menu
  .column-menu,
.navbar-info-dropdown
  .dropdown-multi-collection-mobile
  .section-grid-block-menu
  .column-menu {
  margin-bottom: 0;
  padding-top: 8px;
}
.nav-dropdown .dropdown-bundle-mobile .dropdown-submenu,
.nav-dropdown .dropdown-links-and-row-of-images-mobile .dropdown-submenu,
.nav-dropdown .dropdown-multi-collection-3-mobile .dropdown-submenu,
.nav-dropdown .dropdown-multi-collection-mobile .dropdown-submenu,
.navbar .dropdown-bundle-mobile .dropdown-submenu,
.navbar .dropdown-links-and-row-of-images-mobile .dropdown-submenu,
.navbar .dropdown-multi-collection-3-mobile .dropdown-submenu,
.navbar .dropdown-multi-collection-mobile .dropdown-submenu,
.navbar-info-dropdown .dropdown-bundle-mobile .dropdown-submenu,
.navbar-info-dropdown
  .dropdown-links-and-row-of-images-mobile
  .dropdown-submenu,
.navbar-info-dropdown .dropdown-multi-collection-3-mobile .dropdown-submenu,
.navbar-info-dropdown .dropdown-multi-collection-mobile .dropdown-submenu {
  padding: 11px 0 10px;
}
@media (max-width: 991px) {
  .nav-dropdown .dropdown-bundle-mobile .dropdown-submenu,
  .nav-dropdown .dropdown-links-and-row-of-images-mobile .dropdown-submenu,
  .nav-dropdown .dropdown-multi-collection-3-mobile .dropdown-submenu,
  .nav-dropdown .dropdown-multi-collection-mobile .dropdown-submenu,
  .navbar .dropdown-bundle-mobile .dropdown-submenu,
  .navbar .dropdown-links-and-row-of-images-mobile .dropdown-submenu,
  .navbar .dropdown-multi-collection-3-mobile .dropdown-submenu,
  .navbar .dropdown-multi-collection-mobile .dropdown-submenu,
  .navbar-info-dropdown .dropdown-bundle-mobile .dropdown-submenu,
  .navbar-info-dropdown
    .dropdown-links-and-row-of-images-mobile
    .dropdown-submenu,
  .navbar-info-dropdown .dropdown-multi-collection-3-mobile .dropdown-submenu,
  .navbar-info-dropdown .dropdown-multi-collection-mobile .dropdown-submenu {
    padding: 2px 0 6px;
  }
}
.nav-dropdown .dropdown-bundle-mobile .dropdown-submenu li,
.nav-dropdown .dropdown-links-and-row-of-images-mobile .dropdown-submenu li,
.nav-dropdown .dropdown-multi-collection-3-mobile .dropdown-submenu li,
.nav-dropdown .dropdown-multi-collection-mobile .dropdown-submenu li,
.navbar .dropdown-bundle-mobile .dropdown-submenu li,
.navbar .dropdown-links-and-row-of-images-mobile .dropdown-submenu li,
.navbar .dropdown-multi-collection-3-mobile .dropdown-submenu li,
.navbar .dropdown-multi-collection-mobile .dropdown-submenu li,
.navbar-info-dropdown .dropdown-bundle-mobile .dropdown-submenu li,
.navbar-info-dropdown
  .dropdown-links-and-row-of-images-mobile
  .dropdown-submenu
  li,
.navbar-info-dropdown .dropdown-multi-collection-3-mobile .dropdown-submenu li,
.navbar-info-dropdown .dropdown-multi-collection-mobile .dropdown-submenu li {
  padding: 8px 0;
}
.nav-dropdown .dropdown-bundle-mobile .dropdown-submenu .badge,
.nav-dropdown .dropdown-links-and-row-of-images-mobile .dropdown-submenu .badge,
.nav-dropdown .dropdown-multi-collection-3-mobile .dropdown-submenu .badge,
.nav-dropdown .dropdown-multi-collection-mobile .dropdown-submenu .badge,
.navbar .dropdown-bundle-mobile .dropdown-submenu .badge,
.navbar .dropdown-links-and-row-of-images-mobile .dropdown-submenu .badge,
.navbar .dropdown-multi-collection-3-mobile .dropdown-submenu .badge,
.navbar .dropdown-multi-collection-mobile .dropdown-submenu .badge,
.navbar-info-dropdown .dropdown-bundle-mobile .dropdown-submenu .badge,
.navbar-info-dropdown
  .dropdown-links-and-row-of-images-mobile
  .dropdown-submenu
  .badge,
.navbar-info-dropdown
  .dropdown-multi-collection-3-mobile
  .dropdown-submenu
  .badge,
.navbar-info-dropdown
  .dropdown-multi-collection-mobile
  .dropdown-submenu
  .badge {
  font-size: 10px;
  margin-left: 6px;
}
.nav-dropdown .dropdown-bundle-mobile .btns-holder,
.nav-dropdown .dropdown-links-and-row-of-images-mobile .btns-holder,
.nav-dropdown .dropdown-multi-collection-3-mobile .btns-holder,
.nav-dropdown .dropdown-multi-collection-mobile .btns-holder,
.navbar .dropdown-bundle-mobile .btns-holder,
.navbar .dropdown-links-and-row-of-images-mobile .btns-holder,
.navbar .dropdown-multi-collection-3-mobile .btns-holder,
.navbar .dropdown-multi-collection-mobile .btns-holder,
.navbar-info-dropdown .dropdown-bundle-mobile .btns-holder,
.navbar-info-dropdown .dropdown-links-and-row-of-images-mobile .btns-holder,
.navbar-info-dropdown .dropdown-multi-collection-3-mobile .btns-holder,
.navbar-info-dropdown .dropdown-multi-collection-mobile .btns-holder {
  margin-top: 2px;
}
@media (max-width: 991px) {
  .nav-dropdown .dropdown-multi-collection-3-mobile .dropdown-submenu,
  .nav-dropdown .dropdown-multi-collection-mobile .dropdown-submenu,
  .navbar .dropdown-multi-collection-3-mobile .dropdown-submenu,
  .navbar .dropdown-multi-collection-mobile .dropdown-submenu,
  .navbar-info-dropdown .dropdown-multi-collection-3-mobile .dropdown-submenu,
  .navbar-info-dropdown .dropdown-multi-collection-mobile .dropdown-submenu {
    border-top: 1px solid #f0f1f4;
  }
}
.navbar
  .dropdown-links-and-row-of-images-mobile
  .navbar
  .dropdown-submenu
  .title {
  white-space: normal;
}
.navbar .dropdown-links-and-row-of-images-mobile .dropdown-submenu {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 26px;
  padding: 16px 0 0;
}
.navbar .dropdown-links-and-row-of-images-mobile .dropdown-submenu li {
  align-items: flex-start;
  padding: 0;
}
@media (min-width: 576px) {
  .navbar .dropdown-links-and-row-of-images-mobile .dropdown-submenu {
    gap: 18px 24px;
  }
}
.column-menu-title {
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .column-menu-title {
    font-size: 15px;
  }
}
.featured-dropdown .nav-link:hover {
  color: #1b2061;
}
.featured-dropdown.dropdown-menu {
  padding-top: 10px;
}
@media (min-width: 992px) {
  .featured-dropdown.dropdown-menu {
    padding-bottom: 72px;
    padding-top: 34px;
  }
}
.featured-dropdown.dropdown-menu > .container {
  justify-content: center;
  max-width: 468px;
}
@media (min-width: 992px) {
  .featured-dropdown.dropdown-menu > .container {
    max-width: 936px;
  }
}
@media (min-width: 1200px) {
  .featured-dropdown.dropdown-menu > .container {
    max-width: 1130px;
  }
}
.featured-dropdown.dropdown-menu > .container .row {
  width: 100%;
}
.featured-dropdown [class*="col-"] {
  padding: 7px;
}
.featured-dropdown .card {
  border-radius: 0;
  display: block;
  height: 158px;
  margin: 0 auto;
  max-width: 220px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.featured-dropdown .card > div {
  pointer-events: none;
}
@media (min-width: 460px) {
  .featured-dropdown .card {
    height: 220px;
  }
}
@media (min-width: 1200px) {
  .featured-dropdown .card {
    height: 272px;
    max-width: 272px;
  }
}
@media (min-width: 992px) {
  .featured-dropdown .card:hover .img-hover {
    opacity: 1;
    visibility: visible;
  }
}
.featured-dropdown .card-body {
  padding: 15px 20px;
}
@media (min-width: 768px) {
  .featured-dropdown .card-body {
    padding: 32px 10px;
  }
}
@media (min-width: 1200px) {
  .featured-dropdown .card-body {
    padding: 50px 10px;
  }
}
.featured-dropdown .card-body,
.featured-dropdown .img-hover {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.featured-dropdown .img-hover {
  display: none;
}
@media (min-width: 992px) {
  .featured-dropdown .img-hover {
    display: block;
    height: 220px;
    left: 0;
    max-width: 220px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 0.15s linear, visibility 0.15s linear;
    visibility: hidden;
  }
}
@media (min-width: 1200px) {
  .featured-dropdown .img-hover {
    min-height: 272px;
    min-width: 272px;
  }
}
.featured-dropdown .card-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .featured-dropdown .card-title {
    font-size: 20px;
  }
}
.featured-dropdown .card-cost {
  font-size: 14px;
}
@media (min-width: 768px) {
  .featured-dropdown .card-cost {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    align-items: center;
    flex-wrap: nowrap;
    line-height: 1.6;
    max-height: 48px;
    padding-left: 0;
  }
}
.navbar-nav.initial {
  flex-wrap: wrap;
  overflow: hidden;
}
@media (min-width: 992px) {
  .nav-item-more {
    align-items: center;
    cursor: pointer;
    display: flex;
  }
  .nav-item-more:before {
    background: #1b2061;
    bottom: 2px;
    content: "";
    height: 3px;
    left: -2px;
    opacity: 0;
    position: absolute;
    transition: opacity 0.15s linear, visibility 0.15s linear;
    visibility: hidden;
    width: 75%;
    z-index: 3;
  }
}
.nav-holder {
  flex: 1;
}
.nav-dots {
  display: none;
  line-height: normal;
}
@media (min-width: 992px) {
  .nav-dots {
    display: flex;
    min-height: 35px;
    padding: 0 17px;
    position: relative;
  }
}
.nav-dots .empty {
  min-width: 40px;
}
.nav-dots.hidden {
  display: none;
}
@media (min-width: 992px) {
  .nav-dots:hover .nav-item-more:before,
  .nav-dots:hover ul.nav-hidden-drop {
    opacity: 1;
    visibility: visible;
  }
}
.nav-dots .nav-hidden-drop .nav-link .nav-link-title {
  justify-content: center;
}
@media (min-width: 992px) {
  ul.nav-hidden-drop {
    background: #fff;
    box-shadow: 0 2px 5px #1b20611a;
    font-size: 15px;
    font-weight: 500;
    left: calc(50% - 20px);
    min-width: 150px;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    top: 100%;
    transform: translate(-50%);
    transition: opacity 0.15s linear, visibility 0.15s linear;
    visibility: hidden;
    z-index: 6;
  }
  ul.nav-hidden-drop .icon-caret {
    display: none;
  }
  ul.nav-hidden-drop .nav-item {
    padding: 0;
  }
  ul.nav-hidden-drop .nav-link {
    justify-content: center;
    padding: 7px 20px;
  }
}
ul.nav-hidden-drop .nav-link:before {
  content: none;
}
ul.nav-hidden-drop .nav-link:hover {
  opacity: 0.8;
}
@media (min-width: 992px) {
  ul.nav-hidden-drop:hover .nav-link:before {
    opacity: 1;
    visibility: visible;
  }
  .nav-dropdown {
    background: #fff;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 4;
  }
  .nav-dropdown .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .nav-dropdown .dropdown-menu {
    min-height: 460px;
    padding-left: 0;
    padding-right: 0;
  }
}
.nav-dropdown .dropdown-menu .container {
  max-width: 100%;
}
.nav-dropdown .dropdown-menu .container > .row {
  width: 100%;
}
@media (min-width: 1200px) {
  .nav-dropdown .dropdown-menu .container > .row {
    width: 95%;
  }
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-menu .container {
    justify-content: center;
    max-width: 1600px;
  }
}
.nav-dropdown .dropdown-submenu {
  min-height: auto;
  padding: 5px 10px;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-submenu {
    padding: 11px 0;
  }
}
.nav-dropdown .dropdown-submenu li {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
}
.nav-dropdown .dropdown-submenu a:hover {
  color: #1b2061;
}
.nav-dropdown .dropdown-submenu .badge {
  display: inline-block;
  padding: 4px 8px;
  position: relative;
}
.nav-dropdown .dropdown-submenu .title {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .nav-dropdown .dropdown-submenu .title {
    font-size: 14px;
    margin-right: 15px;
  }
}
.nav-dropdown .dropdown-submenu .title:hover {
  color: #0e0e0e;
  font-weight: 500;
}
.navbar-info-nav.mobile {
  margin-bottom: 130px;
}
.navbar-info-nav.mobile .nav-item {
  display: flex;
  min-height: 40px;
  padding: 0 18px 0 20px;
}
.navbar-info-nav.mobile .nav-link {
  border-top: 1px solid #f0f1f4;
  justify-content: normal;
  padding: 0;
  width: 100%;
}
.navbar-info-nav.mobile .nav-link .nav-link-icon {
  margin-right: 12px;
}
.navbar-info-nav.mobile .market-switcher {
  border-bottom: 1px solid #f0f1f4;
  border-top: 1px solid #f0f1f4;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.navbar-info-nav.mobile .market-switcher .active-market {
  min-height: 40px;
}
.navbar-info-dropdown {
  background: #fff;
  display: none;
  min-height: 100vh;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 10;
}
.navbar-info-dropdown .icon-caret {
  margin-right: 5px;
}
.navbar-info-dropdown .icon-caret svg {
  height: 8px;
  margin-top: -2px;
  transform: rotate(90deg);
  width: 11px;
}
.navbar-info-dropdown .dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 25px 0 150px;
  position: absolute;
  top: 0;
  width: 100%;
}
.navbar-info-dropdown .dropdown-menu .container {
  max-width: 100%;
}
.navbar-info-dropdown .dropdown-back-link {
  align-items: center;
  cursor: pointer;
  display: flex !important;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 35px;
}
.navbar-info-dropdown .dropdown-links-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
.navbar-nav.nav-info {
  gap: 18px;
}
@media (min-width: 992px) {
  .navbar-nav.nav-info .nav-item.nav-item-icon {
    padding-left: 12px;
  }
}
.navbar-nav.nav-info .nav-item.nav-item-icon svg {
  max-height: 23px;
}
@media (min-width: 992px) {
  .navbar-nav.nav-info .nav-item.nav-item-icon svg {
    margin-top: 0;
  }
}
.navbar-nav.nav-info .nav-item.nav-item-icon .nav-link:hover:before {
  content: none;
}
.navbar-nav.nav-info .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.navbar-nav.nav-info .nav-link {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .navbar-nav.nav-info .nav-link {
    min-height: 50px;
  }
}
.navbar-nav.nav-info .nav-link strong {
  font-weight: 500;
}
.navbar-nav.nav-info .nav-link:before {
  left: auto;
  max-width: 62px;
}
.navbar-nav.nav-info .nav-link svg {
  pointer-events: none;
}
.navbar-nav.nav-info .dropdown-menu {
  box-shadow: 0 2px 2px #1b20614d, inset 0 10px 4px -8px #1b20614d;
  transition: opacity 0.2s ease-in;
}
@media (min-width: 992px) {
  .navbar-nav.nav-info .dropdown-menu {
    opacity: 0;
    top: 100%;
    visibility: hidden;
    z-index: 3;
  }
  .navbar-nav.nav-info .dropdown-links-bar .h3 {
    margin-bottom: 35px;
  }
  .navbar-nav.nav-info .dropdown-links-bar li {
    display: block !important;
    padding: 0 !important;
  }
}
.navbar-mobile {
  padding-bottom: 16px;
}
.navbar-mobile .nav-item.show .icon-caret {
  transform: rotateX(180deg);
}
.navbar-mobile .nav-item .dropdown-toggle-with-image,
.navbar-mobile .nav-item a.img-holder {
  align-items: center;
  display: flex;
  font-size: 13px;
  margin: 0;
}
.navbar-mobile .nav-item .dropdown-toggle-with-image img,
.navbar-mobile .nav-item a.img-holder img {
  border-radius: 50%;
}
.navbar-mobile .nav-item .category-link-image svg.image-placeholder {
  height: 42px;
  width: 42px;
}
.navbar-mobile .nav-item .category-link-image img {
  margin: 0 12px 0 0;
  width: 42px;
}
.navbar-mobile .nav-item .dropdown-toggle-with-image svg.image-placeholder {
  height: 38px;
  width: 38px;
}
.navbar-mobile .nav-item .dropdown-toggle-with-image img {
  margin: 0 10px 0 0;
  width: 38px;
}
.navbar-mobile .nav-item .dropdown-submenu .dropdown-toggle-with-image {
  font-size: 11px;
  font-weight: 600;
}
.navbar .dropdown-bundle-desktop,
.navbar .dropdown-multi-collection-3-desktop,
.navbar .dropdown-multi-collection-desktop {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.navbar .dropdown-bundle-desktop .dropdown-menu-content,
.navbar .dropdown-multi-collection-3-desktop .dropdown-menu-content,
.navbar .dropdown-multi-collection-desktop .dropdown-menu-content {
  display: flex;
  justify-content: center;
  width: 100%;
}
.navbar .dropdown-bundle-desktop .dropdown-menu-content .btns-holder,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .btns-holder,
.navbar .dropdown-multi-collection-desktop .dropdown-menu-content .btns-holder {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 36px 0 0;
}
.navbar .dropdown-bundle-desktop .dropdown-menu-content .btns-holder .btn,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .btns-holder
  .btn,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .btns-holder
  .btn {
  margin: 0;
  text-transform: uppercase;
  width: 280px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .dropdown-bundle-desktop .dropdown-menu-content .btns-holder .btn,
  .navbar
    .dropdown-multi-collection-3-desktop
    .dropdown-menu-content
    .btns-holder
    .btn,
  .navbar
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .btns-holder
    .btn {
    font-size: 13px;
    padding: 10px;
  }
}
.navbar
  .dropdown-bundle-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-primary:active,
.navbar
  .dropdown-bundle-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-primary:active:focus,
.navbar
  .dropdown-bundle-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-primary:hover,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-primary:active,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-primary:active:focus,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-primary:hover,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-primary:active,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-primary:active:focus,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-primary:hover {
  background: transparent;
  border-color: #171e54;
  border-width: 2px;
  color: #171e54;
}
.navbar
  .dropdown-bundle-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-outline-primary:active,
.navbar
  .dropdown-bundle-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-outline-primary:active:focus,
.navbar
  .dropdown-bundle-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-outline-primary:hover,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-outline-primary:active,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-outline-primary:active:focus,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-outline-primary:hover,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-outline-primary:active,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-outline-primary:active:focus,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .btns-holder
  .btn.btn-outline-primary:hover {
  background: #171e54;
  border-color: #171e54;
  color: #fff;
}
.navbar .dropdown-bundle-desktop .dropdown-menu-content .icons-holder,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .icons-holder,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .icons-holder {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  font-weight: 500;
  justify-content: center;
  margin: 16px 0 0;
  padding: 0;
}
.navbar .dropdown-bundle-desktop .dropdown-menu-content .icons-holder ul,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .icons-holder
  ul,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .icons-holder
  ul {
  gap: 40px;
}
@media (min-width: 1200px) {
  .navbar .dropdown-bundle-desktop .dropdown-menu-content .icons-holder ul,
  .navbar
    .dropdown-multi-collection-3-desktop
    .dropdown-menu-content
    .icons-holder
    ul,
  .navbar
    .dropdown-multi-collection-desktop
    .dropdown-menu-content
    .icons-holder
    ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.navbar .dropdown-bundle-desktop .dropdown-menu-content .icons-holder ul li,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .icons-holder
  ul
  li,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .icons-holder
  ul
  li {
  padding: 0;
}
.navbar
  .dropdown-bundle-desktop
  .dropdown-menu-content
  .icons-holder
  .icon-holder,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .icons-holder
  .icon-holder,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .icons-holder
  .icon-holder {
  margin-right: 5px;
}
.navbar
  .dropdown-bundle-desktop
  .dropdown-menu-content
  .icons-holder
  .icon-holder
  svg,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .icons-holder
  .icon-holder
  svg,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .icons-holder
  .icon-holder
  svg {
  max-width: 22px;
}
.navbar .dropdown-bundle-desktop .dropdown-menu-content .icons-holder:before,
.navbar
  .dropdown-multi-collection-3-desktop
  .dropdown-menu-content
  .icons-holder:before,
.navbar
  .dropdown-multi-collection-desktop
  .dropdown-menu-content
  .icons-holder:before {
  content: none;
}
.dropdown-bundle-desktop {
  background-color: #f6f6f6;
  padding-top: 34px;
}
@media (min-width: 992px) {
  .dropdown-bundle-desktop {
    padding-bottom: 60px;
  }
}
.dropdown-bundle-desktop .dropdown-menu-content {
  max-width: 1260px;
}
.dropdown-bundle-desktop .section-grid-block-menu {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 412px);
}
@media (min-width: 1200px) {
  .dropdown-bundle-desktop .section-grid-block-menu {
    grid-template-columns: repeat(3, 412px);
  }
}
.dropdown-bundle-desktop .menu-product-card {
  box-shadow: 0 1px 3px #0003;
}
.dropdown-bundle-desktop .menu-product-card .header-dropdown-image-data {
  display: none;
}
.dropdown-bundle-desktop .menu-product-card a {
  color: inherit;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.dropdown-bundle-desktop .menu-product-card img,
.dropdown-bundle-desktop .menu-product-card svg {
  height: 100px;
  margin: 10px 0 10px 10px;
  width: 100px;
}
.dropdown-bundle-desktop .menu-product-card .info-holder,
.dropdown-bundle-desktop .menu-product-card .offer-holder {
  display: flex;
  flex-direction: column;
}
.dropdown-bundle-desktop .menu-product-card .info-holder {
  flex: 1;
  font-weight: 500;
  padding: 10px 0;
}
.dropdown-bundle-desktop .menu-product-card .info-holder .badge {
  font-size: 10px;
  line-height: 14px;
  padding: 3px 8px;
  width: fit-content;
}
.dropdown-bundle-desktop .menu-product-card .info-holder .title {
  font-size: 12px;
  line-height: 14px;
  margin: 6px 0;
  max-width: 148px;
}
.dropdown-bundle-desktop .menu-product-card .info-holder .short-description {
  color: #383838;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  max-width: 148px;
}
.dropdown-bundle-desktop .menu-product-card .offer-holder {
  border-left: 1px solid #e3e5eb;
  padding: 10px 12px;
  text-align: center;
}
.dropdown-bundle-desktop .menu-product-card .offer-holder .offer-badge {
  border: 1px solid #f6da7e;
  border-radius: 5px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  min-width: 106px;
}
.dropdown-bundle-desktop .menu-product-card .offer-holder .offer-badge-top {
  background-color: #f6da7e;
  color: #1b2061;
  font-size: 16px;
  font-weight: 600;
}
.dropdown-bundle-desktop .menu-product-card .offer-holder .offer-badge-bottom {
  font-size: 10px;
}
.dropdown-bundle-desktop .menu-product-card .offer-holder .offer-price {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
}
.dropdown-bundle-desktop
  .menu-product-card
  .offer-holder
  .offer-price
  .from-prefix {
  font-size: 12px;
  font-weight: 400;
  padding-right: 5px;
  text-transform: uppercase;
}
.modal .modal-dialog {
  border-radius: 2px;
  margin: 20px 20px 0.5rem;
  max-width: none;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    margin: 0.5rem auto;
    max-width: 736px;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .modal .modal-dialog {
    top: 0;
    transform: none !important;
  }
}
@media (min-width: 992px) {
  .modal .modal-dialog {
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
.modal .modal-dialog.modal-scroll {
  min-height: calc(100% - 80px);
}
@media (min-width: 768px) {
  .modal .modal-dialog.modal-scroll {
    margin: 0 auto;
    min-height: 100%;
  }
}
.modal .modal-dialog.modal-scroll .modal-body {
  margin: 20px 8px 0;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
@media (min-width: 768px) {
  .modal .modal-dialog.modal-scroll .modal-body {
    max-height: calc(100vh - 170px);
  }
}
.modal .modal-dialog.modal-scroll .modal-body::-webkit-scrollbar {
  border-radius: 6px;
  width: 6px;
}
.modal .modal-dialog.modal-scroll .modal-body::-webkit-scrollbar-track {
  background: transparent;
  margin-bottom: 30px;
}
.modal .modal-dialog.modal-scroll .modal-body::-webkit-scrollbar-thumb {
  background-color: #e2e9f7;
  border-radius: 6px;
  outline: none;
}
.modal .modal-content {
  background: #fff;
  border: none;
  border-radius: 2px;
  overflow: hidden;
}
.modal .modal-body {
  padding: 3px 20px 20px;
}
@media (min-width: 768px) {
  .modal .modal-body {
    padding: 11px 30px 40px;
  }
}
@media (min-width: 992px) {
  .modal .modal-body {
    padding: 11px 40px 40px;
  }
}
.modal .modal-header {
  border-bottom: none;
  display: block;
  padding: 45px 20px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .modal .modal-header {
    padding: 60px 40px 40px;
  }
}
.modal .modal-header h5 {
  font-size: 24px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .modal .modal-header h5 {
    font-size: 36px;
  }
}
.modal .modal-subtitle {
  color: #1b2061;
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .modal .modal-subtitle {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) {
  .modal .modal-subtitle {
    margin-bottom: 45px;
  }
}
.modal .close {
  cursor: pointer;
  height: 28px;
  margin: 0;
  opacity: 1;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 15px;
  transition: opacity 0.15s linear;
  width: 28px;
  z-index: 3;
}
@media (min-width: 768px) {
  .modal .close {
    right: 24px;
    top: 16px;
  }
}
.modal .close:after,
.modal .close:before {
  background: #1b2061;
  border-radius: 2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 12px;
  transform: rotate(45deg);
  width: 28px;
  z-index: 1;
}
.modal .close:after {
  transform: rotate(-45deg);
}
.modal .close:hover {
  opacity: 0.5;
}
.modal .modal-footer {
  border-top: none;
  font-size: 12px;
  line-height: 1.5;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .modal .modal-footer {
    padding-bottom: 64px;
  }
}
@media (min-width: 992px) {
  .modal-content.start-modal-code {
    padding-right: 230px;
  }
}
@media (min-width: 768px) {
  .modal-content.start-modal-code .modal-header {
    max-width: 320px;
    padding: 58px 10px 1rem 0;
  }
}
@media (min-width: 992px) {
  .modal-content.start-modal-code .modal-header {
    max-width: none;
    padding: 80px 0 1rem;
  }
}
@media (min-width: 768px) {
  .modal-content.start-modal-code .modal-header h5 {
    margin-bottom: 26px;
  }
  .modal-content.start-modal-code .modal-header .text-holder {
    line-height: 1.15;
    max-width: 240px;
  }
}
@media (min-width: 992px) {
  .modal-content.start-modal-code .modal-header .text-holder {
    max-width: 330px;
  }
}
@media (min-width: 768px) {
  .modal-content.start-modal-code .modal-body {
    max-width: 320px;
  }
}
@media (min-width: 992px) {
  .modal-content.start-modal-code .modal-body {
    max-width: none;
    padding: 11px 40px 74px;
  }
}
@media (min-width: 768px) {
  .modal-content.start-modal-code .code-holder + .btn {
    margin-bottom: 5px;
    margin-top: 30px;
  }
}
.modal-dialog {
  margin: 30px auto;
  max-width: 800px;
}
@media (min-width: 1200px) {
  .modal-dialog {
    min-height: 540px;
  }
}
.modal-video .modal-dialog {
  margin: 0 auto;
  max-width: 89%;
  top: 55%;
  transform: translateY(-55%) !important;
}
@media (min-width: 992px) {
  .modal-video .modal-dialog {
    max-width: 853px;
  }
}
.modal-video .modal-body {
  padding: 0;
}
.modal-video .modal-content {
  background: none;
  border-radius: 0;
  overflow: visible;
}
.modal-video .close {
  cursor: pointer;
  position: absolute;
  right: -3px;
  top: -40px;
  width: 32px;
}
.modal-video .close:after,
.modal-video .close:before {
  background: #fff;
  width: 32px;
}
.cards-modal.modal .modal-dialog {
  margin: 28px auto 0.5rem;
  max-width: 340px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .cards-modal.modal .modal-dialog {
    align-items: center;
    display: flex;
    min-height: calc(100% - 3.5rem);
    pointer-events: none;
    position: relative;
    width: auto;
  }
}
@media (min-width: 768px) {
  .cards-modal.modal .modal-dialog {
    margin-top: 90px;
    max-width: 728px;
    top: 0;
    transform: none !important;
  }
}
@media (min-width: 992px) {
  .cards-modal.modal .modal-dialog {
    margin-top: 70px;
  }
}
.cards-modal.modal .modal-content {
  border-radius: 0;
  box-shadow: 0 2px 4px #0000004d;
}
.cards-modal.modal .modal-body {
  padding: 0;
}
.cards-modal.modal .close {
  height: 18px;
  right: 14px;
  top: 10px;
  width: 18px;
}
.cards-modal.modal .close:after,
.cards-modal.modal .close:before {
  background: #fff;
  width: 18px;
}
.cards-modal.modal .text-holder {
  padding: 30px 20px 50px;
}
.cards-modal.modal .h4 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.cards-modal.modal p {
  font-size: 14px;
  line-height: 1.571;
}
@media (max-width: 767px) {
  .special-offer-modal .modal-dialog.modal-scroll {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .special-offer-modal .modal-dialog.modal-scroll {
    margin: initial;
  }
  .special-offer-modal .modal-content {
    align-self: end;
    border-radius: 12px;
    box-shadow: 0 2px 4px #00000080;
    margin-bottom: 30px;
    margin-left: 30px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .special-offer-modal .modal-content {
    bottom: -35px;
    margin-top: auto;
  }
}
.special-offer-modal.fade .modal-dialog {
  transform: translate3d(0, 100vh, 0);
}
.special-offer-modal.show .modal-dialog {
  transform: none;
}
@media (min-width: 768px) {
  .special-offer-modal .modal-dialog {
    max-width: 800px;
  }
}
.special-offer-modal .close {
  height: 20px;
  right: 20px;
  top: 20px;
  width: 20px;
}
.special-offer-modal .close:after,
.special-offer-modal .close:before {
  top: 6px;
  width: 20px;
}
@media (max-width: 767px) {
  .special-offer-modal .img-holder {
    display: none;
  }
}
.special-offer-modal .modal-content-inner {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .special-offer-modal .modal-content-inner {
    grid-template-columns: 1fr 1fr;
  }
}
.special-offer-modal .modal .close {
  height: 21px;
  width: 21px;
}
.special-offer-modal .modal .close:after,
.special-offer-modal .modal .close:before {
  width: 21px;
}
.special-offer-modal .modal-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 30px 35px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .special-offer-modal .modal-info {
    display: flex;
    justify-content: center;
    padding: 0 0 0 30px;
    text-align: left;
  }
  .special-offer-modal .modal-info .no-thanks-link {
    display: block;
    text-align: center;
  }
}
.special-offer-modal .modal-info.success {
  text-align: center;
}
.special-offer-modal .modal-info.success .section-header-title {
  opacity: 0;
}
.special-offer-modal .modal-info.success .modal-info-first-step {
  display: none;
}
.special-offer-modal .modal-info.success .modal-info-second-step {
  display: block;
}
.special-offer-modal .modal-info.success .title {
  align-self: center;
}
.special-offer-modal .img-holder img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .special-offer-modal .img-holder {
    max-height: 460px;
    max-width: 360px;
  }
}
.special-offer-modal .close-modal {
  color: #0e0e0e;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  margin-top: 15px;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .special-offer-modal .close-modal {
    font-size: 14px;
    font-weight: 500;
  }
}
.special-offer-modal .section-header-title {
  align-items: center;
  background-color: #f1f5fd;
  border-radius: 20px;
  color: #1b2061;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  margin-bottom: 10px;
  min-height: 24px;
  padding: 3px 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .special-offer-modal .section-header-title {
    align-self: flex-start;
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.special-offer-modal .title {
  color: #1b2061;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .special-offer-modal .title {
    align-self: flex-start;
    font-size: 26px;
    margin-bottom: 15px;
  }
}
.special-offer-modal .subtitle {
  color: #1b2061;
  font-size: 12px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .special-offer-modal .subtitle {
    font-size: 14px;
    margin-bottom: 50px;
  }
}
.special-offer-modal .form-control {
  border-color: #d8d8d8;
}
@media (max-width: 767px) {
  .special-offer-modal .form-control {
    margin-bottom: 10px;
  }
}
.special-offer-modal .modal-info-first-step,
.special-offer-modal .modal-info-second-step {
  position: relative;
  z-index: 1;
}
.special-offer-modal .modal-info-second-step {
  display: none;
}
@keyframes confetti-slow {
  0% {
    transform: translateZ(0) rotateX(0) rotateY(0);
  }
  to {
    transform: translate3d(25px, 105vh, 0) rotateX(1turn) rotateY(180deg);
  }
}
@keyframes confetti-medium {
  0% {
    transform: translateZ(0) rotateX(0) rotateY(0);
  }
  to {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(1turn);
  }
}
@keyframes confetti-fast {
  0% {
    transform: translateZ(0) rotateX(0) rotateY(0);
  }
  to {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}
.confetti-container {
  bottom: 0;
  left: 0;
  overflow: hidden;
  perspective: 700px;
  position: absolute;
  right: 0;
  top: 0;
}
.confetti {
  border-radius: 0;
  position: absolute;
  top: -10px;
  z-index: 1;
}
.confetti--animation-slow {
  animation: confetti-slow 8.25s linear 1 forwards;
}
.confetti--animation-medium {
  animation: confetti-medium 6.75s linear 1 forwards;
}
.confetti--animation-fast {
  animation: confetti-fast 4.25s linear 1 forwards;
}
@media (max-width: 767px) {
  .subscription-popup-modal .modal-dialog.modal-scroll {
    margin: 0;
  }
}
.subscription-popup-modal.fade .modal-dialog {
  transform: translate3d(0, 100vh, 0);
}
.subscription-popup-modal.show .modal-dialog {
  transform: none;
}
@media (min-width: 768px) {
  .subscription-popup-modal .modal-dialog {
    max-width: 800px;
  }
}
.subscription-popup-modal .close {
  height: 15px;
  right: 10px;
  top: 10px;
  width: 15px;
}
@media (min-width: 768px) {
  .subscription-popup-modal .close {
    right: 12px;
    top: 12px;
  }
}
.subscription-popup-modal .close:after,
.subscription-popup-modal .close:before {
  left: -2px;
  top: 6px;
  width: 18px;
}
.subscription-popup-modal .modal-content {
  background-color: #f4f9ff;
  display: flex;
  justify-content: center;
  margin: 0 20px;
  min-height: 420px;
}
@media (min-width: 768px) {
  .subscription-popup-modal .modal-content {
    margin: 0;
  }
}
.subscription-popup-modal .modal-content-inner {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  padding: 0 18px;
}
@media (min-width: 768px) {
  .subscription-popup-modal .modal-content-inner {
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }
}
.subscription-popup-modal .modal-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  max-width: 300px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .subscription-popup-modal .modal-info {
    display: flex;
    justify-content: center;
  }
  .subscription-popup-modal .modal-info .no-thanks-link {
    display: block;
    text-align: center;
  }
}
.subscription-popup-modal .modal-info.success {
  text-align: center;
}
.subscription-popup-modal .modal-info.success .section-header-title {
  opacity: 0;
}
.subscription-popup-modal .modal-info.success .modal-info-first-step {
  display: none;
}
.subscription-popup-modal .modal-info.success .modal-info-second-step {
  display: block;
}
.subscription-popup-modal .modal-info.success .title {
  align-self: center;
}
.subscription-popup-modal .img-holder {
  display: none;
}
@media (min-width: 768px) {
  .subscription-popup-modal .img-holder {
    display: block;
  }
}
.subscription-popup-modal .img-holder img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.subscription-popup-modal .close-modal {
  color: #747474;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  line-height: 16px;
  margin-top: 15px;
  text-decoration: underline;
}
.subscription-popup-modal .section-header-title {
  align-items: center;
  color: #1b2061;
  display: flex;
  font-size: 16px;
  justify-content: center;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .subscription-popup-modal .section-header-title {
    font-size: 18px;
    line-height: 25px;
  }
}
.subscription-popup-modal .title {
  color: #1b2061;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .subscription-popup-modal .title {
    font-size: 44px;
  }
}
.subscription-popup-modal .subtitle {
  color: #1b2061;
  font-size: 14px;
  margin-bottom: 27px;
}
@media (min-width: 768px) {
  .subscription-popup-modal .subtitle {
    font-size: 16px;
  }
}
.subscription-popup-modal .form-control {
  border-color: #d8d8d8;
  margin-bottom: 14px;
}
.subscription-popup-modal .form-control::placeholder {
  font-size: 14px;
  text-align: center;
}
.subscription-popup-modal #popup-subscription-submit {
  font-size: 14px;
}
.subscription-popup-modal .modal-info-first-step,
.subscription-popup-modal .modal-info-second-step {
  position: relative;
  z-index: 1;
}
.subscription-popup-modal .modal-info-second-step {
  display: none;
}
.lazy-background[data-ll-status="loaded"],
img[data-ll-status="loaded"] {
  animation: filter-animation 0.2s ease-in;
  filter: none;
}
@keyframes filter-animation {
  0% {
    filter: blur(1vw);
  }
  50% {
    filter: blur(0.5vw);
  }
  to {
    filter: blur(0);
  }
}
.sub-navigation-holder {
  overflow-x: hidden;
}
.sub-navigation.nav {
  background: #f8f8f8;
  flex-wrap: nowrap;
  height: 60px;
  margin: 0 -1px;
  min-width: 100%;
  overflow-x: auto;
  text-align: center;
}
@media (min-width: 576px) {
  .sub-navigation.nav {
    height: 70px;
  }
}
.sub-navigation .nav-item {
  margin: 0 1px;
  transition: background 0.15s linear;
}
.sub-navigation .nav-item:first-child {
  margin-left: auto;
}
.sub-navigation .nav-item:last-child {
  margin-right: auto;
}
.sub-navigation .nav-item.active,
.sub-navigation .nav-item:hover {
  background: #1b206114;
}
.sub-navigation .nav-item.active .nav-link-title,
.sub-navigation .nav-item:hover .nav-link-title {
  color: #1b2061;
}
.sub-navigation .nav-item.active .nav-link-title {
  font-weight: 600;
  margin-top: 3px;
}
.sub-navigation .nav-item.active .nav-link-line {
  opacity: 1;
  visibility: visible;
}
.sub-navigation .nav-link-title {
  color: #0d0d0d80;
  font-weight: 500;
  margin-top: 6px;
  padding: 0 13px;
  position: relative;
}
.sub-navigation .nav-link-line {
  background: #1b2061;
  bottom: -15px;
  height: 3px;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
.sub-navigation .nav-link {
  align-items: center;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  padding: 0 16px;
  position: relative;
  transition: color 0.15s linear;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .sub-navigation .nav-link {
    font-size: 18px;
    padding: 0 34px;
  }
}
@media (min-width: 1200px) {
  .sub-navigation .nav-link {
    padding: 0 42px;
  }
}
.dynamic-sidebar {
  background: #fff;
  bottom: 0;
  min-height: 100vh;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s linear, right 0.3s linear;
  visibility: hidden;
  z-index: 1001;
}
.dynamic-sidebar.size-guide-dynamic-sidebar .dynamic-sidebar-content {
  padding: 26px 18px;
}
.dynamic-sidebar.size-guide-dynamic-sidebar
  .dynamic-sidebar-content
  .size-guide-heading {
  align-items: center;
  display: flex;
  position: relative;
}
.dynamic-sidebar.size-guide-dynamic-sidebar .dynamic-sidebar-header {
  align-items: center;
  border-bottom: 1px solid #e5e4e4;
  display: flex;
  height: 50px;
  justify-content: flex-end;
  padding: 0 13px;
}
.dynamic-sidebar.size-guide-dynamic-sidebar
  .dynamic-sidebar-header
  .size-guide-close-sidebar {
  display: block;
  padding: 0;
}
.dynamic-sidebar.size-guide-dynamic-sidebar
  .dynamic-sidebar-header
  .size-guide-close-sidebar
  svg {
  height: 23px;
  margin: 0;
  width: 23px;
}
.dynamic-sidebar.size-guide-dynamic-sidebar
  .dynamic-sidebar-header
  .size-guide-back-btn-sidebar {
  display: none;
}
.dynamic-sidebar-header {
  border-bottom: 1px solid #d8d8d8;
  height: 45px;
  padding: 14px 17px 10px;
}
@media (min-width: 768px) {
  .dynamic-sidebar-header {
    padding-top: 13px;
  }
}
.dynamic-sidebar-header .btn-back {
  color: #1b2061;
  font-size: 14px;
}
.dynamic-sidebar-header .btn-back svg {
  margin-right: 5px;
  margin-top: -2px;
}
.dynamic-sidebar-header .btn-back.size-guide-close-sidebar {
  display: none;
}
.dynamic-sidebar-content {
  height: calc(100vh - 45px);
  overflow-y: auto;
  padding: 30px 20px;
}
.dynamic-sidebar-overlay {
  background: #46567eb3;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s linear, visibility 0.3s linear;
  visibility: hidden;
  width: 100vw;
  z-index: 1000;
}
.dynamic-sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}
body.dynamic-sidebar-open {
  overflow: hidden;
}
.tags-links {
  margin: 0 -7px;
}
.tags-links li {
  padding: 11px 7px;
}
.tags-links a {
  background: #f6f6f6;
  border-radius: 4px;
  color: #1b2061;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 14px;
  text-align: center;
}
.tags-links-subtitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.account-page-tabs .nav,
.product-cards-tabs .nav {
  justify-content: center;
}
.account-page-tabs .nav-item,
.product-cards-tabs .nav-item {
  text-align: center;
  width: 25%;
}
@media (min-width: 576px) {
  .account-page-tabs .nav-item,
  .product-cards-tabs .nav-item {
    margin: 0 8px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .account-page-tabs .nav-item,
  .product-cards-tabs .nav-item {
    margin: 0 3.7%;
  }
}
@media (min-width: 992px) {
  .account-page-tabs .nav-item,
  .product-cards-tabs .nav-item {
    margin: 0 6%;
  }
}
@media (min-width: 1200px) {
  .account-page-tabs .nav-item,
  .product-cards-tabs .nav-item {
    margin: 0 4.5%;
  }
}
.account-page-tabs .nav-link,
.product-cards-tabs .nav-link {
  border: none;
  border-radius: 0;
  color: #0e0e0e;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  opacity: 0.5;
  padding: 12px 5px 10px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: text-shadow 0.15s linear, margin-top 0.15s linear;
}
@media (min-width: 768px) {
  .account-page-tabs .nav-link,
  .product-cards-tabs .nav-link {
    font-size: 16px;
    padding: 12px 17px 16px;
  }
}
@media (min-width: 1200px) {
  .account-page-tabs .nav-link,
  .product-cards-tabs .nav-link {
    padding: 12px 20px 16px;
  }
}
.account-page-tabs .nav-link.active,
.account-page-tabs .nav-link:hover,
.product-cards-tabs .nav-link.active,
.product-cards-tabs .nav-link:hover {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #0e0e0e;
  opacity: 1;
  text-shadow: 0 0 0.5px #0e0e0e, 0 0 0.5px #0e0e0e;
}
.account-page-tabs .nav-link.active .icon-holder svg:first-child,
.account-page-tabs .nav-link:hover .icon-holder svg:first-child,
.product-cards-tabs .nav-link.active .icon-holder svg:first-child,
.product-cards-tabs .nav-link:hover .icon-holder svg:first-child {
  opacity: 1;
}
.account-page-tabs .nav-link.active .icon-holder svg:last-child,
.account-page-tabs .nav-link:hover .icon-holder svg:last-child,
.product-cards-tabs .nav-link.active .icon-holder svg:last-child,
.product-cards-tabs .nav-link:hover .icon-holder svg:last-child {
  opacity: 0;
}
.account-page-tabs .nav-link.active:after,
.product-cards-tabs .nav-link.active:after {
  opacity: 1;
  visibility: visible;
}
.account-page-tabs .nav-link:after,
.product-cards-tabs .nav-link:after {
  background: #1b2061;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.15s linear, visibility 0.15s linear;
  visibility: hidden;
  width: 100%;
  z-index: 3;
}
@media (min-width: 992px) {
  .account-page-tabs .nav-link:after,
  .product-cards-tabs .nav-link:after {
    left: 50%;
    transform: translate(-50%);
  }
}
.account-page-tabs .tab-content,
.product-cards-tabs .tab-content {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .account-page-tabs .tab-content,
  .product-cards-tabs .tab-content {
    margin: 0;
    padding-top: 14px;
  }
}
@media (min-width: 992px) {
  .account-page-tabs .tab-content,
  .product-cards-tabs .tab-content {
    padding-top: 16px;
  }
}
.account-page-tabs .tab-content .tab-pane,
.product-cards-tabs .tab-content .tab-pane {
  display: block !important;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.account-page-tabs .tab-content .tab-pane.active,
.product-cards-tabs .tab-content .tab-pane.active {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
.account-page-tabs .tab-content .tab-pane h4,
.product-cards-tabs .tab-content .tab-pane h4 {
  color: #0e0e0e;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
.account-page-tabs .nav-wrapper,
.product-cards-tabs .nav-wrapper {
  border-bottom: 1px solid #dee2e6;
  overflow: hidden;
  text-align: center;
}
.account-page-tabs .nav-wrapper .nav,
.product-cards-tabs .nav-wrapper .nav {
  display: block;
  margin: 0 auto;
  max-width: 800px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
.account-page-tabs .nav-wrapper .nav::-webkit-scrollbar,
.product-cards-tabs .nav-wrapper .nav::-webkit-scrollbar {
  display: none;
}
.account-page-tabs .nav-wrapper .nav .nav-item,
.product-cards-tabs .nav-wrapper .nav .nav-item {
  display: inline-block;
  margin: 0;
  width: auto;
}
.account-page-tabs .nav-wrapper .nav .nav-item .nav-link,
.product-cards-tabs .nav-wrapper .nav .nav-item .nav-link {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 992px) {
  .account-page-tabs .nav-wrapper .nav .nav-item .nav-link,
  .product-cards-tabs .nav-wrapper .nav .nav-item .nav-link {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.jdgm-review-styles .jdgm-rev-widg__title {
  font-weight: 700;
  margin: 0 auto 20px;
  max-width: 260px;
  order: -2;
  text-align: center;
  width: 100%;
}
@media (min-width: 576px) {
  .jdgm-review-styles .jdgm-rev-widg__title {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .jdgm-review-styles .jdgm-rev-widg__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .jdgm-review-styles .jdgm-rev-widg__title {
    font-size: 26px;
  }
}
.jdgm-review-styles .jdgm-write-rev-link {
  margin: 0 0 15px;
  width: 100%;
}
.jdgm-review-styles .jdgm-ask-question-btn {
  margin-left: 0;
}
.jdgm-review-styles .jdgm-widget-actions-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  order: 4;
  width: 100%;
}
@media (max-width: 576px) {
  .jdgm-review-styles .jdgm-widget-actions-wrapper {
    margin-top: 10px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .jdgm-review-styles .jdgm-widget-actions-wrapper {
    width: auto;
  }
}
.jdgm-review-styles .jdgm-ask-question-btn,
.jdgm-review-styles .jdgm-write-rev-link {
  align-items: center;
  border-radius: 4px;
  display: flex;
  font-size: 14px;
  justify-content: center;
  min-height: 40px;
  width: 180px;
}
@media (max-width: 991px) {
  .jdgm-review-styles .jdgm-ask-question-btn,
  .jdgm-review-styles .jdgm-write-rev-link {
    width: 100%;
  }
}
.jdgm-review-styles .jdgm-sort-dropdown.jdgm-sort-dropdown {
  border-color: #d8d8d8;
  border-radius: 4px;
  height: 30px;
}
.jdgm-review-styles .jdgm-sort-dropdown-arrow {
  border-top: 6px solid #d8d8d8;
  font-size: 12px;
}
.jdgm-review-styles .jdgm-widget input:focus-visible {
  border-color: #1b2061;
  outline: none;
}
.jdgm-review-styles .jdgm-widget input:not([type="submit"]) {
  min-height: 40px;
}
.jdgm-review-styles .jdgm-widget input,
.jdgm-review-styles .jdgm-widget textarea {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  border-radius: 4px;
  font-size: 14px;
  padding-left: 15px;
}
.jdgm-review-styles .jdgm-widget input::placeholder,
.jdgm-review-styles .jdgm-widget textarea::placeholder {
  color: #aaa;
}
.jdgm-review-styles .jdgm-widget textarea {
  padding-top: 10px;
}
.jdgm-review-styles .jdgm-widget label {
  font-size: 14px;
  font-weight: 500;
}
.jdgm-review-styles .jdgm-picture-fieldset {
  display: flex;
}
.jdgm-review-styles input[type="submit"] {
  background-color: #1b2061;
  font-weight: 400;
  line-height: 1;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}
.jdgm-review-styles .jdgm-review-styles input[type="submit"]:disabled {
  background-color: gray;
  color: #fff;
}
.jdgm-review-styles .btn:not(:disabled) {
  background-color: #1b2061;
  color: #fff;
}
.jdgm-review-styles .jdgm-picture-fieldset__icon {
  font-size: 45px;
}
.jdgm-review-styles .jdgm-rev__timestamp {
  float: right;
}
.jdgm-review-styles .jdgm-rev__icon {
  display: none;
}
.jdgm-review-styles .jdgm-widget div.jdgm-input-error {
  background-color: transparent;
  color: #ff4500;
  font-size: 12px;
}
.jdgm-review-styles .jdgm-form__reviewer-name-format-dropdown {
  font-size: 14px;
  outline: none;
}
.jdgm-review-styles .jdgm-rev-widg__summary-stars .jdgm-star {
  font-size: 20px;
}
.jdgm-review-styles .jdgm-rev__author,
.jdgm-review-styles .jdgm-rev__timestamp {
  font-size: 14px;
  font-weight: 400;
}
.jdgm-review-styles .jdgm-rev__author {
  align-items: center;
  display: flex;
  float: right;
  position: relative;
}
.jdgm-review-styles .jdgm-rev__author:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Y2lyY2xlIGZpbGw9IiMxQjIwNjEiIGN4PSI5IiBjeT0iOSIgcj0iOSIvPjxwYXRoIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBkPSJtNCA5LjQyIDIuODIgMi44OTdMMTMuNTk0IDUiLz48L2c+PC9zdmc+)
    no-repeat;
  content: "";
  height: 18px;
  margin-left: 5px;
  width: 18px;
}
.jdgm-review-styles .jdgm-rev__title {
  color: #1b2061;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.jdgm-review-styles .jdgm-ans__answerer .jdgm-rev__author {
  margin-bottom: 10px;
}
.jdgm-review-styles .jdgm-ans__body,
.jdgm-review-styles .jdgm-rev__content {
  font-size: 14px;
}
.jdgm-review-styles .jdgm-quest-widg__questions .jdgm-rev__replier {
  font-weight: 500;
}
.jdgm-review-styles .jdgm-quest-widg__questions .jdgm-rev__author:after {
  margin-right: 5px;
}
.jdgm-review-styles .jdgm-quest-widg__questions .jdgm-rev__author {
  float: none;
  font-weight: 500;
  margin-bottom: 5px;
}
.jdgm-review-styles .jdgm-quest-widg__questions .jdgm-rev__author:after {
  display: none;
}
.jdgm-review-styles .jdgm-ans {
  background-color: #f6f6f6;
}
.jdgm-review-styles .jdgm-quest .jdgm-rev__timestamp {
  display: none;
}
.jdgm-review-styles .jdgm-notification {
  color: #1b2061;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.jdgm-review-styles .jdgm-paginate__page {
  color: #0e0e0e;
  opacity: 0.6;
}
.jdgm-review-styles .jdgm-paginate__first-page,
.jdgm-review-styles .jdgm-paginate__last-page,
.jdgm-review-styles .jdgm-paginate__next-page,
.jdgm-review-styles .jdgm-paginate__page.jdgm-curt,
.jdgm-review-styles .jdgm-paginate__prev-page {
  opacity: 1;
}
.jdgm-review-styles .jdgm-paginate__page.jdgm-curt {
  font-weight: 500;
}
.jdgm-review-styles .jdgm-rev__body {
  max-width: 830px;
}
.jdgm-review-styles .jdgm-subtab__name.jdgm--active {
  font-weight: 500;
}
.jdgm-review-styles .jdgm-histogram__frequency,
.jdgm-review-styles .jdgm-paginate .jdgm-paginate__last-page {
  display: none;
}
.jdgm-review-styles .jdgm-histogram.jdgm-temp-hidden {
  pointer-events: none;
}
.jdgm-review-styles .jdgm-rev-widg__header {
  display: flex;
  flex-wrap: wrap;
}
.jdgm-review-styles .jdgm-histogram {
  border: none;
  margin-left: 0;
  margin-right: 80px;
  order: 2;
  padding-left: 0;
  padding-top: 14px;
}
@media (min-width: 992px) {
  .jdgm-review-styles .jdgm-histogram {
    order: -1;
    padding-top: 0;
    width: auto;
  }
}
.jdgm-review-styles .jdgm-histogram__bar {
  border-radius: 50px;
  margin-left: 10px;
  margin-right: 10px;
  overflow: hidden;
}
.jdgm-review-styles .jdgm-histogram__bar-content {
  background-color: #1b2061;
  border-radius: 50px;
}
.jdgm-review-styles .jdgm-rev-widg__sort-wrapper {
  display: flex;
  justify-content: flex-end;
  order: 5;
  padding: 15px 0 0;
  width: 100%;
}
.jdgm-review-styles .jdgm-histogram__percentage {
  font-size: 15px;
}
.jdgm-review-styles .jdgm-histogram__row {
  height: 18px;
  margin-bottom: 15px;
}
.jdgm-review-styles .jdgm-histogram__star .jdgm-star {
  font-size: 22px;
  padding-right: 7px !important;
}
.jdgm-review-styles .jdgm-rev-widg__summary-text {
  font-size: 15px;
}
.jdgm-review-styles .jdgm-rev-widg__summary-inner {
  position: relative;
}
.jdgm-review-styles .jdgm-rev-widg__summary-inner.show-rate {
  padding: 30px 0 0 100px;
}
.jdgm-review-styles .jdgm-rev-widg__summary-inner.show-rate:before {
  content: "Overall Rating";
  font-size: 15px;
  font-weight: 500;
  left: 0;
  position: absolute;
  top: 0;
}
.jdgm-review-styles .jdgm-rev-widg__summary-inner.show-rate:after {
  color: #1b2061;
  content: attr(data-reviews-rate-value);
  font-size: 54px;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: 17px;
}
.jdgm-review-styles
  .jdgm-review-styles
  .jdgm-rev-widg__summary-stars
  .jdgm-star {
  font-size: 18px;
}
@media (max-width: 991px) {
  .jdgm-review-styles
    .jdgm-review-widget--small
    .jdgm-histogram
    .jdgm-histogram__row {
    height: 14px;
  }
  .jdgm-review-styles
    .jdgm-review-widget--small
    .jdgm-histogram
    .jdgm-histogram__star
    .jdgm-star {
    padding-top: 7px !important;
  }
}
.jdgm-review-styles
  .jdgm-review-widget--small
  .jdgm-histogram
  .jdgm-histogram__bar {
  width: 150px;
}
.jdgm-review-styles .jdgm-rev-widg__summary {
  order: 1;
}
@media (max-width: 991px) {
  .jdgm-review-styles .jdgm-rev-widg__summary {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .jdgm-review-styles .jdgm-rev-widg__summary {
    margin-left: 80px;
  }
}
.jdgm-review-styles
  .jdgm-review-widget--small
  .jdgm-gallery
  .jdgm-gallery__thumbnail-link {
  width: 33%;
}
@media (min-width: 576px) {
  .jdgm-review-styles
    .jdgm-review-widget--small
    .jdgm-gallery
    .jdgm-gallery__thumbnail-link {
    width: 108px;
  }
}
.jdgm-review-styles
  .jdgm-review-widget--small
  .jdgm-gallery
  .jdgm-gallery__thumbnail-link:nth-child(4) {
  display: none;
}
@media (min-width: 576px) {
  .jdgm-review-styles
    .jdgm-review-widget--small
    .jdgm-gallery
    .jdgm-gallery__thumbnail-link:nth-child(4) {
    display: initial;
  }
}
.jdgm-review-styles .jdgm-gallery {
  order: 3;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .jdgm-review-styles
    .jdgm-gallery
    .jdgm-gallery__thumbnail-link:nth-child(8)
    .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before {
    content: "\e018";
  }
}
@media (min-width: 992px) {
  .jdgm-review-styles .jdgm-gallery {
    display: none;
  }
}
.jdgm-review-styles .jdgm-gallery-fake {
  display: none;
  gap: 15px;
  padding-top: 24px;
}
@media (min-width: 992px) {
  .jdgm-review-styles .jdgm-gallery-fake {
    display: flex;
  }
}
.jdgm-review-styles .jdgm-gallery-fake img {
  height: 108px;
  object-fit: cover;
  width: 108px;
}
.jdgm-review-styles
  .jdgm-gallery.jdgm-gallery
  .jdgm-gallery__thumbnail-link:nth-child(8)
  .jdgm-gallery__thumbnail-wrapper.jdgm-gallery__thumbnail-wrapper:before {
  content: "\e018";
}
.jdgm-review-styles .jdgm-medals-wrapper {
  display: none;
}
#search-products-grid .card-product,
.search-desktop-dropdown .card-product,
.search-mobile-dropdown .card-product {
  padding: 0 10px 30px;
}
#search-products-grid .card-product .badge,
.search-desktop-dropdown .card-product .badge,
.search-mobile-dropdown .card-product .badge {
  display: none;
  right: 6px;
}
@media (min-width: 992px) {
  #search-products-grid .card-product .badge,
  .search-desktop-dropdown .card-product .badge,
  .search-mobile-dropdown .card-product .badge {
    display: block;
  }
}
#search-products-grid .card-product .title,
.search-desktop-dropdown .card-product .title,
.search-mobile-dropdown .card-product .title {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  min-height: 32px;
  padding-top: 10px;
}
@media (min-width: 992px) {
  #search-products-grid .card-product .title,
  .search-desktop-dropdown .card-product .title,
  .search-mobile-dropdown .card-product .title {
    font-size: 18px;
    line-height: 25px;
    min-height: 50px;
    padding-top: 14px;
  }
}
.search-mobile-toggle-holder {
  left: 55px;
  position: absolute;
}
.search-mobile-toggle-holder .search-bar-mobile-toggle svg {
  height: 16px;
}
.search-mobile-toggle-holder .search-bar-mobile-toggle path {
  fill: #1b2061;
}
.search-bar-desktop .search-form,
.search-bar-mobile .search-form {
  position: relative;
}
.search-bar-desktop .search-form .search-bar-input,
.search-bar-mobile .search-form .search-bar-input {
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  height: 34px;
  line-height: 2;
  margin: 0;
  outline: none;
  padding: 0 40px 0 0;
  width: 100%;
}
.search-bar-desktop .search-form .search-bar-input::placeholder,
.search-bar-mobile .search-form .search-bar-input::placeholder {
  color: #999eaa;
}
.search-bar-desktop .search-form .search-bar-input:-webkit-autofill,
.search-bar-desktop .search-form .search-bar-input:-webkit-autofill:focus,
.search-bar-desktop .search-form .search-bar-input:-webkit-autofill:hover,
.search-bar-mobile .search-form .search-bar-input:-webkit-autofill,
.search-bar-mobile .search-form .search-bar-input:-webkit-autofill:focus,
.search-bar-mobile .search-form .search-bar-input:-webkit-autofill:hover {
  -webkit-text-fill-color: #1b2061;
  -webkit-box-shadow: inset 0 0 0 1000px transparent;
  font-weight: 500;
  transition: background-color 5000s ease-in-out;
}
.search-bar-desktop .search-form .search-bar-input:active,
.search-bar-desktop .search-form .search-bar-input:focus,
.search-bar-desktop .search-form .search-bar-input:valid,
.search-bar-mobile .search-form .search-bar-input:active,
.search-bar-mobile .search-form .search-bar-input:focus,
.search-bar-mobile .search-form .search-bar-input:valid {
  border-bottom: 1px solid #1b2061;
}
.search-bar-desktop .search-form .search-bar-input ~ .search-form-label,
.search-bar-mobile .search-form .search-bar-input ~ .search-form-label {
  color: #0009;
  left: 0;
  margin-bottom: 0;
  overflow: hidden;
  padding-top: 0.37rem;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 0;
  transform-origin: 0 0;
  transition: all 0.2s ease-out;
  white-space: nowrap;
}
.search-bar-desktop .search-form .search-bar-input:active ~ .search-form-label,
.search-bar-desktop .search-form .search-bar-input:focus ~ .search-form-label,
.search-bar-desktop .search-form .search-bar-input:valid ~ .search-form-label,
.search-bar-mobile .search-form .search-bar-input:active ~ .search-form-label,
.search-bar-mobile .search-form .search-bar-input:focus ~ .search-form-label,
.search-bar-mobile .search-form .search-bar-input:valid ~ .search-form-label {
  transform: translateY(-1rem) translateY(0.1rem) scale(0.7);
}
.search-bar-desktop .search-form .search-bar-desktop-close,
.search-bar-desktop .search-form .search-bar-mobile-close,
.search-bar-mobile .search-form .search-bar-desktop-close,
.search-bar-mobile .search-form .search-bar-mobile-close {
  bottom: 6px;
  position: absolute;
  right: 14px;
  text-align: center;
  width: 30px;
}
.search-bar-desktop .search-form .search-bar-desktop-close svg,
.search-bar-desktop .search-form .search-bar-mobile-close svg,
.search-bar-mobile .search-form .search-bar-desktop-close svg,
.search-bar-mobile .search-form .search-bar-mobile-close svg {
  width: 12px;
}
@media (min-width: 992px) {
  .search-bar-desktop .search-form .search-bar-desktop-close svg,
  .search-bar-desktop .search-form .search-bar-mobile-close svg,
  .search-bar-mobile .search-form .search-bar-desktop-close svg,
  .search-bar-mobile .search-form .search-bar-mobile-close svg {
    margin-top: -4px;
  }
}
.search-bar-desktop .search-form .search-bar-desktop-close svg g,
.search-bar-desktop .search-form .search-bar-mobile-close svg g,
.search-bar-mobile .search-form .search-bar-desktop-close svg g,
.search-bar-mobile .search-form .search-bar-mobile-close svg g {
  stroke: #1b2061;
}
.search-bar-desktop .search-form .search-form-icon,
.search-bar-mobile .search-form .search-form-icon {
  align-items: center;
  display: flex;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.search-bar-desktop .search-form .search-form-icon svg,
.search-bar-mobile .search-form .search-form-icon svg {
  width: 18px;
}
.search-bar-desktop .search-form .search-form-icon svg circle,
.search-bar-desktop .search-form .search-form-icon svg line,
.search-bar-mobile .search-form .search-form-icon svg circle,
.search-bar-mobile .search-form .search-form-icon svg line {
  stroke: #999eaa !important;
}
.search-bar-desktop .search-form .search-bar-mobile-close,
.search-bar-mobile .search-form .search-bar-mobile-close {
  border-left: 1px solid #d0d0d0;
}
.search-bar-desktop
  .search-form
  .search-bar-input:focus
  ~ .search-bar-mobile-close,
.search-bar-mobile
  .search-form
  .search-bar-input:focus
  ~ .search-bar-mobile-close {
  border-left: 1px solid #1b2061;
}
.search-bar-mobile {
  background: #fff;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 100%;
}
.search-bar-mobile .search-form {
  margin: 0 20px;
  max-width: 700px;
  padding: 20px 0;
  width: 100%;
}
@media (max-width: 991px) {
  .search-bar-mobile .search-form .search-bar-input {
    font-size: 16px;
  }
}
.search-bar-mobile .search-form .search-bar-input ~ .search-form-label {
  top: 16px;
}
.search-bar-mobile .search-form .search-bar-mobile-close {
  align-items: center;
  bottom: 29px;
  display: flex;
  height: 22px;
  justify-content: center;
  padding-left: 4px;
  width: 22px;
}
.search-bar-desktop {
  align-items: center;
  flex-direction: row;
  justify-content: left;
  margin: 0 0 0 12px;
  max-width: 320px;
  width: 100%;
}
@media (min-width: 1200px) {
  .search-bar-desktop {
    max-width: 350px;
  }
}
@media (min-width: 1440px) {
  .search-bar-desktop {
    margin-left: 0;
    max-width: 400px;
  }
}
@media (min-width: 1680px) {
  .search-bar-desktop {
    margin-left: 0;
    max-width: 460px;
  }
}
.search-bar-desktop .search-bar-desktop-opener {
  cursor: pointer;
  display: flex;
  margin-left: 18px;
}
.search-bar-desktop .search-form {
  left: 15px;
  max-width: 460px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.search-bar-desktop .search-form.form-hidden {
  max-width: 0;
}
.search-bar-desktop .search-form .search-bar-input {
  border: 1px solid #d0d0d0;
  border-radius: 8px;
  padding: 0 20px;
}
.search-bar-desktop .search-form .search-bar-input:active,
.search-bar-desktop .search-form .search-bar-input:focus,
.search-bar-desktop .search-form .search-bar-input:valid {
  border: 1px solid #1b2061;
}
.search-desktop-dropdown,
.search-mobile-dropdown {
  align-items: flex-start;
  background: #fff;
  background-color: #fff;
  display: none;
  left: 0;
  overflow: scroll;
  position: absolute;
  top: calc(100% - 1px);
  width: 100%;
  z-index: 1;
}
.search-desktop-dropdown > .container,
.search-mobile-dropdown > .container {
  display: initial;
}
.search-desktop-dropdown img.lazy,
.search-mobile-dropdown img.lazy {
  filter: none;
  margin: 0;
}
.search-desktop-dropdown {
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .search-desktop-dropdown {
    height: 80vh;
    padding: 40px 25px 30px;
  }
}
@media (min-width: 1200px) {
  .search-desktop-dropdown {
    padding: 40px 0 30px;
  }
}
@media (min-width: 1500px) {
  .search-desktop-dropdown {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .search-desktop-dropdown .dropdown-search-results {
    justify-content: center;
  }
}
.search-desktop-dropdown .dropdown-search-results .block-title {
  color: #1b2061;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 24px;
  width: 100%;
}
.search-desktop-dropdown .dropdown-search-results .card-product .title {
  color: #1b2061;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  min-height: 76px;
  width: 100%;
}
.search-desktop-dropdown .dropdown-search-results .card-product .title a {
  line-height: normal;
}
.search-desktop-dropdown .dropdown-search-results .product-price-holder strong {
  font-size: 18px;
  line-height: 32.5px;
}
.search-desktop-dropdown
  .dropdown-search-results
  .product-price-holder
  .original-price {
  font-size: 12px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .search-mobile-dropdown {
    height: calc(100vh - 163px);
    padding-bottom: 80px;
  }
}
.search-mobile-dropdown > .container {
  padding: 0 30px;
}
.search-mobile-dropdown > .container .card-product {
  padding: 0 6px 10px;
}
.search-mobile-dropdown .img-holder {
  margin: 0;
}
@media (max-width: 991px) {
  body.scroll .search-mobile-dropdown {
    height: calc(100vh - 123px);
  }
}
.search-empty-result .search-desktop-dropdown,
.search-empty-result .search-mobile-dropdown {
  height: auto !important;
}
@media (max-width: 991px) {
  .search-empty-result .search-desktop-dropdown .container,
  .search-empty-result .search-mobile-dropdown .container {
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .search-empty-result .search-desktop-dropdown .container,
  .search-empty-result .search-mobile-dropdown .container {
    height: auto;
    min-height: auto;
  }
}
.search-empty-result .search-desktop-dropdown .h2,
.search-empty-result .search-mobile-dropdown .h2 {
  font-size: 28px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .search-empty-result .search-desktop-dropdown .h2,
  .search-empty-result .search-mobile-dropdown .h2 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .search-empty-result .search-desktop-dropdown p,
  .search-empty-result .search-mobile-dropdown p {
    font-size: 14px;
    line-height: 1.428;
  }
}
.search-empty-result .search-desktop-dropdown .dropdown-search-results,
.search-empty-result .search-mobile-dropdown .dropdown-search-results {
  padding-bottom: 20px;
  padding-top: 8px;
}
.search-empty-result .search-desktop-dropdown .dropdown-search-results > .row,
.search-empty-result .search-mobile-dropdown .dropdown-search-results > .row {
  justify-content: center;
}
.search-empty-result .search-desktop-dropdown .dropdown-search-menu-holder,
.search-empty-result .search-desktop-dropdown .dropdown-search-products .title,
.search-empty-result .search-mobile-dropdown .dropdown-search-menu-holder,
.search-empty-result .search-mobile-dropdown .dropdown-search-products .title {
  display: none;
}
@media (max-width: 991px) {
  .search-empty-result .search-mobile-dropdown {
    padding-bottom: 0;
  }
}
.search-desktop-dropdown .pagination .btn-pagination,
pagination-section .pagination .btn-pagination {
  color: #0e0e0e;
  font-size: 15px;
  line-height: 1;
  margin: 0 10px;
  opacity: 0.6;
  transition: font-size 0.15s linear, font-weight 0.15s linear;
}
.search-desktop-dropdown .pagination .btn-pagination a,
pagination-section .pagination .btn-pagination a {
  color: #0e0e0e;
  padding: 0 5px;
}
.search-desktop-dropdown .pagination .btn-pagination.active,
pagination-section .pagination .btn-pagination.active {
  font-size: 20px;
  font-weight: 600;
  opacity: 1;
}
.search-desktop-dropdown .pagination .pagination-control,
pagination-section .pagination .pagination-control {
  margin: 0 10px;
  padding: 0 5px;
  transition: opacity 0.15s linear, visibility 0.15s linear;
}
.search-desktop-dropdown .pagination .pagination-control:disabled,
pagination-section .pagination .pagination-control:disabled {
  background: none;
  border: none;
  opacity: 0;
  visibility: hidden;
}
.search-desktop-dropdown .pagination .pagination-first svg,
.search-desktop-dropdown .pagination .pagination-prev svg,
pagination-section .pagination .pagination-first svg,
pagination-section .pagination .pagination-prev svg {
  transform: rotate(180deg);
}
.search-desktop-dropdown .pagination .pagination-next svg,
pagination-section .pagination .pagination-next svg {
  transform: rotate(0);
}
.search-desktop-dropdown .pagination .pagination-first,
.search-desktop-dropdown .pagination .pagination-last,
.search-desktop-dropdown .pagination .pagination-next,
.search-desktop-dropdown .pagination .pagination-prev,
pagination-section .pagination .pagination-first,
pagination-section .pagination .pagination-last,
pagination-section .pagination .pagination-next,
pagination-section .pagination .pagination-prev {
  margin-bottom: 0;
  margin-top: -4px;
}
.search-dropdown-open {
  position: relative;
}
.search-dropdown-open .search-overlay {
  background: #1b2061;
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.dropdown-faq-section-title {
  color: #1b2061;
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 24px;
  margin-top: 15px;
}
.dropdown-faq-cards-holder {
  width: 100%;
}
.dropdown-faq-cards-holder .flickity-viewport {
  overflow: visible;
}
.search-dropdown-faq-card {
  border-radius: 10px;
  box-shadow: 0 0 8px #0000001f;
  margin-right: 20px;
  padding: 20px 24px 32px;
  width: 325px;
}
.search-dropdown-faq-card:last-child {
  margin-right: 0;
}
.search-dropdown-faq-card__question {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  min-height: 48px;
}
.search-dropdown-faq-card__answer {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  overflow: hidden;
}
.search-dropdown-faq-card__link {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: underline;
}
.dropdown-search-menu {
  list-style: none;
  margin-bottom: 48px;
  padding: 0;
}
.dropdown-search-menu li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 14px;
}
.v-custom-select {
  background: #fff;
  box-sizing: border-box;
  color: #1b2061;
  cursor: pointer;
  font-family: inherit;
  margin-bottom: 15px;
  position: relative;
  text-align: left;
  white-space: nowrap;
}
.v-custom-select:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OTIuNDMyIDQ5Mi40MzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ5Mi40MzIgNDkyLjQzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE0Mi4yMzggNDkyLjQzMmMtOS43OSAwLTE5LjU4OC0zLjczNi0yNy4wNS0xMS4yMDktMTQuOTQ1LTE0LjkzNC0xNC45NDUtMzkuMTYyIDAtNTQuMDk4bDE4MC45LTE4MC45MDktMTgwLjktMTgwLjkxYy0xNC45NDUtMTQuOTM1LTE0Ljk0NS0zOS4xNjMgMC01NC4wOTggMTQuOTI2LTE0Ljk0NCAzOS4xNzItMTQuOTQ0IDU0LjA5OCAwbDIwNy45NiAyMDcuOTU4YzE0Ljk0MyAxNC45MzUgMTQuOTQzIDM5LjE2NCAwIDU0LjFsLTIwNy45NiAyMDcuOTU3Yy03LjQ2MiA3LjQ3NC0xNy4yNiAxMS4yMDktMjcuMDQ4IDExLjIwOXoiLz48L3N2Zz4=)
    no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  position: absolute;
  right: 17px;
  top: 18px;
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
  width: 10px;
}
.v-custom-select .v-custom-select-label {
  overflow: hidden;
  text-overflow: clip;
}
.v-custom-select.disabled {
  opacity: 0.45;
  pointer-events: none;
}
.v-custom-select-hidden {
  display: none;
}
.v-custom-select-open:after {
  transform: rotate(-90deg);
}
.v-custom-select-dropdown.form-control {
  background: #fff;
  border: 1px solid #e1e4e6;
  color: #0e0e0e;
  font-size: 14px;
  left: 0;
  max-height: 400px;
  overflow-y: scroll;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: calc(100% + 2px);
  z-index: 3;
}
.v-custom-select-option {
  cursor: pointer;
  padding: 5px 14px;
  transition: background 0.15s linear;
}
.v-custom-select-option:hover {
  background: #f4f6f7;
}
.v-custom-select-option-selected {
  background: #e9e9e9;
}
.sidebar-opener {
  background-color: transparent;
  border: none;
  height: 18px;
  margin-left: 40px;
  min-width: 20px;
  padding: 0;
  position: relative;
}
.sidebar-opener:active,
.sidebar-opener:focus {
  margin-top: 0;
  outline: 0;
}
.sidebar-opener .sidebar-opener-icon,
.sidebar-opener:after,
.sidebar-opener:before {
  background: #1b2061;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 20px;
  z-index: 1;
}
.sidebar-opener:before {
  top: 9px;
}
.sidebar-opener:after {
  top: 16px;
}
.sidebar-opener .sidebar-opener-icon {
  top: 2px;
}
sidebar-component {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  visibility: hidden;
  width: 100%;
  z-index: 1001;
}
sidebar-component.show {
  opacity: 1;
  visibility: visible;
}
sidebar-component.show .sidebar {
  left: 0;
}
sidebar-component.show .sidebar-overflow {
  opacity: 0.3;
}
sidebar-component .sidebar {
  background-color: #f7f7f7;
  height: 100vh;
  left: -375px;
  position: absolute;
  top: 0;
  transition: left 0.3s linear;
  width: 375px;
  z-index: 2;
}
sidebar-component .sidebar .main-col {
  padding: 0 20px;
}
sidebar-component .sidebar .sidebar-closer {
  background-color: transparent;
  border: none;
  outline: none;
  padding-bottom: 15px;
  padding-top: 18px;
}
sidebar-component .sidebar .sidebar-closer svg {
  width: 14px;
}
sidebar-component .sidebar .market-switcher {
  left: 0;
  position: relative;
}
sidebar-component .sidebar .market-switcher .active-market {
  padding: 15px 20px 5px 0;
}
sidebar-component .sidebar .market-switcher .active-market .ms-icon-holder {
  border: 1px solid #1b2061;
}
sidebar-component .sidebar .market-switcher .ms-current-market-title {
  color: #1b2061;
}
sidebar-component .sidebar .market-switcher .chevrone-icon {
  top: 19px;
}
sidebar-component .sidebar .market-switcher .chevrone-icon svg path {
  stroke: #1b2061;
}
sidebar-component .sidebar .navbar-mobile .nav-item .nav-link {
  padding-bottom: 15px;
  padding-top: 15px;
}
sidebar-component
  .sidebar
  .navbar-mobile
  .nav-item
  .nav-link
  .nav-link-title
  .icon-holder
  svg {
  height: 18px;
  position: relative;
  width: 112px;
}
sidebar-component .sidebar .navbar-mobile .nav-item .dropdown-images,
sidebar-component .sidebar .navbar-mobile .nav-item .dropdown-links-bar {
  display: none;
}
sidebar-component .sidebar .navbar-mobile .nav-item .dropdown-toggle {
  display: flex;
  font-weight: 600;
  justify-content: space-between;
}
sidebar-component .sidebar .navbar-mobile .nav-item .dropdown-toggle:after {
  content: none;
}
sidebar-component
  .sidebar
  .navbar-mobile
  .nav-item
  .dropdown-toggle
  .icon-caret
  svg {
  transform: rotate(270deg);
  transition: transform 0.2s linear;
}
sidebar-component .sidebar .navbar-mobile .nav-item.show .icon-caret {
  transform: none;
}
sidebar-component .sidebar .navbar-mobile .nav-item.show .icon-caret svg {
  transform: rotate(90deg);
}
sidebar-component .sidebar-overflow {
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.3s linear;
  width: 100%;
  z-index: 1;
}
sidebar-component .nav-item .dropdown {
  position: static;
}
sidebar-component .navbar-nav .dropdown-menu {
  border: none;
  border-radius: 0;
  height: 100vh;
  left: 375px !important;
  margin: 0;
  opacity: 0;
  overflow-y: scroll;
  padding-top: 60px;
  position: fixed !important;
  top: 0 !important;
  transform: none !important;
  transition: opacity 0.3s linear;
  width: 375px;
}
sidebar-component .navbar-nav .dropdown-menu.show {
  opacity: 1;
}
sidebar-component
  .navbar-nav
  .dropdown-menu
  .section-dropdown-submenu
  .btns-holder {
  margin-top: 16px;
}
sidebar-component
  .navbar-nav
  .dropdown-menu
  .section-dropdown-submenu
  .btns-holder
  .btn {
  margin-bottom: 20px;
  width: 280px;
}
sidebar-component
  .navbar-nav
  .dropdown-menu
  .section-dropdown-submenu
  .column-menu-title {
  font-weight: 600;
}
sidebar-component
  .navbar-nav
  .dropdown-menu
  .section-dropdown-submenu
  .dropdown-submenu {
  padding: 13px 0 25px;
}
sidebar-component
  .navbar-nav
  .dropdown-menu
  .section-dropdown-submenu
  .dropdown-submenu
  li {
  font-size: 14px;
  line-height: 20px;
  padding: 7px 0;
}
sidebar-component
  .navbar-nav
  .dropdown-menu
  .section-dropdown-submenu
  .dropdown-submenu
  li
  .badge {
  margin-left: 15px;
}
/*# sourceMappingURL=/cdn/shop/t/13/assets/bundle.css.map?v=34292636210641413301712131848 */
