@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

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

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

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

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

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

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

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

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

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' 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-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' 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 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

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

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.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;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

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

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

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

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

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

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

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

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .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 {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

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

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

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

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

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

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

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

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  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-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@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 {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

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

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

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

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

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

.list-group-horizontal {
  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-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 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-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    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-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 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-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 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-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

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

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.carousel {
  position: relative;
}

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

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

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

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

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

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

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

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 600px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 600px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

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

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

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

.float-start {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

.d-grid {
  display: grid !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;
}

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

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

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

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

.shadow-none {
  box-shadow: none !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;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0d6efd !important;
}

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !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;
}

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

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

.min-vw-100 {
  min-width: 100vw !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

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

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

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

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

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

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

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

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

.text-info {
  color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #0d6efd !important;
}

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

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

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

.rounded-2 {
  border-radius: 0.25rem !important;
}

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

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

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

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

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

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

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

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

  .d-sm-grid {
    display: grid !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;
  }

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

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

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

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !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;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

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

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

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

  .d-md-grid {
    display: grid !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;
  }

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

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

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

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !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;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

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

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

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

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

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

  .d-lg-grid {
    display: grid !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;
  }

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

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

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

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !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;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

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

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

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

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

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

  .d-xl-grid {
    display: grid !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;
  }

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

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

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

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

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

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

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !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;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

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

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

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

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

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

  .d-xxl-grid {
    display: grid !important;
  }

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

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

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

  .d-xxl-flex {
    display: flex !important;
  }

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

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

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

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

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

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

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

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

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

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

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

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

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

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

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

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

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

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

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

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

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

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

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

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

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

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

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

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

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

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

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

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

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

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

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

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

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

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

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

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

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

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

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

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

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

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

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

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

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

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

  .d-print-grid {
    display: grid !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;
  }

  .d-print-none {
    display: none !important;
  }
}
/* jQuery */
@font-face {
  font-family: "Glyphicons Halflings";
  font-display: swap;src: url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/glyphicons-halflings-regular.eot");
  src: url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/glyphicons-halflings-regular.eot#iefix") format("embedded-opentype"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon,
.product__listing.product__list .product__list--item.tag-highlighted:after,
.product__listing.product__grid .product-item.tag-highlighted:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

.glyphicon-star-empty:before {
  content: "";
}

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

.glyphicon-th-large:before {
  content: "";
}

.glyphicon-th:before {
  content: "";
}

.glyphicon-th-list:before {
  content: "";
}

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

.glyphicon-zoom-in:before {
  content: "";
}

.glyphicon-zoom-out:before {
  content: "";
}

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

.glyphicon-download-alt:before {
  content: "";
}

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

.glyphicon-play-circle:before {
  content: "";
}

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

.glyphicon-list-alt:before {
  content: "";
}

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

.glyphicon-volume-off:before {
  content: "";
}

.glyphicon-volume-down:before {
  content: "";
}

.glyphicon-volume-up:before {
  content: "";
}

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

.glyphicon-text-height:before {
  content: "";
}

.glyphicon-text-width:before {
  content: "";
}

.glyphicon-align-left:before {
  content: "";
}

.glyphicon-align-center:before {
  content: "";
}

.glyphicon-align-right:before {
  content: "";
}

.glyphicon-align-justify:before {
  content: "";
}

.glyphicon-list:before {
  content: "";
}

.glyphicon-indent-left:before {
  content: "";
}

.glyphicon-indent-right:before {
  content: "";
}

.glyphicon-facetime-video:before {
  content: "";
}

.glyphicon-picture:before {
  content: "";
}

.glyphicon-map-marker:before {
  content: "";
}

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

.glyphicon-step-backward:before {
  content: "";
}

.glyphicon-fast-backward:before {
  content: "";
}

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

.glyphicon-fast-forward:before {
  content: "";
}

.glyphicon-step-forward:before {
  content: "";
}

.glyphicon-eject:before {
  content: "";
}

.glyphicon-chevron-left:before {
  content: "";
}

.glyphicon-chevron-right:before {
  content: "";
}

.glyphicon-plus-sign:before {
  content: "";
}

.glyphicon-minus-sign:before {
  content: "";
}

.glyphicon-remove-sign:before {
  content: "";
}

.glyphicon-ok-sign:before {
  content: "";
}

.glyphicon-question-sign:before {
  content: "";
}

.glyphicon-info-sign:before {
  content: "";
}

.glyphicon-screenshot:before {
  content: "";
}

.glyphicon-remove-circle:before {
  content: "";
}

.glyphicon-ok-circle:before {
  content: "";
}

.glyphicon-ban-circle:before {
  content: "";
}

.glyphicon-arrow-left:before {
  content: "";
}

.glyphicon-arrow-right:before {
  content: "";
}

.glyphicon-arrow-up:before {
  content: "";
}

.glyphicon-arrow-down:before {
  content: "";
}

.glyphicon-share-alt:before {
  content: "";
}

.glyphicon-resize-full:before {
  content: "";
}

.glyphicon-resize-small:before {
  content: "";
}

.glyphicon-exclamation-sign:before {
  content: "";
}

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

.glyphicon-eye-open:before {
  content: "";
}

.glyphicon-eye-close:before {
  content: "";
}

.glyphicon-warning-sign:before {
  content: "";
}

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

.glyphicon-chevron-up:before {
  content: "";
}

.glyphicon-chevron-down:before {
  content: "";
}

.glyphicon-retweet:before {
  content: "";
}

.glyphicon-shopping-cart:before {
  content: "";
}

.glyphicon-folder-close:before {
  content: "";
}

.glyphicon-folder-open:before {
  content: "";
}

.glyphicon-resize-vertical:before {
  content: "";
}

.glyphicon-resize-horizontal:before {
  content: "";
}

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

.glyphicon-thumbs-up:before {
  content: "";
}

.glyphicon-thumbs-down:before {
  content: "";
}

.glyphicon-hand-right:before {
  content: "";
}

.glyphicon-hand-left:before {
  content: "";
}

.glyphicon-hand-up:before {
  content: "";
}

.glyphicon-hand-down:before {
  content: "";
}

.glyphicon-circle-arrow-right:before {
  content: "";
}

.glyphicon-circle-arrow-left:before {
  content: "";
}

.glyphicon-circle-arrow-up:before {
  content: "";
}

.glyphicon-circle-arrow-down:before {
  content: "";
}

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

.glyphicon-heart-empty:before {
  content: "";
}

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

.glyphicon-sort-by-alphabet:before {
  content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "";
}

.glyphicon-sort-by-order:before {
  content: "";
}

.glyphicon-sort-by-order-alt:before {
  content: "";
}

.glyphicon-sort-by-attributes:before {
  content: "";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "";
}

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

.glyphicon-collapse-down:before {
  content: "";
}

.glyphicon-collapse-up:before {
  content: "";
}

.glyphicon-log-in:before {
  content: "";
}

.glyphicon-flash:before {
  content: "";
}

.glyphicon-log-out:before {
  content: "";
}

.glyphicon-new-window:before {
  content: "";
}

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

.glyphicon-floppy-disk:before {
  content: "";
}

.glyphicon-floppy-saved:before {
  content: "";
}

.glyphicon-floppy-remove:before {
  content: "";
}

.glyphicon-floppy-save:before {
  content: "";
}

.glyphicon-floppy-open:before {
  content: "";
}

.glyphicon-credit-card:before {
  content: "";
}

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

.glyphicon-phone-alt:before {
  content: "";
}

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

.glyphicon-sd-video:before {
  content: "";
}

.glyphicon-hd-video:before {
  content: "";
}

.glyphicon-subtitles:before {
  content: "";
}

.glyphicon-sound-stereo:before {
  content: "";
}

.glyphicon-sound-dolby:before {
  content: "";
}

.glyphicon-sound-5-1:before {
  content: "";
}

.glyphicon-sound-6-1:before {
  content: "";
}

.glyphicon-sound-7-1:before {
  content: "";
}

.glyphicon-copyright-mark:before {
  content: "";
}

.glyphicon-registration-mark:before {
  content: "";
}

.glyphicon-cloud-download:before {
  content: "";
}

.glyphicon-cloud-upload:before {
  content: "";
}

.glyphicon-tree-conifer:before {
  content: "";
}

.glyphicon-tree-deciduous:before {
  content: "";
}

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

.wishlist-item {
  background-color: #f2f2f2;
}

.cart-save-for-later {
  font-size: 18px;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

.item__list .item__list--item .item__action {
  display: table-cell;
  padding: 0 0px;
  vertical-align: middle;
}

@media (max-width: 1023px) {
  .item__list .item__action .saveforlater__action {
    display: block !important;
  }

  .item__list .item__list--item .item__action {
    display: block;
    padding: 0 0px;
    vertical-align: middle;
  }
}
@media (min-width: 1024px) {
  .item__list .item__action .saveforlater__action {
    display: inline !important;
    padding-right: 20px;
  }
}
.sr-only, .skip, .skiptocontent, .skiptonavigation {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hidden {
  display: none !important;
}

@keyframes spinningWheel {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Main.css

Colori

Black #1e1e24
Green #CAD400
Dark Grey #636564
Grey #DBDBDB
Light Grey #EBEBEB
Light BG #f4f4f4
White #ffffff

*/
@font-face {
  font-family: "DIN Pro";
  font-display: swap;src: url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Light.eot");
  src: local("DIN Pro Light"), local("DINPro-Light"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Light.eot#iefix") format("embedded-opentype"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Light.woff2") format("woff2"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Light.woff") format("woff"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro";
  font-display: swap;src: url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro.eot");
  src: local("DIN Pro"), local("DINPro"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro.eot#iefix") format("embedded-opentype"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro.woff2") format("woff2"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro.woff") format("woff"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro";
  font-display: swap;src: url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-BoldItalic.eot");
  src: local("DIN Pro Bold Italic"), local("DINPro-BoldItalic"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-BoldItalic.eot#iefix") format("embedded-opentype"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-BoldItalic.woff2") format("woff2"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-BoldItalic.woff") format("woff"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "DIN Pro";
  font-display: swap;src: url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Bold.eot");
  src: local("DIN Pro Bold"), local("DINPro-Bold"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Bold.eot#iefix") format("embedded-opentype"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Bold.woff2") format("woff2"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Bold.woff") format("woff"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro";
  font-display: swap;src: url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-MediumItalic.eot");
  src: local("DIN Pro Medium Italic"), local("DINPro-MediumItalic"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-MediumItalic.eot#iefix") format("embedded-opentype"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-MediumItalic.woff2") format("woff2"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-MediumItalic.woff") format("woff"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "DIN Pro";
  font-display: swap;src: url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Black.eot");
  src: local("DIN Pro Black"), local("DINPro-Black"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Black.eot#iefix") format("embedded-opentype"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Black.woff2") format("woff2"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Black.woff") format("woff"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro";
  font-display: swap;src: url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Medium.eot");
  src: local("DIN Pro Medium"), local("DINPro-Medium"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Medium.eot#iefix") format("embedded-opentype"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Medium.woff2") format("woff2"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Medium.woff") format("woff"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro";
  font-display: swap;src: url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Italic.eot");
  src: local("DIN Pro Italic"), local("DINPro-Italic"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Italic.eot#iefix") format("embedded-opentype"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Italic.woff2") format("woff2"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Italic.woff") format("woff"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "DIN Pro";
  font-display: swap;src: url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-BlackItalic.eot");
  src: local("DIN Pro Black Italic"), local("DINPro-BlackItalic"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-BlackItalic.eot#iefix") format("embedded-opentype"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-BlackItalic.woff2") format("woff2"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-BlackItalic.woff") format("woff"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "DIN Pro";
  font-display: swap;src: url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-LightItalic.eot");
  src: local("DIN Pro Light Italic"), local("DINPro-LightItalic"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-LightItalic.eot#iefix") format("embedded-opentype"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-LightItalic.woff2") format("woff2"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-LightItalic.woff") format("woff"), url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/fonts/DINPro/DINPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
html, body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "DIN Pro", sans-serif;
  font-weight: normal;
}

html a, body a {
  text-decoration: none;
  color: unset;
}

a, a:hover {
  text-decoration: none;
  color: unset;
}

h1, .h1 {
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4px;
  color: #1e1e24;
}

h2, .h2 {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
  color: #1e1e24;
}

/* materials Icons */
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

a {
  text-decoration: none;
  display: inline-block;
}

.main {
  padding-top: 100px;
  color: #1e1e24;
}

@media (max-width: 1024px) {
  .main {
    padding-top: 80px;
  }
}
@media (max-width: 1200px) {
  footer {
    padding-bottom: 100px;
  }
}
.display-none {
  display: none;
}

.mb-6 {
  margin-bottom: 5rem !important;
}

.components-space {
  height: 18vh;
}

div.paragraph-container {
  margin-top: 0;
  margin-bottom: 0.6rem;
}

.has-error .help-block span {
  color: #ed3a35;
}

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

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

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

.f500 {
  font-weight: 500 !important;
}

.f600 {
  font-weight: 600 !important;
}

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

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

.f800 {
  font-weight: 800 !important;
}

.f900 {
  font-weight: 900 !important;
}

.grey {
  color: #636564;
}

*.hovertrans, *.hovertrans a {
  transition: ease all 0.3s;
}

*.hovertrans:hover, *.hovertrans a:hover {
  color: #CAD400 !important;
}

div.subtitle-p {
  text-align: left;
  font-family: "DIN Pro";
  color: #1E1E24;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.2em;
}

div.subtitle-p.white {
  text-align: left;
  font-family: "DIN Pro";
  color: white;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.2em;
}

div.standard-p {
  font-size: 0.8em;
  color: #1e1e24;
}

div.standard-p.white {
  font-size: 0.8em;
  color: white;
}

div.gigya-screen a:not(.gigya-register-button, .gigya-input-submit-secondary, .gigya-input-submit) {
  text-decoration: underline !important;
}

div.gigya-screen, div.gigya-screen * {
  font-family: "DIN Pro", sans-serif !important;
}

.global-alerts {
  padding: 0 2em !important;
}

.alert .btn-close {
  background: none !important;
  opacity: 1 !important;
}
.alert .btn-close:hover {
  opacity: 0.75 !important;
}
.alert .btn-close:before, .alert .btn-close:after {
  content: "";
  position: absolute;
  top: 18px;
  height: 20px;
  width: 2px;
  background-color: #1e1e24;
}
.alert .btn-close:before {
  transform: rotate(45deg);
}
.alert .btn-close:after {
  transform: rotate(-45deg);
}

.alert-info, .alert-success {
  color: #1e1e24 !important;
  background-color: #ced4da !important;
  border-color: #ced4da !important;
}

.alert-warning {
  color: #e31010 !important;
  background-color: #ced4da !important;
  border-color: #ced4da !important;
}

.alert-error {
  color: #ffffff !important;
  background-color: #e31010 !important;
  border-color: #e31010 !important;
}
.alert-error .btn-close:before, .alert-error .btn-close:after {
  background-color: #ffffff;
}

.gigya-screen .gigya-error-msg {
  color: #e31010 !important;
}

.space-top-margin-none {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.space-top-margin-small {
  margin-top: 2em !important;
  padding-top: 0 !important;
}

.space-top-margin-medium {
  margin-top: 4em !important;
  padding-top: 0 !important;
}

.space-top-margin-big {
  margin-top: 8em !important;
  padding-top: 0 !important;
}

.space-bottom-margin-none {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.space-bottom-margin-small {
  margin-bottom: 2em !important;
  padding-bottom: 0 !important;
}

.space-bottom-margin-medium {
  margin-bottom: 4em !important;
  padding-bottom: 0 !important;
}

.space-bottom-margin-big {
  margin-bottom: 8em !important;
  padding-bottom: 0 !important;
}

.none-components {
  display: none;
}

div.pre-header-text {
  display: none;
}

section#pre-header-wrapper {
  height: 30px;
  background: #cad400;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
}
section#pre-header-wrapper p, section#pre-header-wrapper a {
  color: black;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  section#pre-header-wrapper {
    height: 42px;
  }
  section#pre-header-wrapper p, section#pre-header-wrapper a {
    font-size: 12px;
    width: 99%;
    margin: 0 auto;
  }
}

.pre-header-width {
  width: 100%;
}

.margin-preheader {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .margin-preheader {
    margin-top: 42px !important;
  }
}

.padding-preheader {
  padding-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .padding-preheader {
    padding-top: 72px !important;
  }
}

.breadcrumb {
  font-size: 14px;
  line-height: 22px;
  color: #1e1e24;
  margin-bottom: 0px !important;
}

.breadcrumb a {
  color: #1e1e24;
  text-decoration: none;
}

.breadcrumb .active {
  opacity: 0.5;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #1e1e24;
  opacity: 0.5;
  font-family: "Material Icons Outlined";
  content: "";
  line-height: 22px;
}

.breadcrumb-left-padding {
  padding: 0 36px;
}

.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.btn.primary {
  color: white;
  border: 1px solid #cad400;
  background-color: #cad400;
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 0.1rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn.primary:hover {
  border-color: #a4ac0b;
  background-color: #a4ac0b;
}
.btn.primary:disabled, .btn.primary.disabled, .btn.primary[disabled] {
  border-color: #6c757d;
  background-color: #6c757d;
  opacity: 1;
  pointer-events: none;
}

.btn.primary.notify-me {
  background-color: #6c757d;
  border: none;
}
.btn.primary.notify-me:hover {
  background-color: #a4ac0b;
}

.btn.secondary {
  color: #cad400;
  border: 1px solid #cad400;
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 0.1rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn.secondary:hover {
  color: white;
  border-color: #a4ac0b;
  background-color: #a4ac0b;
}
.btn.secondary:disabled, .btn.secondary.disabled, .btn.secondary[disabled] {
  color: #6c757d;
  border-color: #6c757d;
  opacity: 1;
  pointer-events: none;
}

.cta-text {
  color: #6c757d;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.4px;
}
.cta-text:hover {
  color: #585858;
  text-decoration: underline;
  font-weight: 500;
}
.cta-text:disabled, .cta-text.disabled, .cta-text[disabled] {
  color: #dbdbdb;
  pointer-events: none;
}

.animate-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.animate-icon.btn.primary:hover, .animate-icon:disabled {
  border-color: #a4ac0b !important;
  background-color: #a4ac0b !important;
  color: #ffffff !important;
}
.animate-icon::after {
  display: block;
  height: 1.75rem;
  animation: spinningWheel 1s linear infinite;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="28" viewBox="0 0 29 28" fill="none"><path d="M14.5 26.6C14.5 27.3732 15.1284 28.0073 15.8977 27.9301C18.1728 27.7018 20.365 26.9188 22.278 25.6406C24.5803 24.1022 26.3747 21.9157 27.4343 19.3576C28.4939 16.7994 28.7712 13.9845 28.231 11.2687C27.6908 8.553 26.3574 6.05844 24.3995 4.1005C22.4416 2.14257 19.947 0.809199 17.2313 0.269006C14.5155 -0.271188 11.7006 0.00605897 9.14243 1.06569C6.58427 2.12531 4.39776 3.91973 2.85942 6.22202C1.58122 8.13498 0.798206 10.3272 0.569936 12.6023C0.492746 13.3716 1.1268 14 1.9 14C2.6732 14 3.29098 13.3708 3.38738 12.6036C3.60356 10.8833 4.21718 9.22986 5.18754 7.77761C6.41821 5.93578 8.16741 4.50025 10.2139 3.65255C12.2605 2.80485 14.5124 2.58305 16.685 3.0152C18.8576 3.44736 20.8532 4.51406 22.4196 6.0804C23.9859 7.64675 25.0526 9.6424 25.4848 11.815C25.9169 13.9876 25.6952 16.2395 24.8474 18.2861C23.9997 20.3326 22.5642 22.0818 20.7224 23.3125C19.2701 24.2828 17.6167 24.8964 15.8964 25.1126C15.1292 25.209 14.5 25.8268 14.5 26.6Z" fill="url(%23paint0_linear_305_15226)"/><defs><linearGradient id="paint0_linear_305_15226" x1="14.5" y1="14" x2="-1.6" y2="14" gradientUnits="userSpaceOnUse"><stop stop-color="white"/><stop offset="1" stop-color="white" stop-opacity="0"/></linearGradient></defs></svg>');
}
.animate-icon span {
  display: none;
}

.area_forms .form-control, .area_forms .form-select, .area_forms .form-check, .area_forms .form-check-input {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1e1e24;
}

.area_forms .form-select.sorting {
  font-size: 16px;
  letter-spacing: 1.6px;
  border: 0;
}

.area_forms .form-control, .area_forms .form-select {
  height: 40px;
}

.area_forms .form-group.has-error input.form-check-input[type=checkbox] {
  background: white;
  border: #e31010 1px solid;
}

.area_forms .form-group.has-error input.form-check-input[type=radio] {
  background: white;
  border: #e31010 1px solid;
}

.area_forms .form-group.has-error .form-control {
  border: solid 1px #e31010;
}

.area_forms .form-group.has-error .help-block span {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: #e31010;
}

.area_forms .form-label {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1e1e24;
  margin-bottom: 4px;
}

.area_forms .form-label.sorting {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.6px;
  padding: 0 !important;
}

.area_forms .form-label-value {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #1e1e24;
}

.area_forms select option {
  font-weight: 100;
  color: #1e1e24;
}

.area_forms .form-check {
  padding-left: 0;
}

.area_forms .form-check label.form-check-label {
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #1e1e24;
  display: flex;
  gap: 13px;
}
.area_forms .form-check label.form-check-label a {
  text-decoration: underline;
}

.area_forms .form-check input.form-check-input[type=checkbox] {
  border-radius: 0.3rem;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: #dbdbdb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  margin: 0px 0px 0px 0;
  padding: 0;
}

.area_forms .form-check input.form-check-input[type=radio] {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: #dbdbdb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  margin: 0px 0px 0px 0;
  padding: 0;
}

.area_forms .form-check input.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3crect x='1' y='1' width='8' height='8' rx='1' fill='%23CAD400'/%3e%3c/svg%3e") !important;
  background-color: #ffffff;
  border: 1px solid #CAD400 !important;
}

.area_forms .form-check input.form-check-input:focus[type=checkbox] {
  border-color: #ebebeb;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(227, 16, 16, 0.25);
}

.area_forms .form-check input.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3ccircle cx='5' cy='5' r='4' fill='%23CAD400'/%3e%3c/svg%3e");
  background-color: #ffffff;
  border: 1px solid #CAD400 !important;
}

.area_forms .form-check input.form-check-input:focus[type=radio] {
  border-color: #ebebeb;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(227, 16, 16, 0.25);
}

.quantity-input-group .form-control {
  width: 40px;
  padding: 0;
  flex-grow: 0;
  background-color: #dbdbdb;
  border-color: #dbdbdb;
}
.quantity-input-group .form-control:focus {
  border-color: #dbdbdb;
}
.quantity-input-group .form-control[readonly]:focus {
  border-color: #dbdbdb;
}
.quantity-input-group .btn-increment,
.quantity-input-group .btn-decrement {
  width: 40px;
  font-weight: 300;
  padding: 0;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  line-height: 1;
  letter-spacing: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quantity-input-group .btn-increment:hover,
.quantity-input-group .btn-decrement:hover {
  background-color: #dbdbdb;
}
@media (max-width: 991px) {
  .quantity-input-group .form-control,
.quantity-input-group .btn-increment,
.quantity-input-group .btn-decrement {
    width: 30px;
    height: 30px;
  }
  .quantity-input-group .form-control {
    font-size: 12px;
  }
}

/* area riservata */
/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */
.area_riservata {
  padding-bottom: 100px;
}

.promo-price {
  color: #cad400;
  font-weight: 500;
}

.actual-price {
  color: #1e1e24;
}

/* consent */
.form-check-input:checked {
  background-color: #ebebeb;
  border-color: transparent;
}

.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23CAD400'/%3e%3c/svg%3e") !important;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
}

.form-check-input:focus {
  border-color: #ebebeb;
  outline: 0;
}

.consent .blocks {
  width: 100%;
  border: solid 1px #dbdbdb;
}

.consent .blocks .form-check .form-check-input {
  position: absolute;
  right: 0;
  margin: 0;
}

.consent .blocks p {
  font-weight: 100;
}

.consent .blocks p {
  font-weight: 100;
}

/* area forms */
.back {
  font-weight: 100;
  color: #1e1e24;
  text-decoration: none;
  font-size: 0.8rem;
}

.back span:before {
  float: left;
  color: #1e1e24;
  font-family: "Material Icons";
  content: "";
  padding-top: 2px;
  transition: ease all 0.3s;
}

.back:hover span:before {
  color: #CAD400 !important;
}

/* link underline */
.txtlink, a.txtlink {
  position: relative;
  text-decoration: none;
  color: #1e1e24;
  font-weight: 900;
}

.txtlink:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #1e1e24;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.txtlink:hover:before {
  visibility: visible;
  width: 100%;
}

/* address */
.address .blocks {
  width: 100%;
  border: solid 1px #dbdbdb;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.address .blocks h5, .address .blocks .h5 {
  color: #1e1e24;
  font-weight: 900;
  margin-right: 50px;
}

.address .blocks h5 span, .address .blocks .h5 span {
  color: #1e1e24;
  font-weight: 900;
  display: none;
}

.address .blocks.default h5 span, .address .blocks.default .h5 span {
  display: inline-block;
}

.address .blocks p {
  color: #1e1e24;
  margin-right: 50px;
}

.address .blocks a.txtlink {
  margin-right: 50px;
}

.address .blocks .blockact {
  position: absolute;
  width: 30px;
  top: 0;
  right: 0;
  margin: 10px;
}

.address .blocks .blockact a {
  color: #1e1e24;
  margin-bottom: 0.3rem;
  display: inline-block;
}

.address .blocks.default .default {
  display: none;
}

.newadd {
  position: relative;
  color: #1e1e24;
}

a.newadd:before {
  color: #1e1e24;
  font-family: "Material Icons";
  content: "";
  position: absolute;
  left: -2rem;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.default {
  color: #CAD400;
}

.form-check .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23CAD400' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

/* wishlist */
.wishlist .txtlink {
  margin-right: 1rem;
}

.wishlist .txtlink.attiva:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #CAD400;
  visibility: visible;
}

.wishlist .createlist {
  border: 1px #dbdbdb dashed;
  color: #1e1e24;
  font-weight: 100;
  text-align: start;
  position: relative;
  transition: all ease 0.3s;
  padding-left: 3rem;
}

.wishlist .createlist:hover {
  border: 1px solid #CAD400 !important;
  color: #ffffff !important;
  background-color: #CAD400 !important;
}

.wishlist .createlist:before {
  font-family: "Material Icons";
  content: "";
  position: absolute;
  left: 1rem;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.wishlist a.list {
  text-decoration: none;
  color: #1e1e24;
  border: 1px solid #dbdbdb;
  padding: 1rem 1rem;
  transition: all ease 0.3s;
}

.wishlist a.list.attiva {
  background-color: #f4f4f4;
}

.wishlist a.list p.listtitle {
  font-weight: 900;
  color: #585858;
}

.wishlist a.list p.listtitle span {
  display: none;
  font-size: 1rem;
  margin-right: 0.5rem;
}

.wishlist .list.attiva p.listtitle span {
  display: inline-block;
}

.wishlist a.list p.items {
  font-weight: 100;
}

.wishlist a.list:hover {
  color: #ffffff !important;
  background-color: #CAD400 !important;
  border: 1px solid #CAD400;
}

.wishlist h3, .wishlist .h3 {
  color: #1e1e24;
  line-height: 50px;
}

.wishlist .actionicons button {
  color: #1e1e24;
  padding-right: 0;
  padding-left: 1rem;
  line-height: 50px;
}

.wishlist .actionicons button:hover {
  color: #CAD400;
}

.wishprod {
  border: 1px solid #dbdbdb;
  position: relative;
}

.squareimg {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.squareimg.animata {
  transition: all ease 0.5s;
}

.squareimg.animata:hover {
  transform: scale(0.95);
}

a.squareimg img.contenuto {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}

img.contenuto {
  object-fit: cover;
  object-position: center center;
}

.animata img.contenuto {
  transition: all ease 0.5s;
}

.animata img.contenuto:hover {
  object-fit: cover;
  object-position: center center;
  width: 110%;
  height: 110%;
}

.wishprod .data h5, .wishprod .data .h5 {
  color: #1e1e24;
}

.wishprod .data p {
  color: #1e1e24;
}

.qty {
  display: inline-flex;
}

.qty button {
  border-radius: 50%;
  border: 1px solid #1e1e24;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.qty button span {
  line-height: 30px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input[type=number] {
  border: 0px;
  text-align: center;
}

input[type=number].form-control[readonly] {
  background-color: #ffffff;
  opacity: 1;
}

input[type=number].form-control:focus {
  border: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.qty input {
  color: #1e1e24;
  font-size: 32px;
  line-height: 32px;
  padding: 0;
  max-width: 100px;
  height: 30px;
}

.wishprod .elimina {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #1e1e24;
}

.area_riservata .modal-content .btn-close {
  position: absolute;
  right: 0;
  top: 1.5rem;
  right: 1.5rem;
  background-color: #dbdbdb;
  border-radius: 50%;
  padding: 15px;
  z-index: 2;
}

.wishlist .share {
  color: #1e1e24;
  line-height: 50px;
  text-decoration: none;
  padding: 0;
  position: relative;
  padding-left: 30px;
}

.wishlist .share::before {
  color: #1e1e24;
  font-family: "Material Icons Outlined";
  content: "";
  line-height: 30px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

/* returns */
.intestazione {
  color: #ffffff;
  background-color: #1e1e24;
}

.rma span {
  color: #CAD400 !important;
  font-weight: 900;
}

.tabella > .col-12:nth-child(even) .riga {
  background-color: #f4f4f4;
}

.tabella > .col-12 .riga {
  transition: ease all 0.3s;
}

.tabella:not(.order-history-table) > .col-12:hover .riga {
  opacity: 0.5;
}

.tabella.order-history-table {
  font-size: 14px;
}
.tabella.order-history-table .riga {
  height: 100%;
}
.tabella.order-history-table .order-link {
  transition: opacity ease 0.3s;
}
.tabella.order-history-table .order-link:hover {
  opacity: 0.5;
}
.tabella.order-history-table .return-link {
  transition: color ease 0.3s;
}
.tabella.order-history-table .return-link span {
  color: var(--primary);
}
.tabella.order-history-table .return-link:hover span {
  color: #a4ac0b;
}

.tabella.return-history-table {
  font-size: 14px;
}

.area_riservata .small-detail .label-percentage {
  display: block;
  width: fit-content;
  margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
  .tabella.order-history-table {
    font-size: 1rem;
  }
  .tabella.order-history-table .return-link {
    display: flex;
    justify-content: center;
  }
  .tabella.order-history-table .order-data {
    width: 88%;
  }
  .tabella.order-history-table .order-number {
    width: 17%;
  }
  .tabella.order-history-table .order-status {
    width: 23%;
  }
  .tabella.order-history-table .order-date,
.tabella.order-history-table .order-payment {
    width: 24%;
  }
  .tabella.order-history-table .order-total {
    width: 12%;
  }
  .tabella.order-history-table .order-return {
    width: 12%;
  }

  .tabella.return-history-table {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .tabella div.col-6.d-lg-none {
    padding-right: 0px !important;
  }

  .tabella div.col-6:not(.d-lg-none) {
    padding-left: 0px !important;
  }
}
.pagination .arrow {
  color: #1e1e24;
  background-color: #f4f4f4;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  line-height: 32px;
  transition: ease all 0.3s;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
  color: #1e1e24;
  line-height: 32px;
  transition: ease all 0.3s;
  font-weight: 700;
}

.pagination .arrow:hover {
  opacity: 0.5;
}

.pagination .arrow span {
  line-height: 32px;
  padding: 0px 5px;
}

.pagination .number {
  color: #1e1e24;
  line-height: 32px;
  transition: ease all 0.3s;
}

.numof {
  margin: 0;
  color: #1e1e24;
  font-size: 14px;
  letter-spacing: 0.7px;
}

.itemname {
  font-weight: 900;
}

.summary {
  background-color: #f4f4f4;
}
.summary .order-details {
  row-gap: 1.5em;
}

.f900 {
  font-weight: 900;
}

.returntot {
  color: #1e1e24;
}

.refund-amount {
  padding-left: 50px;
}

.return-status {
  padding-left: 57px;
}

.item-header {
  text-align: center;
}

.return-details-qty {
  padding-left: 21px;
}

.return-reason {
  padding-left: 63px;
}

/* only smartphone */
@media (max-width: 768px) {
  .dashboard .blocks h5, .dashboard .blocks .h5 {
    color: #cad400;
    border-bottom: 1px #ebebeb solid;
    padding-bottom: 1.5rem;
    margin-bottom: 0 !important;
    font-size: 26px;
    letter-spacing: 1.6px;
  }

  .dashboard .blocks p {
    position: relative;
    border-bottom: 1px #ebebeb solid;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    margin-bottom: 0;
    font-size: 20px !important;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
  }

  .dashboard .blocks p:last-child {
    border-bottom: 0px #ebebeb solid;
  }

  .dashboard .blocks a {
    color: #1e1e24;
    font-weight: 100;
    text-decoration: none;
    font-size: 1rem !important;
  }

  .dashboard .blocks span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #1e1e24;
    font-size: 1rem;
  }
}
/* // Small devices (landscape phones, 576px and up) */
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .dashboard .blocks {
    width: 100%;
    min-height: 400px;
    height: 100%;
    border: solid 1px #dbdbdb;
  }

  .dashboard .blocks h5, .dashboard .blocks .h5 {
    color: #cad400;
    letter-spacing: 2px;
    font-weight: 900;
    font-size: 40px;
  }

  .dashboard .blocks a {
    color: #1e1e24;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1.6px;
    font-weight: 100;
  }

  .consent p {
    color: #1e1e24;
  }

  .back {
    font-size: inherit;
  }
}
/* // Large devices (desktops, 992px and up) */
/*
// X-Large devices (large desktops, 1200px and up) */
/* // XX-Large devices (larger desktops, 1400px and up) */
.page-address-book #cboxWrapper {
  color: #1e1e24;
}
.page-address-book #cboxWrapper #cboxTitle .headline {
  font-weight: 100;
  text-transform: uppercase !important;
}

section.orders .coupon-list {
  margin: 0;
  padding: 0;
}
section.orders .coupon-list__item {
  list-style: none;
}
section.orders .account-orderdetail .squareimg {
  display: block;
}
@media (max-width: 991px) {
  section.orders .account-orderdetail .order-detail-row {
    border: 1px solid #dbdbdb;
  }
  section.orders .account-orderdetail .order-detail-row .small-detail {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  section.orders .account-orderdetail .order-detail-row .small-detail {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  section.orders .account-orderdetail .entries-table > :nth-child(odd) .riga2 {
    background-color: #f4f4f4;
  }
  section.orders .account-orderdetail .image-col {
    flex: 0 0 auto;
    width: 15%;
  }
  section.orders .account-orderdetail .prod-col {
    flex: 0 0 auto;
    width: 85%;
  }
}
@media (min-width: 1200px) {
  section.orders .account-orderdetail .image-col {
    width: 12%;
  }
  section.orders .account-orderdetail .prod-col {
    width: 88%;
  }
}

@media (max-width: 991px) {
  section.returns .return-detail-row {
    border: 1px solid #dbdbdb;
  }
  section.returns .return-detail-row .small-detail {
    font-size: 16px;
  }
  section.returns .quantity-input-group {
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  section.returns .return-detail-row .small-detail {
    font-size: 12px;
  }
}

section.wishlist .wishprod-img {
  flex: 0 0 58%;
}
section.wishlist .wishprod-data {
  flex: 0 0 100%;
}
section.wishlist .wishprod-cta {
  flex: 0 0 100%;
}
section.wishlist a.squareimg {
  height: 0;
  padding-top: 100%;
}
section.wishlist a.squareimg img.contenuto {
  position: absolute;
  transform: translate(-50%, -50%);
}
section.wishlist .f400 {
  font-weight: 400;
}
@media (min-width: 768px) {
  section.wishlist .wishprod-img {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  section.wishlist .wishprod-img {
    flex: 0 0 20%;
  }
  section.wishlist .wishprod-data {
    flex: 0 0 50%;
  }
  section.wishlist .wishprod-cta {
    flex: 0 0 29%;
  }
}

nav.navbar {
  display: flex;
  background: white;
  flex-direction: row;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  align-items: flex-start;
  position: fixed;
  z-index: 160;
  border-bottom: 1px solid #ebebeb;
  transition: all 0.4s ease-in-out;
}

.top-navbar {
  background: black;
  position: relative;
  width: 100vw;
  height: 30px;
  color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

ul.top {
  list-style-type: none;
  display: inline-flex;
  padding: 0;
  margin: 0;
}

ul.top li {
  margin-right: 32px;
  padding: 0;
  font-family: "DIN Pro";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
}

ul.top li.lang-country {
  display: flex;
  column-gap: 0.5em;
  margin-right: 36px;
}

ul.top li.top-language-titles {
  margin-right: 0px;
}

ul.top > li > a {
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

ul.top > li > a > i.top-icons {
  font-size: 1.6em;
}

i.top-icons {
  margin-left: 10px;
  top: 0;
  position: relative;
}

i.top-icons.lang-icon {
  margin-left: 10px;
}

ul.mobile-lang-bar {
  background-color: #1e1e24;
  height: auto;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100vw;
  list-style-type: none;
  padding: 1em 2em;
  margin: 0;
  display: none;
  position: relative;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

ul.mobile-lang-bar.active {
  display: flex;
}

ul.mobile-lang-bar > li {
  width: 70%;
  display: flex;
  height: 100%;
  align-items: center;
  margin-bottom: 1em;
}

ul.mobile-lang-bar > li.mobile-lang-bar-label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0.5em;
}

ul.mobile-lang-bar > li.mobile-lang-bar-label,
ul.mobile-lang-bar > li.mobile-lang-bar-field {
  z-index: 2;
}

ul.mobile-lang-bar > li.mobile-lang-bar-close {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  position: absolute;
  right: 2em;
  z-index: 1;
}

label.mobile-lang-bar-input {
  width: 100%;
  display: flex;
  height: auto;
  border: none;
  flex-direction: column;
}

label.mobile-lang-bar-input > select {
  width: 100%;
  margin: 0;
  padding: 8px 14px 8px 14px;
  border-radius: 4px;
  height: 40px;
  border: solid 1px #dbdbdb;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  background-color: #1e1e24;
}

button.mobile-lang-bar-input {
  background: #fff;
  margin: 0;
  padding: 0.25em 0.5em;
  border: none;
}

button.mobile-lang-bar-input i {
  position: relative;
  top: -2px;
}

ul.top-language {
  display: none;
  height: max-content;
  list-style-type: none;
  width: 100vw;
  padding: 1em;
  margin: 0;
  background: #1e1e24;
  color: white;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
}

ul.top-language.active {
  display: flex;
}

ul.top-language > ul:not(ul.lang) {
  list-style-type: none;
  margin: 0;
  padding: 0;
  min-height: 330px;
}

ul.top-language > ul.lang {
  border-left: 2px solid white;
  padding: 2em 0;
}

ul.lang-menu {
  display: inline-flex;
}

ul.top-language > ul > li > ul:not(ul.lang-menu) {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 6em;
}

ul.top-language > ul > li > ul:not(ul.lang-countries) {
  display: flex;
  grid-template-columns: 1fr;
  flex-direction: column;
}

ul.top-language li {
  padding: 1rem 2rem;
}

ul.languages {
  border-left: 2px solid white;
}

ul.languages > li.top-lang-bar-close {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100vw;
  position: absolute;
  right: 2em;
  z-index: 1;
}

ul.top-language > ul > li > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li.top-language-title {
  font-family: "DIN Pro";
  font-size: 18px;
  font-weight: bold;
}

ul.top-language > ul > li > ul > li {
  padding: 0.5em 0;
  font-family: "DIN Pro";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
}

ul.top-language > ul > li > ul > li > a.active {
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: from-font;
}

.main-navbar {
  height: auto;
  background: white;
  width: 100vw;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header--down {
  top: -250px;
  transition: all 0.4s ease-in-out;
}

ul.main-left {
  list-style-type: none;
  display: inline-flex;
  margin: 0;
  padding: 0 36px;
  height: 95px;
  align-content: center;
  align-items: center;
}

ul.main-right {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  padding-right: 36px;
  height: auto;
  align-content: center;
  align-items: center;
  height: 95px;
}

ul.main-right > li:last-child {
  padding-right: 0;
}

span.position-absolute.top-0.start-100.translate-middle.badge.rounded-pill {
  background: #CAD400;
  color: black;
  margin-top: 3.9em;
  font-size: 0.6em;
}

ul.main-mobile {
  display: none;
}

ul.main-right li {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  padding: 0 7px;
}

ul.main-right > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

ul.main-right > li.main-mobile-menu-icon {
  display: none;
}

ul.main-left li.logo {
  max-height: 48px;
  margin-right: 20px;
}

.main-right i.top-icons {
  padding: 0;
  margin: 0;
  font-size: 1.25em;
}

ul.main-left li:not(li.logo) {
  font-family: "DIN Pro";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 17px;
  text-transform: uppercase;
  padding: 0 20px;
  display: flex;
  height: 100%;
}

ul.main-left li:not(li.logo) > a.main-navbar-item {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

/* underline */
ul.main-left li:not(li.logo) > a.main-navbar-item::before {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 0.18em;
  bottom: 30px;
  left: 0;
  background-color: #CAD400;
  transform: scaleX(0);
  transform-origin: top center;
  transition: transform 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

ul.main-left li:not(li.logo) > a.main-navbar-item.active::before {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 0.18em;
  bottom: 30px;
  left: 0;
  background-color: #CAD400;
  transform: scaleX(1);
  transform-origin: top center;
  transition: transform 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

ul.main-left li:not(li.logo) > a.main-navbar-item:hover::before,
ul.main-left li:not(li.logo) > a.main-navbar-item.active:hover::before {
  transform: scaleX(1);
}

div.search-bar {
  width: 100%;
  display: none;
  background: white;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 130px;
}

@media (max-width: 1200px) {
  div.search-bar {
    top: 130px;
  }

  #tertiary-element {
    display: flex;
    flex-direction: column;
  }
  #tertiary-element span {
    padding: 0.5em 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
  }
}
@media (max-width: 500px) {
  ul.top li {
    font-size: 14px;
  }

  ul.top li {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  ul.top li.lang-country {
    margin-right: 1.6em;
  }
}
div.search-bar.active {
  display: block;
}
@media (min-width: 768px) {
  div.search-bar.active {
    margin-bottom: 4rem;
  }
}

div.input-container {
  width: 100%;
}

label.input-label {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

input.input-field {
  width: 40vw;
  height: 5vh;
  outline: none;
  font-size: small;
  padding: 0.2em;
  padding-left: 0.5em;
  border-radius: 4px;
  border: 1px solid #ced4da;
}

input.input-field:focus-visible {
  outline: none;
}

input.input-field::placeholder {
  color: #585858;
  letter-spacing: 0.025em;
  opacity: 0.5;
}

i.input-close.material-icons-outlined {
  font-size: 1.7em;
}
@media (max-width: 768px) {
  i.input-close.material-icons-outlined {
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  div.search-bar .close-button-container {
    bottom: 7.2em;
    right: 0.2em;
    margin-right: 0;
    margin-top: 0;
  }

  .site-search .search-bar ul.ui-autocomplete li {
    margin-bottom: 0.5em;
  }
  .site-search .search-bar ul.ui-autocomplete li .thumb {
    padding: 0;
  }
  .site-search .search-bar ul.ui-autocomplete {
    display: block;
  }
  .site-search .search-bar.active {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
  }
  .site-search .search-bar .search-title-mobile {
    display: block;
  }
  .site-search .search-bar .h1 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 2.4px;
    margin-left: 0.5em;
    text-transform: uppercase;
  }
  .site-search .search-bar input.input-field {
    width: 100%;
    height: unset;
  }
  .site-search .search-bar label.input-label {
    margin-top: 2em;
  }
  .site-search .search-bar label.input-label span {
    width: 90%;
    margin: 0 auto;
  }

  .search-bar li.ui-menu-item .thumb img {
    width: 100%;
    height: 100%;
  }
}
.mega-navbar {
  width: 100vw;
  height: auto;
  background: transparent;
  color: #636564;
  /*padding: 12px 36px;*/
  display: block;
}

.mega-navbar.active {
  display: block;
  background: white;
}

ul.mega-men-women {
  list-style-type: none;
  margin: 0;
  padding: 0;
  grid-column-gap: 1em;
  display: none;
  align-items: flex-start;
  flex-direction: row;
  opacity: 1;
  height: 100%;
}

ul.mega-men-women.active {
  display: flex;
}

ul.mega-men-women > li > ul > li > a:hover {
  color: black;
}

ul.mega-men-women-sport li:not(li.mega-title) {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
}

ul.mega-men-women > li:not(li.mega-title, .mega-find-title-alt) {
  margin: 0;
  padding: 0;
  font-family: "DIN Pro";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #636564;
  margin-bottom: 12px;
  width: 100%;
  height: auto;
}

ul.mega-men-women li.mega-title {
  color: #000000;
  font-family: "DIN Pro";
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 17px;
}

ul.mega-men-women li ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
}

div.mega-navbar > ul > li > ul:not(ul.mega-sport) > li:not(li.mega-title, .mega-find-title-alt) {
  font-family: "DIN Pro";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  color: #636564;
  width: 100%;
  margin-bottom: 17px;
}

a.mega-sport-link {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 5fr;
  width: 100%;
  grid-column-gap: 1em;
  margin-bottom: 1em;
  font-size: 1em;
}

ul.mega-find li.mega-find-title-alt {
  color: #BBC600;
  font-family: "DIN Pro";
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 13px;
  width: max-content;
}

/* 211011 */
li.mega-find-img-container {
  display: flex;
  gap: 1em;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
}

li.mega-find-img-container > figure {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

li.mega-find-img-container > figure > a > img {
  width: 100%;
  max-height: var(--nav-img-width);
  object-fit: cover;
}

li.mega-find-img-container > figure > a.mega-featured-link {
  font-size: 0.93em;
  font-weight: 600;
  color: black;
}

li.mega-find-img-container > figure > a:hover,
li.mega-find-img-container > figure > a:active {
  color: unset;
}

ul.mega-sport > li {
  display: flex;
  align-items: center;
}

ul.mega-sport > li > img {
  margin-right: 0.8em;
}

figure span {
  display: inline-flex;
  padding: 1em 0;
}

ul.mega-k-inside {
  list-style-type: none;
  margin: 0;
  padding: 20px;
  display: none;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  gap: 1em;
}

ul.mega-k-inside.active {
  display: flex;
}

ul.mega-k-inside > li {
  color: white;
  font-family: "DIN Pro";
  font-size: 1.25em;
  font-weight: 900;
  text-transform: uppercase;
  --width: calc(25% - 0.6em);
  width: calc(var(--width) + 0em);
  min-height: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  margin: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  ul.mega-k-inside > li {
    min-height: 180px;
  }
}
ul.mega-k-inside > li > * {
  z-index: 10;
}

ul.mega-k-inside > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

ul.mega-k-inside > li.about:before {
  content: "";
  background-image: url(https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/images/awm/inside/about.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

ul.mega-k-inside > li.story:before {
  content: "";
  background-image: url(https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/images/awm/inside/about.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

ul.mega-k-inside > li.ambassador:before {
  content: "";
  background-image: url(https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/images/awm/inside/about.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

ul.mega-k-inside > li.partners:before {
  content: "";
  background-image: url(https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/images/awm/inside/about.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

ul.mega-k-inside > li.help:before {
  content: "";
  background-image: url(https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/images/awm/inside/about.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

ul.mega-k-inside > li.sustainability:before {
  content: "";
  background-image: url(https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/images/awm/inside/about.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

ul.mega-k-inside > li.technology:before {
  content: "";
  background-image: url(https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/images/awm/inside/about.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

ul.mega-k-inside > li.blog:before {
  content: "";
  background-image: url(https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/images/awm/inside/about.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.mega-navbar-mobile {
  display: none;
}

/* MOBILE */
@media screen and (max-width: 1024px) {
  .tertiary-mobile-element {
    background: white !important;
    display: flex !important;
    justify-content: flex-start !important;
    padding-left: 0 !important;
  }

  div.main-navbar {
    height: 80px;
    margin: 0 1.2em;
  }

  ul.main-left,
ul.main-right {
    display: none;
  }

  h2.main-menu-mobile-heading.home, .main-menu-mobile-heading.home.h2 {
    color: #1E1E24;
    font-family: "DIN Pro";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    display: grid;
    grid-template-columns: 11.5fr 0.5fr;
    align-items: center;
  }

  h2.main-menu-mobile-heading, .main-menu-mobile-heading.h2 {
    color: #1E1E24;
    font-family: "DIN Pro";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
  }

  .mega-navbar-mobile {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100vh;
    padding: 1.2em;
    background-color: white;
    z-index: 160;
    overflow-y: auto;
  }

  .mega-navbar-mobile.active {
    display: block;
  }

  .mega-navbar-mobile-nav {
    width: 100%;
    display: none;
  }

  .mega-navbar-mobile-nav.active {
    display: block;
  }

  ul.main-mobile {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  ul.main-mobile > li {
    width: max-content;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
  }

  ul.main-mobile > li.logo {
    width: max-content;
  }

  li.main-mobile-menu > a {
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
  }

  ul.main-mobile > li > ul {
    list-style-type: none;
    display: inline-flex;
    margin: 0;
    padding: 0;
  }

  i.top-icons {
    top: 0;
    position: relative;
  }

  ul.main-mobile > li > ul > li > a > span.position-absolute.top-0.start-100.translate-middle.badge.rounded-pill {
    font-size: 0.6em;
    margin-top: 0.2em;
  }

  ul.main-menu-mobile {
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin: 0;
    margin-bottom: 2em;
  }

  ul.main-menu-mobile > li {
    margin: 0;
    margin-top: 1em;
    padding: 0 2em;
    background: #F6F5F5;
  }

  ul.main-menu-mobile > li > a.main-menu-mobile-item {
    width: 100%;
    height: 100%;
    display: block;
  }

  ul.menu-mobile-mens-womens > li {
    margin: 0;
    margin-top: 1em;
    padding: 0 2em;
    background: #F6F5F5;
  }

  #tertiary-img-container {
    padding: 0;
  }

  ul.main-menu-mobile li ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  ul.main-menu-mobile li ul li.title {
    color: #636564;
    font-family: "DIN Pro";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
  }

  ul.login-register {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
  }

  ul.login-register li {
    margin: 0;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }

  ul.menu-mobile-social {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
  }

  ul.menu-mobile-social li {
    padding: 0 0.5em;
    color: #1E1E24;
    font-family: "DIN Pro";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
  }

  ul.menu-mobile-social li:not(li:last-child) {
    border-right: 1px solid #1E1E24;
  }

  ul.menu-mobile-language {
    list-style-type: none;
    padding: 0;
    margin: 1em 0;
    text-align: center;
  }

  ul.menu-mobile-language li {
    color: #636564;
    font-family: "DIN Pro";
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0;
  }

  ul.menu-mobile-language > li.mobile-lang-countries {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    gap: 0.5em;
  }

  ul.menu-mobile-language > li.mobile-lang-countries > a {
    display: flex;
    gap: 0.25em;
  }

  ul.menu-mobile-language > li.mobile-lang-countries > a > i {
    margin: 0;
    padding: 0;
  }

  /* modal lang/countries */
  div.modal-content.langlist-container > * {
    width: 60%;
    margin: 0 auto;
    padding: 2em 1em;
  }

  ul.langlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    width: 100%;
    color: #585858;
    column-gap: 2em;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 0.025em;
  }

  li.langlist-item {
    width: auto;
    display: flex;
  }

  li.langlist-item > a {
    padding: 1em 0em;
    width: auto;
  }

  div.modal-content.countries-container > * {
    width: 60%;
    margin: 0 auto;
    padding: 2em 1em;
  }

  ul.continents {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #585858;
    font-size: 1em;
    letter-spacing: 0.025em;
  }

  li.continent {
    font-weight: 500;
    width: auto;
    font-size: 1.6em;
    padding: 0.5em 0;
    text-transform: uppercase;
  }

  li.continent > a {
    margin-bottom: 0.5em;
    display: flex;
  }

  ul.continent-inner {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-bottom: 1em;
    column-gap: 1em;
    row-gap: 0.5em;
    flex-wrap: wrap;
    display: none;
    letter-spacing: 0.025em;
    text-transform: capitalize;
  }

  ul.continent-inner.active {
    display: flex;
  }

  ul.continent-inner > li.country {
    width: auto;
    font-weight: 300;
    font-size: 0.6em;
  }

  ul.menu-mobile-language li::after {
    position: relative;
    top: 3px;
    margin-left: 0.5em;
  }

  .menu-mobile-footer {
    text-align: center;
  }

  .mega-navbar-mobile-mens-womens {
    width: 100%;
    display: none;
  }

  .mega-navbar-mobile-mens-womens.active {
    width: 100%;
    display: block;
  }

  ul.menu-mobile-mens-womens,
ul.menu-mobile-mens-womens li ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  ul.menu-mobile-mens-womens > li > a.main-menu-mobile-sub-item {
    display: block;
    width: 100%;
    height: 100%;
  }

  ul.menu-mobile-mens-womens > li > a > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 1em;
  }

  ul.menu-mobile-mens-womens > li > a > ul > li {
    font-weight: 500;
  }

  .bottom-banner {
    display: grid;
    grid-template-rows: 11fr 1fr;
    justify-content: center;
    grid-template-columns: 1fr;
  }

  .bottom-banner img {
    width: 100%;
    object-fit: cover;
    max-height: 30vh;
    object-position: 0 20%;
  }

  .bottom-banner span {
    color: #636564;
    font-family: "DIN Pro";
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 0.3em;
  }

  div.mega-navbar-mobile-mens-womens-subnav {
    width: 100%;
    display: none;
  }

  div.mega-navbar-mobile-mens-womens-subnav.active {
    display: block;
  }

  /* 211011 */
  .back-container {
    display: flex;
    /* grid-template-columns: 11fr 1fr; */
    width: 100%;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .back-container > a {
    align-items: center;
    align-content: center;
    display: flex;
  }

  h2.main-menu-mobile-heading.back, .main-menu-mobile-heading.back.h2 {
    color: #1E1E24;
    font-family: "DIN Pro";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    display: flex;
    /* grid-template-columns: .5fr 10fr 0.5fr; */
    align-items: center;
    width: 100%;
    align-content: center;
    flex-direction: row;
    margin: 0;
  }

  h2.main-menu-mobile-heading.home.back > i:not(i.home.close),
h2.main-menu-mobile-heading.back > i:not(i.home.close),
.main-menu-mobile-heading.back.h2 > i:not(i.home.close) {
    margin: 0;
    margin-left: -0.25em;
    padding: 0;
    padding-right: 0.5em;
    position: relative;
    top: 0;
  }

  .mega-navbar-mobile-mens-womens-subnav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .mega-navbar-mobile-mens-womens-subnav > ul > li {
    margin: 0;
    margin-top: 1em;
    padding: 0 2em;
    background: #F6F5F5;
  }

  a.main-menu-mobile-sub-item > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80vw;
    margin: 0 auto;
    margin-bottom: 1em;
  }

  a.main-menu-mobile-sub-item > ul > li.title {
    font-weight: 500;
  }

  a.main-menu-mobile-sub-item > ul > li {
    margin: 0;
  }

  div.mega-navbar-mobile-karpos-inside {
    display: none;
  }

  div.mega-navbar-mobile-karpos-inside.active {
    display: block;
  }

  .mega-navbar-mobile-karpos-inside ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    margin-top: 1em;
  }

  .mega-navbar-mobile-karpos-inside ul > li:not(li:first-child) {
    margin-top: 0.25em;
  }

  .mega-navbar-mobile-karpos-inside ul > li > ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }

  .mega-navbar-mobile-karpos-inside ul > li > img {
    width: 100%;
    max-height: 20vh;
    object-fit: cover;
  }
}
ul.logged {
  display: none;
  list-style-type: none;
  padding: 0;
  width: max-content;
  background: white;
  color: black;
  position: absolute;
  height: auto;
  margin: 0;
  padding: 0.5em 1em;
  padding-right: 3em;
  top: 4em;
  right: 0;
  box-shadow: 0px 0.15em 0.6em rgba(0, 0, 0, 0.25);
  z-index: 101;
}

ul.logged:hover {
  display: block;
}

ul.logged > li {
  list-style-type: none;
  margin: 0.5em 1em;
  width: 100%;
  padding: 0;
}

ul.logged > li:last-child {
  margin-top: 2em;
}

ul.logged > li > a.logged-bold {
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  text-transform: unset;
}

ul.logged > ul > li > a {
  font-weight: 400;
}

ul.main-right li.main-right-account.logged-container:hover > ul.logged {
  display: flex;
  flex-direction: column;
}

ul.consent-management-list {
  margin-bottom: 0;
}

div.search-bar i {
  cursor: pointer;
}

.body-overflow-hidden {
  overflow: hidden;
  padding-right: 15px;
}

.miniCartSlot > div {
  min-height: unset !important;
}

@media screen and (max-width: 768px) {
  .site-search ul.ui-autocomplete {
    display: block;
    overflow-y: scroll;
    max-height: 73vh;
    justify-content: initial;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: initial;
    margin: initial;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 1rem;
    position: relative !important;
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
  }
}
@media screen and (min-width: 768px) {
  .site-search ul.ui-autocomplete {
    display: flex;
    justify-content: center;
    gap: 21px;
    background: #ffffff;
    z-index: 100;
    width: 100% !important;
    top: 60px !important;
    left: 0 !important;
    list-style: none;
    margin: 0;
    position: initial !important;
    padding-top: 0;
    padding-left: 64px;
    padding-right: 64px;
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 768px) {
  .site-search ul.ui-autocomplete li {
    display: inline-block;
    width: 50%;
    margin-left: initial;
    margin-right: initial;
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .site-search ul.ui-autocomplete li {
    display: inline-block;
    margin: 0;
    width: 17%;
  }
}

.site-search ul.ui-autocomplete li a {
  display: grid;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.site-search ul.ui-autocomplete li .thumb {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 0;
}

.site-search ul.ui-autocomplete li .name {
  font-size: 18px;
  display: table-cell;
  padding: 10px;
  font-weight: 500;
  letter-spacing: 0.9px;
  color: #585858;
  vertical-align: middle;
  width: 100%;
}

.site-search ul.ui-autocomplete li .thumb + .name {
  padding: 10px 10px 3px 0;
}

.site-search ul.ui-autocomplete li .price {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #585858;
  letter-spacing: 1.4px;
}

.site-search ul.ui-autocomplete li.ui-state-focus {
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 0;
  background: #f4f4f4;
  color: #3c3c3c;
}

.site-search ul.ui-autocomplete.active {
  display: block;
}

.site-search ul.ui-autocomplete li.ui-menu-item a.ui-state-active {
  font-weight: 600;
}

li.ui-menu-item .thumb img {
  width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  .site-search ul.ui-autocomplete {
    left: 0px !important;
    width: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  ul.main-navbar > li.mobile-menu-btn {
    display: none !important;
  }

  ul.mobile-lang-bar,
ul.mobile-lang-bar.active {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  ul.main-navbar {
    margin: 1em 1em;
    grid-template-columns: 6fr 4.8fr 1.2fr;
  }
}
@media screen and (max-width: 768px) {
  ul.main-navbar {
    margin: 1em 1em;
    grid-template-columns: 10fr 1.2fr 0.8fr;
  }

  li.top-language-titles {
    display: none !important;
    margin-right: 15px !important;
  }

  ul.top li {
    margin-left: 10px;
  }

  .body-overflow-y-hidden-mobile {
    overflow-y: hidden;
  }
}
div.search-bar div.input-container {
  margin-bottom: 2em;
}
div.search-bar i.arrow-container {
  position: absolute;
  right: 0;
  top: calc(50% - 17px);
}
div.search-bar .sconto {
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #cad400;
  letter-spacing: 1.6px;
  padding-right: 0.8em;
}
div.search-bar .price {
  text-align: left;
}

.close-button-container {
  display: flex;
  justify-content: flex-end;
  margin-right: 1.5em;
  margin-top: 1em;
}

/* Fix for smartedit view */
ul.main-left > div > div {
  display: flex;
}

a.main-menu-mobile-sub-item {
  display: unset;
}

ul.mega-men-women.man-woman-padding {
  display: flex;
  padding: 12px 36px;
}

li.mega-find-img-container-single {
  display: flex;
  gap: 1em;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
}

li.mega-find-img-container-single > figure {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

li.mega-find-img-container-single > figure > a > img {
  /* --nav-img-width: 100%; */
  width: 100%;
  /* height: calc(50% + 1em); */
  object-fit: cover;
}

li.mega-find-img-container-singler > figure > a.mega-featured-link {
  font-size: 0.93em;
  font-weight: 600;
  color: black;
}

li.mega-find-img-container-single > figure > a:hover,
li.mega-find-img-container-single > figure > a:active {
  color: unset;
}

span.user-logged {
  white-space: nowrap;
  color: black;
  font-size: 0.8em;
  letter-spacing: 1.7px;
  line-height: 16px;
  text-decoration: none;
  margin-left: 1em;
}

/* FILTERS */
section.listato,
section.mobile-filters {
  /* sub category */
  /* show hide filter button */
  /* sorting */
  /* filter sort bar */
  /* filters */
  /* .filterAccordion button::after {
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: auto;
      font-family: 'Material Icons Outlined';
      content: "\e145";
      font-size: 1.25rem;
      line-height: 1.25rem;
      background-image:none;
      background-repeat: no-repeat;
      background-size: 1.25rem;
      transition: transform .2s ease-in-out;
  }
  .filterAccordion button::after {
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: auto;
      font-family: 'Material Icons Outlined';
      content: "\e145";
      font-size: 1.25rem;
      line-height: 1.25rem;
      background-image:none;
      background-repeat: no-repeat;
      background-size: 1.25rem;
      transition: transform .2s ease-in-out;
  }

  .accordion-button:not(.collapsed)::after {
      background-image: none;
      font-family: 'Material Icons Outlined';
      content: "\e15b";
      font-size: 1.25rem;
      line-height: 1.25rem;
  } */
  /* bottom bar */
  /* modals */
}
section.listato .f300,
section.mobile-filters .f300 {
  font-weight: 300 !important;
}
section.listato .fnormal,
section.mobile-filters .fnormal {
  font-weight: normal !important;
}
section.listato .f500,
section.mobile-filters .f500 {
  font-weight: 500 !important;
}
section.listato .fbold,
section.mobile-filters .fbold {
  font-weight: bold !important;
}
section.listato .f900,
section.mobile-filters .f900 {
  font-weight: 900 !important;
}
section.listato *:focus,
section.mobile-filters *:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25) !important;
}
section.listato .subcategory .icon,
section.mobile-filters .subcategory .icon {
  padding: 0.8rem;
  border-radius: 50%;
  border: 1px solid #000000;
}
section.listato .subcategory a,
section.mobile-filters .subcategory a {
  color: #1E1E24;
}
section.listato .subcategory .riga,
section.mobile-filters .subcategory .riga {
  overflow-x: scroll;
  display: flex;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
section.listato .subcategory .riga::-webkit-scrollbar,
section.mobile-filters .subcategory .riga::-webkit-scrollbar {
  display: none;
}
section.listato .subcategory .riga .col-auto,
section.mobile-filters .subcategory .riga .col-auto {
  flex-shrink: 0;
  padding: 0 1rem;
}
section.listato .ctrlfilters,
section.mobile-filters .ctrlfilters {
  color: #1E1E24;
  text-decoration: none;
  position: relative;
  padding: 0;
  padding-left: 30px;
  font-size: 1rem;
}
section.listato .ctrlfilters span,
section.mobile-filters .ctrlfilters span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.listato .sorting,
section.mobile-filters .sorting {
  position: relative;
  color: #1E1E24;
  border: 0;
  padding-right: 2rem !important;
  font-size: 1rem;
}
section.listato .sorting option,
section.mobile-filters .sorting option {
  /* text-transform: uppercase!important; */
}
section.listato .filters,
section.mobile-filters .filters {
  transition: all ease-in-out 0.5s;
  overflow-x: hidden;
}
section.listato .filters.hide,
section.mobile-filters .filters.hide {
  width: 0;
  padding: 0;
  opacity: 0;
}
section.listato .filtersel .btn,
section.mobile-filters .filtersel .btn {
  padding: 0;
}
section.listato .filtersel .badge,
section.mobile-filters .filtersel .badge {
  background-color: #ebebeb;
  color: #1E1E24;
}
section.listato .filtersel .badge,
section.mobile-filters .filtersel .badge {
  background-color: #ebebeb;
  color: #1E1E24;
  font-size: 14px !important;
  line-height: 15px !important;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: flex-end;
}
section.listato .filtersel .badge span,
section.mobile-filters .filtersel .badge span {
  font-size: 14px !important;
  line-height: 14px !important;
  padding-right: 0.8rem;
}
section.listato .form-check-input:checked,
section.mobile-filters .form-check-input:checked {
  background-color: #ebebeb;
  border-color: transparent;
}
section.listato .form-switch,
section.mobile-filters .form-switch {
  color: #1E1E24;
}
section.listato .form-switch .form-check-input:checked,
section.mobile-filters .form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23CAD400'/%3e%3c/svg%3e") !important;
}
section.listato .form-switch .form-check-input:focus,
section.mobile-filters .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28202, 212, 0, 0.25%29'/%3e%3c/svg%3e") !important;
}
section.listato .filterAccordion button,
section.mobile-filters .filterAccordion button {
  color: #1E1E24;
  font-size: 1rem;
  padding: 1.5rem 1rem 1.5rem 0rem;
}
section.listato .accordion-button:not(.collapsed),
section.mobile-filters .accordion-button:not(.collapsed) {
  color: #1E1E24;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}
section.listato .accordion-button:focus,
section.mobile-filters .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0);
}
section.listato .filterslist, section.listato .colorslist,
section.mobile-filters .filterslist,
section.mobile-filters .colorslist {
  padding: 1rem 0rem;
}
section.listato .filterslist .form-check-input[type=checkbox],
section.mobile-filters .filterslist .form-check-input[type=checkbox] {
  border-radius: 0.3rem;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  vertical-align: top;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
section.listato .filterslist .form-check-input[type=radio],
section.mobile-filters .filterslist .form-check-input[type=radio] {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  vertical-align: top;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
section.listato .filterslist .form-check-input:checked[type=checkbox],
section.mobile-filters .filterslist .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3crect x='1' y='1' width='8' height='8' rx='1' fill='%23CAD400'/%3e%3c/svg%3e") !important;
  background-color: #ffffff;
  border: 1px solid #CAD400 !important;
}
section.listato .filterslist .form-check-input:checked[type=radio],
section.mobile-filters .filterslist .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3ccircle cx='5' cy='5' r='4' fill='%23CAD400'/%3e%3c/svg%3e");
  background-color: #ffffff;
  border: 1px solid #CAD400 !important;
}
section.listato .filterslist .form-check,
section.mobile-filters .filterslist .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
section.listato .filterslist .form-check .form-check-input,
section.mobile-filters .filterslist .form-check .form-check-input {
  float: left;
  margin-left: -2em;
}
section.listato .colorslist .form-check-input[type=checkbox],
section.mobile-filters .colorslist .form-check-input[type=checkbox] {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  background-image: none;
  position: relative;
  position: relative;
}
section.listato .colorslist .form-check-inline,
section.mobile-filters .colorslist .form-check-inline {
  position: relative;
}
section.listato .colorslist .form-check-input:checked[type=checkbox],
section.mobile-filters .colorslist .form-check-input:checked[type=checkbox] {
  box-shadow: 0 0 0 1px #CAD400 !important;
  border: 2px solid #fff;
}
section.listato .colorslist .form-check-input:focus,
section.mobile-filters .colorslist .form-check-input:focus {
  border-color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}
section.listato .bottombar,
section.mobile-filters .bottombar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 1rem;
  z-index: 150;
  box-shadow: 5px 0 15px rgba(0, 0, 0, 0.4);
}
section.listato .ctrlfiltersmob,
section.mobile-filters .ctrlfiltersmob {
  color: #1E1E24;
  text-decoration: none;
  position: relative;
  padding: 0;
  padding-left: 30px;
  font-size: 1rem;
}
section.listato .ctrlfiltersmob span,
section.mobile-filters .ctrlfiltersmob span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.listato .bottombar .col-6:first-child,
section.mobile-filters .bottombar .col-6:first-child {
  border-right: 1px solid #dbdbdb;
}
section.listato #filtermodal .modal-footer, section.listato #filtermodal .modal-header, section.listato #sortingmodal .modal-footer, section.listato #sortingmodal .modal-header,
section.mobile-filters #filtermodal .modal-footer,
section.mobile-filters #filtermodal .modal-header,
section.mobile-filters #sortingmodal .modal-footer,
section.mobile-filters #sortingmodal .modal-header {
  border: 0px !important;
}
section.listato div.modal-footer,
section.mobile-filters div.modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.2);
}
section.listato .modal-footer > button,
section.mobile-filters .modal-footer > button {
  width: auto;
  margin: 0;
  font-size: 1em;
  font-weight: 600;
  display: block;
  text-transform: capitalize;
  padding: 0.5em 0.75em;
}
section.listato #sortingmodal .form-check-input[type=radio],
section.mobile-filters #sortingmodal .form-check-input[type=radio] {
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  margin-top: 0;
  vertical-align: top;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
section.listato #sortingmodal .form-check-input:checked[type=checkbox],
section.mobile-filters #sortingmodal .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3crect x='1' y='1' width='8' height='8' rx='1' fill='%23CAD400'/%3e%3c/svg%3e") !important;
  background-color: #ffffff;
  border: 1px solid #CAD400 !important;
}
section.listato #sortingmodal .form-check-input:checked[type=radio],
section.mobile-filters #sortingmodal .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3ccircle cx='5' cy='5' r='4' fill='%23CAD400'/%3e%3c/svg%3e");
  background-color: #ffffff;
  border: 1px solid #CAD400 !important;
}
section.listato #sortingmodal .form-check,
section.mobile-filters #sortingmodal .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
section.listato #sortingmodal .form-check:last-child,
section.mobile-filters #sortingmodal .form-check:last-child {
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
section.listato #sortingmodal .form-check .form-check-input,
section.mobile-filters #sortingmodal .form-check .form-check-input {
  float: left;
  margin-left: -2em;
}

div.theme-green div.back-bar div.selected-bar {
  background-image: none;
  background-color: #ebebeb;
}
div.theme-green div.back-bar div.pointer-label {
  top: -27px;
  font-size: 1rem;
  font-family: "DIN Pro", sans-serif;
}
div.theme-green div.back-bar div.pointer {
  background-image: none;
  background-color: #cad400;
  width: 20px;
  height: 20px;
}

#set-price-range-button {
  color: white;
  padding: 0.6em 0.8em;
  margin-top: 1em;
  margin-left: 4px;
  margin-bottom: 1em;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

div#flush-collapseOne-price {
  padding: 1rem 0rem;
}
div#flush-collapseOne-price div.slider-container {
  padding-bottom: 1em;
  padding-left: 0.5em;
}
div#flush-collapseOne-price div.slider-container div.scale {
  display: none;
}

/* only smartphone */
@media (max-width: 992px) {
  section#slider-cat {
    display: none;
  }
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  section.subcategory .bottombar,
section.mobile-filters .bottombar {
    display: none;
  }

  section.listato #filtersbtn.ctrlfilters {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    text-align: center;
    color: #1e1e24;
  }
  section.listato .form-switch {
    margin-top: 10px;
  }
  section.listato .form-switch .form-check-label {
    font-size: 14px;
  }
  section.listato .total-results p {
    font-weight: 500;
    line-height: 40px;
    color: #212121;
  }
  section.listato .form-label.sorting,
section.listato .form-select.sorting {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 40px;
  }
  section.listato .form-select.sorting {
    line-height: 25px;
  }
}
/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  section.listato .ctrlfilters {
    font-size: 1rem;
  }
  section.listato .form-switch {
    margin-top: 8px;
  }
  section.listato .form-switch .form-check-label {
    font-size: 16px;
  }
}
/* GRID LISTING */
.product-grid-page {
  --ks-padding-x: 10px;
  /* product item */
}
.product-grid-page div.main-navbar {
  margin-right: var(--ks-padding-x, 1rem);
  margin-left: var(--ks-padding-x, 1rem);
}
.product-grid-page .breadcrumb-left-padding {
  padding-right: var(--ks-padding-x, 1rem);
  padding-left: var(--ks-padding-x, 1rem);
}
.product-grid-page .product-item {
  margin-bottom: 16px;
}

section.listato {
  padding: 0 16px;
}
section.listato > * {
  padding: 0;
}
section.category-seo {
  padding: 0 2em;
}

.list-hide-filters {
  display: none;
}

section.pagetitle col.col-sm-auto.pb-4.mb-3 {
  padding: 0;
}
section.pagetitle .category-title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 2.6px;
  text-align: left;
  color: #1e1e24;
  margin-bottom: 0px;
  line-height: 39px;
}
section.pagetitle p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
  text-align: left;
  color: #1e1e24;
}

.category-seo-title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #1e1e24;
}

.category-seo-subtitle {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1e1e24;
}

.category-seo-description {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.6px;
  color: #1e1e24;
}

.category-seo-description a {
  font-size: 14px;
  letter-spacing: 1.6px;
}

.proditem .squareslide {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.proditem .squareslide a {
  display: block;
}
.proditem .squareslide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.proditem .squareslide:hover .overlay {
  opacity: 1;
}
.proditem .squareslide .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
}

.proditems > * {
  margin-bottom: 2em;
  padding-bottom: 2em;
}

/* PRODUCT CARD */
.proditem {
  color: #1E1E24 !important;
  height: 100%;
  display: block;
  overflow: hidden;
  padding-bottom: 0;
  margin-bottom: 2em;
  /* listing */
}
.proditem.prodListItem {
  margin-bottom: 0 !important;
  padding-bottom: 10px;
  /* thumb slider */
}
.proditem.prodListItem:hover .proddesc {
  display: block;
}
.proditem.prodListItem .promo_name_badge.desktop {
  display: none;
}
.proditem.prodListItem .promo_name_badges {
  min-height: 20px;
  margin: 4px 0;
}
.proditem.prodListItem .promo_name_badges .promo_name_badge {
  position: relative;
  top: auto;
  left: auto;
  line-height: 1;
}
.proditem.prodListItem .promo_name_badges .promo_name_badge .prodbadge {
  display: inline-block;
  height: auto;
  padding: 0;
  margin: 0;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: unset;
  background: no-repeat;
  color: #cad400;
}
.proditem.prodListItem .promo_name_badges .promo_name_badge .prodbadge span {
  display: none;
}
.proditem.prodListItem .promo_name_badges .promo_name_badge .prodbadge + .prodbadge:before {
  content: " - ";
}
.proditem.prodListItem .prodname {
  padding: 4px 0;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
}
.proditem.prodListItem .prodprice {
  padding: 0;
  align-items: baseline;
}
.proditem.prodListItem .prodprice .price-span {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #1e1e24;
}
.proditem.prodListItem .prodprice .price-span.sconto {
  margin-right: 5px;
  color: #cad400;
}
.proditem.prodListItem .proddesc p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
  white-space: normal;
  color: #585858;
}
.proditem.prodListItem .slider-outer-wrap {
  width: auto;
  height: auto;
  padding: 20px 0 !important;
  margin: 0 !important;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  place-content: center flex-start;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
.proditem.prodListItem .slider-outer-wrap .swiper-button {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}
.proditem.prodListItem .slider-outer-wrap .swiper-button-next {
  right: 0;
}
.proditem.prodListItem .slider-outer-wrap .swiper-button-prev {
  left: 0;
}
.proditem.prodListItem .slider-outer-wrap .swiper-button-disabled {
  visibility: visible;
  opacity: 0.2;
}
.proditem.prodListItem .slider-outer-wrap .slider-view-container {
  width: 100%;
  height: auto;
  padding: 0 28px;
  margin: 0 auto;
  display: flex;
  align-content: center;
  align-items: center;
  overflow: hidden;
}
.proditem.prodListItem .slider-outer-wrap .slider-view-container .swiper-container-variants {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  overflow: hidden;
}
.proditem.prodListItem .carousel-indicators {
  visibility: visible;
  opacity: 1;
}
.proditem.prodListItem .carousel-indicators [data-bs-target] {
  width: auto;
  height: 100%;
  padding: 0;
  margin: 0;
  flex: 0 0 auto;
  border: none;
  opacity: 1;
}
.proditem.prodListItem .carousel-indicators div.squareslide {
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid transparent;
}
.proditem.prodListItem .carousel-indicators div.squareslide.active {
  border-color: #1e1e24;
}
.proditem.prodListItem .carousel-indicators div.squareslide img {
  position: static;
  width: 100%;
}
.proditem.prodListItem .compare-control {
  margin: 0;
}

.proditem .promo_name_badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}

.proditem .prodname p::before {
  position: absolute;
  bottom: -2.3rem;
  flex-grow: 0;
  margin: 17.5px 256px 14.5px 0;
  background-color: #1e1e24;
  width: 56px;
  height: 1px;
  left: 28px;
  transform: translateX(-50%);
  content: "";
}

.proditem .new-color-tag {
  background-color: white;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #cad400;
  text-align: center;
  text-indent: 0;
}

.proditem .proddesc {
  font-size: 13px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.6px;
  color: #6c757d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.proditem .prodprice {
  letter-spacing: 0.2rem;
  margin-bottom: 5px;
  display: flex;
  align-content: flex-start;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.proditem .prodprice span {
  padding-right: 13px;
}

.proditem .prodprice .sconto {
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.6px;
  color: #1e1e24;
}

.proditem .options {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.6px;
  color: #1e1e24;
  margin-bottom: 28px;
}

.proditem .comparemob {
  display: none;
}

.proditem .comparemob .form-check-input[type=checkbox] {
  border-radius: 0.3rem;
  width: 1em;
  height: 1em;
  margin-top: 0;
  vertical-align: top;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.proditem .comparemob .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3crect x='1' y='1' width='8' height='8' rx='1' fill='%23CAD400'/%3e%3c/svg%3e") !important;
  background-color: #ffffff;
  border: 1px solid #CAD400 !important;
}

.proditem .comparemob .form-check {
  display: flex;
  padding: 0 2em;
  text-transform: uppercase;
  gap: 0.5em;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  font-size: 1em;
}

.proditem .comparemob .form-check .form-check-input {
  margin-left: -2em;
}

/* wishlist button */
.proditem .wish-btn {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 10;
  padding: 0;
  padding-right: 0.25em;
}

/* product badge */
.proditem .prodbadge {
  padding: 2px 13px 2px 9px;
  border-radius: 15px;
  background-color: #6c757d;
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: left;
  display: flex;
  color: #cad400;
  flex-direction: row;
  width: fit-content;
  align-content: center;
  align-items: center;
  gap: 5px;
  height: 25px;
}

.proditem .prodbadge span.material-icons-outlined {
  font-size: 13px;
}

.proditem .prodname .slideTitle {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #1e1e24;
  margin-top: 20px;
}

/* product badge */
.proditem .badgecompare {
  background-color: rgba(255, 255, 255, 0.75);
  color: #1E1E24;
  font-size: 0.875em;
  line-height: 0.875em;
  padding: 0.35em 0.55em;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  z-index: 10;
  display: none;
  gap: 0.5em;
  align-items: center;
  align-content: center;
}

.proditem .badgecompare .form-check-input[type=checkbox] {
  border-radius: 0.3rem;
  width: 1em;
  height: 1em;
  margin-top: 0;
  vertical-align: top;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  margin-bottom: 0;
}

.proditem .badgecompare .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3crect x='1' y='1' width='8' height='8' rx='1' fill='%23CAD400'/%3e%3c/svg%3e") !important;
  background-color: #ffffff;
  border: 1px solid #CAD400 !important;
}

.proditem .badgecompare .form-check {
  display: flex;
  min-height: 1em;
  margin-bottom: 0rem;
  text-transform: uppercase;
  align-content: center;
  align-items: center;
  gap: 0.5em;
}

.proditem .badgecompare .form-check .form-check-input {
  margin-left: -1.5em;
}

.proditem .swiper-container {
  width: 100%;
  height: auto;
  display: flex;
  align-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  overflow: hidden;
}

.proditem .swiper-wrapper {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  align-items: flex-start;
  display: flex;
}

.proditem .navigation {
  position: absolute;
  /* height: 20px; */
  width: 100%;
  /* background: red; */
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  height: auto;
  pointer-events: none;
}

.proditem .swiper-button-next.material-icons-outlined,
.swiper-button-prev.material-icons-outlined {
  font-size: 20px;
  color: #1e1e24;
  padding: 0.025em;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0.8em;
  margin: 0;
  pointer-events: auto;
}

.proditem .swiper-button-prev.material-icons-outlined::after,
.swiper-button-next.material-icons-outlined::after {
  content: "";
}

.proditem .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.prod-grid-page .pagination .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #dbdbdb;
  height: 40px;
  width: 40px;
}
.prod-grid-page .pagination .arrow span {
  font-size: 14px;
}

.products-inside-banner {
  min-height: 400px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.products-inside-banner picture {
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  z-index: 2;
}
.products-inside-banner-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translateY(-50%) translateX(-50%);
  object-fit: cover;
}
.products-inside-banner-content {
  padding: 0 10px 20px;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  z-index: 5;
}
.products-inside-banner-content-title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #fff;
}
.products-inside-banner-content-text {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.7px;
  color: #fff;
}
.products-inside-banner-content-text p {
  margin: 0;
}
.products-inside-banner-content-link {
  width: 100%;
  margin-top: 20px;
  font-weight: 300;
}

@media (max-width: 992px) {
  div.comparemob {
    display: flex;
  }

  div.proditem {
    padding-bottom: unset;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  div.proditem {
    padding-bottom: 1em;
    margin-bottom: 0;
  }

  .page-productGrid .pagetitle {
    padding: 0 9px;
  }
  .page-productGrid .pagetitle .container-fluid, .page-productGrid .pagetitle .container-sm, .page-productGrid .pagetitle .container-md, .page-productGrid .pagetitle .container-lg, .page-productGrid .pagetitle .container-xl, .page-productGrid .pagetitle .container-xxl {
    padding: 0;
  }
  .page-productGrid .pagetitle .container-fluid > *, .page-productGrid .pagetitle .container-sm > *, .page-productGrid .pagetitle .container-md > *, .page-productGrid .pagetitle .container-lg > *, .page-productGrid .pagetitle .container-xl > *, .page-productGrid .pagetitle .container-xxl > * {
    padding-left: 0;
    padding-right: 0;
  }

  .product-item {
    max-width: 50%;
    padding: 0 5px;
  }

  .prod-grid-page .pagination {
    padding-top: 26px;
  }

  .prod-grid-page .grid-component-pagination-container {
    padding: 0 2rem;
  }
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /** PROD ITEM V-CARD **/
  .proditems > * {
    padding-bottom: 0em;
  }

  .proditem.prodListItem .carousel-indicators {
    transition: all 0.3s ease-in-out;
    width: 100%;
  }
  .proditem.prodListItem .carousel-indicators div.squareslide {
    width: 60px;
    height: 60px;
  }

  .proditem:hover .carousel-indicators {
    visibility: visible;
    opacity: 1;
  }

  .proditem .navigation {
    visibility: hidden;
    opacity: 0;
  }

  .proditem .slider-outer-wrap {
    visibility: hidden;
    height: 0;
    opacity: 0;
    padding: 0;
  }

  .proditem:hover .navigation {
    visibility: visible;
    opacity: 1;
  }

  .proditem:hover .slider-outer-wrap {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding-top: 1rem;
    margin-bottom: 28px;
  }

  .proditem:hover .options {
    visibility: hidden;
    opacity: 0;
  }

  .proditem .prodname {
    width: 100%;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.7px;
    line-height: normal;
    color: #1e1e24;
  }

  .proditem:hover .proddesc {
    display: none;
  }

  .proditem .options {
    width: 100%;
    display: block;
  }

  .proditem .wish-btn {
    display: none;
  }

  .proditem:hover .wish-btn {
    display: block;
  }

  .proditem .prodbadge {
    display: flex;
  }

  .proditem:hover .badgecompare {
    display: flex;
  }

  .proditem .prodbadge {
    display: flex;
    align-items: center;
  }

  section.listato .bottombar {
    display: none;
  }

  section.listato .list-hide-filters {
    position: sticky;
    transition: all 0.4s ease-in-out 0.1s;
    background-color: #fff;
    top: 126px;
    z-index: 30;
    margin: 0;
    padding: 24px 0;
  }
  section.listato .list-hide-filters.top-small {
    transition: all 0.2s ease-in-out;
    top: 0px;
  }
  section.listato .list-hide-filters .btn.btn-link.ctrlfilters.hovertrans {
    margin: 0;
  }
  section.listato .filters {
    overflow: unset;
  }
  section.listato .results p {
    margin: 0;
  }
  section.listato .js-product-facet {
    transition: all 0.4s ease-in-out 0.1s;
    position: sticky;
    margin-top: 1rem;
    top: 190px;
  }
  section.listato .js-product-facet.top-small {
    transition: all 0.2s ease-in-out;
  }
  section.listato .js-product-facet #Filterflush.filterAccordion {
    overflow-y: scroll;
    max-height: 810px;
    --sb-track-color: #ffffff;
    --sb-thumb-color: #cad400;
    --sb-size: 5px;
  }
  section.listato .js-product-facet #Filterflush.filterAccordion::-webkit-scrollbar {
    width: var(--sb-size);
  }
  section.listato .js-product-facet #Filterflush.filterAccordion::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 1px;
  }
  section.listato .js-product-facet #Filterflush.filterAccordion::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 1px;
  }
  @supports not selector(::-webkit-scrollbar) {
    section.listato .js-product-facet #Filterflush.filterAccordion {
      scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
    }
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  section.list .list-hide-filters {
    top: 60px;
  }
  section.list .js-product-facet {
    transition: all 0.4s ease-in-out;
    position: sticky;
    top: calc(60px + 48px + 32px);
  }
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.product-item .proditem {
  margin-bottom: 20px;
}

.yCmsComponent.prod-grid-page,
.yCmsComponent.search-grid-page {
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* GRID LISTING */
  .product-grid-page {
    --ks-padding-x: 16px;
  }
  .product-grid-page .product-item {
    margin-bottom: 24px;
    padding-bottom: 0;
  }

  .page-productGrid .pagetitle {
    padding: 0 12px;
  }
  .page-productGrid .pagetitle .category-title {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 60px;
    margin-bottom: 0px;
  }

  .proditem .prodname .slideTitle {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
  }
  .proditem.prodListItem .prodprice .price-span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
  }

  .prod-grid-page .grid-component-pagination-container {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  .prod-grid-page .grid-component-pagination-container .page-item {
    padding: 0 24px;
  }

  .products-inside-banner-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .products-inside-banner-content-link {
    width: auto;
  }
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  /* PRODUCT GRID TEMPLATE */
  .product-grid-page {
    --ks-padding-x: 25px;
  }
  .product-grid-page ul.main-left {
    padding-left: 0;
  }
  .product-grid-page section.listato {
    padding-right: var(--ks-padding-x, 1rem);
    padding-left: var(--ks-padding-x, 1rem);
  }
  .product-grid-page section.listato #filtersbtn {
    width: 16.66666667%;
  }
  .product-grid-page section.listato #filtersbtn + div {
    width: 83.33333333%;
  }
  .product-grid-page .chips-wrapper {
    margin-left: auto;
    justify-self: flex-end;
    padding-left: 0;
    transition: width 0.5s ease;
  }
  .product-grid-page .chips-wrapper .filtersel {
    padding-left: 0;
  }
  .product-grid-page .chips-wrapper .filtersel a .btn {
    margin: 0.5rem 0;
  }
  .product-grid-page .list-hide-filters {
    display: block;
    margin-bottom: 24px;
  }

  /** PROD ITEM V-CARD **/
  .proditem {
    /* listing style */
  }
  .proditem.prodListItem {
    border-bottom: 1px solid #dbdbdb;
  }
  .proditem.prodListItem .promo_name_badges.mobile {
    display: none;
    margin: 0;
    padding: 0;
    min-height: 0;
  }
  .proditem.prodListItem .promo_name_badge.desktop {
    display: block;
    top: 10px;
    left: 10px;
  }
  .proditem.prodListItem .promo_name_badge .prodbadge {
    margin: 0;
    color: #cad400;
    background-color: #6c757d;
  }
  .proditem.prodListItem .promo_name_badge .prodbadge + .prodbadge {
    margin-top: 5px;
  }
  .proditem.prodListItem .prodname {
    padding: 10px 0 7px;
  }
  .proditem.prodListItem .prodprice {
    margin-bottom: 10px;
  }
  .proditem.prodListItem .slider-outer-wrap .swiper-button {
    font-size: 30px;
    background: none;
  }
  .proditem.prodListItem .slider-outer-wrap .swiper-button-next {
    right: -5px;
  }
  .proditem.prodListItem .slider-outer-wrap .swiper-button-prev {
    left: -5px;
  }
}
/*
// X-Large devices (large desktops, 1200px and up) */
/* // XX-Large devices (larger desktops, 1400px and up) */
section#slider-cat {
  margin: 2em 0;
}

section#slider-cat .swiper-wrapper {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
section#slider-cat .swiper-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
section#slider-cat .swiper-container-horizontal > .swiper-pagination-bullets, section#slider-cat .swiper-pagination-custom, section#slider-cat .swiper-pagination-fraction {
  width: 100%;
}
section#slider-cat div.navigation-pagination {
  position: absolute;
  width: 100vw;
  display: flex;
  align-content: center;
  align-items: center;
  z-index: 2;
  padding: 0 2em;
}
section#slider-cat div.nav-pag {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
section#slider-cat .swiper-slide {
  width: 100%;
  height: auto;
  max-height: calc(var(--width) * 1.25);
  display: flex;
  align-items: center;
  justify-content: center;
}
section#slider-cat .swiper-slide-invisible-blank {
  visibility: hidden;
}
section#slider-cat .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#slider-cat .slideTitle {
  display: flex;
  position: absolute;
  color: white;
  font-size: 2em;
  text-transform: unset;
  font-weight: bold;
  text-shadow: 0 0 0.125em #333;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  padding: 0 2em;
}
section#slider-cat span.swiper-pagination-customs {
  font-size: 1em;
}
section#slider-cat h3.title, section#slider-cat .title.h3 {
  color: #1e1e24;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0;
  margin-left: 32px;
  padding: 0;
}
section#slider-cat .swiper-pagination {
  text-align: right;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  color: #282828;
  padding: 0 12px;
  font-size: 1.5em;
}
section#slider-cat .swiper-button-prev.material-icons > *, section#slider-cat .swiper-button-next.material-icons > * {
  color: black;
}
section#slider-cat .swiper-button-prev.material-icons::after {
  content: "navigate_before";
  font-size: 2em;
  color: #282828;
  background: #ccc;
  border-radius: 1em;
  padding: 0.15em;
  box-shadow: 0 0.025em 0.08em #777;
  position: unset;
  right: unset;
  text-align: unset;
  margin: unset;
}
section#slider-cat .swiper-button-next.material-icons::after {
  content: "navigate_next";
  font-size: 2em;
  color: #282828;
  background: rgba(200, 200, 200, 0.8);
  border-radius: 1em;
  padding: 0.15em;
  box-shadow: 0 0.025em 0.08em #777;
  position: unset;
  right: unset;
  text-align: unset;
  margin: unset;
}
section#slider-cat .swiper-button-next.material-icons.swiper-button-disabled::after, section#slider-cat .swiper-button-prev.material-icons.swiper-button-disabled::after {
  display: none;
}

@media screen and (max-width: 1024px) {
  section#slider-cat .swiper-container {
    /*padding: 0 32px!important;*/
    padding: 0;
  }
  section#slider-cat .swiper-button-prev.material-icons::after, section#slider-cat .swiper-button-next.material-icons::after {
    font-size: 1.4em;
  }
  section#slider-cat .swiper-slide {
    width: 100%;
    --width: 100%;
    height: 100%;
    max-height: calc(var(--width) * 1.2);
  }
  section#slider-cat .swiper-slide img {
    max-height: calc(var(--width) * 1.2);
  }
}
section.slider-prod {
  margin: 32px 10px;
}
section.slider-prod div.nav-pag {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  position: absolute;
  z-index: 100;
}
section.slider-prod h3.title, section.slider-prod .title.h3 {
  color: #1e1e24;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
}
section.slider-prod .swiper-button-prev.material-icons > *, section.slider-prod .swiper-button-next.material-icons > * {
  color: black;
}
section.slider-prod .swiper-button-next.material-icons.swiper-button-disabled::after, section.slider-prod .swiper-button-prev.material-icons.swiper-button-disabled::after {
  display: none;
}
section.slider-prod .swiper-button-prev.material-icons::after {
  content: "navigate_before";
  font-size: 30px;
  color: #1e1e24;
  background: #dbdbdb;
  border-radius: 1em;
  padding: 0.15em;
  box-shadow: 0 0.025em 0.08em #777;
  position: absolute;
  left: 0;
  text-align: center;
  margin: 150px 0 0 15px;
}
section.slider-prod .swiper-button-next.material-icons::after {
  content: "navigate_next";
  font-size: 30px;
  color: #1e1e24;
  background: #dbdbdb;
  border-radius: 1em;
  padding: 0.15em;
  box-shadow: 0 0.025em 0.08em #777;
  position: absolute;
  right: 0;
  text-align: center;
  margin: 150px 15px 0 0;
}
section.slider-prod > .swiper-container > .swiper-wrapper > .swiper-slide {
  width: calc(100% - 92px) !important;
}

@media screen and (min-width: 576px) {
  section.slider-prod h3.title, section.slider-prod .title.h3 {
    font-size: 20px;
  }
  section.slider-prod > .swiper-container > .swiper-wrapper > .swiper-slide {
    width: calc(100% / 2 - 32px) !important;
  }
}
@media screen and (min-width: 992px) {
  section.slider-prod {
    margin: 2em;
  }
  section.slider-prod > .swiper-container > .swiper-wrapper > .swiper-slide {
    width: calc(100% / 3 - 32px) !important;
  }
  section.slider-prod .swiper-button-prev.material-icons::after {
    content: "navigate_before";
    font-size: 2em;
    margin: 150px 0 0 65px;
  }
  section.slider-prod .swiper-button-next.material-icons::after {
    content: "navigate_next";
    font-size: 2em;
    margin: 150px 65px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  section.slider-prod > .swiper-container > .swiper-wrapper > .swiper-slide {
    width: calc(100% / 4 - 32px) !important;
  }

  .productCarouselFewElements {
    justify-content: center;
    margin-left: 32px;
  }
}
/* Checkout */
/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */
:root {
  --primary: #CAD400;
  --black: #1E1E24;
  --dkgrey: #636564;
  --lggrey: #dbdbdb;
  --ulggrey: #f4f4f4;
  --white: #ffffff;
}

.f300 {
  font-weight: 300;
}

.f500 {
  font-weight: 500;
}

.form-control:focus {
  border-color: unset;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.txtlink,
a.txtlink {
  position: relative;
  text-decoration: none;
  color: var(--dkgrey);
  font-weight: 500;
}

.txtlink:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: var(--dkgrey);
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.txtlink:hover:before {
  visibility: visible;
  width: 100%;
}

footer {
  margin-bottom: 2rem;
  color: var(--black);
}

.support {
  color: var(--black);
  margin-top: 0;
}

.support-footer-item a {
  color: #1e1e24;
}
.support-footer-item a:hover {
  color: #1e1e24;
}
.support-footer-item a:hover .support-footer-item-text {
  text-decoration: none;
}

.iconbox {
  width: 90px;
  height: 90px;
  padding: 25px 25px;
  margin-bottom: 1rem;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

.iconbox span {
  font-size: 40px !important;
  line-height: 40px;
}

.discounttitle {
  color: var(--black);
}

.newsletter {
  background-color: #f4f4f4;
}

.shippinginfo {
  background-color: #f4f4f4;
  padding: 24px 10px;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.shippinginfo .icons span {
  font-size: 35px;
  line-height: 20px;
  width: 100%;
  display: block;
  margin-bottom: 18px;
}

.shippinginfo .small {
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
}

.footermenu a {
  color: var(--black);
}

.findstorefooter .form-control,
.findstorefooter button {
  border: 0;
  border-bottom: 1px solid var(--primary);
  border-radius: 0;
  color: #a4ac0b;
}

.findstorefooter .form-control::placeholder {
  font-weight: 300;
  font-size: small;
  letter-spacing: 0.1rem;
}

.socialfooter {
  padding: 0 10px;
  border-right: 1px solid var(--black);
  color: var(--black);
}

.socialfooter:first-child {
  padding-left: 0;
  border-right: 1px solid var(--black);
}

@media screen and (max-width: 425px) {
  .socialfooter:first-child {
    padding: 0 10px;
  }
}
.socialfooter:last-child {
  padding-right: 0;
  border-right: 0px solid var(--black);
}

div.bottomfooter {
  gap: 1em;
  width: auto;
  justify-content: space-between;
  padding: 0 2em;
}

div.bottomfooter > * {
  width: auto;
  max-width: max-content;
  padding: 0;
}

div.bottomfoter-center-container {
  gap: 1.5em;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.bottomfooter a {
  color: var(--black);
}

#footermenumob .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem 0rem;
  font-size: 1.2rem;
  color: var(--black);
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}

#footermenumob .accordion-button:active,
#footermenumob .accordion-button:focus {
  box-shadow: 0 0 0 0 transparent;
}

#footermenumob button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  font-family: "Material Icons Outlined";
  content: "";
  font-size: 1.25rem;
  line-height: 1.25rem;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

#footermenumob .accordion-button:not(.collapsed)::after {
  background-image: none;
  font-family: "Material Icons Outlined";
  content: "";
  font-size: 1.25rem;
  line-height: 1.25rem;
}

#footermenumob a {
  color: var(--black);
}

.nero {
  color: var(--black);
}

/* only smartphone */
@media (max-width: 991px) {
  .support-footer-item {
    flex: 0 0 100%;
  }
}
/* // Small devices (landscape phones, 576px and up) */
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .shippinginfo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    padding: 32px 64px;
    justify-content: stretch;
    align-items: baseline;
  }
  .shippinginfo .small {
    font-size: 14px;
  }
}
/* // Large devices */
@media (max-width: 1440px) {
  div.bottomfooter {
    justify-content: center;
  }

  div.bottomfoter-center-container {
    flex-direction: column;
    align-items: center;
    display: contents;
  }

  div.bottomfooter {
    width: auto;
    padding: 0;
    flex-direction: column-reverse;
  }

  div.bottomfoter-copyright {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  footer {
    border-top: 1px solid #dbdbdb;
  }
  footer .footermenu {
    border-right: 1px solid #dbdbdb;
  }
  footer .bottomfooter {
    border-top: 1px solid #dbdbdb;
  }

  .shippinginfo .icons span {
    line-height: normal;
    width: auto;
    margin: 0 1rem 0 0;
  }
  .shippinginfo .d-lg-flex {
    display: flex;
  }
}
/*
// X-Large devices (large desktops, 1200px and up) */
/* // XX-Large devices (larger desktops, 1400px and up) */
/* Fix for newsletter footer and for support-email-popup footer area from HubSpot */
div#support_email_popup_container {
  padding: 2rem;
}

div#supportEmailPopup li,
div#newslettertextarea li {
  list-style: none;
}
div#supportEmailPopup ul.hs-error-msgs,
div#newslettertextarea ul.hs-error-msgs {
  padding-left: 0;
}
div#supportEmailPopup .hs_newsletter_karpos ul.inputs-list,
div#newslettertextarea .hs_newsletter_karpos ul.inputs-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0px;
}
div#supportEmailPopup .hs_newsletter_karpos li.hs-form-checkbox label,
div#newslettertextarea .hs_newsletter_karpos li.hs-form-checkbox label {
  display: flex;
  align-items: flex-end;
}
div#supportEmailPopup .hs_newsletter_karpos .input ul.inputs-list li,
div#newslettertextarea .hs_newsletter_karpos .input ul.inputs-list li {
  width: 50%;
}
div#supportEmailPopup .hs-error-msgs label,
div#newslettertextarea .hs-error-msgs label {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.17;
  text-align: left;
  color: #e31011;
}
div#supportEmailPopup select:focus,
div#newslettertextarea select:focus {
  border: solid 1px #1e1e24;
}
div#supportEmailPopup select,
div#newslettertextarea select {
  background-color: white;
  height: 40px;
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  background-clip: padding-box;
  appearance: none;
  margin-bottom: 2rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #1e1e24;
}
div#supportEmailPopup .hs_firstname span,
div#newslettertextarea .hs_firstname span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: left;
  color: #1e1e24;
}
div#supportEmailPopup .hs_firstname ul.hs-error-msgs,
div#newslettertextarea .hs_firstname ul.hs-error-msgs {
  padding-left: 0;
  margin-top: -32px;
  margin-bottom: 0px;
}
div#supportEmailPopup .hs_lastname span,
div#newslettertextarea .hs_lastname span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: left;
  color: #1e1e24;
}
div#supportEmailPopup .hs_lastname ul.hs-error-msgs,
div#newslettertextarea .hs_lastname ul.hs-error-msgs {
  padding-left: 0;
  margin-top: -32px;
  margin-bottom: 0px;
}
div#supportEmailPopup .hs_email span,
div#newslettertextarea .hs_email span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: left;
  color: #1e1e24;
}
div#supportEmailPopup .hs_email ul.hs-error-msgs,
div#newslettertextarea .hs_email ul.hs-error-msgs {
  padding-left: 0;
  margin-top: -32px;
  margin-bottom: 0px;
}
div#supportEmailPopup .hs_country_custom span,
div#newslettertextarea .hs_country_custom span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: left;
  color: #1e1e24;
}
div#supportEmailPopup .hs_country_custom ul.hs-error-msgs,
div#newslettertextarea .hs_country_custom ul.hs-error-msgs {
  padding-left: 0;
  margin-top: -32px;
  margin-bottom: 0px;
}
div#supportEmailPopup .hs-fieldtype-textarea span,
div#newslettertextarea .hs-fieldtype-textarea span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: left;
  color: #1e1e24;
}
div#supportEmailPopup .hs-fieldtype-textarea ul.hs-error-msgs,
div#newslettertextarea .hs-fieldtype-textarea ul.hs-error-msgs {
  padding-left: 0;
  margin-top: -48px;
}
div#supportEmailPopup .hs-fieldtype-booleancheckbox ul.hs-error-msgs,
div#newslettertextarea .hs-fieldtype-booleancheckbox ul.hs-error-msgs {
  padding-left: 0;
  margin-top: -48px;
}
div#supportEmailPopup textarea:focus,
div#newslettertextarea textarea:focus {
  border: solid 1px #1e1e24;
}
div#supportEmailPopup textarea,
div#newslettertextarea textarea {
  background-color: white;
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  display: block;
  width: 100%;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  margin-bottom: 3rem !important;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #1e1e24;
}
div#supportEmailPopup [type=radio],
div#newslettertextarea [type=radio] {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 0;
  background-color: #dbdbdb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  margin-right: 10px;
  vertical-align: middle;
}
div#supportEmailPopup .hs-button.primary,
div#newslettertextarea .hs-button.primary {
  border: 1px solid #cad400;
  background-color: #cad400;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  letter-spacing: 0.1rem;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  width: 100% !important;
}
div#supportEmailPopup .hs-button.primary:hover,
div#newslettertextarea .hs-button.primary:hover {
  color: #cad400;
  background-color: white;
}
div#supportEmailPopup [type=checkbox],
div#newslettertextarea [type=checkbox] {
  border-radius: 0.3rem;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background-color: #dbdbdb;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  margin-top: 5px;
  margin-right: 10px;
}
div#supportEmailPopup :checked[type=checkbox],
div#newslettertextarea :checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3crect x='1' y='1' width='8' height='8' rx='1' fill='%23CAD400'/%3e%3c/svg%3e") !important;
  background-color: #ffffff;
  border: 1px solid #CAD400 !important;
}
div#supportEmailPopup :focus[type=checkbox],
div#newslettertextarea :focus[type=checkbox] {
  border-color: #ebebeb;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(227, 16, 16, 0.25);
}
div#supportEmailPopup :checked[type=radio],
div#newslettertextarea :checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3e%3ccircle cx='5' cy='5' r='4' fill='%23CAD400'/%3e%3c/svg%3e");
  background-color: #ffffff;
  border: 1px solid #CAD400 !important;
}
div#supportEmailPopup :focus[type=radio],
div#newslettertextarea :focus[type=radio] {
  border-color: #ebebeb;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(227, 16, 16, 0.25);
}
div#supportEmailPopup .hs-form-radio,
div#newslettertextarea .hs-form-radio {
  list-style-type: none;
  margin-left: -32px;
  padding-bottom: 3px;
}
div#supportEmailPopup .hs-form-booleancheckbox,
div#newslettertextarea .hs-form-booleancheckbox {
  list-style-type: none;
  margin-left: -32px;
  padding-bottom: 3px;
}
div#supportEmailPopup fieldset,
div#newslettertextarea fieldset {
  max-width: 100% !important;
}
div#supportEmailPopup input[type=text]:focus,
div#supportEmailPopup input[type=email]:focus,
div#newslettertextarea input[type=text]:focus,
div#newslettertextarea input[type=email]:focus {
  border: solid 1px #1e1e24;
}
div#supportEmailPopup input[type=text],
div#supportEmailPopup input[type=email],
div#newslettertextarea input[type=text],
div#newslettertextarea input[type=email] {
  background-color: white;
  height: 40px;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  display: block;
  width: 100%;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  margin-bottom: 2rem;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #1e1e24;
}
div#supportEmailPopup .legal-consent-container ul,
div#newslettertextarea .legal-consent-container ul {
  margin-bottom: 0px;
}
div#supportEmailPopup .legal-consent-container,
div#newslettertextarea .legal-consent-container {
  gap: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
div#supportEmailPopup .legal-consent-container .no-list.hs-error-msgs.inputs-list,
div#newslettertextarea .legal-consent-container .no-list.hs-error-msgs.inputs-list {
  margin-top: unset;
}
div#supportEmailPopup .hs-datepicker,
div#newslettertextarea .hs-datepicker {
  position: relative !important;
  z-index: 10000;
  top: -2rem;
  width: fit-content;
}
div#supportEmailPopup .hs-form-radio-display span,
div#newslettertextarea .hs-form-radio-display span {
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.43 !important;
  color: #1e1e24 !important;
}
div#supportEmailPopup .hs-form-field > label > span,
div#newslettertextarea .hs-form-field > label > span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: left;
  color: #1e1e24;
}
div#supportEmailPopup .hs-form-field div.input,
div#newslettertextarea .hs-form-field div.input {
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: 1.43 !important;
  color: #1e1e24 !important;
}
div#supportEmailPopup .hs_recaptcha,
div#newslettertextarea .hs_recaptcha {
  padding: 10px 0 20px 0;
}

.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate footer {
  border: none;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .footer-light-checkout {
  display: none;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .container-fluid.px-0, .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .px-0.container-sm, .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .px-0.container-md, .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .px-0.container-lg, .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .px-0.container-xl, .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .px-0.container-xxl {
  margin-top: 24rem;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .container-fluid.px-0 .footer-support-container, .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .px-0.container-sm .footer-support-container, .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .px-0.container-md .footer-support-container, .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .px-0.container-lg .footer-support-container, .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .px-0.container-xl .footer-support-container, .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .px-0.container-xxl .footer-support-container {
  display: none;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .bottomfooter {
  border-top: 1px solid #DBDBDB;
  padding: 16px 10px;
}
@media (min-width: 768px) {
  .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .bottomfooter {
    padding: 16px 64px !important;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .bottomfooter .small {
    font-size: 12px;
  }
}

div.tp-service-wrapper {
  margin: 20px 0;
}

/* Carrello */
/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */
section.cart_wrapper {
  /* Back to */
  /* empty */
  /* get inspired */
  /* cart item */
}
section.cart_wrapper .f300 {
  font-weight: 300 !important;
}
section.cart_wrapper .fnormal {
  font-weight: normal !important;
}
section.cart_wrapper .f500 {
  font-weight: 500 !important;
}
section.cart_wrapper .fbold {
  font-weight: bold !important;
}
section.cart_wrapper .f900 {
  font-weight: 900 !important;
}
section.cart_wrapper .form-control:focus {
  border-color: unset;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
section.cart_wrapper .txtlink, section.cart_wrapper a.txtlink {
  position: relative;
  text-decoration: none;
  color: #1e1e24;
  font-weight: 500;
}
section.cart_wrapper .txtlink:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #1e1e24;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
section.cart_wrapper .txtlink:hover:before {
  visibility: visible;
  width: 100%;
}
section.cart_wrapper .backto a {
  display: inline-block;
  color: #1e1e24;
}
section.cart_wrapper .backto span {
  font-size: inherit;
}
section.cart_wrapper .cart .empty {
  color: #1e1e24;
}
section.cart_wrapper .inspired h3, section.cart_wrapper .inspired .h3 {
  color: #1e1e24;
}
section.cart_wrapper .inspired .nav-link {
  color: #1e1e24;
}
section.cart_wrapper .inspired .nav-link span {
  position: relative;
}
section.cart_wrapper .inspired .nav-pills .nav-link.active, section.cart_wrapper .inspired .nav-pills .show > .nav-link {
  color: #1e1e24;
  background-color: transparent;
}
section.cart_wrapper .inspired .nav-link.active span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #CAD400;
}
section.cart_wrapper .squareimg {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
section.cart_wrapper .squareimg.animata {
  transition: all ease 0.5s;
}
section.cart_wrapper .squareimg.animata:hover {
  transform: scale(0.95);
}
section.cart_wrapper .contenuto {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
section.cart_wrapper img.contenuto {
  object-fit: cover;
  object-position: center center;
}
section.cart_wrapper .animata img.contenuto {
  transition: all ease 0.5s;
}
section.cart_wrapper .animata img.contenuto:hover {
  object-fit: cover;
  object-position: center center;
  width: 110%;
  height: 110%;
}
section.cart_wrapper .left-content .saved4later--with-cart {
  display: none;
}
section.cart_wrapper section.cart .small-detail {
  font-size: 12px;
}
section.cart_wrapper section.cart .tot-items {
  font-size: 1.1rem;
}
section.cart_wrapper section.cart .cart-left {
  flex: 0 0 auto;
  width: 100%;
}
section.cart_wrapper section.cart .cart-right {
  flex: 0 0 auto;
  width: 100%;
}
section.cart_wrapper section.cart .cart-voucher {
  padding: 0.5rem 0;
  margin: 0 0 1rem 0;
}
section.cart_wrapper section.cart .cart-voucher .small-detail {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.0875rem;
}
section.cart_wrapper section.cart .cart-voucher input,
section.cart_wrapper section.cart .cart-voucher button {
  font-size: 0.75rem;
  letter-spacing: 0.075rem;
}
section.cart_wrapper section.cart .cart-voucher input {
  color: #6c757d;
}
section.cart_wrapper section.cart .cart-voucher input[readonly] {
  background-color: #f4f4f4;
  border-color: #ced4da;
  pointer-events: none;
}
section.cart_wrapper section.cart .cart-voucher button {
  padding-top: 9px;
  padding-bottom: 9px;
  letter-spacing: 0.6px;
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
section.cart_wrapper section.cart .cart-voucher .help-block {
  color: #e31010;
  font-size: 14px;
}
section.cart_wrapper section.cart .cart-subtotals .small-detail {
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
}
section.cart_wrapper section.cart .cart-checkout, section.cart_wrapper section.cart .cart-totals, section.cart_wrapper section.cart .cart-total, section.cart_wrapper section.cart .cart-voucher, section.cart_wrapper section.cart .cart-subtotals {
  margin-bottom: 1rem;
}
section.cart_wrapper section.cart .cart-totals .cart-total {
  border-top: 1px solid #dbdbdb;
}
section.cart_wrapper section.cart .cart-totals .cart-total span {
  font-size: 1rem;
  letter-spacing: 0.05rem;
}
section.cart_wrapper section.cart .cart-info {
  border-top: 1px solid #dbdbdb;
}
section.cart_wrapper section.cart .cart-info .small-detail .f500, section.cart_wrapper section.cart .cart-info span {
  font-size: 0.875rem;
}
section.cart_wrapper section.cart .cart-info .small-detail .f500 {
  letter-spacing: 0.0875rem;
}
section.cart_wrapper section.cart .cart-info span {
  letter-spacing: 0.04375rem;
  margin-top: 0.5rem;
  display: block;
}
section.cart_wrapper section.cart .saved4later {
  margin-bottom: 0;
}
section.cart_wrapper section.cart .saved4later .swiper-slide.saveditem {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.cart_wrapper .cart-title {
  margin-bottom: 0.5rem;
}
section.cart_wrapper .cart-title h1, section.cart_wrapper .cart-title .h1 {
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.1625rem;
}
section.cart_wrapper .qtycart select {
  border: 0;
}
section.cart_wrapper .qtycart select:focus {
  border: 0;
  box-shadow: none;
}
section.cart_wrapper .g-xl, section.cart_wrapper .gx-xl {
  --bs-gutter-x: 10rem;
}
section.cart_wrapper .cart-actions button {
  border-right: 1px solid #1e1e24;
  border-radius: 0;
}
section.cart_wrapper .cart-actions button:last-child {
  border-right: 0px solid #1e1e24;
}
section.cart_wrapper .coupon *:focus {
  box-shadow: none;
}
section.cart_wrapper .coupon .open {
  text-decoration: none;
  width: 100%;
  text-align: start;
  color: #1e1e24;
  border-bottom: 1px solid #1e1e24;
  border-radius: 0;
}
section.cart_wrapper .coupon .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #ced4da;
  border-left: 0 !important;
}
section.cart_wrapper .totals {
  color: #1e1e24;
}
section.cart_wrapper .evidence {
  color: #cad400 !important;
}
section.cart_wrapper .login a {
  color: #1e1e24;
}

.percentage-container {
  margin: 0.5rem 0;
}

.label-percentage {
  padding: 0.25rem 0.5rem;
  border-radius: 200px;
  background-color: #CAD400;
  font-size: 0.625rem !important;
  letter-spacing: 0.0625rem !important;
  font-weight: 400 !important;
  color: #1E1E24;
  white-space: nowrap;
}

/* only smartphone */
/* // Small devices (landscape phones, 576px and up) */
/* // Medium devices (tablets, 768px and up) */
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  section.cart-title {
    margin-bottom: 3rem;
  }
  section.cart-title h1, section.cart-title .h1 {
    font-size: 2.5rem;
    letter-spacing: 0.25rem;
  }

  section.cart_wrapper .left-content .saved4later--with-cart {
    display: block;
  }
  section.cart_wrapper .bottom-content .saved4later--with-cart {
    display: none;
  }
  section.cart_wrapper section.cart .small-detail {
    font-size: 14px;
  }
  section.cart_wrapper section.cart .cart-left {
    width: 62.5%;
    padding-right: 50px;
    border-right: 1px solid #dbdbdb;
  }
  section.cart_wrapper section.cart .cart-right {
    width: 37.5%;
    padding-left: 50px;
  }
  section.cart_wrapper section.cart .cart-voucher input,
section.cart_wrapper section.cart .cart-voucher button {
    font-size: 14px;
  }
  section.cart_wrapper section.cart div.cart-right .cart-voucher .small-detail, section.cart_wrapper section.cart div.cart-right .cart-subtotals .small-detail {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0;
  }
  section.cart_wrapper section.cart div.cart-right .cart-checkout, section.cart_wrapper section.cart div.cart-right .cart-totals, section.cart_wrapper section.cart div.cart-right .cart-total, section.cart_wrapper section.cart div.cart-right .cart-voucher, section.cart_wrapper section.cart div.cart-right .cart-subtotals {
    margin-bottom: 1.5rem;
  }
  section.cart_wrapper section.cart div.cart-right .cart-totals .cart-total span {
    font-size: 1.125rem;
    letter-spacing: 0.1125rem;
  }
  section.cart_wrapper section.cart div.cart-right .cart-info .row {
    padding: 0;
    margin: 0;
    column-gap: 1.25rem;
  }
  section.cart_wrapper section.cart div.cart-right .cart-info .row .col-lg-6 {
    width: unset;
    flex-basis: calc(50% - (20px / 2));
  }
  section.cart_wrapper section.cart div.cart-right .cart-info .small-detail {
    padding: 0;
  }
}
/*
// X-Large devices (large desktops, 1200px and up) */
/* // XX-Large devices (larger desktops, 1400px and up) */
section.cart_wrapper .offcanvas-end:focus {
  border: unset;
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.35) !important;
}
section.cart_wrapper .offcanvas-end .btn-outline-secondary:hover {
  color: unset;
  background-color: unset;
}
section.cart_wrapper .offcanvas-end .btn-outline-secondary:active {
  color: unset;
  background-color: unset;
}
section.cart_wrapper .gigya-screen.portrait {
  width: auto !important;
  max-width: 500px !important;
}

section.cart_wrapper .col.cart > a > h5.text-center.pb-4, section.cart_wrapper .col.cart > a > .text-center.pb-4.h5 {
  text-decoration: underline;
  color: #000000;
  font-family: "DIN Pro";
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0;
}
section.cart_wrapper .offcanvas-end {
  border: unset;
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.35);
}

/* Checkout */
/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */
section.checkout-login, section.cart-checkout, section.checklistmob, div#reviewmod {
  /* Back to */
  /* Checkout steps */
  /* cart item */
  /* tri-checkout */
  /* second col */
}
section.checkout-login .page-title, section.cart-checkout .page-title, section.checklistmob .page-title, div#reviewmod .page-title {
  font-size: 1.625rem;
  font-weight: 500;
  letter-spacing: 0.1625rem;
  margin-bottom: 1rem;
}
section.checkout-login .form-control:focus, section.cart-checkout .form-control:focus, section.checklistmob .form-control:focus, div#reviewmod .form-control:focus {
  border-color: unset;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
section.checkout-login .termsAndConditionsLink, section.cart-checkout .termsAndConditionsLink, section.checklistmob .termsAndConditionsLink, div#reviewmod .termsAndConditionsLink {
  text-decoration: underline;
}
section.checkout-login .privacyPolicyLink, section.cart-checkout .privacyPolicyLink, section.checklistmob .privacyPolicyLink, div#reviewmod .privacyPolicyLink {
  text-decoration: underline;
}
section.checkout-login .txtlink, section.checkout-login a.txtlink, section.cart-checkout .txtlink, section.cart-checkout a.txtlink, section.checklistmob .txtlink, section.checklistmob a.txtlink, div#reviewmod .txtlink, div#reviewmod a.txtlink {
  position: relative;
  text-decoration: none;
  color: #1e1e24;
  font-weight: 500;
}
section.checkout-login .txtlink:before, section.cart-checkout .txtlink:before, section.checklistmob .txtlink:before, div#reviewmod .txtlink:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #1e1e24;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
section.checkout-login .txtlink:hover:before, section.cart-checkout .txtlink:hover:before, section.checklistmob .txtlink:hover:before, div#reviewmod .txtlink:hover:before {
  visibility: visible;
  width: 100%;
}
section.checkout-login .backto a, section.cart-checkout .backto a, section.checklistmob .backto a, div#reviewmod .backto a {
  display: inline-block;
  color: #1e1e24;
}
section.checkout-login .backto span, section.cart-checkout .backto span, section.checklistmob .backto span, div#reviewmod .backto span {
  font-size: inherit;
}
section.checkout-login .checkout-steps div.stepbox, section.cart-checkout .checkout-steps div.stepbox, section.checklistmob .checkout-steps div.stepbox, div#reviewmod .checkout-steps div.stepbox {
  counter-increment: checkout;
  color: #1e1e24;
}
section.checkout-login .checkout-steps div.stepbox .light-color, section.cart-checkout .checkout-steps div.stepbox .light-color, section.checklistmob .checkout-steps div.stepbox .light-color, div#reviewmod .checkout-steps div.stepbox .light-color {
  color: rgba(30, 30, 36, 0.5);
}
section.checkout-login .checkout-steps h3.steptitle::before, section.checkout-login .checkout-steps .steptitle.h3::before, section.cart-checkout .checkout-steps h3.steptitle::before, section.cart-checkout .checkout-steps .steptitle.h3::before, section.checklistmob .checkout-steps h3.steptitle::before, section.checklistmob .checkout-steps .steptitle.h3::before, div#reviewmod .checkout-steps h3.steptitle::before, div#reviewmod .checkout-steps .steptitle.h3::before {
  content: counter(checkout) ".  ";
}
section.checkout-login .step .form-check, section.cart-checkout .step .form-check, section.checklistmob .step .form-check, div#reviewmod .step .form-check {
  display: block;
  min-height: 1rem;
  margin-bottom: 1rem;
}
section.checkout-login .shipping label, section.cart-checkout .shipping label, section.checklistmob .shipping label, div#reviewmod .shipping label {
  padding-left: 13px;
  cursor: pointer;
}
section.checkout-login .payments label, section.cart-checkout .payments label, section.checklistmob .payments label, div#reviewmod .payments label {
  padding-left: 13px;
  cursor: pointer;
}
section.checkout-login .squareimg, section.cart-checkout .squareimg, section.checklistmob .squareimg, div#reviewmod .squareimg {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
section.checkout-login .squareimg.animata, section.cart-checkout .squareimg.animata, section.checklistmob .squareimg.animata, div#reviewmod .squareimg.animata {
  transition: all ease 0.5s;
}
section.checkout-login .squareimg.animata:hover, section.cart-checkout .squareimg.animata:hover, section.checklistmob .squareimg.animata:hover, div#reviewmod .squareimg.animata:hover {
  transform: scale(0.95);
}
section.checkout-login .contenuto, section.cart-checkout .contenuto, section.checklistmob .contenuto, div#reviewmod .contenuto {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
section.checkout-login img.contenuto, section.cart-checkout img.contenuto, section.checklistmob img.contenuto, div#reviewmod img.contenuto {
  object-fit: cover;
  object-position: center center;
}
section.checkout-login .animata img.contenuto, section.cart-checkout .animata img.contenuto, section.checklistmob .animata img.contenuto, div#reviewmod .animata img.contenuto {
  transition: all ease 0.5s;
}
section.checkout-login .animata img.contenuto:hover, section.cart-checkout .animata img.contenuto:hover, section.checklistmob .animata img.contenuto:hover, div#reviewmod .animata img.contenuto:hover {
  object-fit: cover;
  object-position: center center;
  width: 110%;
  height: 110%;
}
section.checkout-login .cart-list .name, section.cart-checkout .cart-list .name, section.checklistmob .cart-list .name, div#reviewmod .cart-list .name {
  color: #1e1e24;
}
section.checkout-login .cart-list .name, section.checkout-login .cart-list .price, section.cart-checkout .cart-list .name, section.cart-checkout .cart-list .price, section.checklistmob .cart-list .name, section.checklistmob .cart-list .price, div#reviewmod .cart-list .name, div#reviewmod .cart-list .price {
  color: #1e1e24;
}
section.checkout-login .qtycart select, section.cart-checkout .qtycart select, section.checklistmob .qtycart select, div#reviewmod .qtycart select {
  border: 0;
}
section.checkout-login .qtycart select:focus, section.cart-checkout .qtycart select:focus, section.checklistmob .qtycart select:focus, div#reviewmod .qtycart select:focus {
  border: 0;
  box-shadow: none;
}
section.checkout-login .g-xl, section.checkout-login .gx-xl, section.cart-checkout .g-xl, section.cart-checkout .gx-xl, section.checklistmob .g-xl, section.checklistmob .gx-xl, div#reviewmod .g-xl, div#reviewmod .gx-xl {
  --bs-gutter-x: 10rem;
}
section.checkout-login .actions button, section.cart-checkout .actions button, section.checklistmob .actions button, div#reviewmod .actions button {
  text-decoration: none;
  border-right: 1px solid #1e1e24;
  color: #1e1e24;
  border-radius: 0;
}
section.checkout-login .actions button:last-child, section.cart-checkout .actions button:last-child, section.checklistmob .actions button:last-child, div#reviewmod .actions button:last-child {
  text-decoration: none;
  border-right: 0px solid #1e1e24;
}
section.checkout-login .coupon *:focus, section.cart-checkout .coupon *:focus, section.checklistmob .coupon *:focus, div#reviewmod .coupon *:focus {
  box-shadow: none;
}
section.checkout-login .coupon .open, section.cart-checkout .coupon .open, section.checklistmob .coupon .open, div#reviewmod .coupon .open {
  text-decoration: none;
  width: 100%;
  text-align: start;
  color: #1e1e24;
  border-bottom: 1px solid #1e1e24;
  border-radius: 0;
}
section.checkout-login .coupon .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), section.cart-checkout .coupon .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), section.checklistmob .coupon .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback), div#reviewmod .coupon .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #ced4da;
  border-left: 0 !important;
}
section.checkout-login .totals, section.cart-checkout .totals, section.checklistmob .totals, div#reviewmod .totals {
  color: #1e1e24;
}
section.checkout-login .evidence, section.cart-checkout .evidence, section.checklistmob .evidence, div#reviewmod .evidence {
  color: #636564;
}
section.checkout-login .login a, section.cart-checkout .login a, section.checklistmob .login a, div#reviewmod .login a {
  color: #1e1e24;
}
section.checkout-login div.register.container, section.checkout-login div.guest.container, section.cart-checkout div.register.container, section.cart-checkout div.guest.container, section.checklistmob div.register.container, section.checklistmob div.guest.container, div#reviewmod div.register.container, div#reviewmod div.guest.container {
  /* height: calc(100% - 14px); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.checkout-login div.register.container button.btn.cta, section.checkout-login div.guest.container button.btn.cta, section.cart-checkout div.register.container button.btn.cta, section.cart-checkout div.guest.container button.btn.cta, section.checklistmob div.register.container button.btn.cta, section.checklistmob div.guest.container button.btn.cta, div#reviewmod div.register.container button.btn.cta, div#reviewmod div.guest.container button.btn.cta {
  margin-bottom: calc(.25rem + 7px);
}
section.checkout-login label.form-label.form-label-heading, section.cart-checkout label.form-label.form-label-heading, section.checklistmob label.form-label.form-label-heading, div#reviewmod label.form-label.form-label-heading {
  font-size: 40px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  color: #1e1e24;
  margin-bottom: 1.425em;
}
section.checkout-login div.register-panel, section.cart-checkout div.register-panel, section.checklistmob div.register-panel, div#reviewmod div.register-panel {
  display: flex;
  height: auto;
  max-height: auto;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
section.checkout-login .register.container, section.cart-checkout .register.container, section.checklistmob .register.container, div#reviewmod .register.container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
section.checkout-login img.register-banner, section.cart-checkout img.register-banner, section.checklistmob img.register-banner, div#reviewmod img.register-banner {
  height: 118px;
  margin: 0;
  object-fit: cover;
  object-position: center;
}
section.checkout-login .register-content, section.cart-checkout .register-content, section.checklistmob .register-content, div#reviewmod .register-content {
  font-size: 0.875em;
  font-weight: 300;
  letter-spacing: normal;
}
section.checkout-login h5.register-heading, section.checkout-login .register-heading.h5, section.cart-checkout h5.register-heading, section.cart-checkout .register-heading.h5, section.checklistmob h5.register-heading, section.checklistmob .register-heading.h5, div#reviewmod h5.register-heading, div#reviewmod .register-heading.h5 {
  font-weight: 600;
  font-size: 1em;
}
section.checkout-login h6.register-label, section.checkout-login .register-label.h6, section.cart-checkout h6.register-label, section.cart-checkout .register-label.h6, section.checklistmob h6.register-label, section.checklistmob .register-label.h6, div#reviewmod h6.register-label, div#reviewmod .register-label.h6 {
  font-weight: 300;
  font-size: 0.875em;
}
section.checkout-login .guest-p, section.cart-checkout .guest-p, section.checklistmob .guest-p, div#reviewmod .guest-p {
  font-size: 0.875em;
  font-weight: 300;
  letter-spacing: normal;
}
section.checkout-login .checkout-login-center-content-component, section.cart-checkout .checkout-login-center-content-component, section.checklistmob .checkout-login-center-content-component, div#reviewmod .checkout-login-center-content-component {
  display: none !important;
}
section.checkout-login .checkout-login-center-content-component.active, section.cart-checkout .checkout-login-center-content-component.active, section.checklistmob .checkout-login-center-content-component.active, div#reviewmod .checkout-login-center-content-component.active {
  display: flex !important;
}
section.checkout-login .gigya-screen.portrait, section.cart-checkout .gigya-screen.portrait, section.checklistmob .gigya-screen.portrait, div#reviewmod .gigya-screen.portrait {
  padding-top: 0px !important;
}

.checklistmob {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 0 5px #1e1e24;
  background-color: #ffffff;
  z-index: 159;
}

#cvv-trigger {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
  text-align: right;
  color: #1e1e24;
  flex-basis: unset;
  margin: 0.25rem 0 0 auto;
  text-decoration: underline;
}

[name=spinningWheel], #submit_silentOrderPostForm {
  height: 3.4375rem;
}

section.checkout-login .page-title,
section.cart-checkout .page-title,
section.checklistmob .page-title,
div#reviewmod .page-title {
  font-size: 1.625rem;
  letter-spacing: 0.1625rem;
  margin-bottom: 1rem;
}
section.checkout-login .btn.w-100.secondary.text-uppercase.cta.js-address-book,
section.cart-checkout .btn.w-100.secondary.text-uppercase.cta.js-address-book,
section.checklistmob .btn.w-100.secondary.text-uppercase.cta.js-address-book,
div#reviewmod .btn.w-100.secondary.text-uppercase.cta.js-address-book {
  margin-bottom: 0.5rem;
}

.page-multiStepCheckoutSummaryPage .main {
  padding-top: 1.5rem;
}
.page-multiStepCheckoutSummaryPage .breadcrumb-section {
  display: none;
}

.step.review .form-check-label.checkout.f300 {
  padding-left: 2rem;
}

/* only smartphone */
/* // Small devices (landscape phones, 576px and up) */
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  section.checkout-login .page-title,
section.cart-checkout .page-title,
section.checklistmob .page-title,
div#reviewmod .page-title {
    font-size: 2.5rem;
    letter-spacing: 0.25rem;
    margin-bottom: 4rem;
  }
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  section.cart-checkout #container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1.25rem;
    margin: 0 3.3125rem;
  }
  section.cart-checkout #container #container-form {
    grid-column: 1/7;
    width: 100%;
    padding: 0;
  }
  section.cart-checkout #container #container-recap {
    width: 100%;
    grid-column: 8/13;
    padding: 0;
    margin-bottom: 24rem;
  }
  section.cart-checkout #container #container-recap #order-totals {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: #DBDBDB 1px solid;
  }
  section.cart-checkout #container #container-recap #order-totals .row {
    margin: 0;
  }
  section.cart-checkout #container #container-recap #order-totals .row > * {
    padding: 0;
  }
  section.cart-checkout #container #container-recap #order-totals .row span {
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0.1rem;
  }
  section.cart-checkout #container #container-recap #order-totals .row span.h5 {
    font-size: 1.125rem;
    letter-spacing: 0.1125rem;
  }
  section.cart-checkout #container #container-recap .cart-item {
    display: flex;
    gap: 1.25rem;
  }
  section.cart-checkout #container #container-recap .cart-item .squareimg {
    flex-basis: 38%;
    padding-top: 38%;
    flex-shrink: 0;
  }
  section.cart-checkout #container #container-recap .cart-item .product-info {
    display: flex;
    gap: 1.25rem;
  }
  section.cart-checkout #container #container-recap .cart-item .product-info .col {
    flex: 0 0 65%;
  }
  section.cart-checkout #container #container-recap .cart-item .product-info .col .mb-s {
    margin-bottom: 0.25rem;
  }
  section.cart-checkout #container #container-recap .cart-item .product-info p {
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0.0875rem;
  }
  section.cart-checkout #container #container-recap .cart-item .product-info p.name, section.cart-checkout #container #container-recap .cart-item .product-info p.price {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
  section.cart-checkout #container #container-recap .cart-item .product-info p.price {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  section.cart-checkout #container #container-recap .cart-item .product-info p.price span {
    display: block;
    text-align: right;
    word-break: break-all;
  }
  section.cart-checkout #container #container-recap .evidence {
    color: #CAD400;
  }
  section.cart-checkout .form-check-label.checkout {
    font-size: 1rem;
    line-height: 1.25;
  }

  section.checkout-login .page-title,
section.cart-checkout .page-title,
section.checklistmob .page-title,
div#reviewmod .page-title {
    font-size: 2.5rem;
    letter-spacing: 0.25rem;
    margin-bottom: 4rem;
    text-transform: uppercase;
  }
  section.checkout-login .btn.w-100.secondary.text-uppercase.cta.js-address-book,
section.cart-checkout .btn.w-100.secondary.text-uppercase.cta.js-address-book,
section.checklistmob .btn.w-100.secondary.text-uppercase.cta.js-address-book,
div#reviewmod .btn.w-100.secondary.text-uppercase.cta.js-address-book {
    margin-bottom: 0.5rem 0;
  }

  .page-multiStepCheckoutSummaryPage .main {
    padding-top: 4rem;
  }
  .page-multiStepCheckoutSummaryPage .breadcrumb-section {
    display: none;
  }

  #i18nAddressForm.i18nAddressForm .mb-2, #billingAddressForm .mb-2 {
    padding-bottom: 0.25rem;
  }
}
@media (max-width: 992px) {
  .login.container, .register.container, .guest.container {
    margin-bottom: 3em;
  }

  label.form-label.form-label-heading {
    margin-bottom: 1em;
  }
}
/*
// X-Large devices (large desktops, 1200px and up) */
/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  section.cart-checkout #container {
    margin: 0;
  }
}
.checkout-help {
  display: flex;
  justify-content: space-around;
}

div#cboxLoadedContent .addressEntry li {
  list-style-type: none;
}
div#cboxLoadedContent .addressEntry ul {
  padding: 0;
}

.register-ul {
  list-style: none;
  padding-left: 0px;
}

.register-ul li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding-bottom: 5px;
}

.checkmark:after {
  content: "L";
}

.checkmark {
  bottom: 2px;
  position: relative;
  color: #CAD400;
  font-family: arial;
  -ms-transform: scaleX(-1) rotate(-35deg);
  /* IE 9 */
  -webkit-transform: scaleX(-1) rotate(-35deg);
  /* Chrome, Safari, Opera */
  transform: scaleX(-1) rotate(-35deg);
}

.billingAddressData .name {
  padding-bottom: 13px;
}

.billingAddressForm div.spinner-border {
  width: 20px;
  height: 20px;
  font-size: 12px;
}

.form-check-label.checkout {
  gap: unset !important;
  display: block !important;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.43;
}

.form-check-input.checkout {
  margin-right: 13px !important;
}

.smartystreet-ui-li {
  list-style: none;
  padding-bottom: 5px;
  padding-left: 15px;
  cursor: pointer;
  border-bottom: solid 1px lightgray;
}

.smartystreet-ui-li :hover {
  color: #CAD400;
}

.i18nAddressForm .ui-menu {
  padding-left: 0px;
  background-color: white;
}

div.guest.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.register-container-spacer {
  padding-bottom: 25px;
}

div.addressEntry form {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
}

div.addressEntry {
  padding: 20px;
  border: 1px solid lightgray;
}

div.addressEntry form > ul {
  width: 80%;
}

div.addressEntry form > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.donation-text {
  display: flex;
  align-items: center;
}

.donation-text span {
  border-radius: 30px;
  background-color: #cad400;
  color: white;
  padding: 5px 22px;
}

.donation-text span a {
  color: black;
}

.donation-text span a:hover {
  text-decoration: underline;
}

@media (max-width: 576px) {
  div.addressEntry form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }

  .donation-text {
    flex-direction: column;
    gap: 1em;
  }

  .donation-text span {
    padding: 10px 22px;
  }
}
#number.braintree-hosted-fields-invalid {
  border: 1px solid #e31010;
}

#cvv.braintree-hosted-fields-invalid {
  border: 1px solid #e31010;
}

#expiration-date.braintree-hosted-fields-invalid {
  border: 1px solid #e31010;
}

#cardholderName:focus {
  border-color: unset;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(227, 16, 16, 0.25);
}

#number.braintree-hosted-fields-focused {
  border-color: unset;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

#cvv.braintree-hosted-fields-focused {
  border-color: unset;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

#expiration-date.braintree-hosted-fields-focused {
  border-color: unset;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

#standardCheckout {
  display: table-cell;
  text-align: center;
  width: 92px;
  height: 40px;
  vertical-align: top;
}

#cardForn {
  float: inherit !important;
}

/* Checkout */
/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */
section#pdp-mediamosaic {
  margin: 3em 2em;
}

section#pdp-prodtop,
section#pdp-mediamosaic,
div#miniCartPopup {
  /* 211020 */
  /* */
}
section#pdp-prodtop .f300,
section#pdp-mediamosaic .f300,
div#miniCartPopup .f300 {
  font-weight: 300 !important;
}
section#pdp-prodtop .fnormal,
section#pdp-mediamosaic .fnormal,
div#miniCartPopup .fnormal {
  font-weight: normal !important;
}
section#pdp-prodtop .f500,
section#pdp-mediamosaic .f500,
div#miniCartPopup .f500 {
  font-weight: 500 !important;
}
section#pdp-prodtop .fbold,
section#pdp-mediamosaic .fbold,
div#miniCartPopup .fbold {
  font-weight: bold !important;
}
section#pdp-prodtop .f900,
section#pdp-mediamosaic .f900,
div#miniCartPopup .f900 {
  font-weight: 900 !important;
}
section#pdp-prodtop h1, section#pdp-prodtop .h1,
section#pdp-prodtop h3,
section#pdp-prodtop .h3,
section#pdp-prodtop h5,
section#pdp-prodtop .h5,
section#pdp-prodtop p,
section#pdp-mediamosaic h1,
section#pdp-mediamosaic .h1,
section#pdp-mediamosaic h3,
section#pdp-mediamosaic .h3,
section#pdp-mediamosaic h5,
section#pdp-mediamosaic .h5,
section#pdp-mediamosaic p,
div#miniCartPopup h1,
div#miniCartPopup .h1,
div#miniCartPopup h3,
div#miniCartPopup .h3,
div#miniCartPopup h5,
div#miniCartPopup .h5,
div#miniCartPopup p {
  margin: 0;
  padding: 0;
}
section#pdp-prodtop h1.nome, section#pdp-prodtop .nome.h1,
section#pdp-mediamosaic h1.nome,
section#pdp-mediamosaic .nome.h1,
div#miniCartPopup h1.nome,
div#miniCartPopup .nome.h1 {
  margin-bottom: 10px;
}
section#pdp-prodtop p.shortdesc,
section#pdp-mediamosaic p.shortdesc,
div#miniCartPopup p.shortdesc {
  margin-bottom: 40px;
}
section#pdp-prodtop .promo-price-container .promo-price,
section#pdp-mediamosaic .promo-price-container .promo-price,
div#miniCartPopup .promo-price-container .promo-price {
  padding-left: 1em;
}
section#pdp-prodtop .promo-price,
section#pdp-mediamosaic .promo-price,
div#miniCartPopup .promo-price {
  font-size: 20px;
  color: #1e1e24;
}
section#pdp-prodtop .actual-price,
section#pdp-mediamosaic .actual-price,
div#miniCartPopup .actual-price {
  font-size: 32px;
  font-weight: 500;
  color: #1e1e24;
}
section#pdp-prodtop .promo_name_badge,
section#pdp-mediamosaic .promo_name_badge,
div#miniCartPopup .promo_name_badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
section#pdp-prodtop .badge-pdp,
section#pdp-mediamosaic .badge-pdp,
div#miniCartPopup .badge-pdp {
  padding: 2px 13px 2px 9px;
  border-radius: 15px;
  background-color: #6c757d;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  text-align: left;
  display: flex;
  color: #cad400;
  flex-direction: row;
  width: fit-content;
  align-content: center;
  align-items: center;
  gap: 5px;
  height: 25px;
}
section#pdp-prodtop .badge-pdp span.material-icons-outlined,
section#pdp-mediamosaic .badge-pdp span.material-icons-outlined,
div#miniCartPopup .badge-pdp span.material-icons-outlined {
  font-size: 13px;
}
section#pdp-prodtop .promo-pdp,
section#pdp-mediamosaic .promo-pdp,
div#miniCartPopup .promo-pdp {
  padding: 2px 13px 2px 9px;
  border-radius: 15px;
  background-color: #cad400;
  margin-top: 15px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  display: flex;
  color: #1e1e24;
  flex-direction: row;
  width: fit-content;
  align-content: center;
  align-items: center;
  gap: 5px;
  height: 25px;
}
section#pdp-prodtop .promo-pdp span.material-icons-outlined,
section#pdp-mediamosaic .promo-pdp span.material-icons-outlined,
div#miniCartPopup .promo-pdp span.material-icons-outlined {
  font-size: 13px;
}
section#pdp-prodtop h3.price, section#pdp-prodtop .price.h3,
section#pdp-mediamosaic h3.price,
section#pdp-mediamosaic .price.h3,
div#miniCartPopup h3.price,
div#miniCartPopup .price.h3 {
  margin-bottom: 1rem;
}
section#pdp-prodtop h5.ex-price, section#pdp-prodtop .ex-price.h5,
section#pdp-mediamosaic h5.ex-price,
section#pdp-mediamosaic .ex-price.h5,
div#miniCartPopup h5.ex-price,
div#miniCartPopup .ex-price.h5 {
  margin-bottom: 1rem;
}
section#pdp-prodtop hr.separator,
section#pdp-mediamosaic hr.separator,
div#miniCartPopup hr.separator {
  max-width: 50%;
  margin: 24px auto;
}
section#pdp-prodtop div.ccode,
section#pdp-mediamosaic div.ccode,
div#miniCartPopup div.ccode {
  margin-bottom: 15px;
}
section#pdp-prodtop .new-tag-pdp,
section#pdp-mediamosaic .new-tag-pdp,
div#miniCartPopup .new-tag-pdp {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-align: center;
  color: #cad400;
}
section#pdp-prodtop .new-color-tag::after,
section#pdp-mediamosaic .new-color-tag::after,
div#miniCartPopup .new-color-tag::after {
  content: "NEW";
  font-size: 14px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.4px;
  color: #cad400;
  text-align: center;
  position: relative;
  top: 63px;
  left: 16px;
}
section#pdp-prodtop div.varianti,
section#pdp-mediamosaic div.varianti,
div#miniCartPopup div.varianti {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  gap: 20px 5px;
  margin-bottom: 20px;
}
section#pdp-prodtop div.varianti .single-variant,
section#pdp-mediamosaic div.varianti .single-variant,
div#miniCartPopup div.varianti .single-variant {
  width: 4.25em;
  height: 4.25em;
}
section#pdp-prodtop div.size,
section#pdp-mediamosaic div.size,
div#miniCartPopup div.size {
  margin-bottom: 40px;
}
section#pdp-prodtop div.size-guide button,
section#pdp-mediamosaic div.size-guide button,
div#miniCartPopup div.size-guide button {
  border: none;
  background-color: transparent;
}
section#pdp-prodtop div.actions > *,
section#pdp-mediamosaic div.actions > *,
div#miniCartPopup div.actions > * {
  padding: 0;
  margin: 0;
  /* margin: 0 -1.5rem; */
}
section#pdp-prodtop div.actions,
section#pdp-mediamosaic div.actions,
div#miniCartPopup div.actions {
  padding: 16px 1em;
  margin: 0;
  /* margin: 0 -1.5rem; */
}
section#pdp-prodtop div.find-store,
section#pdp-mediamosaic div.find-store,
div#miniCartPopup div.find-store {
  padding: 1em;
}
section#pdp-prodtop .form-control:focus,
section#pdp-mediamosaic .form-control:focus,
div#miniCartPopup .form-control:focus {
  border-color: unset;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
section#pdp-prodtop div#colLeft,
section#pdp-mediamosaic div#colLeft,
div#miniCartPopup div#colLeft {
  width: calc(60% - 0px);
  max-width: calc(100% + 0);
  align-self: flex-start;
  position: sticky;
  top: calc(125px + 2em);
}
section#pdp-prodtop div#colRight,
section#pdp-mediamosaic div#colRight,
div#miniCartPopup div#colRight {
  width: calc(40% + 0px);
  align-self: flex-start;
  position: static !important;
}
section#pdp-prodtop div#colRight > *,
section#pdp-mediamosaic div#colRight > *,
div#miniCartPopup div#colRight > * {
  width: 100%;
  margin: 0;
  padding: 0;
}
section#pdp-prodtop .store-locator-modal,
section#pdp-mediamosaic .store-locator-modal,
div#miniCartPopup .store-locator-modal {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
section#pdp-prodtop .store-locator-modal .modal-content,
section#pdp-mediamosaic .store-locator-modal .modal-content,
div#miniCartPopup .store-locator-modal .modal-content {
  background-color: #fefefe;
  margin: 5% auto 15%;
  border: none;
  width: 90%;
  border-radius: 0;
}
section#pdp-prodtop .store-locator-modal .btn-close,
section#pdp-mediamosaic .store-locator-modal .btn-close,
div#miniCartPopup .store-locator-modal .btn-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 15px;
  z-index: 2;
}
section#pdp-prodtop .store-locator-modal .sidenavContent,
section#pdp-mediamosaic .store-locator-modal .sidenavContent,
div#miniCartPopup .store-locator-modal .sidenavContent {
  margin-top: 2em;
}
section#pdp-prodtop .store-locator-modal .sidenavContentDetail,
section#pdp-mediamosaic .store-locator-modal .sidenavContentDetail,
div#miniCartPopup .store-locator-modal .sidenavContentDetail {
  margin-top: 2em;
}
section#pdp-prodtop .store-locator-modal #accordionFindMarket,
section#pdp-mediamosaic .store-locator-modal #accordionFindMarket,
div#miniCartPopup .store-locator-modal #accordionFindMarket {
  border: none;
}
section#pdp-prodtop .store-locator-modal .sidenavContent,
section#pdp-mediamosaic .store-locator-modal .sidenavContent,
div#miniCartPopup .store-locator-modal .sidenavContent {
  padding: 0 1.3em;
}
section#pdp-prodtop .store-locator-modal #close-button,
section#pdp-mediamosaic .store-locator-modal #close-button,
div#miniCartPopup .store-locator-modal #close-button {
  display: flex;
  max-height: 34px;
  font-size: 18px;
  margin: 11px 11px 0px 0px;
  justify-content: flex-end;
}
section#pdp-prodtop .store-locator-modal #close-buttons,
section#pdp-mediamosaic .store-locator-modal #close-buttons,
div#miniCartPopup .store-locator-modal #close-buttons {
  display: flex;
  max-height: 34px;
  font-size: 18px;
  margin: 11px 11px 0px 0px;
  justify-content: flex-end;
}
section#pdp-prodtop .store-locator-modal .div-close-button,
section#pdp-mediamosaic .store-locator-modal .div-close-button,
div#miniCartPopup .store-locator-modal .div-close-button {
  display: flex;
  justify-content: flex-end;
}
section#pdp-prodtop .store-locator-modal #find-store-title,
section#pdp-mediamosaic .store-locator-modal #find-store-title,
div#miniCartPopup .store-locator-modal #find-store-title {
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 20px;
  font-weight: bold;
}

.techacc .technologies-box {
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 12px 20px 0;
}
.techacc .technologies-box-item {
  cursor: pointer;
}
.techacc .technologies-box-item img {
  max-width: 91px;
}

#techModal {
  transition: all ease-out 0.4s;
}
#techModal.modal.show {
  padding-right: 0 !important;
}
#techModal.modal .modal-dialog {
  margin: 0;
}
#techModal.modal .modal-dialog.modal-dialog-centered {
  min-height: auto;
  height: 100%;
}
#techModal.modal .modal-dialog .modal-content {
  height: 100%;
  border: 0;
}
#techModal.modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: #ffffff;
  padding: 15px;
  z-index: 2;
}
#techModal.modal .modal-dialog .modal-content .btn-close:focus {
  box-shadow: none;
}
#techModal.modal .modal-dialog .modal-content .carousel-title-text {
  white-space: break-spaces;
}
#techModal .swiper-container {
  position: relative;
  max-width: 800px;
  margin: auto;
  padding-top: 35px;
}
#techModal .swiper-container.opacity-0 {
  opacity: 0;
  transition: 1.5s ease-in-out;
}
#techModal .swiper-button {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  transform: translateY(-9%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
#techModal .swiper-button-prev::before {
  content: "❮";
  font-family: "Material Icons";
  font-size: 24px;
  color: black;
}
#techModal .swiper-button-next::before {
  content: "❯";
  font-family: "Material Icons";
  font-size: 24px;
  color: black;
}
#techModal .swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
#techModal .swiper-wrapper {
  padding-bottom: 15px;
}
#techModal .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s;
}
#techModal .swiper-slide img {
  max-width: 100px;
}
#techModal .swiper-slide-prev, #techModal .swiper-slide-next {
  opacity: 0.2;
}
#techModal .swiper-slide-active {
  opacity: 1;
}

.carousel-title-text {
  flex-grow: 1;
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.2px;
  text-align: center;
  color: #fd4f00;
  text-transform: uppercase;
  text-wrap: nowrap;
}

.carousel-description {
  text-align: center;
  align-self: stretch;
  flex-grow: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: center;
  color: #212121;
  margin-top: 20px;
}

.carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

span#favorite_text {
  text-align: left;
}

#findStoreButton {
  display: flex;
  justify-content: center;
  margin-bottom: 3em;
  font-size: 17.5px;
}

section.prodtop {
  padding-bottom: 4em;
  width: calc(70% + 4em);
  margin: 0 auto;
}

section.mosaic.prodtop {
  width: calc(100% - 200px);
  margin: 0 auto;
}

section#pdp-prodtop .emotional-title,
section#pdp-mediamosaic .emotional-title,
div#miniCartPopup .emotional-title {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1px;
  text-align: left;
  color: #1e1e24;
  margin-bottom: 20px;
}
section#pdp-prodtop .txtlink,
section#pdp-prodtop a.txtlink,
section#pdp-mediamosaic .txtlink,
section#pdp-mediamosaic a.txtlink,
div#miniCartPopup .txtlink,
div#miniCartPopup a.txtlink {
  position: relative;
  text-decoration: none;
  color: #1e1e24;
  font-weight: 500;
}
section#pdp-prodtop .txtlink:before,
section#pdp-mediamosaic .txtlink:before,
div#miniCartPopup .txtlink:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #1e1e24;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
section#pdp-prodtop .txtlink:hover:before,
section#pdp-mediamosaic .txtlink:hover:before,
div#miniCartPopup .txtlink:hover:before {
  visibility: visible;
  width: 100%;
}

/* breadcrumbs */
section.breadcrumbs {
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 1.5em;
  width: calc(70%);
}

section.breadcrumbs.mosaic {
  width: calc(100% - 200px);
  margin: 0 auto;
  padding-left: 2em;
}

section#pdp-prodtop,
section#pdp-mediamosaic,
div#miniCartPopup {
  /* Back to */
  /* cart item */
  /* off canvas */
}
section#pdp-prodtop .back,
section#pdp-mediamosaic .back,
div#miniCartPopup .back {
  font-weight: 100;
  color: #1e1e24;
  text-decoration: none;
  font-size: 0.8rem;
}
section#pdp-prodtop .back span:before,
section#pdp-mediamosaic .back span:before,
div#miniCartPopup .back span:before {
  float: left;
  color: #1e1e24;
  font-family: "Material Icons";
  content: "";
  padding-top: 2px;
  transition: ease all 0.3s;
}
section#pdp-prodtop .back:hover span:before,
section#pdp-mediamosaic .back:hover span:before,
div#miniCartPopup .back:hover span:before {
  color: #cad400 !important;
}
section#pdp-prodtop .squareimg,
section#pdp-mediamosaic .squareimg,
div#miniCartPopup .squareimg {
  width: 100%;
  height: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
section#pdp-prodtop .squareimg.animata,
section#pdp-mediamosaic .squareimg.animata,
div#miniCartPopup .squareimg.animata {
  transition: all ease 0.5s;
}
section#pdp-prodtop .squareimg.animata:hover,
section#pdp-mediamosaic .squareimg.animata:hover,
div#miniCartPopup .squareimg.animata:hover {
  transform: scale(0.95);
}
section#pdp-prodtop .contenuto,
section#pdp-mediamosaic .contenuto,
div#miniCartPopup .contenuto {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
section#pdp-prodtop img.contenuto,
section#pdp-mediamosaic img.contenuto,
div#miniCartPopup img.contenuto {
  object-fit: cover;
  object-position: center center;
}
section#pdp-prodtop .animata img.contenuto,
section#pdp-mediamosaic .animata img.contenuto,
div#miniCartPopup .animata img.contenuto {
  transition: all ease 0.5s;
}
section#pdp-prodtop .animata img.contenuto:hover,
section#pdp-mediamosaic .animata img.contenuto:hover,
div#miniCartPopup .animata img.contenuto:hover {
  object-fit: cover;
  object-position: center center;
  width: 110%;
  height: 110%;
}
section#pdp-prodtop .cart-list .name,
section#pdp-mediamosaic .cart-list .name,
div#miniCartPopup .cart-list .name {
  color: #585858;
}
section#pdp-prodtop .cart-list .name,
section#pdp-prodtop .cart-list .price,
section#pdp-mediamosaic .cart-list .name,
section#pdp-mediamosaic .cart-list .price,
div#miniCartPopup .cart-list .name,
div#miniCartPopup .cart-list .price {
  color: #585858;
}
section#pdp-prodtop .qtycart select,
section#pdp-mediamosaic .qtycart select,
div#miniCartPopup .qtycart select {
  border: 0;
}
section#pdp-prodtop .qtycart select:focus,
section#pdp-mediamosaic .qtycart select:focus,
div#miniCartPopup .qtycart select:focus {
  border: 0;
  box-shadow: none;
}
section#pdp-prodtop.offcanvas-end,
section#pdp-mediamosaic.offcanvas-end,
div#miniCartPopup.offcanvas-end {
  width: 600px;
  border: unset;
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.35);
}
section#pdp-prodtop .offcanvas-header,
section#pdp-mediamosaic .offcanvas-header,
div#miniCartPopup .offcanvas-header {
  justify-content: flex-end;
  padding: 1.25rem;
}
section#pdp-prodtop .offcanvas-body,
section#pdp-mediamosaic .offcanvas-body,
div#miniCartPopup .offcanvas-body {
  height: 100%;
  margin: 0;
  padding: 0 38px;
  overflow-y: hidden;
}
section#pdp-prodtop #miniCartPopupLayer,
section#pdp-mediamosaic #miniCartPopupLayer,
div#miniCartPopup #miniCartPopupLayer {
  letter-spacing: 0.1rem;
}
section#pdp-prodtop #miniCartPopupLayer .small-detail,
section#pdp-mediamosaic #miniCartPopupLayer .small-detail,
div#miniCartPopup #miniCartPopupLayer .small-detail {
  font-size: 14px;
}
section#pdp-prodtop #miniCartPopupLayer .minicart-count,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-count,
div#miniCartPopup #miniCartPopupLayer .minicart-count {
  font-size: 1.125rem;
}
section#pdp-prodtop #miniCartPopupLayer .minicart-list,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list,
div#miniCartPopup #miniCartPopupLayer .minicart-list {
  flex-shrink: 1;
  overflow-y: auto;
}
section#pdp-prodtop #miniCartPopupLayer .minicart-list .minicart-item,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list .minicart-item,
div#miniCartPopup #miniCartPopupLayer .minicart-list .minicart-item {
  position: relative;
  border: 1px solid #dbdbdb;
}
section#pdp-prodtop #miniCartPopupLayer .minicart-list .minicart-item .delete-prod,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list .minicart-item .delete-prod,
div#miniCartPopup #miniCartPopupLayer .minicart-list .minicart-item .delete-prod {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
}
section#pdp-prodtop #miniCartPopupLayer .minicart-list .minicart-item .squareimg,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list .minicart-item .squareimg,
div#miniCartPopup #miniCartPopupLayer .minicart-list .minicart-item .squareimg {
  display: block;
}
section#pdp-prodtop #miniCartPopupLayer .minicart-list .minicart-item .promo-price,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list .minicart-item .promo-price,
div#miniCartPopup #miniCartPopupLayer .minicart-list .minicart-item .promo-price {
  color: #cad400;
  font-weight: 500;
  font-size: 14px;
}
section#pdp-prodtop #miniCartPopupLayer .minicart-list .minicart-item .actual-price,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list .minicart-item .actual-price,
div#miniCartPopup #miniCartPopupLayer .minicart-list .minicart-item .actual-price {
  color: #1e1e24;
  font-weight: 500;
  font-size: 14px;
}
section#pdp-prodtop #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .form-control,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .form-control,
div#miniCartPopup #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .form-control {
  width: 30px;
  height: 30px;
}
section#pdp-prodtop #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .btn-increment,
section#pdp-prodtop #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .btn-decrement,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .btn-increment,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .btn-decrement,
div#miniCartPopup #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .btn-increment,
div#miniCartPopup #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .btn-decrement {
  width: 30px;
  height: 30px;
  letter-spacing: normal;
}
section#pdp-prodtop #miniCartPopupLayer .minicart-actions h3.text-uppercase.pb-4, section#pdp-prodtop #miniCartPopupLayer .minicart-actions .text-uppercase.pb-4.h3,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-actions h3.text-uppercase.pb-4,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-actions .text-uppercase.pb-4.h3,
div#miniCartPopup #miniCartPopupLayer .minicart-actions h3.text-uppercase.pb-4,
div#miniCartPopup #miniCartPopupLayer .minicart-actions .text-uppercase.pb-4.h3 {
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 4px;
  text-align: right;
  padding-bottom: 0.5em !important;
  margin: 0;
  margin-top: 1.6em;
}
section#pdp-prodtop #miniCartPopupLayer .minicart-actions .btn.primary,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-actions .btn.primary,
div#miniCartPopup #miniCartPopupLayer .minicart-actions .btn.primary {
  margin-bottom: 0;
}

/* Gallery */
#gallerymodal {
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}
#gallerymodal .modal-body .modal-body-container {
  margin-left: 0;
  margin-right: 0;
}

section.prodtop > *:not(div.modal.gallerymodal) {
  padding: 0 2em;
}

section#pdp-prodtop,
section#pdp-mediamosaic,
div#miniCartPopup {
  /* Gallery  Mobile */
  /* modal gallery */
  /* modal gallery mobile*/
  /* scheda */
  /* mosaic */
  /* size modal */
  /* accordion */
  /* brands modal */
  /* mosaic */
}
section#pdp-prodtop div#colLeft > *,
section#pdp-mediamosaic div#colLeft > *,
div#miniCartPopup div#colLeft > * {
  gap: 1em;
}
section#pdp-prodtop .thumbs,
section#pdp-mediamosaic .thumbs,
div#miniCartPopup .thumbs {
  width: calc(130px + 0em);
  position: relative;
  display: block;
  margin: 0;
  padding-right: 0;
  overflow-x: hidden;
}
section#pdp-prodtop #gallthumbs,
section#pdp-mediamosaic #gallthumbs,
div#miniCartPopup #gallthumbs {
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
section#pdp-prodtop div#gallthumbs > *,
section#pdp-mediamosaic div#gallthumbs > *,
div#miniCartPopup div#gallthumbs > * {
  margin: 0;
  margin-bottom: 1em;
}
section#pdp-prodtop .thumbs img,
section#pdp-mediamosaic .thumbs img,
div#miniCartPopup .thumbs img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center center;
}
section#pdp-prodtop .thumbs [data-bs-target],
section#pdp-mediamosaic .thumbs [data-bs-target],
div#miniCartPopup .thumbs [data-bs-target] {
  position: relative;
  width: 120px !important;
  height: 120px !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 1rem !important;
  border: 0px !important;
}
section#pdp-prodtop .thumbs .thumbnail-play-button,
section#pdp-mediamosaic .thumbs .thumbnail-play-button,
div#miniCartPopup .thumbs .thumbnail-play-button {
  text-indent: 0;
  line-height: 1;
  top: unset;
  left: unset;
  right: 5px;
  bottom: 5px;
  transform: translate(0, 0);
}
section#pdp-prodtop .prdgall .carousel-item,
section#pdp-mediamosaic .prdgall .carousel-item,
div#miniCartPopup .prdgall .carousel-item {
  width: 100%;
}
section#pdp-prodtop .prdgall .carousel-item .playbutton,
section#pdp-mediamosaic .prdgall .carousel-item .playbutton,
div#miniCartPopup .prdgall .carousel-item .playbutton {
  z-index: 1000;
}
section#pdp-prodtop .prdgall .carousel-item .image,
section#pdp-mediamosaic .prdgall .carousel-item .image,
div#miniCartPopup .prdgall .carousel-item .image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  height: 0;
}
section#pdp-prodtop .prdgall .carousel-item img,
section#pdp-mediamosaic .prdgall .carousel-item img,
div#miniCartPopup .prdgall .carousel-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  cursor: pointer;
}
section#pdp-prodtop .prdgall .carousel-item.media_container .vimeo-wrapper iframe,
section#pdp-mediamosaic .prdgall .carousel-item.media_container .vimeo-wrapper iframe,
div#miniCartPopup .prdgall .carousel-item.media_container .vimeo-wrapper iframe {
  z-index: -1;
}
section#pdp-prodtop .stdind,
section#pdp-mediamosaic .stdind,
div#miniCartPopup .stdind {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-bottom: 1rem;
  list-style: none;
  margin-right: 0;
  margin-left: 0;
}
section#pdp-prodtop .stdind [data-bs-target],
section#pdp-mediamosaic .stdind [data-bs-target],
div#miniCartPopup .stdind [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 100%;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #dbdbdb;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  max-width: 75px;
}
section#pdp-prodtop .stdind [data-bs-target].active,
section#pdp-mediamosaic .stdind [data-bs-target].active,
div#miniCartPopup .stdind [data-bs-target].active {
  background-color: #cad400;
}
section#pdp-prodtop .prdgallmob .carousel-item,
section#pdp-mediamosaic .prdgallmob .carousel-item,
div#miniCartPopup .prdgallmob .carousel-item {
  width: 100%;
}
section#pdp-prodtop .prdgallmob .carousel-item .image,
section#pdp-mediamosaic .prdgallmob .carousel-item .image,
div#miniCartPopup .prdgallmob .carousel-item .image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  height: 0;
}
section#pdp-prodtop .prdgallmob .carousel-item img,
section#pdp-mediamosaic .prdgallmob .carousel-item img,
div#miniCartPopup .prdgallmob .carousel-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  cursor: pointer;
}
section#pdp-prodtop .prdgallmob .carousel-item .vimeo-wrapper iframe,
section#pdp-mediamosaic .prdgallmob .carousel-item .vimeo-wrapper iframe,
div#miniCartPopup .prdgallmob .carousel-item .vimeo-wrapper iframe {
  z-index: -1;
}
section#pdp-prodtop .gallerymodal .modal-dialog,
section#pdp-mediamosaic .gallerymodal .modal-dialog,
div#miniCartPopup .gallerymodal .modal-dialog {
  cursor: url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/icons/close_modal.png") 16 16, auto;
}
section#pdp-prodtop .gallerymodal .modal-body,
section#pdp-mediamosaic .gallerymodal .modal-body,
div#miniCartPopup .gallerymodal .modal-body {
  padding: 0;
  padding-top: 120px;
}
section#pdp-prodtop .imagezoom,
section#pdp-mediamosaic .imagezoom,
div#miniCartPopup .imagezoom {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
section#pdp-prodtop .imagezoom img,
section#pdp-mediamosaic .imagezoom img,
div#miniCartPopup .imagezoom img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-position: center center;
  object-fit: cover;
}
section#pdp-prodtop .imagezoom ~ p,
section#pdp-mediamosaic .imagezoom ~ p,
div#miniCartPopup .imagezoom ~ p {
  margin-bottom: 3rem;
  padding-left: 2rem;
  margin-top: 0.5rem;
}
section#pdp-prodtop .gallmodmob .modal-body,
section#pdp-mediamosaic .gallmodmob .modal-body,
div#miniCartPopup .gallmodmob .modal-body {
  position: absolute;
  top: 50%;
  width: 100%;
  max-height: 100%;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: auto;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}
section#pdp-prodtop .gallmodmob .imgcontainer,
section#pdp-mediamosaic .gallmodmob .imgcontainer,
div#miniCartPopup .gallmodmob .imgcontainer {
  width: 1400px;
  height: 1400px;
}
section#pdp-prodtop .gallmodmob .imgcontainer img,
section#pdp-mediamosaic .gallmodmob .imgcontainer img,
div#miniCartPopup .gallmodmob .imgcontainer img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
section#pdp-prodtop .gallmodmob .closegalmob,
section#pdp-mediamosaic .gallmodmob .closegalmob,
div#miniCartPopup .gallmodmob .closegalmob {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 0;
  position: fixed;
  top: 5px;
  right: 20px;
  padding: 9px;
}
section#pdp-prodtop .gallmodmob .closegalmob span,
section#pdp-mediamosaic .gallmodmob .closegalmob span,
div#miniCartPopup .gallmodmob .closegalmob span {
  color: #636564;
  font-size: 32px;
}
section#pdp-prodtop .varianti,
section#pdp-mediamosaic .varianti,
div#miniCartPopup .varianti {
  width: 100%;
  flex-wrap: nowrap;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
section#pdp-prodtop .varianti > .mb-2,
section#pdp-mediamosaic .varianti > .mb-2,
div#miniCartPopup .varianti > .mb-2 {
  width: 92px;
}
section#pdp-prodtop a.varitem,
section#pdp-mediamosaic a.varitem,
div#miniCartPopup a.varitem {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
section#pdp-prodtop a.varitem img,
section#pdp-mediamosaic a.varitem img,
div#miniCartPopup a.varitem img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section#pdp-prodtop a.varitem:hover,
section#pdp-mediamosaic a.varitem:hover,
div#miniCartPopup a.varitem:hover {
  border: 1px solid #1e1e24;
}
section#pdp-prodtop a.varitem.active,
section#pdp-mediamosaic a.varitem.active,
div#miniCartPopup a.varitem.active {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #1e1e24;
}
section#pdp-prodtop .size a,
section#pdp-mediamosaic .size a,
div#miniCartPopup .size a {
  color: #585858;
}
section#pdp-prodtop .sizeopt,
section#pdp-mediamosaic .sizeopt,
div#miniCartPopup .sizeopt {
  max-width: 100%;
  flex-wrap: wrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding: 0;
  overflow: hidden;
  gap: 10px;
  flex-direction: row;
}
section#pdp-prodtop .sizeopt input,
section#pdp-mediamosaic .sizeopt input,
div#miniCartPopup .sizeopt input {
  display: none;
}
section#pdp-prodtop .sizeopt .form-check-inline,
section#pdp-mediamosaic .sizeopt .form-check-inline,
div#miniCartPopup .sizeopt .form-check-inline {
  display: block;
  margin: 0;
  padding: 0;
}
section#pdp-prodtop .sizeopt .form-check-input ~ .form-check-label,
section#pdp-prodtop .sizeopt .form-check-input ~ .form-check-label,
section#pdp-mediamosaic .sizeopt .form-check-input ~ .form-check-label,
section#pdp-mediamosaic .sizeopt .form-check-input ~ .form-check-label,
div#miniCartPopup .sizeopt .form-check-input ~ .form-check-label,
div#miniCartPopup .sizeopt .form-check-input ~ .form-check-label {
  width: 50px;
  height: 50px;
  color: #1e1e24;
  font-size: 1em;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #1e1e24;
  position: relative;
}
section#pdp-prodtop .sizeopt .form-check-input:checked[type=radio] ~ .form-check-label,
section#pdp-prodtop .sizeopt .form-check-input:checked[type=radio] ~ .form-check-label,
section#pdp-mediamosaic .sizeopt .form-check-input:checked[type=radio] ~ .form-check-label,
section#pdp-mediamosaic .sizeopt .form-check-input:checked[type=radio] ~ .form-check-label,
div#miniCartPopup .sizeopt .form-check-input:checked[type=radio] ~ .form-check-label,
div#miniCartPopup .sizeopt .form-check-input:checked[type=radio] ~ .form-check-label {
  background-color: #cad400;
  color: #ffffff;
  border: none;
}
section#pdp-prodtop .sizeopt .form-check-input:disabled ~ .form-check-label,
section#pdp-prodtop .sizeopt .form-check-input[disabled] ~ .form-check-label,
section#pdp-mediamosaic .sizeopt .form-check-input:disabled ~ .form-check-label,
section#pdp-mediamosaic .sizeopt .form-check-input[disabled] ~ .form-check-label,
div#miniCartPopup .sizeopt .form-check-input:disabled ~ .form-check-label,
div#miniCartPopup .sizeopt .form-check-input[disabled] ~ .form-check-label {
  background-color: #ffffff;
  border: 1px solid #dbdbdb;
  color: #dbdbdb;
  opacity: 100;
  font-weight: 500;
}
section#pdp-prodtop .sizeopt .form-check-input:disabled ~ .form-check-label:after,
section#pdp-prodtop .sizeopt .form-check-input[disabled] ~ .form-check-label:after,
section#pdp-mediamosaic .sizeopt .form-check-input:disabled ~ .form-check-label:after,
section#pdp-mediamosaic .sizeopt .form-check-input[disabled] ~ .form-check-label:after,
div#miniCartPopup .sizeopt .form-check-input:disabled ~ .form-check-label:after,
div#miniCartPopup .sizeopt .form-check-input[disabled] ~ .form-check-label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, transparent 49%, #dbdbdb 49%, #dbdbdb 51%, transparent 51%);
  z-index: 1;
}
section#pdp-prodtop .sizeopt .form-check-input:disabled:checked[type=radio] ~ .form-check-label,
section#pdp-prodtop .sizeopt .form-check-input[disabled]:checked[type=radio] ~ .form-check-label,
section#pdp-mediamosaic .sizeopt .form-check-input:disabled:checked[type=radio] ~ .form-check-label,
section#pdp-mediamosaic .sizeopt .form-check-input[disabled]:checked[type=radio] ~ .form-check-label,
div#miniCartPopup .sizeopt .form-check-input:disabled:checked[type=radio] ~ .form-check-label,
div#miniCartPopup .sizeopt .form-check-input[disabled]:checked[type=radio] ~ .form-check-label {
  background-color: #ffffff;
  border: 2px solid #cad400;
  color: #cad400;
  opacity: 100;
}
section#pdp-prodtop .sizeopt .form-check-input:disabled:checked[type=radio] ~ .form-check-label:after,
section#pdp-prodtop .sizeopt .form-check-input[disabled]:checked[type=radio] ~ .form-check-label:after,
section#pdp-mediamosaic .sizeopt .form-check-input:disabled:checked[type=radio] ~ .form-check-label:after,
section#pdp-mediamosaic .sizeopt .form-check-input[disabled]:checked[type=radio] ~ .form-check-label:after,
div#miniCartPopup .sizeopt .form-check-input:disabled:checked[type=radio] ~ .form-check-label:after,
div#miniCartPopup .sizeopt .form-check-input[disabled]:checked[type=radio] ~ .form-check-label:after {
  background: none;
}
section#pdp-prodtop .nero,
section#pdp-mediamosaic .nero,
div#miniCartPopup .nero {
  color: #1e1e24;
}
section#pdp-prodtop div#colLeft.mosaic,
section#pdp-mediamosaic div#colLeft.mosaic,
div#miniCartPopup div#colLeft.mosaic {
  width: calc(60% - 0em);
  max-width: 100%;
  align-self: flex-start;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
}
section#pdp-prodtop div#colRight.mosaic,
section#pdp-mediamosaic div#colRight.mosaic,
div#miniCartPopup div#colRight.mosaic {
  width: calc(40% - 0em);
  align-self: flex-start;
  position: sticky;
  top: calc(120px + 2em);
}
section#pdp-prodtop div#colLeft.mosaic > a,
section#pdp-mediamosaic div#colLeft.mosaic > a,
div#miniCartPopup div#colLeft.mosaic > a {
  width: 100%;
  height: 100%;
}
section#pdp-prodtop div#colLeft.mosaic > a > img,
section#pdp-mediamosaic div#colLeft.mosaic > a > img,
div#miniCartPopup div#colLeft.mosaic > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section#pdp-prodtop .mosaicitem,
section#pdp-mediamosaic .mosaicitem,
div#miniCartPopup .mosaicitem {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
section#pdp-prodtop .mosaicitem img,
section#pdp-mediamosaic .mosaicitem img,
div#miniCartPopup .mosaicitem img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
section#pdp-prodtop #sizemod .modal-content .btn-close,
section#pdp-mediamosaic #sizemod .modal-content .btn-close,
div#miniCartPopup #sizemod .modal-content .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: #ebebeb;
  border-radius: 50%;
  padding: 15px;
  z-index: 2;
}
section#pdp-prodtop #sizemod .modal-body,
section#pdp-mediamosaic #sizemod .modal-body,
div#miniCartPopup #sizemod .modal-body {
  padding: 2rem;
}
section#pdp-prodtop .sizetable,
section#pdp-mediamosaic .sizetable,
div#miniCartPopup .sizetable {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}
section#pdp-prodtop .sizetable img,
section#pdp-mediamosaic .sizetable img,
div#miniCartPopup .sizetable img {
  width: auto;
  max-height: 300px;
}
section#pdp-prodtop #DataAccordion .accordion-button,
section#pdp-mediamosaic #DataAccordion .accordion-button,
div#miniCartPopup #DataAccordion .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem 1.25rem;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 2px;
  color: #1e1e24;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
section#pdp-prodtop #DataAccordion .accordion-button:not(.collapsed),
section#pdp-mediamosaic #DataAccordion .accordion-button:not(.collapsed),
div#miniCartPopup #DataAccordion .accordion-button:not(.collapsed) {
  box-shadow: none;
}
section#pdp-prodtop #DataAccordion .accordion-button:not(.collapsed):after,
section#pdp-mediamosaic #DataAccordion .accordion-button:not(.collapsed):after,
div#miniCartPopup #DataAccordion .accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231e1e24'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
section#pdp-prodtop #DataAccordion .accordion-button:active,
section#pdp-prodtop #DataAccordion .accordion-button:focus,
section#pdp-mediamosaic #DataAccordion .accordion-button:active,
section#pdp-mediamosaic #DataAccordion .accordion-button:focus,
div#miniCartPopup #DataAccordion .accordion-button:active,
div#miniCartPopup #DataAccordion .accordion-button:focus {
  box-shadow: 0 0 0 0 transparent;
}
section#pdp-prodtop #DataAccordion .accordion-item:first-child,
section#pdp-mediamosaic #DataAccordion .accordion-item:first-child,
div#miniCartPopup #DataAccordion .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
section#pdp-prodtop #DataAccordion .accordion-item:last-child,
section#pdp-mediamosaic #DataAccordion .accordion-item:last-child,
div#miniCartPopup #DataAccordion .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
section#pdp-prodtop .featicon,
section#pdp-mediamosaic .featicon,
div#miniCartPopup .featicon {
  width: 100%;
  height: 33px;
  object-fit: contain;
  object-position: center center;
}
section#pdp-prodtop .featpoint,
section#pdp-mediamosaic .featpoint,
div#miniCartPopup .featpoint {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}
section#pdp-prodtop .pointinner,
section#pdp-mediamosaic .pointinner,
div#miniCartPopup .pointinner {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #dbdbdb;
}
section#pdp-prodtop .pointcont,
section#pdp-mediamosaic .pointcont,
div#miniCartPopup .pointcont {
  padding: 0.5rem 0.1rem;
  width: 100%;
}
section#pdp-prodtop .pointinner.active,
section#pdp-mediamosaic .pointinner.active,
div#miniCartPopup .pointinner.active {
  background-color: #cad400;
}
section#pdp-prodtop .brandlink,
section#pdp-mediamosaic .brandlink,
div#miniCartPopup .brandlink {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 1rem 1.25rem 0;
}
section#pdp-prodtop .brandlink img,
section#pdp-mediamosaic .brandlink img,
div#miniCartPopup .brandlink img {
  height: 90px;
}
section#pdp-prodtop .brandlink span,
section#pdp-mediamosaic .brandlink span,
div#miniCartPopup .brandlink span {
  color: #cad400;
  line-height: 24px;
}
section#pdp-prodtop div.find-store,
section#pdp-mediamosaic div.find-store,
div#miniCartPopup div.find-store {
  display: flex;
  padding: 2em;
}
section#pdp-prodtop .brandsmod .btn-close,
section#pdp-mediamosaic .brandsmod .btn-close,
div#miniCartPopup .brandsmod .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: #ebebeb;
  border-radius: 50%;
  padding: 15px;
  z-index: 2;
}
section#pdp-prodtop .brandsmod .modal-body,
section#pdp-mediamosaic .brandsmod .modal-body,
div#miniCartPopup .brandsmod .modal-body {
  padding: 2rem;
}
section#pdp-prodtop .mosaicitem,
section#pdp-mediamosaic .mosaicitem,
div#miniCartPopup .mosaicitem {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
section#pdp-prodtop .mosaicitem img,
section#pdp-mediamosaic .mosaicitem img,
div#miniCartPopup .mosaicitem img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}

/* only smartphone */
@media (max-width: 576px) {
  section.breadcrumbs {
    display: none;
  }

  section.prodtop > *:not(div.modal.gallerymodal) {
    padding: 0 1em;
  }

  section.prodtop {
    width: 100%;
  }

  section.mosaic.prodtop {
    width: 100%;
  }

  section.prodtop > * {
    padding: 0 1em;
  }

  section#pdp-prodtop div.mobile-back,
section#pdp-mediamosaic div.mobile-back,
div#miniCartPopup div.mobile-back {
    padding: 0 1em;
  }
  section#pdp-prodtop div#colRight,
section#pdp-mediamosaic div#colRight,
div#miniCartPopup div#colRight {
    width: 100%;
    align-self: flex-start;
  }
  section#pdp-prodtop div#colLeft,
section#pdp-mediamosaic div#colLeft,
div#miniCartPopup div#colLeft {
    width: 100%;
  }
  section#pdp-prodtop div#colLeft.mosaic,
section#pdp-mediamosaic div#colLeft.mosaic,
div#miniCartPopup div#colLeft.mosaic {
    display: none;
  }
  section#pdp-prodtop div#colRight.mosaic,
section#pdp-mediamosaic div#colRight.mosaic,
div#miniCartPopup div#colRight.mosaic {
    width: 100%;
    align-self: flex-start;
  }
  section#pdp-prodtop .find-store,
section#pdp-mediamosaic .find-store,
div#miniCartPopup .find-store {
    display: flex;
    margin-bottom: 2em;
  }
  section#pdp-prodtop .sizeopt,
section#pdp-mediamosaic .sizeopt,
div#miniCartPopup .sizeopt {
    /* justify-content: start !important; */
  }
}
@media (min-width: 576px) {
  #techModal .modal-dialog {
    max-width: unset;
  }
}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #techModal.modal .modal-dialog {
    margin: auto;
  }
  #techModal.modal .modal-dialog .modal-content {
    min-height: 410px;
    height: auto;
  }
  #techModal.modal .modal-dialog .modal-content .modal-body {
    overflow: hidden;
    padding: 20px 20px 40px;
  }
  #techModal.modal .modal-dialog .swiper-container {
    padding-top: 30px;
  }
  #techModal.modal .modal-dialog .swiper-container .carousel-controls {
    margin-top: 58px;
    justify-content: center;
  }
  #techModal.modal .modal-dialog .swiper-container .carousel-controls .swiper-button {
    transform: translateY(-10%);
    margin: 0 30px;
  }
  #techModal.modal .modal-dialog .swiper-container .carousel-description {
    margin-top: 24px;
  }
  #techModal.modal .modal-dialog .swiper-container .carousel-description-text {
    padding: 0 40px;
  }
  #techModal.modal .modal-dialog .swiper-slide img {
    max-width: 160px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #techModal .modal-dialog {
    max-width: 500px;
  }
}
/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .singleFeature .col-3 {
    width: 100px;
  }
  .singleFeature .col-9 {
    width: 60%;
  }

  section#pdp-prodtop .stickyRight,
section#pdp-mediamosaic .stickyRight,
div#miniCartPopup .stickyRight {
    position: sticky;
    bottom: 0;
    align-self: flex-end;
  }
  section#pdp-prodtop .stickyLeft,
section#pdp-mediamosaic .stickyLeft,
div#miniCartPopup .stickyLeft {
    position: sticky;
    top: 1rem;
  }
  section#pdp-prodtop .varianti,
section#pdp-mediamosaic .varianti,
div#miniCartPopup .varianti {
    width: 100%;
    flex-wrap: wrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  section#pdp-prodtop .brandlink,
section#pdp-mediamosaic .brandlink,
div#miniCartPopup .brandlink {
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
  }

  section#pdp-prodtop.prodtop.mosaic .promo_name_badge {
    left: 22px;
  }

  #techModal .modal-dialog {
    max-width: unset;
    width: 800px;
  }
}
@media (max-width: 576px) {
  section.breadcrumbs {
    display: none;
  }

  section.prodtop > *:not(div.modal.gallerymodal) {
    padding: 0 1em;
  }

  section.prodtop {
    width: 100%;
  }

  section.mosaic.prodtop {
    width: 100%;
  }

  section.prodtop > * {
    padding: 0 1em;
  }

  div.mobile-back {
    padding: 0 1em;
  }

  section#pdp-prodtop div#colRight,
section#pdp-mediamosaic div#colRight,
div#miniCartPopup div#colRight {
    width: 100%;
    align-self: flex-start;
  }
  section#pdp-prodtop div#colLeft,
section#pdp-mediamosaic div#colLeft,
div#miniCartPopup div#colLeft {
    width: 100%;
  }
  section#pdp-prodtop div#colLeft.mosaic,
section#pdp-mediamosaic div#colLeft.mosaic,
div#miniCartPopup div#colLeft.mosaic {
    display: none;
  }
  section#pdp-prodtop div#colRight.mosaic,
section#pdp-mediamosaic div#colRight.mosaic,
div#miniCartPopup div#colRight.mosaic {
    width: 100%;
    align-self: flex-start;
  }
  section#pdp-prodtop .find-store,
section#pdp-mediamosaic .find-store,
div#miniCartPopup .find-store {
    display: flex;
    margin-bottom: 2em;
  }
}
/* */
@media (min-width: 576px) and (max-width: 992px) {
  .singleFeature .col-3 {
    width: 100px;
  }
  .singleFeature .col-9 {
    width: 60%;
  }

  section.breadcrumbs {
    display: none;
  }

  section.breadcrumbs.mosaic {
    display: none;
  }

  section.prod-back {
    width: 100%;
    width: calc(70% + 4em);
    margin: 0 auto;
    padding-left: 2em;
  }

  section.prod-back > * {
    padding: 0;
  }

  section.prodtop {
    width: calc(70% + 4em);
    margin: 0 auto;
  }

  section.prodtop.mosaic {
    width: calc(70% + 4em);
    margin: 0 auto;
  }

  section#pdp-prodtop div#colLeft.mosaic,
section#pdp-mediamosaic div#colLeft.mosaic,
div#miniCartPopup div#colLeft.mosaic {
    display: none;
  }
  section#pdp-prodtop div#colRight,
section#pdp-mediamosaic div#colRight,
div#miniCartPopup div#colRight {
    width: 100%;
    align-self: flex-start;
  }
  section#pdp-prodtop div#colRight.mosaic,
section#pdp-mediamosaic div#colRight.mosaic,
div#miniCartPopup div#colRight.mosaic {
    width: 100%;
    align-self: flex-start;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  section.breadcrumbs {
    width: 100%;
    margin: 0;
    padding-left: 2em;
  }

  section.breadcrumbs.mosaic {
    width: 100%;
    margin: 0;
    padding-left: 2em;
  }

  section.prodtop {
    width: 100%;
  }

  section.prodtop.mosaic {
    width: 100%;
  }
}
div.carousel-indicators .media_container {
  width: 120px !important;
  height: 120px !important;
}

.carousel-caption {
  right: 0;
  bottom: 1.25rem;
  left: 5px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: black;
  text-align: center;
  position: relative;
}

.media_container {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}

.media_container2 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.media_container video,
.media_container img,
.media_container2 video,
.media_container2 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.media_container .playbutton,
.media_container2 .playbutton,
.vimeo-wrapper .playbutton {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: flex;
  border: 0;
  background-color: transparent;
}

.media_container .playbutton span,
.media_container2 .playbutton span,
.vimeo-wrapper .playbutton span {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  opacity: 0.6;
  text-shadow: #000 1px 0 10px;
}

.media_container .playbutton:hover span,
.media_container2 .playbutton:hover span,
.vimeo-wrapper .playbutton:hover span {
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  opacity: 1;
}

.media_container.playbutton-lightbox,
.media_container2.playbutton-lightbox,
.vimeo-wrapper.playbutton-lightbox {
  display: flex;
}

.media_container.playbutton-lightbox a,
.media_container2.playbutton-lightbox a,
.vimeo-wrapper.playbutton-lightbox a {
  bottom: unset;
  right: unset;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.media_container .playbutton .playbutton-lightbox:hover span.material-icons-outlined,
.media_container2 .playbutton .playbutton-lightbox:hover span.material-icons-outlined,
.vimeo-wrapper .playbutton .playbutton-lightbox:hover span.material-icons-outlined {
  font-size: 38px;
}

.vimeo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.vimeo-wrapper iframe {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.justify-content-variants {
  justify-content: center;
}

@media (max-width: 800px) {
  .justify-content-variants {
    justify-content: flex-start;
  }
}
.cart_popup_error_msg {
  color: red;
}

.thumbnail-play-button {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  opacity: 0.6;
  text-shadow: #000 1px 0 5px;
  bottom: unset;
  right: unset;
  position: absolute;
  left: 100%;
  top: 100%;
  transform: translate(-50%, -50%);
}

.fancybox-skin {
  background-color: transparent !important;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
}

section#pdp-prodtop .img-size-container > div > img,
section#pdp-features .img-size-container > div > img,
section#pdp-mediamosaic .img-size-container > div > img,
section#pdp-techtabs .img-size-container > div > img,
div#miniCartPopup .img-size-container > div > img {
  max-width: 310px;
}
section#pdp-prodtop .titlesize,
section#pdp-features .titlesize,
section#pdp-mediamosaic .titlesize,
section#pdp-techtabs .titlesize,
div#miniCartPopup .titlesize {
  margin: 50px 85px 5px 0;
}
section#pdp-prodtop .descriptionsize,
section#pdp-features .descriptionsize,
section#pdp-mediamosaic .descriptionsize,
section#pdp-techtabs .descriptionsize,
div#miniCartPopup .descriptionsize {
  margin: 5px 41px 0 2px;
  font-size: 1em;
}
section#pdp-prodtop .sizetable,
section#pdp-features .sizetable,
section#pdp-mediamosaic .sizetable,
section#pdp-techtabs .sizetable,
div#miniCartPopup .sizetable {
  margin: 0 30px;
}
section#pdp-prodtop .sizeguidetitle,
section#pdp-features .sizeguidetitle,
section#pdp-mediamosaic .sizeguidetitle,
section#pdp-techtabs .sizeguidetitle,
div#miniCartPopup .sizeguidetitle {
  padding-left: 30px;
}
section#pdp-prodtop .titlesize,
section#pdp-features .titlesize,
section#pdp-mediamosaic .titlesize,
section#pdp-techtabs .titlesize,
div#miniCartPopup .titlesize {
  margin: 50px 85px 5px 0;
}
section#pdp-prodtop #sizemod .modal-content .btn-close,
section#pdp-features #sizemod .modal-content .btn-close,
section#pdp-mediamosaic #sizemod .modal-content .btn-close,
section#pdp-techtabs #sizemod .modal-content .btn-close,
div#miniCartPopup #sizemod .modal-content .btn-close {
  z-index: 2;
}

.vimeo-wrapper-size-container {
  position: relative;
  height: initial;
}
.vimeo-wrapper-size-container iframe {
  position: relative;
  max-width: 310px;
  top: initial;
  left: initial;
  transform: initial;
  width: 100%;
}

@media (max-width: 576px) {
  .singleFeature .col-3 {
    width: 100px;
  }
  .singleFeature .col-9 {
    width: 60%;
  }

  section#pdp-prodtop .img-size-container,
section#pdp-features .img-size-container,
section#pdp-mediamosaic .img-size-container,
section#pdp-techtabs .img-size-container,
div#miniCartPopup .img-size-container {
    flex-direction: column;
  }
  section#pdp-prodtop .img-size-container .titlesize,
section#pdp-features .img-size-container .titlesize,
section#pdp-mediamosaic .img-size-container .titlesize,
section#pdp-techtabs .img-size-container .titlesize,
div#miniCartPopup .img-size-container .titlesize {
    font-size: 1.8em;
  }
  section#pdp-prodtop .img-size-container .descriptionsize,
section#pdp-features .img-size-container .descriptionsize,
section#pdp-mediamosaic .img-size-container .descriptionsize,
section#pdp-techtabs .img-size-container .descriptionsize,
div#miniCartPopup .img-size-container .descriptionsize {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    font-size: 1em;
  }
  section#pdp-prodtop .img-size-container .sizetable,
section#pdp-features .img-size-container .sizetable,
section#pdp-mediamosaic .img-size-container .sizetable,
section#pdp-techtabs .img-size-container .sizetable,
div#miniCartPopup .img-size-container .sizetable {
    margin: 0 30px;
  }
  section#pdp-prodtop .offcanvas-body,
section#pdp-features .offcanvas-body,
section#pdp-mediamosaic .offcanvas-body,
section#pdp-techtabs .offcanvas-body,
div#miniCartPopup .offcanvas-body {
    padding: 0;
  }
  section#pdp-prodtop #miniCartPopupLayer .minicart-list .minicart-item .col-info,
section#pdp-features #miniCartPopupLayer .minicart-list .minicart-item .col-info,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list .minicart-item .col-info,
section#pdp-techtabs #miniCartPopupLayer .minicart-list .minicart-item .col-info,
div#miniCartPopup #miniCartPopupLayer .minicart-list .minicart-item .col-info {
    padding-right: 2.5rem !important;
  }
  section#pdp-prodtop #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .form-control,
section#pdp-features #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .form-control,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .form-control,
section#pdp-techtabs #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .form-control,
div#miniCartPopup #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .form-control {
    width: 25px;
    height: 25px;
  }
  section#pdp-prodtop #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .btn-increment,
section#pdp-prodtop #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .btn-decrement,
section#pdp-features #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .btn-increment,
section#pdp-features #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .btn-decrement,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .btn-increment,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .btn-decrement,
section#pdp-techtabs #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .btn-increment,
section#pdp-techtabs #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .btn-decrement,
div#miniCartPopup #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .btn-increment,
div#miniCartPopup #miniCartPopupLayer .minicart-list .minicart-item .quantity-input-group .btn-decrement {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 769px) {
  div.tp-reviewlist-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  div.tp-reviewlist-wrapper {
    margin: 0 10px;
  }
}
/* MAPS */
.main.store-locator {
  padding-top: 91px;
  padding-bottom: 5em;
}

section.full-store-locator {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  overflow: hidden;
}

/* MAPS */
.store-locator .modal-content .btn-close {
  position: absolute;
  right: 0;
  top: -60px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 15px;
}

div#map {
  height: 80vh;
  width: auto;
  transition: all 0.5s;
}

div#map.sideOpen {
  margin-right: calc(30vw + 4em);
}

/* Styling for Autocomplete search bar */
/*#pac-card {
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  font-family: Roboto;
  margin: 10px 10px 0 0;
  -moz-box-sizing: border-box;
  outline: none;
}*/
#pac-container {
  height: 43px;
  padding-bottom: 2px;
  padding-right: 15px;
  margin-right: 6px;
  display: flex;
  border: 1px solid #E5E5E5;
  border-radius: 7px;
  align-items: center;
}

#pac-input {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-item-query {
  font-family: "DinPro";
}

.pac-item {
  font-family: "DinPro";
}

#title:not(.form-select) {
  color: #fff;
  background-color: #acbcc9;
  font-size: 18px;
  font-weight: 400;
  padding: 6px 12px;
}

.hidden {
  display: none;
}

/* Styling for an info pane that slides out from the left. * Hidden by default. */
#panel {
  height: 100%;
  background-color: white;
  position: fixed;
  z-index: 1;
  overflow-x: hidden;
  transition: all 0.2s ease-out;
}

.open {
  width: 250px;
}

.place {
  font-size: 1.2em;
  font-weight: 500;
  margin-block-end: 0px;
}

.distanceText {
  color: #585858;
  font-size: 15px;
  font-weight: 300;
  margin-block-start: 0.25em;
}

.phoneDistanceText {
  padding-top: 9px;
  padding-bottom: 9px;
}

.placeDistanceText {
  padding-top: 9px;
  display: flex;
  align-content: center;
}

.placeDistanceDetailsText {
  display: flex;
  align-items: center;
}

.placeIcon {
  padding-right: 12px;
}

/* SIDEBAR */
.sidenavInsideContainer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: -4em;
  padding: 0;
  overflow: hidden;
  /* position: absolute; */
  /* transform: translateX(-50em); */
}

.store-sidenav {
  display: flex;
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  background: white;
  padding: 0;
  transition: 0.5s;
  overflow: visible;
  margin: 0em;
  align-items: center;
  justify-content: center;
  align-content: stretch;
  flex-direction: row-reverse;
}

#storeLocatorSidenav.store-sidenav.active {
  height: 100%;
  width: calc(30vw + 4em);
  z-index: 1;
  background: white;
  transition: 0.5s;
  top: 0;
}

div#sidenavContainer {
  margin: 0em;
  padding: 0;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  display: flex;
}

div.sidenavContent {
  width: 100%;
  height: 100%;
  margin-left: 0em;
  padding: 0 2em;
  transform: translateX(0);
  transition: all 0.3s;
}
div.sidenavContent.hidden {
  transform: translateX(-50em);
  transition: all 0.3s;
}
div.sidenavContent .heading h3, div.sidenavContent .heading .h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 900;
  color: #1e1e24;
  text-transform: uppercase;
}
div.sidenavContent .heading .accordion-button {
  background-color: #FFFFFF;
  box-shadow: none;
  padding: 12px;
}
div.sidenavContent .heading .accordion-button.collapsed {
  background-color: #F4F4F4;
}

div#heading div.search-suggestion {
  padding-bottom: 20px;
}
div#heading div.search-suggestion span {
  letter-spacing: 1.71px;
  font-size: 14px;
}

div#store-list h4, div#store-list .h4 {
  color: #585858;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

ul.store-list {
  height: 75vh;
  overflow-y: auto;
  padding-left: 0px;
  list-style-type: none;
  margin: 0;
  padding-right: 0.5rem;
}
ul.store-list > li.store-item {
  border: 1px solid #E5E5E5;
  margin-bottom: 20px;
  padding: 0.7em;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
ul.store-list > li.store-item .store-info > a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 21px;
  text-decoration: none;
  display: block;
  line-height: 30px;
}
ul.store-list > li.store-item .store-info > h2, ul.store-list > li.store-item .store-info > .h2 {
  font-size: 14px;
  font-weight: 500;
  font-family: unset;
  letter-spacing: 1.4px;
  color: #1e1e24;
}
ul.store-list > li.store-item .store-info > div {
  color: #585858;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.71px;
  line-height: 17px;
}
ul.store-list > li.store-item .store-info > a {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 21px;
  text-decoration: none;
  display: block;
  line-height: 30px;
}
ul.store-list > li.store-item .store-info > h2, ul.store-list > li.store-item .store-info > .h2 {
  font-size: 14px;
  font-weight: 500;
  font-family: unset;
  letter-spacing: 1.4px;
  color: #1e1e24;
}
ul.store-list > li.store-item .store-info > div {
  color: #585858;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.71px;
  line-height: 17px;
}

div#pac-card {
  display: block;
  flex: 1 1 auto;
  padding-top: 8px;
}

div#location-button {
  padding-top: 9px;
}

.button-list {
  width: 30%;
  display: flex;
  justify-content: right;
  margin-left: auto;
  align-items: flex-end;
}
.button-list a {
  max-width: 100%;
  padding: 13px;
  font-weight: bold;
  background: #cad400;
  text-align: center;
  padding-top: 11px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
}
.button-list a div#search-location-section {
  display: flex;
}

.button-list-details {
  width: 40%;
  display: flex;
  justify-content: right;
  margin-left: auto;
  align-items: flex-end;
}
.button-list-details a {
  max-width: 100%;
  padding: 13px;
  font-weight: bold;
  background: #cad400;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
}
.button-list-details a div#search-location-section {
  display: flex;
}

.store-row {
  padding: 20px;
}

.link-list {
  color: black;
  text-decoration: none;
  font-size: 14px;
}

div#search-location-section {
  display: flex;
}

.searchButton {
  display: flex;
  cursor: pointer;
}

label.searchMap {
  width: 100%;
  height: auto;
  background: white;
  display: flex;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
  align-content: center;
  align-items: center;
  padding: 1em;
}

label input#pac-input {
  width: 100%;
  height: auto;
  padding: 0;
  border-radius: unset;
  border: none;
}

input#pac-input:focus {
  outline: none;
}

input#pac-input::placeholder {
  color: #585858;
  font-size: 14px;
  font-weight: 300;
}

label.searchMap > a {
  color: unset;
  text-decoration: none;
  width: 24px;
  height: 24px;
}

div.open {
  height: 100%;
  background: rgba(202, 212, 0, 0.8);
  width: 4em;
  position: relative;
  left: -4em;
  display: flex;
  cursor: pointer;
}

div.open > i {
  color: white;
  display: flex;
  width: 100%;
  height: auto;
  z-index: 55;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 4em;
}

div.sidenavContentDetail {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  transform: translateX(50em);
  transition: all 0.3s;
}

div.sidenavContentDetail.active {
  display: flex;
  transform: translateX(2em);
  transition: all 0.3s;
}

span.back {
  padding-bottom: 22px;
  letter-spacing: 2.14px;
  display: flex;
  font-size: 13px;
  margin: 0;
  align-items: center;
  margin-left: -0.5em;
  cursor: pointer;
}

span.back > i {
  color: inherit;
}

.sidenavContentDetail h4, .sidenavContentDetail .h4 {
  padding: 0;
  margin: 0;
  color: #585858;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.57px;
}

ul.result-item {
  list-style-type: none;
  margin: 1em 0;
  padding: 0;
}

ul.result-item > li {
  width: 100%;
  margin: 0;
  margin-top: 1em;
  display: flex;
  align-items: center;
  /* font-size: 18px; */
}

li.item-get-directions {
  color: #1E1E24;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 3.43px;
  text-transform: uppercase;
  /* margin-top: 7em; */
  padding-top: 2em;
  padding-left: 1em;
}

ul.result-item > li > i {
  width: 18px;
  margin-right: 0.4em;
  font-size: 18px;
}

ul.result-item > li.address-listing-point {
  align-items: unset;
}
ul.result-item > li.address-listing-point i {
  margin-top: 5px;
}

span.address {
  font-size: 1em;
  text-transform: capitalize;
}

span.get-directions {
  color: #585858;
}

span.get-directions > a {
  color: unset;
  text-decoration: none;
}

#storeLocatorSidenav label.myLocation {
  width: 52px;
  height: 40px;
  flex-grow: 0;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #cad400;
}
#storeLocatorSidenav label.myLocation span.material-icons {
  width: 24px;
  height: 24px;
  margin-top: 7px;
  color: #cad400;
  flex-grow: 0;
  object-fit: contain;
}
#storeLocatorSidenav label.myLocation.disabled {
  cursor: default;
}
#storeLocatorSidenav label.myLocation.disabled span.material-icons {
  color: #585858;
}
#storeLocatorSidenav label.myLocation.disabled a {
  pointer-events: none;
  cursor: default;
}

section.full-store-locator i.material-icons-outlined {
  font-size: 18px;
}

section.full-store-locator .search-icon {
  font-size: 22px;
  padding-top: 3px;
}

#shops-found {
  margin: 0px;
  text-align: right;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0rem;
  color: #585858;
  padding-top: 20px;
  padding-bottom: 20px;
}

.result-item {
  border: 1px solid #E5E5E5;
  width: 86%;
  padding: 22px;
}

#accordionFindMarket {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}

.webRetailerList {
  padding: 12px;
  max-height: 236px;
  overflow-y: auto;
}
.webRetailerList .retailerItem {
  margin-bottom: 19px;
}
.webRetailerList .retailerItem .retailerName {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #1e1e24;
}
.webRetailerList .retailerItem .retailerSite {
  font-size: 14px;
  font-weight: 500;
  color: #cad400;
}

.placeNameText {
  padding-top: 0px;
  margin-top: 0px;
  padding-left: 0px;
}

#storeListingOnlineMarket {
  margin-bottom: 9px;
}

/* MOBILE */
@media screen and (max-width: 1023px) {
  .button-list, .button-list-details {
    width: 100%;
    margin-top: 13px;
    justify-content: center;
  }
  .button-list a, .button-list-details a {
    width: 100%;
  }

  ul.store-list {
    padding-right: 0rem;
  }
}
/* ONLY DESKTOP SMALL */
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .main.store-locator {
    padding-top: 60px;
  }

  #storeLocatorSidenav.store-sidenav.store-sidenav {
    top: 0;
    bottom: 60px;
  }

  #storeLocatorSidenav.store-sidenav.active {
    top: 0;
  }
}
@media screen and (max-width: 992px) {
  .main.store-locator {
    padding-top: 60px;
    padding-bottom: 0;
  }

  section.full-store-locator {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    overflow: unset;
  }

  div#map {
    height: calc(100vh - 9em);
  }

  div#map.sideOpen {
    margin-right: unset;
    height: calc(100vh - 25em);
    /* margin-bottom: calc(40vh + 4em); */
  }

  /* SIDEBAR */
  .sidenavInsideContainer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 0em;
    margin-top: -3em;
    padding: 0;
    padding-bottom: 0em;
    overflow: hidden;
  }

  .store-sidenav {
    display: flex;
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: unset;
    bottom: calc(60px + -4em);
    right: 0;
    background: white;
    padding: 0;
    transition: 0.5s;
    overflow: visible;
    margin: 0em;
    align-items: center;
    justify-content: center;
    align-content: stretch;
    position: relative;
  }

  #storeLocatorSidenav.store-sidenav.active {
    height: calc(100vh + 4em);
    width: 100%;
    z-index: 1;
    background: white;
    transition: 0.5s;
    position: relative;
    top: 4em;
  }

  div#sidenavContainer {
    margin: 0;
    padding: 0;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    display: flex;
    /*position: absolute;*/
    flex-direction: column;
  }

  div.sidenavContent {
    width: 100%;
    height: 100%;
    margin-left: 0em;
    padding: 0 2em;
    transform: translateX(0);
    transition: all 0.3s;
  }

  div.sidenavContent.hidden {
    transform: translateX(-100vw);
    transition: all 0.3s;
  }

  div.open {
    height: 4em;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    position: relative;
    left: 0em;
    display: flex;
    cursor: pointer;
    bottom: 4em;
  }

  div.open > i {
    color: white;
    display: flex;
    width: 100%;
    height: auto;
    z-index: 55;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 4em;
  }

  div.sidenavContentDetail {
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    margin-left: 0;
    padding: 2em;
    transform: translateX(calc(100vw + 4em));
    transition: all 0.3s;
  }

  div.sidenavContentDetail.active {
    display: flex;
    transform: translateX(2em);
    transition: all 0.3s;
  }

  #store-locator-modal .open {
    height: 0;
  }
  #store-locator-modal #map {
    height: calc(100vh - 30em);
  }
  #store-locator-modal .modal-content {
    margin: 0 !important;
    width: 100% !important;
  }
}
.accordion {
  overflow-y: auto;
}

.store-list .store-item .button-list .link-list {
  font-weight: 300;
}

#storeLocatorSidenav label.myLocation:hover {
  background-color: #cad400;
}
#storeLocatorSidenav label.myLocation:hover .material-icons {
  color: #fff;
  cursor: pointer;
}

#store-locator-modal .open {
  background: transparent;
}

section.product_compare div.clear-products-container {
  position: relative;
  width: 100%;
  top: 0;
  right: 0;
  margin: 2em -1em;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
section.product_compare a.clear-products:hover, section.product_compare a.clear-products:active {
  color: unset;
}
section.product_compare a.clear-products {
  font-size: 1em;
  font-weight: 500;
  text-decoration: underline;
}
section.product_compare .swiper-wrapper {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
section.product_compare .swiper-container {
  width: 100%;
  height: auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
}
section.product_compare .swiper-container-horizontal > .swiper-pagination-bullets, section.product_compare .swiper-pagination-custom, section.product_compare .swiper-pagination-fraction {
  width: 100%;
}
section.product_compare div.navigation-pagination {
  position: absolute;
  width: 100vw;
  display: flex;
  align-content: center;
  align-items: center;
  z-index: 2;
  padding: 0 2em;
  pointer-events: none;
}
section.product_compare div.nav-pag {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  pointer-events: none;
}
section.product_compare div.nav-pag > div.swiper-button-prev.material-icons, section.product_compare div.nav-pag > div.swiper-button-next.material-icons {
  pointer-events: auto;
}
section.product_compare .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
section.product_compare .swiper-slide > div {
  width: 100%;
}
section.product_compare .swiper-slide .product-container {
  margin-bottom: 5em;
}
section.product_compare .swiper-slide .product-container .product-details {
  position: relative;
}
section.product_compare .swiper-slide .product-container .product-details h3, section.product_compare .swiper-slide .product-container .product-details .h3 {
  color: #1E1E24;
  text-align: left !important;
  width: 100%;
  font-size: 1.2em;
  font-weight: 500;
  padding: 0 1em;
}
section.product_compare .swiper-slide .product-container .product-img a {
  width: 100%;
}
section.product_compare .swiper-slide-invisible-blank {
  visibility: hidden;
}
section.product_compare .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.product_compare a.product-title-link {
  display: flex;
  position: relative;
  width: 100%;
  padding: 0 1em;
}
section.product_compare a.product-title-link > h4.product-title, section.product_compare a.product-title-link > .product-title.h4 {
  display: flex;
  position: relative;
  color: #1E1E24;
  font-size: 2em;
  text-transform: unset;
  font-weight: bold;
  padding: 0;
  margin-top: 1em;
}
section.product_compare .swiper-slide:hover span.product-close, section.product_compare .nav-pag:hover span.product-close {
  opacity: 1;
}
section.product_compare p.product-description {
  color: #1E1E24;
  font-weight: 300;
  font-size: 1em;
  padding: 0 1em;
}
section.product_compare h5.product-colors, section.product_compare .product-colors.h5 {
  color: #636564;
  text-align: left;
  width: 100%;
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 1.5em;
  padding: 0 1em;
  padding-bottom: 1.5em;
}
section.product_compare button.product-cart-btn {
  background-color: #BBC600;
  padding: 0.6em 1.2em;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  border: unset;
  border-radius: 0.25em;
  letter-spacing: 2px;
  font-family: "DIN Pro";
  margin-left: calc(1em - 1px);
  bottom: 10px;
}
section.product_compare button.product-cart-btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}
section.product_compare span.product-close {
  color: #1E1E24;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  font-size: 1em;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}
section.product_compare span.product-specs-title {
  margin: 0;
  padding: 0;
  margin-top: 1em;
  font-size: 2em;
  min-height: 3em;
  max-height: max-content;
  text-transform: uppercase;
  font-weight: 600;
  width: max-content;
  white-space: nowrap;
  display: block;
}
section.product_compare .product-specs-list {
  margin-top: 0.5em;
  color: black;
  background: transparent;
  display: flex;
  position: relative;
  height: max-content;
  width: calc(100% + 32px);
  border-top: 1px solid black;
  top: -2.8em;
}
section.product_compare ul.product-specs-list-item {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 1em;
  padding-top: 1em;
}
section.product_compare li.product-specs-list-voice {
  color: #1E1E24;
  font-family: "DIN Pro";
  font-size: 1em;
  font-weight: 300;
  line-height: 2em;
}
section.product_compare span.swiper-pagination-customs {
  font-size: 1em;
}
section.product_compare .swiper-pagination {
  text-align: right;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  color: #282828;
  padding: 0 12px;
  font-size: 1.5em;
}
section.product_compare .swiper-button-prev.material-icons > *, section.product_compare .swiper-button-next.material-icons > * {
  color: black;
}
section.product_compare .swiper-button-prev.material-icons::after {
  content: "navigate_before";
  font-size: 2em;
  color: #282828;
  background: #ccc;
  border-radius: 1em;
  padding: 0.15em;
  box-shadow: 0 0.025em 0.08em #777;
}
section.product_compare .swiper-button-next.material-icons::after {
  content: "navigate_next";
  font-size: 2em;
  color: #282828;
  background: rgba(200, 200, 200, 0.8);
  border-radius: 1em;
  padding: 0.15em;
  box-shadow: 0 0.025em 0.08em #777;
}
section.product_compare .swiper-button-next.material-icons.swiper-button-disabled::after, section.product_compare .swiper-button-prev.material-icons.swiper-button-disabled::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  section.product_compare .swiper-container {
    /*padding: 0 32px !important;*/
    padding: 0;
  }
  section.product_compare .swiper-button-prev.material-icons::after, section.product_compare .swiper-button-next.material-icons::after {
    font-size: 1.4em;
  }
  section.product_compare .swiper-slide {
    width: 100%;
    --width: 100%;
    height: 100%;
    /*max-height: calc(var(--width) * 1.2 );*/
  }
  section.product_compare .swiper-slide img {
    max-height: calc(var(--width) * 1.2);
  }
  section.product_compare span.product-close {
    opacity: 1;
  }
}

section.tracking_wrapper div.or-sep {
  display: flex;
  margin: 0 auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5em;
  align-content: center;
}
section.tracking_wrapper span.line {
  width: 100%;
  height: 1px;
  background: #d8d8d8;
}
section.tracking_wrapper span.or-sep-inner {
  position: relative;
  top: -2px;
}
section.tracking_wrapper .social-login-container {
  font-weight: 400;
  font-size: 0.6em;
}
section.tracking_wrapper .social-login-container > * {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}
section.tracking_wrapper .social-login-container > * > * {
  width: calc(50% - .5em);
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
}
section.tracking_wrapper .social-login-inner {
  font-weight: 400;
  letter-spacing: 0.025em;
}
section.tracking_wrapper .social-login-inner > img.social-login-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section.tracking_wrapper button.social-login.facebook > * {
  display: flex;
  background: #3B5998;
  color: white;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  gap: 0.5em;
}
section.tracking_wrapper button.social-login.twitter > * {
  display: flex;
  background: #00AEEF;
  color: white;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  gap: 0.5em;
}
section.tracking_wrapper button.social-login.amazon > * {
  display: flex;
  background: #F1CA54;
  color: black;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  gap: 0.5em;
}
section.tracking_wrapper button.social-login.google > * {
  display: flex;
  background: white;
  color: black;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  gap: 0.5em;
}
section.tracking_wrapper .guest-form-vert-align {
  padding: 0 68px;
  gap: 18px;
  display: flex;
  flex-direction: column;
}
section.tracking_wrapper .guest-form-vert-align h2, section.tracking_wrapper .guest-form-vert-align .h2 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 0;
}
section.tracking_wrapper .guest-form-vert-align button[type=submit] {
  margin-top: 18px;
}
@media screen and (max-width: 499px) {
  section.tracking_wrapper .guest-form-vert-align {
    padding: 0 20px;
  }
}

section.support_wrapper .support-block {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6F6F6;
  margin: calc(var(--bs-gutter-x) * .5) 0;
}
section.support_wrapper .support-block > a {
  text-decoration: none;
  width: 100%;
}
section.support_wrapper .support-block > a:active, section.support_wrapper .support-block > a:focus, section.support_wrapper .support-block > a:hover {
  color: #1E1E24;
}
section.support_wrapper .support-entry {
  margin-bottom: 4rem;
}
section.support_wrapper h3.support-item, section.support_wrapper .support-item.h3 {
  padding: 2em 0;
  margin: 0;
  font-size: 1.2em;
  font-family: "DIN Pro";
  font-weight: 900;
  color: #1E1E24;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
}
section.support_wrapper div#v-pills-tabContent {
  margin-top: 0;
}
section.support_wrapper span.support-tabs-item a {
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.6px;
  text-align: left;
  color: #1E1E24;
  background: transparent !important;
  margin-bottom: 1rem;
  padding: 0;
  text-transform: uppercase;
  width: max-content;
}
section.support_wrapper span.support-tabs-item a:hover {
  color: #1E1E24 !important;
}
section.support_wrapper span.support-tabs-item.active a {
  color: #1E1E24 !important;
  font-weight: 900;
}
section.support_wrapper h3.support-tabs-title, section.support_wrapper .support-tabs-title.h3 {
  color: #1E1E24;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.9px;
  text-align: left;
  margin-bottom: 1.25rem;
}
section.support_wrapper p.support-tabs-item-p {
  color: #1E1E24;
  font-weight: 300;
  letter-spacing: 0.3px;
  margin-top: 0em;
}
section.support_wrapper a.internal-anchor {
  display: block;
  position: relative;
  top: -105px;
  visibility: hidden;
}
section.support_wrapper h4.support-tabs-toc, section.support_wrapper .support-tabs-toc.h4 {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: left;
  color: #1e1e24;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
section.support_wrapper .support-select {
  text-transform: uppercase;
  font-weight: 500;
}

section.not-found-page_wrapper .banner_404 {
  padding-right: var(--bs-gutter-x, -0.75rem);
  padding-left: var(--bs-gutter-x, -0.75rem);
  width: 100%;
  min-height: 70vh;
  display: flex;
  position: relative;
}
section.not-found-page_wrapper .banner_404::before {
  content: "";
  background-image: url("https://karpos.kleecks-cdn.com/_ui/responsive/theme-karpos/images/karpos_4xx.jpg");
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: flex;
  z-index: -1;
  position: absolute;
  background-size: cover;
}
section.not-found-page_wrapper ._404 .form-control, section.not-found-page_wrapper ._404 .form-select, section.not-found-page_wrapper .form-check, section.not-found-page_wrapper .form-check-input {
  font-weight: 100;
  color: #585858;
  font-size: 1rem;
  line-height: 2;
}
section.not-found-page_wrapper ._404_container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 2em 0;
}
section.not-found-page_wrapper ._404-headings, section.not-found-page_wrapper ._404-cta {
  margin: 0 2em;
}
section.not-found-page_wrapper ._404 h1, section.not-found-page_wrapper ._404 .h1 {
  font-size: 2.75em;
  font-weight: 900;
  color: white;
}
section.not-found-page_wrapper ._404 h3, section.not-found-page_wrapper ._404 .h3 {
  text-align: left;
  font-family: "DIN Pro";
  color: white;
  font-weight: 300;
  font-size: 1.75em;
  line-height: 1.2em;
}
section.not-found-page_wrapper ._404 label.form-label {
  font-weight: 700;
  color: #1e1e24;
}
section.not-found-page_wrapper ._404 .login-label {
  font-weight: 300;
  color: #1e1e24;
  font-size: 0.7em;
}
section.not-found-page_wrapper ._404 {
  font-weight: 500;
  color: #1e1e24;
  font-size: 1.25em;
  background-image: linear-gradient(1deg, #000 1%, rgba(0, 0, 0, 0) 109%);
}

section.infinite-product-carousel {
  position: relative;
  padding-right: 0;
  max-width: 1920px;
  margin: auto;
}
section.infinite-product-carousel .swiper-container {
  height: auto;
  overflow: hidden;
}
section.infinite-product-carousel .swiper-slide {
  width: calc(100% - 32px);
  margin-right: 32px;
  align-items: flex-start;
  letter-spacing: 0.8px;
}
section.infinite-product-carousel .swiper-slide a {
  width: 100%;
}
section.infinite-product-carousel .product-slide .name {
  margin: 30px 0 19.5px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #212121;
  position: relative;
}
section.infinite-product-carousel .product-slide .name p::before {
  position: absolute;
  bottom: -1.4rem;
  width: 56px;
  height: 1px;
  background-color: #cad400;
  content: "";
}
section.infinite-product-carousel .product-slide .variants {
  margin-top: 1em;
  text-transform: uppercase;
}
section.infinite-product-carousel .prodprice .sconto {
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #cad400;
  letter-spacing: 1.6px;
  padding-right: 1em;
}
section.infinite-product-carousel h3.title, section.infinite-product-carousel .title.h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 1px;
  color: #cad400;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) {
  section.infinite-product-carousel .swiper-wrapper .swiper-container {
    margin-right: 0;
  }
  section.infinite-product-carousel .swiper-wrapper .swiper-slide {
    width: calc(100% / 2 - 32px);
  }
  section.infinite-product-carousel h3.title, section.infinite-product-carousel .title.h3 {
    font-size: 18px;
  }
  section.infinite-product-carousel .swiper-button-prev-product.material-icons::after {
    font-size: 1em;
  }
  section.infinite-product-carousel .swiper-button-next-product.material-icons::after {
    font-size: 1em;
  }
}
@media screen and (min-width: 767px) {
  section.infinite-product-carousel .swiper-slide {
    width: calc(100% / 3 - 32px);
  }
  section.infinite-product-carousel h3.title, section.infinite-product-carousel .title.h3 {
    font-size: 32px;
  }
  section.infinite-product-carousel .swiper-button-prev-product.material-icons::after {
    font-size: 2em;
  }
  section.infinite-product-carousel .swiper-button-next-product.material-icons::after {
    font-size: 2em;
  }
}
section.infinite-product-carousel .swiper-pagination-product {
  text-align: right;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  color: #212121;
  padding: 0 12px;
  font-size: 1.5em;
}
section.infinite-product-carousel .swiper-button-next-product, section.infinite-product-carousel .swiper-button-prev-product {
  position: absolute;
  top: 30%;
  width: calc(73px / 73 * 27);
  margin-top: calc(0px - (73px / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.infinite-product-carousel .swiper-button-next-product {
  right: 10px;
  left: auto;
}
section.infinite-product-carousel .swiper-button-prev-product {
  left: 10px;
  right: auto;
}
section.infinite-product-carousel .swiper-button-prev-product.material-icons::after {
  content: "navigate_before";
  color: #1e1e24;
  background: #dbdbdb;
  border-radius: 1em;
  position: absolute;
  text-align: center;
  margin: 150px 0 0 15px;
}
section.infinite-product-carousel .swiper-button-next-product.material-icons::after {
  content: "navigate_next";
  color: #1e1e24;
  background: #dbdbdb;
  border-radius: 1em;
  position: absolute;
  text-align: center;
  margin: 150px 15px 0 0;
}
section.infinite-product-carousel > .swiper-container > .swiper-wrapper > .swiper-slide {
  width: calc(100% - 32px);
}

section.infinite-category-carousel {
  padding-right: 0;
  max-width: 1920px;
  margin: auto;
}
section.infinite-category-carousel .swiper-container {
  height: auto;
  overflow: hidden;
}
section.infinite-category-carousel .category-slide {
  position: relative;
  width: calc(100% - 32px);
  margin-right: 32px;
  align-items: flex-start;
}
section.infinite-category-carousel .category-slide img {
  width: 100%;
}
section.infinite-category-carousel .category-slide .name {
  margin-top: 0.8em;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #212121;
}
section.infinite-category-carousel .category-slide .name .category-font-size-big {
  font-size: 2rem;
}
section.infinite-category-carousel .category-slide .name .category-font-size-medium {
  font-size: 1.5rem;
}
section.infinite-category-carousel .category-slide .name .category-font-size-small {
  font-size: 1rem;
}
section.infinite-category-carousel h3.title, section.infinite-category-carousel .title.h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 1px;
  color: #cad400;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) {
  section.infinite-category-carousel .swiper-wrapper .swiper-container {
    margin-right: 0;
  }
  section.infinite-category-carousel .swiper-wrapper .swiper-slide {
    width: calc(100% / 2 - 32px);
  }
  section.infinite-category-carousel h3.title, section.infinite-category-carousel .title.h3 {
    font-size: 18px;
  }
  section.infinite-category-carousel .name {
    font-size: 16px;
  }
  section.infinite-category-carousel .swiper-button-prev-category.material-icons::after {
    font-size: 1em;
  }
  section.infinite-category-carousel .swiper-button-next-category.material-icons::after {
    font-size: 1em;
  }
}
@media screen and (min-width: 767px) {
  section.infinite-category-carousel .swiper-slide {
    width: calc(100% / 3 - 32px);
  }
  section.infinite-category-carousel h3.title, section.infinite-category-carousel .title.h3 {
    font-size: 32px;
  }
  section.infinite-category-carousel .name {
    font-size: 14px;
  }
  section.infinite-category-carousel .name .big {
    font-size: 18px;
  }
  section.infinite-category-carousel .swiper-button-prev-category.material-icons::after {
    font-size: 2em;
  }
  section.infinite-category-carousel .swiper-button-next-category.material-icons::after {
    font-size: 2em;
  }
}
section.infinite-category-carousel .swiper-pagination-category {
  text-align: right;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  color: #212121;
  padding: 0 12px;
  font-size: 1.5em;
}
section.infinite-category-carousel .swiper-button-next-category, section.infinite-category-carousel .swiper-button-prev-category {
  position: absolute;
  top: 30%;
  width: calc(73px/ 73 * 27);
  margin-top: calc(0px - (73px/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.infinite-category-carousel .swiper-button-next-category {
  right: 10px;
  left: auto;
}
section.infinite-category-carousel .swiper-button-prev-category {
  left: 10px;
  right: auto;
}
section.infinite-category-carousel .swiper-button-prev-category.material-icons::after {
  content: "navigate_before";
  color: #1e1e24;
  background: #dbdbdb;
  border-radius: 1em;
  position: absolute;
  text-align: center;
  margin: 150px 0 0 15px;
}
section.infinite-category-carousel .swiper-button-next-category.material-icons::after {
  content: "navigate_next";
  color: #1e1e24;
  background: #dbdbdb;
  border-radius: 1em;
  position: absolute;
  text-align: center;
  margin: 150px 15px 0 0;
}
section.infinite-category-carousel > .swiper-container > .swiper-wrapper > .swiper-slide {
  width: calc(100% - 32px);
}

section.infinite-custom-carousel {
  position: relative;
  padding-right: 0;
  max-width: 1920px;
  margin: auto;
}
section.infinite-custom-carousel .swiper-container {
  height: auto;
  overflow: hidden;
}
section.infinite-custom-carousel .custom-slide {
  position: relative;
  width: calc(100% - 32px);
  margin-right: 32px;
  align-items: flex-start;
}
section.infinite-custom-carousel .custom-slide img {
  width: 100%;
}
section.infinite-custom-carousel .custom-slide .btn {
  width: 15em;
  max-width: 70%;
  height: 3.4em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #cad400;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-align: center;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
section.infinite-custom-carousel h3.title, section.infinite-custom-carousel .title.h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 1px;
  color: #cad400;
  text-transform: uppercase;
}
@media screen and (min-width: 320px) {
  section.infinite-custom-carousel .swiper-wrapper .swiper-container {
    margin-right: 0;
  }
  section.infinite-custom-carousel .swiper-wrapper .swiper-slide {
    width: calc(100% / 2 - 32px);
  }
  section.infinite-custom-carousel h3.title, section.infinite-custom-carousel .title.h3 {
    font-size: 18px;
  }
  section.infinite-custom-carousel .swiper-button-prev-custom.material-icons::after {
    font-size: 1em;
  }
  section.infinite-custom-carousel .swiper-button-next-custom.material-icons::after {
    font-size: 1em;
  }
}
@media screen and (min-width: 767px) {
  section.infinite-custom-carousel .swiper-slide {
    width: calc(100% / 3 - 32px);
  }
  section.infinite-custom-carousel h3.title, section.infinite-custom-carousel .title.h3 {
    font-size: 32px;
  }
  section.infinite-custom-carousel .swiper-button-prev-custom.material-icons::after {
    font-size: 2em;
  }
  section.infinite-custom-carousel .swiper-button-next-custom.material-icons::after {
    font-size: 2em;
  }
}
section.infinite-custom-carousel .swiper-pagination-custom {
  text-align: right;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  color: #212121;
  padding: 0 12px;
  font-size: 1.5em;
}
section.infinite-custom-carousel .swiper-button-next-custom, section.infinite-custom-carousel .swiper-button-prev-custom {
  position: absolute;
  top: 50%;
  width: calc(73px/ 73 * 27);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.infinite-custom-carousel .swiper-button-next-custom {
  right: 10px;
  left: auto;
}
section.infinite-custom-carousel .swiper-button-prev-custom {
  left: 10px;
  right: auto;
}
section.infinite-custom-carousel .swiper-button-prev-custom.material-icons::after {
  content: "navigate_before";
  color: #1e1e24;
  background: #dbdbdb;
  border-radius: 1em;
  position: absolute;
  text-align: center;
}
section.infinite-custom-carousel .swiper-button-next-custom.material-icons::after {
  content: "navigate_next";
  color: #1e1e24;
  background: #dbdbdb;
  border-radius: 1em;
  position: absolute;
  text-align: center;
}
section.infinite-custom-carousel > .swiper-container > .swiper-wrapper > .swiper-slide {
  width: calc(100% - 32px);
}

/* KS - HERO BANNER COMPONENT - START */
section#hero-slider {
  margin-bottom: 4em;
}

section#hero-slider .image-cmpnt-cta-stdalone {
  margin-right: 0em;
  margin-top: 0em;
}
section#hero-slider .image-cmpnt-alt-cta-stdalone {
  margin-right: 0em;
  margin-top: 0em;
}
section#hero-slider .image-paragraph-cta-container {
  margin-top: 0px;
}
section#hero-slider .swiper-wrapper {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
section#hero-slider .swiper-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
section#hero-slider .swiper-slide {
  height: auto;
  min-height: 80vh;
  max-height: 124vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#hero-slider .swiper-slide-invisible-blank {
  visibility: hidden;
}
section#hero-slider .swiper-slide > .slide-content-container {
  display: flex;
  position: absolute;
  right: 32px;
  bottom: 64px;
  flex-direction: column;
  align-items: flex-end;
  z-index: 1;
}
section#hero-slider .swiper-slide > .slide-content-container.center {
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: calc(100% - 4em);
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}
section#hero-slider .swiper-slide > .slide-content-container.top.left {
  display: flex;
  position: absolute;
  align-items: flex-start;
  left: 32px;
  top: 64px;
  flex-direction: column;
}
section#hero-slider .swiper-slide > .slide-content-container > * {
  text-align: right;
  justify-content: flex-end;
  flex-direction: row;
  column-gap: 1em;
  flex-wrap: wrap;
}
section#hero-slider .swiper-slide > .slide-content-container.center > * {
  text-align: center;
  justify-content: center;
}
section#hero-slider .swiper-slide > .slide-content-container.top.left > * {
  text-align: left;
  justify-content: flex-start;
}
section#hero-slider .swiper-slide > .slide-content-container.top.right > * {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
}
section#hero-slider .swiper-slide > .slide-content-container.bottom.left > * {
  text-align: left;
  justify-content: flex-start;
}
section#hero-slider .swiper-slide > .slide-content-container.bottom.left {
  display: flex;
  position: absolute;
  align-items: flex-start;
  left: 32px;
  bottom: 64px;
  flex-direction: column;
}
section#hero-slider .swiper-slide > .slide-content-container.top.right {
  display: flex;
  position: absolute;
  align-items: flex-end;
  right: 32px;
  top: 64px;
  flex-direction: column;
}
section#hero-slider .swiper-slide picture {
  width: 100%;
  height: 100%;
}
section#hero-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section#hero-slider .swiper-slide > * > a {
  display: flex;
  position: relative;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
  padding: 0;
  margin: 0;
}
section#hero-slider .slideTitle {
  display: flex;
  position: relative;
  color: white;
  font-size: 5em;
  text-align: right;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0;
  max-width: 70vw;
  justify-content: flex-end;
}
section#hero-slider .slideTitle.black {
  color: #1e1e24;
}
section#hero-slider h5.slideTitle > a > em, section#hero-slider .slideTitle.h5 > a > em {
  font-style: normal;
  color: #CAD400;
}
section#hero-slider h5.slideTitle > a > em.black, section#hero-slider .slideTitle.h5 > a > em.black {
  font-style: normal;
  color: #1e1e24;
}
section#hero-slider h5.slideTitle > a > em.white, section#hero-slider .slideTitle.h5 > a > em.white {
  font-style: normal;
  color: white;
}
section#hero-slider .image-cmpnt-cta-container-stdalone a {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
}
section#hero-slider div.navigation-pagination {
  position: absolute;
  width: 100vw;
  display: flex;
  align-content: center;
  align-items: center;
  z-index: 2;
  padding: 0 2em;
}
section#hero-slider div.nav-pag {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
section#hero-slider span.swiper-pagination-customs {
  font-size: 1em;
}
section#hero-slider .swiper-button-prev.material-icons > *, section#hero-slider .swiper-button-next.material-icons > * {
  color: black;
}
section#hero-slider .swiper-button-prev.material-icons::after {
  content: "navigate_before";
  font-size: 2em;
  color: #282828;
  background: rgba(200, 200, 200, 0.8);
  border-radius: 1em;
  padding: 0.15em;
  box-shadow: 0 0.025em 0.08em #777;
}
section#hero-slider .swiper-button-next.material-icons::after {
  content: "navigate_next";
  font-size: 2em;
  color: #282828;
  background: rgba(200, 200, 200, 0.8);
  border-radius: 1em;
  padding: 0.15em;
  box-shadow: 0 0.025em 0.08em #777;
}
section#hero-slider .swiper-button-next.material-icons.swiper-button-disabled::after, section#hero-slider .swiper-button-prev.material-icons.swiper-button-disabled::after {
  display: none;
}
section#hero-slider .swiper-pagination {
  transition: 0.3s opacity;
  color: #282828;
  padding: 0 32px;
  font-size: 1.5em;
  position: absolute;
  background: transparent;
  height: 1em;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  bottom: 0.5em;
  align-items: center;
  justify-content: center;
  opacity: 1;
  display: flex;
}
section#hero-slider span.swiper-pagination-bullet {
  display: inline-block;
  background: #D8D8D8;
  height: 0.125em;
  width: 5em;
  z-index: 2;
  margin: 0 0.125em;
}
section#hero-slider span.swiper-pagination-bullet-active {
  background: #C9D400;
}

@media screen and (max-width: 1200px) {
  section#hero-slider .slideTitle {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 991px) {
  section#hero-slider .swiper-slide {
    height: auto;
    min-height: 70vh;
    max-height: 115vh;
  }
  section#hero-slider .swiper-slide > .slide-content-container.right .image-paragraph-cta-container .image-paragraph-cta-stdalone {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  section#hero-slider div.navigation-pagination {
    display: none;
  }
  section#hero-slider .swiper-pagination {
    gap: 0.125em;
  }
  section#hero-slider span.swiper-pagination-bullet {
    width: 20%;
  }
  section#hero-slider .swiper-slide {
    max-height: unset;
  }
  section#hero-slider .swiper-slide > .slide-content-container.center,
section#hero-slider .swiper-slide > .slide-content-container.top.left,
section#hero-slider .swiper-slide > .slide-content-container.bottom.left,
section#hero-slider .swiper-slide > .slide-content-container.top.right,
section#hero-slider .swiper-slide > .slide-content-container.bottom.right {
    position: static;
    padding: 64px 46px;
  }
  section#hero-slider .image-paragraph-cta-container > * {
    margin: 0;
  }

  .swiper-slide > .slide-content-container.bottom.left,
.swiper-slide > .slide-content-container.top.left {
    left: -24px !important;
  }

  .swiper-slide > .slide-content-container.bottom.right,
.swiper-slide > .slide-content-container.top.right {
    right: -24px !important;
  }
}
@media screen and (max-width: 425px) {
  section#hero-slider span.swiper-pagination-bullet {
    width: 2.5em;
  }
}
/* KS - HERO BANNER COMPONENT - END */
section#hero-slider .swiper-button-next:after {
  font-family: inherit;
}
section#hero-slider .swiper-button-prev:after {
  font-family: inherit;
}

.media_container2 {
  position: static;
}

/* KS - VIDEO IMAGE COMPONENT - START */
section.ks-video-image_component,
section.ks-triple-video-image_component,
section.ks-quad-video-image_component {
  margin: 0 2em;
  padding: 4em 0;
}
section.ks-video-image_component .vimeo-padding,
section.ks-triple-video-image_component .vimeo-padding,
section.ks-quad-video-image_component .vimeo-padding {
  padding-bottom: 56.25%;
}
section.ks-video-image_component .triple-video-image_component-inner,
section.ks-video-image_component .quad-video-image_component-inner,
section.ks-triple-video-image_component .triple-video-image_component-inner,
section.ks-triple-video-image_component .quad-video-image_component-inner,
section.ks-quad-video-image_component .triple-video-image_component-inner,
section.ks-quad-video-image_component .quad-video-image_component-inner {
  display: flex;
  gap: 2em;
  padding: 0;
  margin-top: 1.5em;
}
section.ks-video-image_component .triple-video-image_component-inner .grid-video-image-element,
section.ks-video-image_component .quad-video-image_component-inner .grid-video-image-element,
section.ks-triple-video-image_component .triple-video-image_component-inner .grid-video-image-element,
section.ks-triple-video-image_component .quad-video-image_component-inner .grid-video-image-element,
section.ks-quad-video-image_component .triple-video-image_component-inner .grid-video-image-element,
section.ks-quad-video-image_component .quad-video-image_component-inner .grid-video-image-element {
  width: 100%;
}
section.ks-video-image_component .triple-video-image_component-inner h2.image-cmpnt-title, section.ks-video-image_component .triple-video-image_component-inner .image-cmpnt-title.h2,
section.ks-video-image_component .quad-video-image_component-inner h2.image-cmpnt-title,
section.ks-video-image_component .quad-video-image_component-inner .image-cmpnt-title.h2,
section.ks-triple-video-image_component .triple-video-image_component-inner h2.image-cmpnt-title,
section.ks-triple-video-image_component .triple-video-image_component-inner .image-cmpnt-title.h2,
section.ks-triple-video-image_component .quad-video-image_component-inner h2.image-cmpnt-title,
section.ks-triple-video-image_component .quad-video-image_component-inner .image-cmpnt-title.h2,
section.ks-quad-video-image_component .triple-video-image_component-inner h2.image-cmpnt-title,
section.ks-quad-video-image_component .triple-video-image_component-inner .image-cmpnt-title.h2,
section.ks-quad-video-image_component .quad-video-image_component-inner h2.image-cmpnt-title,
section.ks-quad-video-image_component .quad-video-image_component-inner .image-cmpnt-title.h2 {
  font-size: 1.75em;
}
section.ks-video-image_component .triple-video-image_component-inner .image-cmpnt-subtitle,
section.ks-video-image_component .quad-video-image_component-inner .image-cmpnt-subtitle,
section.ks-triple-video-image_component .triple-video-image_component-inner .image-cmpnt-subtitle,
section.ks-triple-video-image_component .quad-video-image_component-inner .image-cmpnt-subtitle,
section.ks-quad-video-image_component .triple-video-image_component-inner .image-cmpnt-subtitle,
section.ks-quad-video-image_component .quad-video-image_component-inner .image-cmpnt-subtitle {
  font-size: 1.4em;
}
section.ks-video-image_component .triple-video-image_component-inner .image-paragraph-cta-stdalone,
section.ks-video-image_component .triple-video-image_component-inner .image-cmpnt-cta-stdalone,
section.ks-video-image_component .triple-video-image_component-inner .image-cmpnt-alt-cta-stdalone,
section.ks-video-image_component .quad-video-image_component-inner .image-paragraph-cta-stdalone,
section.ks-video-image_component .quad-video-image_component-inner .image-cmpnt-cta-stdalone,
section.ks-video-image_component .quad-video-image_component-inner .image-cmpnt-alt-cta-stdalone,
section.ks-triple-video-image_component .triple-video-image_component-inner .image-paragraph-cta-stdalone,
section.ks-triple-video-image_component .triple-video-image_component-inner .image-cmpnt-cta-stdalone,
section.ks-triple-video-image_component .triple-video-image_component-inner .image-cmpnt-alt-cta-stdalone,
section.ks-triple-video-image_component .quad-video-image_component-inner .image-paragraph-cta-stdalone,
section.ks-triple-video-image_component .quad-video-image_component-inner .image-cmpnt-cta-stdalone,
section.ks-triple-video-image_component .quad-video-image_component-inner .image-cmpnt-alt-cta-stdalone,
section.ks-quad-video-image_component .triple-video-image_component-inner .image-paragraph-cta-stdalone,
section.ks-quad-video-image_component .triple-video-image_component-inner .image-cmpnt-cta-stdalone,
section.ks-quad-video-image_component .triple-video-image_component-inner .image-cmpnt-alt-cta-stdalone,
section.ks-quad-video-image_component .quad-video-image_component-inner .image-paragraph-cta-stdalone,
section.ks-quad-video-image_component .quad-video-image_component-inner .image-cmpnt-cta-stdalone,
section.ks-quad-video-image_component .quad-video-image_component-inner .image-cmpnt-alt-cta-stdalone {
  font-size: 1em;
  margin-bottom: 0.5em;
}
section.ks-video-image_component .triple-video-image-heading,
section.ks-video-image_component .quad-video-image-heading,
section.ks-triple-video-image_component .triple-video-image-heading,
section.ks-triple-video-image_component .quad-video-image-heading,
section.ks-quad-video-image_component .triple-video-image-heading,
section.ks-quad-video-image_component .quad-video-image-heading {
  color: #1E1E24;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
}
section.ks-video-image_component .image-cmpnt-img,
section.ks-triple-video-image_component .image-cmpnt-img,
section.ks-quad-video-image_component .image-cmpnt-img {
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
section.ks-video-image_component .image-cmpnt-img img,
section.ks-triple-video-image_component .image-cmpnt-img img,
section.ks-quad-video-image_component .image-cmpnt-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.ks-video-image_component a.video-cmpnt-a,
section.ks-triple-video-image_component a.video-cmpnt-a,
section.ks-quad-video-image_component a.video-cmpnt-a {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.ks-video-image_component div.video-cmpnt-video,
section.ks-triple-video-image_component div.video-cmpnt-video,
section.ks-quad-video-image_component div.video-cmpnt-video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.ks-video-image_component div.video-cmpnt-video > a > video.video-cmpnt,
section.ks-triple-video-image_component div.video-cmpnt-video > a > video.video-cmpnt,
section.ks-quad-video-image_component div.video-cmpnt-video > a > video.video-cmpnt {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.ks-video-image_component .controls,
section.ks-triple-video-image_component .controls,
section.ks-quad-video-image_component .controls {
  visibility: hidden;
  opacity: 0;
  width: 60px;
  height: 60px;
  border-radius: 2em;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.3s all;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.ks-video-image_component div.video-cmpnt-video:hover .controls, section.ks-video-image_component figure.video-cmpnt-video:focus .controls, section.ks-video-image_component figure.video-cmpnt-video:active .controls,
section.ks-triple-video-image_component div.video-cmpnt-video:hover .controls,
section.ks-triple-video-image_component figure.video-cmpnt-video:focus .controls,
section.ks-triple-video-image_component figure.video-cmpnt-video:active .controls,
section.ks-quad-video-image_component div.video-cmpnt-video:hover .controls,
section.ks-quad-video-image_component figure.video-cmpnt-video:focus .controls,
section.ks-quad-video-image_component figure.video-cmpnt-video:active .controls {
  opacity: 1;
}
section.ks-video-image_component button.play,
section.ks-triple-video-image_component button.play,
section.ks-quad-video-image_component button.play {
  border: unset;
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1.8em;
  color: white;
}
section.ks-video-image_component .image-cmpnt-container,
section.ks-triple-video-image_component .image-cmpnt-container,
section.ks-quad-video-image_component .image-cmpnt-container {
  position: relative;
  width: 100%;
}
section.ks-video-image_component .image-cmpnt-text,
section.ks-triple-video-image_component .image-cmpnt-text,
section.ks-quad-video-image_component .image-cmpnt-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 2em;
  width: 100%;
}
section.ks-video-image_component .image-cmpnt-title,
section.ks-triple-video-image_component .image-cmpnt-title,
section.ks-quad-video-image_component .image-cmpnt-title {
  font-family: "DIN Pro";
  font-size: 3.5em;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
section.ks-video-image_component .image-cmpnt-title.green,
section.ks-triple-video-image_component .image-cmpnt-title.green,
section.ks-quad-video-image_component .image-cmpnt-title.green {
  color: #CAD400;
}
section.ks-video-image_component .image-cmpnt-title.black,
section.ks-triple-video-image_component .image-cmpnt-title.black,
section.ks-quad-video-image_component .image-cmpnt-title.black {
  color: #1E1E24;
}
section.ks-video-image_component .image-cmpnt-title.white,
section.ks-triple-video-image_component .image-cmpnt-title.white,
section.ks-quad-video-image_component .image-cmpnt-title.white {
  color: white;
}
section.ks-video-image_component .image-cmpnt-subtitle,
section.ks-triple-video-image_component .image-cmpnt-subtitle,
section.ks-quad-video-image_component .image-cmpnt-subtitle {
  font-family: "DIN Pro";
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 50px;
  text-align: center;
  width: 100%;
}
section.ks-video-image_component .image-cmpnt-subtitle.green,
section.ks-triple-video-image_component .image-cmpnt-subtitle.green,
section.ks-quad-video-image_component .image-cmpnt-subtitle.green {
  color: #CAD400;
}
section.ks-video-image_component .image-cmpnt-subtitle.white,
section.ks-triple-video-image_component .image-cmpnt-subtitle.white,
section.ks-quad-video-image_component .image-cmpnt-subtitle.white {
  color: white;
}
section.ks-video-image_component .image-cmpnt-subtitle.black,
section.ks-triple-video-image_component .image-cmpnt-subtitle.black,
section.ks-quad-video-image_component .image-cmpnt-subtitle.black {
  color: #1E1E24;
}
section.ks-video-image_component .image-cmpnt-cta-container,
section.ks-triple-video-image_component .image-cmpnt-cta-container,
section.ks-quad-video-image_component .image-cmpnt-cta-container {
  display: flex;
  justify-content: center;
  column-gap: 1em;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
section.ks-video-image_component .image-cmpnt-cta-container a,
section.ks-triple-video-image_component .image-cmpnt-cta-container a,
section.ks-quad-video-image_component .image-cmpnt-cta-container a {
  margin-right: 0;
}

section.ks-triple-video-image_component .image-cmpnt-cta-container {
  flex-direction: column;
  align-items: center;
}
section.ks-triple-video-image_component .image-paragraph-cta-stdalone {
  padding-right: 0;
}

section.ks-quad-video-image_component .image-cmpnt-text {
  padding: 0 1em;
}
section.ks-quad-video-image_component .image-cmpnt-subtitle {
  line-height: 1;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 1200px) {
  section.ks-video-image_component,
section.ks-triple-video-image_component,
section.ks-quad-video-image_component {
    margin: 0 1em;
  }
  section.ks-video-image_component div.triple-video-image_component-inner,
section.ks-triple-video-image_component div.triple-video-image_component-inner,
section.ks-quad-video-image_component div.triple-video-image_component-inner {
    gap: 1em;
  }
  section.ks-video-image_component div.quad-video-image_component-inner,
section.ks-triple-video-image_component div.quad-video-image_component-inner,
section.ks-quad-video-image_component div.quad-video-image_component-inner {
    gap: 1em;
    flex-wrap: wrap;
  }
  section.ks-video-image_component div.quad-video-image_component-inner .grid-video-image-element,
section.ks-triple-video-image_component div.quad-video-image_component-inner .grid-video-image-element,
section.ks-quad-video-image_component div.quad-video-image_component-inner .grid-video-image-element {
    width: calc(50% - 0.5em);
  }
  section.ks-video-image_component div.quad-video-image_component-inner .image-cmpnt-text,
section.ks-triple-video-image_component div.quad-video-image_component-inner .image-cmpnt-text,
section.ks-quad-video-image_component div.quad-video-image_component-inner .image-cmpnt-text {
    padding: 0 2em;
  }
}
@media screen and (max-width: 991px) {
  section.ks-video-image_component,
section.ks-triple-video-image_component,
section.ks-quad-video-image_component {
    margin: 0 1em;
    padding: 2em 0;
  }
  section.ks-video-image_component .triple-video-image-heading,
section.ks-video-image_component .quad-video-image-heading,
section.ks-triple-video-image_component .triple-video-image-heading,
section.ks-triple-video-image_component .quad-video-image-heading,
section.ks-quad-video-image_component .triple-video-image-heading,
section.ks-quad-video-image_component .quad-video-image-heading {
    font-size: 1.825em;
  }
  section.ks-video-image_component div.triple-video-image_component-inner,
section.ks-triple-video-image_component div.triple-video-image_component-inner,
section.ks-quad-video-image_component div.triple-video-image_component-inner {
    flex-wrap: wrap;
  }
  section.ks-video-image_component .image-cmpnt-container,
section.ks-triple-video-image_component .image-cmpnt-container,
section.ks-quad-video-image_component .image-cmpnt-container {
    width: 100%;
  }
  section.ks-video-image_component .vimeo-wrapper iframe,
section.ks-triple-video-image_component .vimeo-wrapper iframe,
section.ks-quad-video-image_component .vimeo-wrapper iframe {
    min-width: 177%;
  }
}
@media screen and (max-width: 767px) {
  section.ks-video-image_component .triple-video-image-heading,
section.ks-video-image_component .quad-video-image-heading,
section.ks-triple-video-image_component .triple-video-image-heading,
section.ks-triple-video-image_component .quad-video-image-heading,
section.ks-quad-video-image_component .triple-video-image-heading,
section.ks-quad-video-image_component .quad-video-image-heading {
    font-size: 1.25em;
  }
  section.ks-video-image_component div.quad-video-image_component-inner .grid-video-image-element,
section.ks-triple-video-image_component div.quad-video-image_component-inner .grid-video-image-element,
section.ks-quad-video-image_component div.quad-video-image_component-inner .grid-video-image-element {
    width: 100%;
  }
  section.ks-video-image_component .image-cmpnt-text,
section.ks-triple-video-image_component .image-cmpnt-text,
section.ks-quad-video-image_component .image-cmpnt-text {
    padding: 2em;
  }
  section.ks-video-image_component .image-cmpnt-text.m-center,
section.ks-triple-video-image_component .image-cmpnt-text.m-center,
section.ks-quad-video-image_component .image-cmpnt-text.m-center {
    align-items: center;
  }
  section.ks-video-image_component .image-cmpnt-text.m-left,
section.ks-triple-video-image_component .image-cmpnt-text.m-left,
section.ks-quad-video-image_component .image-cmpnt-text.m-left {
    align-items: flex-start;
  }
  section.ks-video-image_component .image-cmpnt-text.m-right,
section.ks-triple-video-image_component .image-cmpnt-text.m-right,
section.ks-quad-video-image_component .image-cmpnt-text.m-right {
    align-items: flex-end;
  }
  section.ks-video-image_component .image-cmpnt-text.m-center > .image-cmpnt-title,
section.ks-triple-video-image_component .image-cmpnt-text.m-center > .image-cmpnt-title,
section.ks-quad-video-image_component .image-cmpnt-text.m-center > .image-cmpnt-title {
    text-align: center;
  }
  section.ks-video-image_component .image-cmpnt-text.m-left > .image-cmpnt-title,
section.ks-triple-video-image_component .image-cmpnt-text.m-left > .image-cmpnt-title,
section.ks-quad-video-image_component .image-cmpnt-text.m-left > .image-cmpnt-title {
    align-items: flex-start;
    text-align: left;
  }
  section.ks-video-image_component .image-cmpnt-text.m-right > .image-cmpnt-title,
section.ks-triple-video-image_component .image-cmpnt-text.m-right > .image-cmpnt-title,
section.ks-quad-video-image_component .image-cmpnt-text.m-right > .image-cmpnt-title {
    align-items: flex-start;
    text-align: right;
  }
  section.ks-video-image_component .image-cmpnt-text.m-center > .image-cmpnt-subtitle,
section.ks-triple-video-image_component .image-cmpnt-text.m-center > .image-cmpnt-subtitle,
section.ks-quad-video-image_component .image-cmpnt-text.m-center > .image-cmpnt-subtitle {
    text-align: center;
  }
  section.ks-video-image_component .image-cmpnt-text.m-left > .image-cmpnt-subtitle,
section.ks-triple-video-image_component .image-cmpnt-text.m-left > .image-cmpnt-subtitle,
section.ks-quad-video-image_component .image-cmpnt-text.m-left > .image-cmpnt-subtitle {
    align-items: flex-start;
    text-align: left;
  }
  section.ks-video-image_component .image-cmpnt-text.m-right > .image-cmpnt-subtitle,
section.ks-triple-video-image_component .image-cmpnt-text.m-right > .image-cmpnt-subtitle,
section.ks-quad-video-image_component .image-cmpnt-text.m-right > .image-cmpnt-subtitle {
    align-items: flex-start;
    text-align: right;
  }
  section.ks-video-image_component .image-cmpnt-text.m-left > .image-cmpnt-cta-container,
section.ks-triple-video-image_component .image-cmpnt-text.m-left > .image-cmpnt-cta-container,
section.ks-quad-video-image_component .image-cmpnt-text.m-left > .image-cmpnt-cta-container {
    flex-direction: column;
    align-items: flex-start;
  }
  section.ks-video-image_component .image-cmpnt-text.m-right > .image-cmpnt-cta-container,
section.ks-triple-video-image_component .image-cmpnt-text.m-right > .image-cmpnt-cta-container,
section.ks-quad-video-image_component .image-cmpnt-text.m-right > .image-cmpnt-cta-container {
    flex-direction: column;
    align-items: flex-end;
  }
  section.ks-video-image_component .image-cmpnt-img.m-left > img,
section.ks-triple-video-image_component .image-cmpnt-img.m-left > img,
section.ks-quad-video-image_component .image-cmpnt-img.m-left > img {
    object-position: center left;
  }
  section.ks-video-image_component .image-cmpnt-img.m-right > img,
section.ks-triple-video-image_component .image-cmpnt-img.m-right > img,
section.ks-quad-video-image_component .image-cmpnt-img.m-right > img {
    object-position: center right;
  }
  section.ks-video-image_component .image-cmpnt-title,
section.ks-triple-video-image_component .image-cmpnt-title,
section.ks-quad-video-image_component .image-cmpnt-title {
    font-family: "DIN Pro";
    font-size: 2em;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2em;
    text-transform: uppercase;
    width: 100%;
  }
  section.ks-video-image_component .image-cmpnt-subtitle,
section.ks-triple-video-image_component .image-cmpnt-subtitle,
section.ks-quad-video-image_component .image-cmpnt-subtitle {
    font-family: "DIN Pro";
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.25em;
    width: 100%;
  }
  section.ks-video-image_component .standard-p,
section.ks-triple-video-image_component .standard-p,
section.ks-quad-video-image_component .standard-p {
    font-size: 0.75em;
  }
  section.ks-video-image_component .image-paragraph-cta-stdalone,
section.ks-triple-video-image_component .image-paragraph-cta-stdalone,
section.ks-quad-video-image_component .image-paragraph-cta-stdalone {
    padding-right: 0;
  }
  section.ks-video-image_component div.video-cmpnt-video,
section.ks-triple-video-image_component div.video-cmpnt-video,
section.ks-quad-video-image_component div.video-cmpnt-video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  section.ks-video-image_component a.video-cmpnt-a,
section.ks-triple-video-image_component a.video-cmpnt-a,
section.ks-quad-video-image_component a.video-cmpnt-a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
}
/* KS - VIDEO IMAGE COMPONENT - END */
/* KS - DOUBLE VIDEO / IMG COMPONENT - START */
section#double-img {
  margin: 2em;
}

section#double-img {
  /* .double-img-text {
      margin-top: 1.5em;
      position: relative;
  } */
}
section#double-img .double-img-wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
section#double-img h2.double-img-heading, section#double-img .double-img-heading.h2 {
  color: #1E1E24;
  font-family: "DIN Pro";
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
}
section#double-img .double-img-container {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-top: 1.5em;
  gap: 2em;
}
section#double-img .double-img-container picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section#double-img .double-img-left {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
section#double-img .double-img-left-container {
  position: relative;
  padding-bottom: 100%;
}
section#double-img .double-img-right {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
section#double-img .double-img-right-container {
  position: relative;
  padding-bottom: 100%;
}
section#double-img img.double-img-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section#double-img .vimeo-wrapper iframe {
  min-width: 177%;
}
section#double-img .vimeo-wrapper .playbutton {
  right: 15px;
  bottom: 15px;
}
section#double-img .double-content-container {
  margin-top: 1.5em;
  position: absolute;
  bottom: 3.25rem;
  left: 2em;
  width: calc(100% - 3em);
  display: flex;
  flex-direction: column;
}
section#double-img .double-content-container.top {
  top: 2.5rem;
  bottom: unset;
}
section#double-img h3.double-img-title, section#double-img .double-img-title.h3 {
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "DIN Pro";
  font-size: 2.7em;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
section#double-img h3.double-img-title.black, section#double-img .double-img-title.black.h3 {
  text-align: left;
  text-transform: uppercase;
  color: #1E1E24;
  font-family: "DIN Pro";
  font-size: 2.7em;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
section#double-img h3.double-img-title.green, section#double-img .double-img-title.green.h3 {
  text-align: left;
  text-transform: uppercase;
  color: #CAD400;
  font-family: "DIN Pro";
  font-size: 2.7em;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
section#double-img h3.double-img-title, section#double-img .double-img-title.h3 {
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "DIN Pro";
  font-size: 2.7em;
  font-weight: 900;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
section#double-img .double-img-cta-container {
  display: flex;
  width: auto;
  justify-content: flex-start;
  flex-direction: column;
}

@media screen and (max-width: 1200px) {
  section#double-img h3.double-img-title, section#double-img .double-img-title.h3 {
    font-size: 2.4em;
    margin-bottom: 0.5rem;
  }
  section#double-img h3.double-img-title.black, section#double-img .double-img-title.black.h3 {
    font-size: 2.4em;
    margin-bottom: 0.5rem;
  }
  section#double-img h3.double-img-title.green, section#double-img .double-img-title.green.h3 {
    font-size: 2.4em;
    margin-bottom: 0.5rem;
  }
  section#double-img h3.double-img-title.white, section#double-img .double-img-title.white.h3 {
    font-size: 2.4em;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  section#double-img {
    margin: 2em 1em;
  }
  section#double-img h3.double-img-title, section#double-img .double-img-title.h3 {
    font-size: 2em;
    margin-bottom: 0.5rem;
  }
  section#double-img .double-img-container {
    flex-direction: column;
    margin: 1.5em 0;
    gap: 1em;
  }
  section#double-img h2.double-img-heading, section#double-img .double-img-heading.h2 {
    font-size: 1.825em;
  }
  section#double-img .double-img-left {
    right: 0;
  }
  section#double-img .double-img-right {
    left: 0;
  }
  section#double-img .double-img-text {
    margin: 0 1em;
    margin-top: 1.5em;
    width: calc(100% - 4em);
  }
}
@media screen and (max-width: 425px) {
  section#double-img .double-img-container {
    width: 100%;
    flex-direction: column;
  }
  section#double-img h2.double-img-heading, section#double-img .double-img-heading.h2 {
    font-size: 1.25em;
  }
  section#double-img .double-img-left {
    right: 0;
  }
  section#double-img .double-img-right {
    left: 0;
  }
  section#double-img .double-img-text {
    margin: 0 1em;
    margin-top: 1.5em;
  }
  section#double-img h3.double-img-title, section#double-img .double-img-title.h3 {
    font-size: 1.4em;
    margin-bottom: 0.7em;
  }
  section#double-img h3.double-img-title.black, section#double-img .double-img-title.black.h3 {
    font-size: 1.4em;
    margin-bottom: 0.7em;
  }
  section#double-img h3.double-img-title.green, section#double-img .double-img-title.green.h3 {
    font-size: 1.4em;
    margin-bottom: 0.7em;
  }
  section#double-img h3.double-img-title.white, section#double-img .double-img-title.white.h3 {
    font-size: 1.4em;
    margin-bottom: 0.7em;
  }
}
/* KS - DOUBLE VIDEO / IMG COMPONENT - END */
/* KS - COMP IMAGE PARAGRAPH COMPONENT - START */
section#ks-comp-image-paragraph {
  margin: 0 2em;
  padding: 4em 0;
}

@media screen and (max-width: 1200px) {
  section#ks-comp-image-paragraph {
    margin: 0 1em;
  }
}
@media screen and (max-width: 992px) {
  section#ks-comp-image-paragraph {
    margin: 0 1em;
    padding: 2em 0;
  }
}
.image-paragraph-wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.image-paragraph-container {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  gap: 2em;
}

.image-paragraph-image {
  width: 100%;
  height: 100%;
  position: relative;
}

.image-paragraph-text {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

img.image-paragraph-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.image-paragraph-text-inner {
  width: 70%;
}

.image-paragraph-text-inner a {
  margin: 0;
}

h3.image-paragraph-title, .image-paragraph-title.h3 {
  font-family: "DIN Pro";
  font-weight: 900;
  text-align: left;
  color: #CAD400;
  text-transform: uppercase;
  font-size: 3.5em;
  margin-bottom: 0.5em;
}

h3.image-paragraph-title.black, .image-paragraph-title.black.h3 {
  color: #1E1E24;
}

div.image-paragraph-p {
  text-align: left;
  font-family: "DIN Pro";
  color: #1E1E24;
  font-weight: 300;
  font-size: 1.75em;
  line-height: 1.2em;
}

.image-paragraph-cta-container {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 2em;
}

.image-paragraph-cta-container.center {
  justify-content: center;
}

/* .image-paragraph-text-inner a.image-paragraph-cta, a.image-paragraph-cta {
    color: #CAD400;
    font-family: 'DIN Pro';
    font-size: 1.75em;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    display: flex;
    margin-right: 1.5em;
  }
.image-paragraph-text-inner a.image-paragraph-cta.material-icons-outlined::after, a.image-paragraph-cta.material-icons-outlined::after {
    content: 'chevron_right';
    position: relative;
    top: 3px;
    left: 4px;
    display: flex;
    text-transform: none;
    text-decoration: none;
    font-family: 'Material Icons Outlined';
    transform: translateX(0px);
    transition: all .3s ease-in-out;
    align-self: center;
    justify-self: center;
    font-size: 1em;
  }

  .image-paragraph-text a.image-paragraph-cta.material-icons-outlined:hover::after, .image-paragraph-text a.image-paragraph-cta.material-icons-outlined:hover::after {
    transform: translateX(.5em);
    transition: all .3s ease-in-out;
  }

  a.image-paragraph-cta.material-icons-outlined:hover::after, a.image-paragraph-cta.material-icons-outlined:hover::after {
    transform: translateX(.5em);
    transition: all .3s ease-in-out;
} */
/* */
@media screen and (max-width: 768px) {
  section#ks-comp-image-paragraph {
    margin: 0;
    padding: 0;
  }

  .image-paragraph-container {
    width: calc(100% + -1em);
    margin-left: 0.5em;
  }

  .image-paragraph-text {
    left: 0.5em;
  }

  h3.image-paragraph-title, .image-paragraph-title.h3 {
    font-size: 1em;
  }

  div.image-paragraph-p {
    font-size: 0.8em;
  }

  .image-paragraph-container {
    width: 100%;
    flex-direction: column-reverse;
    margin-left: 0;
  }

  .image-paragraph-container.left {
    flex-direction: column;
  }

  h2.image-paragraph-heading, .image-paragraph-heading.h2 {
    font-size: 1.25em;
  }

  div.image-paragraph-image {
    margin-bottom: 1em;
  }

  .image-paragraph-text {
    left: 0;
    margin-bottom: 1em;
  }

  .image-paragraph-text-inner {
    width: 100%;
  }

  h3.image-paragraph-title, .image-paragraph-title.h3 {
    font-size: 3.25em;
  }

  div.image-paragraph-p {
    text-align: left;
    font-family: "DIN Pro";
    color: #1E1E24;
    font-weight: 300;
    font-size: 2.4em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 992px) {
  section#image-paragraph {
    margin: 1em;
    padding: 0;
  }

  .image-paragraph-container {
    width: calc(100% + -1em);
    margin-left: 0.5em;
  }

  .image-paragraph-text {
    left: 0.5em;
  }

  h3.image-paragraph-title, .image-paragraph-title.h3 {
    font-size: 1em;
  }

  div.image-paragraph-p {
    font-size: 0.8em;
  }

  .image-paragraph-container {
    width: 100%;
    flex-direction: column-reverse;
    margin-left: 0;
  }

  .image-paragraph-container.left {
    flex-direction: column;
  }

  h2.image-paragraph-heading, .image-paragraph-heading.h2 {
    font-size: 1.25em;
  }

  div.image-paragraph-image {
    margin-bottom: 1em;
  }

  .image-paragraph-text {
    left: 0;
    margin-bottom: 1em;
  }

  .image-paragraph-text-inner {
    width: 100%;
  }

  h3.image-paragraph-title, .image-paragraph-title.h3 {
    font-size: 3.25em;
  }

  div.image-paragraph-p {
    text-align: left;
    font-family: "DIN Pro";
    color: #1E1E24;
    font-weight: 300;
    font-size: 2.4em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 1300px) {
  section#image-paragraph {
    margin: 1em;
    padding: 0;
  }

  .image-paragraph-container {
    width: calc(100% + -1em);
    margin-left: 0.5em;
  }

  .image-paragraph-text {
    left: 0.5em;
  }

  h3.image-paragraph-title, .image-paragraph-title.h3 {
    font-size: 1em;
  }

  div.image-paragraph-p {
    font-size: 0.8em;
  }

  .image-paragraph-container {
    width: 100%;
    flex-direction: column-reverse;
    margin-left: 0;
    gap: 1em;
  }

  .image-paragraph-container.left {
    flex-direction: column;
  }

  h2.image-paragraph-heading, .image-paragraph-heading.h2 {
    font-size: 1.25em;
  }

  div.image-paragraph-image {
    margin-bottom: 1em;
  }

  .image-paragraph-text {
    left: 0;
    margin-bottom: 1em;
  }

  .image-paragraph-text-inner {
    width: 100%;
  }

  h3.image-paragraph-title, .image-paragraph-title.h3 {
    font-size: 3.25em;
  }

  div.image-paragraph-p {
    text-align: left;
    font-family: "DIN Pro";
    color: #1E1E24;
    font-weight: 300;
    font-size: 1.75em;
    line-height: 1.2em;
    margin-bottom: 0.5em;
  }
}
/* KS - COMP IMAGE PARAGRAPH COMPONENT - END */
/* KS - SIMPLE PARAGRAPH COMPONENT - START */
section#simple-paragraph {
  margin: 0 2em;
}

@media screen and (max-width: 1200px) {
  section#simple-paragraph {
    margin: 0 1em;
  }
}
@media screen and (max-width: 992px) {
  section#simple-paragraph {
    margin: 0 1em;
  }
}
section#simple-paragraph .simple-paragraph-container {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: unset;
  align-items: center;
}
section#simple-paragraph .simple-paragraph-image {
  width: 100%;
  height: auto;
  right: 0.8em;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  flex-direction: column;
  padding-top: 4em;
}
section#simple-paragraph .simple-paragraph-text {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#simple-paragraph .simple-paragraph-text-inner {
  width: 80%;
}
section#simple-paragraph .simple-paragraph-text-inner.center > h3, section#simple-paragraph .simple-paragraph-text-inner.center > .h3, section#simple-paragraph .simple-paragraph-text-inner.center > div {
  text-align: center;
}
section#simple-paragraph h3.simple-paragraph-title, section#simple-paragraph .simple-paragraph-title.h3 {
  font-family: "DIN Pro";
  font-weight: 900;
  text-align: left;
  color: #1E1E24;
  text-transform: uppercase;
  font-size: 3.5em;
}
section#simple-paragraph div.simple-paragraph-p {
  text-align: left;
  font-family: "DIN Pro";
  color: #1E1E24;
  font-weight: 300;
  font-size: 1.75em;
  line-height: 1.2em;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  section#simple-paragraph .simple-paragraph-container {
    width: 100%;
  }
  section#simple-paragraph h3.simple-paragraph-title, section#simple-paragraph .simple-paragraph-title.h3 {
    font-size: 2em;
  }
  section#simple-paragraph div.simple-paragraph-p {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  section#simple-paragraph .simple-paragraph-container {
    width: 100%;
    flex-direction: column;
  }
  section#simple-paragraph h2.simple-paragraph-heading, section#simple-paragraph .simple-paragraph-heading.h2 {
    font-size: 1.25em;
  }
  section#simple-paragraph .simple-paragraph-text {
    left: 0;
    margin-bottom: 1em;
  }
  section#simple-paragraph .simple-paragraph-text-inner {
    margin: 0 1em;
    margin-top: 1em;
    width: 100%;
  }
  section#simple-paragraph h3.simple-paragraph-title, section#simple-paragraph .simple-paragraph-title.h3 {
    font-size: 1.8em;
  }
  section#simple-paragraph div.simple-paragraph-p {
    font-size: 1em;
  }
}
/* KS - SIMPLE PARAGRAPH COMPONENT - END */
/* KS - HERO SLOGAN COMPONENT - START */
section#hero-slogan {
  margin: 0 2em;
  padding: 4em 0;
}

@media screen and (max-width: 1200px) {
  section#hero-slogan {
    margin: 0 1em;
  }
}
@media screen and (max-width: 992px) {
  section#hero-slogan {
    margin: 0 1em;
    padding: 2em 0;
  }
}
section#hero-slogan .hero-slogan-container {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: unset;
  align-items: center;
}
section#hero-slogan .hero-slogan-image {
  width: 100%;
  height: auto;
  right: 0.8em;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  flex-direction: column;
  padding-top: 4em;
}
section#hero-slogan .hero-slogan-text {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#hero-slogan .hero-slogan-text-inner {
  width: 80%;
}
section#hero-slogan .hero-slogan-text-inner.center > h3, section#hero-slogan .hero-slogan-text-inner.center > .h3, section#hero-slogan .hero-slogan-text-inner.center > div {
  text-align: center;
}
section#hero-slogan h3.hero-slogan-title, section#hero-slogan .hero-slogan-title.h3 {
  font-family: "DIN Pro";
  font-weight: 900;
  text-align: left;
  color: #CAD400;
  text-transform: uppercase;
  font-size: 3em;
}
section#hero-slogan h3.hero-slogan-title.black, section#hero-slogan .hero-slogan-title.black.h3 {
  color: #1E1E24;
}
section#hero-slogan div.hero-slogan-p {
  text-align: left;
  font-family: "DIN Pro";
  color: #1E1E24;
  font-weight: 300;
  font-size: 1.5em;
  line-height: 1.2em;
}
section#hero-slogan div.hero-slogan-p-standard {
  font-size: 1em;
  color: #1e1e24;
  margin-bottom: 2em;
}
section#hero-slogan .hero-slogan-cta-container {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
section#hero-slogan .hero-slogan-text-inner a.hero-slogan-cta {
  color: #CAD400;
  font-family: "DIN Pro";
  font-size: 1.6vw;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: flex;
  margin-right: 1.5em;
}
section#hero-slogan .hero-slogan-text-inner a.hero-slogan-cta.material-icons-outlined::after {
  content: "chevron_right";
  position: relative;
  top: 1px;
  display: flex;
  text-transform: none;
  text-decoration: none;
  font-family: "Material Icons Outlined";
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
  align-self: center;
  justify-self: center;
  font-size: 1em;
}
section#hero-slogan .hero-slogan-text a.hero-slogan-cta.material-icons-outlined:hover::after, section#hero-slogan .hero-slogan-text a.hero-slogan-cta.material-icons-outlined:hover::after {
  transform: translateX(0.5em);
  transition: all 0.3s ease-in-out;
}
section#hero-slogan .hero-slogan-cta-container.center {
  justify-content: center;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  section#hero-slogan .hero-slogan-container {
    width: 100%;
  }
  section#hero-slogan h3.hero-slogan-title, section#hero-slogan .hero-slogan-title.h3 {
    font-size: 2em;
  }
  section#hero-slogan div.hero-slogan-p {
    font-size: 1em;
  }
  section#hero-slogan .hero-slogan-text-inner a.hero-slogan-cta {
    font-size: 0.8em;
    margin-right: 1em;
  }
}
@media screen and (max-width: 480px) {
  section#hero-slogan .hero-slogan-container {
    width: 100%;
    flex-direction: column;
  }
  section#hero-slogan h2.hero-slogan-heading, section#hero-slogan .hero-slogan-heading.h2 {
    font-size: 1.25em;
  }
  section#hero-slogan .hero-slogan-text {
    left: 0;
    margin-bottom: 1em;
  }
  section#hero-slogan .hero-slogan-text-inner {
    margin: 0 1em;
    margin-top: 1em;
    width: 100%;
  }
  section#hero-slogan h3.hero-slogan-title, section#hero-slogan .hero-slogan-title.h3 {
    font-size: 1.8em;
  }
  section#hero-slogan div.hero-slogan-p {
    font-size: 1em;
  }
  section#hero-slogan .hero-slogan-cta-container {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1em;
  }
  section#hero-slogan .hero-slogan-text-inner.center > .hero-slogan-cta-container {
    align-items: center;
  }
  section#hero-slogan .hero-slogan-text-inner a.hero-slogan-cta {
    font-size: 1em;
    width: fit-content;
    margin: 0.5em 0;
  }
  section#hero-slogan .hero-slogan-text-inner.center a.hero-slogan-cta {
    font-size: 1em;
    width: fit-content;
    margin: 0.5em 0;
  }
}
/* KS - HERO SLOGAN COMPONENT - END */
/* KS - COMPONENTS CTA - START */
p.standard-p {
  font-size: 1em;
  color: #1e1e24;
}

p.standard-p.white {
  font-size: 1em;
  color: white;
}

/* double img cta */
.double-img-cta-stdalone.material-icons-outlined {
  text-decoration: none;
  position: relative;
  color: white;
  font-family: "DIN Pro";
  font-size: 1.35em;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: uppercase;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 0.5em 0;
  line-height: 1.025em;
}

.double-img-cta-stdalone.material-icons-outlined.black {
  color: #1e1e24;
}

.double-img-cta-stdalone.material-icons-outlined.black {
  color: #CAD400;
}

.double-img-cta-stdalone.material-icons-outlined::after {
  content: "chevron_right";
  position: relative;
  top: 1px;
  display: flex;
  text-transform: none;
  text-decoration: none;
  font-family: "Material Icons Outlined";
  margin-left: 0.25em;
  transition: all 0.3s ease-in-out;
  align-self: center;
  justify-self: center;
  font-size: 1em;
}

/* a.double-img-cta-stdalone.material-icons-outlined.black::after, a.double-img-cta-stdalone.material-icons-outlined.black::after {
    color: black;
} */
.double-img-cta-stdalone:hover::after, .double-img-cta-stdalone.active:hover::after {
  margin-left: 0.5em;
  transition: all 0.3s ease-in-out;
}

.double-img-cta-stdalone:hover::after, .double-img-cta-stdalone.active:hover::after {
  margin-left: 0.5em;
  transition: all 0.3s ease-in-out;
}

/* */
.image-paragraph-cta-container-stdalone {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.image-paragraph-cta-stdalone {
  color: #CAD400;
  font-family: "DIN Pro";
  font-size: 1.75em;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: flex;
  padding: 0.25em 0;
  padding-right: 0.75em;
}
.image-paragraph-cta-stdalone:hover {
  color: #CAD400;
}

.image-paragraph-cta-stdalone.black {
  color: #1e1e24;
}
.image-paragraph-cta-stdalone.black:hover {
  color: #1e1e24;
}

.image-paragraph-cta-stdalone.white {
  color: white;
}
.image-paragraph-cta-stdalone.white:hover {
  color: white;
}

.image-paragraph-cta-stdalone.green {
  color: #CAD400;
}
.image-paragraph-cta-stdalone.green:hover {
  color: #CAD400;
}

.image-paragraph-cta-stdalone.material-icons-outlined::after {
  content: "chevron_right";
  position: relative;
  top: 3px;
  left: 4px;
  display: flex;
  text-transform: none;
  text-decoration: none;
  font-family: "Material Icons Outlined";
  transform: translateX(0px);
  transition: all 0.3s ease-in-out;
  align-self: center;
  justify-self: center;
  font-size: 1em;
}

.image-paragraph-cta-stdalone.material-icons-outlined:hover::after, a.image-paragraph-cta.material-icons-outlined:hover::after {
  transform: translateX(0.5em);
  transition: all 0.3s ease-in-out;
}

.image-cmpnt-cta-container-stdalone {
  margin: 0;
  padding: 0;
}

.image-cmpnt-cta-stdalone {
  border: 2px solid #CAD400;
  border-radius: 3px;
  background-color: #CAD400;
  color: white;
  font-family: "DIN Pro";
  font-size: 1.45em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2em;
  width: fit-content;
  height: auto;
  padding: 0.5em 1em;
  margin: 0.5em 0;
  margin-right: 1em;
  text-transform: uppercase;
}
.image-cmpnt-cta-stdalone:hover {
  color: white;
}

.image-cmpnt-alt-cta-stdalone {
  border: 2px solid white;
  border-radius: 3px;
  background-color: transparent;
  color: white;
  font-family: "DIN Pro";
  font-size: 1.45em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.2em;
  width: fit-content;
  height: auto;
  padding: 0.5em 1em;
  margin: 0.5em 0;
  margin-right: 1em;
  text-transform: uppercase;
}
.image-cmpnt-alt-cta-stdalone:hover {
  border: 2px solid #BBC600;
  color: white;
  background-color: #BBC600;
}

.image-cmpnt-cta-container-stdalone > form {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  margin: 0;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .double-img-cta-stdalone.material-icons-outlined {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .image-cmpnt-cta-stdalone,
.image-cmpnt-alt-cta-stdalone {
    font-size: 0.875em;
  }

  .double-img-cta-stdalone.material-icons-outlined {
    font-size: 1em;
  }

  .image-paragraph-cta-stdalone {
    font-size: 1.25em;
  }
}
/* KS - COMPONENTS CTA - END */
section.work-with-us label {
  margin-bottom: 4px;
}
section.work-with-us .mt-20 {
  margin-top: 20px;
}
section.work-with-us .mt-30 {
  margin-top: 30px;
}
section.work-with-us .mb-10 {
  margin-bottom: 10px;
}
section.work-with-us .mb-15 {
  margin-bottom: 15px;
}
section.work-with-us .mb-20 {
  margin-bottom: 20px;
}
section.work-with-us .mb-30 {
  margin-bottom: 30px;
}
section.work-with-us .mb-50 {
  margin-bottom: 50px;
}
section.work-with-us .mb-80 {
  margin-bottom: 80px;
}
section.work-with-us .mb-100 {
  margin-bottom: 100px;
}
section.work-with-us .ml-20 {
  margin-left: 20px;
}
section.work-with-us .red {
  color: #cad400;
}
section.work-with-us .title-small {
  font-size: 1.125em;
  letter-spacing: 0.05em;
  text-align: left;
}
section.work-with-us .title-normal {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
}
section.work-with-us .title-big {
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 3.6px;
}
section.work-with-us .subtitle-small {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 2.4px;
}
section.work-with-us .subtitle-small-light {
  font-size: 24px;
  letter-spacing: 2.4px;
}
section.work-with-us .subtitle-normal {
  font-size: 30px;
  letter-spacing: 3px;
}
section.work-with-us textarea.form-control {
  min-height: 214px;
}
section.work-with-us .privacy {
  font-size: 14px;
}
section.work-with-us .job-open-application-box {
  height: 70px;
  margin: 20px 0 35px;
  border: solid 3px transparent;
  border-radius: 4px;
  background-color: #F4F4F4;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
}
section.work-with-us .job-open-application-box:hover {
  border: solid 3px #cad400;
}
section.work-with-us .job-open-application-box.selected {
  border: solid 3px #cad400;
  cursor: default;
  background-color: #cad400;
  color: #FFF;
}
section.work-with-us .job-container {
  margin: 35px 0 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
section.work-with-us .job-box {
  width: 100%;
  min-height: 140px;
  padding: 18px 46.8px;
  border: solid 3px transparent;
  border-radius: 4px;
  cursor: pointer;
  background-color: #F4F4F4;
}
section.work-with-us .job-box.selected {
  border: solid 3px #cad400;
  cursor: default;
  background-color: #cad400;
  color: #FFF;
}
section.work-with-us .job-box:hover {
  border: solid 3px #cad400;
}
section.work-with-us .job-title {
  margin-bottom: 6.5px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1.5px;
}
section.work-with-us .job-brand {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.4px;
}
section.work-with-us .job-brand.job-brand-names {
  font-weight: 900;
}
section.work-with-us .job-brand-names {
  font-weight: 900;
}
section.work-with-us .job-marker {
  margin-right: 10px;
  font-size: 24px;
}
section.work-with-us .job-location {
  font-size: 16px;
  letter-spacing: 2.4px;
}
section.work-with-us .job-description-container {
  width: 100vw;
  margin: 50px 0 80px;
  padding: 40px 176px;
  background-color: #F4F4F4;
}
section.work-with-us .job-description-title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 4px;
  color: #cad400;
}
section.work-with-us .job-description-wrapper {
  display: flex;
  justify-content: center;
}
section.work-with-us .job-description-content {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.8px;
  max-width: 80%;
  text-align: left;
}
section.work-with-us .job-brand-content {
  font-size: 16px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.6px;
  text-align: left;
  color: #585858;
}
section.work-with-us .has-error .form-control {
  border-color: #cad400;
}
section.work-with-us .has-error .form-select {
  border-color: #cad400;
}
section.work-with-us .has-error .form-file-label {
  border-color: #cad400;
}
section.work-with-us .form-group {
  width: 100%;
}
section.work-with-us .form-group label.form-label.h4 {
  font-size: 14px;
}
section.work-with-us .form-file-group {
  width: initial;
  padding: 0;
  position: relative;
}
section.work-with-us .form-control {
  height: 40px;
  min-height: initial;
  font-size: 14px;
}
section.work-with-us .form-select {
  height: 40px;
  font-size: 14px;
}
section.work-with-us .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 17px;
}
section.work-with-us .form-check-input:checked {
  padding: 3px;
  background-clip: content-box;
  background-color: #cad400;
  border: solid 1px #cad400;
}
section.work-with-us .form-file-container {
  gap: 20px;
}
section.work-with-us .form-file-label {
  width: 422px;
  height: 200px;
  border: dashed 2px #CED4DA;
  border-radius: 4px;
  cursor: pointer;
}
section.work-with-us .form-file-label.selected {
  background-color: #F4F4F4;
  border: solid 2px #F4F4F4;
}
section.work-with-us .form-file-label.highlighted {
  border-color: #cad400;
  color: #cad400;
}
section.work-with-us .form-file-input {
  display: none;
}
section.work-with-us .form-file-error {
  margin-left: 16px;
}
section.work-with-us .btn-remove-file {
  width: 16px;
  height: 16px;
  right: 10px;
  top: 10px;
  padding: 0.5px 0.5px 0.5px 0.5px;
  position: absolute;
}
section.work-with-us .btn-remove-file.hide {
  display: none !important;
}
section.work-with-us .btn-submit {
  width: 424px;
  height: 56px;
  margin-bottom: 100px;
  border-radius: 4px;
  background-color: #cad400;
  color: #FFF;
  letter-spacing: 1.6px;
}
section.work-with-us .btn-submit:hover {
  background-color: #FFF;
  border-color: #cad400;
  color: #cad400;
}
@media (max-width: 767px) {
  section.work-with-us h1, section.work-with-us .h1 {
    font-size: 26px;
    letter-spacing: 2.6px;
  }
  section.work-with-us .col-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  section.work-with-us .mt-md-20 {
    margin-top: 20px;
  }
  section.work-with-us .mt-md-30 {
    margin-top: 30px;
  }
  section.work-with-us .mb-md-10 {
    margin-bottom: 10px;
  }
  section.work-with-us .mb-md-30 {
    margin-bottom: 30px;
  }
  section.work-with-us .mb-md-50 {
    margin-bottom: 50px;
  }
  section.work-with-us .ml-md-4 {
    margin-left: 4px;
  }
  section.work-with-us .title-small {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  section.work-with-us .title-normal {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
  section.work-with-us .title-big {
    font-size: 20px;
    letter-spacing: 2px;
  }
  section.work-with-us .subtitle-small {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  section.work-with-us .subtitle-small-light {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
  section.work-with-us .subtitle-normal {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  section.work-with-us textarea.form-control {
    min-height: 337px;
  }
  section.work-with-us .job-open-application-box {
    height: 60px;
    font-size: 14px;
  }
  section.work-with-us .job-container {
    flex-direction: column;
  }
  section.work-with-us .job-box {
    height: 80px;
    width: 100%;
    min-height: 105px;
    padding: 11px 0;
  }
  section.work-with-us .job-description-container {
    margin: 30px 0 50px;
    padding: 30px 10px;
  }
  section.work-with-us .job-description-title {
    font-size: 26px;
    letter-spacing: 2.6px;
  }
  section.work-with-us .job-description-content {
    font-size: 12px;
    max-width: 100%;
  }
  section.work-with-us .job-title {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  section.work-with-us .job-marker {
    font-size: 16px;
  }
  section.work-with-us .job-location {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  section.work-with-us .form-file-group {
    width: 100%;
    padding: 0;
    position: relative;
  }
  section.work-with-us .form-file-label {
    width: 100%;
    height: 100px;
  }
  section.work-with-us .form-file-error {
    margin-left: 0;
  }
  section.work-with-us .btn-submit {
    width: 355px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  section.work-with-us .job-box {
    width: 48%;
  }
  section.work-with-us .job-box .job-title {
    white-space: inherit;
  }
  section.work-with-us .job-description-container {
    margin: 30px 0 50px;
    padding: 30px 10px;
  }
  section.work-with-us .job-description-container .job-description-content {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  section.work-with-us .container-xxl {
    max-width: 1310px;
    padding: 0;
  }
}

#workWithUsForm .form-text-area-tell-us-something {
  font-size: 14px;
}

.article-header-cms-component {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.article-header-cms-component img {
  width: 100%;
}
.article-header-cms-component .article-header-text {
  position: absolute;
  top: 30%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.article-header-cms-component .article-header-text .h1 {
  font-size: 81px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.article-header-cms-component .article-header-text .h2 {
  font-size: 50px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.article-quote-paragraph-cms-component .author-quote {
  color: #32424f;
}
.article-quote-paragraph-cms-component .quotation-mark {
  color: #cad400;
}
.article-quote-paragraph-cms-component .big {
  font-size: 80px;
}
.article-quote-paragraph-cms-component .medium {
  font-size: 60px;
}
.article-quote-paragraph-cms-component .small {
  font-size: 40px;
}
.article-quote-paragraph-cms-component .none {
  display: none;
}
.article-quote-paragraph-cms-component .karpos-quote {
  display: flex;
  width: 0.33333333%;
}
.article-quote-paragraph-cms-component .w-100 {
  width: 100% !important;
}
.article-quote-paragraph-cms-component blockquote {
  padding-left: 1.5em;
}

@media screen and (max-width: 770px) {
  .article-header-cms-component .article-header-text h1, .article-header-cms-component .article-header-text .h1 {
    font-size: 48px;
  }
  .article-header-cms-component .article-header-text h2, .article-header-cms-component .article-header-text .h2 {
    font-size: 30px;
  }
}
.mosaic-cms-component {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.mosaic-cms-component .image-mosaic {
  display: grid;
  gap: 1rem;
  grid-template-columns: 342px 342px 342px 342px;
  grid-auto-rows: 342px;
}
@media screen and (min-width: 320px) and (max-width: 321px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 140px 140px;
    grid-auto-rows: 140px;
  }
}
@media screen and (min-width: 321px) and (max-width: 322px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 140.5px 140.5px;
    grid-auto-rows: 140.5px;
  }
}
@media screen and (min-width: 322px) and (max-width: 323px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 141px 141px;
    grid-auto-rows: 141px;
  }
}
@media screen and (min-width: 323px) and (max-width: 324px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 141.5px 141.5px;
    grid-auto-rows: 141.5px;
  }
}
@media screen and (min-width: 324px) and (max-width: 325px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 142px 142px;
    grid-auto-rows: 142px;
  }
}
@media screen and (min-width: 325px) and (max-width: 326px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 142.5px 142.5px;
    grid-auto-rows: 142.5px;
  }
}
@media screen and (min-width: 326px) and (max-width: 327px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 143px 143px;
    grid-auto-rows: 143px;
  }
}
@media screen and (min-width: 327px) and (max-width: 328px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 143.5px 143.5px;
    grid-auto-rows: 143.5px;
  }
}
@media screen and (min-width: 328px) and (max-width: 329px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 144px 144px;
    grid-auto-rows: 144px;
  }
}
@media screen and (min-width: 329px) and (max-width: 330px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 144.5px 144.5px;
    grid-auto-rows: 144.5px;
  }
}
@media screen and (min-width: 330px) and (max-width: 331px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 145px 145px;
    grid-auto-rows: 145px;
  }
}
@media screen and (min-width: 331px) and (max-width: 332px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 145.5px 145.5px;
    grid-auto-rows: 145.5px;
  }
}
@media screen and (min-width: 332px) and (max-width: 333px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 146px 146px;
    grid-auto-rows: 146px;
  }
}
@media screen and (min-width: 333px) and (max-width: 334px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 146.5px 146.5px;
    grid-auto-rows: 146.5px;
  }
}
@media screen and (min-width: 334px) and (max-width: 335px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 147px 147px;
    grid-auto-rows: 147px;
  }
}
@media screen and (min-width: 335px) and (max-width: 336px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 147.5px 147.5px;
    grid-auto-rows: 147.5px;
  }
}
@media screen and (min-width: 336px) and (max-width: 337px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 148px 148px;
    grid-auto-rows: 148px;
  }
}
@media screen and (min-width: 337px) and (max-width: 338px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 148.5px 148.5px;
    grid-auto-rows: 148.5px;
  }
}
@media screen and (min-width: 338px) and (max-width: 339px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 149px 149px;
    grid-auto-rows: 149px;
  }
}
@media screen and (min-width: 339px) and (max-width: 340px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 149.5px 149.5px;
    grid-auto-rows: 149.5px;
  }
}
@media screen and (min-width: 340px) and (max-width: 341px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 150px 150px;
    grid-auto-rows: 150px;
  }
}
@media screen and (min-width: 341px) and (max-width: 342px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 150.5px 150.5px;
    grid-auto-rows: 150.5px;
  }
}
@media screen and (min-width: 342px) and (max-width: 343px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 151px 151px;
    grid-auto-rows: 151px;
  }
}
@media screen and (min-width: 343px) and (max-width: 344px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 151.5px 151.5px;
    grid-auto-rows: 151.5px;
  }
}
@media screen and (min-width: 344px) and (max-width: 345px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 152px 152px;
    grid-auto-rows: 152px;
  }
}
@media screen and (min-width: 345px) and (max-width: 346px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 152.5px 152.5px;
    grid-auto-rows: 152.5px;
  }
}
@media screen and (min-width: 346px) and (max-width: 347px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 153px 153px;
    grid-auto-rows: 153px;
  }
}
@media screen and (min-width: 347px) and (max-width: 348px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 153.5px 153.5px;
    grid-auto-rows: 153.5px;
  }
}
@media screen and (min-width: 348px) and (max-width: 349px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 154px 154px;
    grid-auto-rows: 154px;
  }
}
@media screen and (min-width: 349px) and (max-width: 350px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 154.5px 154.5px;
    grid-auto-rows: 154.5px;
  }
}
@media screen and (min-width: 350px) and (max-width: 351px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 155px 155px;
    grid-auto-rows: 155px;
  }
}
@media screen and (min-width: 351px) and (max-width: 352px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 155.5px 155.5px;
    grid-auto-rows: 155.5px;
  }
}
@media screen and (min-width: 352px) and (max-width: 353px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 156px 156px;
    grid-auto-rows: 156px;
  }
}
@media screen and (min-width: 353px) and (max-width: 354px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 156.5px 156.5px;
    grid-auto-rows: 156.5px;
  }
}
@media screen and (min-width: 354px) and (max-width: 355px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 157px 157px;
    grid-auto-rows: 157px;
  }
}
@media screen and (min-width: 355px) and (max-width: 356px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 157.5px 157.5px;
    grid-auto-rows: 157.5px;
  }
}
@media screen and (min-width: 356px) and (max-width: 357px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 158px 158px;
    grid-auto-rows: 158px;
  }
}
@media screen and (min-width: 357px) and (max-width: 358px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 158.5px 158.5px;
    grid-auto-rows: 158.5px;
  }
}
@media screen and (min-width: 358px) and (max-width: 359px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 159px 159px;
    grid-auto-rows: 159px;
  }
}
@media screen and (min-width: 359px) and (max-width: 360px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 159.5px 159.5px;
    grid-auto-rows: 159.5px;
  }
}
@media screen and (min-width: 360px) and (max-width: 361px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 160px 160px;
    grid-auto-rows: 160px;
  }
}
@media screen and (min-width: 361px) and (max-width: 362px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 160.5px 160.5px;
    grid-auto-rows: 160.5px;
  }
}
@media screen and (min-width: 362px) and (max-width: 363px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 161px 161px;
    grid-auto-rows: 161px;
  }
}
@media screen and (min-width: 363px) and (max-width: 364px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 161.5px 161.5px;
    grid-auto-rows: 161.5px;
  }
}
@media screen and (min-width: 364px) and (max-width: 365px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 162px 162px;
    grid-auto-rows: 162px;
  }
}
@media screen and (min-width: 365px) and (max-width: 366px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 162.5px 162.5px;
    grid-auto-rows: 162.5px;
  }
}
@media screen and (min-width: 366px) and (max-width: 367px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 163px 163px;
    grid-auto-rows: 163px;
  }
}
@media screen and (min-width: 367px) and (max-width: 368px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 163.5px 163.5px;
    grid-auto-rows: 163.5px;
  }
}
@media screen and (min-width: 368px) and (max-width: 369px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 164px 164px;
    grid-auto-rows: 164px;
  }
}
@media screen and (min-width: 369px) and (max-width: 370px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 164.5px 164.5px;
    grid-auto-rows: 164.5px;
  }
}
@media screen and (min-width: 370px) and (max-width: 371px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 165px 165px;
    grid-auto-rows: 165px;
  }
}
@media screen and (min-width: 371px) and (max-width: 372px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 165.5px 165.5px;
    grid-auto-rows: 165.5px;
  }
}
@media screen and (min-width: 372px) and (max-width: 373px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 166px 166px;
    grid-auto-rows: 166px;
  }
}
@media screen and (min-width: 373px) and (max-width: 374px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 166.5px 166.5px;
    grid-auto-rows: 166.5px;
  }
}
@media screen and (min-width: 374px) and (max-width: 375px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 167px 167px;
    grid-auto-rows: 167px;
  }
}
@media screen and (min-width: 375px) and (max-width: 376px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 167.5px 167.5px;
    grid-auto-rows: 167.5px;
  }
}
@media screen and (min-width: 376px) and (max-width: 377px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 168px 168px;
    grid-auto-rows: 168px;
  }
}
@media screen and (min-width: 377px) and (max-width: 378px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 168.5px 168.5px;
    grid-auto-rows: 168.5px;
  }
}
@media screen and (min-width: 378px) and (max-width: 379px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 169px 169px;
    grid-auto-rows: 169px;
  }
}
@media screen and (min-width: 379px) and (max-width: 380px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 169.5px 169.5px;
    grid-auto-rows: 169.5px;
  }
}
@media screen and (min-width: 380px) and (max-width: 381px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 170px 170px;
    grid-auto-rows: 170px;
  }
}
@media screen and (min-width: 381px) and (max-width: 382px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 170.5px 170.5px;
    grid-auto-rows: 170.5px;
  }
}
@media screen and (min-width: 382px) and (max-width: 383px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 171px 171px;
    grid-auto-rows: 171px;
  }
}
@media screen and (min-width: 383px) and (max-width: 384px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 171.5px 171.5px;
    grid-auto-rows: 171.5px;
  }
}
@media screen and (min-width: 384px) and (max-width: 385px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 172px 172px;
    grid-auto-rows: 172px;
  }
}
@media screen and (min-width: 385px) and (max-width: 386px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 172.5px 172.5px;
    grid-auto-rows: 172.5px;
  }
}
@media screen and (min-width: 386px) and (max-width: 387px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 173px 173px;
    grid-auto-rows: 173px;
  }
}
@media screen and (min-width: 387px) and (max-width: 388px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 173.5px 173.5px;
    grid-auto-rows: 173.5px;
  }
}
@media screen and (min-width: 388px) and (max-width: 389px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 174px 174px;
    grid-auto-rows: 174px;
  }
}
@media screen and (min-width: 389px) and (max-width: 390px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 174.5px 174.5px;
    grid-auto-rows: 174.5px;
  }
}
@media screen and (min-width: 390px) and (max-width: 391px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 175px 175px;
    grid-auto-rows: 175px;
  }
}
@media screen and (min-width: 391px) and (max-width: 392px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 175.5px 175.5px;
    grid-auto-rows: 175.5px;
  }
}
@media screen and (min-width: 392px) and (max-width: 393px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 176px 176px;
    grid-auto-rows: 176px;
  }
}
@media screen and (min-width: 393px) and (max-width: 394px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 176.5px 176.5px;
    grid-auto-rows: 176.5px;
  }
}
@media screen and (min-width: 394px) and (max-width: 395px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 177px 177px;
    grid-auto-rows: 177px;
  }
}
@media screen and (min-width: 395px) and (max-width: 396px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 177.5px 177.5px;
    grid-auto-rows: 177.5px;
  }
}
@media screen and (min-width: 396px) and (max-width: 397px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 178px 178px;
    grid-auto-rows: 178px;
  }
}
@media screen and (min-width: 397px) and (max-width: 398px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 178.5px 178.5px;
    grid-auto-rows: 178.5px;
  }
}
@media screen and (min-width: 398px) and (max-width: 399px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 179px 179px;
    grid-auto-rows: 179px;
  }
}
@media screen and (min-width: 399px) and (max-width: 400px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 179.5px 179.5px;
    grid-auto-rows: 179.5px;
  }
}
@media screen and (min-width: 400px) and (max-width: 401px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 180px 180px;
    grid-auto-rows: 180px;
  }
}
@media screen and (min-width: 401px) and (max-width: 402px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 180.5px 180.5px;
    grid-auto-rows: 180.5px;
  }
}
@media screen and (min-width: 402px) and (max-width: 403px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 181px 181px;
    grid-auto-rows: 181px;
  }
}
@media screen and (min-width: 403px) and (max-width: 404px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 181.5px 181.5px;
    grid-auto-rows: 181.5px;
  }
}
@media screen and (min-width: 404px) and (max-width: 405px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 182px 182px;
    grid-auto-rows: 182px;
  }
}
@media screen and (min-width: 405px) and (max-width: 406px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 182.5px 182.5px;
    grid-auto-rows: 182.5px;
  }
}
@media screen and (min-width: 406px) and (max-width: 407px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 183px 183px;
    grid-auto-rows: 183px;
  }
}
@media screen and (min-width: 407px) and (max-width: 408px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 183.5px 183.5px;
    grid-auto-rows: 183.5px;
  }
}
@media screen and (min-width: 408px) and (max-width: 409px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 184px 184px;
    grid-auto-rows: 184px;
  }
}
@media screen and (min-width: 409px) and (max-width: 410px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 184.5px 184.5px;
    grid-auto-rows: 184.5px;
  }
}
@media screen and (min-width: 410px) and (max-width: 411px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 185px 185px;
    grid-auto-rows: 185px;
  }
}
@media screen and (min-width: 411px) and (max-width: 412px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 185.5px 185.5px;
    grid-auto-rows: 185.5px;
  }
}
@media screen and (min-width: 412px) and (max-width: 413px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 186px 186px;
    grid-auto-rows: 186px;
  }
}
@media screen and (min-width: 413px) and (max-width: 414px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 186.5px 186.5px;
    grid-auto-rows: 186.5px;
  }
}
@media screen and (min-width: 414px) and (max-width: 415px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 187px 187px;
    grid-auto-rows: 187px;
  }
}
@media screen and (min-width: 415px) and (max-width: 416px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 187.5px 187.5px;
    grid-auto-rows: 187.5px;
  }
}
@media screen and (min-width: 416px) and (max-width: 417px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 188px 188px;
    grid-auto-rows: 188px;
  }
}
@media screen and (min-width: 417px) and (max-width: 418px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 188.5px 188.5px;
    grid-auto-rows: 188.5px;
  }
}
@media screen and (min-width: 418px) and (max-width: 419px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 189px 189px;
    grid-auto-rows: 189px;
  }
}
@media screen and (min-width: 419px) and (max-width: 420px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 189.5px 189.5px;
    grid-auto-rows: 189.5px;
  }
}
@media screen and (min-width: 420px) and (max-width: 421px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 190px 190px;
    grid-auto-rows: 190px;
  }
}
@media screen and (min-width: 421px) and (max-width: 422px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 190.5px 190.5px;
    grid-auto-rows: 190.5px;
  }
}
@media screen and (min-width: 422px) and (max-width: 423px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 191px 191px;
    grid-auto-rows: 191px;
  }
}
@media screen and (min-width: 423px) and (max-width: 424px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 191.5px 191.5px;
    grid-auto-rows: 191.5px;
  }
}
@media screen and (min-width: 424px) and (max-width: 425px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 192px 192px;
    grid-auto-rows: 192px;
  }
}
@media screen and (min-width: 425px) and (max-width: 426px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 192.5px 192.5px;
    grid-auto-rows: 192.5px;
  }
}
@media screen and (min-width: 426px) and (max-width: 427px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 193px 193px;
    grid-auto-rows: 193px;
  }
}
@media screen and (min-width: 427px) and (max-width: 428px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 193.5px 193.5px;
    grid-auto-rows: 193.5px;
  }
}
@media screen and (min-width: 428px) and (max-width: 429px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 194px 194px;
    grid-auto-rows: 194px;
  }
}
@media screen and (min-width: 429px) and (max-width: 430px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 194.5px 194.5px;
    grid-auto-rows: 194.5px;
  }
}
@media screen and (min-width: 430px) and (max-width: 431px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 195px 195px;
    grid-auto-rows: 195px;
  }
}
@media screen and (min-width: 431px) and (max-width: 432px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 195.5px 195.5px;
    grid-auto-rows: 195.5px;
  }
}
@media screen and (min-width: 432px) and (max-width: 433px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 196px 196px;
    grid-auto-rows: 196px;
  }
}
@media screen and (min-width: 433px) and (max-width: 434px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 196.5px 196.5px;
    grid-auto-rows: 196.5px;
  }
}
@media screen and (min-width: 434px) and (max-width: 435px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 197px 197px;
    grid-auto-rows: 197px;
  }
}
@media screen and (min-width: 435px) and (max-width: 436px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 197.5px 197.5px;
    grid-auto-rows: 197.5px;
  }
}
@media screen and (min-width: 436px) and (max-width: 437px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 198px 198px;
    grid-auto-rows: 198px;
  }
}
@media screen and (min-width: 437px) and (max-width: 438px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 198.5px 198.5px;
    grid-auto-rows: 198.5px;
  }
}
@media screen and (min-width: 438px) and (max-width: 439px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 199px 199px;
    grid-auto-rows: 199px;
  }
}
@media screen and (min-width: 439px) and (max-width: 440px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 199.5px 199.5px;
    grid-auto-rows: 199.5px;
  }
}
@media screen and (min-width: 440px) and (max-width: 441px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 200px 200px;
    grid-auto-rows: 200px;
  }
}
@media screen and (min-width: 441px) and (max-width: 442px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 200.5px 200.5px;
    grid-auto-rows: 200.5px;
  }
}
@media screen and (min-width: 442px) and (max-width: 443px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 201px 201px;
    grid-auto-rows: 201px;
  }
}
@media screen and (min-width: 443px) and (max-width: 444px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 201.5px 201.5px;
    grid-auto-rows: 201.5px;
  }
}
@media screen and (min-width: 444px) and (max-width: 445px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 202px 202px;
    grid-auto-rows: 202px;
  }
}
@media screen and (min-width: 445px) and (max-width: 446px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 202.5px 202.5px;
    grid-auto-rows: 202.5px;
  }
}
@media screen and (min-width: 446px) and (max-width: 447px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 203px 203px;
    grid-auto-rows: 203px;
  }
}
@media screen and (min-width: 447px) and (max-width: 448px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 203.5px 203.5px;
    grid-auto-rows: 203.5px;
  }
}
@media screen and (min-width: 448px) and (max-width: 449px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 204px 204px;
    grid-auto-rows: 204px;
  }
}
@media screen and (min-width: 449px) and (max-width: 450px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 204.5px 204.5px;
    grid-auto-rows: 204.5px;
  }
}
@media screen and (min-width: 450px) and (max-width: 451px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 205px 205px;
    grid-auto-rows: 205px;
  }
}
@media screen and (min-width: 451px) and (max-width: 452px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 205.5px 205.5px;
    grid-auto-rows: 205.5px;
  }
}
@media screen and (min-width: 452px) and (max-width: 453px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 206px 206px;
    grid-auto-rows: 206px;
  }
}
@media screen and (min-width: 453px) and (max-width: 454px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 206.5px 206.5px;
    grid-auto-rows: 206.5px;
  }
}
@media screen and (min-width: 454px) and (max-width: 455px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 207px 207px;
    grid-auto-rows: 207px;
  }
}
@media screen and (min-width: 455px) and (max-width: 456px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 207.5px 207.5px;
    grid-auto-rows: 207.5px;
  }
}
@media screen and (min-width: 456px) and (max-width: 457px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 208px 208px;
    grid-auto-rows: 208px;
  }
}
@media screen and (min-width: 457px) and (max-width: 458px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 208.5px 208.5px;
    grid-auto-rows: 208.5px;
  }
}
@media screen and (min-width: 458px) and (max-width: 459px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 209px 209px;
    grid-auto-rows: 209px;
  }
}
@media screen and (min-width: 459px) and (max-width: 460px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 209.5px 209.5px;
    grid-auto-rows: 209.5px;
  }
}
@media screen and (min-width: 460px) and (max-width: 461px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 210px 210px;
    grid-auto-rows: 210px;
  }
}
@media screen and (min-width: 461px) and (max-width: 462px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 210.5px 210.5px;
    grid-auto-rows: 210.5px;
  }
}
@media screen and (min-width: 462px) and (max-width: 463px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 211px 211px;
    grid-auto-rows: 211px;
  }
}
@media screen and (min-width: 463px) and (max-width: 464px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 211.5px 211.5px;
    grid-auto-rows: 211.5px;
  }
}
@media screen and (min-width: 464px) and (max-width: 465px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 212px 212px;
    grid-auto-rows: 212px;
  }
}
@media screen and (min-width: 465px) and (max-width: 466px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 212.5px 212.5px;
    grid-auto-rows: 212.5px;
  }
}
@media screen and (min-width: 466px) and (max-width: 467px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 213px 213px;
    grid-auto-rows: 213px;
  }
}
@media screen and (min-width: 467px) and (max-width: 468px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 213.5px 213.5px;
    grid-auto-rows: 213.5px;
  }
}
@media screen and (min-width: 468px) and (max-width: 469px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 214px 214px;
    grid-auto-rows: 214px;
  }
}
@media screen and (min-width: 469px) and (max-width: 470px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 214.5px 214.5px;
    grid-auto-rows: 214.5px;
  }
}
@media screen and (min-width: 470px) and (max-width: 471px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 215px 215px;
    grid-auto-rows: 215px;
  }
}
@media screen and (min-width: 471px) and (max-width: 472px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 215.5px 215.5px;
    grid-auto-rows: 215.5px;
  }
}
@media screen and (min-width: 472px) and (max-width: 473px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 216px 216px;
    grid-auto-rows: 216px;
  }
}
@media screen and (min-width: 473px) and (max-width: 474px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 216.5px 216.5px;
    grid-auto-rows: 216.5px;
  }
}
@media screen and (min-width: 474px) and (max-width: 475px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 217px 217px;
    grid-auto-rows: 217px;
  }
}
@media screen and (min-width: 475px) and (max-width: 476px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 217.5px 217.5px;
    grid-auto-rows: 217.5px;
  }
}
@media screen and (min-width: 476px) and (max-width: 477px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 218px 218px;
    grid-auto-rows: 218px;
  }
}
@media screen and (min-width: 477px) and (max-width: 478px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 218.5px 218.5px;
    grid-auto-rows: 218.5px;
  }
}
@media screen and (min-width: 478px) and (max-width: 479px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 219px 219px;
    grid-auto-rows: 219px;
  }
}
@media screen and (min-width: 479px) and (max-width: 480px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 219.5px 219.5px;
    grid-auto-rows: 219.5px;
  }
}
@media screen and (min-width: 480px) and (max-width: 481px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 220px 220px;
    grid-auto-rows: 220px;
  }
}
@media screen and (min-width: 481px) and (max-width: 482px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 220.5px 220.5px;
    grid-auto-rows: 220.5px;
  }
}
@media screen and (min-width: 482px) and (max-width: 483px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 221px 221px;
    grid-auto-rows: 221px;
  }
}
@media screen and (min-width: 483px) and (max-width: 484px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 221.5px 221.5px;
    grid-auto-rows: 221.5px;
  }
}
@media screen and (min-width: 484px) and (max-width: 485px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 222px 222px;
    grid-auto-rows: 222px;
  }
}
@media screen and (min-width: 485px) and (max-width: 486px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 222.5px 222.5px;
    grid-auto-rows: 222.5px;
  }
}
@media screen and (min-width: 486px) and (max-width: 487px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 223px 223px;
    grid-auto-rows: 223px;
  }
}
@media screen and (min-width: 487px) and (max-width: 488px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 223.5px 223.5px;
    grid-auto-rows: 223.5px;
  }
}
@media screen and (min-width: 488px) and (max-width: 489px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 224px 224px;
    grid-auto-rows: 224px;
  }
}
@media screen and (min-width: 489px) and (max-width: 490px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 224.5px 224.5px;
    grid-auto-rows: 224.5px;
  }
}
@media screen and (min-width: 490px) and (max-width: 491px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 225px 225px;
    grid-auto-rows: 225px;
  }
}
@media screen and (min-width: 491px) and (max-width: 492px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 225.5px 225.5px;
    grid-auto-rows: 225.5px;
  }
}
@media screen and (min-width: 492px) and (max-width: 493px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 226px 226px;
    grid-auto-rows: 226px;
  }
}
@media screen and (min-width: 493px) and (max-width: 494px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 226.5px 226.5px;
    grid-auto-rows: 226.5px;
  }
}
@media screen and (min-width: 494px) and (max-width: 495px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 227px 227px;
    grid-auto-rows: 227px;
  }
}
@media screen and (min-width: 495px) and (max-width: 496px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 227.5px 227.5px;
    grid-auto-rows: 227.5px;
  }
}
@media screen and (min-width: 496px) and (max-width: 497px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 228px 228px;
    grid-auto-rows: 228px;
  }
}
@media screen and (min-width: 497px) and (max-width: 498px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 228.5px 228.5px;
    grid-auto-rows: 228.5px;
  }
}
@media screen and (min-width: 498px) and (max-width: 499px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 229px 229px;
    grid-auto-rows: 229px;
  }
}
@media screen and (min-width: 499px) and (max-width: 500px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 229.5px 229.5px;
    grid-auto-rows: 229.5px;
  }
}
@media screen and (min-width: 500px) and (max-width: 501px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 230px 230px;
    grid-auto-rows: 230px;
  }
}
@media screen and (min-width: 501px) and (max-width: 502px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 230.5px 230.5px;
    grid-auto-rows: 230.5px;
  }
}
@media screen and (min-width: 502px) and (max-width: 503px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 231px 231px;
    grid-auto-rows: 231px;
  }
}
@media screen and (min-width: 503px) and (max-width: 504px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 231.5px 231.5px;
    grid-auto-rows: 231.5px;
  }
}
@media screen and (min-width: 504px) and (max-width: 505px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 232px 232px;
    grid-auto-rows: 232px;
  }
}
@media screen and (min-width: 505px) and (max-width: 506px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 232.5px 232.5px;
    grid-auto-rows: 232.5px;
  }
}
@media screen and (min-width: 506px) and (max-width: 507px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 233px 233px;
    grid-auto-rows: 233px;
  }
}
@media screen and (min-width: 507px) and (max-width: 508px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 233.5px 233.5px;
    grid-auto-rows: 233.5px;
  }
}
@media screen and (min-width: 508px) and (max-width: 509px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 234px 234px;
    grid-auto-rows: 234px;
  }
}
@media screen and (min-width: 509px) and (max-width: 510px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 234.5px 234.5px;
    grid-auto-rows: 234.5px;
  }
}
@media screen and (min-width: 510px) and (max-width: 511px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 235px 235px;
    grid-auto-rows: 235px;
  }
}
@media screen and (min-width: 511px) and (max-width: 512px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 235.5px 235.5px;
    grid-auto-rows: 235.5px;
  }
}
@media screen and (min-width: 512px) and (max-width: 513px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 236px 236px;
    grid-auto-rows: 236px;
  }
}
@media screen and (min-width: 513px) and (max-width: 514px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 236.5px 236.5px;
    grid-auto-rows: 236.5px;
  }
}
@media screen and (min-width: 514px) and (max-width: 515px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 237px 237px;
    grid-auto-rows: 237px;
  }
}
@media screen and (min-width: 515px) and (max-width: 516px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 237.5px 237.5px;
    grid-auto-rows: 237.5px;
  }
}
@media screen and (min-width: 516px) and (max-width: 517px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 238px 238px;
    grid-auto-rows: 238px;
  }
}
@media screen and (min-width: 517px) and (max-width: 518px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 238.5px 238.5px;
    grid-auto-rows: 238.5px;
  }
}
@media screen and (min-width: 518px) and (max-width: 519px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 239px 239px;
    grid-auto-rows: 239px;
  }
}
@media screen and (min-width: 519px) and (max-width: 520px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 239.5px 239.5px;
    grid-auto-rows: 239.5px;
  }
}
@media screen and (min-width: 520px) and (max-width: 521px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 240px 240px;
    grid-auto-rows: 240px;
  }
}
@media screen and (min-width: 521px) and (max-width: 522px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 240.5px 240.5px;
    grid-auto-rows: 240.5px;
  }
}
@media screen and (min-width: 522px) and (max-width: 523px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 241px 241px;
    grid-auto-rows: 241px;
  }
}
@media screen and (min-width: 523px) and (max-width: 524px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 241.5px 241.5px;
    grid-auto-rows: 241.5px;
  }
}
@media screen and (min-width: 524px) and (max-width: 525px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 242px 242px;
    grid-auto-rows: 242px;
  }
}
@media screen and (min-width: 525px) and (max-width: 526px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 242.5px 242.5px;
    grid-auto-rows: 242.5px;
  }
}
@media screen and (min-width: 526px) and (max-width: 527px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 243px 243px;
    grid-auto-rows: 243px;
  }
}
@media screen and (min-width: 527px) and (max-width: 528px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 243.5px 243.5px;
    grid-auto-rows: 243.5px;
  }
}
@media screen and (min-width: 528px) and (max-width: 529px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 244px 244px;
    grid-auto-rows: 244px;
  }
}
@media screen and (min-width: 529px) and (max-width: 530px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 244.5px 244.5px;
    grid-auto-rows: 244.5px;
  }
}
@media screen and (min-width: 530px) and (max-width: 531px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 245px 245px;
    grid-auto-rows: 245px;
  }
}
@media screen and (min-width: 531px) and (max-width: 532px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 245.5px 245.5px;
    grid-auto-rows: 245.5px;
  }
}
@media screen and (min-width: 532px) and (max-width: 533px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 246px 246px;
    grid-auto-rows: 246px;
  }
}
@media screen and (min-width: 533px) and (max-width: 534px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 246.5px 246.5px;
    grid-auto-rows: 246.5px;
  }
}
@media screen and (min-width: 534px) and (max-width: 535px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 247px 247px;
    grid-auto-rows: 247px;
  }
}
@media screen and (min-width: 535px) and (max-width: 536px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 247.5px 247.5px;
    grid-auto-rows: 247.5px;
  }
}
@media screen and (min-width: 536px) and (max-width: 537px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 248px 248px;
    grid-auto-rows: 248px;
  }
}
@media screen and (min-width: 537px) and (max-width: 538px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 248.5px 248.5px;
    grid-auto-rows: 248.5px;
  }
}
@media screen and (min-width: 538px) and (max-width: 539px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 249px 249px;
    grid-auto-rows: 249px;
  }
}
@media screen and (min-width: 539px) and (max-width: 540px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 249.5px 249.5px;
    grid-auto-rows: 249.5px;
  }
}
@media screen and (min-width: 540px) and (max-width: 541px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 250px 250px;
    grid-auto-rows: 250px;
  }
}
@media screen and (min-width: 541px) and (max-width: 542px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 250.5px 250.5px;
    grid-auto-rows: 250.5px;
  }
}
@media screen and (min-width: 542px) and (max-width: 543px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 251px 251px;
    grid-auto-rows: 251px;
  }
}
@media screen and (min-width: 543px) and (max-width: 544px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 251.5px 251.5px;
    grid-auto-rows: 251.5px;
  }
}
@media screen and (min-width: 544px) and (max-width: 545px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 252px 252px;
    grid-auto-rows: 252px;
  }
}
@media screen and (min-width: 545px) and (max-width: 546px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 252.5px 252.5px;
    grid-auto-rows: 252.5px;
  }
}
@media screen and (min-width: 546px) and (max-width: 547px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 253px 253px;
    grid-auto-rows: 253px;
  }
}
@media screen and (min-width: 547px) and (max-width: 548px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 253.5px 253.5px;
    grid-auto-rows: 253.5px;
  }
}
@media screen and (min-width: 548px) and (max-width: 549px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 254px 254px;
    grid-auto-rows: 254px;
  }
}
@media screen and (min-width: 549px) and (max-width: 550px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 254.5px 254.5px;
    grid-auto-rows: 254.5px;
  }
}
@media screen and (min-width: 550px) and (max-width: 551px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 255px 255px;
    grid-auto-rows: 255px;
  }
}
@media screen and (min-width: 551px) and (max-width: 552px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 255.5px 255.5px;
    grid-auto-rows: 255.5px;
  }
}
@media screen and (min-width: 552px) and (max-width: 553px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 256px 256px;
    grid-auto-rows: 256px;
  }
}
@media screen and (min-width: 553px) and (max-width: 554px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 256.5px 256.5px;
    grid-auto-rows: 256.5px;
  }
}
@media screen and (min-width: 554px) and (max-width: 555px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 257px 257px;
    grid-auto-rows: 257px;
  }
}
@media screen and (min-width: 555px) and (max-width: 556px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 257.5px 257.5px;
    grid-auto-rows: 257.5px;
  }
}
@media screen and (min-width: 556px) and (max-width: 557px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 258px 258px;
    grid-auto-rows: 258px;
  }
}
@media screen and (min-width: 557px) and (max-width: 558px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 258.5px 258.5px;
    grid-auto-rows: 258.5px;
  }
}
@media screen and (min-width: 558px) and (max-width: 559px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 259px 259px;
    grid-auto-rows: 259px;
  }
}
@media screen and (min-width: 559px) and (max-width: 560px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 259.5px 259.5px;
    grid-auto-rows: 259.5px;
  }
}
@media screen and (min-width: 560px) and (max-width: 561px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 260px 260px;
    grid-auto-rows: 260px;
  }
}
@media screen and (min-width: 561px) and (max-width: 562px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 260.5px 260.5px;
    grid-auto-rows: 260.5px;
  }
}
@media screen and (min-width: 562px) and (max-width: 563px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 261px 261px;
    grid-auto-rows: 261px;
  }
}
@media screen and (min-width: 563px) and (max-width: 564px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 261.5px 261.5px;
    grid-auto-rows: 261.5px;
  }
}
@media screen and (min-width: 564px) and (max-width: 565px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 262px 262px;
    grid-auto-rows: 262px;
  }
}
@media screen and (min-width: 565px) and (max-width: 566px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 262.5px 262.5px;
    grid-auto-rows: 262.5px;
  }
}
@media screen and (min-width: 566px) and (max-width: 567px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 263px 263px;
    grid-auto-rows: 263px;
  }
}
@media screen and (min-width: 567px) and (max-width: 568px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 263.5px 263.5px;
    grid-auto-rows: 263.5px;
  }
}
@media screen and (min-width: 568px) and (max-width: 569px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 264px 264px;
    grid-auto-rows: 264px;
  }
}
@media screen and (min-width: 569px) and (max-width: 570px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 264.5px 264.5px;
    grid-auto-rows: 264.5px;
  }
}
@media screen and (min-width: 570px) and (max-width: 571px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 265px 265px;
    grid-auto-rows: 265px;
  }
}
@media screen and (min-width: 571px) and (max-width: 572px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 265.5px 265.5px;
    grid-auto-rows: 265.5px;
  }
}
@media screen and (min-width: 572px) and (max-width: 573px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 266px 266px;
    grid-auto-rows: 266px;
  }
}
@media screen and (min-width: 573px) and (max-width: 574px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 266.5px 266.5px;
    grid-auto-rows: 266.5px;
  }
}
@media screen and (min-width: 574px) and (max-width: 575px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 267px 267px;
    grid-auto-rows: 267px;
  }
}
@media screen and (min-width: 575px) and (max-width: 576px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 267.5px 267.5px;
    grid-auto-rows: 267.5px;
  }
}
@media screen and (min-width: 576px) and (max-width: 577px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 268px 268px;
    grid-auto-rows: 268px;
  }
}
@media screen and (min-width: 577px) and (max-width: 578px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 268.5px 268.5px;
    grid-auto-rows: 268.5px;
  }
}
@media screen and (min-width: 578px) and (max-width: 579px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 269px 269px;
    grid-auto-rows: 269px;
  }
}
@media screen and (min-width: 579px) and (max-width: 580px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 269.5px 269.5px;
    grid-auto-rows: 269.5px;
  }
}
@media screen and (min-width: 580px) and (max-width: 581px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 270px 270px;
    grid-auto-rows: 270px;
  }
}
@media screen and (min-width: 581px) and (max-width: 582px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 270.5px 270.5px;
    grid-auto-rows: 270.5px;
  }
}
@media screen and (min-width: 582px) and (max-width: 583px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 271px 271px;
    grid-auto-rows: 271px;
  }
}
@media screen and (min-width: 583px) and (max-width: 584px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 271.5px 271.5px;
    grid-auto-rows: 271.5px;
  }
}
@media screen and (min-width: 584px) and (max-width: 585px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 272px 272px;
    grid-auto-rows: 272px;
  }
}
@media screen and (min-width: 585px) and (max-width: 586px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 272.5px 272.5px;
    grid-auto-rows: 272.5px;
  }
}
@media screen and (min-width: 586px) and (max-width: 587px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 273px 273px;
    grid-auto-rows: 273px;
  }
}
@media screen and (min-width: 587px) and (max-width: 588px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 273.5px 273.5px;
    grid-auto-rows: 273.5px;
  }
}
@media screen and (min-width: 588px) and (max-width: 589px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 274px 274px;
    grid-auto-rows: 274px;
  }
}
@media screen and (min-width: 589px) and (max-width: 590px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 274.5px 274.5px;
    grid-auto-rows: 274.5px;
  }
}
@media screen and (min-width: 590px) and (max-width: 591px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 275px 275px;
    grid-auto-rows: 275px;
  }
}
@media screen and (min-width: 591px) and (max-width: 592px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 275.5px 275.5px;
    grid-auto-rows: 275.5px;
  }
}
@media screen and (min-width: 592px) and (max-width: 593px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 276px 276px;
    grid-auto-rows: 276px;
  }
}
@media screen and (min-width: 593px) and (max-width: 594px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 276.5px 276.5px;
    grid-auto-rows: 276.5px;
  }
}
@media screen and (min-width: 594px) and (max-width: 595px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 277px 277px;
    grid-auto-rows: 277px;
  }
}
@media screen and (min-width: 595px) and (max-width: 596px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 277.5px 277.5px;
    grid-auto-rows: 277.5px;
  }
}
@media screen and (min-width: 596px) and (max-width: 597px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 278px 278px;
    grid-auto-rows: 278px;
  }
}
@media screen and (min-width: 597px) and (max-width: 598px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 278.5px 278.5px;
    grid-auto-rows: 278.5px;
  }
}
@media screen and (min-width: 598px) and (max-width: 599px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 279px 279px;
    grid-auto-rows: 279px;
  }
}
@media screen and (min-width: 599px) and (max-width: 600px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 279.5px 279.5px;
    grid-auto-rows: 279.5px;
  }
}
@media screen and (min-width: 600px) and (max-width: 601px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 280px 280px;
    grid-auto-rows: 280px;
  }
}
@media screen and (min-width: 601px) and (max-width: 602px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 280.5px 280.5px;
    grid-auto-rows: 280.5px;
  }
}
@media screen and (min-width: 602px) and (max-width: 603px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 281px 281px;
    grid-auto-rows: 281px;
  }
}
@media screen and (min-width: 603px) and (max-width: 604px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 281.5px 281.5px;
    grid-auto-rows: 281.5px;
  }
}
@media screen and (min-width: 604px) and (max-width: 605px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 282px 282px;
    grid-auto-rows: 282px;
  }
}
@media screen and (min-width: 605px) and (max-width: 606px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 282.5px 282.5px;
    grid-auto-rows: 282.5px;
  }
}
@media screen and (min-width: 606px) and (max-width: 607px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 283px 283px;
    grid-auto-rows: 283px;
  }
}
@media screen and (min-width: 607px) and (max-width: 608px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 283.5px 283.5px;
    grid-auto-rows: 283.5px;
  }
}
@media screen and (min-width: 608px) and (max-width: 609px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 284px 284px;
    grid-auto-rows: 284px;
  }
}
@media screen and (min-width: 609px) and (max-width: 610px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 284.5px 284.5px;
    grid-auto-rows: 284.5px;
  }
}
@media screen and (min-width: 610px) and (max-width: 611px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 285px 285px;
    grid-auto-rows: 285px;
  }
}
@media screen and (min-width: 611px) and (max-width: 612px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 285.5px 285.5px;
    grid-auto-rows: 285.5px;
  }
}
@media screen and (min-width: 612px) and (max-width: 613px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 286px 286px;
    grid-auto-rows: 286px;
  }
}
@media screen and (min-width: 613px) and (max-width: 614px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 286.5px 286.5px;
    grid-auto-rows: 286.5px;
  }
}
@media screen and (min-width: 614px) and (max-width: 615px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 287px 287px;
    grid-auto-rows: 287px;
  }
}
@media screen and (min-width: 615px) and (max-width: 616px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 287.5px 287.5px;
    grid-auto-rows: 287.5px;
  }
}
@media screen and (min-width: 616px) and (max-width: 617px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 288px 288px;
    grid-auto-rows: 288px;
  }
}
@media screen and (min-width: 617px) and (max-width: 618px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 288.5px 288.5px;
    grid-auto-rows: 288.5px;
  }
}
@media screen and (min-width: 618px) and (max-width: 619px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 289px 289px;
    grid-auto-rows: 289px;
  }
}
@media screen and (min-width: 619px) and (max-width: 620px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 289.5px 289.5px;
    grid-auto-rows: 289.5px;
  }
}
@media screen and (min-width: 620px) and (max-width: 621px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 290px 290px;
    grid-auto-rows: 290px;
  }
}
@media screen and (min-width: 621px) and (max-width: 622px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 290.5px 290.5px;
    grid-auto-rows: 290.5px;
  }
}
@media screen and (min-width: 622px) and (max-width: 623px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 291px 291px;
    grid-auto-rows: 291px;
  }
}
@media screen and (min-width: 623px) and (max-width: 624px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 291.5px 291.5px;
    grid-auto-rows: 291.5px;
  }
}
@media screen and (min-width: 624px) and (max-width: 625px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 292px 292px;
    grid-auto-rows: 292px;
  }
}
@media screen and (min-width: 625px) and (max-width: 626px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 292.5px 292.5px;
    grid-auto-rows: 292.5px;
  }
}
@media screen and (min-width: 626px) and (max-width: 627px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 293px 293px;
    grid-auto-rows: 293px;
  }
}
@media screen and (min-width: 627px) and (max-width: 628px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 293.5px 293.5px;
    grid-auto-rows: 293.5px;
  }
}
@media screen and (min-width: 628px) and (max-width: 629px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 294px 294px;
    grid-auto-rows: 294px;
  }
}
@media screen and (min-width: 629px) and (max-width: 630px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 294.5px 294.5px;
    grid-auto-rows: 294.5px;
  }
}
@media screen and (min-width: 630px) and (max-width: 631px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 295px 295px;
    grid-auto-rows: 295px;
  }
}
@media screen and (min-width: 631px) and (max-width: 632px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 295.5px 295.5px;
    grid-auto-rows: 295.5px;
  }
}
@media screen and (min-width: 632px) and (max-width: 633px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 296px 296px;
    grid-auto-rows: 296px;
  }
}
@media screen and (min-width: 633px) and (max-width: 634px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 296.5px 296.5px;
    grid-auto-rows: 296.5px;
  }
}
@media screen and (min-width: 634px) and (max-width: 635px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 297px 297px;
    grid-auto-rows: 297px;
  }
}
@media screen and (min-width: 635px) and (max-width: 636px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 297.5px 297.5px;
    grid-auto-rows: 297.5px;
  }
}
@media screen and (min-width: 636px) and (max-width: 637px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 298px 298px;
    grid-auto-rows: 298px;
  }
}
@media screen and (min-width: 637px) and (max-width: 638px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 298.5px 298.5px;
    grid-auto-rows: 298.5px;
  }
}
@media screen and (min-width: 638px) and (max-width: 639px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 299px 299px;
    grid-auto-rows: 299px;
  }
}
@media screen and (min-width: 639px) and (max-width: 640px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 299.5px 299.5px;
    grid-auto-rows: 299.5px;
  }
}
@media screen and (min-width: 640px) and (max-width: 641px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 300px 300px;
    grid-auto-rows: 300px;
  }
}
@media screen and (min-width: 641px) and (max-width: 642px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 300.5px 300.5px;
    grid-auto-rows: 300.5px;
  }
}
@media screen and (min-width: 642px) and (max-width: 643px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 301px 301px;
    grid-auto-rows: 301px;
  }
}
@media screen and (min-width: 643px) and (max-width: 644px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 301.5px 301.5px;
    grid-auto-rows: 301.5px;
  }
}
@media screen and (min-width: 644px) and (max-width: 645px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 302px 302px;
    grid-auto-rows: 302px;
  }
}
@media screen and (min-width: 645px) and (max-width: 646px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 302.5px 302.5px;
    grid-auto-rows: 302.5px;
  }
}
@media screen and (min-width: 646px) and (max-width: 647px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 303px 303px;
    grid-auto-rows: 303px;
  }
}
@media screen and (min-width: 647px) and (max-width: 648px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 303.5px 303.5px;
    grid-auto-rows: 303.5px;
  }
}
@media screen and (min-width: 648px) and (max-width: 649px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 304px 304px;
    grid-auto-rows: 304px;
  }
}
@media screen and (min-width: 649px) and (max-width: 650px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 304.5px 304.5px;
    grid-auto-rows: 304.5px;
  }
}
@media screen and (min-width: 650px) and (max-width: 651px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 305px 305px;
    grid-auto-rows: 305px;
  }
}
@media screen and (min-width: 651px) and (max-width: 652px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 305.5px 305.5px;
    grid-auto-rows: 305.5px;
  }
}
@media screen and (min-width: 652px) and (max-width: 653px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 306px 306px;
    grid-auto-rows: 306px;
  }
}
@media screen and (min-width: 653px) and (max-width: 654px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 306.5px 306.5px;
    grid-auto-rows: 306.5px;
  }
}
@media screen and (min-width: 654px) and (max-width: 655px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 307px 307px;
    grid-auto-rows: 307px;
  }
}
@media screen and (min-width: 655px) and (max-width: 656px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 307.5px 307.5px;
    grid-auto-rows: 307.5px;
  }
}
@media screen and (min-width: 656px) and (max-width: 657px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 308px 308px;
    grid-auto-rows: 308px;
  }
}
@media screen and (min-width: 657px) and (max-width: 658px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 308.5px 308.5px;
    grid-auto-rows: 308.5px;
  }
}
@media screen and (min-width: 658px) and (max-width: 659px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 309px 309px;
    grid-auto-rows: 309px;
  }
}
@media screen and (min-width: 659px) and (max-width: 660px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 309.5px 309.5px;
    grid-auto-rows: 309.5px;
  }
}
@media screen and (min-width: 660px) and (max-width: 661px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 310px 310px;
    grid-auto-rows: 310px;
  }
}
@media screen and (min-width: 661px) and (max-width: 662px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 310.5px 310.5px;
    grid-auto-rows: 310.5px;
  }
}
@media screen and (min-width: 662px) and (max-width: 663px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 311px 311px;
    grid-auto-rows: 311px;
  }
}
@media screen and (min-width: 663px) and (max-width: 664px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 311.5px 311.5px;
    grid-auto-rows: 311.5px;
  }
}
@media screen and (min-width: 664px) and (max-width: 665px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 312px 312px;
    grid-auto-rows: 312px;
  }
}
@media screen and (min-width: 665px) and (max-width: 666px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 312.5px 312.5px;
    grid-auto-rows: 312.5px;
  }
}
@media screen and (min-width: 666px) and (max-width: 667px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 313px 313px;
    grid-auto-rows: 313px;
  }
}
@media screen and (min-width: 667px) and (max-width: 668px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 313.5px 313.5px;
    grid-auto-rows: 313.5px;
  }
}
@media screen and (min-width: 668px) and (max-width: 669px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 314px 314px;
    grid-auto-rows: 314px;
  }
}
@media screen and (min-width: 669px) and (max-width: 670px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 314.5px 314.5px;
    grid-auto-rows: 314.5px;
  }
}
@media screen and (min-width: 670px) and (max-width: 671px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 315px 315px;
    grid-auto-rows: 315px;
  }
}
@media screen and (min-width: 671px) and (max-width: 672px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 315.5px 315.5px;
    grid-auto-rows: 315.5px;
  }
}
@media screen and (min-width: 672px) and (max-width: 673px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 316px 316px;
    grid-auto-rows: 316px;
  }
}
@media screen and (min-width: 673px) and (max-width: 674px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 316.5px 316.5px;
    grid-auto-rows: 316.5px;
  }
}
@media screen and (min-width: 674px) and (max-width: 675px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 317px 317px;
    grid-auto-rows: 317px;
  }
}
@media screen and (min-width: 675px) and (max-width: 676px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 317.5px 317.5px;
    grid-auto-rows: 317.5px;
  }
}
@media screen and (min-width: 676px) and (max-width: 677px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 318px 318px;
    grid-auto-rows: 318px;
  }
}
@media screen and (min-width: 677px) and (max-width: 678px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 318.5px 318.5px;
    grid-auto-rows: 318.5px;
  }
}
@media screen and (min-width: 678px) and (max-width: 679px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 319px 319px;
    grid-auto-rows: 319px;
  }
}
@media screen and (min-width: 679px) and (max-width: 680px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 319.5px 319.5px;
    grid-auto-rows: 319.5px;
  }
}
@media screen and (min-width: 680px) and (max-width: 681px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 320px 320px;
    grid-auto-rows: 320px;
  }
}
@media screen and (min-width: 681px) and (max-width: 682px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 320.5px 320.5px;
    grid-auto-rows: 320.5px;
  }
}
@media screen and (min-width: 682px) and (max-width: 683px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 321px 321px;
    grid-auto-rows: 321px;
  }
}
@media screen and (min-width: 683px) and (max-width: 684px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 321.5px 321.5px;
    grid-auto-rows: 321.5px;
  }
}
@media screen and (min-width: 684px) and (max-width: 685px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 322px 322px;
    grid-auto-rows: 322px;
  }
}
@media screen and (min-width: 685px) and (max-width: 686px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 322.5px 322.5px;
    grid-auto-rows: 322.5px;
  }
}
@media screen and (min-width: 686px) and (max-width: 687px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 323px 323px;
    grid-auto-rows: 323px;
  }
}
@media screen and (min-width: 687px) and (max-width: 688px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 323.5px 323.5px;
    grid-auto-rows: 323.5px;
  }
}
@media screen and (min-width: 688px) and (max-width: 689px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 324px 324px;
    grid-auto-rows: 324px;
  }
}
@media screen and (min-width: 689px) and (max-width: 690px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 324.5px 324.5px;
    grid-auto-rows: 324.5px;
  }
}
@media screen and (min-width: 690px) and (max-width: 691px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 325px 325px;
    grid-auto-rows: 325px;
  }
}
@media screen and (min-width: 691px) and (max-width: 692px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 325.5px 325.5px;
    grid-auto-rows: 325.5px;
  }
}
@media screen and (min-width: 692px) and (max-width: 693px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 326px 326px;
    grid-auto-rows: 326px;
  }
}
@media screen and (min-width: 693px) and (max-width: 694px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 326.5px 326.5px;
    grid-auto-rows: 326.5px;
  }
}
@media screen and (min-width: 694px) and (max-width: 695px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 327px 327px;
    grid-auto-rows: 327px;
  }
}
@media screen and (min-width: 695px) and (max-width: 696px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 327.5px 327.5px;
    grid-auto-rows: 327.5px;
  }
}
@media screen and (min-width: 696px) and (max-width: 697px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 328px 328px;
    grid-auto-rows: 328px;
  }
}
@media screen and (min-width: 697px) and (max-width: 698px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 328.5px 328.5px;
    grid-auto-rows: 328.5px;
  }
}
@media screen and (min-width: 698px) and (max-width: 699px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 329px 329px;
    grid-auto-rows: 329px;
  }
}
@media screen and (min-width: 699px) and (max-width: 700px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 329.5px 329.5px;
    grid-auto-rows: 329.5px;
  }
}
@media screen and (min-width: 700px) and (max-width: 701px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 330px 330px;
    grid-auto-rows: 330px;
  }
}
@media screen and (min-width: 701px) and (max-width: 702px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 330.5px 330.5px;
    grid-auto-rows: 330.5px;
  }
}
@media screen and (min-width: 702px) and (max-width: 703px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 331px 331px;
    grid-auto-rows: 331px;
  }
}
@media screen and (min-width: 703px) and (max-width: 704px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 331.5px 331.5px;
    grid-auto-rows: 331.5px;
  }
}
@media screen and (min-width: 704px) and (max-width: 705px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 332px 332px;
    grid-auto-rows: 332px;
  }
}
@media screen and (min-width: 705px) and (max-width: 706px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 332.5px 332.5px;
    grid-auto-rows: 332.5px;
  }
}
@media screen and (min-width: 706px) and (max-width: 707px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 333px 333px;
    grid-auto-rows: 333px;
  }
}
@media screen and (min-width: 707px) and (max-width: 708px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 333.5px 333.5px;
    grid-auto-rows: 333.5px;
  }
}
@media screen and (min-width: 708px) and (max-width: 709px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 334px 334px;
    grid-auto-rows: 334px;
  }
}
@media screen and (min-width: 709px) and (max-width: 710px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 334.5px 334.5px;
    grid-auto-rows: 334.5px;
  }
}
@media screen and (min-width: 710px) and (max-width: 711px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 335px 335px;
    grid-auto-rows: 335px;
  }
}
@media screen and (min-width: 711px) and (max-width: 712px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 335.5px 335.5px;
    grid-auto-rows: 335.5px;
  }
}
@media screen and (min-width: 712px) and (max-width: 713px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 336px 336px;
    grid-auto-rows: 336px;
  }
}
@media screen and (min-width: 713px) and (max-width: 714px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 336.5px 336.5px;
    grid-auto-rows: 336.5px;
  }
}
@media screen and (min-width: 714px) and (max-width: 715px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 337px 337px;
    grid-auto-rows: 337px;
  }
}
@media screen and (min-width: 715px) and (max-width: 716px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 337.5px 337.5px;
    grid-auto-rows: 337.5px;
  }
}
@media screen and (min-width: 716px) and (max-width: 717px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 338px 338px;
    grid-auto-rows: 338px;
  }
}
@media screen and (min-width: 717px) and (max-width: 718px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 338.5px 338.5px;
    grid-auto-rows: 338.5px;
  }
}
@media screen and (min-width: 718px) and (max-width: 719px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 339px 339px;
    grid-auto-rows: 339px;
  }
}
@media screen and (min-width: 719px) and (max-width: 720px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 339.5px 339.5px;
    grid-auto-rows: 339.5px;
  }
}
@media screen and (min-width: 720px) and (max-width: 721px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 340px 340px;
    grid-auto-rows: 340px;
  }
}
@media screen and (min-width: 721px) and (max-width: 722px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 340.5px 340.5px;
    grid-auto-rows: 340.5px;
  }
}
@media screen and (min-width: 722px) and (max-width: 723px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 341px 341px;
    grid-auto-rows: 341px;
  }
}
@media screen and (min-width: 723px) and (max-width: 724px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 341.5px 341.5px;
    grid-auto-rows: 341.5px;
  }
}
@media screen and (min-width: 724px) and (max-width: 725px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 342px 342px;
    grid-auto-rows: 342px;
  }
}
@media screen and (min-width: 725px) and (max-width: 726px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 342.5px 342.5px;
    grid-auto-rows: 342.5px;
  }
}
@media screen and (min-width: 726px) and (max-width: 727px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 343px 343px;
    grid-auto-rows: 343px;
  }
}
@media screen and (min-width: 727px) and (max-width: 728px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 343.5px 343.5px;
    grid-auto-rows: 343.5px;
  }
}
@media screen and (min-width: 728px) and (max-width: 729px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 344px 344px;
    grid-auto-rows: 344px;
  }
}
@media screen and (min-width: 729px) and (max-width: 730px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 344.5px 344.5px;
    grid-auto-rows: 344.5px;
  }
}
@media screen and (min-width: 730px) and (max-width: 731px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 345px 345px;
    grid-auto-rows: 345px;
  }
}
@media screen and (min-width: 731px) and (max-width: 732px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 345.5px 345.5px;
    grid-auto-rows: 345.5px;
  }
}
@media screen and (min-width: 732px) and (max-width: 733px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 346px 346px;
    grid-auto-rows: 346px;
  }
}
@media screen and (min-width: 733px) and (max-width: 734px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 346.5px 346.5px;
    grid-auto-rows: 346.5px;
  }
}
@media screen and (min-width: 734px) and (max-width: 735px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 347px 347px;
    grid-auto-rows: 347px;
  }
}
@media screen and (min-width: 735px) and (max-width: 736px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 347.5px 347.5px;
    grid-auto-rows: 347.5px;
  }
}
@media screen and (min-width: 736px) and (max-width: 737px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 348px 348px;
    grid-auto-rows: 348px;
  }
}
@media screen and (min-width: 737px) and (max-width: 738px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 348.5px 348.5px;
    grid-auto-rows: 348.5px;
  }
}
@media screen and (min-width: 738px) and (max-width: 739px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 349px 349px;
    grid-auto-rows: 349px;
  }
}
@media screen and (min-width: 739px) and (max-width: 740px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 349.5px 349.5px;
    grid-auto-rows: 349.5px;
  }
}
@media screen and (min-width: 740px) and (max-width: 741px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 350px 350px;
    grid-auto-rows: 350px;
  }
}
@media screen and (min-width: 741px) and (max-width: 742px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 350.5px 350.5px;
    grid-auto-rows: 350.5px;
  }
}
@media screen and (min-width: 742px) and (max-width: 743px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 351px 351px;
    grid-auto-rows: 351px;
  }
}
@media screen and (min-width: 743px) and (max-width: 744px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 351.5px 351.5px;
    grid-auto-rows: 351.5px;
  }
}
@media screen and (min-width: 744px) and (max-width: 745px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 352px 352px;
    grid-auto-rows: 352px;
  }
}
@media screen and (min-width: 745px) and (max-width: 746px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 352.5px 352.5px;
    grid-auto-rows: 352.5px;
  }
}
@media screen and (min-width: 746px) and (max-width: 747px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 353px 353px;
    grid-auto-rows: 353px;
  }
}
@media screen and (min-width: 747px) and (max-width: 748px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 353.5px 353.5px;
    grid-auto-rows: 353.5px;
  }
}
@media screen and (min-width: 748px) and (max-width: 749px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 354px 354px;
    grid-auto-rows: 354px;
  }
}
@media screen and (min-width: 749px) and (max-width: 750px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 354.5px 354.5px;
    grid-auto-rows: 354.5px;
  }
}
@media screen and (min-width: 750px) and (max-width: 751px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 355px 355px;
    grid-auto-rows: 355px;
  }
}
@media screen and (min-width: 751px) and (max-width: 752px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 355.5px 355.5px;
    grid-auto-rows: 355.5px;
  }
}
@media screen and (min-width: 752px) and (max-width: 753px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 356px 356px;
    grid-auto-rows: 356px;
  }
}
@media screen and (min-width: 753px) and (max-width: 754px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 356.5px 356.5px;
    grid-auto-rows: 356.5px;
  }
}
@media screen and (min-width: 754px) and (max-width: 755px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 357px 357px;
    grid-auto-rows: 357px;
  }
}
@media screen and (min-width: 755px) and (max-width: 756px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 357.5px 357.5px;
    grid-auto-rows: 357.5px;
  }
}
@media screen and (min-width: 756px) and (max-width: 757px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 358px 358px;
    grid-auto-rows: 358px;
  }
}
@media screen and (min-width: 757px) and (max-width: 758px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 358.5px 358.5px;
    grid-auto-rows: 358.5px;
  }
}
@media screen and (min-width: 758px) and (max-width: 759px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 359px 359px;
    grid-auto-rows: 359px;
  }
}
@media screen and (min-width: 759px) and (max-width: 760px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 359.5px 359.5px;
    grid-auto-rows: 359.5px;
  }
}
@media screen and (min-width: 760px) and (max-width: 761px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 360px 360px;
    grid-auto-rows: 360px;
  }
}
@media screen and (min-width: 761px) and (max-width: 762px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 360.5px 360.5px;
    grid-auto-rows: 360.5px;
  }
}
@media screen and (min-width: 762px) and (max-width: 763px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 361px 361px;
    grid-auto-rows: 361px;
  }
}
@media screen and (min-width: 763px) and (max-width: 764px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 361.5px 361.5px;
    grid-auto-rows: 361.5px;
  }
}
@media screen and (min-width: 764px) and (max-width: 765px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 362px 362px;
    grid-auto-rows: 362px;
  }
}
@media screen and (min-width: 765px) and (max-width: 766px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 362.5px 362.5px;
    grid-auto-rows: 362.5px;
  }
}
@media screen and (min-width: 766px) and (max-width: 767px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 363px 363px;
    grid-auto-rows: 363px;
  }
}
@media screen and (min-width: 767px) and (max-width: 768px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 363.5px 363.5px;
    grid-auto-rows: 363.5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 769px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 174px 174px 174px 174px;
    grid-auto-rows: 174px;
  }
}
@media screen and (min-width: 769px) and (max-width: 770px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 174.25px 174.25px 174.25px 174.25px;
    grid-auto-rows: 174.25px;
  }
}
@media screen and (min-width: 770px) and (max-width: 771px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 174.5px 174.5px 174.5px 174.5px;
    grid-auto-rows: 174.5px;
  }
}
@media screen and (min-width: 771px) and (max-width: 772px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 174.75px 174.75px 174.75px 174.75px;
    grid-auto-rows: 174.75px;
  }
}
@media screen and (min-width: 772px) and (max-width: 773px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 175px 175px 175px 175px;
    grid-auto-rows: 175px;
  }
}
@media screen and (min-width: 773px) and (max-width: 774px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 175.25px 175.25px 175.25px 175.25px;
    grid-auto-rows: 175.25px;
  }
}
@media screen and (min-width: 774px) and (max-width: 775px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 175.5px 175.5px 175.5px 175.5px;
    grid-auto-rows: 175.5px;
  }
}
@media screen and (min-width: 775px) and (max-width: 776px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 175.75px 175.75px 175.75px 175.75px;
    grid-auto-rows: 175.75px;
  }
}
@media screen and (min-width: 776px) and (max-width: 777px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 176px 176px 176px 176px;
    grid-auto-rows: 176px;
  }
}
@media screen and (min-width: 777px) and (max-width: 778px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 176.25px 176.25px 176.25px 176.25px;
    grid-auto-rows: 176.25px;
  }
}
@media screen and (min-width: 778px) and (max-width: 779px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 176.5px 176.5px 176.5px 176.5px;
    grid-auto-rows: 176.5px;
  }
}
@media screen and (min-width: 779px) and (max-width: 780px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 176.75px 176.75px 176.75px 176.75px;
    grid-auto-rows: 176.75px;
  }
}
@media screen and (min-width: 780px) and (max-width: 781px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 177px 177px 177px 177px;
    grid-auto-rows: 177px;
  }
}
@media screen and (min-width: 781px) and (max-width: 782px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 177.25px 177.25px 177.25px 177.25px;
    grid-auto-rows: 177.25px;
  }
}
@media screen and (min-width: 782px) and (max-width: 783px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 177.5px 177.5px 177.5px 177.5px;
    grid-auto-rows: 177.5px;
  }
}
@media screen and (min-width: 783px) and (max-width: 784px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 177.75px 177.75px 177.75px 177.75px;
    grid-auto-rows: 177.75px;
  }
}
@media screen and (min-width: 784px) and (max-width: 785px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 178px 178px 178px 178px;
    grid-auto-rows: 178px;
  }
}
@media screen and (min-width: 785px) and (max-width: 786px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 178.25px 178.25px 178.25px 178.25px;
    grid-auto-rows: 178.25px;
  }
}
@media screen and (min-width: 786px) and (max-width: 787px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 178.5px 178.5px 178.5px 178.5px;
    grid-auto-rows: 178.5px;
  }
}
@media screen and (min-width: 787px) and (max-width: 788px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 178.75px 178.75px 178.75px 178.75px;
    grid-auto-rows: 178.75px;
  }
}
@media screen and (min-width: 788px) and (max-width: 789px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 179px 179px 179px 179px;
    grid-auto-rows: 179px;
  }
}
@media screen and (min-width: 789px) and (max-width: 790px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 179.25px 179.25px 179.25px 179.25px;
    grid-auto-rows: 179.25px;
  }
}
@media screen and (min-width: 790px) and (max-width: 791px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 179.5px 179.5px 179.5px 179.5px;
    grid-auto-rows: 179.5px;
  }
}
@media screen and (min-width: 791px) and (max-width: 792px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 179.75px 179.75px 179.75px 179.75px;
    grid-auto-rows: 179.75px;
  }
}
@media screen and (min-width: 792px) and (max-width: 793px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 180px 180px 180px 180px;
    grid-auto-rows: 180px;
  }
}
@media screen and (min-width: 793px) and (max-width: 794px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 180.25px 180.25px 180.25px 180.25px;
    grid-auto-rows: 180.25px;
  }
}
@media screen and (min-width: 794px) and (max-width: 795px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 180.5px 180.5px 180.5px 180.5px;
    grid-auto-rows: 180.5px;
  }
}
@media screen and (min-width: 795px) and (max-width: 796px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 180.75px 180.75px 180.75px 180.75px;
    grid-auto-rows: 180.75px;
  }
}
@media screen and (min-width: 796px) and (max-width: 797px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 181px 181px 181px 181px;
    grid-auto-rows: 181px;
  }
}
@media screen and (min-width: 797px) and (max-width: 798px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 181.25px 181.25px 181.25px 181.25px;
    grid-auto-rows: 181.25px;
  }
}
@media screen and (min-width: 798px) and (max-width: 799px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 181.5px 181.5px 181.5px 181.5px;
    grid-auto-rows: 181.5px;
  }
}
@media screen and (min-width: 799px) and (max-width: 800px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 181.75px 181.75px 181.75px 181.75px;
    grid-auto-rows: 181.75px;
  }
}
@media screen and (min-width: 800px) and (max-width: 801px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 182px 182px 182px 182px;
    grid-auto-rows: 182px;
  }
}
@media screen and (min-width: 801px) and (max-width: 802px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 182.25px 182.25px 182.25px 182.25px;
    grid-auto-rows: 182.25px;
  }
}
@media screen and (min-width: 802px) and (max-width: 803px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 182.5px 182.5px 182.5px 182.5px;
    grid-auto-rows: 182.5px;
  }
}
@media screen and (min-width: 803px) and (max-width: 804px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 182.75px 182.75px 182.75px 182.75px;
    grid-auto-rows: 182.75px;
  }
}
@media screen and (min-width: 804px) and (max-width: 805px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 183px 183px 183px 183px;
    grid-auto-rows: 183px;
  }
}
@media screen and (min-width: 805px) and (max-width: 806px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 183.25px 183.25px 183.25px 183.25px;
    grid-auto-rows: 183.25px;
  }
}
@media screen and (min-width: 806px) and (max-width: 807px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 183.5px 183.5px 183.5px 183.5px;
    grid-auto-rows: 183.5px;
  }
}
@media screen and (min-width: 807px) and (max-width: 808px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 183.75px 183.75px 183.75px 183.75px;
    grid-auto-rows: 183.75px;
  }
}
@media screen and (min-width: 808px) and (max-width: 809px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 184px 184px 184px 184px;
    grid-auto-rows: 184px;
  }
}
@media screen and (min-width: 809px) and (max-width: 810px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 184.25px 184.25px 184.25px 184.25px;
    grid-auto-rows: 184.25px;
  }
}
@media screen and (min-width: 810px) and (max-width: 811px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 184.5px 184.5px 184.5px 184.5px;
    grid-auto-rows: 184.5px;
  }
}
@media screen and (min-width: 811px) and (max-width: 812px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 184.75px 184.75px 184.75px 184.75px;
    grid-auto-rows: 184.75px;
  }
}
@media screen and (min-width: 812px) and (max-width: 813px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 185px 185px 185px 185px;
    grid-auto-rows: 185px;
  }
}
@media screen and (min-width: 813px) and (max-width: 814px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 185.25px 185.25px 185.25px 185.25px;
    grid-auto-rows: 185.25px;
  }
}
@media screen and (min-width: 814px) and (max-width: 815px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 185.5px 185.5px 185.5px 185.5px;
    grid-auto-rows: 185.5px;
  }
}
@media screen and (min-width: 815px) and (max-width: 816px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 185.75px 185.75px 185.75px 185.75px;
    grid-auto-rows: 185.75px;
  }
}
@media screen and (min-width: 816px) and (max-width: 817px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 186px 186px 186px 186px;
    grid-auto-rows: 186px;
  }
}
@media screen and (min-width: 817px) and (max-width: 818px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 186.25px 186.25px 186.25px 186.25px;
    grid-auto-rows: 186.25px;
  }
}
@media screen and (min-width: 818px) and (max-width: 819px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 186.5px 186.5px 186.5px 186.5px;
    grid-auto-rows: 186.5px;
  }
}
@media screen and (min-width: 819px) and (max-width: 820px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 186.75px 186.75px 186.75px 186.75px;
    grid-auto-rows: 186.75px;
  }
}
@media screen and (min-width: 820px) and (max-width: 821px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 187px 187px 187px 187px;
    grid-auto-rows: 187px;
  }
}
@media screen and (min-width: 821px) and (max-width: 822px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 187.25px 187.25px 187.25px 187.25px;
    grid-auto-rows: 187.25px;
  }
}
@media screen and (min-width: 822px) and (max-width: 823px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 187.5px 187.5px 187.5px 187.5px;
    grid-auto-rows: 187.5px;
  }
}
@media screen and (min-width: 823px) and (max-width: 824px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 187.75px 187.75px 187.75px 187.75px;
    grid-auto-rows: 187.75px;
  }
}
@media screen and (min-width: 824px) and (max-width: 825px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 188px 188px 188px 188px;
    grid-auto-rows: 188px;
  }
}
@media screen and (min-width: 825px) and (max-width: 826px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 188.25px 188.25px 188.25px 188.25px;
    grid-auto-rows: 188.25px;
  }
}
@media screen and (min-width: 826px) and (max-width: 827px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 188.5px 188.5px 188.5px 188.5px;
    grid-auto-rows: 188.5px;
  }
}
@media screen and (min-width: 827px) and (max-width: 828px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 188.75px 188.75px 188.75px 188.75px;
    grid-auto-rows: 188.75px;
  }
}
@media screen and (min-width: 828px) and (max-width: 829px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 189px 189px 189px 189px;
    grid-auto-rows: 189px;
  }
}
@media screen and (min-width: 829px) and (max-width: 830px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 189.25px 189.25px 189.25px 189.25px;
    grid-auto-rows: 189.25px;
  }
}
@media screen and (min-width: 830px) and (max-width: 831px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 189.5px 189.5px 189.5px 189.5px;
    grid-auto-rows: 189.5px;
  }
}
@media screen and (min-width: 831px) and (max-width: 832px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 189.75px 189.75px 189.75px 189.75px;
    grid-auto-rows: 189.75px;
  }
}
@media screen and (min-width: 832px) and (max-width: 833px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 190px 190px 190px 190px;
    grid-auto-rows: 190px;
  }
}
@media screen and (min-width: 833px) and (max-width: 834px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 190.25px 190.25px 190.25px 190.25px;
    grid-auto-rows: 190.25px;
  }
}
@media screen and (min-width: 834px) and (max-width: 835px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 190.5px 190.5px 190.5px 190.5px;
    grid-auto-rows: 190.5px;
  }
}
@media screen and (min-width: 835px) and (max-width: 836px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 190.75px 190.75px 190.75px 190.75px;
    grid-auto-rows: 190.75px;
  }
}
@media screen and (min-width: 836px) and (max-width: 837px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 191px 191px 191px 191px;
    grid-auto-rows: 191px;
  }
}
@media screen and (min-width: 837px) and (max-width: 838px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 191.25px 191.25px 191.25px 191.25px;
    grid-auto-rows: 191.25px;
  }
}
@media screen and (min-width: 838px) and (max-width: 839px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 191.5px 191.5px 191.5px 191.5px;
    grid-auto-rows: 191.5px;
  }
}
@media screen and (min-width: 839px) and (max-width: 840px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 191.75px 191.75px 191.75px 191.75px;
    grid-auto-rows: 191.75px;
  }
}
@media screen and (min-width: 840px) and (max-width: 841px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 192px 192px 192px 192px;
    grid-auto-rows: 192px;
  }
}
@media screen and (min-width: 841px) and (max-width: 842px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 192.25px 192.25px 192.25px 192.25px;
    grid-auto-rows: 192.25px;
  }
}
@media screen and (min-width: 842px) and (max-width: 843px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 192.5px 192.5px 192.5px 192.5px;
    grid-auto-rows: 192.5px;
  }
}
@media screen and (min-width: 843px) and (max-width: 844px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 192.75px 192.75px 192.75px 192.75px;
    grid-auto-rows: 192.75px;
  }
}
@media screen and (min-width: 844px) and (max-width: 845px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 193px 193px 193px 193px;
    grid-auto-rows: 193px;
  }
}
@media screen and (min-width: 845px) and (max-width: 846px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 193.25px 193.25px 193.25px 193.25px;
    grid-auto-rows: 193.25px;
  }
}
@media screen and (min-width: 846px) and (max-width: 847px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 193.5px 193.5px 193.5px 193.5px;
    grid-auto-rows: 193.5px;
  }
}
@media screen and (min-width: 847px) and (max-width: 848px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 193.75px 193.75px 193.75px 193.75px;
    grid-auto-rows: 193.75px;
  }
}
@media screen and (min-width: 848px) and (max-width: 849px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 194px 194px 194px 194px;
    grid-auto-rows: 194px;
  }
}
@media screen and (min-width: 849px) and (max-width: 850px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 194.25px 194.25px 194.25px 194.25px;
    grid-auto-rows: 194.25px;
  }
}
@media screen and (min-width: 850px) and (max-width: 851px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 194.5px 194.5px 194.5px 194.5px;
    grid-auto-rows: 194.5px;
  }
}
@media screen and (min-width: 851px) and (max-width: 852px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 194.75px 194.75px 194.75px 194.75px;
    grid-auto-rows: 194.75px;
  }
}
@media screen and (min-width: 852px) and (max-width: 853px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 195px 195px 195px 195px;
    grid-auto-rows: 195px;
  }
}
@media screen and (min-width: 853px) and (max-width: 854px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 195.25px 195.25px 195.25px 195.25px;
    grid-auto-rows: 195.25px;
  }
}
@media screen and (min-width: 854px) and (max-width: 855px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 195.5px 195.5px 195.5px 195.5px;
    grid-auto-rows: 195.5px;
  }
}
@media screen and (min-width: 855px) and (max-width: 856px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 195.75px 195.75px 195.75px 195.75px;
    grid-auto-rows: 195.75px;
  }
}
@media screen and (min-width: 856px) and (max-width: 857px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 196px 196px 196px 196px;
    grid-auto-rows: 196px;
  }
}
@media screen and (min-width: 857px) and (max-width: 858px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 196.25px 196.25px 196.25px 196.25px;
    grid-auto-rows: 196.25px;
  }
}
@media screen and (min-width: 858px) and (max-width: 859px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 196.5px 196.5px 196.5px 196.5px;
    grid-auto-rows: 196.5px;
  }
}
@media screen and (min-width: 859px) and (max-width: 860px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 196.75px 196.75px 196.75px 196.75px;
    grid-auto-rows: 196.75px;
  }
}
@media screen and (min-width: 860px) and (max-width: 861px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 197px 197px 197px 197px;
    grid-auto-rows: 197px;
  }
}
@media screen and (min-width: 861px) and (max-width: 862px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 197.25px 197.25px 197.25px 197.25px;
    grid-auto-rows: 197.25px;
  }
}
@media screen and (min-width: 862px) and (max-width: 863px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 197.5px 197.5px 197.5px 197.5px;
    grid-auto-rows: 197.5px;
  }
}
@media screen and (min-width: 863px) and (max-width: 864px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 197.75px 197.75px 197.75px 197.75px;
    grid-auto-rows: 197.75px;
  }
}
@media screen and (min-width: 864px) and (max-width: 865px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 198px 198px 198px 198px;
    grid-auto-rows: 198px;
  }
}
@media screen and (min-width: 865px) and (max-width: 866px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 198.25px 198.25px 198.25px 198.25px;
    grid-auto-rows: 198.25px;
  }
}
@media screen and (min-width: 866px) and (max-width: 867px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 198.5px 198.5px 198.5px 198.5px;
    grid-auto-rows: 198.5px;
  }
}
@media screen and (min-width: 867px) and (max-width: 868px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 198.75px 198.75px 198.75px 198.75px;
    grid-auto-rows: 198.75px;
  }
}
@media screen and (min-width: 868px) and (max-width: 869px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 199px 199px 199px 199px;
    grid-auto-rows: 199px;
  }
}
@media screen and (min-width: 869px) and (max-width: 870px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 199.25px 199.25px 199.25px 199.25px;
    grid-auto-rows: 199.25px;
  }
}
@media screen and (min-width: 870px) and (max-width: 871px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 199.5px 199.5px 199.5px 199.5px;
    grid-auto-rows: 199.5px;
  }
}
@media screen and (min-width: 871px) and (max-width: 872px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 199.75px 199.75px 199.75px 199.75px;
    grid-auto-rows: 199.75px;
  }
}
@media screen and (min-width: 872px) and (max-width: 873px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 200px 200px 200px 200px;
    grid-auto-rows: 200px;
  }
}
@media screen and (min-width: 873px) and (max-width: 874px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 200.25px 200.25px 200.25px 200.25px;
    grid-auto-rows: 200.25px;
  }
}
@media screen and (min-width: 874px) and (max-width: 875px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 200.5px 200.5px 200.5px 200.5px;
    grid-auto-rows: 200.5px;
  }
}
@media screen and (min-width: 875px) and (max-width: 876px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 200.75px 200.75px 200.75px 200.75px;
    grid-auto-rows: 200.75px;
  }
}
@media screen and (min-width: 876px) and (max-width: 877px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 201px 201px 201px 201px;
    grid-auto-rows: 201px;
  }
}
@media screen and (min-width: 877px) and (max-width: 878px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 201.25px 201.25px 201.25px 201.25px;
    grid-auto-rows: 201.25px;
  }
}
@media screen and (min-width: 878px) and (max-width: 879px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 201.5px 201.5px 201.5px 201.5px;
    grid-auto-rows: 201.5px;
  }
}
@media screen and (min-width: 879px) and (max-width: 880px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 201.75px 201.75px 201.75px 201.75px;
    grid-auto-rows: 201.75px;
  }
}
@media screen and (min-width: 880px) and (max-width: 881px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 202px 202px 202px 202px;
    grid-auto-rows: 202px;
  }
}
@media screen and (min-width: 881px) and (max-width: 882px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 202.25px 202.25px 202.25px 202.25px;
    grid-auto-rows: 202.25px;
  }
}
@media screen and (min-width: 882px) and (max-width: 883px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 202.5px 202.5px 202.5px 202.5px;
    grid-auto-rows: 202.5px;
  }
}
@media screen and (min-width: 883px) and (max-width: 884px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 202.75px 202.75px 202.75px 202.75px;
    grid-auto-rows: 202.75px;
  }
}
@media screen and (min-width: 884px) and (max-width: 885px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 203px 203px 203px 203px;
    grid-auto-rows: 203px;
  }
}
@media screen and (min-width: 885px) and (max-width: 886px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 203.25px 203.25px 203.25px 203.25px;
    grid-auto-rows: 203.25px;
  }
}
@media screen and (min-width: 886px) and (max-width: 887px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 203.5px 203.5px 203.5px 203.5px;
    grid-auto-rows: 203.5px;
  }
}
@media screen and (min-width: 887px) and (max-width: 888px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 203.75px 203.75px 203.75px 203.75px;
    grid-auto-rows: 203.75px;
  }
}
@media screen and (min-width: 888px) and (max-width: 889px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 204px 204px 204px 204px;
    grid-auto-rows: 204px;
  }
}
@media screen and (min-width: 889px) and (max-width: 890px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 204.25px 204.25px 204.25px 204.25px;
    grid-auto-rows: 204.25px;
  }
}
@media screen and (min-width: 890px) and (max-width: 891px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 204.5px 204.5px 204.5px 204.5px;
    grid-auto-rows: 204.5px;
  }
}
@media screen and (min-width: 891px) and (max-width: 892px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 204.75px 204.75px 204.75px 204.75px;
    grid-auto-rows: 204.75px;
  }
}
@media screen and (min-width: 892px) and (max-width: 893px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 205px 205px 205px 205px;
    grid-auto-rows: 205px;
  }
}
@media screen and (min-width: 893px) and (max-width: 894px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 205.25px 205.25px 205.25px 205.25px;
    grid-auto-rows: 205.25px;
  }
}
@media screen and (min-width: 894px) and (max-width: 895px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 205.5px 205.5px 205.5px 205.5px;
    grid-auto-rows: 205.5px;
  }
}
@media screen and (min-width: 895px) and (max-width: 896px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 205.75px 205.75px 205.75px 205.75px;
    grid-auto-rows: 205.75px;
  }
}
@media screen and (min-width: 896px) and (max-width: 897px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 206px 206px 206px 206px;
    grid-auto-rows: 206px;
  }
}
@media screen and (min-width: 897px) and (max-width: 898px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 206.25px 206.25px 206.25px 206.25px;
    grid-auto-rows: 206.25px;
  }
}
@media screen and (min-width: 898px) and (max-width: 899px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 206.5px 206.5px 206.5px 206.5px;
    grid-auto-rows: 206.5px;
  }
}
@media screen and (min-width: 899px) and (max-width: 900px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 206.75px 206.75px 206.75px 206.75px;
    grid-auto-rows: 206.75px;
  }
}
@media screen and (min-width: 900px) and (max-width: 901px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 207px 207px 207px 207px;
    grid-auto-rows: 207px;
  }
}
@media screen and (min-width: 901px) and (max-width: 902px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 207.25px 207.25px 207.25px 207.25px;
    grid-auto-rows: 207.25px;
  }
}
@media screen and (min-width: 902px) and (max-width: 903px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 207.5px 207.5px 207.5px 207.5px;
    grid-auto-rows: 207.5px;
  }
}
@media screen and (min-width: 903px) and (max-width: 904px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 207.75px 207.75px 207.75px 207.75px;
    grid-auto-rows: 207.75px;
  }
}
@media screen and (min-width: 904px) and (max-width: 905px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 208px 208px 208px 208px;
    grid-auto-rows: 208px;
  }
}
@media screen and (min-width: 905px) and (max-width: 906px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 208.25px 208.25px 208.25px 208.25px;
    grid-auto-rows: 208.25px;
  }
}
@media screen and (min-width: 906px) and (max-width: 907px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 208.5px 208.5px 208.5px 208.5px;
    grid-auto-rows: 208.5px;
  }
}
@media screen and (min-width: 907px) and (max-width: 908px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 208.75px 208.75px 208.75px 208.75px;
    grid-auto-rows: 208.75px;
  }
}
@media screen and (min-width: 908px) and (max-width: 909px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 209px 209px 209px 209px;
    grid-auto-rows: 209px;
  }
}
@media screen and (min-width: 909px) and (max-width: 910px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 209.25px 209.25px 209.25px 209.25px;
    grid-auto-rows: 209.25px;
  }
}
@media screen and (min-width: 910px) and (max-width: 911px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 209.5px 209.5px 209.5px 209.5px;
    grid-auto-rows: 209.5px;
  }
}
@media screen and (min-width: 911px) and (max-width: 912px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 209.75px 209.75px 209.75px 209.75px;
    grid-auto-rows: 209.75px;
  }
}
@media screen and (min-width: 912px) and (max-width: 913px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 210px 210px 210px 210px;
    grid-auto-rows: 210px;
  }
}
@media screen and (min-width: 913px) and (max-width: 914px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 210.25px 210.25px 210.25px 210.25px;
    grid-auto-rows: 210.25px;
  }
}
@media screen and (min-width: 914px) and (max-width: 915px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 210.5px 210.5px 210.5px 210.5px;
    grid-auto-rows: 210.5px;
  }
}
@media screen and (min-width: 915px) and (max-width: 916px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 210.75px 210.75px 210.75px 210.75px;
    grid-auto-rows: 210.75px;
  }
}
@media screen and (min-width: 916px) and (max-width: 917px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 211px 211px 211px 211px;
    grid-auto-rows: 211px;
  }
}
@media screen and (min-width: 917px) and (max-width: 918px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 211.25px 211.25px 211.25px 211.25px;
    grid-auto-rows: 211.25px;
  }
}
@media screen and (min-width: 918px) and (max-width: 919px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 211.5px 211.5px 211.5px 211.5px;
    grid-auto-rows: 211.5px;
  }
}
@media screen and (min-width: 919px) and (max-width: 920px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 211.75px 211.75px 211.75px 211.75px;
    grid-auto-rows: 211.75px;
  }
}
@media screen and (min-width: 920px) and (max-width: 921px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 212px 212px 212px 212px;
    grid-auto-rows: 212px;
  }
}
@media screen and (min-width: 921px) and (max-width: 922px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 212.25px 212.25px 212.25px 212.25px;
    grid-auto-rows: 212.25px;
  }
}
@media screen and (min-width: 922px) and (max-width: 923px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 212.5px 212.5px 212.5px 212.5px;
    grid-auto-rows: 212.5px;
  }
}
@media screen and (min-width: 923px) and (max-width: 924px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 212.75px 212.75px 212.75px 212.75px;
    grid-auto-rows: 212.75px;
  }
}
@media screen and (min-width: 924px) and (max-width: 925px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 213px 213px 213px 213px;
    grid-auto-rows: 213px;
  }
}
@media screen and (min-width: 925px) and (max-width: 926px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 213.25px 213.25px 213.25px 213.25px;
    grid-auto-rows: 213.25px;
  }
}
@media screen and (min-width: 926px) and (max-width: 927px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 213.5px 213.5px 213.5px 213.5px;
    grid-auto-rows: 213.5px;
  }
}
@media screen and (min-width: 927px) and (max-width: 928px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 213.75px 213.75px 213.75px 213.75px;
    grid-auto-rows: 213.75px;
  }
}
@media screen and (min-width: 928px) and (max-width: 929px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 214px 214px 214px 214px;
    grid-auto-rows: 214px;
  }
}
@media screen and (min-width: 929px) and (max-width: 930px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 214.25px 214.25px 214.25px 214.25px;
    grid-auto-rows: 214.25px;
  }
}
@media screen and (min-width: 930px) and (max-width: 931px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 214.5px 214.5px 214.5px 214.5px;
    grid-auto-rows: 214.5px;
  }
}
@media screen and (min-width: 931px) and (max-width: 932px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 214.75px 214.75px 214.75px 214.75px;
    grid-auto-rows: 214.75px;
  }
}
@media screen and (min-width: 932px) and (max-width: 933px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 215px 215px 215px 215px;
    grid-auto-rows: 215px;
  }
}
@media screen and (min-width: 933px) and (max-width: 934px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 215.25px 215.25px 215.25px 215.25px;
    grid-auto-rows: 215.25px;
  }
}
@media screen and (min-width: 934px) and (max-width: 935px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 215.5px 215.5px 215.5px 215.5px;
    grid-auto-rows: 215.5px;
  }
}
@media screen and (min-width: 935px) and (max-width: 936px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 215.75px 215.75px 215.75px 215.75px;
    grid-auto-rows: 215.75px;
  }
}
@media screen and (min-width: 936px) and (max-width: 937px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 216px 216px 216px 216px;
    grid-auto-rows: 216px;
  }
}
@media screen and (min-width: 937px) and (max-width: 938px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 216.25px 216.25px 216.25px 216.25px;
    grid-auto-rows: 216.25px;
  }
}
@media screen and (min-width: 938px) and (max-width: 939px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 216.5px 216.5px 216.5px 216.5px;
    grid-auto-rows: 216.5px;
  }
}
@media screen and (min-width: 939px) and (max-width: 940px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 216.75px 216.75px 216.75px 216.75px;
    grid-auto-rows: 216.75px;
  }
}
@media screen and (min-width: 940px) and (max-width: 941px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 217px 217px 217px 217px;
    grid-auto-rows: 217px;
  }
}
@media screen and (min-width: 941px) and (max-width: 942px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 217.25px 217.25px 217.25px 217.25px;
    grid-auto-rows: 217.25px;
  }
}
@media screen and (min-width: 942px) and (max-width: 943px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 217.5px 217.5px 217.5px 217.5px;
    grid-auto-rows: 217.5px;
  }
}
@media screen and (min-width: 943px) and (max-width: 944px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 217.75px 217.75px 217.75px 217.75px;
    grid-auto-rows: 217.75px;
  }
}
@media screen and (min-width: 944px) and (max-width: 945px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 218px 218px 218px 218px;
    grid-auto-rows: 218px;
  }
}
@media screen and (min-width: 945px) and (max-width: 946px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 218.25px 218.25px 218.25px 218.25px;
    grid-auto-rows: 218.25px;
  }
}
@media screen and (min-width: 946px) and (max-width: 947px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 218.5px 218.5px 218.5px 218.5px;
    grid-auto-rows: 218.5px;
  }
}
@media screen and (min-width: 947px) and (max-width: 948px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 218.75px 218.75px 218.75px 218.75px;
    grid-auto-rows: 218.75px;
  }
}
@media screen and (min-width: 948px) and (max-width: 949px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 219px 219px 219px 219px;
    grid-auto-rows: 219px;
  }
}
@media screen and (min-width: 949px) and (max-width: 950px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 219.25px 219.25px 219.25px 219.25px;
    grid-auto-rows: 219.25px;
  }
}
@media screen and (min-width: 950px) and (max-width: 951px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 219.5px 219.5px 219.5px 219.5px;
    grid-auto-rows: 219.5px;
  }
}
@media screen and (min-width: 951px) and (max-width: 952px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 219.75px 219.75px 219.75px 219.75px;
    grid-auto-rows: 219.75px;
  }
}
@media screen and (min-width: 952px) and (max-width: 953px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 220px 220px 220px 220px;
    grid-auto-rows: 220px;
  }
}
@media screen and (min-width: 953px) and (max-width: 954px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 220.25px 220.25px 220.25px 220.25px;
    grid-auto-rows: 220.25px;
  }
}
@media screen and (min-width: 954px) and (max-width: 955px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 220.5px 220.5px 220.5px 220.5px;
    grid-auto-rows: 220.5px;
  }
}
@media screen and (min-width: 955px) and (max-width: 956px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 220.75px 220.75px 220.75px 220.75px;
    grid-auto-rows: 220.75px;
  }
}
@media screen and (min-width: 956px) and (max-width: 957px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 221px 221px 221px 221px;
    grid-auto-rows: 221px;
  }
}
@media screen and (min-width: 957px) and (max-width: 958px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 221.25px 221.25px 221.25px 221.25px;
    grid-auto-rows: 221.25px;
  }
}
@media screen and (min-width: 958px) and (max-width: 959px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 221.5px 221.5px 221.5px 221.5px;
    grid-auto-rows: 221.5px;
  }
}
@media screen and (min-width: 959px) and (max-width: 960px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 221.75px 221.75px 221.75px 221.75px;
    grid-auto-rows: 221.75px;
  }
}
@media screen and (min-width: 960px) and (max-width: 961px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 222px 222px 222px 222px;
    grid-auto-rows: 222px;
  }
}
@media screen and (min-width: 961px) and (max-width: 962px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 222.25px 222.25px 222.25px 222.25px;
    grid-auto-rows: 222.25px;
  }
}
@media screen and (min-width: 962px) and (max-width: 963px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 222.5px 222.5px 222.5px 222.5px;
    grid-auto-rows: 222.5px;
  }
}
@media screen and (min-width: 963px) and (max-width: 964px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 222.75px 222.75px 222.75px 222.75px;
    grid-auto-rows: 222.75px;
  }
}
@media screen and (min-width: 964px) and (max-width: 965px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 223px 223px 223px 223px;
    grid-auto-rows: 223px;
  }
}
@media screen and (min-width: 965px) and (max-width: 966px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 223.25px 223.25px 223.25px 223.25px;
    grid-auto-rows: 223.25px;
  }
}
@media screen and (min-width: 966px) and (max-width: 967px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 223.5px 223.5px 223.5px 223.5px;
    grid-auto-rows: 223.5px;
  }
}
@media screen and (min-width: 967px) and (max-width: 968px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 223.75px 223.75px 223.75px 223.75px;
    grid-auto-rows: 223.75px;
  }
}
@media screen and (min-width: 968px) and (max-width: 969px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 224px 224px 224px 224px;
    grid-auto-rows: 224px;
  }
}
@media screen and (min-width: 969px) and (max-width: 970px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 224.25px 224.25px 224.25px 224.25px;
    grid-auto-rows: 224.25px;
  }
}
@media screen and (min-width: 970px) and (max-width: 971px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 224.5px 224.5px 224.5px 224.5px;
    grid-auto-rows: 224.5px;
  }
}
@media screen and (min-width: 971px) and (max-width: 972px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 224.75px 224.75px 224.75px 224.75px;
    grid-auto-rows: 224.75px;
  }
}
@media screen and (min-width: 972px) and (max-width: 973px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 225px 225px 225px 225px;
    grid-auto-rows: 225px;
  }
}
@media screen and (min-width: 973px) and (max-width: 974px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 225.25px 225.25px 225.25px 225.25px;
    grid-auto-rows: 225.25px;
  }
}
@media screen and (min-width: 974px) and (max-width: 975px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 225.5px 225.5px 225.5px 225.5px;
    grid-auto-rows: 225.5px;
  }
}
@media screen and (min-width: 975px) and (max-width: 976px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 225.75px 225.75px 225.75px 225.75px;
    grid-auto-rows: 225.75px;
  }
}
@media screen and (min-width: 976px) and (max-width: 977px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 226px 226px 226px 226px;
    grid-auto-rows: 226px;
  }
}
@media screen and (min-width: 977px) and (max-width: 978px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 226.25px 226.25px 226.25px 226.25px;
    grid-auto-rows: 226.25px;
  }
}
@media screen and (min-width: 978px) and (max-width: 979px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 226.5px 226.5px 226.5px 226.5px;
    grid-auto-rows: 226.5px;
  }
}
@media screen and (min-width: 979px) and (max-width: 980px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 226.75px 226.75px 226.75px 226.75px;
    grid-auto-rows: 226.75px;
  }
}
@media screen and (min-width: 980px) and (max-width: 981px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 227px 227px 227px 227px;
    grid-auto-rows: 227px;
  }
}
@media screen and (min-width: 981px) and (max-width: 982px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 227.25px 227.25px 227.25px 227.25px;
    grid-auto-rows: 227.25px;
  }
}
@media screen and (min-width: 982px) and (max-width: 983px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 227.5px 227.5px 227.5px 227.5px;
    grid-auto-rows: 227.5px;
  }
}
@media screen and (min-width: 983px) and (max-width: 984px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 227.75px 227.75px 227.75px 227.75px;
    grid-auto-rows: 227.75px;
  }
}
@media screen and (min-width: 984px) and (max-width: 985px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 228px 228px 228px 228px;
    grid-auto-rows: 228px;
  }
}
@media screen and (min-width: 985px) and (max-width: 986px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 228.25px 228.25px 228.25px 228.25px;
    grid-auto-rows: 228.25px;
  }
}
@media screen and (min-width: 986px) and (max-width: 987px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 228.5px 228.5px 228.5px 228.5px;
    grid-auto-rows: 228.5px;
  }
}
@media screen and (min-width: 987px) and (max-width: 988px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 228.75px 228.75px 228.75px 228.75px;
    grid-auto-rows: 228.75px;
  }
}
@media screen and (min-width: 988px) and (max-width: 989px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 229px 229px 229px 229px;
    grid-auto-rows: 229px;
  }
}
@media screen and (min-width: 989px) and (max-width: 990px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 229.25px 229.25px 229.25px 229.25px;
    grid-auto-rows: 229.25px;
  }
}
@media screen and (min-width: 990px) and (max-width: 991px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 229.5px 229.5px 229.5px 229.5px;
    grid-auto-rows: 229.5px;
  }
}
@media screen and (min-width: 991px) and (max-width: 992px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 229.75px 229.75px 229.75px 229.75px;
    grid-auto-rows: 229.75px;
  }
}
@media screen and (min-width: 992px) and (max-width: 993px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 230px 230px 230px 230px;
    grid-auto-rows: 230px;
  }
}
@media screen and (min-width: 993px) and (max-width: 994px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 230.25px 230.25px 230.25px 230.25px;
    grid-auto-rows: 230.25px;
  }
}
@media screen and (min-width: 994px) and (max-width: 995px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 230.5px 230.5px 230.5px 230.5px;
    grid-auto-rows: 230.5px;
  }
}
@media screen and (min-width: 995px) and (max-width: 996px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 230.75px 230.75px 230.75px 230.75px;
    grid-auto-rows: 230.75px;
  }
}
@media screen and (min-width: 996px) and (max-width: 997px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 231px 231px 231px 231px;
    grid-auto-rows: 231px;
  }
}
@media screen and (min-width: 997px) and (max-width: 998px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 231.25px 231.25px 231.25px 231.25px;
    grid-auto-rows: 231.25px;
  }
}
@media screen and (min-width: 998px) and (max-width: 999px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 231.5px 231.5px 231.5px 231.5px;
    grid-auto-rows: 231.5px;
  }
}
@media screen and (min-width: 999px) and (max-width: 1000px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 231.75px 231.75px 231.75px 231.75px;
    grid-auto-rows: 231.75px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1001px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 232px 232px 232px 232px;
    grid-auto-rows: 232px;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1002px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 232.25px 232.25px 232.25px 232.25px;
    grid-auto-rows: 232.25px;
  }
}
@media screen and (min-width: 1002px) and (max-width: 1003px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 232.5px 232.5px 232.5px 232.5px;
    grid-auto-rows: 232.5px;
  }
}
@media screen and (min-width: 1003px) and (max-width: 1004px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 232.75px 232.75px 232.75px 232.75px;
    grid-auto-rows: 232.75px;
  }
}
@media screen and (min-width: 1004px) and (max-width: 1005px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 233px 233px 233px 233px;
    grid-auto-rows: 233px;
  }
}
@media screen and (min-width: 1005px) and (max-width: 1006px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 233.25px 233.25px 233.25px 233.25px;
    grid-auto-rows: 233.25px;
  }
}
@media screen and (min-width: 1006px) and (max-width: 1007px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 233.5px 233.5px 233.5px 233.5px;
    grid-auto-rows: 233.5px;
  }
}
@media screen and (min-width: 1007px) and (max-width: 1008px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 233.75px 233.75px 233.75px 233.75px;
    grid-auto-rows: 233.75px;
  }
}
@media screen and (min-width: 1008px) and (max-width: 1009px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 234px 234px 234px 234px;
    grid-auto-rows: 234px;
  }
}
@media screen and (min-width: 1009px) and (max-width: 1010px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 234.25px 234.25px 234.25px 234.25px;
    grid-auto-rows: 234.25px;
  }
}
@media screen and (min-width: 1010px) and (max-width: 1011px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 234.5px 234.5px 234.5px 234.5px;
    grid-auto-rows: 234.5px;
  }
}
@media screen and (min-width: 1011px) and (max-width: 1012px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 234.75px 234.75px 234.75px 234.75px;
    grid-auto-rows: 234.75px;
  }
}
@media screen and (min-width: 1012px) and (max-width: 1013px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 235px 235px 235px 235px;
    grid-auto-rows: 235px;
  }
}
@media screen and (min-width: 1013px) and (max-width: 1014px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 235.25px 235.25px 235.25px 235.25px;
    grid-auto-rows: 235.25px;
  }
}
@media screen and (min-width: 1014px) and (max-width: 1015px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 235.5px 235.5px 235.5px 235.5px;
    grid-auto-rows: 235.5px;
  }
}
@media screen and (min-width: 1015px) and (max-width: 1016px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 235.75px 235.75px 235.75px 235.75px;
    grid-auto-rows: 235.75px;
  }
}
@media screen and (min-width: 1016px) and (max-width: 1017px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 236px 236px 236px 236px;
    grid-auto-rows: 236px;
  }
}
@media screen and (min-width: 1017px) and (max-width: 1018px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 236.25px 236.25px 236.25px 236.25px;
    grid-auto-rows: 236.25px;
  }
}
@media screen and (min-width: 1018px) and (max-width: 1019px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 236.5px 236.5px 236.5px 236.5px;
    grid-auto-rows: 236.5px;
  }
}
@media screen and (min-width: 1019px) and (max-width: 1020px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 236.75px 236.75px 236.75px 236.75px;
    grid-auto-rows: 236.75px;
  }
}
@media screen and (min-width: 1020px) and (max-width: 1021px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 237px 237px 237px 237px;
    grid-auto-rows: 237px;
  }
}
@media screen and (min-width: 1021px) and (max-width: 1022px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 237.25px 237.25px 237.25px 237.25px;
    grid-auto-rows: 237.25px;
  }
}
@media screen and (min-width: 1022px) and (max-width: 1023px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 237.5px 237.5px 237.5px 237.5px;
    grid-auto-rows: 237.5px;
  }
}
@media screen and (min-width: 1023px) and (max-width: 1024px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 237.75px 237.75px 237.75px 237.75px;
    grid-auto-rows: 237.75px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1025px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 238px 238px 238px 238px;
    grid-auto-rows: 238px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1026px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 238.25px 238.25px 238.25px 238.25px;
    grid-auto-rows: 238.25px;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1027px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 238.5px 238.5px 238.5px 238.5px;
    grid-auto-rows: 238.5px;
  }
}
@media screen and (min-width: 1027px) and (max-width: 1028px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 238.75px 238.75px 238.75px 238.75px;
    grid-auto-rows: 238.75px;
  }
}
@media screen and (min-width: 1028px) and (max-width: 1029px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 239px 239px 239px 239px;
    grid-auto-rows: 239px;
  }
}
@media screen and (min-width: 1029px) and (max-width: 1030px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 239.25px 239.25px 239.25px 239.25px;
    grid-auto-rows: 239.25px;
  }
}
@media screen and (min-width: 1030px) and (max-width: 1031px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 239.5px 239.5px 239.5px 239.5px;
    grid-auto-rows: 239.5px;
  }
}
@media screen and (min-width: 1031px) and (max-width: 1032px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 239.75px 239.75px 239.75px 239.75px;
    grid-auto-rows: 239.75px;
  }
}
@media screen and (min-width: 1032px) and (max-width: 1033px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 240px 240px 240px 240px;
    grid-auto-rows: 240px;
  }
}
@media screen and (min-width: 1033px) and (max-width: 1034px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 240.25px 240.25px 240.25px 240.25px;
    grid-auto-rows: 240.25px;
  }
}
@media screen and (min-width: 1034px) and (max-width: 1035px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 240.5px 240.5px 240.5px 240.5px;
    grid-auto-rows: 240.5px;
  }
}
@media screen and (min-width: 1035px) and (max-width: 1036px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 240.75px 240.75px 240.75px 240.75px;
    grid-auto-rows: 240.75px;
  }
}
@media screen and (min-width: 1036px) and (max-width: 1037px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 241px 241px 241px 241px;
    grid-auto-rows: 241px;
  }
}
@media screen and (min-width: 1037px) and (max-width: 1038px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 241.25px 241.25px 241.25px 241.25px;
    grid-auto-rows: 241.25px;
  }
}
@media screen and (min-width: 1038px) and (max-width: 1039px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 241.5px 241.5px 241.5px 241.5px;
    grid-auto-rows: 241.5px;
  }
}
@media screen and (min-width: 1039px) and (max-width: 1040px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 241.75px 241.75px 241.75px 241.75px;
    grid-auto-rows: 241.75px;
  }
}
@media screen and (min-width: 1040px) and (max-width: 1041px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 242px 242px 242px 242px;
    grid-auto-rows: 242px;
  }
}
@media screen and (min-width: 1041px) and (max-width: 1042px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 242.25px 242.25px 242.25px 242.25px;
    grid-auto-rows: 242.25px;
  }
}
@media screen and (min-width: 1042px) and (max-width: 1043px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 242.5px 242.5px 242.5px 242.5px;
    grid-auto-rows: 242.5px;
  }
}
@media screen and (min-width: 1043px) and (max-width: 1044px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 242.75px 242.75px 242.75px 242.75px;
    grid-auto-rows: 242.75px;
  }
}
@media screen and (min-width: 1044px) and (max-width: 1045px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 243px 243px 243px 243px;
    grid-auto-rows: 243px;
  }
}
@media screen and (min-width: 1045px) and (max-width: 1046px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 243.25px 243.25px 243.25px 243.25px;
    grid-auto-rows: 243.25px;
  }
}
@media screen and (min-width: 1046px) and (max-width: 1047px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 243.5px 243.5px 243.5px 243.5px;
    grid-auto-rows: 243.5px;
  }
}
@media screen and (min-width: 1047px) and (max-width: 1048px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 243.75px 243.75px 243.75px 243.75px;
    grid-auto-rows: 243.75px;
  }
}
@media screen and (min-width: 1048px) and (max-width: 1049px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 244px 244px 244px 244px;
    grid-auto-rows: 244px;
  }
}
@media screen and (min-width: 1049px) and (max-width: 1050px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 244.25px 244.25px 244.25px 244.25px;
    grid-auto-rows: 244.25px;
  }
}
@media screen and (min-width: 1050px) and (max-width: 1051px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 244.5px 244.5px 244.5px 244.5px;
    grid-auto-rows: 244.5px;
  }
}
@media screen and (min-width: 1051px) and (max-width: 1052px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 244.75px 244.75px 244.75px 244.75px;
    grid-auto-rows: 244.75px;
  }
}
@media screen and (min-width: 1052px) and (max-width: 1053px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 245px 245px 245px 245px;
    grid-auto-rows: 245px;
  }
}
@media screen and (min-width: 1053px) and (max-width: 1054px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 245.25px 245.25px 245.25px 245.25px;
    grid-auto-rows: 245.25px;
  }
}
@media screen and (min-width: 1054px) and (max-width: 1055px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 245.5px 245.5px 245.5px 245.5px;
    grid-auto-rows: 245.5px;
  }
}
@media screen and (min-width: 1055px) and (max-width: 1056px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 245.75px 245.75px 245.75px 245.75px;
    grid-auto-rows: 245.75px;
  }
}
@media screen and (min-width: 1056px) and (max-width: 1057px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 246px 246px 246px 246px;
    grid-auto-rows: 246px;
  }
}
@media screen and (min-width: 1057px) and (max-width: 1058px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 246.25px 246.25px 246.25px 246.25px;
    grid-auto-rows: 246.25px;
  }
}
@media screen and (min-width: 1058px) and (max-width: 1059px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 246.5px 246.5px 246.5px 246.5px;
    grid-auto-rows: 246.5px;
  }
}
@media screen and (min-width: 1059px) and (max-width: 1060px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 246.75px 246.75px 246.75px 246.75px;
    grid-auto-rows: 246.75px;
  }
}
@media screen and (min-width: 1060px) and (max-width: 1061px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 247px 247px 247px 247px;
    grid-auto-rows: 247px;
  }
}
@media screen and (min-width: 1061px) and (max-width: 1062px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 247.25px 247.25px 247.25px 247.25px;
    grid-auto-rows: 247.25px;
  }
}
@media screen and (min-width: 1062px) and (max-width: 1063px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 247.5px 247.5px 247.5px 247.5px;
    grid-auto-rows: 247.5px;
  }
}
@media screen and (min-width: 1063px) and (max-width: 1064px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 247.75px 247.75px 247.75px 247.75px;
    grid-auto-rows: 247.75px;
  }
}
@media screen and (min-width: 1064px) and (max-width: 1065px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 248px 248px 248px 248px;
    grid-auto-rows: 248px;
  }
}
@media screen and (min-width: 1065px) and (max-width: 1066px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 248.25px 248.25px 248.25px 248.25px;
    grid-auto-rows: 248.25px;
  }
}
@media screen and (min-width: 1066px) and (max-width: 1067px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 248.5px 248.5px 248.5px 248.5px;
    grid-auto-rows: 248.5px;
  }
}
@media screen and (min-width: 1067px) and (max-width: 1068px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 248.75px 248.75px 248.75px 248.75px;
    grid-auto-rows: 248.75px;
  }
}
@media screen and (min-width: 1068px) and (max-width: 1069px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 249px 249px 249px 249px;
    grid-auto-rows: 249px;
  }
}
@media screen and (min-width: 1069px) and (max-width: 1070px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 249.25px 249.25px 249.25px 249.25px;
    grid-auto-rows: 249.25px;
  }
}
@media screen and (min-width: 1070px) and (max-width: 1071px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 249.5px 249.5px 249.5px 249.5px;
    grid-auto-rows: 249.5px;
  }
}
@media screen and (min-width: 1071px) and (max-width: 1072px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 249.75px 249.75px 249.75px 249.75px;
    grid-auto-rows: 249.75px;
  }
}
@media screen and (min-width: 1072px) and (max-width: 1073px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 250px 250px 250px 250px;
    grid-auto-rows: 250px;
  }
}
@media screen and (min-width: 1073px) and (max-width: 1074px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 250.25px 250.25px 250.25px 250.25px;
    grid-auto-rows: 250.25px;
  }
}
@media screen and (min-width: 1074px) and (max-width: 1075px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 250.5px 250.5px 250.5px 250.5px;
    grid-auto-rows: 250.5px;
  }
}
@media screen and (min-width: 1075px) and (max-width: 1076px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 250.75px 250.75px 250.75px 250.75px;
    grid-auto-rows: 250.75px;
  }
}
@media screen and (min-width: 1076px) and (max-width: 1077px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 251px 251px 251px 251px;
    grid-auto-rows: 251px;
  }
}
@media screen and (min-width: 1077px) and (max-width: 1078px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 251.25px 251.25px 251.25px 251.25px;
    grid-auto-rows: 251.25px;
  }
}
@media screen and (min-width: 1078px) and (max-width: 1079px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 251.5px 251.5px 251.5px 251.5px;
    grid-auto-rows: 251.5px;
  }
}
@media screen and (min-width: 1079px) and (max-width: 1080px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 251.75px 251.75px 251.75px 251.75px;
    grid-auto-rows: 251.75px;
  }
}
@media screen and (min-width: 1080px) and (max-width: 1081px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 252px 252px 252px 252px;
    grid-auto-rows: 252px;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1082px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 252.25px 252.25px 252.25px 252.25px;
    grid-auto-rows: 252.25px;
  }
}
@media screen and (min-width: 1082px) and (max-width: 1083px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 252.5px 252.5px 252.5px 252.5px;
    grid-auto-rows: 252.5px;
  }
}
@media screen and (min-width: 1083px) and (max-width: 1084px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 252.75px 252.75px 252.75px 252.75px;
    grid-auto-rows: 252.75px;
  }
}
@media screen and (min-width: 1084px) and (max-width: 1085px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 253px 253px 253px 253px;
    grid-auto-rows: 253px;
  }
}
@media screen and (min-width: 1085px) and (max-width: 1086px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 253.25px 253.25px 253.25px 253.25px;
    grid-auto-rows: 253.25px;
  }
}
@media screen and (min-width: 1086px) and (max-width: 1087px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 253.5px 253.5px 253.5px 253.5px;
    grid-auto-rows: 253.5px;
  }
}
@media screen and (min-width: 1087px) and (max-width: 1088px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 253.75px 253.75px 253.75px 253.75px;
    grid-auto-rows: 253.75px;
  }
}
@media screen and (min-width: 1088px) and (max-width: 1089px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 254px 254px 254px 254px;
    grid-auto-rows: 254px;
  }
}
@media screen and (min-width: 1089px) and (max-width: 1090px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 254.25px 254.25px 254.25px 254.25px;
    grid-auto-rows: 254.25px;
  }
}
@media screen and (min-width: 1090px) and (max-width: 1091px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 254.5px 254.5px 254.5px 254.5px;
    grid-auto-rows: 254.5px;
  }
}
@media screen and (min-width: 1091px) and (max-width: 1092px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 254.75px 254.75px 254.75px 254.75px;
    grid-auto-rows: 254.75px;
  }
}
@media screen and (min-width: 1092px) and (max-width: 1093px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 255px 255px 255px 255px;
    grid-auto-rows: 255px;
  }
}
@media screen and (min-width: 1093px) and (max-width: 1094px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 255.25px 255.25px 255.25px 255.25px;
    grid-auto-rows: 255.25px;
  }
}
@media screen and (min-width: 1094px) and (max-width: 1095px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 255.5px 255.5px 255.5px 255.5px;
    grid-auto-rows: 255.5px;
  }
}
@media screen and (min-width: 1095px) and (max-width: 1096px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 255.75px 255.75px 255.75px 255.75px;
    grid-auto-rows: 255.75px;
  }
}
@media screen and (min-width: 1096px) and (max-width: 1097px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 256px 256px 256px 256px;
    grid-auto-rows: 256px;
  }
}
@media screen and (min-width: 1097px) and (max-width: 1098px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 256.25px 256.25px 256.25px 256.25px;
    grid-auto-rows: 256.25px;
  }
}
@media screen and (min-width: 1098px) and (max-width: 1099px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 256.5px 256.5px 256.5px 256.5px;
    grid-auto-rows: 256.5px;
  }
}
@media screen and (min-width: 1099px) and (max-width: 1100px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 256.75px 256.75px 256.75px 256.75px;
    grid-auto-rows: 256.75px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1101px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 257px 257px 257px 257px;
    grid-auto-rows: 257px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1102px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 257.25px 257.25px 257.25px 257.25px;
    grid-auto-rows: 257.25px;
  }
}
@media screen and (min-width: 1102px) and (max-width: 1103px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 257.5px 257.5px 257.5px 257.5px;
    grid-auto-rows: 257.5px;
  }
}
@media screen and (min-width: 1103px) and (max-width: 1104px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 257.75px 257.75px 257.75px 257.75px;
    grid-auto-rows: 257.75px;
  }
}
@media screen and (min-width: 1104px) and (max-width: 1105px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 258px 258px 258px 258px;
    grid-auto-rows: 258px;
  }
}
@media screen and (min-width: 1105px) and (max-width: 1106px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 258.25px 258.25px 258.25px 258.25px;
    grid-auto-rows: 258.25px;
  }
}
@media screen and (min-width: 1106px) and (max-width: 1107px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 258.5px 258.5px 258.5px 258.5px;
    grid-auto-rows: 258.5px;
  }
}
@media screen and (min-width: 1107px) and (max-width: 1108px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 258.75px 258.75px 258.75px 258.75px;
    grid-auto-rows: 258.75px;
  }
}
@media screen and (min-width: 1108px) and (max-width: 1109px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 259px 259px 259px 259px;
    grid-auto-rows: 259px;
  }
}
@media screen and (min-width: 1109px) and (max-width: 1110px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 259.25px 259.25px 259.25px 259.25px;
    grid-auto-rows: 259.25px;
  }
}
@media screen and (min-width: 1110px) and (max-width: 1111px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 259.5px 259.5px 259.5px 259.5px;
    grid-auto-rows: 259.5px;
  }
}
@media screen and (min-width: 1111px) and (max-width: 1112px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 259.75px 259.75px 259.75px 259.75px;
    grid-auto-rows: 259.75px;
  }
}
@media screen and (min-width: 1112px) and (max-width: 1113px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 260px 260px 260px 260px;
    grid-auto-rows: 260px;
  }
}
@media screen and (min-width: 1113px) and (max-width: 1114px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 260.25px 260.25px 260.25px 260.25px;
    grid-auto-rows: 260.25px;
  }
}
@media screen and (min-width: 1114px) and (max-width: 1115px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 260.5px 260.5px 260.5px 260.5px;
    grid-auto-rows: 260.5px;
  }
}
@media screen and (min-width: 1115px) and (max-width: 1116px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 260.75px 260.75px 260.75px 260.75px;
    grid-auto-rows: 260.75px;
  }
}
@media screen and (min-width: 1116px) and (max-width: 1117px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 261px 261px 261px 261px;
    grid-auto-rows: 261px;
  }
}
@media screen and (min-width: 1117px) and (max-width: 1118px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 261.25px 261.25px 261.25px 261.25px;
    grid-auto-rows: 261.25px;
  }
}
@media screen and (min-width: 1118px) and (max-width: 1119px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 261.5px 261.5px 261.5px 261.5px;
    grid-auto-rows: 261.5px;
  }
}
@media screen and (min-width: 1119px) and (max-width: 1120px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 261.75px 261.75px 261.75px 261.75px;
    grid-auto-rows: 261.75px;
  }
}
@media screen and (min-width: 1120px) and (max-width: 1121px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 262px 262px 262px 262px;
    grid-auto-rows: 262px;
  }
}
@media screen and (min-width: 1121px) and (max-width: 1122px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 262.25px 262.25px 262.25px 262.25px;
    grid-auto-rows: 262.25px;
  }
}
@media screen and (min-width: 1122px) and (max-width: 1123px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 262.5px 262.5px 262.5px 262.5px;
    grid-auto-rows: 262.5px;
  }
}
@media screen and (min-width: 1123px) and (max-width: 1124px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 262.75px 262.75px 262.75px 262.75px;
    grid-auto-rows: 262.75px;
  }
}
@media screen and (min-width: 1124px) and (max-width: 1125px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 263px 263px 263px 263px;
    grid-auto-rows: 263px;
  }
}
@media screen and (min-width: 1125px) and (max-width: 1126px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 263.25px 263.25px 263.25px 263.25px;
    grid-auto-rows: 263.25px;
  }
}
@media screen and (min-width: 1126px) and (max-width: 1127px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 263.5px 263.5px 263.5px 263.5px;
    grid-auto-rows: 263.5px;
  }
}
@media screen and (min-width: 1127px) and (max-width: 1128px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 263.75px 263.75px 263.75px 263.75px;
    grid-auto-rows: 263.75px;
  }
}
@media screen and (min-width: 1128px) and (max-width: 1129px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 264px 264px 264px 264px;
    grid-auto-rows: 264px;
  }
}
@media screen and (min-width: 1129px) and (max-width: 1130px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 264.25px 264.25px 264.25px 264.25px;
    grid-auto-rows: 264.25px;
  }
}
@media screen and (min-width: 1130px) and (max-width: 1131px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 264.5px 264.5px 264.5px 264.5px;
    grid-auto-rows: 264.5px;
  }
}
@media screen and (min-width: 1131px) and (max-width: 1132px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 264.75px 264.75px 264.75px 264.75px;
    grid-auto-rows: 264.75px;
  }
}
@media screen and (min-width: 1132px) and (max-width: 1133px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 265px 265px 265px 265px;
    grid-auto-rows: 265px;
  }
}
@media screen and (min-width: 1133px) and (max-width: 1134px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 265.25px 265.25px 265.25px 265.25px;
    grid-auto-rows: 265.25px;
  }
}
@media screen and (min-width: 1134px) and (max-width: 1135px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 265.5px 265.5px 265.5px 265.5px;
    grid-auto-rows: 265.5px;
  }
}
@media screen and (min-width: 1135px) and (max-width: 1136px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 265.75px 265.75px 265.75px 265.75px;
    grid-auto-rows: 265.75px;
  }
}
@media screen and (min-width: 1136px) and (max-width: 1137px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 266px 266px 266px 266px;
    grid-auto-rows: 266px;
  }
}
@media screen and (min-width: 1137px) and (max-width: 1138px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 266.25px 266.25px 266.25px 266.25px;
    grid-auto-rows: 266.25px;
  }
}
@media screen and (min-width: 1138px) and (max-width: 1139px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 266.5px 266.5px 266.5px 266.5px;
    grid-auto-rows: 266.5px;
  }
}
@media screen and (min-width: 1139px) and (max-width: 1140px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 266.75px 266.75px 266.75px 266.75px;
    grid-auto-rows: 266.75px;
  }
}
@media screen and (min-width: 1140px) and (max-width: 1141px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 267px 267px 267px 267px;
    grid-auto-rows: 267px;
  }
}
@media screen and (min-width: 1141px) and (max-width: 1142px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 267.25px 267.25px 267.25px 267.25px;
    grid-auto-rows: 267.25px;
  }
}
@media screen and (min-width: 1142px) and (max-width: 1143px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 267.5px 267.5px 267.5px 267.5px;
    grid-auto-rows: 267.5px;
  }
}
@media screen and (min-width: 1143px) and (max-width: 1144px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 267.75px 267.75px 267.75px 267.75px;
    grid-auto-rows: 267.75px;
  }
}
@media screen and (min-width: 1144px) and (max-width: 1145px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 268px 268px 268px 268px;
    grid-auto-rows: 268px;
  }
}
@media screen and (min-width: 1145px) and (max-width: 1146px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 268.25px 268.25px 268.25px 268.25px;
    grid-auto-rows: 268.25px;
  }
}
@media screen and (min-width: 1146px) and (max-width: 1147px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 268.5px 268.5px 268.5px 268.5px;
    grid-auto-rows: 268.5px;
  }
}
@media screen and (min-width: 1147px) and (max-width: 1148px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 268.75px 268.75px 268.75px 268.75px;
    grid-auto-rows: 268.75px;
  }
}
@media screen and (min-width: 1148px) and (max-width: 1149px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 269px 269px 269px 269px;
    grid-auto-rows: 269px;
  }
}
@media screen and (min-width: 1149px) and (max-width: 1150px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 269.25px 269.25px 269.25px 269.25px;
    grid-auto-rows: 269.25px;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1151px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 269.5px 269.5px 269.5px 269.5px;
    grid-auto-rows: 269.5px;
  }
}
@media screen and (min-width: 1151px) and (max-width: 1152px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 269.75px 269.75px 269.75px 269.75px;
    grid-auto-rows: 269.75px;
  }
}
@media screen and (min-width: 1152px) and (max-width: 1153px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 270px 270px 270px 270px;
    grid-auto-rows: 270px;
  }
}
@media screen and (min-width: 1153px) and (max-width: 1154px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 270.25px 270.25px 270.25px 270.25px;
    grid-auto-rows: 270.25px;
  }
}
@media screen and (min-width: 1154px) and (max-width: 1155px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 270.5px 270.5px 270.5px 270.5px;
    grid-auto-rows: 270.5px;
  }
}
@media screen and (min-width: 1155px) and (max-width: 1156px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 270.75px 270.75px 270.75px 270.75px;
    grid-auto-rows: 270.75px;
  }
}
@media screen and (min-width: 1156px) and (max-width: 1157px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 271px 271px 271px 271px;
    grid-auto-rows: 271px;
  }
}
@media screen and (min-width: 1157px) and (max-width: 1158px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 271.25px 271.25px 271.25px 271.25px;
    grid-auto-rows: 271.25px;
  }
}
@media screen and (min-width: 1158px) and (max-width: 1159px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 271.5px 271.5px 271.5px 271.5px;
    grid-auto-rows: 271.5px;
  }
}
@media screen and (min-width: 1159px) and (max-width: 1160px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 271.75px 271.75px 271.75px 271.75px;
    grid-auto-rows: 271.75px;
  }
}
@media screen and (min-width: 1160px) and (max-width: 1161px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 272px 272px 272px 272px;
    grid-auto-rows: 272px;
  }
}
@media screen and (min-width: 1161px) and (max-width: 1162px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 272.25px 272.25px 272.25px 272.25px;
    grid-auto-rows: 272.25px;
  }
}
@media screen and (min-width: 1162px) and (max-width: 1163px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 272.5px 272.5px 272.5px 272.5px;
    grid-auto-rows: 272.5px;
  }
}
@media screen and (min-width: 1163px) and (max-width: 1164px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 272.75px 272.75px 272.75px 272.75px;
    grid-auto-rows: 272.75px;
  }
}
@media screen and (min-width: 1164px) and (max-width: 1165px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 273px 273px 273px 273px;
    grid-auto-rows: 273px;
  }
}
@media screen and (min-width: 1165px) and (max-width: 1166px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 273.25px 273.25px 273.25px 273.25px;
    grid-auto-rows: 273.25px;
  }
}
@media screen and (min-width: 1166px) and (max-width: 1167px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 273.5px 273.5px 273.5px 273.5px;
    grid-auto-rows: 273.5px;
  }
}
@media screen and (min-width: 1167px) and (max-width: 1168px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 273.75px 273.75px 273.75px 273.75px;
    grid-auto-rows: 273.75px;
  }
}
@media screen and (min-width: 1168px) and (max-width: 1169px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 274px 274px 274px 274px;
    grid-auto-rows: 274px;
  }
}
@media screen and (min-width: 1169px) and (max-width: 1170px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 274.25px 274.25px 274.25px 274.25px;
    grid-auto-rows: 274.25px;
  }
}
@media screen and (min-width: 1170px) and (max-width: 1171px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 274.5px 274.5px 274.5px 274.5px;
    grid-auto-rows: 274.5px;
  }
}
@media screen and (min-width: 1171px) and (max-width: 1172px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 274.75px 274.75px 274.75px 274.75px;
    grid-auto-rows: 274.75px;
  }
}
@media screen and (min-width: 1172px) and (max-width: 1173px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 275px 275px 275px 275px;
    grid-auto-rows: 275px;
  }
}
@media screen and (min-width: 1173px) and (max-width: 1174px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 275.25px 275.25px 275.25px 275.25px;
    grid-auto-rows: 275.25px;
  }
}
@media screen and (min-width: 1174px) and (max-width: 1175px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 275.5px 275.5px 275.5px 275.5px;
    grid-auto-rows: 275.5px;
  }
}
@media screen and (min-width: 1175px) and (max-width: 1176px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 275.75px 275.75px 275.75px 275.75px;
    grid-auto-rows: 275.75px;
  }
}
@media screen and (min-width: 1176px) and (max-width: 1177px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 276px 276px 276px 276px;
    grid-auto-rows: 276px;
  }
}
@media screen and (min-width: 1177px) and (max-width: 1178px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 276.25px 276.25px 276.25px 276.25px;
    grid-auto-rows: 276.25px;
  }
}
@media screen and (min-width: 1178px) and (max-width: 1179px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 276.5px 276.5px 276.5px 276.5px;
    grid-auto-rows: 276.5px;
  }
}
@media screen and (min-width: 1179px) and (max-width: 1180px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 276.75px 276.75px 276.75px 276.75px;
    grid-auto-rows: 276.75px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1181px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 277px 277px 277px 277px;
    grid-auto-rows: 277px;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1182px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 277.25px 277.25px 277.25px 277.25px;
    grid-auto-rows: 277.25px;
  }
}
@media screen and (min-width: 1182px) and (max-width: 1183px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 277.5px 277.5px 277.5px 277.5px;
    grid-auto-rows: 277.5px;
  }
}
@media screen and (min-width: 1183px) and (max-width: 1184px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 277.75px 277.75px 277.75px 277.75px;
    grid-auto-rows: 277.75px;
  }
}
@media screen and (min-width: 1184px) and (max-width: 1185px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 278px 278px 278px 278px;
    grid-auto-rows: 278px;
  }
}
@media screen and (min-width: 1185px) and (max-width: 1186px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 278.25px 278.25px 278.25px 278.25px;
    grid-auto-rows: 278.25px;
  }
}
@media screen and (min-width: 1186px) and (max-width: 1187px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 278.5px 278.5px 278.5px 278.5px;
    grid-auto-rows: 278.5px;
  }
}
@media screen and (min-width: 1187px) and (max-width: 1188px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 278.75px 278.75px 278.75px 278.75px;
    grid-auto-rows: 278.75px;
  }
}
@media screen and (min-width: 1188px) and (max-width: 1189px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 279px 279px 279px 279px;
    grid-auto-rows: 279px;
  }
}
@media screen and (min-width: 1189px) and (max-width: 1190px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 279.25px 279.25px 279.25px 279.25px;
    grid-auto-rows: 279.25px;
  }
}
@media screen and (min-width: 1190px) and (max-width: 1191px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 279.5px 279.5px 279.5px 279.5px;
    grid-auto-rows: 279.5px;
  }
}
@media screen and (min-width: 1191px) and (max-width: 1192px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 279.75px 279.75px 279.75px 279.75px;
    grid-auto-rows: 279.75px;
  }
}
@media screen and (min-width: 1192px) and (max-width: 1193px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 280px 280px 280px 280px;
    grid-auto-rows: 280px;
  }
}
@media screen and (min-width: 1193px) and (max-width: 1194px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 280.25px 280.25px 280.25px 280.25px;
    grid-auto-rows: 280.25px;
  }
}
@media screen and (min-width: 1194px) and (max-width: 1195px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 280.5px 280.5px 280.5px 280.5px;
    grid-auto-rows: 280.5px;
  }
}
@media screen and (min-width: 1195px) and (max-width: 1196px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 280.75px 280.75px 280.75px 280.75px;
    grid-auto-rows: 280.75px;
  }
}
@media screen and (min-width: 1196px) and (max-width: 1197px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 281px 281px 281px 281px;
    grid-auto-rows: 281px;
  }
}
@media screen and (min-width: 1197px) and (max-width: 1198px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 281.25px 281.25px 281.25px 281.25px;
    grid-auto-rows: 281.25px;
  }
}
@media screen and (min-width: 1198px) and (max-width: 1199px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 281.5px 281.5px 281.5px 281.5px;
    grid-auto-rows: 281.5px;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1200px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 281.75px 281.75px 281.75px 281.75px;
    grid-auto-rows: 281.75px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1201px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 282px 282px 282px 282px;
    grid-auto-rows: 282px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1202px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 282.25px 282.25px 282.25px 282.25px;
    grid-auto-rows: 282.25px;
  }
}
@media screen and (min-width: 1202px) and (max-width: 1203px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 282.5px 282.5px 282.5px 282.5px;
    grid-auto-rows: 282.5px;
  }
}
@media screen and (min-width: 1203px) and (max-width: 1204px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 282.75px 282.75px 282.75px 282.75px;
    grid-auto-rows: 282.75px;
  }
}
@media screen and (min-width: 1204px) and (max-width: 1205px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 283px 283px 283px 283px;
    grid-auto-rows: 283px;
  }
}
@media screen and (min-width: 1205px) and (max-width: 1206px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 283.25px 283.25px 283.25px 283.25px;
    grid-auto-rows: 283.25px;
  }
}
@media screen and (min-width: 1206px) and (max-width: 1207px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 283.5px 283.5px 283.5px 283.5px;
    grid-auto-rows: 283.5px;
  }
}
@media screen and (min-width: 1207px) and (max-width: 1208px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 283.75px 283.75px 283.75px 283.75px;
    grid-auto-rows: 283.75px;
  }
}
@media screen and (min-width: 1208px) and (max-width: 1209px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 284px 284px 284px 284px;
    grid-auto-rows: 284px;
  }
}
@media screen and (min-width: 1209px) and (max-width: 1210px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 284.25px 284.25px 284.25px 284.25px;
    grid-auto-rows: 284.25px;
  }
}
@media screen and (min-width: 1210px) and (max-width: 1211px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 284.5px 284.5px 284.5px 284.5px;
    grid-auto-rows: 284.5px;
  }
}
@media screen and (min-width: 1211px) and (max-width: 1212px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 284.75px 284.75px 284.75px 284.75px;
    grid-auto-rows: 284.75px;
  }
}
@media screen and (min-width: 1212px) and (max-width: 1213px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 285px 285px 285px 285px;
    grid-auto-rows: 285px;
  }
}
@media screen and (min-width: 1213px) and (max-width: 1214px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 285.25px 285.25px 285.25px 285.25px;
    grid-auto-rows: 285.25px;
  }
}
@media screen and (min-width: 1214px) and (max-width: 1215px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 285.5px 285.5px 285.5px 285.5px;
    grid-auto-rows: 285.5px;
  }
}
@media screen and (min-width: 1215px) and (max-width: 1216px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 285.75px 285.75px 285.75px 285.75px;
    grid-auto-rows: 285.75px;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1217px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 286px 286px 286px 286px;
    grid-auto-rows: 286px;
  }
}
@media screen and (min-width: 1217px) and (max-width: 1218px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 286.25px 286.25px 286.25px 286.25px;
    grid-auto-rows: 286.25px;
  }
}
@media screen and (min-width: 1218px) and (max-width: 1219px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 286.5px 286.5px 286.5px 286.5px;
    grid-auto-rows: 286.5px;
  }
}
@media screen and (min-width: 1219px) and (max-width: 1220px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 286.75px 286.75px 286.75px 286.75px;
    grid-auto-rows: 286.75px;
  }
}
@media screen and (min-width: 1220px) and (max-width: 1221px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 287px 287px 287px 287px;
    grid-auto-rows: 287px;
  }
}
@media screen and (min-width: 1221px) and (max-width: 1222px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 287.25px 287.25px 287.25px 287.25px;
    grid-auto-rows: 287.25px;
  }
}
@media screen and (min-width: 1222px) and (max-width: 1223px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 287.5px 287.5px 287.5px 287.5px;
    grid-auto-rows: 287.5px;
  }
}
@media screen and (min-width: 1223px) and (max-width: 1224px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 287.75px 287.75px 287.75px 287.75px;
    grid-auto-rows: 287.75px;
  }
}
@media screen and (min-width: 1224px) and (max-width: 1225px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 288px 288px 288px 288px;
    grid-auto-rows: 288px;
  }
}
@media screen and (min-width: 1225px) and (max-width: 1226px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 288.25px 288.25px 288.25px 288.25px;
    grid-auto-rows: 288.25px;
  }
}
@media screen and (min-width: 1226px) and (max-width: 1227px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 288.5px 288.5px 288.5px 288.5px;
    grid-auto-rows: 288.5px;
  }
}
@media screen and (min-width: 1227px) and (max-width: 1228px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 288.75px 288.75px 288.75px 288.75px;
    grid-auto-rows: 288.75px;
  }
}
@media screen and (min-width: 1228px) and (max-width: 1229px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 289px 289px 289px 289px;
    grid-auto-rows: 289px;
  }
}
@media screen and (min-width: 1229px) and (max-width: 1230px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 289.25px 289.25px 289.25px 289.25px;
    grid-auto-rows: 289.25px;
  }
}
@media screen and (min-width: 1230px) and (max-width: 1231px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 289.5px 289.5px 289.5px 289.5px;
    grid-auto-rows: 289.5px;
  }
}
@media screen and (min-width: 1231px) and (max-width: 1232px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 289.75px 289.75px 289.75px 289.75px;
    grid-auto-rows: 289.75px;
  }
}
@media screen and (min-width: 1232px) and (max-width: 1233px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 290px 290px 290px 290px;
    grid-auto-rows: 290px;
  }
}
@media screen and (min-width: 1233px) and (max-width: 1234px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 290.25px 290.25px 290.25px 290.25px;
    grid-auto-rows: 290.25px;
  }
}
@media screen and (min-width: 1234px) and (max-width: 1235px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 290.5px 290.5px 290.5px 290.5px;
    grid-auto-rows: 290.5px;
  }
}
@media screen and (min-width: 1235px) and (max-width: 1236px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 290.75px 290.75px 290.75px 290.75px;
    grid-auto-rows: 290.75px;
  }
}
@media screen and (min-width: 1236px) and (max-width: 1237px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 291px 291px 291px 291px;
    grid-auto-rows: 291px;
  }
}
@media screen and (min-width: 1237px) and (max-width: 1238px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 291.25px 291.25px 291.25px 291.25px;
    grid-auto-rows: 291.25px;
  }
}
@media screen and (min-width: 1238px) and (max-width: 1239px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 291.5px 291.5px 291.5px 291.5px;
    grid-auto-rows: 291.5px;
  }
}
@media screen and (min-width: 1239px) and (max-width: 1240px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 291.75px 291.75px 291.75px 291.75px;
    grid-auto-rows: 291.75px;
  }
}
@media screen and (min-width: 1240px) and (max-width: 1241px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 292px 292px 292px 292px;
    grid-auto-rows: 292px;
  }
}
@media screen and (min-width: 1241px) and (max-width: 1242px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 292.25px 292.25px 292.25px 292.25px;
    grid-auto-rows: 292.25px;
  }
}
@media screen and (min-width: 1242px) and (max-width: 1243px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 292.5px 292.5px 292.5px 292.5px;
    grid-auto-rows: 292.5px;
  }
}
@media screen and (min-width: 1243px) and (max-width: 1244px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 292.75px 292.75px 292.75px 292.75px;
    grid-auto-rows: 292.75px;
  }
}
@media screen and (min-width: 1244px) and (max-width: 1245px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 293px 293px 293px 293px;
    grid-auto-rows: 293px;
  }
}
@media screen and (min-width: 1245px) and (max-width: 1246px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 293.25px 293.25px 293.25px 293.25px;
    grid-auto-rows: 293.25px;
  }
}
@media screen and (min-width: 1246px) and (max-width: 1247px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 293.5px 293.5px 293.5px 293.5px;
    grid-auto-rows: 293.5px;
  }
}
@media screen and (min-width: 1247px) and (max-width: 1248px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 293.75px 293.75px 293.75px 293.75px;
    grid-auto-rows: 293.75px;
  }
}
@media screen and (min-width: 1248px) and (max-width: 1249px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 294px 294px 294px 294px;
    grid-auto-rows: 294px;
  }
}
@media screen and (min-width: 1249px) and (max-width: 1250px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 294.25px 294.25px 294.25px 294.25px;
    grid-auto-rows: 294.25px;
  }
}
@media screen and (min-width: 1250px) and (max-width: 1251px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 294.5px 294.5px 294.5px 294.5px;
    grid-auto-rows: 294.5px;
  }
}
@media screen and (min-width: 1251px) and (max-width: 1252px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 294.75px 294.75px 294.75px 294.75px;
    grid-auto-rows: 294.75px;
  }
}
@media screen and (min-width: 1252px) and (max-width: 1253px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 295px 295px 295px 295px;
    grid-auto-rows: 295px;
  }
}
@media screen and (min-width: 1253px) and (max-width: 1254px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 295.25px 295.25px 295.25px 295.25px;
    grid-auto-rows: 295.25px;
  }
}
@media screen and (min-width: 1254px) and (max-width: 1255px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 295.5px 295.5px 295.5px 295.5px;
    grid-auto-rows: 295.5px;
  }
}
@media screen and (min-width: 1255px) and (max-width: 1256px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 295.75px 295.75px 295.75px 295.75px;
    grid-auto-rows: 295.75px;
  }
}
@media screen and (min-width: 1256px) and (max-width: 1257px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 296px 296px 296px 296px;
    grid-auto-rows: 296px;
  }
}
@media screen and (min-width: 1257px) and (max-width: 1258px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 296.25px 296.25px 296.25px 296.25px;
    grid-auto-rows: 296.25px;
  }
}
@media screen and (min-width: 1258px) and (max-width: 1259px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 296.5px 296.5px 296.5px 296.5px;
    grid-auto-rows: 296.5px;
  }
}
@media screen and (min-width: 1259px) and (max-width: 1260px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 296.75px 296.75px 296.75px 296.75px;
    grid-auto-rows: 296.75px;
  }
}
@media screen and (min-width: 1260px) and (max-width: 1261px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 297px 297px 297px 297px;
    grid-auto-rows: 297px;
  }
}
@media screen and (min-width: 1261px) and (max-width: 1262px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 297.25px 297.25px 297.25px 297.25px;
    grid-auto-rows: 297.25px;
  }
}
@media screen and (min-width: 1262px) and (max-width: 1263px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 297.5px 297.5px 297.5px 297.5px;
    grid-auto-rows: 297.5px;
  }
}
@media screen and (min-width: 1263px) and (max-width: 1264px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 297.75px 297.75px 297.75px 297.75px;
    grid-auto-rows: 297.75px;
  }
}
@media screen and (min-width: 1264px) and (max-width: 1265px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 298px 298px 298px 298px;
    grid-auto-rows: 298px;
  }
}
@media screen and (min-width: 1265px) and (max-width: 1266px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 298.25px 298.25px 298.25px 298.25px;
    grid-auto-rows: 298.25px;
  }
}
@media screen and (min-width: 1266px) and (max-width: 1267px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 298.5px 298.5px 298.5px 298.5px;
    grid-auto-rows: 298.5px;
  }
}
@media screen and (min-width: 1267px) and (max-width: 1268px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 298.75px 298.75px 298.75px 298.75px;
    grid-auto-rows: 298.75px;
  }
}
@media screen and (min-width: 1268px) and (max-width: 1269px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 299px 299px 299px 299px;
    grid-auto-rows: 299px;
  }
}
@media screen and (min-width: 1269px) and (max-width: 1270px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 299.25px 299.25px 299.25px 299.25px;
    grid-auto-rows: 299.25px;
  }
}
@media screen and (min-width: 1270px) and (max-width: 1271px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 299.5px 299.5px 299.5px 299.5px;
    grid-auto-rows: 299.5px;
  }
}
@media screen and (min-width: 1271px) and (max-width: 1272px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 299.75px 299.75px 299.75px 299.75px;
    grid-auto-rows: 299.75px;
  }
}
@media screen and (min-width: 1272px) and (max-width: 1273px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 300px 300px 300px 300px;
    grid-auto-rows: 300px;
  }
}
@media screen and (min-width: 1273px) and (max-width: 1274px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 300.25px 300.25px 300.25px 300.25px;
    grid-auto-rows: 300.25px;
  }
}
@media screen and (min-width: 1274px) and (max-width: 1275px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 300.5px 300.5px 300.5px 300.5px;
    grid-auto-rows: 300.5px;
  }
}
@media screen and (min-width: 1275px) and (max-width: 1276px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 300.75px 300.75px 300.75px 300.75px;
    grid-auto-rows: 300.75px;
  }
}
@media screen and (min-width: 1276px) and (max-width: 1277px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 301px 301px 301px 301px;
    grid-auto-rows: 301px;
  }
}
@media screen and (min-width: 1277px) and (max-width: 1278px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 301.25px 301.25px 301.25px 301.25px;
    grid-auto-rows: 301.25px;
  }
}
@media screen and (min-width: 1278px) and (max-width: 1279px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 301.5px 301.5px 301.5px 301.5px;
    grid-auto-rows: 301.5px;
  }
}
@media screen and (min-width: 1279px) and (max-width: 1280px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 301.75px 301.75px 301.75px 301.75px;
    grid-auto-rows: 301.75px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1281px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 302px 302px 302px 302px;
    grid-auto-rows: 302px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1282px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 302.25px 302.25px 302.25px 302.25px;
    grid-auto-rows: 302.25px;
  }
}
@media screen and (min-width: 1282px) and (max-width: 1283px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 302.5px 302.5px 302.5px 302.5px;
    grid-auto-rows: 302.5px;
  }
}
@media screen and (min-width: 1283px) and (max-width: 1284px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 302.75px 302.75px 302.75px 302.75px;
    grid-auto-rows: 302.75px;
  }
}
@media screen and (min-width: 1284px) and (max-width: 1285px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 303px 303px 303px 303px;
    grid-auto-rows: 303px;
  }
}
@media screen and (min-width: 1285px) and (max-width: 1286px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 303.25px 303.25px 303.25px 303.25px;
    grid-auto-rows: 303.25px;
  }
}
@media screen and (min-width: 1286px) and (max-width: 1287px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 303.5px 303.5px 303.5px 303.5px;
    grid-auto-rows: 303.5px;
  }
}
@media screen and (min-width: 1287px) and (max-width: 1288px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 303.75px 303.75px 303.75px 303.75px;
    grid-auto-rows: 303.75px;
  }
}
@media screen and (min-width: 1288px) and (max-width: 1289px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 304px 304px 304px 304px;
    grid-auto-rows: 304px;
  }
}
@media screen and (min-width: 1289px) and (max-width: 1290px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 304.25px 304.25px 304.25px 304.25px;
    grid-auto-rows: 304.25px;
  }
}
@media screen and (min-width: 1290px) and (max-width: 1291px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 304.5px 304.5px 304.5px 304.5px;
    grid-auto-rows: 304.5px;
  }
}
@media screen and (min-width: 1291px) and (max-width: 1292px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 304.75px 304.75px 304.75px 304.75px;
    grid-auto-rows: 304.75px;
  }
}
@media screen and (min-width: 1292px) and (max-width: 1293px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 305px 305px 305px 305px;
    grid-auto-rows: 305px;
  }
}
@media screen and (min-width: 1293px) and (max-width: 1294px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 305.25px 305.25px 305.25px 305.25px;
    grid-auto-rows: 305.25px;
  }
}
@media screen and (min-width: 1294px) and (max-width: 1295px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 305.5px 305.5px 305.5px 305.5px;
    grid-auto-rows: 305.5px;
  }
}
@media screen and (min-width: 1295px) and (max-width: 1296px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 305.75px 305.75px 305.75px 305.75px;
    grid-auto-rows: 305.75px;
  }
}
@media screen and (min-width: 1296px) and (max-width: 1297px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 306px 306px 306px 306px;
    grid-auto-rows: 306px;
  }
}
@media screen and (min-width: 1297px) and (max-width: 1298px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 306.25px 306.25px 306.25px 306.25px;
    grid-auto-rows: 306.25px;
  }
}
@media screen and (min-width: 1298px) and (max-width: 1299px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 306.5px 306.5px 306.5px 306.5px;
    grid-auto-rows: 306.5px;
  }
}
@media screen and (min-width: 1299px) and (max-width: 1300px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 306.75px 306.75px 306.75px 306.75px;
    grid-auto-rows: 306.75px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1301px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 307px 307px 307px 307px;
    grid-auto-rows: 307px;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1302px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 307.25px 307.25px 307.25px 307.25px;
    grid-auto-rows: 307.25px;
  }
}
@media screen and (min-width: 1302px) and (max-width: 1303px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 307.5px 307.5px 307.5px 307.5px;
    grid-auto-rows: 307.5px;
  }
}
@media screen and (min-width: 1303px) and (max-width: 1304px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 307.75px 307.75px 307.75px 307.75px;
    grid-auto-rows: 307.75px;
  }
}
@media screen and (min-width: 1304px) and (max-width: 1305px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 308px 308px 308px 308px;
    grid-auto-rows: 308px;
  }
}
@media screen and (min-width: 1305px) and (max-width: 1306px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 308.25px 308.25px 308.25px 308.25px;
    grid-auto-rows: 308.25px;
  }
}
@media screen and (min-width: 1306px) and (max-width: 1307px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 308.5px 308.5px 308.5px 308.5px;
    grid-auto-rows: 308.5px;
  }
}
@media screen and (min-width: 1307px) and (max-width: 1308px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 308.75px 308.75px 308.75px 308.75px;
    grid-auto-rows: 308.75px;
  }
}
@media screen and (min-width: 1308px) and (max-width: 1309px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 309px 309px 309px 309px;
    grid-auto-rows: 309px;
  }
}
@media screen and (min-width: 1309px) and (max-width: 1310px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 309.25px 309.25px 309.25px 309.25px;
    grid-auto-rows: 309.25px;
  }
}
@media screen and (min-width: 1310px) and (max-width: 1311px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 309.5px 309.5px 309.5px 309.5px;
    grid-auto-rows: 309.5px;
  }
}
@media screen and (min-width: 1311px) and (max-width: 1312px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 309.75px 309.75px 309.75px 309.75px;
    grid-auto-rows: 309.75px;
  }
}
@media screen and (min-width: 1312px) and (max-width: 1313px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 310px 310px 310px 310px;
    grid-auto-rows: 310px;
  }
}
@media screen and (min-width: 1313px) and (max-width: 1314px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 310.25px 310.25px 310.25px 310.25px;
    grid-auto-rows: 310.25px;
  }
}
@media screen and (min-width: 1314px) and (max-width: 1315px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 310.5px 310.5px 310.5px 310.5px;
    grid-auto-rows: 310.5px;
  }
}
@media screen and (min-width: 1315px) and (max-width: 1316px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 310.75px 310.75px 310.75px 310.75px;
    grid-auto-rows: 310.75px;
  }
}
@media screen and (min-width: 1316px) and (max-width: 1317px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 311px 311px 311px 311px;
    grid-auto-rows: 311px;
  }
}
@media screen and (min-width: 1317px) and (max-width: 1318px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 311.25px 311.25px 311.25px 311.25px;
    grid-auto-rows: 311.25px;
  }
}
@media screen and (min-width: 1318px) and (max-width: 1319px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 311.5px 311.5px 311.5px 311.5px;
    grid-auto-rows: 311.5px;
  }
}
@media screen and (min-width: 1319px) and (max-width: 1320px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 311.75px 311.75px 311.75px 311.75px;
    grid-auto-rows: 311.75px;
  }
}
@media screen and (min-width: 1320px) and (max-width: 1321px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 312px 312px 312px 312px;
    grid-auto-rows: 312px;
  }
}
@media screen and (min-width: 1321px) and (max-width: 1322px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 312.25px 312.25px 312.25px 312.25px;
    grid-auto-rows: 312.25px;
  }
}
@media screen and (min-width: 1322px) and (max-width: 1323px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 312.5px 312.5px 312.5px 312.5px;
    grid-auto-rows: 312.5px;
  }
}
@media screen and (min-width: 1323px) and (max-width: 1324px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 312.75px 312.75px 312.75px 312.75px;
    grid-auto-rows: 312.75px;
  }
}
@media screen and (min-width: 1324px) and (max-width: 1325px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 313px 313px 313px 313px;
    grid-auto-rows: 313px;
  }
}
@media screen and (min-width: 1325px) and (max-width: 1326px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 313.25px 313.25px 313.25px 313.25px;
    grid-auto-rows: 313.25px;
  }
}
@media screen and (min-width: 1326px) and (max-width: 1327px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 313.5px 313.5px 313.5px 313.5px;
    grid-auto-rows: 313.5px;
  }
}
@media screen and (min-width: 1327px) and (max-width: 1328px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 313.75px 313.75px 313.75px 313.75px;
    grid-auto-rows: 313.75px;
  }
}
@media screen and (min-width: 1328px) and (max-width: 1329px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 314px 314px 314px 314px;
    grid-auto-rows: 314px;
  }
}
@media screen and (min-width: 1329px) and (max-width: 1330px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 314.25px 314.25px 314.25px 314.25px;
    grid-auto-rows: 314.25px;
  }
}
@media screen and (min-width: 1330px) and (max-width: 1331px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 314.5px 314.5px 314.5px 314.5px;
    grid-auto-rows: 314.5px;
  }
}
@media screen and (min-width: 1331px) and (max-width: 1332px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 314.75px 314.75px 314.75px 314.75px;
    grid-auto-rows: 314.75px;
  }
}
@media screen and (min-width: 1332px) and (max-width: 1333px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 315px 315px 315px 315px;
    grid-auto-rows: 315px;
  }
}
@media screen and (min-width: 1333px) and (max-width: 1334px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 315.25px 315.25px 315.25px 315.25px;
    grid-auto-rows: 315.25px;
  }
}
@media screen and (min-width: 1334px) and (max-width: 1335px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 315.5px 315.5px 315.5px 315.5px;
    grid-auto-rows: 315.5px;
  }
}
@media screen and (min-width: 1335px) and (max-width: 1336px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 315.75px 315.75px 315.75px 315.75px;
    grid-auto-rows: 315.75px;
  }
}
@media screen and (min-width: 1336px) and (max-width: 1337px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 316px 316px 316px 316px;
    grid-auto-rows: 316px;
  }
}
@media screen and (min-width: 1337px) and (max-width: 1338px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 316.25px 316.25px 316.25px 316.25px;
    grid-auto-rows: 316.25px;
  }
}
@media screen and (min-width: 1338px) and (max-width: 1339px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 316.5px 316.5px 316.5px 316.5px;
    grid-auto-rows: 316.5px;
  }
}
@media screen and (min-width: 1339px) and (max-width: 1340px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 316.75px 316.75px 316.75px 316.75px;
    grid-auto-rows: 316.75px;
  }
}
@media screen and (min-width: 1340px) and (max-width: 1341px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 317px 317px 317px 317px;
    grid-auto-rows: 317px;
  }
}
@media screen and (min-width: 1341px) and (max-width: 1342px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 317.25px 317.25px 317.25px 317.25px;
    grid-auto-rows: 317.25px;
  }
}
@media screen and (min-width: 1342px) and (max-width: 1343px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 317.5px 317.5px 317.5px 317.5px;
    grid-auto-rows: 317.5px;
  }
}
@media screen and (min-width: 1343px) and (max-width: 1344px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 317.75px 317.75px 317.75px 317.75px;
    grid-auto-rows: 317.75px;
  }
}
@media screen and (min-width: 1344px) and (max-width: 1345px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 318px 318px 318px 318px;
    grid-auto-rows: 318px;
  }
}
@media screen and (min-width: 1345px) and (max-width: 1346px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 318.25px 318.25px 318.25px 318.25px;
    grid-auto-rows: 318.25px;
  }
}
@media screen and (min-width: 1346px) and (max-width: 1347px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 318.5px 318.5px 318.5px 318.5px;
    grid-auto-rows: 318.5px;
  }
}
@media screen and (min-width: 1347px) and (max-width: 1348px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 318.75px 318.75px 318.75px 318.75px;
    grid-auto-rows: 318.75px;
  }
}
@media screen and (min-width: 1348px) and (max-width: 1349px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 319px 319px 319px 319px;
    grid-auto-rows: 319px;
  }
}
@media screen and (min-width: 1349px) and (max-width: 1350px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 319.25px 319.25px 319.25px 319.25px;
    grid-auto-rows: 319.25px;
  }
}
@media screen and (min-width: 1350px) and (max-width: 1351px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 319.5px 319.5px 319.5px 319.5px;
    grid-auto-rows: 319.5px;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1352px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 319.75px 319.75px 319.75px 319.75px;
    grid-auto-rows: 319.75px;
  }
}
@media screen and (min-width: 1352px) and (max-width: 1353px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 320px 320px 320px 320px;
    grid-auto-rows: 320px;
  }
}
@media screen and (min-width: 1353px) and (max-width: 1354px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 320.25px 320.25px 320.25px 320.25px;
    grid-auto-rows: 320.25px;
  }
}
@media screen and (min-width: 1354px) and (max-width: 1355px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 320.5px 320.5px 320.5px 320.5px;
    grid-auto-rows: 320.5px;
  }
}
@media screen and (min-width: 1355px) and (max-width: 1356px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 320.75px 320.75px 320.75px 320.75px;
    grid-auto-rows: 320.75px;
  }
}
@media screen and (min-width: 1356px) and (max-width: 1357px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 321px 321px 321px 321px;
    grid-auto-rows: 321px;
  }
}
@media screen and (min-width: 1357px) and (max-width: 1358px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 321.25px 321.25px 321.25px 321.25px;
    grid-auto-rows: 321.25px;
  }
}
@media screen and (min-width: 1358px) and (max-width: 1359px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 321.5px 321.5px 321.5px 321.5px;
    grid-auto-rows: 321.5px;
  }
}
@media screen and (min-width: 1359px) and (max-width: 1360px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 321.75px 321.75px 321.75px 321.75px;
    grid-auto-rows: 321.75px;
  }
}
@media screen and (min-width: 1360px) and (max-width: 1361px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 322px 322px 322px 322px;
    grid-auto-rows: 322px;
  }
}
@media screen and (min-width: 1361px) and (max-width: 1362px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 322.25px 322.25px 322.25px 322.25px;
    grid-auto-rows: 322.25px;
  }
}
@media screen and (min-width: 1362px) and (max-width: 1363px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 322.5px 322.5px 322.5px 322.5px;
    grid-auto-rows: 322.5px;
  }
}
@media screen and (min-width: 1363px) and (max-width: 1364px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 322.75px 322.75px 322.75px 322.75px;
    grid-auto-rows: 322.75px;
  }
}
@media screen and (min-width: 1364px) and (max-width: 1365px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 323px 323px 323px 323px;
    grid-auto-rows: 323px;
  }
}
@media screen and (min-width: 1365px) and (max-width: 1366px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 323.25px 323.25px 323.25px 323.25px;
    grid-auto-rows: 323.25px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1367px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 323.5px 323.5px 323.5px 323.5px;
    grid-auto-rows: 323.5px;
  }
}
@media screen and (min-width: 1367px) and (max-width: 1368px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 323.75px 323.75px 323.75px 323.75px;
    grid-auto-rows: 323.75px;
  }
}
@media screen and (min-width: 1368px) and (max-width: 1369px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 324px 324px 324px 324px;
    grid-auto-rows: 324px;
  }
}
@media screen and (min-width: 1369px) and (max-width: 1370px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 324.25px 324.25px 324.25px 324.25px;
    grid-auto-rows: 324.25px;
  }
}
@media screen and (min-width: 1370px) and (max-width: 1371px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 324.5px 324.5px 324.5px 324.5px;
    grid-auto-rows: 324.5px;
  }
}
@media screen and (min-width: 1371px) and (max-width: 1372px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 324.75px 324.75px 324.75px 324.75px;
    grid-auto-rows: 324.75px;
  }
}
@media screen and (min-width: 1372px) and (max-width: 1373px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 325px 325px 325px 325px;
    grid-auto-rows: 325px;
  }
}
@media screen and (min-width: 1373px) and (max-width: 1374px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 325.25px 325.25px 325.25px 325.25px;
    grid-auto-rows: 325.25px;
  }
}
@media screen and (min-width: 1374px) and (max-width: 1375px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 325.5px 325.5px 325.5px 325.5px;
    grid-auto-rows: 325.5px;
  }
}
@media screen and (min-width: 1375px) and (max-width: 1376px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 325.75px 325.75px 325.75px 325.75px;
    grid-auto-rows: 325.75px;
  }
}
@media screen and (min-width: 1376px) and (max-width: 1377px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 326px 326px 326px 326px;
    grid-auto-rows: 326px;
  }
}
@media screen and (min-width: 1377px) and (max-width: 1378px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 326.25px 326.25px 326.25px 326.25px;
    grid-auto-rows: 326.25px;
  }
}
@media screen and (min-width: 1378px) and (max-width: 1379px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 326.5px 326.5px 326.5px 326.5px;
    grid-auto-rows: 326.5px;
  }
}
@media screen and (min-width: 1379px) and (max-width: 1380px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 326.75px 326.75px 326.75px 326.75px;
    grid-auto-rows: 326.75px;
  }
}
@media screen and (min-width: 1380px) and (max-width: 1381px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 327px 327px 327px 327px;
    grid-auto-rows: 327px;
  }
}
@media screen and (min-width: 1381px) and (max-width: 1382px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 327.25px 327.25px 327.25px 327.25px;
    grid-auto-rows: 327.25px;
  }
}
@media screen and (min-width: 1382px) and (max-width: 1383px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 327.5px 327.5px 327.5px 327.5px;
    grid-auto-rows: 327.5px;
  }
}
@media screen and (min-width: 1383px) and (max-width: 1384px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 327.75px 327.75px 327.75px 327.75px;
    grid-auto-rows: 327.75px;
  }
}
@media screen and (min-width: 1384px) and (max-width: 1385px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 328px 328px 328px 328px;
    grid-auto-rows: 328px;
  }
}
@media screen and (min-width: 1385px) and (max-width: 1386px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 328.25px 328.25px 328.25px 328.25px;
    grid-auto-rows: 328.25px;
  }
}
@media screen and (min-width: 1386px) and (max-width: 1387px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 328.5px 328.5px 328.5px 328.5px;
    grid-auto-rows: 328.5px;
  }
}
@media screen and (min-width: 1387px) and (max-width: 1388px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 328.75px 328.75px 328.75px 328.75px;
    grid-auto-rows: 328.75px;
  }
}
@media screen and (min-width: 1388px) and (max-width: 1389px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 329px 329px 329px 329px;
    grid-auto-rows: 329px;
  }
}
@media screen and (min-width: 1389px) and (max-width: 1390px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 329.25px 329.25px 329.25px 329.25px;
    grid-auto-rows: 329.25px;
  }
}
@media screen and (min-width: 1390px) and (max-width: 1391px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 329.5px 329.5px 329.5px 329.5px;
    grid-auto-rows: 329.5px;
  }
}
@media screen and (min-width: 1391px) and (max-width: 1392px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 329.75px 329.75px 329.75px 329.75px;
    grid-auto-rows: 329.75px;
  }
}
@media screen and (min-width: 1392px) and (max-width: 1393px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 330px 330px 330px 330px;
    grid-auto-rows: 330px;
  }
}
@media screen and (min-width: 1393px) and (max-width: 1394px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 330.25px 330.25px 330.25px 330.25px;
    grid-auto-rows: 330.25px;
  }
}
@media screen and (min-width: 1394px) and (max-width: 1395px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 330.5px 330.5px 330.5px 330.5px;
    grid-auto-rows: 330.5px;
  }
}
@media screen and (min-width: 1395px) and (max-width: 1396px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 330.75px 330.75px 330.75px 330.75px;
    grid-auto-rows: 330.75px;
  }
}
@media screen and (min-width: 1396px) and (max-width: 1397px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 331px 331px 331px 331px;
    grid-auto-rows: 331px;
  }
}
@media screen and (min-width: 1397px) and (max-width: 1398px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 331.25px 331.25px 331.25px 331.25px;
    grid-auto-rows: 331.25px;
  }
}
@media screen and (min-width: 1398px) and (max-width: 1399px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 331.5px 331.5px 331.5px 331.5px;
    grid-auto-rows: 331.5px;
  }
}
@media screen and (min-width: 1399px) and (max-width: 1400px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 331.75px 331.75px 331.75px 331.75px;
    grid-auto-rows: 331.75px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1401px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 332px 332px 332px 332px;
    grid-auto-rows: 332px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1402px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 332.25px 332.25px 332.25px 332.25px;
    grid-auto-rows: 332.25px;
  }
}
@media screen and (min-width: 1402px) and (max-width: 1403px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 332.5px 332.5px 332.5px 332.5px;
    grid-auto-rows: 332.5px;
  }
}
@media screen and (min-width: 1403px) and (max-width: 1404px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 332.75px 332.75px 332.75px 332.75px;
    grid-auto-rows: 332.75px;
  }
}
@media screen and (min-width: 1404px) and (max-width: 1405px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 333px 333px 333px 333px;
    grid-auto-rows: 333px;
  }
}
@media screen and (min-width: 1405px) and (max-width: 1406px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 333.25px 333.25px 333.25px 333.25px;
    grid-auto-rows: 333.25px;
  }
}
@media screen and (min-width: 1406px) and (max-width: 1407px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 333.5px 333.5px 333.5px 333.5px;
    grid-auto-rows: 333.5px;
  }
}
@media screen and (min-width: 1407px) and (max-width: 1408px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 333.75px 333.75px 333.75px 333.75px;
    grid-auto-rows: 333.75px;
  }
}
@media screen and (min-width: 1408px) and (max-width: 1409px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 334px 334px 334px 334px;
    grid-auto-rows: 334px;
  }
}
@media screen and (min-width: 1409px) and (max-width: 1410px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 334.25px 334.25px 334.25px 334.25px;
    grid-auto-rows: 334.25px;
  }
}
@media screen and (min-width: 1410px) and (max-width: 1411px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 334.5px 334.5px 334.5px 334.5px;
    grid-auto-rows: 334.5px;
  }
}
@media screen and (min-width: 1411px) and (max-width: 1412px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 334.75px 334.75px 334.75px 334.75px;
    grid-auto-rows: 334.75px;
  }
}
@media screen and (min-width: 1412px) and (max-width: 1413px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 335px 335px 335px 335px;
    grid-auto-rows: 335px;
  }
}
@media screen and (min-width: 1413px) and (max-width: 1414px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 335.25px 335.25px 335.25px 335.25px;
    grid-auto-rows: 335.25px;
  }
}
@media screen and (min-width: 1414px) and (max-width: 1415px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 335.5px 335.5px 335.5px 335.5px;
    grid-auto-rows: 335.5px;
  }
}
@media screen and (min-width: 1415px) and (max-width: 1416px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 335.75px 335.75px 335.75px 335.75px;
    grid-auto-rows: 335.75px;
  }
}
@media screen and (min-width: 1416px) and (max-width: 1417px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 336px 336px 336px 336px;
    grid-auto-rows: 336px;
  }
}
@media screen and (min-width: 1417px) and (max-width: 1418px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 336.25px 336.25px 336.25px 336.25px;
    grid-auto-rows: 336.25px;
  }
}
@media screen and (min-width: 1418px) and (max-width: 1419px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 336.5px 336.5px 336.5px 336.5px;
    grid-auto-rows: 336.5px;
  }
}
@media screen and (min-width: 1419px) and (max-width: 1420px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 336.75px 336.75px 336.75px 336.75px;
    grid-auto-rows: 336.75px;
  }
}
@media screen and (min-width: 1420px) and (max-width: 1421px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 337px 337px 337px 337px;
    grid-auto-rows: 337px;
  }
}
@media screen and (min-width: 1421px) and (max-width: 1422px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 337.25px 337.25px 337.25px 337.25px;
    grid-auto-rows: 337.25px;
  }
}
@media screen and (min-width: 1422px) and (max-width: 1423px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 337.5px 337.5px 337.5px 337.5px;
    grid-auto-rows: 337.5px;
  }
}
@media screen and (min-width: 1423px) and (max-width: 1424px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 337.75px 337.75px 337.75px 337.75px;
    grid-auto-rows: 337.75px;
  }
}
@media screen and (min-width: 1424px) and (max-width: 1425px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 338px 338px 338px 338px;
    grid-auto-rows: 338px;
  }
}
@media screen and (min-width: 1425px) and (max-width: 1426px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 338.25px 338.25px 338.25px 338.25px;
    grid-auto-rows: 338.25px;
  }
}
@media screen and (min-width: 1426px) and (max-width: 1427px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 338.5px 338.5px 338.5px 338.5px;
    grid-auto-rows: 338.5px;
  }
}
@media screen and (min-width: 1427px) and (max-width: 1428px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 338.75px 338.75px 338.75px 338.75px;
    grid-auto-rows: 338.75px;
  }
}
@media screen and (min-width: 1428px) and (max-width: 1429px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 339px 339px 339px 339px;
    grid-auto-rows: 339px;
  }
}
@media screen and (min-width: 1429px) and (max-width: 1430px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 339.25px 339.25px 339.25px 339.25px;
    grid-auto-rows: 339.25px;
  }
}
@media screen and (min-width: 1430px) and (max-width: 1431px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 339.5px 339.5px 339.5px 339.5px;
    grid-auto-rows: 339.5px;
  }
}
@media screen and (min-width: 1431px) and (max-width: 1432px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 339.75px 339.75px 339.75px 339.75px;
    grid-auto-rows: 339.75px;
  }
}
@media screen and (min-width: 1432px) and (max-width: 1433px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 340px 340px 340px 340px;
    grid-auto-rows: 340px;
  }
}
@media screen and (min-width: 1433px) and (max-width: 1434px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 340.25px 340.25px 340.25px 340.25px;
    grid-auto-rows: 340.25px;
  }
}
@media screen and (min-width: 1434px) and (max-width: 1435px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 340.5px 340.5px 340.5px 340.5px;
    grid-auto-rows: 340.5px;
  }
}
@media screen and (min-width: 1435px) and (max-width: 1436px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 340.75px 340.75px 340.75px 340.75px;
    grid-auto-rows: 340.75px;
  }
}
@media screen and (min-width: 1436px) and (max-width: 1437px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 341px 341px 341px 341px;
    grid-auto-rows: 341px;
  }
}
@media screen and (min-width: 1437px) and (max-width: 1438px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 341.25px 341.25px 341.25px 341.25px;
    grid-auto-rows: 341.25px;
  }
}
@media screen and (min-width: 1438px) and (max-width: 1439px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 341.5px 341.5px 341.5px 341.5px;
    grid-auto-rows: 341.5px;
  }
}
@media screen and (min-width: 1439px) and (max-width: 1440px) {
  .mosaic-cms-component .image-mosaic {
    grid-template-columns: 341.75px 341.75px 341.75px 341.75px;
    grid-auto-rows: 341.75px;
  }
}
.mosaic-cms-component .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  font-size: 3rem;
  color: #fff;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  transition: all 500ms;
  overflow: hidden;
  border: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
.mosaic-cms-component .card picture {
  width: 100%;
  height: 100%;
}
.mosaic-cms-component .card img {
  width: 100%;
}
.mosaic-cms-component .card.tall {
  grid-row: span 2/auto;
}
@media screen and (max-width: 767px) {
  .mosaic-cms-component .card.tall img {
    width: 101%;
  }
}
@media screen and (max-width: 540px) {
  .mosaic-cms-component .card.tall img {
    width: 102%;
  }
}
@media screen and (max-width: 400px) {
  .mosaic-cms-component .card.tall img {
    width: 103%;
  }
}
.mosaic-cms-component .card.wide {
  grid-column: span 2/auto;
}
.mosaic-cms-component .card.big {
  grid-row: span 2/auto;
  grid-column: span 2/auto;
}

div.blog-show-more-button-container {
  display: flex;
  justify-content: center;
}
div.blog-show-more-button-container button.blog-show-more {
  background: none;
  border: none;
  margin-top: 4em;
  margin-bottom: 4em;
  color: #1e1e24;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
div.blog-show-more-button-container button.blog-show-more .icon-archive {
  margin-left: 1em;
}

.column-area-cms-component {
  color: #1e1e24;
}
.column-area-cms-component .number {
  font-size: 60px;
  vertical-align: text-top;
  text-align: center;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .column-area-cms-component .number {
    padding: 0.5rem;
  }
}
.column-area-cms-component .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.36;
  text-transform: uppercase;
}
.column-area-cms-component .text {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.15;
}
@media screen and (max-width: 767px) {
  .column-area-cms-component .text {
    font-size: 20px;
  }
}

.image-carousel-cms-component {
  overflow: hidden;
  padding-right: 0;
  max-width: 1920px;
  margin: auto;
}
.image-carousel-cms-component .h2 {
  margin-left: 2.5em;
  font-size: 26px;
  font-weight: 500;
  color: #212121;
}
.image-carousel-cms-component .imgCarousel {
  height: 100%;
  position: relative;
  margin-left: 4em;
  margin-right: 4em;
}
.image-carousel-cms-component .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.image-carousel-cms-component .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-carousel-cms-component .swiper-button-next-img, .image-carousel-cms-component .swiper-button-prev-img {
  position: absolute;
  top: 42%;
  width: calc(73px / 73 * 27);
  margin-top: calc(0px - (73px / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-carousel-cms-component .swiper-button-next-img {
  right: 10px;
  left: auto;
}
.image-carousel-cms-component .swiper-button-prev-img {
  left: 10px;
  right: auto;
}
.image-carousel-cms-component .swiper-button-prev-img.material-icons > *, .image-carousel-cms-component .swiper-button-next-img.material-icons > * {
  color: black;
}
.image-carousel-cms-component .swiper-button-next-img.material-icons.swiper-button-disabled::after, .image-carousel-cms-component .swiper-button-prev-img.material-icons.swiper-button-disabled::after {
  display: none;
}
.image-carousel-cms-component .swiper-button-prev-img.material-icons::after {
  content: "navigate_before";
  font-size: 30px;
  color: #1e1e24;
  background: #dbdbdb;
  border-radius: 1em;
  padding: 0.15em;
  position: absolute;
  text-align: center;
  margin: 150px 0 0 15px;
}
.image-carousel-cms-component .swiper-button-next-img.material-icons::after {
  content: "navigate_next";
  font-size: 30px;
  color: #1e1e24;
  background: #dbdbdb;
  border-radius: 1em;
  padding: 0.15em;
  position: absolute;
  text-align: center;
  margin: 150px 15px 0 0;
}
.image-carousel-cms-component > .swiper-container > .swiper-wrapper > .swiper-slide {
  width: calc(100% - 32px);
}
@media screen and (max-width: 767px) {
  .image-carousel-cms-component {
    padding: 0 0 0 0;
  }
  .image-carousel-cms-component div.h2 {
    display: flex;
    font-size: 20px;
    font-weight: 500;
    margin-left: 0.6em;
  }
  .image-carousel-cms-component div.swiper {
    margin-left: 0.6em;
    margin-right: 0.6em;
  }
  .image-carousel-cms-component div.swiper-button-prev-img.material-icons::after {
    font-size: 1em;
  }
  .image-carousel-cms-component div.swiper-button-next-img.material-icons::after {
    font-size: 1em;
  }
}

/*.articles-carousel-cms-component {

  .row {
    text-align: center;
    font-weight: 500;
  }

  .title {
    font-size: 18px;
    color: #6c757d;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .text {
    font-size: 24px;
    color: #1e1e24;
  }

  img {
    width: 100%;
  }

  .image-paragraph-alt-blog-img {
    width: 100%;
    margin-right: 0;
  } */
.articles-carousel-cms-component {
  overflow: hidden;
  padding-right: 0;
  max-width: 1920px;
  margin: auto;
  margin-top: 0;
}
.articles-carousel-cms-component a {
  text-align: center;
  width: 100%;
}
.articles-carousel-cms-component a img {
  width: 100%;
}
.articles-carousel-cms-component h2, .articles-carousel-cms-component .h2 {
  font-size: 32px;
  font-weight: 900;
  color: #1e1e24;
  margin-left: 2em;
}
.articles-carousel-cms-component .title {
  font-size: 18px;
  color: #6c757d;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.articles-carousel-cms-component .text {
  font-size: 24px;
  font-weight: 500;
  color: #1e1e24;
}
.articles-carousel-cms-component .articlesCarousel {
  height: 100%;
  display: flex;
  text-align: center;
  margin-left: 4em;
}
.articles-carousel-cms-component .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.articles-carousel-cms-component .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.articles-carousel-cms-component .swiper-button-next, .articles-carousel-cms-component .swiper-button-prev {
  position: absolute;
  top: 30%;
  width: calc(73px / 73 * 27);
  margin-top: calc(0px - (73px / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.articles-carousel-cms-component .swiper-button-next {
  right: 10px;
  left: auto;
}
.articles-carousel-cms-component .swiper-button-prev {
  left: 10px;
  right: auto;
}
.articles-carousel-cms-component .swiper-button-prev.material-icons > *, .articles-carousel-cms-component .swiper-button-next.material-icons > * {
  color: black;
}
.articles-carousel-cms-component .swiper-button-next.material-icons.swiper-button-disabled::after, .articles-carousel-cms-component .swiper-button-prev.material-icons.swiper-button-disabled::after {
  display: none;
}
.articles-carousel-cms-component .swiper-button-prev.material-icons::after {
  content: "navigate_before";
  font-size: 30px;
  color: #1e1e24;
  background: #dbdbdb;
  border-radius: 1em;
  padding: 0.15em;
  position: absolute;
  text-align: center;
  margin: 150px 0 0 15px;
}
.articles-carousel-cms-component .swiper-button-next.material-icons::after {
  content: "navigate_next";
  font-size: 30px;
  color: #1e1e24;
  background: #dbdbdb;
  border-radius: 1em;
  padding: 0.15em;
  position: absolute;
  text-align: center;
  margin: 150px 15px 0 0;
}
.articles-carousel-cms-component > .swiper-container > .swiper-wrapper > .swiper-slide {
  width: calc(100% - 32px);
}
@media screen and (max-width: 767px) {
  .articles-carousel-cms-component {
    padding: 0 0 0 0;
  }
  .articles-carousel-cms-component h2, .articles-carousel-cms-component .h2 {
    display: flex;
    font-size: 20px;
    font-weight: 500;
    margin-left: 0.6em;
  }
  .articles-carousel-cms-component div.swiper-button-prev.material-icons::after {
    font-size: 1em;
  }
  .articles-carousel-cms-component div.swiper-button-next.material-icons::after {
    font-size: 1em;
  }
  .articles-carousel-cms-component div.articlesCarousel {
    margin-left: 0.6em;
    margin-right: 0.6em;
  }
  .articles-carousel-cms-component div.text {
    font-size: 20px;
  }
}

.ks-comp-blog-articles {
  margin-top: 2em;
}

.blog-cms-component .filters-container {
  margin: 0 36px;
  width: calc(100% - 72px);
}
.blog-cms-component .articles-container .container {
  max-width: 1440px;
}
@media screen and (min-width: 767px) and (max-width: 1440px) {
  .blog-cms-component .articles-container .container .row {
    padding: 0 3em;
  }
  .blog-cms-component .articles-container .container .container-fluid .row, .blog-cms-component .articles-container .container .container-sm .row, .blog-cms-component .articles-container .container .container-md .row, .blog-cms-component .articles-container .container .container-lg .row, .blog-cms-component .articles-container .container .container-xl .row, .blog-cms-component .articles-container .container .container-xxl .row {
    padding: 0;
  }
}
.blog-cms-component .archive-text .icon-archive {
  padding-right: 0.3em;
  padding-left: 0.5em;
}
.blog-cms-component .archive-text .h2 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .blog-cms-component .archive-text .h2 {
    font-size: 12px;
    letter-spacing: 0.6px;
    font-weight: 300;
    margin-bottom: 3em;
  }
}

#flush-headingOne .accordion-button {
  display: flex;
  justify-content: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 2em;
  color: black;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

#flush-collapseOneBlog .accordion-body {
  padding-top: 0.5em;
  padding-bottom: 1.5em;
  display: flex;
  justify-content: center;
}
#flush-collapseOneBlog .accordion-body .btn-close-container {
  display: flex;
  align-items: center;
}
#flush-collapseOneBlog .accordion-body .btn-close {
  margin-left: 0.2em;
  padding: 0.5em 0.5em;
  padding-top: 0.2em;
  opacity: 1;
  color: #1e1e24;
}
#flush-collapseOneBlog .filter-tag-button.active {
  border: 1px solid #cad400;
  color: #cad400;
}
#flush-collapseOneBlog button {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  border: 1px solid #6c757d;
  margin-right: 0.5em;
  padding: 0.2em 1em 0.2em 1em;
}

#flush-headingOne .accordion-button {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 2em;
  font-weight: normal;
  color: black;
}

.blog-cms-component .accordion-button {
  background-color: #FFFFFF;
  box-shadow: none;
  padding: 12px;
}
.blog-cms-component .accordion-button::after {
  background-size: 17px;
  background-position: center;
  margin-left: 6px !important;
}

#tagAccordion .accordion-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
#tagAccordion .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

@media screen and (max-width: 767px) {
  .articles-carousel-cms-component .text {
    font-size: 22px;
  }

  .ks-comp-blog-articles-first-element .title {
    font-size: 22px !important;
  }

  section.ks-comp-blog-articles .image-paragraph-alt-blog-img {
    width: 100%;
    margin-right: 0;
  }

  .col-article-mobile {
    padding-right: 0;
    padding-left: 0;
  }

  #flush-collapseOneBlog .filter-tag-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  #flush-collapseOneBlog button {
    max-height: 2em;
    margin-bottom: 1em;
  }
  #flush-collapseOneBlog .btn-close-container {
    display: flex;
    justify-content: center;
    width: 8em;
  }

  .blog-cms-component .archive-text a {
    font-size: 16px;
  }
}
section.ks-comp-blog-articles-first-element div.img-container-firstArticle a {
  width: 100%;
}
section.ks-comp-blog-articles-first-element .image-paragraph-alt-blog-img {
  width: 100%;
}
section.ks-comp-blog-articles-first-element .tag {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #6c757d;
}
section.ks-comp-blog-articles-first-element .title {
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1e1e24;
}

.p-rating p {
  display: inline-block;
  width: 29px;
  height: 29px;
  border: 0;
  text-indent: -9999px;
  outline: none;
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ced4da%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.p-rating[data-rating-value="0"] p:nth-child(-n+0) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.p-rating[data-rating-value="1"] p:nth-child(-n+1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.p-rating[data-rating-value="2"] p:nth-child(-n+2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.p-rating[data-rating-value="3"] p:nth-child(-n+3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.p-rating[data-rating-value="4"] p:nth-child(-n+4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.p-rating[data-rating-value="5"] p:nth-child(-n+5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.b-rating button {
  display: inline-block;
  width: 29px;
  height: 29px;
  border: 0;
  text-indent: -9999px;
  outline: none;
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ced4da%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
  cursor: pointer;
  transition: background 0.25s ease;
}
.b-rating button:hover, .b-rating button:hover ~ button {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ced4da%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat !important;
}
.b-rating:hover button {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat !important;
}
.b-rating[data-rating-value="0"] button:nth-child(-n+0) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.b-rating[data-rating-value="1"] button:nth-child(-n+1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.b-rating[data-rating-value="2"] button:nth-child(-n+2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.b-rating[data-rating-value="3"] button:nth-child(-n+3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.b-rating[data-rating-value="4"] button:nth-child(-n+4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.b-rating[data-rating-value="5"] button:nth-child(-n+5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.s-rating span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 0;
  text-indent: -9999px;
  outline: none;
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23ced4da%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.s-rating[data-rating-value="0"] span:nth-child(-n+0) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.s-rating[data-rating-value="1"] span:nth-child(-n+1) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.s-rating[data-rating-value="2"] span:nth-child(-n+2) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.s-rating[data-rating-value="3"] span:nth-child(-n+3) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.s-rating[data-rating-value="4"] span:nth-child(-n+4) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.s-rating[data-rating-value="5"] span:nth-child(-n+5) {
  background: url("data:image/svg+xml;utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23cad400%22%20d%3D%22M457.888 210.672l-139.504-20.272-62.384-126.4-62.384 126.4-139.504 20.272 100.944 98.384-23.84 138.928 124.768-65.6 124.768 65.6-23.84-138.928c0 0 100.944-98.384 100.944-98.384z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") center/cover no-repeat;
}
.reviews-cms-component {
  color: #FFF;
  background-color: #1e1e24;
}
.reviews-cms-component .white-border-bottom {
  border-bottom: solid 2px #FFF;
}
.reviews-cms-component #review-close-button-container {
  display: none;
}
.reviews-cms-component .reviews-bg.no-reviews {
  height: 520px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .reviews-cms-component .reviews-bg.no-reviews {
    height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media screen and (max-width: 1023px) {
  .reviews-cms-component .reviews-bg {
    height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.reviews-cms-component .reviews-bg .reviews-bg-container-elements, .reviews-cms-component .reviews-bg .first-review-banner-container {
  padding-top: 4.8rem;
  padding-left: 4em;
}
@media screen and (max-width: 1023px) {
  .reviews-cms-component .reviews-bg .reviews-bg-container-elements, .reviews-cms-component .reviews-bg .first-review-banner-container {
    padding-top: 3.25rem;
    padding-left: 1em;
  }
}
.reviews-cms-component .people-reviews {
  color: #585858;
  padding-top: 19px;
}
.reviews-cms-component .people-reviews .review-container-box-elements {
  border-bottom: 1px solid #ced4da;
  margin-bottom: 15px;
  padding-right: 1em;
}
.reviews-cms-component .people-reviews .review-container-box-elements .bi-person {
  color: #e31010;
  margin-bottom: 15px;
  margin-right: 10.5px;
}
.reviews-cms-component .people-reviews .review-container-box-elements .rating-row-container {
  display: flex;
  align-items: center;
}
.reviews-cms-component .people-reviews .review-container-box-elements .view-answer-button-container {
  display: flex;
  align-items: center;
}
.reviews-cms-component .people-reviews .review-container-box-elements .view-answer-button-container .material-icons-outlined {
  margin-bottom: 1em;
}
.reviews-cms-component .people-reviews .review-container-box-elements p, .reviews-cms-component .people-reviews .review-container-box-elements span {
  color: #FFF;
}
.reviews-cms-component .people-reviews .review-container-element {
  display: flex;
  justify-content: space-between;
}
.reviews-cms-component .people-reviews .review-headline {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
.reviews-cms-component .people-reviews .review-date {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
}
.reviews-cms-component .people-reviews .review-comment {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
}
.reviews-cms-component .people-reviews .review-alias {
  display: block;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 15.5px;
  margin-right: 2em;
  width: 6em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reviews-cms-component .people-reviews .review-number-rating {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 15.5px;
}
.reviews-cms-component .people-reviews .review-view-answer {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.6px;
}
.reviews-cms-component .people-reviews .review-view-answer-button {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.6px;
  text-decoration: underline;
}
.reviews-cms-component .rating-comment {
  margin-right: 10px;
}
.reviews-cms-component .rating-comment.p-rating p {
  height: 12px;
  width: 12px;
  margin-bottom: 15.5px;
}
.reviews-cms-component .display-4 {
  font-size: 45px;
  font-weight: 500;
  text-transform: uppercase;
}
.reviews-cms-component .display-5 {
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
.reviews-cms-component .lead {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5em;
}
.reviews-cms-component .reviews-bg {
  min-height: 100%;
  background-repeat: no-repeat;
}
.reviews-cms-component .btn-review {
  width: 100%;
  max-width: 423px;
  height: 56px;
  border-radius: 4px;
  background-color: #cad400;
  color: #FFF;
  letter-spacing: 1.6px;
  font-size: 16px;
  font-weight: normal;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.reviews-cms-component .btn-review:hover {
  background-color: #FFF;
  border-color: #cad400;
  color: #cad400;
}
.reviews-cms-component #writeReviewForm {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  padding-top: 3rem;
  background-color: #1e1e24;
}
.reviews-cms-component #writeReviewForm .submit-success-text {
  font-size: 20px;
  display: none;
}
.reviews-cms-component #writeReviewForm .submit-success-text-mobile {
  font-size: 20px;
  display: none;
}
.reviews-cms-component #writeReviewForm .has-error label {
  color: red;
}
.reviews-cms-component #writeReviewForm .has-error input {
  border-color: red;
}
.reviews-cms-component #writeReviewForm .has-error textarea {
  border-color: red;
}
.reviews-cms-component #writeReviewForm .display-4 {
  font-size: 24px;
  font-weight: 500;
}
.reviews-cms-component #writeReviewForm input {
  background-color: #1e1e24;
  color: white;
  font-size: 1rem;
}
.reviews-cms-component #writeReviewForm input:disabled {
  color: #dbdbdb;
}
.reviews-cms-component #writeReviewForm textarea {
  background-color: #1e1e24;
  min-height: 150px;
  color: white;
}
.reviews-cms-component #writeReviewForm textarea:disabled {
  color: #dbdbdb;
}
.reviews-cms-component #writeReviewForm .btn-submit {
  width: 202px;
  height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #cad400;
  color: #FFF;
  letter-spacing: 1.6px;
  font-size: 16px;
  font-weight: normal;
}
.reviews-cms-component #writeReviewForm .btn-submit:hover {
  background-color: #FFF;
  border-color: #cad400;
  color: #cad400;
}
.reviews-cms-component .container-top-reviews {
  padding-left: 0;
}
.reviews-cms-component .container-top-reviews .reviews-bg-title {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 4.5px;
}
.reviews-cms-component .container-top-reviews .reviews-bg-lead {
  font-size: 18px;
  font-weight: 300;
}
.reviews-cms-component .container-top-reviews .reviews-bg-average {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 2.25px;
}
.reviews-cms-component .container-top-reviews .p-rating p {
  height: 29px;
  width: 29px;
}
.reviews-cms-component .container-top-reviews .reviews-bg-number-of-reviews {
  font-size: 14px;
}
.reviews-cms-component .container-top-reviews {
  padding-left: 0;
}
.reviews-cms-component .container-top-reviews .reviews-bg-title {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 4.5px;
}
.reviews-cms-component .container-top-reviews .reviews-bg-lead {
  font-size: 18px;
  font-weight: 300;
}
.reviews-cms-component .container-top-reviews .reviews-bg-average {
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 2.25px;
}
.reviews-cms-component .container-top-reviews .p-rating p {
  height: 29px;
  width: 29px;
}
.reviews-cms-component .container-top-reviews .reviews-bg-number-of-reviews {
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  #writeReviewForm {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: 0 !important;
    padding-top: 0 !important;
    background-color: #1e1e24;
    overflow: scroll;
  }
  #writeReviewForm .close-button-container {
    display: flex;
    justify-content: flex-end;
    position: relative;
    left: 15px;
  }
  #writeReviewForm .close-button-container i.input-close.material-icons-outlined {
    font-size: 3em;
    cursor: pointer;
    left: 0;
  }
  #writeReviewForm #ReviewForm .star-rating {
    justify-content: initial;
  }
  #writeReviewForm #ReviewForm .form-label {
    margin-top: 14px;
    margin-bottom: 4px;
  }
  #writeReviewForm .btn-submit {
    width: 100% !important;
  }
  #writeReviewForm .submit-button-text-container .submit-review-button {
    width: 100%;
  }

  section.reviews-cms-component #review-close-button-container {
    display: flex;
  }
  section.reviews-cms-component p.btn-review-container {
    display: flex;
    justify-content: center;
  }
  section.reviews-cms-component .container-top-reviews {
    padding-left: 0;
    padding-right: 0;
  }
  section.reviews-cms-component .reviews-bg {
    padding: 0 !important;
  }
  section.reviews-cms-component .reviews-bg-container-elements {
    padding-top: 2rem;
    padding-left: 1em;
    padding-bottom: 0;
  }
  section.reviews-cms-component .write-review-button {
    display: flex;
    justify-content: center;
  }
  section.reviews-cms-component .write-review-button .btn-review {
    margin-bottom: 1em;
  }
  section.reviews-cms-component .submit-review-button button {
    margin-right: 0;
  }
  section.reviews-cms-component .people-reviews #active-people-reviews {
    height: initial;
    overflow-y: auto;
  }
  section.reviews-cms-component #review-page-selection ul {
    justify-content: center;
  }
}
#ReviewForm .star-rating {
  justify-content: center;
}
#ReviewForm label {
  font-size: 14px;
}

.body-overflow-y-hidden-mobile-review {
  overflow-y: hidden;
}

#active-people-reviews {
  height: 434px;
  overflow-y: auto;
}

#review-page-selection .prev {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #dbdbdb;
  color: #585858;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
#review-page-selection .next {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background-color: #dbdbdb;
  color: #585858;
  font-size: 20px;
  text-align: center;
  font-weight: 500;
}
#review-page-selection ul {
  justify-content: flex-end;
  align-items: center;
  margin-top: 1em;
}
#review-page-selection ul li {
  margin-right: 20px;
}
#review-page-selection ul li.active a {
  line-height: normal;
  color: white;
}

.hidden-see-more-text {
  display: none;
}

.span-rating {
  height: 15px;
  display: inline-block;
}

.pdp-review-average {
  font-size: 16px;
  text-align: center;
  color: #585858;
  font-weight: 600;
}

.pdp-review-number {
  font-size: 16px;
  text-align: center;
  color: #585858;
}

@media all and (min-width: 768px) {
  div .show-mobile, p .show-mobile, span .show-mobile, h1 .show-mobile, .h1 .show-mobile, h2 .show-mobile, .h2 .show-mobile, h3 .show-mobile, .h3 .show-mobile, h4 .show-mobile, .h4 .show-mobile, h5 .show-mobile, .h5 .show-mobile, h6 .show-mobile, .h6 .show-mobile {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  div .hidden-mobile, p .hidden-mobile, span .hidden-mobile, h1 .hidden-mobile, .h1 .hidden-mobile, h2 .hidden-mobile, .h2 .hidden-mobile, h3 .hidden-mobile, .h3 .hidden-mobile, h4 .hidden-mobile, .h4 .hidden-mobile, h5 .hidden-mobile, .h5 .hidden-mobile, h6 .hidden-mobile, .h6 .hidden-mobile {
    display: none !important;
  }
  div .show-mobile, p .show-mobile, span .show-mobile, h1 .show-mobile, .h1 .show-mobile, h2 .show-mobile, .h2 .show-mobile, h3 .show-mobile, .h3 .show-mobile, h4 .show-mobile, .h4 .show-mobile, h5 .show-mobile, .h5 .show-mobile, h6 .show-mobile, .h6 .show-mobile {
    display: inherit !important;
  }

  .kit-container-cms-component {
    max-width: 1440px;
    margin: auto;
  }
  .kit-container-cms-component .container-elements-kit-details {
    padding-left: 0 !important;
  }
  .kit-container-cms-component .container-elements-kit-details .title-details-product-kit {
    font-size: 26px;
  }
  .kit-container-cms-component .kit_wrapper .info-product header {
    margin-top: 0;
    margin-bottom: 1em;
    justify-content: flex-end;
  }
  .kit-container-cms-component .kit_wrapper .info-product .display-4 {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  section.kit_composition > .kit_wrapper {
    flex-direction: column;
    max-height: unset;
    height: unset;
    margin: 1em 0em;
  }
  section.kit_composition > .kit_wrapper > .presentation {
    width: 100%;
  }
  section.kit_composition > .kit_wrapper > .products {
    width: 100%;
  }
  section.kit_composition > .kit_wrapper > .products > ul {
    padding: 0 !important;
    overflow-x: auto;
    white-space: nowrap;
  }
  section.kit_composition > .kit_wrapper > .products > ul > li {
    width: 50%;
    display: inline-flex;
  }
  section.kit_composition > .kit_wrapper > .products .product {
    width: 100%;
    min-width: 200px;
    padding: 0 1em;
    padding-bottom: 1em;
    border-bottom: none;
  }
  section.kit_composition > .kit_wrapper > .products .product .js-show-kit-info {
    white-space: normal;
  }
  section.kit_composition > .kit_wrapper > .products .product > .description-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
  section.kit_composition > .kit_wrapper > .products .product > .description-wrapper > div {
    width: 100%;
    justify-content: left;
  }
  section.kit_composition > .kit_wrapper > .products .product > .description-wrapper img {
    height: 223px;
    max-width: unset;
  }
  section.kit_composition > .kit_wrapper > .products .product .size {
    margin-top: 10px;
  }
  section.kit_composition > .kit_wrapper > .products .product .size .sizeopt {
    flex-wrap: wrap;
  }
  section.kit_composition > .kit_wrapper > .products .product .price {
    margin-bottom: 0;
  }

  div.info-product {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    margin: 60px 20px 20px 20px;
    width: calc(100% - 40px);
    padding: 1em;
    overflow: auto;
    height: calc(100% - 80px);
  }
  div.info-product::after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 60px 20px 20px 20px;
    border-color: rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }
  div.info-product > header {
    height: 3em;
  }
  div.info-product > header span {
    font-size: 36px;
    z-index: 2000;
  }
  div.info-product > header ul {
    display: none;
  }
  div.info-product > h3, div.info-product > .h3 {
    font-weight: normal;
    text-align: center;
  }
  div.info-product > strong {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.addToCartForSize {
  opacity: 0.5;
  cursor: initial;
}

.js-show-kit-info {
  cursor: pointer;
}

.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}

span.primary {
  color: #cad400;
}

.kit_composition > .kit_wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
}
.kit_composition > .kit_wrapper > .presentation, .kit_composition > .kit_wrapper > .products {
  position: relative;
  height: 100%;
}
.kit_composition > .kit_wrapper > .presentation {
  width: 50%;
  overflow: auto;
}
.kit_composition > .kit_wrapper > .presentation .dropdown {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.kit_composition > .kit_wrapper > .presentation .dropdown .pin {
  height: 40px;
  width: 40px;
  border: 14px solid #cad400;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 50%;
}
.kit_composition > .kit_wrapper > .presentation .dropdown .dropdown-content {
  display: none;
  position: absolute;
  min-width: 250px;
  z-index: 1;
  flex-direction: row;
  gap: 10px;
  padding: 3px 15px 3px 6px;
  background-color: #ffffff;
}
.kit_composition > .kit_wrapper > .presentation .dropdown .dropdown-content img {
  max-width: 43px;
  object-fit: contain;
}
.kit_composition > .kit_wrapper > .presentation .dropdown .dropdown-content span {
  display: block;
}
.kit_composition > .kit_wrapper > .presentation .dropdown .dropdown-content span:first-of-type {
  font-weight: bold;
}
.kit_composition > .kit_wrapper > .presentation .dropdown .dropdown-content.open-top {
  bottom: 40px;
}
.kit_composition > .kit_wrapper > .presentation .dropdown .dropdown-content.open-right {
  right: 0;
}
.kit_composition > .kit_wrapper > .presentation .dropdown .dropdown-content .discount {
  text-decoration: line-through;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.6px;
  padding-right: 10px;
}
.kit_composition > .kit_wrapper > .presentation .dropdown:hover .dropdown-content {
  display: flex;
}
.kit_composition > .kit_wrapper > .presentation .controls {
  width: 100%;
}
.kit_composition > .kit_wrapper > .presentation .controls .prev, .kit_composition > .kit_wrapper > .presentation .controls .next {
  top: calc(50% - 25px);
  position: absolute;
  display: block;
  cursor: pointer;
  background-color: #f4f4f4;
  border-radius: 50%;
  color: #1e1e24;
  padding: 10px;
  font-size: 30px;
}
.kit_composition > .kit_wrapper > .presentation .controls .prev {
  left: 10px;
}
.kit_composition > .kit_wrapper > .presentation .controls .next {
  right: 10px;
}
.kit_composition > .kit_wrapper .products {
  width: 50%;
  max-height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 19px;
}
.kit_composition > .kit_wrapper .products > ul {
  flex-grow: 1;
  margin: 0;
  list-style-type: none;
  padding-right: 1em;
  padding-left: 0;
  overflow-y: auto;
}
.kit_composition > .kit_wrapper .products > a {
  flex-grow: 0;
}
.kit_composition > .kit_wrapper .products .product {
  border-bottom: 1px solid #dbdbdb;
  padding: 1em 0;
}
.kit_composition > .kit_wrapper .products .product:first-of-type {
  padding-top: 0;
}
.kit_composition > .kit_wrapper .products .product:last-of-type {
  border-bottom-width: 0;
}
.kit_composition > .kit_wrapper .products .product .description-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-evenly;
}
.kit_composition > .kit_wrapper .products .product .description-wrapper img {
  max-width: 35%;
  max-height: 200px;
  object-fit: contain;
}
.kit_composition > .kit_wrapper .products .product .size {
  margin-bottom: 20px;
}
.kit_composition > .kit_wrapper .products .product .size .sizeopt {
  row-gap: 10px;
}
.kit_composition > .kit_wrapper .products .product .size .sizeopt .form-check-inline {
  display: block;
  margin: 0;
  padding: 0 0.3rem;
}
.kit_composition > .kit_wrapper .products .product .size .sizeopt input {
  display: none;
}
.kit_composition > .kit_wrapper .products .product .size .sizeopt .form-check-input ~ .form-check-label {
  width: 50px;
  height: 50px;
  background-color: #ededed;
  font-size: 1em;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #acacac;
}
.kit_composition > .kit_wrapper .products .product .size .sizeopt .form-check-input[disabled] ~ .form-check-label {
  background-color: #ffffff !important;
  border: 2px solid #acacac;
  opacity: 100;
  color: #acacac;
  cursor: initial !important;
}
.kit_composition > .kit_wrapper .products .product .price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.kit_composition > .kit_wrapper .products .product .price > span:first-of-type {
  font-weight: normal;
}
.kit_composition > .kit_wrapper .products .product .price > span:first-of-type.discount {
  text-decoration: line-through;
}
.kit_composition > .kit_wrapper .products .product .price > .promo {
  font-size: 12px;
  background-color: #cad400;
  display: inline-block;
  padding: 4px 14px 5px 13px;
  border-radius: 15px;
  height: 23px;
}
.kit_composition > .kit_wrapper .products .product .price > .promo > span {
  font-size: 12px;
  position: relative;
  top: 1px;
}
.kit_composition > .kit_wrapper .products .product .price .discount-container-price .discount {
  text-decoration: line-through;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.6px;
  padding-right: 10px;
}
.kit_composition > .kit_wrapper .products .product .price .discount {
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.6px;
  padding-right: 10px;
}

.info-product {
  width: calc(50% + 19px);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 700px;
  border-top: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
}
.info-product header {
  display: flex;
  align-items: center;
  margin-top: 1em;
  margin-left: 0.5em;
}
.info-product header > span {
  cursor: pointer;
  padding: 11px 10.1px 10.1px 11px;
  transform: rotate(-180deg);
  background-color: #f4f4f4;
  border-radius: 50%;
}
.info-product header ul {
  padding: 0;
  margin: 0;
  padding-bottom: 2em;
  margin-left: 1em;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  gap: 6px;
}
.info-product header ul li {
  border-top: 2px solid #dbdbdb;
  padding: 2px 16px;
  white-space: nowrap;
}
.info-product header ul li.active {
  border-color: #212121;
  font-weight: bold;
}
.info-product .display-3 {
  font-size: 26px;
  font-weight: 900;
}
.info-product .display-4 {
  font-size: 1.3em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 0.5em;
}
.info-product .pointcont {
  padding: 0.5rem 0.1rem;
  width: 100%;
}
.info-product .pointcont .featpoint {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}
.info-product .pointcont .featpoint .pointinner {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #dbdbdb;
}
.info-product .pointcont .featpoint .pointinner.active {
  background-color: #cad400;
}

.kit-container-cms-component {
  max-width: 1440px;
  margin: auto;
}
.kit-container-cms-component .container-elements-kit-details {
  padding-left: 5rem;
}
.kit-container-cms-component .container-elements-kit-details .singleFeature {
  padding-left: 0;
}
.kit-container-cms-component .title-details-product-kit {
  font-size: 3em;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  color: #585858;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #fff;
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 14px;
  height: 14px;
}

#cboxTopCenter {
  height: 14px;
}

#cboxTopRight {
  width: 14px;
  height: 14px;
}

#cboxBottomLeft {
  width: 14px;
}

#cboxBottomCenter {
  height: 43px;
}

#cboxBottomRight {
  width: 14px;
}

#cboxMiddleLeft {
  width: 14px;
}

#cboxMiddleRight {
  width: 14px;
}

#cboxContent {
  background: #fff;
  overflow: visible;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}

#cboxPrevious:hover {
  background-position: -51px 0px;
}

#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}

#cboxNext:hover {
  background-position: -75px 0px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}

#cboxTitle {
  background: transparent;
  position: absolute;
  top: 0;
  padding: 43px 40px 15px;
  height: 88px;
  display: table;
  width: 100%;
}

#cboxTitle .headline {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  width: 100%;
  vertical-align: middle;
}

#cboxClose {
  position: absolute;
  right: 13px;
  top: 10px;
  background: transparent;
  border: 0 none;
  color: #797979;
  padding: 5px;
  font-size: 25px;
}

#cboxLoadedContent {
  margin-top: 88px;
  padding: 15px 40px 30px 40px;
}

#cboxLoadedContent .add-to-cart-item {
  margin-bottom: 40px;
}

#cboxLoadedContent .addressEntry + .addressEntry,
#cboxLoadedContent .saved-payment-entry + .saved-payment-entry {
  margin-top: 55px;
}

#cboxLoadedContent .modal-details {
  line-height: 1.8em;
}

#cboxLoadedContent .modal-actions {
  margin-top: 20px;
}

#cboxLoadedContent .modal-actions .btn {
  margin-top: 20px;
}

@media (max-width: 639px) {
  #cboxTitle {
    height: 112px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #cboxTitle:before,
#cboxTitle:after {
    content: " ";
    display: table;
  }

  #cboxTitle:after {
    clear: both;
  }

  #cboxTitle:before,
#cboxTitle:after {
    content: " ";
    display: table;
  }

  #cboxTitle:after {
    clear: both;
  }

  #cboxLoadedContent {
    margin-top: 112px;
    padding: 15px 20px 30px 20px;
  }
}
.tab-cms-component li.nav-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 25%;
}
.tab-cms-component li.nav-item.active {
  color: black;
  border-top: 5px solid #cad400;
}
.tab-cms-component li.nav-item.active a.nav-link {
  color: black !important;
}
.tab-cms-component li a.nav-link {
  flex-grow: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #6c757d !important;
  text-transform: uppercase;
  font-weight: bold;
}
.tab-cms-component .nav-tabs {
  border: none;
  width: 75%;
}
.tab-cms-component .nav-tabs .nav-link {
  border: none;
}
.tab-cms-component .tab-content {
  padding: 3rem 0;
}

@media screen and (max-width: 767px) {
  .tab-cms-component .tab-content {
    margin: 0;
  }
  .tab-cms-component .nav-tab-border {
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  .tab-cms-component .nav-tab-border .nav-item {
    width: 100%;
  }
  .tab-cms-component .nav-tabs {
    padding-bottom: 1em;
    width: 100%;
  }
}
.accordion-cms-component {
  max-width: initial;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.accordion-cms-component #hero-slider picture {
  z-index: 0 !important;
}
.accordion-cms-component li a {
  color: black !important;
  font-weight: 500;
  font-size: 1.45rem;
}
.accordion-cms-component li .nav-link {
  padding: 0.8rem;
  display: inline-block;
}
.accordion-cms-component ul.ul-circle-accordion {
  list-style-type: none !important;
  padding-left: 0px;
  margin-bottom: 0;
}
.accordion-cms-component .accordion-button {
  background-color: white;
}
.accordion-cms-component .accordion-button:focus {
  box-shadow: none;
}
.accordion-cms-component .accordion-item {
  border: none;
}
.accordion-cms-component .accordion-item .accordion-header {
  box-shadow: 1px 3px 2px -2px #dbdbdb;
}
.accordion-cms-component #accordionsContainer {
  margin-right: 1em;
}
.accordion-cms-component .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  overflow: hidden;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease;
}
.accordion-cms-component .accordion-item .accordion-header {
  box-shadow: 0 1px 2px -2px #dbdbdb;
}
.accordion-cms-component .accordion-button:after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231e1e24' %3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  accordion-button-color: #fd4f00 !important;
}
.accordion-cms-component .accordion-body {
  padding: 3rem 0;
}
.accordion-cms-component .accordion-button {
  border-bottom: solid 1px #dbdbdb;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}

@media screen and (max-width: 767px) {
  .accordion-cms-component .swiper-slide button.primary {
    padding: 0;
  }
  .accordion-cms-component .swiper-slide button.primary p {
    margin-top: 1em;
  }
}
@media all and (max-width: 767px) {
  .compare-tray-body {
    flex-direction: column;
  }
  .compare-tray-body > #compare-selected-products {
    display: grid !important;
    gap: 6px !important;
    padding: 33px 0 !important;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
  }
  .compare-tray-body > #compare-selected-products > .productitem-placeholder {
    max-width: 113px !important;
  }
  .compare-tray-body > #compare-selected-products > .productitem-placeholder h3, .compare-tray-body > #compare-selected-products > .productitem-placeholder .h3 {
    font-size: 1rem !important;
  }
  .compare-tray-body > #compare-selected-products > .productitem img {
    width: 113px !important;
    height: 113px !important;
    border-width: 0 !important;
  }
  .compare-tray-body > #compare-selected-products > .productitem h3, .compare-tray-body > #compare-selected-products > .productitem .h3 {
    max-width: 113px !important;
    margin-bottom: 12px !important;
  }
  .compare-tray-body > #compare-selected-products > .productitem-placeholder, .compare-tray-body > #compare-selected-products > .productitem {
    border: 1px solid #000000;
    background-color: #ffffff;
  }
  .compare-tray-body .actions {
    margin-bottom: 0 !important;
  }
}
.proditem:hover .options {
  display: none !important;
}

.proditem > .compare-control {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  color: #1e1e24;
  margin-top: 20px;
  display: flex;
  gap: 0.5em;
  justify-content: flex-end;
  align-items: baseline;
}
.proditem > .compare-control > input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  color: #dbdbdb;
  width: 20px;
  height: 20px;
  background-color: #dbdbdb;
  border-radius: 50%;
  display: grid;
  place-content: center;
  transform: translateY(0.15em);
  cursor: pointer;
}
.proditem > .compare-control > input[type=checkbox]::before {
  content: "";
  width: 1em;
  height: 1em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #cad400;
  border-radius: 50%;
}
.proditem > .compare-control > input[type=checkbox]:checked::before {
  transform: scale(1);
}
.proditem > .compare-control > input[type=checkbox]:disabled {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: not-allowed;
}
.proditem > .compare-control + .compare-control {
  margin-top: 1em;
}

.compare-tray-wrapper {
  position: fixed;
  width: 100%;
  z-index: 201;
  bottom: 0px;
  transition: max-height 300ms ease-out 0s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.compare-tray-wrapper > .compare-tray-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 60px;
  opacity: 1;
}
.compare-tray-wrapper > .compare-tray-header h3, .compare-tray-wrapper > .compare-tray-header .h3 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #cad400;
  margin: 0;
  height: 60px;
  padding: 0 20px;
  font-size: 1.2rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.compare-tray-wrapper > .compare-tray-header h3 .material-icons-outlined, .compare-tray-wrapper > .compare-tray-header .h3 .material-icons-outlined {
  font-size: 2.5rem;
}
.compare-tray-wrapper > .compare-tray-header::before {
  left: -40px;
}
.compare-tray-wrapper > .compare-tray-header::after {
  right: -40px;
}
.compare-tray-wrapper > .compare-tray-header::after, .compare-tray-wrapper > .compare-tray-header::before {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #cad400;
  width: 90px;
  height: 90px;
  top: 25px;
  transform: rotate(45deg);
}
.compare-tray-wrapper .compare-tray-separator {
  width: 100%;
  border-bottom: 8px solid #cad400;
}
.compare-tray-wrapper .compare-tray-body {
  width: 100%;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
}
.compare-tray-wrapper .compare-tray-body > #compare-selected-products {
  display: inline-flex;
  gap: 28px;
  padding: 55px 0;
}
.compare-tray-wrapper .compare-tray-body > #compare-selected-products > .productitem-placeholder, .compare-tray-wrapper .compare-tray-body > #compare-selected-products > .productitem img {
  border: 1px solid #000000;
  width: 182px;
  height: 182px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.compare-tray-wrapper .compare-tray-body > #compare-selected-products h3, .compare-tray-wrapper .compare-tray-body > #compare-selected-products .h3 {
  text-align: center;
  max-width: 182px;
  margin: 0;
  padding: 0 8px;
}
.compare-tray-wrapper .compare-tray-body > #compare-selected-products > .productitem-placeholder h3, .compare-tray-wrapper .compare-tray-body > #compare-selected-products > .productitem-placeholder .h3 {
  font-size: 1.2rem;
  user-select: none;
}
.compare-tray-wrapper .compare-tray-body > #compare-selected-products > .productitem {
  position: relative;
}
.compare-tray-wrapper .compare-tray-body > #compare-selected-products > .productitem img {
  object-fit: cover;
}
.compare-tray-wrapper .compare-tray-body > #compare-selected-products > .productitem h3, .compare-tray-wrapper .compare-tray-body > #compare-selected-products > .productitem .h3 {
  font-size: 1rem;
  margin-top: 12px;
}
.compare-tray-wrapper .compare-tray-body > #compare-selected-products > .productitem span {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  cursor: pointer;
}
.compare-tray-wrapper .compare-tray-body .actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.compare-tray-wrapper .compare-tray-body .actions > span[role=link] {
  text-transform: uppercase;
  padding: 17px 52px;
  cursor: pointer;
}
.compare-tray-wrapper .compare-tray-body .actions > span[role=link]:hover {
  text-decoration: underline;
}

/* compare-products_extra_style.scss */
@media all and (max-width: 767px) {
  .compare-products-view {
    margin: 5px 10px 2em 10px !important;
    gap: 10px !important;
  }
  .compare-products-view .compare-product-item .compare-product-summary {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 2em !important;
  }
  .compare-products-view .compare-product-item .compare-product-summary > div > a[role=button] {
    font-size: 2.5vw;
  }
  .compare-products-view .compare-product-item .compare-product-summary > div > div {
    gap: 10px !important;
  }
  .compare-products-view #compare-page-reviews-min-width .product-rating .s-rating {
    min-width: 100px;
  }

  @supports (-webkit-touch-callout: none) {
    #compare-selected-products .productitem .productitem-placeholder {
      height: 13em;
    }
  }
  .compare-carousel {
    margin: 0 !important;
  }

  .back_link {
    margin: 0 !important;
  }
}
.compare-carousel {
  display: none;
  margin: 0 2em;
  justify-content: flex-end;
  margin-bottom: -1.5em;
}
.compare-carousel > span {
  cursor: pointer;
  font-size: 2.5rem;
}

.back_link {
  display: inline-block;
  margin: 0 2em;
}
.back_link::before {
  float: left;
  font-family: "Material Icons Outlined";
  content: "chevron_left";
  line-height: 25px;
  font-size: 22px;
}

.compare-products-view {
  margin: 2em;
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
  justify-items: center;
  align-items: start;
  gap: 20px;
}
.compare-products-view .colors-compare-container {
  display: flex;
  width: 90%;
  flex-wrap: wrap;
}
.compare-products-view .colors-compare-container .single-item-color-compare {
  padding-right: 1em;
  padding-bottom: 1em;
}
.compare-products-view .compare-product-item {
  width: 100%;
}
.compare-products-view .compare-product-item .sizes-compare {
  margin-right: 0.5em;
  padding-left: 0;
}
.compare-products-view .compare-product-item .pointcont {
  padding: 0.5rem 0.1rem;
  width: 100%;
}
.compare-products-view .compare-product-item .pointcont .featpoint {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}
.compare-products-view .compare-product-item .pointcont .featpoint .pointinner {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #dbdbdb;
}
.compare-products-view .compare-product-item .pointcont .featpoint .pointinner.active {
  background-color: #cad400;
}
.compare-products-view .compare-product-item .compare-product-summary {
  border: 1px solid #dbdbdb;
  padding: 10px;
}
.compare-products-view .compare-product-item .compare-product-summary > span {
  white-space: nowrap;
}
.compare-products-view .compare-product-item .compare-product-summary > span:first-of-type {
  float: left;
  padding-right: 8px;
}
.compare-products-view .compare-product-item .compare-product-summary > span:last-of-type {
  float: right;
  cursor: pointer;
  padding-left: 8px;
}
.compare-products-view .compare-product-item .compare-product-summary > div {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.compare-products-view .compare-product-item .compare-product-summary > div > figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.compare-products-view .compare-product-item .compare-product-summary > div > figure img {
  width: 100%;
  object-fit: contain;
  max-height: 365px;
}
.compare-products-view .compare-product-item .compare-product-summary > div > figure figcaption {
  position: relative;
  margin: 1em 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  width: 100%;
  color: #212121;
}
.compare-products-view .compare-product-item .compare-product-summary > div > figure figcaption::before {
  position: absolute;
  bottom: -0.5rem;
  width: 56px;
  height: 1px;
  background-color: #1e1e24;
  left: 0;
  content: "";
}
.compare-products-view .compare-product-item .compare-product-summary > div > p {
  color: #212121;
  letter-spacing: 1px;
  flex-grow: 1;
}
.compare-products-view .compare-product-item .compare-product-summary > div > div {
  letter-spacing: 0.2rem;
  justify-content: left;
  margin-bottom: 1em;
}
.compare-products-view .compare-product-item .compare-product-summary > div > div span {
  font-size: 18px;
  font-weight: normal;
  color: #212121;
  letter-spacing: 1.6px;
}
.compare-products-view .compare-product-item .brands .brandlink img {
  width: 4em;
}

section[data-type=collapsible] {
  position: relative;
  margin: 0 0 0 1em;
}
section[data-type=collapsible] > h4, section[data-type=collapsible] > .h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12.5px;
  border-bottom: 1px solid #dbdbdb;
  cursor: pointer;
}
section[data-type=collapsible] > h4 span, section[data-type=collapsible] > .h4 span {
  line-height: 35px;
  font-size: 30px;
  color: #1e1e24;
}
section[data-type=collapsible] > h4 span:first-of-type, section[data-type=collapsible] > .h4 span:first-of-type {
  display: block;
}
section[data-type=collapsible] > h4 span:last-of-type, section[data-type=collapsible] > .h4 span:last-of-type {
  display: none;
}
section[data-type=collapsible][data-collapsed=true] .compare-products-view {
  display: none;
}
section[data-type=collapsible][data-collapsed=true] > h4 span:first-of-type, section[data-type=collapsible][data-collapsed=true] > .h4 span:first-of-type {
  display: none;
}
section[data-type=collapsible][data-collapsed=true] > h4 span:last-of-type, section[data-type=collapsible][data-collapsed=true] > .h4 span:last-of-type {
  display: block;
}
section[data-type=collapsible] .compare-products-view {
  margin: 0;
}
section[data-type=collapsible] .compare-products-view h5, section[data-type=collapsible] .compare-products-view .h5 {
  margin: 1em 0 0.5em 0;
}
section[data-type=collapsible] .compare-products-view p {
  margin: 0;
}
section[data-type=collapsible] .compare-products-view .variants-gallery {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
}
section[data-type=collapsible] .compare-products-view .variants-gallery img {
  max-height: 53px;
  object-fit: contain;
}

.discount {
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #cad400;
  letter-spacing: 1.6px;
}

#container-guest-order-page-elements {
  padding-left: 15%;
  padding-right: 15%;
}
#container-guest-order-page-elements .title_holder {
  padding-top: 1em;
}
#container-guest-order-page-elements .line-divider-product {
  border-top: 1px solid rgba(128, 128, 128, 0.2);
}
#container-guest-order-page-elements a.squareimg img.contenuto {
  padding: 1em;
}
#container-guest-order-page-elements .riga2 {
  margin-top: 1.2rem !important;
  margin-bottom: 0.5rem !important;
  border: 1px solid rgba(128, 128, 128, 0.2);
}
#container-guest-order-page-elements .order_history_information .order-detail-row .col-5 {
  max-width: 20%;
}
#container-guest-order-page-elements .order_history_information .order-detail-row .col-7 {
  width: 79%;
  max-width: 89%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  div#container-guest-order-page-elements div.order_history_information div.span-20 {
    padding-top: 1em;
  }
  div#container-guest-order-page-elements div.order_history_information div.order-detail-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  div#container-guest-order-page-elements div.order_history_information div.order-detail-row div.col-5 {
    width: 100%;
    max-width: 100%;
  }
  div#container-guest-order-page-elements div.order_history_information div.order-detail-row div.col-7 {
    width: 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  #wizard-step-1 p:last-of-type {
    font-size: 1rem !important;
  }
  #wizard-step-1 button {
    width: 100%;
  }

  #wizard-step-2 > p:last-of-type {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
  }
  #wizard-step-2 .step-content {
    padding: unset !important;
  }
  #wizard-step-2 .step-content > ol#wizard-step-2-menu-bottom {
    display: block !important;
    margin-top: 40px;
  }
  #wizard-step-2 .step-content > ol#wizard-step-2-menu-bottom li {
    display: none;
  }
  #wizard-step-2 .step-content > ol#wizard-step-2-menu-bottom > li.active ~ li:not(.active) {
    display: flex !important;
  }
  #wizard-step-2 .step-content > div {
    flex-direction: column;
  }
  #wizard-step-2 .step-content > div > ol > li.active ~ li:not(.active) {
    display: none;
  }
  #wizard-step-2 .category-content {
    padding-top: 0 !important;
  }

  div.wizard-step-2-modal {
    width: 100%;
    max-height: 100%;
    padding: 20px 0;
    top: 0;
    bottom: 0;
  }
  div.wizard-step-2-modal h3, div.wizard-step-2-modal .h3 {
    font-size: 27px;
  }
  div.wizard-step-2-modal p {
    padding: 0 10px;
    font-size: 20px;
  }
  div.wizard-step-2-modal.results-modal h3, div.wizard-step-2-modal.results-modal .h3 {
    font-size: 18px;
  }
  div.wizard-step-2-modal.results-modal p {
    font-size: 14px;
    text-align: center;
  }
  div.wizard-step-2-modal [role=button] {
    font-size: 32px;
    margin-right: 20px;
  }

  div.wizard-results-bottom {
    flex-direction: column;
    gap: 14px;
  }
  div.wizard-results-bottom a.btn {
    width: 100%;
  }
}
#wizard-step-1 {
  padding: 200px 30px;
}
#wizard-step-1 > p:first-of-type {
  color: var(--primary);
  letter-spacing: 0.4rem;
  margin-top: 0;
}
#wizard-step-1 > p:last-of-type {
  letter-spacing: 1.4px;
  font-size: 1.5rem;
}

#wizard-step-2 {
  padding: 80px 30px;
}
#wizard-step-2 > p:first-of-type {
  letter-spacing: 4px;
  font-size: 20px;
  margin: 0;
}
#wizard-step-2 > p:last-of-type {
  letter-spacing: 0.9px;
}
#wizard-step-2 .step-content {
  padding: 20px 50px;
  gap: 20px;
  width: 100%;
  overflow: hidden;
}
#wizard-step-2 .step-content > ol {
  display: none;
}
#wizard-step-2 .step-content > div > ol {
  counter-reset: item-counter;
}
#wizard-step-2 .step-content > div > ol > li:not(.active) > div a {
  display: inline-block !important;
}
#wizard-step-2 .step-content > div > ol > li.active ~ li:not(.active) > div a {
  display: none !important;
}
#wizard-step-2 .step-content ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
#wizard-step-2 .step-content ol > li {
  counter-increment: item-counter;
  display: flex;
  margin-bottom: 20px;
  gap: 7px;
}
#wizard-step-2 .step-content ol > li:last-of-type {
  margin-bottom: 0;
}
#wizard-step-2 .step-content ol > li::before {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  content: counter(item-counter);
  color: var(--dkgrey);
  background-color: var(--lggrey);
}
#wizard-step-2 .step-content ol > li.active::before {
  color: var(--white);
  background-color: var(--primary);
}
#wizard-step-2 .step-content ol > li.active > div a {
  display: none;
}
#wizard-step-2 .step-content ol > li > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#wizard-step-2 .step-content ol > li > div p {
  margin: 0;
  letter-spacing: 2.8px;
  white-space: nowrap;
}
#wizard-step-2 .step-content ol > li > div a {
  font-weight: 500;
  color: var(--primary);
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin: 0;
  padding: 0 8px;
  appearance: none;
  letter-spacing: 0.7px;
  display: none;
}
#wizard-step-2 .step-content ol > li > div ul {
  list-style: none;
  display: flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  letter-spacing: 1.4px;
}
#wizard-step-2 .step-content > div {
  width: 100%;
}
#wizard-step-2 .step-content > div:first-of-type {
  display: flex;
  gap: 40px;
}
#wizard-step-2 .step-content > div > div {
  overflow: auto;
}
#wizard-step-2 .step-content > div > div > section {
  width: 100%;
}
#wizard-step-2 .step-content .category-content {
  width: 100%;
  padding-top: 20px;
  overflow: auto;
  text-align: center;
  max-width: calc(100vw - 60px);
  white-space: nowrap;
}
#wizard-step-2 .step-content .category-content > div {
  display: inline-block;
  white-space: nowrap;
}
#wizard-step-2 .step-content .category-content figure {
  display: inline-block;
  margin-right: 20px;
  width: 200px;
  position: relative;
}
#wizard-step-2 .step-content .category-content figure:last-of-type {
  margin-right: 0;
}
#wizard-step-2 .step-content .category-content figure.selected picture .selectable-item {
  border: 2px solid var(--primary);
}
#wizard-step-2 .step-content .category-content figure picture .selectable-item {
  width: 200px;
  height: 175px;
  object-fit: cover;
  cursor: pointer;
}
#wizard-step-2 .step-content .category-content figure picture label.material-icons-outlined {
  color: var(--white);
  position: absolute;
  font-size: 2rem;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
#wizard-step-2 .step-content .category-content figure figcaption {
  padding-top: 10px;
  position: relative;
}
#wizard-step-2 .step-content .category-content figure figcaption h2, #wizard-step-2 .step-content .category-content figure figcaption .h2 {
  font-size: 20px;
  letter-spacing: 1.4px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  position: absolute;
  top: -100px;
  color: var(--white);
}
#wizard-step-2 .step-content .category-content figure figcaption p {
  text-align: center;
  white-space: normal;
}

.checkbox-modal {
  display: none;
}
.checkbox-modal:checked ~ .wizard-step-2-modal, .checkbox-modal:checked ~ .wizard-results-background {
  display: block;
}

.wizard-results-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9998;
}

.wizard-modal-background {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 9998;
}

.wizard-step-2-modal {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  display: none;
  width: 60vw;
  max-width: 865px;
  height: 100vh;
  overflow: auto;
  padding: 30px 20px 50px 20px;
  background-color: var(--white);
  box-sizing: border-box;
  z-index: 9999;
  white-space: normal;
  text-align: left;
}
.wizard-step-2-modal img {
  object-fit: cover;
  width: 100%;
  max-height: 400px;
  padding: 24px 0;
}
.wizard-step-2-modal h3, .wizard-step-2-modal .h3 {
  margin-top: 30px;
  letter-spacing: 4px;
}
.wizard-step-2-modal p {
  margin: 0;
  padding: 0;
}
.wizard-step-2-modal [role=button] {
  display: block;
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
}
.wizard-step-2-modal.results-modal form {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wizard-step-2-modal.results-modal form label {
  font-weight: 500;
  display: block;
}
.wizard-step-2-modal.results-modal form label, .wizard-step-2-modal.results-modal form input {
  min-width: 200px;
  max-width: 400px;
}
.wizard-step-2-modal.results-modal form input[type=email] {
  background-color: var(--white);
}
.wizard-step-2-modal.results-modal form input[type=button] {
  margin-top: 50px;
}

.wizard-products-title, .wizard-products-subtitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
}

.wizard-results-email-subtitle {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 4px;
  text-align: center;
}

.wizard-products-results {
  display: flex;
  justify-content: center;
}
.wizard-products-results p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.6px;
}
.wizard-products-results svg > g {
  fill: var(--primary);
}
.wizard-products-results .not-found svg > g {
  fill: var(--dkgrey);
}

.wizard-step-2-controls p {
  text-align: center;
  font-weight: 500;
  margin-top: 30px;
}

.wizard-products-title {
  color: var(--dkgrey);
  margin: 40px 0;
}

.wizard-products-subtitle, .wizard-results-email-subtitle {
  color: var(--primary);
  margin-top: 40px;
  margin-bottom: 20px;
}

.wizard-label-link {
  text-align: center;
  text-decoration: underline;
  letter-spacing: 1.4px;
  cursor: pointer;
  width: 100%;
  color: var(--dkgrey);
}

.wizard-results-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--white);
  padding: 14px 64px;
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 -5px 10px 3px rgba(0, 0, 0, 0.25);
}
.wizard-results-bottom a.btn {
  width: 312px;
}
.wizard-results-bottom a:not(.btn) {
  text-decoration: underline;
  letter-spacing: 1.4px;
  color: var(--dkgrey);
}

#pdp-prodtop {
  margin: 0;
  width: 100%;
}
#pdp-prodtop .prodtop-inner {
  padding: 0;
}

.category-page-banner {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.category-page-banner.with_image {
  margin-bottom: 40px;
}
.category-page-banner.with_image .category-page-banner-content {
  padding-top: 43px;
  padding-bottom: 43px;
}
.category-page-banner.with_image .category-page-banner-content-title, .category-page-banner.with_image .category-page-banner-content-text {
  color: white;
}
.category-page-banner picture {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.category-page-banner-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translateY(-50%) translateX(-50%);
  object-fit: cover;
}
.category-page-banner-content {
  padding: 0 var(--ks-padding-x, 1rem) 40px var(--ks-padding-x, 1rem);
  position: relative;
  z-index: 5;
}
.category-page-banner-content-title {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.category-page-banner-content-text {
  margin-top: 8px;
}
.category-page-banner-content-text p {
  margin: 0;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.category-page-banner-content-link {
  margin-top: 20px;
}

/* from TABLET */
@media (min-width: 640px) {
  .category-page-banner-content-link {
    padding-left: 29px;
    padding-right: 29px;
  }
}
/* from DESKTOP */
@media (min-width: 1024px) {
  .category-page-banner-content {
    padding: 0 2.2em 40px 2.2em;
  }
  .category-page-banner-content-title {
    font-size: 40px;
  }
}
#scroll-to-top-btn-fixed {
  width: 60px;
  height: 60px;
  background-color: #f4f4f4;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px, rgba(0, 0, 0, 0.2) 0px 2px 12px;
  position: absolute;
  bottom: calc(60px + 16px + 16px);
  right: -150px;
  transition: right 0.8s cubic-bezier(0.5, 0, 0, 1) 0s;
  z-index: 30;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  #scroll-to-top-btn-fixed {
    box-shadow: none;
    bottom: -150px;
    right: calc(60px + 16px + 16px);
  }
}
#scroll-to-top-btn-fixed .arrow {
  margin: 0;
  height: fit-content;
}
#scroll-to-top-btn-fixed .arrow .material-icons-outlined {
  font-size: 46px;
  border-radius: 100px;
  position: relative;
  top: 2px;
  background-color: #f4f4f4;
  color: #585858;
}
#scroll-to-top-btn-fixed.popin {
  position: fixed;
  right: 16px;
  transition: right 0.8s cubic-bezier(0.5, 0, 0, 1), transform 100ms ease-in-out;
}
#scroll-to-top-btn-fixed.popin:hover {
  transition: transform 100ms ease-in-out;
  transform: scale(1.1);
}
@media (min-width: 992px) {
  #scroll-to-top-btn-fixed.popin {
    bottom: 16px;
    transition: bottom 0.8s cubic-bezier(0.5, 0, 0, 1), transform 100ms ease-in-out;
    right: calc(60px + 16px + 16px);
  }
}

section#pdp-mediamosaic {
  width: 100%;
  margin: 0;
  padding: 0;
}
section#pdp-mediamosaic .container-fluid, section#pdp-mediamosaic .container-sm, section#pdp-mediamosaic .container-md, section#pdp-mediamosaic .container-lg, section#pdp-mediamosaic .container-xl, section#pdp-mediamosaic .container-xxl {
  padding: 0;
  margin: 0 0 2.5rem;
}
@media (min-width: 1024px) {
  section#pdp-mediamosaic .container-fluid, section#pdp-mediamosaic .container-sm, section#pdp-mediamosaic .container-md, section#pdp-mediamosaic .container-lg, section#pdp-mediamosaic .container-xl, section#pdp-mediamosaic .container-xxl {
    margin: 0 0 3.125rem;
  }
}
section#pdp-mediamosaic .container-fluid .row, section#pdp-mediamosaic .container-sm .row, section#pdp-mediamosaic .container-md .row, section#pdp-mediamosaic .container-lg .row, section#pdp-mediamosaic .container-xl .row, section#pdp-mediamosaic .container-xxl .row {
  margin: 0;
  padding: 0;
}
section#pdp-mediamosaic .container-fluid .emotional-gallery-wrapper, section#pdp-mediamosaic .container-sm .emotional-gallery-wrapper, section#pdp-mediamosaic .container-md .emotional-gallery-wrapper, section#pdp-mediamosaic .container-lg .emotional-gallery-wrapper, section#pdp-mediamosaic .container-xl .emotional-gallery-wrapper, section#pdp-mediamosaic .container-xxl .emotional-gallery-wrapper {
  margin: 0 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0;
  flex-shrink: unset;
}
@media (min-width: 1024px) {
  section#pdp-mediamosaic .container-fluid .emotional-gallery-wrapper, section#pdp-mediamosaic .container-sm .emotional-gallery-wrapper, section#pdp-mediamosaic .container-md .emotional-gallery-wrapper, section#pdp-mediamosaic .container-lg .emotional-gallery-wrapper, section#pdp-mediamosaic .container-xl .emotional-gallery-wrapper, section#pdp-mediamosaic .container-xxl .emotional-gallery-wrapper {
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 4.06rem 1.25rem;
  }
}
section#pdp-mediamosaic .container-fluid .emotional-gallery-wrapper .squared, section#pdp-mediamosaic .container-sm .emotional-gallery-wrapper .squared, section#pdp-mediamosaic .container-md .emotional-gallery-wrapper .squared, section#pdp-mediamosaic .container-lg .emotional-gallery-wrapper .squared, section#pdp-mediamosaic .container-xl .emotional-gallery-wrapper .squared, section#pdp-mediamosaic .container-xxl .emotional-gallery-wrapper .squared {
  flex-basis: 100%;
}
@media (min-width: 1024px) {
  section#pdp-mediamosaic .container-fluid .emotional-gallery-wrapper .squared, section#pdp-mediamosaic .container-sm .emotional-gallery-wrapper .squared, section#pdp-mediamosaic .container-md .emotional-gallery-wrapper .squared, section#pdp-mediamosaic .container-lg .emotional-gallery-wrapper .squared, section#pdp-mediamosaic .container-xl .emotional-gallery-wrapper .squared, section#pdp-mediamosaic .container-xxl .emotional-gallery-wrapper .squared {
    flex-basis: calc(50% - (1.25rem/2));
  }
}
section#pdp-mediamosaic .container-fluid .emotional-gallery-wrapper .horizontal, section#pdp-mediamosaic .container-sm .emotional-gallery-wrapper .horizontal, section#pdp-mediamosaic .container-md .emotional-gallery-wrapper .horizontal, section#pdp-mediamosaic .container-lg .emotional-gallery-wrapper .horizontal, section#pdp-mediamosaic .container-xl .emotional-gallery-wrapper .horizontal, section#pdp-mediamosaic .container-xxl .emotional-gallery-wrapper .horizontal {
  flex-basis: 100%;
}
section#pdp-mediamosaic .container-fluid .emotional-gallery-wrapper img, section#pdp-mediamosaic .container-sm .emotional-gallery-wrapper img, section#pdp-mediamosaic .container-md .emotional-gallery-wrapper img, section#pdp-mediamosaic .container-lg .emotional-gallery-wrapper img, section#pdp-mediamosaic .container-xl .emotional-gallery-wrapper img, section#pdp-mediamosaic .container-xxl .emotional-gallery-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
section#pdp-mediamosaic .container-fluid .btn-wrapper, section#pdp-mediamosaic .container-sm .btn-wrapper, section#pdp-mediamosaic .container-md .btn-wrapper, section#pdp-mediamosaic .container-lg .btn-wrapper, section#pdp-mediamosaic .container-xl .btn-wrapper, section#pdp-mediamosaic .container-xxl .btn-wrapper {
  padding: 0 1.25rem;
}
section#pdp-mediamosaic .container-fluid .btn-wrapper button, section#pdp-mediamosaic .container-sm .btn-wrapper button, section#pdp-mediamosaic .container-md .btn-wrapper button, section#pdp-mediamosaic .container-lg .btn-wrapper button, section#pdp-mediamosaic .container-xl .btn-wrapper button, section#pdp-mediamosaic .container-xxl .btn-wrapper button {
  width: 100%;
  padding: 0.93rem 3.43rem;
}
@media (min-width: 1024px) {
  section#pdp-mediamosaic .container-fluid .btn-wrapper button, section#pdp-mediamosaic .container-sm .btn-wrapper button, section#pdp-mediamosaic .container-md .btn-wrapper button, section#pdp-mediamosaic .container-lg .btn-wrapper button, section#pdp-mediamosaic .container-xl .btn-wrapper button, section#pdp-mediamosaic .container-xxl .btn-wrapper button {
    width: auto;
    margin: 0 auto;
    display: block;
  }
}
section#pdp-mediamosaic .container-fluid #showmoremedia.row.collapse, section#pdp-mediamosaic .container-sm #showmoremedia.row.collapse, section#pdp-mediamosaic .container-md #showmoremedia.row.collapse, section#pdp-mediamosaic .container-lg #showmoremedia.row.collapse, section#pdp-mediamosaic .container-xl #showmoremedia.row.collapse, section#pdp-mediamosaic .container-xxl #showmoremedia.row.collapse {
  padding: 0;
  margin: 0;
}

.main-navbar .light-checkout-back {
  display: none;
}

.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate section#pre-header-wrapper {
  display: none;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .hide-light-checkout {
  display: none;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate nav.navbar {
  border-color: #cad400;
  background: transparent;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate nav.navbar.margin-preheader {
  margin: 0 !important;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate nav.navbar .top-navbar {
  display: none;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar {
  padding: 8px 10px;
  margin: 0;
  height: fit-content;
}
@media (min-width: 768px) {
  .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar {
    padding: 8px 20px;
  }
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar .light-checkout-back {
  display: flex;
  align-items: center;
  height: fit-content;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar .light-checkout-back span:not(.material-symbols-outlined) {
  font-size: 14px;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar .main-left.header-light-checkout,
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar .main-mobile {
  position: relative;
  height: fit-content;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar .main-left.header-light-checkout {
  padding: 0;
  flex-basis: 100%;
  position: relative;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar .main-left.header-light-checkout li:not(.logo) {
  display: none;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar .main-left.header-light-checkout > .logo {
  flex-basis: 100%;
  text-align: center;
  max-height: unset;
  margin: 0;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar .main-left.header-light-checkout > .logo img {
  width: 45px;
  height: auto;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar .main-mobile .light-checkout-back {
  left: -11px;
  height: 34px;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar .main-mobile .light-checkout-back .material-symbols-outlined {
  font-size: 32px;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar .main-mobile > .logo {
  height: fit-content;
  flex-basis: 100%;
  justify-content: center;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar .main-mobile > .logo img {
  width: 35px;
  height: auto;
}

#accordion-cart-resume {
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  #accordion-cart-resume {
    width: 66.666666%;
    margin: 0 auto 2rem;
  }
}
@media (min-width: 1024px) {
  #accordion-cart-resume {
    display: none;
  }
}
#accordion-cart-resume .accordion-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem 1rem 2.625rem;
  border-radius: 0.25rem;
  border: solid 0.0625rem #6C757D;
  background-color: #FFFFFF;
  color: #1E1E24;
  position: relative;
}
#accordion-cart-resume .accordion-button::after {
  width: 0.875rem;
  background-size: 0.875rem;
  height: 0.875rem;
  position: absolute;
  margin-left: unset;
  left: 1.25rem;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  color: #CAD400;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23CAD400'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#accordion-cart-resume .accordion-button.collapsed::after {
  transform: translateY(-50%) rotate(0);
}
#accordion-cart-resume .accordion-button span {
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
  color: #1E1E24;
}
#accordion-cart-resume .accordion-button .totals-wrapper {
  display: flex;
}
#accordion-cart-resume .accordion-button .totals-wrapper span {
  font-weight: 500;
  letter-spacing: 0.0875rem;
}
#accordion-cart-resume .accordion-button .totals-wrapper span.evidence {
  margin-right: 0.5rem;
  text-decoration: line-through;
  color: #CAD400;
}
#accordion-cart-resume .accordion-body {
  border-bottom: 1px solid #DBDBDB;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#accordion-cart-resume .accordion-body .product-card {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 1rem;
}
#accordion-cart-resume .accordion-body .product-card .squareimg {
  flex-basis: 38%;
  padding-top: 45%;
}
#accordion-cart-resume .accordion-body .product-card .product-info,
#accordion-cart-resume .accordion-body .product-card .product-info .wrapper {
  display: flex;
  flex-direction: column;
}
#accordion-cart-resume .accordion-body .product-card .product-info {
  flex-basis: 60%;
  justify-content: space-between;
}
#accordion-cart-resume .accordion-body .product-card .product-info .wrapper {
  gap: 0.25rem;
}
#accordion-cart-resume .accordion-body .product-card .product-info p {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1rem;
  letter-spacing: 0.075rem;
}
#accordion-cart-resume .accordion-body .product-card .product-info .name {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: normal;
  letter-spacing: 0.0875rem;
}
#accordion-cart-resume .accordion-body .product-card .product-info .mb-s {
  margin-bottom: 0.25rem;
}
#accordion-cart-resume .accordion-body .product-card .product-info .price {
  text-align: right;
}
#accordion-cart-resume .accordion-body .product-card .product-info .price .ps-1 {
  display: block;
}
#accordion-cart-resume .accordion-body .product-card .product-info .price .label-percentage {
  margin-bottom: 0.25rem;
  display: inline-block;
}

.cart-checkout .edit {
  color: #CAD400;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 1.4px;
  font-weight: 400;
  display: block;
  text-align: right;
}
@media (min-width: 1024px) {
  .cart-checkout .edit {
    font-size: 1.125rem;
    letter-spacing: 0.1125rem;
    line-height: 1.11;
  }
}
.cart-checkout h5, .cart-checkout .h5 {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04375rem;
  margin-bottom: 1.125rem;
}
@media (min-width: 1024px) {
  .cart-checkout h5, .cart-checkout .h5 {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}
.cart-checkout p {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.04375rem;
}
@media (min-width: 1024px) {
  .cart-checkout p {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}
.cart-checkout .stepbox.prev {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #DBDBDB;
}
@media (min-width: 1024px) {
  .cart-checkout .stepbox.prev {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
}
.cart-checkout .stepbox.prev h3.steptitle, .cart-checkout .stepbox.prev .steptitle.h3 {
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .cart-checkout .stepbox.prev h3.steptitle, .cart-checkout .stepbox.prev .steptitle.h3 {
    margin-bottom: 2rem;
  }
}
.cart-checkout .stepbox h3.steptitle, .cart-checkout .stepbox .steptitle.h3 {
  color: #1E1E24;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
}
@media (min-width: 1024px) {
  .cart-checkout .stepbox h3.steptitle, .cart-checkout .stepbox .steptitle.h3 {
    font-size: 1.875rem;
    letter-spacing: 0.1875rem;
  }
}
.cart-checkout .stepbox h3.steptitle.light-color, .cart-checkout .stepbox .steptitle.light-color.h3 {
  color: #58585880;
}
.cart-checkout .stepbox .recap-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.625rem;
}
@media (min-width: 1024px) {
  .cart-checkout .stepbox .recap-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.25rem;
  }
}
.cart-checkout .stepbox .recap-address-wrapper .shipping-address-info p,
.cart-checkout .stepbox .recap-address-wrapper .billing-address-info p {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.04375rem;
}
@media (min-width: 1024px) {
  .cart-checkout .stepbox .recap-address-wrapper .shipping-address-info p,
.cart-checkout .stepbox .recap-address-wrapper .billing-address-info p {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}
.cart-checkout .stepbox .recap-address-wrapper .shipping-address-info p:last-child,
.cart-checkout .stepbox .recap-address-wrapper .billing-address-info p:last-child {
  margin-bottom: 1rem;
}
.cart-checkout .stepbox .shipping-address,
.cart-checkout .stepbox .shipping-mode {
  grid-column: 1/3;
}
@media (min-width: 1024px) {
  .cart-checkout .stepbox .shipping-address,
.cart-checkout .stepbox .shipping-mode {
    grid-column: 1/4;
  }
}
.cart-checkout .stepbox .billing-address,
.cart-checkout .stepbox .shipping-price {
  grid-column: 3/5;
}
@media (min-width: 1024px) {
  .cart-checkout .stepbox .billing-address,
.cart-checkout .stepbox .shipping-price {
    grid-column: 4/7;
  }
}
.cart-checkout .invoice-info {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .cart-checkout .invoice-info {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cart-checkout .step.shipping #selectDeliveryMethodForm {
    margin-bottom: 2rem;
  }
}
.cart-checkout .step.shipping #selectDeliveryMethodForm .form-check {
  margin-bottom: 1.5rem;
}
.cart-checkout .step.shipping #selectDeliveryMethodForm .form-check-label {
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: 0.0875rem;
}
@media (min-width: 992px) {
  .cart-checkout .step.shipping #selectDeliveryMethodForm .form-check-label {
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: 0.1rem;
  }
}
.cart-checkout .stepbox.active + .step.area_forms {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #DBDBDB;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .cart-checkout .stepbox.active + .step.area_forms {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
  }
}
.cart-checkout .stepbox.active + .step.area_forms:has(.review) {
  border: none;
  padding: 0;
  margin: 0 0 2.5rem 0;
}
.cart-checkout #braintree-payment-form {
  margin: 0;
}

.cvv-wrapper {
  position: relative;
}
.cvv-wrapper #cvv-trigger:hover + #tooltip-cvv, .cvv-wrapper #cvv-trigger:focus + #tooltip-cvv {
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in;
}
.cvv-wrapper #tooltip-cvv {
  background-color: #1E1E24;
  color: #FFFFFF;
  border-radius: 1rem;
  flex-wrap: wrap;
  column-gap: 1.6875rem;
  position: absolute;
  top: 2.5rem;
  padding: 1.5rem;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in;
}
@media (min-width: 768px) {
  .cvv-wrapper #tooltip-cvv {
    width: max-content;
    max-width: 25.8125rem;
  }
}
.cvv-wrapper #tooltip-cvv::after {
  content: "";
  height: 0.75rem;
  width: 1.0625rem;
  border-right: 0.75rem solid #FFFFFF;
  border-left: 0.75rem solid #FFFFFF;
  border-bottom: 0.75rem solid #1E1E24;
  position: absolute;
  top: -0.75rem;
  right: 1.5rem;
}
.cvv-wrapper #tooltip-cvv h5, .cvv-wrapper #tooltip-cvv .h5 {
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  flex-basis: 100%;
  margin-bottom: 0.5rem;
}
.cvv-wrapper #tooltip-cvv .card-tip {
  flex-basis: calc(50% - (27px / 2));
}
.cvv-wrapper #tooltip-cvv .card-tip h6, .cvv-wrapper #tooltip-cvv .card-tip .h6,
.cvv-wrapper #tooltip-cvv .card-tip p {
  font-size: 0.75rem;
  letter-spacing: 0.6px;
}
.cvv-wrapper #tooltip-cvv .card-tip h6, .cvv-wrapper #tooltip-cvv .card-tip .h6 {
  font-weight: 500;
}
.cvv-wrapper #tooltip-cvv .card-tip p {
  margin: 0.25rem 0 0.5rem;
  font-weight: 300;
}
.cvv-wrapper #tooltip-cvv .card-tip img {
  width: 100%;
}

.payment-note {
  background-color: #F4F4F4;
  padding: 1rem;
  gap: 1rem;
  margin: 0.5rem 0 1.5rem;
}
.payment-note p {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.7px;
}

.amount-free-shipping-box {
  background-color: #F4F4F4;
  padding: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .amount-free-shipping-box {
    margin-bottom: 1.5rem;
  }
}
.amount-free-shipping-box p {
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
  color: #1E1E24;
}
@media (min-width: 768px) {
  .amount-free-shipping-box p {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
  }
}
.amount-free-shipping-box p span {
  font-weight: 700;
}

.cart-left .cart-item {
  border: 1px solid #dbdbdb;
  padding-right: 10px;
}
.cart-left .cart-item .cart-item-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.cart-left .cart-item .image-container {
  flex-basis: calc(40% - (16px / 2));
}
@media (min-width: 992px) {
  .cart-left .cart-item .image-container {
    flex-basis: 20%;
  }
}
.cart-left .cart-item .image-container .squareimg {
  display: block;
  padding-top: 124%;
}
@media (min-width: 992px) {
  .cart-left .cart-item .image-container .squareimg {
    min-width: 9.6875rem;
    min-height: 9.6875rem;
    padding-top: 100%;
    aspect-ratio: 1/1;
  }
}
.cart-left .cart-item .product-info {
  flex-basis: calc(40% - (16px / 2));
  padding: 0.5rem 0 0 1rem;
}
@media (min-width: 992px) {
  .cart-left .cart-item .product-info {
    padding: 0.5rem 1.5rem 0.5rem 1.25rem;
  }
}
.cart-left .cart-item .product-info .justify-content-between.align-items-center {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) {
  .cart-left .cart-item .product-info .justify-content-between.align-items-center {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cart-left .cart-item .product-info .product-details {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .cart-left .cart-item .product-info .col-lg-4.qtycart {
    width: 40%;
  }
}
.cart-left .cart-item .product-info .col-lg-4.qtycart .d-flex.price {
  margin-top: 0.25rem;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 0.25rem;
  column-gap: 0.5rem;
}
@media (min-width: 992px) {
  .cart-left .cart-item .product-info .col-lg-4.qtycart .d-flex.price {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.cart-left .cart-item .product-info .col-lg-4.qtycart .d-flex.price span {
  display: block;
  width: fit-content;
}
.cart-left .cart-item .prod-name {
  line-height: normal;
  font-size: 0.875rem;
  margin-bottom: 0.125rem;
}
@media (min-width: 992px) {
  .cart-left .cart-item .prod-name {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
.cart-left .cart-item .small-detail {
  font-family: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.075rem;
  margin-bottom: 0.125rem;
}
@media (min-width: 992px) {
  .cart-left .cart-item .small-detail {
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
  }
}
.cart-left .cart-item .price {
  font-size: 12px;
}
.cart-left .cart-item .quantity-input-group .form-control {
  width: 25px;
  height: 25px;
  font-size: 12px;
}
.cart-left .cart-item .quantity-input-group .btn-increment,
.cart-left .cart-item .quantity-input-group .btn-decrement {
  width: 25px;
  height: 25px;
  font-size: 14px;
  letter-spacing: normal;
}
.cart-left .cart-item .cart-actions {
  flex-basis: 100%;
  padding: 1rem 1rem 1rem 1.5rem;
}
@media (min-width: 992px) {
  .cart-left .cart-item .cart-actions {
    padding: 0;
    flex-basis: unset;
  }
}
.cart-left .cart-item .cart-actions .col-6.text-end {
  padding: 0;
}
.cart-left .cart-item .cart-actions button {
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.075rem;
}
@media (min-width: 992px) {
  .cart-left .cart-item .cart-actions button {
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
  }
}
@media (min-width: 992px) {
  .cart-left .cart-item .col-5.col-lg-12.align-self-lg-end.text-end.small-detail {
    margin: 0;
    padding: 0;
  }
}
