@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, "https://www.castelli-cycling.com/") /* 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://www.castelli-cycling.com/_ui/responsive/theme-castelli/fonts/glyphicons-halflings-regular.eot");
  src: url("https://www.castelli-cycling.com/_ui/responsive/theme-castelli/fonts/glyphicons-halflings-regular.eot#iefix") format("embedded-opentype"), url("https://www.castelli-cycling.com/_ui/responsive/theme-castelli/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("https://www.castelli-cycling.com/_ui/responsive/theme-castelli/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://www.castelli-cycling.com/_ui/responsive/theme-castelli/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/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
Red #e31010
CTA #BF1212
Dark Grey #585858
Grey #DBDBDB
Light Grey #EBEBEB
Light BG #f4f4f4
White #ffffff

*/
html, body {
  margin: 0;
  padding: 0;
  padding-top: 1px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}

/* 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";
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #585858;
}

a:hover {
  color: #e31010;
}

h1, .h1 {
  font-size: 40px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4px;
  color: #585858;
}

h2, .h2 {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3px;
  color: #585858;
}

main {
  color: #585858;
}

.main {
  padding-top: 130px;
  color: #585858;
}

@media (max-width: 1280px) {
  .main {
    padding-top: 64px;
  }

  footer {
    padding-bottom: 100px;
  }
}
.display-none {
  display: none;
}

/* Back to */
.backto a {
  display: inline-block;
  color: #1e1e24;
}

.backto span {
  font-size: inherit;
}

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

.components-space {
  margin-bottom: 18vh;
}

div.paragraph-container {
  margin-top: 0;
  margin-bottom: 1.25em;
}

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

*.hovertrans, *.hovertrans a {
  transition: ease all 0.3s;
}

*.hovertrans:hover, *.hovertrans a:hover {
  color: #e31010 !important;
  font-weight: 500;
}

a#skip-to-content {
  display: inherit;
}

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: "Oswald", 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: #585858;
}
.alert .btn-close:before {
  transform: rotate(45deg);
}
.alert .btn-close:after {
  transform: rotate(-45deg);
}

.alert-info, .alert-success {
  color: #585858 !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: #e31010;
  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: white;
  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: 30px !important;
}
@media screen and (max-width: 767px) {
  .padding-preheader {
  }
}

.header--down {
  top: -250px;
  transition: all 0.4s ease-in-out;
}

.modal .modal-dialog {
  height: 100%;
  margin: 0;
  max-width: 100%;
}
.modal .modal-dialog .modal-content {
  height: 100%;
  border: none;
  border-radius: inherit;
}
.modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  top: 4px;
  right: 4px;
  color: #585858;
  z-index: 1;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 35px 0;
}
.modal .modal-dialog .modal-content .modal-body .modal-desktop {
  display: none;
}
.modal .modal-dialog .modal-content .modal-body .modal-mobile {
  display: block;
}
.modal .modal-dialog .modal-content .modal-body .modal-mobile img {
  width: 100%;
}
.modal .modal-dialog .modal-content .modal-body .modal-mobile .carousel-indicators.vertind {
  right: initial;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 0;
  list-style: none;
  margin: 0;
}
.modal .modal-dialog .modal-content .modal-body .modal-mobile .carousel-indicators-btn {
  display: flex;
  position: absolute;
  margin-top: 10px;
  gap: 3px;
}
.modal .modal-dialog .modal-content .modal-body .modal-mobile .carousel-indicators-btn .btn-carousel {
  box-sizing: content-box;
  cursor: pointer;
  background-color: #585858 !important;
  background-clip: padding-box;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
.modal .modal-dialog .modal-content .modal-body .modal-mobile .carousel-indicators-btn .btn-carousel.active {
  opacity: 1;
}
.modal .modal-dialog .modal-content .modal-body .modal-mobile .carousel-indicators [data-bs-target] {
  width: 56px;
}

@media (min-width: 992px) {
  .modal .modal-dialog {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
  }
  .modal .modal-dialog .modal-content {
    background-color: unset;
    width: fit-content;
    height: fit-content;
    position: static;
  }
  .modal .modal-dialog .modal-content .btn-close {
    top: 25px;
    right: 25px;
    color: white !important;
    font-size: 20px;
  }
  .modal .modal-dialog .modal-content .modal-body {
    padding: 0;
  }
  .modal .modal-dialog .modal-content .modal-body .modal-desktop {
    display: block;
    position: relative;
  }
  .modal .modal-dialog .modal-content .modal-body .modal-desktop .prev, .modal .modal-dialog .modal-content .modal-body .modal-desktop .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    background-color: #585858;
    border-radius: 50%;
    padding: 11px 27px;
    font-size: 32px;
  }
  .modal .modal-dialog .modal-content .modal-body .modal-desktop .prev {
    left: -106px;
  }
  .modal .modal-dialog .modal-content .modal-body .modal-desktop .next {
    right: -106px;
  }
  .modal .modal-dialog .modal-content .modal-body .modal-mobile {
    display: none;
  }
}
.modal-backdrop.blur {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  opacity: unset;
}

.breadcrumb {
  font-size: 14px;
  line-height: 22px;
  color: #585858;
  margin-bottom: 0px !important;
}

.breadcrumb a {
  color: #585858;
  text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 6px;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 6px;
  color: #dbdbdb;
  font-family: "Material Icons Outlined";
  content: "";
  line-height: 22px;
}

.breadcrumb-item.active::before {
  color: #dbdbdb;
}
.breadcrumb-item.active::before::before {
  color: #e31010;
}

.breadcrumb-left-padding {
  padding: 0 25px;
}

@media (max-width: 1280px) {
  .breadcrumb-left-padding {
    padding: 0 1em;
  }
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.btn.primary {
  border: 1px solid #e31010;
  background-color: #e31010;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  letter-spacing: 0.1rem;
  border-radius: 40px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn.primary:hover {
  color: #e31010;
  background-color: white;
}
.btn.primary:disabled, .btn.primary.disabled, .btn.primary[disabled] {
  border-color: #585858;
  background-color: #585858;
  opacity: 1;
  pointer-events: none;
}

.btn.primary.notify-me {
  background-color: #585858;
  border: none;
}
.btn.primary.notify-me:hover {
  background-color: #ffffff;
  border: 1px solid #e31010;
}

.btn.secondary {
  border: 1px solid #e31010;
  color: #e31010;
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 0.1rem;
  border-radius: 40px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.btn.secondary:hover {
  color: white;
  background-color: #e31010;
}
.btn.secondary:disabled, .btn.secondary.disabled, .btn.secondary[disabled] {
  color: #585858;
  border-color: #585858;
  opacity: 1;
  pointer-events: none;
}

.cta-text {
  color: #585858;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.4px;
}
.cta-text:hover {
  color: #585858;
  text-decoration: underline;
  font-weight: 400;
}
.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: 1px solid #e31010 !important;
  background-color: #e31010 !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: #585858;
}

.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: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: left;
  color: #585858;
  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: #585858;
}

.area_forms select option {
  font-weight: 100;
  color: #585858;
}

.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: #585858;
  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='%23e31010'/%3e%3c/svg%3e") !important;
  background-color: #ffffff;
  border: 1px solid #e31010 !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='%23e31010'/%3e%3c/svg%3e");
  background-color: #ffffff;
  border: 1px solid #e31010 !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 {
  font-weight: 500;
  color: #e31010;
}

.actual-price {
  font-weight: normal;
  color: #585858;
}

/* 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='%23e31010'/%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;
  box-shadow: 0 0 0 0.25rem rgba(227, 16, 16, 0.25);
}

.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: #585858;
  text-decoration: none;
  font-size: 0.8rem;
}

.back span:before {
  float: left;
  color: #585858;
  font-family: "Material Icons";
  content: "";
  padding-top: 2px;
  transition: ease all 0.3s;
}

.back:hover span:before {
  color: #e31010 !important;
}

/* link underline */
.txtlink, a.txtlink {
  position: relative;
  text-decoration: none;
  color: #585858;
  font-weight: 500;
}

.txtlink:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #585858;
  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: #585858;
  font-weight: 500;
  margin-right: 50px;
}

.address .blocks h5 span, .address .blocks .h5 span {
  color: #585858;
  font-weight: 500;
  display: none;
}

.address .blocks.default h5 span, .address .blocks.default .h5 span {
  display: inline-block;
}

.address .blocks p {
  color: #585858;
  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: #585858;
  margin-bottom: 0.3rem;
  display: inline-block;
}

.address .blocks.default .txtlink {
  display: none;
}

.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='%23e31010' 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: #e31010;
  visibility: visible;
}

.wishlist .createlist {
  border: 1px solid #dbdbdb;
  color: #585858;
  font-weight: 100;
  text-align: start;
  position: relative;
  transition: all ease 0.3s;
}

.wishlist .createlist:hover {
  border: 1px solid #e31010 !important;
  color: #ffffff !important;
  background-color: #e31010 !important;
}

.wishlist .createlist:before {
  font-family: "Material Icons";
  content: "";
  position: absolute;
  right: 1rem;
  font-size: 24px;
  top: 50%;
  transform: translateY(-50%);
}

.wishlist a.list {
  text-decoration: none;
  color: #585858;
  border: 1px solid #dbdbdb;
  padding: 0.375rem 0.75rem;
  transition: all ease 0.3s;
}

.wishlist a.list.attiva {
  background-color: #f4f4f4;
}

.wishlist a.list p.listtitle {
  font-weight: 500;
}

.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: #e31010 !important;
  border: 1px solid #e31010;
}

.wishlist h3, .wishlist .h3 {
  color: #585858;
  line-height: 50px;
}

.wishlist .actionicons button {
  color: #585858;
  padding-right: 0;
  padding-left: 1rem;
  line-height: 50px;
}

.wishlist .actionicons button:hover {
  color: #e31010;
}

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

.wishprod .data p {
  color: #585858;
}

.qty {
  display: inline-flex;
}

.qty button {
  border-radius: 50%;
  border: 1px solid #585858;
  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: #585858;
  font-size: 32px;
  line-height: 32px;
  padding: 0;
  max-width: 100px;
  height: 30px;
}

.wishprod .elimina {
  position: absolute;
  right: 1rem;
  top: 1rem;
  color: #585858;
}

.area_riservata .modal-content .btn-close {
  position: absolute;
  right: 0;
  top: -60px;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 15px;
}

.wishlist .share {
  color: #585858;
  line-height: 50px;
  text-decoration: none;
  padding: 0;
  position: relative;
  padding-left: 30px;
}

.wishlist .share::before {
  color: #585858;
  font-family: "Material Icons Outlined";
  content: "";
  line-height: 30px;
  margin-right: 5px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
}

/* returns */
.sorting {
  position: relative;
  color: #585858;
  font-weight: 300;
  letter-spacing: 0.1rem;
  border: 0;
}

.intestazione {
  color: #ffffff;
  background-color: #585858;
}

.rma span {
  color: #e31010 !important;
  font-weight: 500;
}

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

.tabella.return-history-table {
  font-size: 14px;
}

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

  .area_riservata .small-detail .label-percentage {
    display: block;
    width: fit-content;
    margin-bottom: 0.5rem;
  }
}
@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: #585858;
  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: #585858;
  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: #585858;
  line-height: 32px;
  transition: ease all 0.3s;
}

.numof {
  margin: 0;
  color: #585858;
  font-size: 14px;
  letter-spacing: 0.7px;
}

.itemname {
  font-weight: 500;
}

.summary {
  background-color: #f4f4f4;
}
.summary .order-details {
  row-gap: 1.5em;
}

.f500 {
  font-weight: 500;
}

.returntot {
  color: #585858;
}

.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: #e31010;
    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;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
  }

  .dashboard .blocks p:last-child {
    border-bottom: 0px #ebebeb solid;
  }

  .dashboard .blocks a {
    color: #585858;
    font-weight: 100;
    text-decoration: none;
    font-size: 1rem !important;
  }

  .dashboard .blocks span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #585858;
    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: #e31010;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 40px;
  }

  .dashboard .blocks a {
    color: #585858;
    font-weight: 100;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 1.6px;
  }

  .consent p {
    color: #585858;
  }

  .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 #cboxTitle .headline {
  color: #585858;
  font-weight: 100;
  margin-right: 50px;
  text-transform: uppercase !important;
  line-height: 1.2;
}

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 .wishprod .promo-price {
  font-weight: 300;
}
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%;
  }
}

#navFirstLevel.active {
  width: calc(calc(80% - 160px) + 10em);
}

ul#navFirstLevel {
  padding: 0;
  padding-left: 40px;
  padding-right: 34px;
  margin-bottom: 0;
}

#navFirstLevel ul {
  display: flex;
  align-items: flex-start;
  list-style-type: none;
  justify-content: space-between;
}

ul#navFirstLevel > li:not(li.sub-sidenav-cta-container) {
  align-self: flex-start;
}

li.js-nav-first {
  flex: 0 1 18%;
}

li.js-nav-second {
  margin-left: 0px;
  flex: 0 1 40%;
}

ul#navFirstLevel li a {
  display: flex;
}

div#navSecondLevel {
  display: none;
  transition: 0.5s;
  margin-top: 10px;
}

div#navSecondLevel.active {
  display: flex !important;
  transition: display 0.5s;
}

.sidenav {
  height: calc(100% - 129px);
  width: 0;
  position: fixed;
  z-index: -1;
  top: 129px;
  right: 0;
  background: white;
  overflow-x: hidden;
  padding-top: 50px;
  transition: 0.5s;
  padding-bottom: 50px;
}

.sidenav {
  transition: 0.5s;
}

img.nav-icon {
  padding: 0;
}

#navbarText li.nav-item a.nav-link,
#navbarText li.nav-item span.nav-link a {
  font-size: 20px;
  font-weight: 600;
}

ul#navFirstLevel li > a.sub-sidenav:hover, ul#navFirstLevel li > a.sub-sidenav.active {
  color: #E31010;
  transition: ease all 0.3s;
}

ul#navFirstLevel li a.sub-sidenav {
  color: #585858;
  font-family: Oswald;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

ul#navFirstLevel li > span.sub-sidenav a {
  color: #585858;
  font-family: Oswald;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 8px;
  margin-bottom: 25px;
  text-decoration: none;
  display: block;
  transition: 0.3s;
}

ul#navFirstLevel li > div#navSecondLevel > span.sub-sidenav {
  display: flex;
  margin-bottom: 17px;
  justify-content: space-between;
  position: relative;
}
ul#navFirstLevel li > div#navSecondLevel > span.sub-sidenav:last-child {
  margin-bottom: 0;
}
ul#navFirstLevel li > div#navSecondLevel > span.sub-sidenav a {
  color: #585858;
  font-family: Oswald;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-decoration: none;
}
ul#navFirstLevel li > div#navSecondLevel > span.sub-sidenav a:hover {
  color: #e31010;
}
ul#navFirstLevel li > div#navSecondLevel > span.sub-sidenav a.active {
  color: #E31010;
  transition: ease all 0.3s;
}

ul#navFirstLevel li > a.sub-sub-sidenav {
  color: #585858;
  font-family: Oswald;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 2.2px;
  line-height: 32px;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-wrap: nowrap;
}

ul#navFirstLevel li > span.sub-sub-sidenav a {
  color: #585858;
  font-family: Oswald;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 32px;
  margin-bottom: 24px;
  text-decoration: none;
}

ul#navFirstLevel li > div#navSecondLevel {
  display: none;
  flex-direction: column;
}

ul#navFirstLevel li > div#navSecondLevel .sub-sub-sidenav-container {
  display: none;
}
ul#navFirstLevel li > div#navSecondLevel .sub-sub-sidenav-container.active {
  display: block;
  position: absolute;
  left: 56%;
  text-wrap: nowrap;
  z-index: 3;
}

ul#navFirstLevel li > div#navSecondLevel span.sub-sub-sidenav {
  display: block;
  margin-bottom: 8px;
}
ul#navFirstLevel li > div#navSecondLevel span.sub-sub-sidenav a {
  color: #1E1E24;
  font-family: Oswald;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
  margin-bottom: 20px;
}
ul#navFirstLevel li > div#navSecondLevel span.sub-sub-sidenav a:hover {
  color: #e31010;
}

.sidenav a:hover {
  color: #E31010;
}

/* MOBILE */
#navFirstLevel > ul.navbar-nav.mobile {
  display: none;
  flex-direction: column;
}

#navFirstLevel > ul.navbar-nav.mobile li {
  margin-left: 10px;
}

#navFirstLevel > ul.navbar-nav.mobile > li > ul.menu-mobile-language > li.mobile-lang-countries {
  margin-left: 0;
}

#navFirstLevel > ul.navbar-nav.mobile li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#navFirstLevel > ul.navbar-nav.mobile > .nav-sub-item .nav-link {
  color: #585858;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

#navFirstLevel > ul.navbar-nav.mobile > li.nav-item > a.nav-link, ul#mobileNavFirstLevel > li.nav-item > a.nav-link {
  color: #585858;
  font-family: Oswald;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2.6px;
  line-height: 36px;
  margin-bottom: 20px;
}

#navFirstLevel > ul.navbar-nav.mobile > li.nav-item > span.nav-link a, ul#mobileNavFirstLevel > li.nav-item > span.nav-link a {
  color: #585858;
  font-family: Oswald;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2.6px;
  line-height: 36px;
  margin-bottom: 20px;
}

li.sub-sidenav-cta-container.active {
  display: flex;
  width: 100%;
  align-items: center;
}

li.sub-sidenav-cta-container {
  margin: 0;
  padding: 0;
  max-width: 45%;
  height: auto;
  display: flex;
  align-items: flex-end;
  align-self: flex-start;
  flex-direction: column;
}
li.sub-sidenav-cta-container img {
  max-width: 290px;
}

a.sub-sidenav-cta-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

img.sub-sidenav-cta-img {
  margin: 0;
  padding: 0;
  object-fit: cover;
  max-height: 68vh;
}

h4.sub-sidenav-cta-title.active, .sub-sidenav-cta-title.active.h4 {
  display: inline-block;
}

h4.sub-sidenav-cta-title, .sub-sidenav-cta-title.h4 {
  font-size: 14px;
  font-family: "Oswald";
  color: #585858;
  text-decoration: none;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin-top: 10px;
}

ul#mobileNavFirstLevel {
  display: none;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
  padding-bottom: 30px;
}

ul#mobileNavFirstLevel > li.nav-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px;
}

ul#mobileNavFirstLevel > li.nav-item > span.nav-link a {
  margin: 0;
  margin-top: 1em;
}

ul#mobileNavFirstLevel li ul#mobileNavSecondLevel {
  display: flex;
  flex-direction: column;
}

ul.nav-panel {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-left: 20px;
}

ul.nav-panel > li.nav-item {
  margin: 0;
  margin-bottom: 20px;
}

ul.nav-panel > li.nav-item > a.nav-link {
  color: #585858;
  font-family: Oswald;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: normal;
  text-transform: none;
}

ul.nav-panel > li.nav-item > span.nav-link a {
  color: #585858;
  font-family: Oswald;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  line-height: normal;
}

ul.nav-panel .nav-sub-item {
  display: none;
}
ul.nav-panel .nav-sub-item.active {
  display: block;
  margin-left: 20px;
}

ul.nav-panel .nav-sub-item > a.nav-link {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.6px;
  line-height: normal;
  text-transform: none;
  margin-bottom: 8px;
}
ul.nav-panel .nav-sub-item > a.nav-link:first-child {
  margin-top: 20px;
}

ul.nav-panel .nav-sub-item > span.nav-link a {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: normal;
  text-transform: none;
  margin-bottom: 8px;
}
ul.nav-panel .nav-sub-item > span.nav-link a:first-child {
  margin-top: 20px;
}

a.nav-link-back-all {
  font-family: Oswald;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 21px;
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

a.nav-link-back-all i {
  display: flex;
  margin-right: 5px;
}
a.nav-link-back-all i img {
  height: 14px;
}

/* nav */
.bg {
  opacity: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  transition: all 1.5s;
}

.bgtransition {
  opacity: 1;
  filter: blur(0.4rem);
  transition: all 1.5s;
}

nav.navbar {
  height: 130px;
  max-height: 130px;
  justify-content: space-between;
  background: white;
  transition: all 0.4s ease-in-out;
}

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

div.navbar-collapse {
  justify-content: center;
  height: 100%;
}

div.navbar-collapse {
  justify-content: inherit;
  height: 100%;
  position: relative;
  left: 100px;
  z-index: 1;
}

span.navbar-text {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2;
  padding: 0;
}

.navbar-nav {
  flex-direction: row;
  gap: 40px;
}

.navbar-nav.nav-top-icons {
  flex-direction: row;
  gap: 14px;
}

.navbar-brand img {
  max-width: 214px;
}

li.nav-item.nav-icon.nav-menu {
  display: none;
}

#navFirstLevelMobile {
  display: none !important;
}

.navbar-mobile-menu:hover, .navbar-mobile-menu:focus {
  color: #E31010;
}

li.nav-item {
  padding: 0;
  overflow: hidden;
}

span.user-logged {
  color: #585858;
  font-family: Oswald;
  font-size: 0.8em;
  letter-spacing: 2.06px;
  line-height: 16px;
  text-decoration: none;
  margin-left: 1em;
}

li.mobile-lang-bar-label {
  font-size: 14px;
  font-weight: 500;
  color: #585858;
}

li.nav-item a.nav-link {
  color: #585858 !important;
  font-family: Oswald;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 0 !important;
  position: relative;
}

li.nav-item span.nav-link a {
  color: #585858 !important;
  font-family: Oswald;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 0 !important;
  position: relative;
}

ul.mobile-lang-bar {
  background-color: #fff;
  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;
}

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: #585858;
  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;
  border: solid 1px #ced4da;
  height: 40px;
  font-size: 14px;
  font-weight: 300;
  color: #585858;
}

button.mobile-lang-bar-input {
  background: #585858;
  margin: 0;
  padding: 0.25em 0.5em;
  border: none;
}

button.mobile-lang-bar-input i {
  position: relative;
  top: -2px;
}

ul.search-bar {
  background-color: #212121;
  height: 10vh;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  list-style-type: none;
  padding: 1em 2em;
  margin: 0;
  display: none;
  /* grid */
  grid-template-columns: 3fr 6fr 3fr;
  position: relative;
}

ul.search-bar.active {
  display: grid;
}

ul.search-bar > li {
  display: flex;
  height: 100%;
  align-items: center;
}

ul.search-bar > li.search-bar-label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #585858;
  font-weight: 600;
  text-transform: capitalize;
}

ul.search-bar > li.search-bar-close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

label.search-bar-input, input.search-bar-input {
  width: 100%;
  display: flex;
  height: auto;
  border: none;
}

button.search-bar-input {
  background: #585858;
  margin: 0;
  padding: 0.25em 0.5em;
  border: none;
}

button.search-bar-input i {
  position: relative;
  top: -2px;
}

ul.navbar-nav > li.nav-item > a.nav-link::before {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 0.18em;
  bottom: -0.4em;
  left: 0;
  background-color: #585858;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

ul.navbar-nav > li.nav-item > span.nav-link::before a {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 0.18em;
  bottom: -0.4em;
  left: 0;
  background-color: #585858;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

ul.navbar-nav > li.nav-item > a.nav-link.active::before {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 0.18em;
  bottom: -0.4em;
  left: 0;
  background-color: #585858;
  transform: scaleX(1);
  transform-origin: top left;
  transition: transform 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

ul.navbar-nav > li.nav-item > span.nav-link.active::before a {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 0.18em;
  bottom: -0.4em;
  left: 0;
  background-color: #585858;
  transform: scaleX(1);
  transform-origin: top left;
  transition: transform 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

ul.navbar-nav > li.nav-item > a.nav-link:hover::before, ul.navbar-nav > li.nav-item > a.nav-link.active:hover::before {
  transform: scaleX(1);
}

ul.navbar-nav > li.nav-item > span.nav-link:hover::before a, ul.navbar-nav > li.nav-item > span.nav-link.active:hover::before a {
  transform: scaleX(1);
}

.nav-link.active:focus {
  border: unset;
}

li.nav-item.nav-icon.search-icon > a.nav-link::before {
  content: none;
}

li.nav-item.nav-icon.search-icon > span.nav-link::before a {
  content: none;
}

li.nav-item.nav-icon > a {
  text-decoration: none;
}

ul.navbar-nav i {
  color: #585858;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

span.position-absolute.top-0.start-100.translate-middle.badge.rounded-pill {
  background: red;
  color: white;
  margin-top: -0.125em;
  font-size: 10px;
  padding: 3px 6px;
}

a.nav-link.logged {
  font-size: 16px !important;
  font-weight: 200 !important;
  text-transform: capitalize !important;
  letter-spacing: 1.4px !important;
  margin-bottom: 2em !important;
}

a.nav-link.logged > i {
  height: auto;
  width: 1em;
  margin-right: 0.5em;
}

a.nav-link.logged > i > img {
  height: auto;
  width: 1em;
  position: relative;
  top: -2px;
}

div.logged {
  display: none;
  background: white;
  color: black;
  position: absolute;
  width: auto;
  height: auto;
  top: 90px;
  right: 5em;
  box-shadow: 0 0.35em 0.6em rgba(0, 0, 0, 0.24);
  z-index: 2;
}

div.logged > ul {
  list-style-type: none;
  padding: 0;
  width: max-content;
}

div.logged > ul > li {
  list-style-type: none;
  margin: 1em;
  width: 100%;
}

div.logged > ul > li > a {
  font-size: 0.8em;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

li.nav-item.nav-icon {
  display: flex;
  align-items: center;
}

li.nav-item.nav-icon.icon-cart {
  overflow: visible;
}

li.nav-item.nav-icon a {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}

div.logged:hover {
  display: flex;
}

li.nav-item.nav-icon:hover + .logged {
  display: flex;
}

div.search-bar {
  width: 100%;
  display: none;
  background: white;
  position: relative;
  top: 130px;
}

div.search-bar.active {
  display: block;
}

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

.material-icons-outlined {
  font-size: 18px;
}

.font-size-30 {
  font-size: 30px !important;
}

.pagination .arrow {
  width: 40px;
  height: 40px;
}

.pagination .arrow span {
  line-height: 40px;
  padding: 0 9px;
  display: block;
  width: 100%;
}

.pagination li:nth-last-child(1) .arrow span {
  padding-left: 11px;
}

i.input-close.material-icons-outlined {
  font-size: 1.7em;
}

@media (max-width: 768px) {
  div.search-bar .close-button-container {
    right: 0.2em;
    bottom: 7.2em;
    margin-right: 0;
    margin-top: 0;
  }

  #navFirstLevel.active {
    width: 100%;
  }

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

  .sidenav {
    top: 130px;
  }
}
@media (max-width: 1280px) {
  #navFirstLevel > ul.navbar-nav.mobile {
    display: flex;
    transform: translateX(0);
    transition: all 0.5s;
    position: absolute;
    width: 100%;
  }

  #navFirstLevel .navbar-nav.mobile .user {
    width: 100%;
    display: flex;
    align-items: center;
    background-color: red;
    padding: 18px 0 18px 0;
    margin-bottom: 15px;
  }
  #navFirstLevel .navbar-nav.mobile .user a {
    margin-left: 10px;
    padding: 0 !important;
    display: flex;
  }
  #navFirstLevel .navbar-nav.mobile .user a.user-logged {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    color: #fff;
  }
  #navFirstLevel .navbar-nav.mobile .user a i {
    color: #fff;
    padding-right: 5px;
  }

  #navFirstLevel > ul.navbar-nav.mobile.active {
    transform: translateX(-100vw);
    position: absolute;
    transition: all 0.5s;
  }

  ul#mobileNavFirstLevel {
    display: flex;
    transform: translateX(100vw);
    position: absolute;
    transition: all 0.5s;
  }

  ul#mobileNavFirstLevel.active {
    display: flex;
    transform: translateX(0);
    position: absolute;
    transition: all 0.5s;
  }

  a.nav-link.logged {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  ul.nav-panel {
    display: none !important;
  }

  ul.nav-panel.active {
    display: flex !important;
  }

  nav.navbar {
    height: auto;
    justify-content: space-between;
  }

  .navbar-brand img {
    max-height: 30px;
  }

  div#navbarText {
    display: none !important;
  }

  ul.navbar-nav > li.nav-item > a.nav-link::before, ul.navbar-nav > li.nav-item > a.nav-link.active::before {
    content: unset !important;
    display: none !important;
  }

  li.nav-item.nav-icon img.nav-menu-icon {
    display: flex;
    text-decoration: none;
  }

  li.nav-item.nav-icon.nav-menu {
    display: flex;
  }

  li.nav-item.help, li.nav-item.nav-icon.account {
    display: none;
  }

  li.nav-item.nav-icon.search-icon i.material-icons-outlined {
    font-size: 1.5em;
  }

  div.search-bar {
    top: 90px;
  }

  .navbar-nav {
    gap: 1em;
  }

  ul.navbar-nav i.material-icons-outlined {
    font-size: 1.25rem;
  }

  .sidenav {
    top: 60px;
    height: calc(100% - 60px);
    padding-top: 35px;
    padding-bottom: 30px;
  }

  #navFirstLevel ul#navFirstLevel {
    display: none;
  }

  ul#navFirstLevel.mobile {
    display: flex !important;
  }

  ul#navFirstLevel.mobile li > a.sub-sidenav {
    display: flex !important;
  }

  li.js-nav-second-mobile .sub-sub-sidenav {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #585858;
    margin-bottom: 10px;
  }
  li.js-nav-second-mobile .sub-sub-sidenav:first-child {
    padding-top: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  nav.navbar {
    justify-content: space-between;
  }
}
span.nav-link {
  padding: 0px;
}

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 (max-width: 576px) {
  .logo-image {
    max-width: 150px;
  }
}
@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;
}

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

section.subcategory a.hovertrans.active {
  color: #e31010 !important;
}
section.subcategory img.active {
  filter: invert(14%) sepia(96%) saturate(3350%) hue-rotate(351deg) brightness(105%) contrast(109%);
}

.top-navbar {
  height: 30px;
  background-color: #f4f4f4;
  width: 100vw;
  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: 36px;
  padding: 0;
  font-family: "Oswald";
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 22px;
}

li.lang-country {
  display: flex;
  column-gap: 0.5em;
}

div.lang-country {
  height: 20px;
}

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;
  font-weight: 300;
  text-decoration: none;
  color: #585858;
}

ul.top > li > a:hover {
  color: #e31010;
}

ul.top > li > a > i.top-icons {
  font-size: 20px;
  font-weight: 300;
}

i.top-icons {
  margin-left: 10px;
  top: 0;
  position: relative;
}

ul.top-language {
  display: none;
  height: max-content;
  list-style-type: none;
  width: 100vw;
  padding: 1em;
  margin: 0;
  background: #ffffff;
  color: #585858;
  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;
}

.top-language a:hover {
  transition: ease all 0.3s;
  color: #E31010;
}

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 #585858;
}

ul.top-language > ul > li > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

li.top-language-title {
  font-size: 18px;
  font-weight: bold;
}

ul.top-language > ul > li > ul > li {
  padding: 0.5em 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
}

ul.top-language > ul > li > ul > li > a.active {
  font-weight: 500;
  text-decoration: underline;
  text-underline-position: from-font;
}

ul.top-language > ul > li > ul > li > a {
  color: #585858;
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: white;
  flex-direction: row;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  align-items: flex-start;
  position: fixed;
  z-index: 160;
}

.main-navbar {
  height: auto;
  background: white;
  width: 100vw;
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 18px 36px;
}

.logo-image img {
  width: 280px;
}

@media (max-width: 500px) {
  ul.top li {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  ul.top li.lang-country {
    margin-right: 1.2em;
  }
}
@media (max-width: 1280px) {
  .main-navbar {
    height: 60px;
    padding: 0 1em;
  }

  .top-navbar {
    display: none;
  }

  .logo-image img {
    width: 100%;
  }

  div.nav-second-cta-box {
    margin-top: 40px;
    margin-right: 10px;
  }
  div.nav-second-cta-box .sub-sidenav-cta-link img.sub-sidenav-cta-img {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
ul.menu-mobile-language {
  list-style-type: none !important;
  padding: 0;
  margin: 1em 0;
  text-align: center;
  gap: 1em !important;
  display: flex !important;
  flex-direction: column !important;
}

ul.menu-mobile-language li {
  color: #585858;
  font-family: "Oswald";
  font-size: 1em;
  font-weight: 300;
  letter-spacing: 0;
}

ul.menu-mobile-language > li.mobile-lang-countries {
  display: flex !important;
  letter-spacing: 1.8px;
  width: 100% !important;
  align-items: center !important;
  justify-content: flex-start;
  align-content: center !important;
  flex-direction: row !important;
  gap: 0.5em;
  text-transform: uppercase;
}

ul.menu-mobile-language > li.mobile-lang-countries > a {
  display: flex !important;
  gap: 0.25em !important;
}

ul.menu-mobile-language > li.mobile-lang-countries > a > i {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  li.top-language-titles {
    display: none;
    margin-right: 15px !important;
  }

  ul.top li {
    margin-left: 0;
    margin-right: 20px;
  }

  .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: #e31010;
  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: 2em;
}

/* FILTERS */
section.subcategory,
section.list,
section.mobile-filters {
  /* show hide filter button */
  /* sorting */
  /* filter sort bar */
  /* filters */
  /* bottom bar */
  /* modals */
}
section.subcategory .f300,
section.list .f300,
section.mobile-filters .f300 {
  font-weight: 300;
}
section.subcategory .f500,
section.list .f500,
section.mobile-filters .f500 {
  font-weight: 500;
}
section.subcategory .ctrlfilters,
section.list .ctrlfilters,
section.mobile-filters .ctrlfilters {
  color: #585858;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  padding: 0;
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  flex-grow: 0;
}
section.subcategory .ctrlfilters span,
section.list .ctrlfilters span,
section.mobile-filters .ctrlfilters span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.subcategory .sorting,
section.list .sorting,
section.mobile-filters .sorting {
  position: relative;
  color: #585858;
  font-weight: 300;
  letter-spacing: 0.1rem;
  border: 0;
  background-position: right 0rem center;
  padding-right: 2rem !important;
  font-size: 1rem;
}
section.subcategory .sorting option,
section.list .sorting option,
section.mobile-filters .sorting option {
  /* text-transform: uppercase!important; */
}
section.subcategory .filters,
section.list .filters,
section.mobile-filters .filters {
  transition: all ease-in-out 0.5s;
  overflow-x: hidden;
}
section.subcategory .filters.hide,
section.list .filters.hide,
section.mobile-filters .filters.hide {
  width: 0;
  padding: 0;
  opacity: 0;
}
section.subcategory .filtersel .btn,
section.list .filtersel .btn,
section.mobile-filters .filtersel .btn {
  padding: 0;
}
section.subcategory .filtersel .badge,
section.list .filtersel .badge,
section.mobile-filters .filtersel .badge {
  background-color: #ebebeb;
  color: #585858;
}
section.subcategory .filtersel .badge,
section.list .filtersel .badge,
section.mobile-filters .filtersel .badge {
  background-color: #ebebeb;
  color: #585858;
  font-size: 14px !important;
  line-height: 15px !important;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: flex-end;
}
section.subcategory .filtersel .badge span,
section.list .filtersel .badge span,
section.mobile-filters .filtersel .badge span {
  font-size: 14px !important;
  line-height: 14px !important;
  padding-right: 0.8rem;
}
section.subcategory .form-check-input:checked,
section.list .form-check-input:checked,
section.mobile-filters .form-check-input:checked {
  background-color: #ebebeb;
  border-color: transparent;
}
section.subcategory .form-switch,
section.list .form-switch,
section.mobile-filters .form-switch {
  color: #585858;
}
section.subcategory .form-switch .form-check-input,
section.list .form-switch .form-check-input,
section.mobile-filters .form-switch .form-check-input {
  border-color: #585858;
  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='%23585858'/%3e%3c/svg%3e") !important;
}
section.subcategory .form-switch .form-check-input:checked,
section.list .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='%23e31010'/%3e%3c/svg%3e") !important;
}
section.subcategory .form-switch .form-check-input:focus,
section.list .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='%23585858'/%3e%3c/svg%3e") !important;
}
section.subcategory .filterAccordion button,
section.list .filterAccordion button,
section.mobile-filters .filterAccordion button {
  color: #585858;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  padding: 1.5rem 1rem 1.5rem 0rem;
}
section.subcategory .accordion-button:not(.collapsed),
section.list .accordion-button:not(.collapsed),
section.mobile-filters .accordion-button:not(.collapsed) {
  color: #585858;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}
section.subcategory .accordion-button:focus,
section.list .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.subcategory .filterAccordion button::after,
section.list .filterAccordion button::after,
section.mobile-filters .filterAccordion 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;
}
section.subcategory .filterAccordion button::after,
section.list .filterAccordion button::after,
section.mobile-filters .filterAccordion 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;
}
section.subcategory .accordion-button:not(.collapsed)::after,
section.list .accordion-button:not(.collapsed)::after,
section.mobile-filters .accordion-button:not(.collapsed)::after {
  background-image: none;
  font-family: "Material Icons Outlined";
  content: "";
  font-size: 1.25rem;
  line-height: 1.25rem;
}
section.subcategory .filterslist, section.subcategory .colorslist,
section.list .filterslist,
section.list .colorslist,
section.mobile-filters .filterslist,
section.mobile-filters .colorslist {
  padding: 1rem 0rem;
}
section.subcategory .filterslist .form-check-input[type=checkbox],
section.list .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.subcategory .filterslist .form-check-input[type=radio],
section.list .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.subcategory .filterslist .form-check-input:checked[type=checkbox],
section.list .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='%23e31010'/%3e%3c/svg%3e") !important;
  background-color: #ffffff;
  border: 1px solid #e31010 !important;
}
section.subcategory .filterslist .form-check-input:checked[type=radio],
section.list .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='%23e31010'/%3e%3c/svg%3e");
  background-color: #ffffff;
  border: 1px solid #e31010 !important;
}
section.subcategory .filterslist .form-check,
section.list .filterslist .form-check,
section.mobile-filters .filterslist .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
section.subcategory .filterslist .form-check .form-check-input,
section.list .filterslist .form-check .form-check-input,
section.mobile-filters .filterslist .form-check .form-check-input {
  float: left;
  margin-left: -2em;
}
section.subcategory .colorslist .form-check-input[type=checkbox],
section.list .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.subcategory .colorslist .form-check-inline,
section.list .colorslist .form-check-inline,
section.mobile-filters .colorslist .form-check-inline {
  position: relative;
}
section.subcategory .colorslist .form-check-input:checked[type=checkbox],
section.list .colorslist .form-check-input:checked[type=checkbox],
section.mobile-filters .colorslist .form-check-input:checked[type=checkbox] {
  box-shadow: 0 0 0 1px #e31010 !important;
  border: 2px solid #fff;
}
section.subcategory .colorslist .form-check-input:focus,
section.list .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.subcategory .bottombar,
section.list .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.subcategory .ctrlfiltersmob,
section.list .ctrlfiltersmob,
section.mobile-filters .ctrlfiltersmob {
  color: #585858;
  letter-spacing: 0.2rem;
  text-decoration: none;
  position: relative;
  padding: 0;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 300;
}
section.subcategory .ctrlfiltersmob span,
section.list .ctrlfiltersmob span,
section.mobile-filters .ctrlfiltersmob span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
section.subcategory .bottombar .col-6:first-child,
section.list .bottombar .col-6:first-child,
section.mobile-filters .bottombar .col-6:first-child {
  border-right: 1px solid #dbdbdb;
}
section.subcategory #filtermodal .modal-footer, section.subcategory #filtermodal .modal-header, section.subcategory #sortingmodal .modal-footer, section.subcategory #sortingmodal .modal-header,
section.list #filtermodal .modal-footer,
section.list #filtermodal .modal-header,
section.list #sortingmodal .modal-footer,
section.list #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.subcategory #sortingmodal .form-check-input[type=radio],
section.list #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.subcategory #sortingmodal .form-check-input:checked[type=checkbox],
section.list #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='%23e31010'/%3e%3c/svg%3e") !important;
  background-color: #ffffff;
  border: 1px solid #e31010 !important;
}
section.subcategory #sortingmodal .form-check-input:checked[type=radio],
section.list #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='%23e31010'/%3e%3c/svg%3e");
  background-color: #ffffff;
  border: 1px solid #e31010 !important;
}
section.subcategory #sortingmodal .form-check,
section.list #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.subcategory #sortingmodal .form-check:last-child,
section.list #sortingmodal .form-check:last-child,
section.mobile-filters #sortingmodal .form-check:last-child {
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
section.subcategory #sortingmodal .form-check .form-check-input,
section.list #sortingmodal .form-check .form-check-input,
section.mobile-filters #sortingmodal .form-check .form-check-input {
  float: left;
  margin-left: -2em;
}

.slider-range-container {
  padding: 2em 0;
}

.element-slider {
  --mdc-theme-primary: #ebebeb;
  --mdc-theme-secondary: red;
  --mdc-theme-surface: red;
  --mdc-theme-on-primary: #585858;
  --mdc-theme-background: transparent;
}

.mdc-slider .mdc-slider__value-indicator {
  background-color: var(--mdc-theme-background);
  opacity: unset;
  --mdc-typography-font-family: "Oswald";
  --mdc-typography-subtitle2-font-size: 1em;
  --mdc-typography-subtitle2-font-weight: 600;
}

.mdc-slider .mdc-slider__value-indicator::before {
  display: none;
}

.mdc-slider .mdc-slider__value-indicator::after {
  border: none;
}

.mdc-slider .mdc-slider__value-indicator-text.material-icons-outlined::after {
  font-family: "Material Icons";
  content: "euro_symbol";
  position: relative;
  top: 0.075em;
  left: 0.075em;
}

.mdc-slider .mdc-slider__thumb:hover .mdc-slider__thumb-knob, .mdc-slider .mdc-slider__thumb:focus .mdc-slider__thumb-knob {
  border-color: var(--mdc-theme-secondary);
}

.mdc-slider .mdc-slider__thumb::before, .mdc-slider .mdc-slider__thumb::after {
  background-color: rgba(0, 0, 0, 0.3);
}

.mdc-ripple-upgraded.mdc-ripple-upgraded--foreground-activation.mdc-slider__thumb .mdc-slider__thumb-knob {
  border-color: red;
}

.mdc-ripple-upgraded.mdc-ripple-upgraded--background-focused.mdc-slider__thumb .mdc-slider__thumb-knob {
  border-color: red;
}

section.list .filter_sort {
  display: inline-flex;
  align-items: center;
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  section.list .ctrlfilters {
    font-size: 14px;
  }
  section.list .form-switch .form-check-label {
    font-size: 14px;
  }
  section.list .total-results p {
    font-size: 16px;
    font-weight: 600;
  }
  section.list .filter_sort select.sorting {
    width: auto;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  section.list .ctrlfilters {
    font-size: 20px;
  }
  section.list .form-switch .form-check-label {
    font-size: 16px;
  }
}
/* PRODUCT GRID TEMPLATE */
.product-grid-page {
  --bs-gutter-x: 10px;
  /**/
  /* title */
}
.product-grid-page .main-navbar,
.product-grid-page .breadcrumb-left-padding {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.product-grid-page .breadcrumb-section > .row {
  margin-right: calc(var(--bs-gutter-x) * -1);
  margin-left: calc(var(--bs-gutter-x) * -1);
}
.product-grid-page section.list {
  padding: 0 var(--bs-gutter-x, 0.75rem);
}
.product-grid-page section.list .row {
  --bs-gutter-x: 1.5rem;
}
.product-grid-page section.pagetitle {
  margin-bottom: 40px;
}
.product-grid-page section.pagetitle h1, .product-grid-page section.pagetitle .h1 {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1.3px;
}
.product-grid-page section.pagetitle .pt-2 p {
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 1.4px;
  text-align: left;
}

/* MAIN SECTION */
section.list {
  padding: 0 1em;
}
section.list > * {
  padding: 0;
}

.list-hide-filters {
  display: none;
}

/* sub category */
.subcategory {
  margin-bottom: 23px;
}
.subcategory-wrapper-box.filter-title {
  flex-grow: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.6px;
  text-align: left;
  margin-bottom: 12px;
}
.subcategory-wrapper-box-name {
  flex-grow: 0;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: center;
  color: #585858;
  margin-left: 10px;
}

.subcategory .icon {
  border-radius: 50%;
  border: 1px solid #585858;
  width: 30px;
  height: 30px;
  flex-grow: 0;
  position: relative;
}
.subcategory .icon span {
  position: absolute;
  bottom: 10px;
  right: 12px;
}
.subcategory .icon img {
  object-fit: cover;
  object-position: center;
  transition: filter 0.3s ease;
}

.subcategory a {
  color: #585858;
  transition: 0.3s ease;
}
.subcategory a:hover {
  transition: filter 0.3s ease;
  filter: sepia(1) hue-rotate(-50deg) brightness(0.9) saturate(10);
}

.subcategory .row {
  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;
}

.subcategory .row::-webkit-scrollbar {
  display: none;
}

.subcategory .row .col-auto {
  flex-shrink: 0;
  padding: 0 1rem;
}

section.category-seo {
  padding: 0;
}

.category-seo-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #585858;
}

.category-seo-subtitle {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #585858;
}

.category-seo-description {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.6px;
}

.category-seo-description a {
  font-size: 14px;
  letter-spacing: 1.4px;
  text-decoration: underline;
}

/** PROD ITEM V-CARD **/
/* PRODUCT CARD */
.proditem {
  color: #585858 !important;
  height: 100%;
  display: block;
  overflow: hidden;
  /* listing style */
}
.proditem.prodListItem .promo_name_badge.desktop {
  display: none;
}
.proditem.prodListItem .promo_name_badges {
  min-height: 20px;
  margin: 4px 0 2px;
}
.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;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: unset;
  background: no-repeat;
  color: #e31010;
}
.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;
}
.proditem.prodListItem .prodname p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.proditem.prodListItem .prodname p:before {
  width: 11px;
  left: 0;
  bottom: -6px;
  transform: none;
  background-color: #e31010;
}
.proditem.prodListItem .prodprice {
  padding: 6px 0;
  align-items: baseline;
}
.proditem.prodListItem .prodprice span {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.proditem.prodListItem .prodprice span.sconto {
  margin-right: 5px;
  font-size: 12px;
}
.proditem.prodListItem .proddesc p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.7px;
  color: #585858;
}
.proditem.prodListItem .slider-outer-wrap {
  width: auto;
  padding: 20px 0 !important;
  margin: 0 !important;
  box-sizing: content-box;
}
.proditem.prodListItem .slider-outer-wrap .swiper-button {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
}
.proditem.prodListItem .slider-outer-wrap .swiper-button-next {
  right: -7px;
}
.proditem.prodListItem .slider-outer-wrap .swiper-button-prev {
  left: -7px;
}
.proditem.prodListItem .slider-outer-wrap .swiper-button-disabled {
  visibility: visible;
  opacity: 0.2;
}
.proditem.prodListItem .slider-outer-wrap .slider-view-container {
  width: 100%;
  padding: 0 12px;
}
.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 [data-bs-target] {
  width: auto;
  border: none;
}
.proditem.prodListItem .carousel-indicators div.squareslide {
  width: 50px;
  height: 50px;
  padding: 0;
  border-width: 1px !important;
}
.proditem.prodListItem .carousel-indicators div.squareslide.active {
  border-color: #e31010 !important;
}
.proditem.prodListItem .carousel-indicators div.squareslide img {
  position: static;
  width: 100%;
}
.proditem.prodListItem .new-color-tag:after {
  display: none;
  content: "";
}
.proditem.prodListItem .compare-control {
  justify-content: end;
  font-size: 12px;
  letter-spacing: 0.6px;
}
.proditem.prodListItem .custom_name_badge.mobile {
  top: 0;
  right: 5px;
}
.proditem.prodListItem .custom_name_badge.desktop {
  top: 5px;
  right: 10px;
}
.proditem.rossocorsa > div.carousel > div.carousel-inner > div.rc_badge {
  display: block;
  position: absolute;
  right: -27px;
  bottom: 54px;
  transform: rotate(-90deg);
  text-transform: uppercase;
  color: #e31010;
  font-weight: 400;
  font-size: 10px;
  z-index: 2;
  letter-spacing: 0.2em;
}
.proditem .rc_border {
  width: 100%;
  height: calc(100% - 1.5em);
  background: transparent;
  display: flex;
  border-right: 2px solid #e31010;
  position: absolute;
  top: 0;
  left: 0;
  /* bottom: 1em; */
  z-index: 2;
  padding-bottom: 1em;
}
.proditem .carousel-indicators {
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in;
}
.proditem .carousel-indicators::-webkit-scrollbar {
  display: none;
}
.proditem .carousel-indicators [data-bs-target] {
  box-sizing: border-box;
  flex: 0 1 auto;
  width: calc(100% / 4);
  height: 100%;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid transparent;
  opacity: 1;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
  scroll-snap-align: start;
}
.proditem .carousel-indicators button.featured:after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: block;
  background: var(--primary);
  position: relative;
  top: -3.55em;
  left: 2.95em;
  border-radius: 50%;
}
.proditem .carousel-indicators div.squareslide {
  border: 2px solid #fff !important;
  height: 100%;
}
.proditem .carousel-indicators .active div.squareslide {
  border: 2px solid #e31010 !important;
  height: 100%;
}
.proditem .prodname p {
  position: relative;
  margin: 2rem;
  font-size: 1.125em;
  letter-spacing: 3px;
}
.proditem .prodname p:before {
  position: absolute;
  bottom: -1rem;
  width: 56px;
  height: 1px;
  background-color: #585858;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.proditem .promo_name_badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}
.proditem .prodbadge {
  padding: 2px 10px 2px 10px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.75);
  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: #585858;
  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 .new-color-tag {
  display: flex;
  flex-direction: column;
}
.proditem .new-color-tag:after {
  content: "NEW";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  color: #e31010;
  text-align: center;
  text-indent: 0;
}
.proditem .proddesc {
  font-size: 1.2rem;
}
.proditem .prodprice {
  letter-spacing: 0.2rem;
}
.proditem .prodprice span {
  padding: 0 0.5rem;
  font-size: 18px;
  font-weight: normal;
  color: #585858;
  letter-spacing: 1.6px;
}
.proditem .prodprice .sconto {
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #e31010;
  letter-spacing: 1.6px;
}
.proditem .comparemob .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.proditem .comparemob .form-check .form-check-input {
  float: left;
  margin-left: -2em;
}
.proditem .comparemob .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;
}
.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='%23e31010'/%3e%3c/svg%3e") !important;
  background-color: #ffffff;
  border: 1px solid #e31010 !important;
}
.proditem .badgecompare {
  background-color: rgba(255, 255, 255, 0.75);
  color: #585858;
  font-size: 14px !important;
  line-height: 15px !important;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-weight: 300;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
  display: none;
}
.proditem .badgecompare .form-check {
  display: block;
  min-height: 1.2rem;
  padding-left: 1.7rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.proditem .badgecompare .form-check .form-check-input {
  float: left;
  margin-left: -1.7em;
}
.proditem .badgecompare .form-check-input[type=checkbox] {
  border-radius: 0.3rem;
  width: 1.2em;
  height: 1.2em;
  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='%23e31010'/%3e%3c/svg%3e") !important;
  background-color: #ffffff;
  border: 1px solid #e31010 !important;
}
.proditem .wish-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
.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;
}
.proditem .slider-outer-wrap {
  width: 100%;
  margin: 0;
  height: auto;
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  padding-top: 1em;
  overflow: hidden;
  position: relative;
}
.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 .slider-view-container {
  width: calc(100% - 4.2em);
  /* width: 100%; */
  height: auto;
  margin: 0 auto;
  /* margin-top: 1em; */
  display: flex;
  /* grid-template-columns: 1fr 10fr 1fr; */
  align-content: center;
  /* justify-content: flex-start; */
  align-items: center;
  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,
.proditem .swiper-button-prev.material-icons-outlined {
  font-size: 1.6em;
  color: #282828;
  padding: 0.025em;
  margin: 0;
  pointer-events: auto;
}
.proditem .swiper-button-prev.material-icons-outlined::after,
.proditem .swiper-button-next.material-icons-outlined::after {
  content: "";
}
.proditem .swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.product-item {
  max-width: calc(1200px + (var(--bs-gutter-x) * .5)*2);
}
.product-item .proditem {
  margin-bottom: 20px;
}

.prod-grid-page .product-item {
  margin-bottom: 24px;
}
.prod-grid-page .product-item .prodListItem {
  border-bottom: solid 1px #dbdbdb;
  position: relative;
}

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

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

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

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: "Oswald", sans-serif;
}
div.theme-green div.back-bar div.pointer {
  background-image: none;
  background-color: #e31010;
  width: 20px;
  height: 20px;
}

#set-price-range-button {
  width: 115px;
  padding: 0.6em 0.8em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: white;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
#set-price-range-button:after {
  content: none;
}
#set-price-range-button:hover {
  color: #e31010;
}

.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.5;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #FFF;
}
.products-inside-banner-content-text {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #FFF;
}
.products-inside-banner-content-text p {
  margin: 0;
}
.products-inside-banner-content-link {
  width: 100%;
  height: 44px;
  margin-top: 20px;
  padding: 10px 28px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  background-color: #E31010;
  color: #FFF;
  border-radius: 44px;
  text-transform: uppercase;
}
.products-inside-banner-content-link:hover {
  background-color: #FFF;
  border-color: #E31010;
  color: #E31010;
}

/* only smartphone */
@media (max-width: 768px) {
  .product-item {
    max-width: 50%;
    padding: 0 5px;
  }
}
/* // Small devices (landscape phones, 576px and up) */
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* PRODUCT GRID TEMPLATE */
  .product-grid-page {
    --bs-gutter-x: 16px;
  }
  .product-grid-page .pagination.row li {
    padding: 0 25.15px;
  }
  .product-grid-page .rossocorsa > div.carousel > div.carousel-inner > div.rc_badge {
    font-size: 12px;
    bottom: 60px;
  }

  .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 {
    --bs-gutter-x: 25px;
  }
  .product-grid-page section.pagetitle {
    margin-bottom: 16px;
  }
  .product-grid-page section.pagetitle h1, .product-grid-page section.pagetitle .h1 {
    font-size: 40px;
    letter-spacing: 4px;
  }

  .info-grid-wrapper {
    flex-wrap: wrap;
  }
  .info-grid-wrapper .basis-100 {
    flex-basis: 100%;
  }

  .list-hide-filters {
    display: block;
    margin-bottom: 24px;
  }

  /** PROD ITEM V-CARD **/
  .proditem {
    /* listing style */
  }
  .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: #FFFFFF;
    background-color: #e31010;
  }
  .proditem.prodListItem .promo_name_badge .prodbadge + .prodbadge {
    margin-top: 5px;
  }
  .proditem.prodListItem .prodname {
    padding: 7px 0;
  }
  .proditem.prodListItem .prodname p {
    font-size: 18px;
  }
  .proditem.prodListItem .prodname p:before {
    width: 56px;
    bottom: -9px;
  }
  .proditem.prodListItem .proddesc p {
    font-size: 14px;
  }
  .proditem.prodListItem .compare-control {
    gap: 10px;
  }
  .proditem.prodListItem .compare-control > input[type=checkbox] {
    height: 14px;
    width: 14px;
    margin-top: 1px;
  }
  .proditem.prodListItem .compare-control > input[type=checkbox]::before {
    height: 8px;
    width: 8px;
  }
  .proditem.prodListItem .prodprice {
    padding: 7px 0;
  }
  .proditem.prodListItem .prodprice span {
    font-size: 16px;
  }
  .proditem.prodListItem .prodprice span.sconto {
    font-size: 16px;
  }
  .proditem.prodListItem .carousel-indicators {
    transition: all 0.5s ease-in-out;
    width: 100%;
    display: block;
  }
  .proditem.prodListItem .carousel-indicators div.squareslide {
    width: 60px;
    height: 60px;
  }
  .proditem.prodListItem .slider-outer-wrap {
    height: auto;
    padding-top: 1rem;
    margin-bottom: 28px;
  }
  .proditem.prodListItem .slider-outer-wrap .swiper-button {
    font-size: 1.6em;
  }
  .proditem.prodListItem .slider-outer-wrap .slider-view-container {
    padding: 0 24px;
  }

  section.subcategory .bottombar, section.list .bottombar, section.mobile-filters .bottombar {
    display: none;
  }

  section.list .list-hide-filters {
    position: sticky;
    transition: all 0.5s ease-in-out 0.1s;
    background-color: #fff;
    top: 130px;
    z-index: 30;
    margin: 0;
    padding: 24px 0;
  }
  section.list .list-hide-filters.top-small {
    transition: all 0.2s ease-in-out;
    top: 0px;
  }
  section.list .list-hide-filters .ctrlfilters {
    width: auto;
  }
  section.list .list-hide-filters div.row.justify-content-between {
    align-items: center;
  }
  section.list .list-hide-filters .info-grid-wrapper {
    width: auto;
    flex-basis: 83.33333333%;
  }
  section.list .filters {
    overflow: unset;
  }
  section.list .chips-wrapper {
    margin-left: auto;
    padding-left: 0;
    transition: width 0.5s ease;
  }
  section.list .filtersel {
    padding: 0;
  }
  section.list .filtersel a .btn {
    margin: 0.5rem 0;
  }
  section.list .js-product-facet {
    transition: all 0.5s ease-in-out 0.1s;
    position: sticky;
    top: 186px;
  }
  section.list .js-product-facet.top-small {
    transition: all 0.2s ease-in-out;
  }
  section.list .js-product-facet #Filterflush.filterAccordion {
    overflow-y: scroll;
    max-height: 810px;
    --sb-track-color: #ffffff;
    --sb-thumb-color: #e31010;
    --sb-size: 5px;
  }
  section.list .js-product-facet #Filterflush.filterAccordion::-webkit-scrollbar {
    width: var(--sb-size);
  }
  section.list .js-product-facet #Filterflush.filterAccordion::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 1px;
  }
  section.list .js-product-facet #Filterflush.filterAccordion::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 1px;
  }
  @supports not selector(::-webkit-scrollbar) {
    section.list .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);
  }
}
@media (max-width: 1280px) {
  section.list .list-hide-filters {
    top: 60px;
  }
}
/*
// 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: auto;
  height: auto;
  /*margin-left: 32px;*/
}
section#slider-cat .swiper-container.swiper-container-initialized.swiper-container-horizontal {
  width: auto;
  height: auto;
  margin: 0;
  /*margin-left: 2em;*/
  overflow: hidden;
}
section#slider-cat .swiper-container-horizontal > .swiper-pagination-bullets, section#slider-cat .swiper-pagination-custom, section#slider-cat .swiper-pagination-fraction {
  /* bottom: 10px; */
  /* right: 0; */
  width: 100%;
}
section#slider-cat div.navigation-pagination {
  /* position: absolute; */
  width: 100vw;
  display: flex;
  z-index: 2;
  padding: 2em 2em;
  align-content: flex-start;
}
section#slider-cat div.nav-pag {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
section#slider-cat .swiper-slide {
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 3fr 1fr;
  grid-template-columns: 1fr;
  grid-row-gap: 0.5em;
  --width: 100%;
  height: 100%;
}
section#slider-cat .swiper-slide-invisible-blank {
  visibility: hidden;
}
section#slider-cat .swiper-slide img {
  width: 100%;
  /* height: 100%; */
  height: auto;
  object-fit: cover;
  max-height: calc(var(--width) * .75);
}
section#slider-cat .slideTitle {
  padding: 0 13px;
  color: #585858;
  font-family: Oswald;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
section#slider-cat span.swiper-pagination-customs {
  font-size: 1em;
}
section#slider-cat h3.title, section#slider-cat .title.h3 {
  color: #585858;
  font-family: Oswald;
  font-size: 1.8em;
  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-pagination.swiper-pagination-fraction > span {
  color: #585858;
  font-family: Oswald;
  font-size: 1.2em;
  font-weight: 300;
  letter-spacing: 0.3px;
}
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: 40px;
  color: #585858;
  background: transparent;
  padding: 0.15em;
}
section#slider-cat .swiper-button-next.material-icons::after {
  content: "navigate_next";
  font-size: 40px;
  color: #585858;
  background: transparent;
  padding: 0.15em;
}
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: 960px) {
  section#slider-cat h2.title, section#slider-cat .title.h2 {
    font-size: 1em;
  }
  section#slider-cat .swiper-container {
    /*padding: 0 32px!important;*/
    padding: 0;
  }
  section#slider-cat .slideTitle {
    font-size: 1em;
  }
  section#slider-cat div.nav-pag {
    display: none;
  }
}
section.slider-prod {
  margin: 2em 1em;
}
section.slider-prod .swiper-container {
  width: 100%;
  height: auto;
  margin-left: 0;
  overflow: hidden;
}
section.slider-prod div.navigation-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 1.25rem;
}
section.slider-prod .swiper-wrapper {
  display: flex;
  padding: 0;
}
section.slider-prod .swiper-wrapper .swiper-slide {
  width: calc(100% - 32px);
  margin-right: 32px;
  height: auto;
}
section.slider-prod h3.title, section.slider-prod .title.h3 {
  font-family: Oswald;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.8px;
  margin: 0;
  padding: 0;
  color: #E31010;
  width: 80%;
}
section.slider-prod .swiper-button-prev.material-icons::after {
  content: "navigate_before";
  font-size: 1em;
  color: #282828;
  padding: 0.15em;
  margin: auto;
  margin-left: 1px;
}
section.slider-prod .swiper-button-next.material-icons::after {
  content: "navigate_next";
  font-size: 1em;
  color: #282828;
  padding: 0.15em;
  margin: auto;
  margin-right: 1px;
}
@media screen and (min-width: 768px) {
  section.slider-prod h3.title, section.slider-prod .title.h3 {
    font-size: 30px;
  }
  section.slider-prod .swiper-button-prev.material-icons::after {
    font-size: 2em;
  }
  section.slider-prod .swiper-button-next.material-icons::after {
    font-size: 2em;
  }
  section.slider-prod .swiper-wrapper .swiper-slide {
    width: calc(100% / 2 - 32px);
  }
}
@media screen and (min-width: 992px) {
  section.slider-prod {
    margin: 2em;
  }
  section.slider-prod .swiper-wrapper .swiper-slide {
    width: calc(100% / 3 - 32px);
  }
}
@media screen and (min-width: 1200px) {
  section.slider-prod .swiper-wrapper .swiper-slide {
    width: calc(100% / 4 - 32px);
  }
  section.slider-prod .productCarouselFewElements {
    justify-content: center;
    margin-left: 32px;
  }
}

div.nav-pag {
  width: 20%;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
}

.swiper-button-wrapper {
  width: 62px;
}

.swiper-pagination {
  text-align: right;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  color: #282828;
  padding: 0 12px;
  font-size: 1.5em;
}

.swiper-button-prev.material-icons > *, .swiper-button-next.material-icons > * {
  color: black;
}

.swiper-button-next.material-icons.swiper-button-disabled::after, .swiper-button-prev.material-icons.swiper-button-disabled::after {
  display: none;
}

/* Checkout */
/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */
:root {
  --primary: #e31010;
  --black: #1E1E24;
  --dkgrey: #585858;
  --lggrey: #dbdbdb;
  --white: #ffffff;
}

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

.support {
  color: var(--primary);
  letter-spacing: normal;
  margin-top: 0;
}

.support-footer-item a {
  color: #585858;
}
.support-footer-item a:hover {
  color: #585858;
}
.support-footer-item a:hover .support-footer-item-text {
  text-decoration: none;
}

.iconbox {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 1rem;
}

.iconbox span {
  font-size: 40px !important;
  line-height: 40px;
}

.newsletter {
  background-color: #f4f4f4;
}

.shippinginfo {
  background-color: #F4F4F4;
  padding: 24px 10px;
  flex-direction: column;
  gap: 32px;
  align-items: center;
}

.shippinginfo .icons span {
  font-size: 30px;
  line-height: 20px;
  width: 100%;
}

.shippinginfo .footer-banner-padding {
  padding: 5px;
}

.shippinginfo .small {
  font-size: 12px;
  font-weight: 300;
}

.footermenu a {
  color: var(--dkgrey);
}

.findstorefooter .form-control,
.findstorefooter button {
  border: 0;
  border-bottom: 1px solid var(--primary);
  border-radius: 0;
}

.findstorefooter .form-control::placeholder {
  font-weight: 300;
  font-size: small;
  letter-spacing: 0.1rem;
}

.socialfooter {
  padding: 0 10px;
  border-right: 1px solid var(--dkgrey);
  color: var(--dkgrey);
}

.socialfooter:first-child {
  padding-left: 0;
  border-right: 1px solid var(--dkgrey);
}

@media screen and (max-width: 425px) {
  .socialfooter:first-child {
    padding: 0 10px;
  }
}
.socialfooter:last-child {
  padding-right: 0;
  border-right: 0px solid var(--dkgrey);
}

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(--dkgrey);
}

p.langtools {
  align-items: center;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  gap: 0.25em;
  margin-bottom: 0em;
  font-size: 15px;
}

p.langtools > * {
  align-items: center;
  align-content: center;
  display: flex;
  gap: 0.125em;
}

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

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

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

#footermenumob .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.5rem 0rem;
  font-size: 1.2rem;
  color: var(--dkgrey);
  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(--dkgrey);
}

/* only smartphone */
@media (max-width: 768px) {
  .shippinginfo .footer-banner-padding {
    padding: 4px;
  }
}
@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 {
    font-size: 35px;
    line-height: normal;
    width: auto;
    margin-right: 1rem;
  }
  .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_contact_preferred_sport ul.inputs-list,
div#supportEmailPopup .hs_contact_collection ul.inputs-list,
div#supportEmailPopup .hs_contact_associated_brands ul.inputs-list,
div#newslettertextarea .hs_contact_preferred_sport ul.inputs-list,
div#newslettertextarea .hs_contact_collection ul.inputs-list,
div#newslettertextarea .hs_contact_associated_brands ul.inputs-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0px;
}
div#supportEmailPopup .hs_contact_collection li.hs-form-checkbox label,
div#supportEmailPopup .hs_contact_preferred_sport li.hs-form-checkbox label,
div#supportEmailPopup .hs_contact_associated_brands li.hs-form-checkbox label,
div#newslettertextarea .hs_contact_collection li.hs-form-checkbox label,
div#newslettertextarea .hs_contact_preferred_sport li.hs-form-checkbox label,
div#newslettertextarea .hs_contact_associated_brands li.hs-form-checkbox label {
  display: flex;
  align-items: flex-end;
}
div#supportEmailPopup .hs_contact_collection .input ul.inputs-list li,
div#supportEmailPopup .hs_contact_preferred_sport .input ul.inputs-list li,
div#supportEmailPopup .hs_contact_associated_brands .input ul.inputs-list li,
div#newslettertextarea .hs_contact_collection .input ul.inputs-list li,
div#newslettertextarea .hs_contact_preferred_sport .input ul.inputs-list li,
div#newslettertextarea .hs_contact_associated_brands .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 #585858;
}
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: #585858;
}
div#supportEmailPopup .hs_firstname span,
div#newslettertextarea .hs_firstname span {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: left;
  color: #585858;
}
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: #585858;
}
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: #585858;
}
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: #585858;
}
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: #585858;
}
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 #585858;
}
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: #585858;
}
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 #e31010;
  background-color: #e31010;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ffffff;
  letter-spacing: 0.1rem;
  border-radius: 40px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  width: 100% !important;
}
div#supportEmailPopup .hs-button.primary:hover,
div#newslettertextarea .hs-button.primary:hover {
  color: #e31010;
  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='%23e31010'/%3e%3c/svg%3e") !important;
  background-color: #ffffff;
  border: 1px solid #e31010 !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='%23e31010'/%3e%3c/svg%3e");
  background-color: #ffffff;
  border: 1px solid #e31010 !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 #585858;
}
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: #585858;
}
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: #585858 !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: #585858;
}
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: #585858 !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 #585858;
  padding: 16px 10px;
}
@media (min-width: 768px) {
  .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .bottomfooter {
    padding: 16px 64px !important;
    justify-content: center;
  }
}

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;
}
section.cart_wrapper .f500 {
  font-weight: 500;
}
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: #585858;
  font-weight: 500;
}
section.cart_wrapper .txtlink:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #585858;
  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: #585858;
}
section.cart_wrapper .backto span {
  font-size: inherit;
}
section.cart_wrapper .cart .empty {
  color: #585858;
  letter-spacing: 0.3rem;
}
section.cart_wrapper .inspired h3, section.cart_wrapper .inspired .h3 {
  color: #585858;
  letter-spacing: 0.3rem;
}
section.cart_wrapper .inspired .nav-link {
  color: #585858;
}
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: #585858;
  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: #e31010;
}
section.cart_wrapper .cart,
section.cart_wrapper .cart .btn {
  letter-spacing: 0.1rem;
}
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: 12px;
  letter-spacing: 0.075rem;
}
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;
  font-weight: 300;
  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 #585858;
  color: #585858;
  border-radius: 0;
}
section.cart_wrapper .cart-actions button:last-child {
  border-right: 0px solid #585858;
}
section.cart_wrapper .coupon *:focus {
  box-shadow: none;
}
section.cart_wrapper .coupon .open {
  text-decoration: none;
  width: 100%;
  text-align: start;
  color: #585858;
  border-bottom: 1px solid #585858;
  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 .evidence {
  color: #e31010 !important;
}
section.cart_wrapper .login a {
  color: #585858;
}

.percentage-container {
  margin: 0.5rem 0;
}

.label-percentage {
  padding: 0.25rem 0.5rem;
  border-radius: 200px;
  background-color: #E31010;
  font-size: 0.625rem !important;
  letter-spacing: 0.0625rem !important;
  font-weight: 400 !important;
  color: #FFFFFF;
  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 div.cart-right .cart-voucher .small-detail,
section.cart div.cart-right .cart-subtotals .small-detail {
    font-size: 1rem;
    letter-spacing: 0.1rem;
    padding: 0;
  }
  section.cart div.cart-right .cart-checkout,
section.cart div.cart-right .cart-totals,
section.cart div.cart-right .cart-total,
section.cart div.cart-right .cart-voucher,
section.cart div.cart-right .cart-subtotals {
    margin-bottom: 1.5rem;
  }
  section.cart div.cart-right .cart-totals .cart-total span {
    font-size: 1.125rem;
    letter-spacing: 0.1125rem;
  }
  section.cart div.cart-right .cart-info .row {
    padding: 0;
    margin: 0;
  }
  section.cart div.cart-right .cart-info .small-detail {
    padding: 0;
  }
  section.cart div.cart-right .cart-info .small-detail .f500,
section.cart div.cart-right .cart-info span {
    font-size: 1rem;
  }
  section.cart div.cart-right .cart-info .small-detail .f500 {
    letter-spacing: 0.1rem;
  }
  section.cart div.cart-right .cart-info span {
    letter-spacing: 0.05rem;
    margin-top: 0.5rem;
    display: block;
  }
}
/*
// 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 .modal-backdrop {
  background-color: transparent;
}

/* 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 .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: #585858;
  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: #585858;
  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: #585858;
}
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;
}
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 .stepback a,
section.cart-checkout .stepback a,
section.checklistmob .stepback a,
div#reviewmod .stepback a {
  color: #585858;
  text-decoration: underline;
}
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: #585858;
}
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: #585858;
}
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 #585858;
  color: #585858;
  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 #585858;
}
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: #585858;
  border-bottom: 1px solid #585858;
  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: #585858;
}
section.checkout-login .evidence,
section.cart-checkout .evidence,
section.checklistmob .evidence,
div#reviewmod .evidence {
  color: #e31010 !important;
}
section.checkout-login .login a,
section.cart-checkout .login a,
section.checklistmob .login a,
div#reviewmod .login a {
  color: #585858;
}
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: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 4px;
  text-align: center;
  color: #585858;
  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: 0.7px;
}
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: 0.7px;
}
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 #585858;
  background-color: #ffffff;
  z-index: 159;
}

#cvv-trigger {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
  text-align: right;
  color: #585858;
  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;
  }

  .cvv-trigger {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
/* // 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: #ced4da 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: 36%;
    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.5rem;
  }
  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 .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: #e31010;
  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: #e31010;
}

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

@media (max-width: 576px) {
  div.addressEntry form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
  }
}
.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: #000000;
  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 #000000;
  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;
}

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

/* Product page */
/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap */
/* scheda */
div#product-details-panel.topbar-cta.show {
  display: flex;
  opacity: 1;
  transition: all 0.4s ease-in-out 0.1s;
  align-items: center;
}

div#product-details-panel.topbar-cta {
  position: fixed;
  top: 130px;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 40;
  display: none;
  opacity: 0;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  background-color: #f4f4f4;
  padding: 10px 25px;
  margin: 0;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
  border-top: solid 1px #ced4da;
  border-bottom: solid 1px #ced4da;
}
div#product-details-panel.topbar-cta .topbar-cta-title {
  display: flex;
  flex-basis: 50%;
  margin-right: 10px;
}
div#product-details-panel.topbar-cta .topbar-cta-title > * {
  margin: 0;
  padding: 0;
}
div#product-details-panel.topbar-cta .topbar-cta-title h1, div#product-details-panel.topbar-cta .topbar-cta-title .h1 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: left;
  color: #585858;
  margin: 0 20px 0 0;
}
div#product-details-panel.topbar-cta .topbar-cta-title p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.7px;
  text-align: left;
  color: #585858;
}
div#product-details-panel.topbar-cta .topbar-cta-details {
  display: flex;
  align-items: center;
  width: 50%;
}
div#product-details-panel.topbar-cta .topbar-cta-details .btn.primary {
  margin: 0;
  padding: 10px 35px;
}
div#product-details-panel.topbar-cta .topbar-cta-price {
  display: flex;
  font-size: 1em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.9px;
  text-align: left;
}
div#product-details-panel.topbar-cta .topbar-cta-price .d-flex.justify-content-between {
  justify-content: flex-start !important;
}
div#product-details-panel.topbar-cta .topbar-cta-price .actual-price {
  font-weight: 500;
  color: #585858;
  margin-right: 1rem;
}
div#product-details-panel.topbar-cta .topbar-cta-price .promo-price {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.9px;
  text-align: left;
  color: #e31010;
  padding: 0 !important;
  margin-right: 10px !important;
}
div#product-details-panel.topbar-cta .topbar-cta-price .badge.promo-pdp {
  margin: 0 20px 0 0;
}
div#product-details-panel.topbar-cta .topbar-cta-price > * {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

#accordions_Container .accordion-button {
  position: relative;
  display: flex;
  width: 100%;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  padding: 20.7px 0 20.7px 0;
  text-align: left;
  color: #585858;
  background-color: #fff;
  border-radius: 0;
  align-items: center;
  overflow: hidden;
  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;
}
#accordions_Container .accordion-button.collapsed: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;
}
#accordions_Container .accordion-button:not(.collapsed) {
  box-shadow: none;
}
#accordions_Container .accordion-button:not(.collapsed):after {
  background-image: none;
  font-family: "Material Icons Outlined";
  content: "";
  font-size: 1.25rem;
  line-height: 1.25rem;
}
#accordions_Container .accordion-button:focus {
  box-shadow: none;
}
#accordions_Container .accordion-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#accordions_Container .accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#accordions_Container .accordion-item .accordion-collapse .accordion-body {
  padding-right: 0px;
  padding-left: 0px;
}
#accordions_Container .accordion-item .accordion-collapse .accordion-body-feature-description {
  margin-bottom: 2px;
}

section.prodtop {
  margin: 0 25px;
}

section.mediamosaic {
  padding: 0 2em;
}

section.mediamosaic > * {
  padding: 0;
}

section.features {
  margin: 2em;
}
section.features .features-wrapper .features-row .technologies-box {
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 12px;
}
section.features .features-wrapper .features-row .technologies-box-item {
  cursor: pointer;
}
section.features .features-wrapper .features-row .technologies-box-item img {
  max-width: 91px;
}
section.features #techModal {
  z-index: 1050;
}
section.features #techModal.modal.show {
  padding-right: 0 !important;
}
section.features #techModal.modal .modal-dialog {
  margin: 0;
}
section.features #techModal.modal .modal-dialog.modal-dialog-centered {
  min-height: auto;
  height: 100%;
}
section.features #techModal.modal .modal-dialog .modal-content {
  background-color: #ffffff;
  height: 100%;
  border: 0;
}
section.features #techModal.modal .modal-dialog .modal-content .modal-body {
  padding: 1.25rem;
}
section.features #techModal.modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: #ffffff;
  padding: 0;
  z-index: 2;
  font-size: 1rem;
}
section.features #techModal.modal .modal-dialog .modal-content .btn-close:focus {
  box-shadow: none;
}
section.features #techModal .swiper-container {
  position: relative;
  max-width: 800px;
  margin: auto;
  padding-top: 35px;
}
section.features #techModal .swiper-container.opacity-0 {
  opacity: 0;
  transition: 1.5s ease-in-out;
}
section.features #techModal .swiper-container .carousel-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
section.features #techModal .swiper-container .carousel-controls .carousel-title-text {
  flex-grow: 1;
  font-size: 22px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.1px;
  text-align: center;
  color: #e31010;
  text-transform: uppercase;
  text-wrap: nowrap;
}
section.features #techModal .swiper-container .carousel-description {
  margin-top: 20px;
}
section.features #techModal .swiper-container .carousel-description-text {
  flex-grow: 1;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  text-align: center;
  color: #585858;
}
section.features #techModal .swiper-container .swiper-wrapper {
  align-items: center;
}
section.features #techModal .swiper-container .swiper-wrapper .swiper-slide {
  height: fit-content;
  width: fit-content;
  min-height: 10rem;
  min-width: 10rem;
}
section.features #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;
}
section.features #techModal .swiper-button-prev::before {
  content: "❮";
  font-family: "Material Icons";
  font-size: 24px;
  color: #585858;
}
section.features #techModal .swiper-button-next::before {
  content: "❯";
  font-family: "Material Icons";
  font-size: 24px;
  color: #585858;
}
section.features #techModal .swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
section.features #techModal .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s;
}
section.features #techModal .swiper-slide img {
  max-width: 100px;
}
section.features #techModal .swiper-slide-prev, section.features #techModal .swiper-slide-next {
  opacity: 0.2;
}
section.features #techModal .swiper-slide-active {
  opacity: 1;
}

div.what-it-is {
  margin: 2em;
}

div.narrative-text {
  margin: 2em;
}

section#pdp-prodtop,
section#pdp-features,
section#pdp-mediamosaic,
section#pdp-techtabs,
div#miniCartPopup {
  /* 211020 */
  /* gallery */
  /* gallery mobile */
  /* off canvas */
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* modal gallery */
  /* modal gallery mobile*/
  /* Scheda prod */
  /* features */
}
section#pdp-prodtop .align-items-start.prodtop-inner.row,
section#pdp-features .align-items-start.prodtop-inner.row,
section#pdp-mediamosaic .align-items-start.prodtop-inner.row,
section#pdp-techtabs .align-items-start.prodtop-inner.row,
div#miniCartPopup .align-items-start.prodtop-inner.row {
  flex-direction: row;
  gap: 2em;
}
section#pdp-prodtop div#colLeft,
section#pdp-features div#colLeft,
section#pdp-mediamosaic div#colLeft,
section#pdp-techtabs 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-features div#colRight,
section#pdp-mediamosaic div#colRight,
section#pdp-techtabs div#colRight,
div#miniCartPopup div#colRight {
  width: calc(40% + 0px);
  align-self: flex-start;
  position: static;
}
section#pdp-prodtop div#colRight > *,
section#pdp-features div#colRight > *,
section#pdp-mediamosaic div#colRight > *,
section#pdp-techtabs div#colRight > *,
div#miniCartPopup div#colRight > * {
  width: 100%;
  margin: 0;
  padding: 0;
}
section#pdp-prodtop .f300,
section#pdp-features .f300,
section#pdp-mediamosaic .f300,
section#pdp-techtabs .f300,
div#miniCartPopup .f300 {
  font-weight: 300;
}
section#pdp-prodtop .f500,
section#pdp-features .f500,
section#pdp-mediamosaic .f500,
section#pdp-techtabs .f500,
div#miniCartPopup .f500 {
  font-weight: 500;
}
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-features h1,
section#pdp-features .h1,
section#pdp-features h3,
section#pdp-features .h3,
section#pdp-features h5,
section#pdp-features .h5,
section#pdp-features 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,
section#pdp-techtabs h1,
section#pdp-techtabs .h1,
section#pdp-techtabs h3,
section#pdp-techtabs .h3,
section#pdp-techtabs h5,
section#pdp-techtabs .h5,
section#pdp-techtabs 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 .pcolor-container,
section#pdp-features .pcolor-container,
section#pdp-mediamosaic .pcolor-container,
section#pdp-techtabs .pcolor-container,
div#miniCartPopup .pcolor-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
}
section#pdp-prodtop p.pcode,
section#pdp-features p.pcode,
section#pdp-mediamosaic p.pcode,
section#pdp-techtabs p.pcode,
div#miniCartPopup p.pcode {
  margin-bottom: 1rem;
  letter-spacing: 0.25em;
  font-weight: 300;
}
section#pdp-prodtop p.shortdesc, section#pdp-prodtop div.shortdesc,
section#pdp-features p.shortdesc,
section#pdp-features div.shortdesc,
section#pdp-mediamosaic p.shortdesc,
section#pdp-mediamosaic div.shortdesc,
section#pdp-techtabs p.shortdesc,
section#pdp-techtabs div.shortdesc,
div#miniCartPopup p.shortdesc,
div#miniCartPopup div.shortdesc {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.28px;
}
section#pdp-prodtop .promo-price,
section#pdp-features .promo-price,
section#pdp-mediamosaic .promo-price,
section#pdp-techtabs .promo-price,
div#miniCartPopup .promo-price {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #e31010;
}
section#pdp-prodtop .actual-price,
section#pdp-features .actual-price,
section#pdp-mediamosaic .actual-price,
section#pdp-techtabs .actual-price,
div#miniCartPopup .actual-price {
  font-size: 18px;
  font-weight: normal;
  color: #585858;
}
section#pdp-prodtop .promo_name_badge,
section#pdp-features .promo_name_badge,
section#pdp-mediamosaic .promo_name_badge,
section#pdp-techtabs .promo_name_badge,
div#miniCartPopup .promo_name_badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}
section#pdp-prodtop .badge-pdp,
section#pdp-features .badge-pdp,
section#pdp-mediamosaic .badge-pdp,
section#pdp-techtabs .badge-pdp,
div#miniCartPopup .badge-pdp {
  padding: 2px 13px 2px 9px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.75);
  margin-bottom: 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: #585858;
  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-features .badge-pdp span.material-icons-outlined,
section#pdp-mediamosaic .badge-pdp span.material-icons-outlined,
section#pdp-techtabs .badge-pdp span.material-icons-outlined,
div#miniCartPopup .badge-pdp span.material-icons-outlined {
  font-size: 13px;
}
section#pdp-prodtop .promo-pdp,
section#pdp-features .promo-pdp,
section#pdp-mediamosaic .promo-pdp,
section#pdp-techtabs .promo-pdp,
div#miniCartPopup .promo-pdp {
  padding: 2px 13px 2px 9px;
  border-radius: 15px;
  background-color: #e31010;
  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: #fff;
  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-features .promo-pdp span.material-icons-outlined,
section#pdp-mediamosaic .promo-pdp span.material-icons-outlined,
section#pdp-techtabs .promo-pdp span.material-icons-outlined,
div#miniCartPopup .promo-pdp span.material-icons-outlined {
  font-size: 13px;
}
section#pdp-prodtop .shipping-info span.material-icons-outlined,
section#pdp-features .shipping-info span.material-icons-outlined,
section#pdp-mediamosaic .shipping-info span.material-icons-outlined,
section#pdp-techtabs .shipping-info span.material-icons-outlined,
div#miniCartPopup .shipping-info span.material-icons-outlined {
  font-size: 20px;
}
section#pdp-prodtop h3.price, section#pdp-prodtop .price.h3,
section#pdp-features h3.price,
section#pdp-features .price.h3,
section#pdp-mediamosaic h3.price,
section#pdp-mediamosaic .price.h3,
section#pdp-techtabs h3.price,
section#pdp-techtabs .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-features h5.ex-price,
section#pdp-features .ex-price.h5,
section#pdp-mediamosaic h5.ex-price,
section#pdp-mediamosaic .ex-price.h5,
section#pdp-techtabs h5.ex-price,
section#pdp-techtabs .ex-price.h5,
div#miniCartPopup h5.ex-price,
div#miniCartPopup .ex-price.h5 {
  margin-bottom: 1rem;
}
section#pdp-prodtop div.ccode,
section#pdp-features div.ccode,
section#pdp-mediamosaic div.ccode,
section#pdp-techtabs div.ccode,
div#miniCartPopup div.ccode {
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-align: left;
  font-weight: 300;
  color: #585858;
}
section#pdp-prodtop div.ccode .product-color-selector,
section#pdp-features div.ccode .product-color-selector,
section#pdp-mediamosaic div.ccode .product-color-selector,
section#pdp-techtabs div.ccode .product-color-selector,
div#miniCartPopup div.ccode .product-color-selector {
  margin-right: 10.5px;
}
section#pdp-prodtop div.ccode .product-model-color,
section#pdp-features div.ccode .product-model-color,
section#pdp-mediamosaic div.ccode .product-model-color,
section#pdp-techtabs div.ccode .product-model-color,
div#miniCartPopup div.ccode .product-model-color {
  margin-left: 10.5px;
}
section#pdp-prodtop div.ccode .divider-line,
section#pdp-features div.ccode .divider-line,
section#pdp-mediamosaic div.ccode .divider-line,
section#pdp-techtabs div.ccode .divider-line,
div#miniCartPopup div.ccode .divider-line {
  margin-bottom: 1px;
}
section#pdp-prodtop div.ccode span.title,
section#pdp-features div.ccode span.title,
section#pdp-mediamosaic div.ccode span.title,
section#pdp-techtabs div.ccode span.title,
div#miniCartPopup div.ccode span.title {
  font-weight: normal;
}
section#pdp-prodtop .new-tag-pdp,
section#pdp-features .new-tag-pdp,
section#pdp-mediamosaic .new-tag-pdp,
section#pdp-techtabs .new-tag-pdp,
div#miniCartPopup .new-tag-pdp {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-align: center;
  color: #e31010;
}
section#pdp-prodtop div.varianti,
section#pdp-features div.varianti,
section#pdp-mediamosaic div.varianti,
section#pdp-techtabs div.varianti,
div#miniCartPopup div.varianti {
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 14px;
  gap: 10px;
}
section#pdp-prodtop div.varianti > *,
section#pdp-features div.varianti > *,
section#pdp-mediamosaic div.varianti > *,
section#pdp-techtabs div.varianti > *,
div#miniCartPopup div.varianti > * {
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0;
}
section#pdp-prodtop div.varianti > * > a.featured::after,
section#pdp-features div.varianti > * > a.featured::after,
section#pdp-mediamosaic div.varianti > * > a.featured::after,
section#pdp-techtabs div.varianti > * > a.featured::after,
div#miniCartPopup div.varianti > * > a.featured::after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: block;
  background: var(--primary);
  position: absolute;
  top: -0.35em;
  right: -0.35em;
  border-radius: 50%;
}
section#pdp-prodtop div.size,
section#pdp-features div.size,
section#pdp-mediamosaic div.size,
section#pdp-techtabs div.size,
div#miniCartPopup div.size {
  margin-bottom: 25px;
}
section#pdp-prodtop a.size,
section#pdp-features a.size,
section#pdp-mediamosaic a.size,
section#pdp-techtabs a.size,
div#miniCartPopup a.size {
  margin-bottom: 8px;
  letter-spacing: 1.2px;
}
section#pdp-prodtop .wishlist-cta button,
section#pdp-features .wishlist-cta button,
section#pdp-mediamosaic .wishlist-cta button,
section#pdp-techtabs .wishlist-cta button,
div#miniCartPopup .wishlist-cta button {
  margin-bottom: 0 !important;
}
section#pdp-prodtop .store-wishlist-container,
section#pdp-features .store-wishlist-container,
section#pdp-mediamosaic .store-wishlist-container,
section#pdp-techtabs .store-wishlist-container,
div#miniCartPopup .store-wishlist-container {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}
section#pdp-prodtop .store-locator-modal,
section#pdp-features .store-locator-modal,
section#pdp-mediamosaic .store-locator-modal,
section#pdp-techtabs .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 .sidenavContent,
section#pdp-features .store-locator-modal .sidenavContent,
section#pdp-mediamosaic .store-locator-modal .sidenavContent,
section#pdp-techtabs .store-locator-modal .sidenavContent,
div#miniCartPopup .store-locator-modal .sidenavContent {
  margin-top: 2em;
}
section#pdp-prodtop .store-locator-modal .sidenavContentDetail,
section#pdp-features .store-locator-modal .sidenavContentDetail,
section#pdp-mediamosaic .store-locator-modal .sidenavContentDetail,
section#pdp-techtabs .store-locator-modal .sidenavContentDetail,
div#miniCartPopup .store-locator-modal .sidenavContentDetail {
  margin-top: 2em;
}
section#pdp-prodtop .store-locator-modal .btn-close,
section#pdp-features .store-locator-modal .btn-close,
section#pdp-mediamosaic .store-locator-modal .btn-close,
section#pdp-techtabs .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 .modal-content,
section#pdp-features .store-locator-modal .modal-content,
section#pdp-mediamosaic .store-locator-modal .modal-content,
section#pdp-techtabs .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 #accordionFindMarket,
section#pdp-features .store-locator-modal #accordionFindMarket,
section#pdp-mediamosaic .store-locator-modal #accordionFindMarket,
section#pdp-techtabs .store-locator-modal #accordionFindMarket,
div#miniCartPopup .store-locator-modal #accordionFindMarket {
  border: none;
}
section#pdp-prodtop .store-locator-modal .sidenavContent,
section#pdp-features .store-locator-modal .sidenavContent,
section#pdp-mediamosaic .store-locator-modal .sidenavContent,
section#pdp-techtabs .store-locator-modal .sidenavContent,
div#miniCartPopup .store-locator-modal .sidenavContent {
  padding: 0 1.3em;
}
section#pdp-prodtop .store-locator-modal .div-close-button,
section#pdp-features .store-locator-modal .div-close-button,
section#pdp-mediamosaic .store-locator-modal .div-close-button,
section#pdp-techtabs .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-features .store-locator-modal #find-store-title,
section#pdp-mediamosaic .store-locator-modal #find-store-title,
section#pdp-techtabs .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;
}
section#pdp-prodtop .add-to-cart-wrapper,
section#pdp-features .add-to-cart-wrapper,
section#pdp-mediamosaic .add-to-cart-wrapper,
section#pdp-techtabs .add-to-cart-wrapper,
div#miniCartPopup .add-to-cart-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 10px;
}
section#pdp-prodtop .add_to_cart_form,
section#pdp-features .add_to_cart_form,
section#pdp-mediamosaic .add_to_cart_form,
section#pdp-techtabs .add_to_cart_form,
div#miniCartPopup .add_to_cart_form {
  width: 100%;
}
section#pdp-prodtop .btn.wishlist-btn,
section#pdp-features .btn.wishlist-btn,
section#pdp-mediamosaic .btn.wishlist-btn,
section#pdp-techtabs .btn.wishlist-btn,
div#miniCartPopup .btn.wishlist-btn {
  line-height: 0;
  border: 1px solid #e31010;
  color: #e31010;
  background-color: white;
  padding: 15px 15px;
  letter-spacing: 0.1rem;
  border-radius: 40px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
section#pdp-prodtop .btn.wishlist-btn span.material-icons-outlined,
section#pdp-features .btn.wishlist-btn span.material-icons-outlined,
section#pdp-mediamosaic .btn.wishlist-btn span.material-icons-outlined,
section#pdp-techtabs .btn.wishlist-btn span.material-icons-outlined,
div#miniCartPopup .btn.wishlist-btn span.material-icons-outlined {
  font-size: 24px;
}
section#pdp-prodtop #addToCartButton,
section#pdp-features #addToCartButton,
section#pdp-mediamosaic #addToCartButton,
section#pdp-techtabs #addToCartButton,
div#miniCartPopup #addToCartButton {
  margin-bottom: 0;
}
section#pdp-prodtop span#findStoreText,
section#pdp-features span#findStoreText,
section#pdp-mediamosaic span#findStoreText,
section#pdp-techtabs span#findStoreText,
div#miniCartPopup span#findStoreText {
  margin-right: 0;
}
section#pdp-prodtop div.actions > *,
section#pdp-features div.actions > *,
section#pdp-mediamosaic div.actions > *,
section#pdp-techtabs div.actions > *,
div#miniCartPopup div.actions > * {
  padding: 0;
}
section#pdp-prodtop div.find-store,
section#pdp-features div.find-store,
section#pdp-mediamosaic div.find-store,
section#pdp-techtabs div.find-store,
div#miniCartPopup div.find-store {
  padding: 1em;
}
section#pdp-prodtop .form-control:focus,
section#pdp-features .form-control:focus,
section#pdp-mediamosaic .form-control:focus,
section#pdp-techtabs .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 .btn.secondary,
section#pdp-features .btn.secondary,
section#pdp-mediamosaic .btn.secondary,
section#pdp-techtabs .btn.secondary,
div#miniCartPopup .btn.secondary {
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
section#pdp-prodtop #addToCartForm .btn.secondary,
section#pdp-features #addToCartForm .btn.secondary,
section#pdp-mediamosaic #addToCartForm .btn.secondary,
section#pdp-techtabs #addToCartForm .btn.secondary,
div#miniCartPopup #addToCartForm .btn.secondary {
  margin-bottom: 0;
}
section#pdp-prodtop .btn.primary,
section#pdp-features .btn.primary,
section#pdp-mediamosaic .btn.primary,
section#pdp-techtabs .btn.primary,
div#miniCartPopup .btn.primary {
  padding-left: 35px;
  padding-right: 35px;
  margin: 0 auto;
  margin-bottom: 1rem;
}
section#pdp-prodtop .txtlink,
section#pdp-prodtop a.txtlink,
section#pdp-features .txtlink,
section#pdp-features a.txtlink,
section#pdp-mediamosaic .txtlink,
section#pdp-mediamosaic a.txtlink,
section#pdp-techtabs .txtlink,
section#pdp-techtabs a.txtlink,
div#miniCartPopup .txtlink,
div#miniCartPopup a.txtlink {
  position: relative;
  text-decoration: none;
  color: #585858;
  font-weight: 500;
}
section#pdp-prodtop .txtlink:before,
section#pdp-features .txtlink:before,
section#pdp-mediamosaic .txtlink:before,
section#pdp-techtabs .txtlink:before,
div#miniCartPopup .txtlink:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: #585858;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
section#pdp-prodtop .txtlink:hover:before,
section#pdp-features .txtlink:hover:before,
section#pdp-mediamosaic .txtlink:hover:before,
section#pdp-techtabs .txtlink:hover:before,
div#miniCartPopup .txtlink:hover:before {
  visibility: visible;
  width: 100%;
}
section#pdp-prodtop #colLeft,
section#pdp-prodtop #colRight,
section#pdp-features #colLeft,
section#pdp-features #colRight,
section#pdp-mediamosaic #colLeft,
section#pdp-mediamosaic #colRight,
section#pdp-techtabs #colLeft,
section#pdp-techtabs #colRight,
div#miniCartPopup #colLeft,
div#miniCartPopup #colRight {
  padding: 0;
}
section#pdp-prodtop div#prdgalldesk,
section#pdp-features div#prdgalldesk,
section#pdp-mediamosaic div#prdgalldesk,
section#pdp-techtabs div#prdgalldesk,
div#miniCartPopup div#prdgalldesk {
  width: 100%;
  height: 100%;
  gap: 1em;
}
section#pdp-prodtop div#prdgalldesk > div.carousel-inner,
section#pdp-features div#prdgalldesk > div.carousel-inner,
section#pdp-mediamosaic div#prdgalldesk > div.carousel-inner,
section#pdp-techtabs div#prdgalldesk > div.carousel-inner,
div#miniCartPopup div#prdgalldesk > div.carousel-inner {
  padding-bottom: 2em;
}
section#pdp-prodtop div#prdgalldesk .carousel-indicators.thumbs,
section#pdp-features div#prdgalldesk .carousel-indicators.thumbs,
section#pdp-mediamosaic div#prdgalldesk .carousel-indicators.thumbs,
section#pdp-techtabs div#prdgalldesk .carousel-indicators.thumbs,
div#miniCartPopup div#prdgalldesk .carousel-indicators.thumbs {
  width: 90px;
  flex-shrink: 0;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
section#pdp-prodtop div#prdgalldesk .carousel-indicators.thumbs::-webkit-scrollbar,
section#pdp-features div#prdgalldesk .carousel-indicators.thumbs::-webkit-scrollbar,
section#pdp-mediamosaic div#prdgalldesk .carousel-indicators.thumbs::-webkit-scrollbar,
section#pdp-techtabs div#prdgalldesk .carousel-indicators.thumbs::-webkit-scrollbar,
div#miniCartPopup div#prdgalldesk .carousel-indicators.thumbs::-webkit-scrollbar {
  display: none;
}
section#pdp-prodtop .carousel-indicators.thumbs .thumbnail-play-button,
section#pdp-features .carousel-indicators.thumbs .thumbnail-play-button,
section#pdp-mediamosaic .carousel-indicators.thumbs .thumbnail-play-button,
section#pdp-techtabs .carousel-indicators.thumbs .thumbnail-play-button,
div#miniCartPopup .carousel-indicators.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 .carousel-indicators.thumbs > button:not(:last-child),
section#pdp-features .carousel-indicators.thumbs > button:not(:last-child),
section#pdp-mediamosaic .carousel-indicators.thumbs > button:not(:last-child),
section#pdp-techtabs .carousel-indicators.thumbs > button:not(:last-child),
div#miniCartPopup .carousel-indicators.thumbs > button:not(:last-child) {
  margin-bottom: 1em;
}
section#pdp-prodtop .carousel-indicators.thumbs > button:not(:first-child),
section#pdp-features .carousel-indicators.thumbs > button:not(:first-child),
section#pdp-mediamosaic .carousel-indicators.thumbs > button:not(:first-child),
section#pdp-techtabs .carousel-indicators.thumbs > button:not(:first-child),
div#miniCartPopup .carousel-indicators.thumbs > button:not(:first-child) {
  position: absolute;
  visibility: hidden;
}
section#pdp-prodtop .thumbs,
section#pdp-features .thumbs,
section#pdp-mediamosaic .thumbs,
section#pdp-techtabs .thumbs,
div#miniCartPopup .thumbs {
  width: calc(50px + 1rem);
  position: relative;
  display: block;
  margin: 0;
}
section#pdp-prodtop .thumbs [data-bs-target],
section#pdp-features .thumbs [data-bs-target],
section#pdp-mediamosaic .thumbs [data-bs-target],
section#pdp-techtabs .thumbs [data-bs-target],
div#miniCartPopup .thumbs [data-bs-target] {
  width: 90px;
  height: 90px;
  margin: 0;
  padding: 0;
  border: 0px;
}
section#pdp-prodtop .thumbs img,
section#pdp-features .thumbs img,
section#pdp-mediamosaic .thumbs img,
section#pdp-techtabs .thumbs img,
div#miniCartPopup .thumbs img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  object-position: center center;
}
section#pdp-prodtop .prdgall .carousel-item,
section#pdp-features .prdgall .carousel-item,
section#pdp-mediamosaic .prdgall .carousel-item,
section#pdp-techtabs .prdgall .carousel-item,
div#miniCartPopup .prdgall .carousel-item {
  width: 100%;
}
section#pdp-prodtop .prdgall .carousel-item .image,
section#pdp-features .prdgall .carousel-item .image,
section#pdp-mediamosaic .prdgall .carousel-item .image,
section#pdp-techtabs .prdgall .carousel-item .image,
div#miniCartPopup .prdgall .carousel-item .image {
  width: 100%;
  padding-bottom: calc(100% - 0px);
  position: relative;
  height: 0;
}
section#pdp-prodtop .carousel-caption,
section#pdp-features .carousel-caption,
section#pdp-mediamosaic .carousel-caption,
section#pdp-techtabs .carousel-caption,
div#miniCartPopup .carousel-caption {
  width: 100%;
  position: relative !important;
  left: 0;
  right: 0;
  padding: 0;
  bottom: 0;
  margin-top: 1em;
  height: 2em;
}
section#pdp-prodtop .carousel-caption p,
section#pdp-features .carousel-caption p,
section#pdp-mediamosaic .carousel-caption p,
section#pdp-techtabs .carousel-caption p,
div#miniCartPopup .carousel-caption p {
  color: #585858;
  margin: 0;
}
section#pdp-prodtop .prdgall .carousel-item img,
section#pdp-features .prdgall .carousel-item img,
section#pdp-mediamosaic .prdgall .carousel-item img,
section#pdp-techtabs .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 .vrows,
section#pdp-features .vrows,
section#pdp-mediamosaic .vrows,
section#pdp-techtabs .vrows,
div#miniCartPopup .vrows {
  flex-shrink: 0;
  flex-direction: column;
  width: calc(2px + 1em);
  height: auto;
  position: relative;
  display: flex;
  margin: 0;
  padding-left: 0;
  padding-bottom: 0;
}
section#pdp-prodtop .vrows [data-bs-target],
section#pdp-features .vrows [data-bs-target],
section#pdp-mediamosaic .vrows [data-bs-target],
section#pdp-techtabs .vrows [data-bs-target],
div#miniCartPopup .vrows [data-bs-target] {
  width: 1px;
  height: 100%;
  background-color: #585858;
  margin: 0 !important;
  padding: 0 !important;
  border: 0px !important;
  flex: 0 1 auto;
  opacity: 0.5;
}
section#pdp-prodtop .vrows .active[data-bs-target],
section#pdp-features .vrows .active[data-bs-target],
section#pdp-mediamosaic .vrows .active[data-bs-target],
section#pdp-techtabs .vrows .active[data-bs-target],
div#miniCartPopup .vrows .active[data-bs-target] {
  width: 2px;
  background-color: #585858;
  opacity: 1;
}
section#pdp-prodtop .vertind .btn-carousel,
section#pdp-features .vertind .btn-carousel,
section#pdp-mediamosaic .vertind .btn-carousel,
section#pdp-techtabs .vertind .btn-carousel,
div#miniCartPopup .vertind .btn-carousel {
  box-sizing: content-box;
  text-indent: -999px;
  cursor: pointer;
  background-color: #585858 !important;
  background-clip: padding-box;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
section#pdp-prodtop .vertind [data-bs-target].active,
section#pdp-features .vertind [data-bs-target].active,
section#pdp-mediamosaic .vertind [data-bs-target].active,
section#pdp-techtabs .vertind [data-bs-target].active,
div#miniCartPopup .vertind [data-bs-target].active {
  opacity: 1;
}
section#pdp-prodtop .vertind,
section#pdp-features .vertind,
section#pdp-mediamosaic .vertind,
section#pdp-techtabs .vertind,
div#miniCartPopup .vertind {
  position: static;
  padding: 0;
  list-style: none;
  margin: 0;
}
section#pdp-prodtop .carousel-indicators-btn,
section#pdp-features .carousel-indicators-btn,
section#pdp-mediamosaic .carousel-indicators-btn,
section#pdp-techtabs .carousel-indicators-btn,
div#miniCartPopup .carousel-indicators-btn {
  display: flex;
}
section#pdp-prodtop #prdgallmob .carousel-control-prev-icon,
section#pdp-prodtop #prdgallmob .carousel-control-next-icon,
section#pdp-features #prdgallmob .carousel-control-prev-icon,
section#pdp-features #prdgallmob .carousel-control-next-icon,
section#pdp-mediamosaic #prdgallmob .carousel-control-prev-icon,
section#pdp-mediamosaic #prdgallmob .carousel-control-next-icon,
section#pdp-techtabs #prdgallmob .carousel-control-prev-icon,
section#pdp-techtabs #prdgallmob .carousel-control-next-icon,
div#miniCartPopup #prdgallmob .carousel-control-prev-icon,
div#miniCartPopup #prdgallmob .carousel-control-next-icon {
  filter: invert(1) brightness(0);
}
section#pdp-prodtop .prdgallmob .carousel-item,
section#pdp-features .prdgallmob .carousel-item,
section#pdp-mediamosaic .prdgallmob .carousel-item,
section#pdp-techtabs .prdgallmob .carousel-item,
div#miniCartPopup .prdgallmob .carousel-item {
  width: 100%;
}
section#pdp-prodtop .prdgallmob .carousel-item .playbutton,
section#pdp-features .prdgallmob .carousel-item .playbutton,
section#pdp-mediamosaic .prdgallmob .carousel-item .playbutton,
section#pdp-techtabs .prdgallmob .carousel-item .playbutton,
div#miniCartPopup .prdgallmob .carousel-item .playbutton {
  z-index: 1000;
}
section#pdp-prodtop .prdgallmob .carousel-item .image,
section#pdp-features .prdgallmob .carousel-item .image,
section#pdp-mediamosaic .prdgallmob .carousel-item .image,
section#pdp-techtabs .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-features .prdgallmob .carousel-item img,
section#pdp-mediamosaic .prdgallmob .carousel-item img,
section#pdp-techtabs .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-features .prdgallmob .carousel-item .vimeo-wrapper iframe,
section#pdp-mediamosaic .prdgallmob .carousel-item .vimeo-wrapper iframe,
section#pdp-techtabs .prdgallmob .carousel-item .vimeo-wrapper iframe,
div#miniCartPopup .prdgallmob .carousel-item .vimeo-wrapper iframe {
  z-index: -1;
}
section#pdp-prodtop .prdgallmob .carousel-item .gallwish,
section#pdp-features .prdgallmob .carousel-item .gallwish,
section#pdp-mediamosaic .prdgallmob .carousel-item .gallwish,
section#pdp-techtabs .prdgallmob .carousel-item .gallwish,
div#miniCartPopup .prdgallmob .carousel-item .gallwish {
  border: 0;
  background-color: transparent;
  color: #585858;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
section#pdp-prodtop .row.item-details p,
section#pdp-features .row.item-details p,
section#pdp-mediamosaic .row.item-details p,
section#pdp-techtabs .row.item-details p,
div#miniCartPopup .row.item-details p {
  text-align: right;
  padding: 0;
  margin: 0;
  margin-top: 0.25em;
}
section#pdp-prodtop .row.item-details .w-100,
section#pdp-features .row.item-details .w-100,
section#pdp-mediamosaic .row.item-details .w-100,
section#pdp-techtabs .row.item-details .w-100,
div#miniCartPopup .row.item-details .w-100 {
  margin: 1em 0;
  margin-bottom: 1em !important;
}
section#pdp-prodtop.offcanvas-end,
section#pdp-features.offcanvas-end,
section#pdp-mediamosaic.offcanvas-end,
section#pdp-techtabs.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-features .offcanvas-header,
section#pdp-mediamosaic .offcanvas-header,
section#pdp-techtabs .offcanvas-header,
div#miniCartPopup .offcanvas-header {
  justify-content: flex-end;
  padding: 1.25rem;
}
section#pdp-prodtop .offcanvas-body,
section#pdp-features .offcanvas-body,
section#pdp-mediamosaic .offcanvas-body,
section#pdp-techtabs .offcanvas-body,
div#miniCartPopup .offcanvas-body {
  height: 100%;
  margin: 0;
  padding: 0 38px;
  overflow-y: hidden;
}
section#pdp-prodtop .masterContainer,
section#pdp-features .masterContainer,
section#pdp-mediamosaic .masterContainer,
section#pdp-techtabs .masterContainer,
div#miniCartPopup .masterContainer {
  flex-grow: 1;
  position: relative;
  overscroll-behavior-y: contain;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
section#pdp-prodtop .masterContainer::-webkit-scrollbar,
section#pdp-features .masterContainer::-webkit-scrollbar,
section#pdp-mediamosaic .masterContainer::-webkit-scrollbar,
section#pdp-techtabs .masterContainer::-webkit-scrollbar,
div#miniCartPopup .masterContainer::-webkit-scrollbar {
  display: none;
}
section#pdp-prodtop #masterWrap,
section#pdp-features #masterWrap,
section#pdp-mediamosaic #masterWrap,
section#pdp-techtabs #masterWrap,
div#miniCartPopup #masterWrap {
  width: 100%;
  height: 100%;
  position: relative;
}
section#pdp-prodtop #panelWrap,
section#pdp-features #panelWrap,
section#pdp-mediamosaic #panelWrap,
section#pdp-techtabs #panelWrap,
div#miniCartPopup #panelWrap {
  width: 100%;
  height: 100%;
}
section#pdp-prodtop #panelWrap .section,
section#pdp-features #panelWrap .section,
section#pdp-mediamosaic #panelWrap .section,
section#pdp-techtabs #panelWrap .section,
div#miniCartPopup #panelWrap .section {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  height: auto;
}
section#pdp-prodtop #panelWrap .section.media_container,
section#pdp-features #panelWrap .section.media_container,
section#pdp-mediamosaic #panelWrap .section.media_container,
section#pdp-techtabs #panelWrap .section.media_container,
div#miniCartPopup #panelWrap .section.media_container {
  padding: 0;
}
section#pdp-prodtop #panelWrap .section.media_container .vimeo-wrapper,
section#pdp-features #panelWrap .section.media_container .vimeo-wrapper,
section#pdp-mediamosaic #panelWrap .section.media_container .vimeo-wrapper,
section#pdp-techtabs #panelWrap .section.media_container .vimeo-wrapper,
div#miniCartPopup #panelWrap .section.media_container .vimeo-wrapper {
  height: 0;
  padding-bottom: 100%;
}
section#pdp-prodtop #panelWrap .section.media_container .vimeo-wrapper .vimeo-player,
section#pdp-features #panelWrap .section.media_container .vimeo-wrapper .vimeo-player,
section#pdp-mediamosaic #panelWrap .section.media_container .vimeo-wrapper .vimeo-player,
section#pdp-techtabs #panelWrap .section.media_container .vimeo-wrapper .vimeo-player,
div#miniCartPopup #panelWrap .section.media_container .vimeo-wrapper .vimeo-player {
  z-index: -1;
}
section#pdp-prodtop #panelWrap .section:not(:first-child),
section#pdp-features #panelWrap .section:not(:first-child),
section#pdp-mediamosaic #panelWrap .section:not(:first-child),
section#pdp-techtabs #panelWrap .section:not(:first-child),
div#miniCartPopup #panelWrap .section:not(:first-child) {
  position: absolute;
  visibility: hidden;
}
section#pdp-prodtop #panelWrap .section > .image > img,
section#pdp-features #panelWrap .section > .image > img,
section#pdp-mediamosaic #panelWrap .section > .image > img,
section#pdp-techtabs #panelWrap .section > .image > img,
div#miniCartPopup #panelWrap .section > .image > img {
  height: var(--width);
  object-fit: cover;
  object-position: center center;
}
section#pdp-prodtop #panelWrap > .section.active > .image > img,
section#pdp-features #panelWrap > .section.active > .image > img,
section#pdp-mediamosaic #panelWrap > .section.active > .image > img,
section#pdp-techtabs #panelWrap > .section.active > .image > img,
div#miniCartPopup #panelWrap > .section.active > .image > img {
  cursor: pointer;
}
section#pdp-prodtop .slideShowProgress,
section#pdp-features .slideShowProgress,
section#pdp-mediamosaic .slideShowProgress,
section#pdp-techtabs .slideShowProgress,
div#miniCartPopup .slideShowProgress {
  display: flex;
  height: 100%;
  width: 1px;
  background: rgba(58, 58, 58, 0.25);
}
section#pdp-prodtop .slideProgress,
section#pdp-features .slideProgress,
section#pdp-mediamosaic .slideProgress,
section#pdp-techtabs .slideProgress,
div#miniCartPopup .slideProgress {
  display: flex;
  height: 0%;
  min-height: 0%;
  max-height: 100%;
  width: 1px;
  background: #585858;
  transition: all 0.2s ease-in-out;
}
section#pdp-prodtop #miniCartPopupLayer,
section#pdp-features #miniCartPopupLayer,
section#pdp-mediamosaic #miniCartPopupLayer,
section#pdp-techtabs #miniCartPopupLayer,
div#miniCartPopup #miniCartPopupLayer {
  letter-spacing: 0.1rem;
}
section#pdp-prodtop #miniCartPopupLayer .small-detail,
section#pdp-features #miniCartPopupLayer .small-detail,
section#pdp-mediamosaic #miniCartPopupLayer .small-detail,
section#pdp-techtabs #miniCartPopupLayer .small-detail,
div#miniCartPopup #miniCartPopupLayer .small-detail {
  font-size: 14px;
}
section#pdp-prodtop #miniCartPopupLayer .minicart-count,
section#pdp-features #miniCartPopupLayer .minicart-count,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-count,
section#pdp-techtabs #miniCartPopupLayer .minicart-count,
div#miniCartPopup #miniCartPopupLayer .minicart-count {
  font-size: 1.125rem;
}
section#pdp-prodtop #miniCartPopupLayer .minicart-list,
section#pdp-features #miniCartPopupLayer .minicart-list,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list,
section#pdp-techtabs #miniCartPopupLayer .minicart-list,
div#miniCartPopup #miniCartPopupLayer .minicart-list {
  flex-shrink: 1;
  overflow-y: auto;
}
section#pdp-prodtop #miniCartPopupLayer .minicart-list .minicart-item,
section#pdp-features #miniCartPopupLayer .minicart-list .minicart-item,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list .minicart-item,
section#pdp-techtabs #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-features #miniCartPopupLayer .minicart-list .minicart-item .delete-prod,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list .minicart-item .delete-prod,
section#pdp-techtabs #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-features #miniCartPopupLayer .minicart-list .minicart-item .squareimg,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list .minicart-item .squareimg,
section#pdp-techtabs #miniCartPopupLayer .minicart-list .minicart-item .squareimg,
div#miniCartPopup #miniCartPopupLayer .minicart-list .minicart-item .squareimg {
  display: block;
}
section#pdp-prodtop #miniCartPopupLayer .minicart-list .minicart-item .actual-price,
section#pdp-prodtop #miniCartPopupLayer .minicart-list .minicart-item .promo-price,
section#pdp-features #miniCartPopupLayer .minicart-list .minicart-item .actual-price,
section#pdp-features #miniCartPopupLayer .minicart-list .minicart-item .promo-price,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list .minicart-item .actual-price,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-list .minicart-item .promo-price,
section#pdp-techtabs #miniCartPopupLayer .minicart-list .minicart-item .actual-price,
section#pdp-techtabs #miniCartPopupLayer .minicart-list .minicart-item .promo-price,
div#miniCartPopup #miniCartPopupLayer .minicart-list .minicart-item .actual-price,
div#miniCartPopup #miniCartPopupLayer .minicart-list .minicart-item .promo-price {
  font-size: 14px;
}
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: 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-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: 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-features #miniCartPopupLayer .minicart-actions h3.text-uppercase.pb-4,
section#pdp-features #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,
section#pdp-techtabs #miniCartPopupLayer .minicart-actions h3.text-uppercase.pb-4,
section#pdp-techtabs #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-features #miniCartPopupLayer .minicart-actions .btn.primary,
section#pdp-mediamosaic #miniCartPopupLayer .minicart-actions .btn.primary,
section#pdp-techtabs #miniCartPopupLayer .minicart-actions .btn.primary,
div#miniCartPopup #miniCartPopupLayer .minicart-actions .btn.primary {
  margin-bottom: 0;
}
section#pdp-prodtop .modal-backdrop,
section#pdp-features .modal-backdrop,
section#pdp-mediamosaic .modal-backdrop,
section#pdp-techtabs .modal-backdrop,
div#miniCartPopup .modal-backdrop {
  background-color: transparent;
}
section#pdp-prodtop .gallerymodal,
section#pdp-features .gallerymodal,
section#pdp-mediamosaic .gallerymodal,
section#pdp-techtabs .gallerymodal,
div#miniCartPopup .gallerymodal {
  background-color: #ffffff;
  padding: 0;
}
section#pdp-prodtop .gallerymodal .modal-dialog,
section#pdp-features .gallerymodal .modal-dialog,
section#pdp-mediamosaic .gallerymodal .modal-dialog,
section#pdp-techtabs .gallerymodal .modal-dialog,
div#miniCartPopup .gallerymodal .modal-dialog {
  cursor: url("../png/close_modal.png") 16 16, auto;
}
section#pdp-prodtop .gallerymodal .modal-content,
section#pdp-features .gallerymodal .modal-content,
section#pdp-mediamosaic .gallerymodal .modal-content,
section#pdp-techtabs .gallerymodal .modal-content,
div#miniCartPopup .gallerymodal .modal-content {
  height: 100%;
  width: 100%;
  border: 0;
  border-radius: 0;
}
section#pdp-prodtop .gallerymodal .modal-body,
section#pdp-features .gallerymodal .modal-body,
section#pdp-mediamosaic .gallerymodal .modal-body,
section#pdp-techtabs .gallerymodal .modal-body,
div#miniCartPopup .gallerymodal .modal-body {
  padding: 0;
  padding-top: 120px;
}
section#pdp-prodtop .imagezoom,
section#pdp-prodtop .imgcontainer,
section#pdp-features .imagezoom,
section#pdp-features .imgcontainer,
section#pdp-mediamosaic .imagezoom,
section#pdp-mediamosaic .imgcontainer,
section#pdp-techtabs .imagezoom,
section#pdp-techtabs .imgcontainer,
div#miniCartPopup .imagezoom,
div#miniCartPopup .imgcontainer {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
}
section#pdp-prodtop .imagezoom img,
section#pdp-prodtop .imgcontainer img,
section#pdp-features .imagezoom img,
section#pdp-features .imgcontainer img,
section#pdp-mediamosaic .imagezoom img,
section#pdp-mediamosaic .imgcontainer img,
section#pdp-techtabs .imagezoom img,
section#pdp-techtabs .imgcontainer img,
div#miniCartPopup .imagezoom img,
div#miniCartPopup .imgcontainer 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-features .imagezoom ~ p,
section#pdp-mediamosaic .imagezoom ~ p,
section#pdp-techtabs .imagezoom ~ p,
div#miniCartPopup .imagezoom ~ p {
  margin-bottom: 3rem;
  padding-left: 2rem;
  margin-top: 0.5rem;
}
section#pdp-prodtop .gallmodmob .modal-body,
section#pdp-features .gallmodmob .modal-body,
section#pdp-mediamosaic .gallmodmob .modal-body,
section#pdp-techtabs .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-features .gallmodmob .imgcontainer,
section#pdp-mediamosaic .gallmodmob .imgcontainer,
section#pdp-techtabs .gallmodmob .imgcontainer,
div#miniCartPopup .gallmodmob .imgcontainer {
  width: 1400px;
  height: 1400px;
}
section#pdp-prodtop .gallmodmob .imgcontainer img,
section#pdp-features .gallmodmob .imgcontainer img,
section#pdp-mediamosaic .gallmodmob .imgcontainer img,
section#pdp-techtabs .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-features .gallmodmob .closegalmob,
section#pdp-mediamosaic .gallmodmob .closegalmob,
section#pdp-techtabs .gallmodmob .closegalmob,
div#miniCartPopup .gallmodmob .closegalmob {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 0;
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 9px;
}
section#pdp-prodtop .gallmodmob .closegalmob span,
section#pdp-features .gallmodmob .closegalmob span,
section#pdp-mediamosaic .gallmodmob .closegalmob span,
section#pdp-techtabs .gallmodmob .closegalmob span,
div#miniCartPopup .gallmodmob .closegalmob span {
  color: #585858;
  font-size: 32px;
}
section#pdp-prodtop .gallmodmob .modal-caption,
section#pdp-features .gallmodmob .modal-caption,
section#pdp-mediamosaic .gallmodmob .modal-caption,
section#pdp-techtabs .gallmodmob .modal-caption,
div#miniCartPopup .gallmodmob .modal-caption {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 50%;
  min-width: 250px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
}
section#pdp-prodtop .schedaprod .nome,
section#pdp-features .schedaprod .nome,
section#pdp-mediamosaic .schedaprod .nome,
section#pdp-techtabs .schedaprod .nome,
div#miniCartPopup .schedaprod .nome {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 1.5px;
  color: #585858;
  margin-bottom: 10px;
}
section#pdp-prodtop a.varitem,
section#pdp-features a.varitem,
section#pdp-mediamosaic a.varitem,
section#pdp-techtabs a.varitem,
div#miniCartPopup a.varitem {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  transition: all 0.3s ease-in-out;
  margin-bottom: -6px;
}
section#pdp-prodtop a.varitem img,
section#pdp-features a.varitem img,
section#pdp-mediamosaic a.varitem img,
section#pdp-techtabs 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-features a.varitem:hover,
section#pdp-mediamosaic a.varitem:hover,
section#pdp-techtabs a.varitem:hover,
div#miniCartPopup a.varitem:hover {
  border: 1px solid #e31010;
}
section#pdp-prodtop a.varitem.active,
section#pdp-features a.varitem.active,
section#pdp-mediamosaic a.varitem.active,
section#pdp-techtabs a.varitem.active,
div#miniCartPopup a.varitem.active {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  border: 1px solid #e31010;
}
section#pdp-prodtop .size a,
section#pdp-features .size a,
section#pdp-mediamosaic .size a,
section#pdp-techtabs .size a,
div#miniCartPopup .size a {
  color: #585858;
}
section#pdp-prodtop .sizeopt,
section#pdp-features .sizeopt,
section#pdp-mediamosaic .sizeopt,
section#pdp-techtabs .sizeopt,
div#miniCartPopup .sizeopt {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
section#pdp-prodtop .sizeopt input,
section#pdp-features .sizeopt input,
section#pdp-mediamosaic .sizeopt input,
section#pdp-techtabs .sizeopt input,
div#miniCartPopup .sizeopt input {
  display: none;
}
section#pdp-prodtop .sizeopt .form-check-inline,
section#pdp-features .sizeopt .form-check-inline,
section#pdp-mediamosaic .sizeopt .form-check-inline,
section#pdp-techtabs .sizeopt .form-check-inline,
div#miniCartPopup .sizeopt .form-check-inline {
  display: block;
  margin: 0;
  padding: 0 0.3rem;
}
section#pdp-prodtop .sizeopt .form-check-input ~ .form-check-label,
section#pdp-prodtop .sizeopt .form-check-input ~ .form-check-label,
section#pdp-features .sizeopt .form-check-input ~ .form-check-label,
section#pdp-features .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,
section#pdp-techtabs .sizeopt .form-check-input ~ .form-check-label,
section#pdp-techtabs .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;
  background-color: #b0b0b0;
  color: #ffffff;
  font-size: 1em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
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-features .sizeopt .form-check-input:checked[type=radio] ~ .form-check-label,
section#pdp-features .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,
section#pdp-techtabs .sizeopt .form-check-input:checked[type=radio] ~ .form-check-label,
section#pdp-techtabs .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: #e31010;
}
section#pdp-prodtop .sizeopt .form-check-input:disabled ~ .form-check-label,
section#pdp-prodtop .sizeopt .form-check-input[disabled] ~ .form-check-label,
section#pdp-features .sizeopt .form-check-input:disabled ~ .form-check-label,
section#pdp-features .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,
section#pdp-techtabs .sizeopt .form-check-input:disabled ~ .form-check-label,
section#pdp-techtabs .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 #b0b0b0;
  color: #b0b0b0;
  opacity: 100;
}
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-features .sizeopt .form-check-input:disabled:checked[type=radio] ~ .form-check-label,
section#pdp-features .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,
section#pdp-techtabs .sizeopt .form-check-input:disabled:checked[type=radio] ~ .form-check-label,
section#pdp-techtabs .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: 1px solid #e31010;
  color: #e31010;
  opacity: 100;
}
section#pdp-prodtop .add2wish button,
section#pdp-features .add2wish button,
section#pdp-mediamosaic .add2wish button,
section#pdp-techtabs .add2wish button,
div#miniCartPopup .add2wish button {
  color: #585858;
  position: relative;
  padding-left: 1rem;
}
section#pdp-prodtop .add2wish button span,
section#pdp-features .add2wish button span,
section#pdp-mediamosaic .add2wish button span,
section#pdp-techtabs .add2wish button span,
div#miniCartPopup .add2wish button span {
  color: #e31010;
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translateY(-50%);
}
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 {
  position: absolute;
  right: 0rem;
  top: 0rem;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 15px;
}
section#pdp-prodtop .sizetable,
section#pdp-features .sizetable,
section#pdp-mediamosaic .sizetable,
section#pdp-techtabs .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-features .sizetable img,
section#pdp-mediamosaic .sizetable img,
section#pdp-techtabs .sizetable img,
div#miniCartPopup .sizetable img {
  width: auto;
  max-height: 300px;
}
section#pdp-prodtop .actions > *,
section#pdp-features .actions > *,
section#pdp-mediamosaic .actions > *,
section#pdp-techtabs .actions > *,
div#miniCartPopup .actions > * {
  width: 100%;
  margin: 0 auto;
}
section#pdp-prodtop .features,
section#pdp-features .features,
section#pdp-mediamosaic .features,
section#pdp-techtabs .features,
div#miniCartPopup .features {
  padding: 24px 0px 50px 0;
}
section#pdp-prodtop .point,
section#pdp-features .point,
section#pdp-mediamosaic .point,
section#pdp-techtabs .point,
div#miniCartPopup .point {
  width: 100%;
  height: 8px;
  border: 1px solid #fff;
  background-color: #d8d8d8;
}
section#pdp-prodtop .point:first-child,
section#pdp-features .point:first-child,
section#pdp-mediamosaic .point:first-child,
section#pdp-techtabs .point:first-child,
div#miniCartPopup .point:first-child {
  border-radius: 4px 0 0 4px;
}
section#pdp-prodtop .point:last-child,
section#pdp-features .point:last-child,
section#pdp-mediamosaic .point:last-child,
section#pdp-techtabs .point:last-child,
div#miniCartPopup .point:last-child {
  border-radius: 0 4px 4px 0;
}
section#pdp-prodtop .point.active,
section#pdp-features .point.active,
section#pdp-mediamosaic .point.active,
section#pdp-techtabs .point.active,
div#miniCartPopup .point.active {
  background-color: #585858;
}
section#pdp-prodtop .features .title,
section#pdp-features .features .title,
section#pdp-mediamosaic .features .title,
section#pdp-techtabs .features .title,
div#miniCartPopup .features .title {
  letter-spacing: 0.9px;
}
section#pdp-prodtop .feature-icon-container,
section#pdp-features .feature-icon-container,
section#pdp-mediamosaic .feature-icon-container,
section#pdp-techtabs .feature-icon-container,
div#miniCartPopup .feature-icon-container {
  display: flex;
  gap: 0.25em;
  position: relative;
  align-content: center;
  align-items: center;
}
section#pdp-prodtop .technology-title,
section#pdp-features .technology-title,
section#pdp-mediamosaic .technology-title,
section#pdp-techtabs .technology-title,
div#miniCartPopup .technology-title {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1.6px;
}
section#pdp-prodtop .i-icon-container,
section#pdp-features .i-icon-container,
section#pdp-mediamosaic .i-icon-container,
section#pdp-techtabs .i-icon-container,
div#miniCartPopup .i-icon-container {
  height: 100%;
  position: relative;
  top: 1px;
}
section#pdp-prodtop span.material-icons-outlined.i-icon,
section#pdp-features span.material-icons-outlined.i-icon,
section#pdp-mediamosaic span.material-icons-outlined.i-icon,
section#pdp-techtabs span.material-icons-outlined.i-icon,
div#miniCartPopup span.material-icons-outlined.i-icon {
  font-size: 1em;
  position: relative;
  display: inline-block;
  color: #585858;
  top: 1px;
  transition: color 0.125s ease-in-out;
}
section#pdp-prodtop .i-icon-text-container,
section#pdp-features .i-icon-text-container,
section#pdp-mediamosaic .i-icon-text-container,
section#pdp-techtabs .i-icon-text-container,
div#miniCartPopup .i-icon-text-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
  width: auto;
  top: 0px;
}
section#pdp-prodtop span.i-icon-text,
section#pdp-features span.i-icon-text,
section#pdp-mediamosaic span.i-icon-text,
section#pdp-techtabs span.i-icon-text,
div#miniCartPopup span.i-icon-text {
  opacity: 0;
  width: max-content;
  background-color: white;
  border: 1px solid #d8d8d8;
  color: #212121;
  padding: 0.875em 0.875em;
  border-radius: 0.325em;
  transition: opacity 0.125s ease-in-out;
  font-size: 0.75em;
  position: absolute;
  max-width: 20em;
  font-weight: 500;
  text-align: left;
  visibility: hidden;
  box-shadow: 0 0 0.35em rgba(0, 0, 0, 0.075);
  z-index: 1;
}
section#pdp-prodtop div.i-icon-container:hover ~ div.i-icon-text-container > span.i-icon-text,
section#pdp-features div.i-icon-container:hover ~ div.i-icon-text-container > span.i-icon-text,
section#pdp-mediamosaic div.i-icon-container:hover ~ div.i-icon-text-container > span.i-icon-text,
section#pdp-techtabs div.i-icon-container:hover ~ div.i-icon-text-container > span.i-icon-text,
div#miniCartPopup div.i-icon-container:hover ~ div.i-icon-text-container > span.i-icon-text {
  opacity: 1;
  visibility: visible;
  font-weight: 300;
  letter-spacing: 0.025em;
  font-size: 0.75em;
}
section#pdp-prodtop span.i-icon:hover,
section#pdp-features span.i-icon:hover,
section#pdp-mediamosaic span.i-icon:hover,
section#pdp-techtabs span.i-icon:hover,
div#miniCartPopup span.i-icon:hover {
  color: #d8d8d8;
  transition: color 0.125s ease-in-out;
}
section#pdp-prodtop ul.techfeatures,
section#pdp-features ul.techfeatures,
section#pdp-mediamosaic ul.techfeatures,
section#pdp-techtabs ul.techfeatures,
div#miniCartPopup ul.techfeatures {
  margin: 0;
  margin-top: 2em;
  padding: 0;
  list-style-type: none;
}
section#pdp-prodtop ul.techfeatures > *,
section#pdp-features ul.techfeatures > *,
section#pdp-mediamosaic ul.techfeatures > *,
section#pdp-techtabs ul.techfeatures > *,
div#miniCartPopup ul.techfeatures > * {
  margin: 0;
  padding: 0;
  padding-bottom: 1em;
}
section#pdp-prodtop ul.techfeatures span.i-icon-text,
section#pdp-features ul.techfeatures span.i-icon-text,
section#pdp-mediamosaic ul.techfeatures span.i-icon-text,
section#pdp-techtabs ul.techfeatures span.i-icon-text,
div#miniCartPopup ul.techfeatures span.i-icon-text {
  text-transform: none;
}
section#pdp-prodtop .techfeature,
section#pdp-features .techfeature,
section#pdp-mediamosaic .techfeature,
section#pdp-techtabs .techfeature,
div#miniCartPopup .techfeature {
  font-weight: 300;
  font-size: 1em;
  letter-spacing: 1.6px;
}
section#pdp-prodtop .char-value,
section#pdp-features .char-value,
section#pdp-mediamosaic .char-value,
section#pdp-techtabs .char-value,
div#miniCartPopup .char-value {
  font-size: 16px;
  letter-spacing: 1.6px;
  font-weight: 500;
  padding-left: 0.5em;
}
section#pdp-prodtop em.lowcase,
section#pdp-features em.lowcase,
section#pdp-mediamosaic em.lowcase,
section#pdp-techtabs em.lowcase,
div#miniCartPopup em.lowcase {
  text-transform: lowercase;
  font-style: normal;
}
section#pdp-prodtop p.p-text,
section#pdp-features p.p-text,
section#pdp-mediamosaic p.p-text,
section#pdp-techtabs p.p-text,
div#miniCartPopup p.p-text {
  font-weight: 300;
  letter-spacing: 0.025em;
}
section#pdp-prodtop .collbtn,
section#pdp-features .collbtn,
section#pdp-mediamosaic .collbtn,
section#pdp-techtabs .collbtn,
div#miniCartPopup .collbtn {
  border-top: 1px solid #585858;
  border-bottom: 1px solid #585858;
  border-radius: 0;
  padding: 25px 20px;
  position: relative;
}
section#pdp-prodtop .collbtn p,
section#pdp-features .collbtn p,
section#pdp-mediamosaic .collbtn p,
section#pdp-techtabs .collbtn p,
div#miniCartPopup .collbtn p {
  color: #585858;
  margin-bottom: 0px;
}
section#pdp-prodtop .collbtn .swapicon,
section#pdp-features .collbtn .swapicon,
section#pdp-mediamosaic .collbtn .swapicon,
section#pdp-techtabs .collbtn .swapicon,
div#miniCartPopup .collbtn .swapicon {
  color: #585858;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

/* techbox */
section#pdp-prodtop ul#techTab,
section#pdp-features ul#techTab,
section#pdp-mediamosaic ul#techTab,
section#pdp-techtabs ul#techTab,
div#miniCartPopup ul#techTab {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: max-content;
  gap: 1em;
}
section#pdp-prodtop ul#techTab > *,
section#pdp-features ul#techTab > *,
section#pdp-mediamosaic ul#techTab > *,
section#pdp-techtabs ul#techTab > *,
div#miniCartPopup ul#techTab > * {
  width: auto;
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
section#pdp-prodtop div.techbox,
section#pdp-features div.techbox,
section#pdp-mediamosaic div.techbox,
section#pdp-techtabs div.techbox,
div#miniCartPopup div.techbox {
  overflow: hidden;
  padding: 2em;
  background: white;
  border: 1px solid lightgrey;
}
section#pdp-prodtop .techbox-inner,
section#pdp-features .techbox-inner,
section#pdp-mediamosaic .techbox-inner,
section#pdp-techtabs .techbox-inner,
div#miniCartPopup .techbox-inner {
  width: 100%;
  position: relative;
}
section#pdp-prodtop .techtab-container,
section#pdp-features .techtab-container,
section#pdp-mediamosaic .techtab-container,
section#pdp-techtabs .techtab-container,
div#miniCartPopup .techtab-container {
  width: 100%;
  overflow: scroll;
  position: relative;
  z-index: 1;
}
section#pdp-prodtop .techTab-nav-container,
section#pdp-features .techTab-nav-container,
section#pdp-mediamosaic .techTab-nav-container,
section#pdp-techtabs .techTab-nav-container,
div#miniCartPopup .techTab-nav-container {
  width: calc(100% + 3em);
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 0.25em;
  margin: 0 -1.5em;
}
section#pdp-prodtop button#slideLeft,
section#pdp-prodtop button#slideRight,
section#pdp-features button#slideLeft,
section#pdp-features button#slideRight,
section#pdp-mediamosaic button#slideLeft,
section#pdp-mediamosaic button#slideRight,
section#pdp-techtabs button#slideLeft,
section#pdp-techtabs button#slideRight,
div#miniCartPopup button#slideLeft,
div#miniCartPopup button#slideRight {
  padding: 0;
  margin: 0;
  width: 1em;
  height: 1em;
  border: 0;
  background: transparent;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
}
section#pdp-prodtop button#slideLeft::before,
section#pdp-features button#slideLeft::before,
section#pdp-mediamosaic button#slideLeft::before,
section#pdp-techtabs button#slideLeft::before,
div#miniCartPopup button#slideLeft::before {
  content: "chevron_left";
  font-family: "Material Icons Outlined";
  font-size: 1em;
  color: #585858;
}
section#pdp-prodtop button#slideRight::before,
section#pdp-features button#slideRight::before,
section#pdp-mediamosaic button#slideRight::before,
section#pdp-techtabs button#slideRight::before,
div#miniCartPopup button#slideRight::before {
  content: "chevron_right";
  font-family: "Material Icons Outlined";
  font-size: 1em;
  color: #585858;
}
section#pdp-prodtop .techtab-container::-webkit-scrollbar,
section#pdp-features .techtab-container::-webkit-scrollbar,
section#pdp-mediamosaic .techtab-container::-webkit-scrollbar,
section#pdp-techtabs .techtab-container::-webkit-scrollbar,
div#miniCartPopup .techtab-container::-webkit-scrollbar {
  display: none;
}
section#pdp-prodtop div.tab-pane > div.tab-row,
section#pdp-features div.tab-pane > div.tab-row,
section#pdp-mediamosaic div.tab-pane > div.tab-row,
section#pdp-techtabs div.tab-pane > div.tab-row,
div#miniCartPopup div.tab-pane > div.tab-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 20px;
  gap: 1em;
}
section#pdp-prodtop #techTab.nav-pills .nav-link,
section#pdp-features #techTab.nav-pills .nav-link,
section#pdp-mediamosaic #techTab.nav-pills .nav-link,
section#pdp-techtabs #techTab.nav-pills .nav-link,
div#miniCartPopup #techTab.nav-pills .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #585858;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
section#pdp-prodtop #techTab.nav-pills .nav-link,
section#pdp-features #techTab.nav-pills .nav-link,
section#pdp-mediamosaic #techTab.nav-pills .nav-link,
section#pdp-techtabs #techTab.nav-pills .nav-link,
div#miniCartPopup #techTab.nav-pills .nav-link {
  border: 0;
  border-radius: 0rem;
  font-weight: 500;
}
section#pdp-prodtop .techbox .nav-pills .nav-link,
section#pdp-features .techbox .nav-pills .nav-link,
section#pdp-mediamosaic .techbox .nav-pills .nav-link,
section#pdp-techtabs .techbox .nav-pills .nav-link,
div#miniCartPopup .techbox .nav-pills .nav-link {
  border: 0;
  border-radius: 0rem;
  border-bottom: 1px solid #585858;
}
section#pdp-prodtop #techTab.nav-pills .nav-link.active,
section#pdp-prodtop #techTab > .nav-pills .nav-link.active:focus,
section#pdp-prodtop #techTab.nav-pills .show > .nav-link,
section#pdp-features #techTab.nav-pills .nav-link.active,
section#pdp-features #techTab > .nav-pills .nav-link.active:focus,
section#pdp-features #techTab.nav-pills .show > .nav-link,
section#pdp-mediamosaic #techTab.nav-pills .nav-link.active,
section#pdp-mediamosaic #techTab > .nav-pills .nav-link.active:focus,
section#pdp-mediamosaic #techTab.nav-pills .show > .nav-link,
section#pdp-techtabs #techTab.nav-pills .nav-link.active,
section#pdp-techtabs #techTab > .nav-pills .nav-link.active:focus,
section#pdp-techtabs #techTab.nav-pills .show > .nav-link,
div#miniCartPopup #techTab.nav-pills .nav-link.active,
div#miniCartPopup #techTab > .nav-pills .nav-link.active:focus,
div#miniCartPopup #techTab.nav-pills .show > .nav-link {
  color: #585858;
  background-color: transparent;
  border-bottom: 2px solid #585858;
}
section#pdp-prodtop #morebtn,
section#pdp-features #morebtn,
section#pdp-mediamosaic #morebtn,
section#pdp-techtabs #morebtn,
div#miniCartPopup #morebtn {
  text-decoration: underline;
  color: #585858;
}
section#pdp-prodtop div.tabdesc,
section#pdp-features div.tabdesc,
section#pdp-mediamosaic div.tabdesc,
section#pdp-techtabs div.tabdesc,
div#miniCartPopup div.tabdesc {
  width: 87.5%;
}
section#pdp-prodtop div.tabdesc > p,
section#pdp-features div.tabdesc > p,
section#pdp-mediamosaic div.tabdesc > p,
section#pdp-techtabs div.tabdesc > p,
div#miniCartPopup div.tabdesc > p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.71;
  letter-spacing: normal;
}
section#pdp-prodtop div.tabimg > img,
section#pdp-features div.tabimg > img,
section#pdp-mediamosaic div.tabimg > img,
section#pdp-techtabs div.tabimg > img,
div#miniCartPopup div.tabimg > img {
  max-width: 150px;
  height: 100%;
}

/* mosaic */
div#colLeft.mosaic {
  width: calc(60% - 0em);
  max-width: 100%;
  align-self: flex-start;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  display: none;
}
div#colLeft.mosaic a {
  width: 100%;
  height: 100%;
}
div#colLeft.mosaic a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
div#colLeft.mosaic .mosaicitem {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
div#colLeft.mosaic .mosaicitem img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
div#colRight .mosaic {
  width: calc(40% - 0em);
  align-self: flex-start;
  position: sticky;
  top: calc(120px + 2em);
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 992px) {
  section#pdp-prodtop div#colLeft,
section#pdp-features div#colLeft,
section#pdp-mediamosaic div#colLeft,
section#pdp-techtabs div#colLeft,
div#miniCartPopup div#colLeft {
    width: calc(60% - 0em);
    top: calc(91px + 2em);
  }
  section#pdp-prodtop div#colRight,
section#pdp-features div#colRight,
section#pdp-mediamosaic div#colRight,
section#pdp-techtabs div#colRight,
div#miniCartPopup div#colRight {
    width: calc(40% - 0em);
    padding-left: 30px;
  }
  section#pdp-prodtop .btn.primary,
section#pdp-features .btn.primary,
section#pdp-mediamosaic .btn.primary,
section#pdp-techtabs .btn.primary,
div#miniCartPopup .btn.primary {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  section#pdp-prodtop .btn.secondary,
section#pdp-features .btn.secondary,
section#pdp-mediamosaic .btn.secondary,
section#pdp-techtabs .btn.secondary,
div#miniCartPopup .btn.secondary {
    width: 100%;
    margin: 0 auto;
  }
  section#pdp-prodtop .stickyRight,
section#pdp-features .stickyRight,
section#pdp-mediamosaic .stickyRight,
section#pdp-techtabs .stickyRight,
div#miniCartPopup .stickyRight {
    position: sticky;
    bottom: 0;
    align-self: flex-end;
  }
  section#pdp-prodtop .stickyLeft,
section#pdp-features .stickyLeft,
section#pdp-mediamosaic .stickyLeft,
section#pdp-techtabs .stickyLeft,
div#miniCartPopup .stickyLeft {
    position: sticky;
    top: 1rem;
  }
  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 {
    position: absolute;
    right: 0;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 15px;
  }
  section#pdp-prodtop .sizetable img,
section#pdp-features .sizetable img,
section#pdp-mediamosaic .sizetable img,
section#pdp-techtabs .sizetable img,
div#miniCartPopup .sizetable img {
    width: 100%;
    height: auto;
  }
  section#pdp-prodtop .techbox,
section#pdp-features .techbox,
section#pdp-mediamosaic .techbox,
section#pdp-techtabs .techbox,
div#miniCartPopup .techbox {
    box-shadow: 0 0 5px #585858;
  }
  section#pdp-prodtop .techbox .nav-pills .nav-link,
section#pdp-features .techbox .nav-pills .nav-link,
section#pdp-mediamosaic .techbox .nav-pills .nav-link,
section#pdp-techtabs .techbox .nav-pills .nav-link,
div#miniCartPopup .techbox .nav-pills .nav-link {
    border: 0;
    border-radius: 0rem;
    border-bottom: 2px solid transparent;
  }
  section#pdp-prodtop .techbox .nav-pills .nav-link.active,
section#pdp-prodtop .techbox .nav-pills .show > .nav-link,
section#pdp-features .techbox .nav-pills .nav-link.active,
section#pdp-features .techbox .nav-pills .show > .nav-link,
section#pdp-mediamosaic .techbox .nav-pills .nav-link.active,
section#pdp-mediamosaic .techbox .nav-pills .show > .nav-link,
section#pdp-techtabs .techbox .nav-pills .nav-link.active,
section#pdp-techtabs .techbox .nav-pills .show > .nav-link,
div#miniCartPopup .techbox .nav-pills .nav-link.active,
div#miniCartPopup .techbox .nav-pills .show > .nav-link {
    color: #585858;
    background-color: transparent;
    border-bottom: 2px solid #585858;
  }
  section#pdp-prodtop #techModal .modal-dialog,
section#pdp-features #techModal .modal-dialog,
section#pdp-mediamosaic #techModal .modal-dialog,
section#pdp-techtabs #techModal .modal-dialog,
div#miniCartPopup #techModal .modal-dialog {
    height: 100%;
    width: 100%;
    margin: auto;
  }
  section#pdp-prodtop #techModal .modal-dialog .modal-content,
section#pdp-features #techModal .modal-dialog .modal-content,
section#pdp-mediamosaic #techModal .modal-dialog .modal-content,
section#pdp-techtabs #techModal .modal-dialog .modal-content,
div#miniCartPopup #techModal .modal-dialog .modal-content {
    min-height: 410px;
    min-width: 800px;
    height: fit-content;
  }
  section#pdp-prodtop #techModal .modal-dialog .modal-content .modal-body,
section#pdp-features #techModal .modal-dialog .modal-content .modal-body,
section#pdp-mediamosaic #techModal .modal-dialog .modal-content .modal-body,
section#pdp-techtabs #techModal .modal-dialog .modal-content .modal-body,
div#miniCartPopup #techModal .modal-dialog .modal-content .modal-body {
    overflow-x: hidden;
    padding-bottom: 2.5rem;
  }
  section#pdp-prodtop #techModal .modal-dialog .swiper-container,
section#pdp-features #techModal .modal-dialog .swiper-container,
section#pdp-mediamosaic #techModal .modal-dialog .swiper-container,
section#pdp-techtabs #techModal .modal-dialog .swiper-container,
div#miniCartPopup #techModal .modal-dialog .swiper-container {
    padding-top: 30px;
  }
  section#pdp-prodtop #techModal .modal-dialog .swiper-container .swiper-slide,
section#pdp-features #techModal .modal-dialog .swiper-container .swiper-slide,
section#pdp-mediamosaic #techModal .modal-dialog .swiper-container .swiper-slide,
section#pdp-techtabs #techModal .modal-dialog .swiper-container .swiper-slide,
div#miniCartPopup #techModal .modal-dialog .swiper-container .swiper-slide {
    min-height: 12.5rem;
    min-width: 12.5rem;
  }
  section#pdp-prodtop #techModal .modal-dialog .swiper-container .carousel-controls,
section#pdp-features #techModal .modal-dialog .swiper-container .carousel-controls,
section#pdp-mediamosaic #techModal .modal-dialog .swiper-container .carousel-controls,
section#pdp-techtabs #techModal .modal-dialog .swiper-container .carousel-controls,
div#miniCartPopup #techModal .modal-dialog .swiper-container .carousel-controls {
    margin-top: 1.5rem;
    justify-content: center;
  }
  section#pdp-prodtop #techModal .modal-dialog .swiper-container .carousel-controls .swiper-button,
section#pdp-features #techModal .modal-dialog .swiper-container .carousel-controls .swiper-button,
section#pdp-mediamosaic #techModal .modal-dialog .swiper-container .carousel-controls .swiper-button,
section#pdp-techtabs #techModal .modal-dialog .swiper-container .carousel-controls .swiper-button,
div#miniCartPopup #techModal .modal-dialog .swiper-container .carousel-controls .swiper-button {
    transform: translateY(-10%);
    margin: 0 30px;
  }
  section#pdp-prodtop #techModal .modal-dialog .swiper-container .carousel-description,
section#pdp-features #techModal .modal-dialog .swiper-container .carousel-description,
section#pdp-mediamosaic #techModal .modal-dialog .swiper-container .carousel-description,
section#pdp-techtabs #techModal .modal-dialog .swiper-container .carousel-description,
div#miniCartPopup #techModal .modal-dialog .swiper-container .carousel-description {
    margin-top: 24px;
  }
  section#pdp-prodtop #techModal .modal-dialog .swiper-container .carousel-description-text,
section#pdp-features #techModal .modal-dialog .swiper-container .carousel-description-text,
section#pdp-mediamosaic #techModal .modal-dialog .swiper-container .carousel-description-text,
section#pdp-techtabs #techModal .modal-dialog .swiper-container .carousel-description-text,
div#miniCartPopup #techModal .modal-dialog .swiper-container .carousel-description-text {
    padding: 0 40px;
  }
  section#pdp-prodtop #techModal .modal-dialog .swiper-slide img,
section#pdp-features #techModal .modal-dialog .swiper-slide img,
section#pdp-mediamosaic #techModal .modal-dialog .swiper-slide img,
section#pdp-techtabs #techModal .modal-dialog .swiper-slide img,
div#miniCartPopup #techModal .modal-dialog .swiper-slide img {
    max-width: 160px;
  }

  section.prodtop {
    margin: 0 25px;
  }

  section.mediamosaic {
    padding: 0 2em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  section.prodtop {
    margin: 0 1em;
    width: calc(70% + 4em);
    margin: 0 auto;
  }

  section.features {
    padding: 100px 1em;
    width: calc(70% + 4em);
    margin: 0 auto;
  }

  section.mediamosaic {
    padding: 0 1em;
    width: calc(70% + 4em);
    margin: 0 auto;
  }

  section.techtabs {
    padding: 0 1em;
    width: calc(70% + 4em);
    margin: 0 auto;
  }

  section.features {
    width: calc(70% + 4em);
    margin: 0 auto;
  }

  div.what-it-is {
    width: calc(70% + 4em);
    margin: 0 auto;
  }

  div.narrative-text {
    width: calc(70% + 4em);
    margin: 0 auto;
  }

  section#pdp-prodtop h1.nome, section#pdp-prodtop .nome.h1,
section#pdp-features h1.nome,
section#pdp-features .nome.h1,
section#pdp-mediamosaic h1.nome,
section#pdp-mediamosaic .nome.h1,
section#pdp-techtabs h1.nome,
section#pdp-techtabs .nome.h1,
div#miniCartPopup h1.nome,
div#miniCartPopup .nome.h1 {
    margin-top: 1em;
  }
  section#pdp-prodtop .row.prodtop-inner > *,
section#pdp-features .row.prodtop-inner > *,
section#pdp-mediamosaic .row.prodtop-inner > *,
section#pdp-techtabs .row.prodtop-inner > *,
div#miniCartPopup .row.prodtop-inner > * {
    padding: 0;
  }
  section#pdp-prodtop #colLeft,
section#pdp-prodtop #colRight,
section#pdp-features #colLeft,
section#pdp-features #colRight,
section#pdp-mediamosaic #colLeft,
section#pdp-mediamosaic #colRight,
section#pdp-techtabs #colLeft,
section#pdp-techtabs #colRight,
div#miniCartPopup #colLeft,
div#miniCartPopup #colRight {
    padding: 0;
  }
  section#pdp-prodtop div#colLeft,
section#pdp-features div#colLeft,
section#pdp-mediamosaic div#colLeft,
section#pdp-techtabs div#colLeft,
div#miniCartPopup div#colLeft {
    width: 100%;
    max-width: unset;
    align-self: flex-start;
    position: sticky;
    top: calc(91px + 2em);
  }
  section#pdp-prodtop div#colRight,
section#pdp-features div#colRight,
section#pdp-mediamosaic div#colRight,
section#pdp-techtabs div#colRight,
div#miniCartPopup div#colRight {
    width: 100%;
    align-self: flex-start;
  }
  section#pdp-prodtop div#colRight > *,
section#pdp-features div#colRight > *,
section#pdp-mediamosaic div#colRight > *,
section#pdp-techtabs div#colRight > *,
div#miniCartPopup div#colRight > * {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  section#pdp-prodtop div.actions > *,
section#pdp-features div.actions > *,
section#pdp-mediamosaic div.actions > *,
section#pdp-techtabs div.actions > *,
div#miniCartPopup div.actions > * {
    width: 100%;
  }

  section.features {
    padding: 100px 1em;
  }

  div.topbar-cta {
    top: 120px;
    z-index: 11;
  }

  .topbar-cta-title {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  section#pdp-prodtop {
    margin-bottom: 2rem;
  }

  section#pdp-techtabs {
    padding: 2em 0;
    margin: 0 auto;
    width: 80%;
  }
  section#pdp-techtabs div.tab-pane > div.tab-row {
    flex-direction: row;
  }
  section#pdp-techtabs div.tabimg {
    width: 12.5%;
  }

  .topbar-cta-details {
    gap: 80px;
  }
  .topbar-cta-details .topbar-cta-price,
.topbar-cta-details .topbar-cta-price .d-flex {
    justify-content: flex-end;
  }
  .topbar-cta-details .topbar-cta-price .actual-price,
.topbar-cta-details .topbar-cta-price .d-flex .actual-price {
    margin: 0;
  }
  .topbar-cta-details .btn.primary {
    flex-basis: 50%;
  }

  section#pdp-prodtop div#colLeft.mosaic {
    display: grid;
  }

  section#pdp-prodtop .carousel-indicators.thumbs > button[data-bs-target="#prdgalldesk"] {
    position: static;
    visibility: unset;
  }
}
@media (max-width: 992px) {
  section#pdp-prodtop .carousel-indicators {
    bottom: -1rem;
  }
  section#pdp-prodtop .carousel-indicators .btn-carousel {
    width: 56px;
  }

  .features .container-fluid .features-row, .features .container-sm .features-row, .features .container-md .features-row, .features .container-lg .features-row, .features .container-xl .features-row, .features .container-xxl .features-row {
    flex-direction: column-reverse;
  }

  #pdp-prodtop #product-details-panel .topbar-cta-details .topbar-cta-price {
    display: none;
  }
}
/* // X-Large devices (large desktops, 1200px and up) */
@media (max-width: 1280px) {
  div#product-details-panel.topbar-cta {
    top: 60px;
  }
}
/* // XX-Large devices (larger desktops, 1400px and up) */
/* only mobile */
@media (max-width: 768px) {
  .div-close-button-mobile {
    display: flex !important;
    justify-content: flex-end;
  }

  .div-close-button {
    display: none !important;
  }

  section#pdp-prodtop div#product-details-panel.topbar-cta {
    top: 60px;
    z-index: 11;
    padding: 10px;
  }
  section#pdp-prodtop .topbar-cta-title {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  section#pdp-prodtop .topbar-cta-title h1.nome, section#pdp-prodtop .topbar-cta-title .nome.h1 {
    margin: 0 0 0.5rem;
  }
  section#pdp-prodtop .topbar-cta-price {
    display: none;
  }
  section#pdp-prodtop .topbar-cta-details .btn.primary {
    padding: 10px;
  }
  section#pdp-prodtop .topbar-cta-details .btn.primary .topbar-cta-add {
    font-size: 16px;
    letter-spacing: 1.6px;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .div-close-button {
    display: flex !important;
  }

  .div-close-button-mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  section.prodtop {
    margin: 0 1em;
  }

  section.mediamosaic {
    margin: 0 1em;
  }

  section.techtabs {
    margin: 0 1em;
  }

  section.features {
    margin: 0 1em;
  }

  div.what-it-is {
    margin: 0 1em;
  }

  div.narrative-text {
    margin: 0 1em;
  }

  section#pdp-prodtop .schedaprod .nome,
section#pdp-features .schedaprod .nome,
section#pdp-mediamosaic .schedaprod .nome,
section#pdp-techtabs .schedaprod .nome,
div#miniCartPopup .schedaprod .nome {
    margin-top: 1em;
  }
  section#pdp-prodtop .row.prodtop-inner > *,
section#pdp-features .row.prodtop-inner > *,
section#pdp-mediamosaic .row.prodtop-inner > *,
section#pdp-techtabs .row.prodtop-inner > *,
div#miniCartPopup .row.prodtop-inner > * {
    padding: 0;
  }
  section#pdp-prodtop #colLeft,
section#pdp-prodtop #colRight,
section#pdp-features #colLeft,
section#pdp-features #colRight,
section#pdp-mediamosaic #colLeft,
section#pdp-mediamosaic #colRight,
section#pdp-techtabs #colLeft,
section#pdp-techtabs #colRight,
div#miniCartPopup #colLeft,
div#miniCartPopup #colRight {
    padding: 0;
  }
  section#pdp-prodtop div#colLeft,
section#pdp-features div#colLeft,
section#pdp-mediamosaic div#colLeft,
section#pdp-techtabs div#colLeft,
div#miniCartPopup div#colLeft {
    width: 100%;
    max-width: unset;
    align-self: flex-start;
    position: sticky;
    top: calc(91px + 2em);
  }
  section#pdp-prodtop div#colRight,
section#pdp-features div#colRight,
section#pdp-mediamosaic div#colRight,
section#pdp-techtabs div#colRight,
div#miniCartPopup div#colRight {
    width: 100%;
    align-self: flex-start;
  }
  section#pdp-prodtop div#colRight > *,
section#pdp-features div#colRight > *,
section#pdp-mediamosaic div#colRight > *,
section#pdp-techtabs div#colRight > *,
div#miniCartPopup div#colRight > * {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  section#pdp-prodtop div.actions > *,
section#pdp-features div.actions > *,
section#pdp-mediamosaic div.actions > *,
section#pdp-techtabs div.actions > *,
div#miniCartPopup div.actions > * {
    width: 100%;
  }
  section#pdp-prodtop section.features,
section#pdp-features section.features,
section#pdp-mediamosaic section.features,
section#pdp-techtabs section.features,
div#miniCartPopup section.features {
    padding: 100px 1em;
  }
  section#pdp-prodtop #techTab,
section#pdp-features #techTab,
section#pdp-mediamosaic #techTab,
section#pdp-techtabs #techTab,
div#miniCartPopup #techTab {
    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 .techbox .nav-pills .nav-link,
section#pdp-features .techbox .nav-pills .nav-link,
section#pdp-mediamosaic .techbox .nav-pills .nav-link,
section#pdp-techtabs .techbox .nav-pills .nav-link,
div#miniCartPopup .techbox .nav-pills .nav-link {
    border: 0;
    border-radius: 0rem;
    border-bottom: 1px solid #585858;
    word-wrap: normal;
  }
}
div.carousel-indicators .media_container {
  margin-bottom: 1em;
}

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

.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 .sizeguidetitle,
section#pdp-features .sizeguidetitle,
section#pdp-mediamosaic .sizeguidetitle,
section#pdp-techtabs .sizeguidetitle,
div#miniCartPopup .sizeguidetitle {
  padding-left: 30px;
}
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;
  aspect-ratio: 1/1;
}
@media (min-width: 1200px) {
  .vimeo-wrapper-size-container {
    max-width: 310px;
  }
}
.vimeo-wrapper-size-container iframe {
  position: relative;
  aspect-ratio: 1/1;
  max-width: 310px;
  top: initial;
  left: initial;
  transform: initial;
  width: 100%;
}

@media (max-width: 576px) {
  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;
    margin: 20px 85px 5px 0;
  }
  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 {
    font-size: 1.2em;
    margin-bottom: 25px;
  }
  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;
  }
  section#pdp-prodtop div .mobile-back,
section#pdp-features div .mobile-back,
section#pdp-mediamosaic div .mobile-back,
section#pdp-techtabs div .mobile-back,
div#miniCartPopup div .mobile-back {
    padding: 0 1em;
  }
  section#pdp-prodtop div #colRight,
section#pdp-features div #colRight,
section#pdp-mediamosaic div #colRight,
section#pdp-techtabs div #colRight,
div#miniCartPopup div #colRight {
    width: 100%;
    align-self: flex-start;
  }
  section#pdp-prodtop div #colRight .mosaic,
section#pdp-features div #colRight .mosaic,
section#pdp-mediamosaic div #colRight .mosaic,
section#pdp-techtabs div #colRight .mosaic,
div#miniCartPopup div #colRight .mosaic {
    width: 100%;
    align-self: flex-start;
  }
  section#pdp-prodtop div #colRight .find-store,
section#pdp-features div #colRight .find-store,
section#pdp-mediamosaic div #colRight .find-store,
section#pdp-techtabs div #colRight .find-store,
div#miniCartPopup div #colRight .find-store {
    display: flex;
    margin-bottom: 2em;
  }
  section#pdp-prodtop div #colLeft,
section#pdp-features div #colLeft,
section#pdp-mediamosaic div #colLeft,
section#pdp-techtabs div #colLeft,
div#miniCartPopup div #colLeft {
    width: 100%;
  }
  section#pdp-prodtop .sizeopt,
section#pdp-features .sizeopt,
section#pdp-mediamosaic .sizeopt,
section#pdp-techtabs .sizeopt,
div#miniCartPopup .sizeopt {
    /* justify-content: start !important; */
  }
}
@media (max-width: 767px) {
  section#pdp-prodtop .img-size-container p.descriptionsize,
section#pdp-features .img-size-container p.descriptionsize,
section#pdp-mediamosaic .img-size-container p.descriptionsize,
section#pdp-techtabs .img-size-container p.descriptionsize,
div#miniCartPopup .img-size-container p.descriptionsize {
    margin-bottom: 25px;
  }
  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: initial;
  }
}
span.tp-product-rating {
  padding-top: 3px;
}

@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: "Oswald";
}

.pac-item {
  font-family: "Oswald";
}

#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;
  color: #585858;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 4px;
  line-height: 30px;
  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-family: unset;
}
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;
}
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;
  border-radius: 26px;
  font-weight: bold;
  background: #e31010;
  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;
  border-radius: 26px;
  font-weight: bold;
  background: #e31010;
  text-align: center;
  padding-top: 11px;
  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(30, 30, 36, 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;
}

li.item-get-directions {
  color: #1E1E24;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 3.43px;
  text-transform: uppercase;
  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 #e31010;
}
#storeLocatorSidenav label.myLocation span.material-icons {
  width: 24px;
  height: 24px;
  margin-top: 7px;
  color: #e31010;
  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: #585858;
}
.webRetailerList .retailerItem .retailerSite {
  font-size: 14px;
  font-weight: 500;
  color: #e31010;
}

.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: #e31010;
}
#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: 600;
  text-decoration: underline;
  color: #E31010;
  font-family: "Oswald";
  text-transform: uppercase;
  letter-spacing: 1.75px;
}
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: center;
  justify-content: center;
  flex-direction: column;
}
section.product_compare .swiper-slide > div {
  width: 100%;
}
section.product_compare .swiper-slide div.product-container 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;
  justify-content: center;
  text-decoration: none;
}
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: #585858;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0;
  margin-top: 1em;
  font-family: "Oswald";
  letter-spacing: 4px;
  text-decoration: none;
}
section.product_compare span.product-title-sep {
  height: 1px;
  width: 40px;
  background: #585858;
  margin: 0.4em auto 1em auto;
}
section.product_compare .swiper-slide:hover span.product-close, section.product_compare .nav-pag:hover span.product-close {
  opacity: 1;
}
section.product_compare .product-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: max-content;
  position: relative;
}
section.product_compare p.product-description {
  color: #585858;
  font-weight: 300;
  font-size: 1em;
  padding: 0 1em;
  text-align: center;
  font-family: "Oswald";
  letter-spacing: 0.3px;
}
section.product_compare h3.product-price, section.product_compare .product-price.h3 {
  color: #585858;
  width: 100%;
  font-size: 1.2em;
  font-family: "Oswald";
  font-weight: 600;
  padding: 0 1em;
  text-align: center;
  letter-spacing: 3px;
}
section.product_compare h5.product-colors, section.product_compare .product-colors.h5 {
  color: #636564;
  text-align: center;
  width: 100%;
  font-size: 1em;
  font-weight: 300;
  margin-bottom: 1.5em;
  padding: 0 1em;
}
section.product_compare button.product-cart-btn {
  background-color: #E31010;
  padding: 0.8em 3.2em;
  color: white;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 500;
  border: unset;
  border-radius: 0.25em;
  letter-spacing: 2px;
  font-family: "Oswald";
  margin-left: calc(1em - 1px);
  bottom: 10px;
  margin-bottom: 5em;
  margin-top: 1em;
}
section.product_compare button.product-cart-btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}
section.product_compare span.product-close {
  color: #585858;
  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-close > a, section.product_compare span.product-close > a:active {
  color: unset;
}
section.product_compare span.product-specs-title {
  display: block;
  margin: 0;
  padding: 0;
  margin-top: 1em;
  color: #585858;
  font-family: "Oswald";
  font-size: 1.6em;
  min-height: 3em;
  max-height: max-content;
  text-transform: uppercase;
  font-weight: 600;
  width: max-content;
  letter-spacing: 4px;
  align-self: baseline;
  white-space: nowrap;
}
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: #585858;
  font-family: "Oswald";
  font-size: 1.2em;
  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;
  }
}
@media screen and (max-width: 576px) {
  section.product_compare div.product-container {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    grid-template-rows: 1fr;
    gap: 1em;
  }
  section.product_compare span.product-close {
    top: 0;
    left: 0;
    padding: 0.5em;
    opacity: 1;
    transition: all 0.25s ease-in-out;
  }
  section.product_compare .product-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* text-align: left; */
    height: max-content;
  }
  section.product_compare a.product-title-link {
    display: flex;
    position: relative;
    width: 100%;
    padding: 0 1em;
    justify-content: left;
    text-decoration: none;
  }
  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: #585858;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    margin-top: 0;
    font-family: "Oswald";
    letter-spacing: 4px;
    text-decoration: none;
  }
  section.product_compare span.product-title-sep {
    height: 1px;
    width: 40px;
    background: #585858;
    margin: 0.4em 0 0.8em 0;
    margin-left: 1em;
  }
  section.product_compare p.product-description {
    color: #585858;
    font-weight: 300;
    font-size: 1em;
    padding: 0 1em;
    text-align: left;
    font-family: "Oswald";
    letter-spacing: 0.3px;
    display: none;
  }
  section.product_compare h3.product-price, section.product_compare .product-price.h3 {
    color: #585858;
    width: 100%;
    font-size: 1.2em;
    font-family: "Oswald";
    font-weight: 300;
    padding-left: 1em;
    text-align: left;
    letter-spacing: 1px;
  }
  section.product_compare h5.product-colors, section.product_compare .product-colors.h5 {
    color: #585858;
    text-align: left;
    width: 100%;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 0;
    padding-left: 1em;
    letter-spacing: 1px;
  }
  section.product_compare button.product-cart-btn {
    position: relative;
    background-color: transparent;
    padding: 0;
    color: #585858;
    font-size: 1em;
    text-transform: lowercase;
    font-weight: 500;
    border: unset;
    border-radius: 0.25em;
    letter-spacing: 2px;
    font-family: "Oswald";
    margin-left: 1em;
    margin-bottom: 0;
    margin-top: 1em;
  }
  section.product_compare button.product-cart-btn::before {
    content: "";
    height: 2px;
    width: 75%;
    background: #585858;
    position: absolute;
    top: 1.5em;
    left: 0;
  }
}

section.tracking_wrapper span.login-label {
  font-style: normal;
  letter-spacing: 0.025em;
}
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: 300;
  font-size: 0.75em;
}
section.tracking_wrapper .social-login-container > * {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
  letter-spacing: 0.025em;
}
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: 300;
  letter-spacing: 0.025em;
}
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 .social-login-inner > img.social-login-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
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;
  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: #585858;
}
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: "Oswald";
  color: #585858;
  width: 100%;
  text-align: center;
}
section.support_wrapper h4.support-tabs-toc, section.support_wrapper .support-tabs-toc.h4 {
  font-size: 1em;
  text-transform: uppercase;
  font-family: "Oswald";
  font-weight: 500;
  color: #585858;
  letter-spacing: 0.025em;
  margin-bottom: 1.5em;
}
section.support_wrapper span.support-tabs-item a {
  font-size: 1em;
  background: transparent !important;
  color: #585858 !important;
  text-transform: uppercase;
  font-weight: 300;
  text-align: left;
  margin-bottom: 1em;
  padding: 0;
  width: max-content;
  letter-spacing: 0.3px;
}
section.support_wrapper span.support-tabs-item a:hover {
  color: #e31010 !important;
}
section.support_wrapper span.support-tabs-item.active a {
  color: #E31010 !important;
}
section.support_wrapper h3.support-tabs-title, section.support_wrapper .support-tabs-title.h3 {
  color: #585858;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.025em;
  margin-bottom: 1.25rem;
}
section.support_wrapper p.support-tabs-item-p {
  color: #585858;
  letter-spacing: 0.3px;
  margin-top: 0.75em;
}
section.support_wrapper a.internal-anchor {
  display: block;
  position: relative;
  top: -105px;
  visibility: hidden;
}
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("../jpg/castelli_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: 500;
  color: #ffffff;
  letter-spacing: 2.75px;
}
section.not-found-page_wrapper ._404 h3, section.not-found-page_wrapper ._404 .h3 {
  text-align: left;
  color: #ffffff;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 1.5px;
}
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 {
  padding-right: 0;
  max-width: 1920px;
  margin: auto;
}
section.infinite-product-carousel .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
section.infinite-product-carousel .navigation-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 5rem 0.5rem 0;
}
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: 1.1em 0 1.7em;
  font-family: Oswald, serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #585858;
  letter-spacing: 2px;
  position: relative;
}
section.infinite-product-carousel .product-slide .name p::before {
  position: absolute;
  bottom: -1rem;
  width: 56px;
  height: 1px;
  background-color: #e31010;
  content: "";
}
section.infinite-product-carousel .product-slide .variants {
  margin-top: 1.7em;
  text-transform: uppercase;
  font-family: Oswald, serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.4px;
}
section.infinite-product-carousel .product-slide .description {
  margin-top: 1em;
  font-family: Oswald, serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.6px;
}
section.infinite-product-carousel .product-slide .prodprice {
  margin-top: 1em;
  font-family: Oswald, serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1.4px;
}
section.infinite-product-carousel .prodprice .sconto {
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #e31010;
  letter-spacing: 1.6px;
  padding-right: 1em;
}
section.infinite-product-carousel h3.title, section.infinite-product-carousel .title.h3 {
  font-family: Oswald, serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.54;
  letter-spacing: 5.2px;
  color: #e31010;
  text-transform: uppercase;
}
section.infinite-product-carousel .swiper-button-prev-product.material-icons::after {
  content: "navigate_before";
  font-size: 1em;
  color: #585858;
  margin: auto auto auto 1px;
}
section.infinite-product-carousel .swiper-button-next-product.material-icons::after {
  content: "navigate_next";
  font-size: 1em;
  color: #585858;
  margin: auto 1px auto auto;
}
@media screen and (min-width: 320px) {
  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 .navigation-pagination {
    margin-right: 0;
  }
  section.infinite-product-carousel .swiper-pagination-product {
    font-size: 14px;
  }
}
@media screen and (min-width: 767px) {
  section.infinite-product-carousel .swiper-wrapper .swiper-slide {
    width: calc(100% / 3 - 32px);
  }
  section.infinite-product-carousel h3.title, section.infinite-product-carousel .title.h3 {
    font-size: 30px;
  }
  section.infinite-product-carousel .swiper-pagination-product {
    font-size: 18px;
  }
  section.infinite-product-carousel .swiper-button-prev-product.material-icons::after {
    font-size: 1.7em;
  }
  section.infinite-product-carousel .swiper-button-next-product.material-icons::after {
    font-size: 1.7em;
  }
}
section.infinite-product-carousel div.nav-pag {
  width: 24%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  margin-bottom: 0.5em;
}
section.infinite-product-carousel .swiper-pagination-product {
  font-family: Oswald, serif;
  color: #585858;
  min-width: fit-content;
}
section.infinite-product-carousel .swiper-button-next-product.material-icons.swiper-button-disabled::after, section.infinite-product-carousel .swiper-button-prev-product.material-icons.swiper-button-disabled::after {
  display: block;
}

section.infinite-category-carousel {
  padding-right: 0;
  max-width: 1920px;
  margin: auto;
}
section.infinite-category-carousel .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
section.infinite-category-carousel .navigation-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 5rem 1.3rem 0;
}
section.infinite-category-carousel .swiper-wrapper {
  display: flex;
  padding: 0;
}
section.infinite-category-carousel .swiper-wrapper .swiper-slide {
  width: calc(100% - 32px);
  margin-right: 32px;
  align-items: flex-start;
}
section.infinite-category-carousel .category-slide {
  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-family: Oswald, serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: center;
  text-transform: uppercase;
  color: #585858;
}
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-family: Oswald, serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.54;
  letter-spacing: 5.2px;
  color: #e31010;
  text-transform: uppercase;
}
section.infinite-category-carousel .swiper-button-prev-category.material-icons::after {
  content: "navigate_before";
  font-size: 1em;
  color: #212121;
  margin: auto auto auto 1px;
}
section.infinite-category-carousel .swiper-button-next-category.material-icons::after {
  content: "navigate_next";
  font-size: 1em;
  color: #212121;
  margin: auto 1px auto auto;
}
@media screen and (min-width: 320px) {
  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 .navigation-pagination {
    margin-right: 0;
  }
  section.infinite-category-carousel .swiper-pagination-category {
    font-size: 14px;
  }
}
@media screen and (min-width: 767px) {
  section.infinite-category-carousel .swiper-wrapper .swiper-slide {
    width: calc(100% / 3 - 32px);
  }
  section.infinite-category-carousel h3.title, section.infinite-category-carousel .title.h3 {
    font-size: 30px;
  }
  section.infinite-category-carousel .swiper-pagination-category {
    font-size: 18px;
  }
  section.infinite-category-carousel .swiper-button-prev-category.material-icons::after {
    font-size: 1.7em;
  }
  section.infinite-category-carousel .swiper-button-next-category.material-icons::after {
    font-size: 1.7em;
  }
}
section.infinite-category-carousel div.nav-pag {
  width: 24%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  margin-bottom: 0.5em;
}
section.infinite-category-carousel .swiper-pagination-category {
  font-family: Oswald, serif;
  color: #585858;
  min-width: fit-content;
}
section.infinite-category-carousel .swiper-button-next-category.material-icons.swiper-button-disabled::after, section.infinite-category-carousel .swiper-button-prev-category.material-icons.swiper-button-disabled::after {
  display: block;
}

section.infinite-custom-carousel {
  padding-right: 0;
  max-width: 1920px;
  margin: auto;
}
section.infinite-custom-carousel .swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
}
section.infinite-custom-carousel .navigation-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 5rem 1.3rem 0;
}
section.infinite-custom-carousel .swiper-wrapper {
  display: flex;
  padding: 0;
}
section.infinite-custom-carousel .swiper-wrapper .swiper-slide {
  width: calc(100% - 32px);
  margin-right: 32px;
  align-items: flex-start;
}
section.infinite-custom-carousel .custom-slide {
  position: relative;
  margin-right: 32px;
  align-items: flex-start;
}
section.infinite-custom-carousel .custom-slide img {
  width: 100%;
}
section.infinite-custom-carousel .custom-slide .btn {
  width: 100%;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-align: center;
  border: none;
  cursor: pointer;
  border-radius: 40px;
  display: flex;
  justify-content: center;
}
section.infinite-custom-carousel .custom-slide .btn.primary {
  padding: 10px 0;
}
section.infinite-custom-carousel .custom-slide .btn.primary:hover {
  border: 1px solid;
}
section.infinite-custom-carousel h3.title, section.infinite-custom-carousel .title.h3 {
  font-family: Oswald, serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.54;
  letter-spacing: 3.6px;
  color: #e31010;
  text-transform: uppercase;
}
section.infinite-custom-carousel .swiper-button-prev-custom.material-icons::after {
  content: "navigate_before";
  font-size: 1em;
  color: #212121;
  margin: auto auto auto 1px;
}
section.infinite-custom-carousel .swiper-button-next-custom.material-icons::after {
  content: "navigate_next";
  font-size: 1em;
  color: #212121;
  margin: auto 1px auto auto;
}
@media screen and (min-width: 320px) {
  section.infinite-custom-carousel .swiper-wrapper .swiper-slide {
    width: calc(100% / 2 - 32px);
  }
  section.infinite-custom-carousel .swiper-wrapper .swiper-slide-cta {
    margin-top: 10px;
  }
  section.infinite-custom-carousel h3.title, section.infinite-custom-carousel .title.h3 {
    font-size: 18px;
    flex: 0 1 70%;
  }
  section.infinite-custom-carousel .navigation-pagination {
    margin-right: 0;
  }
  section.infinite-custom-carousel .swiper-pagination-custom {
    font-size: 14px;
  }
}
@media screen and (min-width: 767px) {
  section.infinite-custom-carousel .swiper-wrapper .swiper-slide {
    width: calc(100% / 3 - 32px);
  }
  section.infinite-custom-carousel .swiper-wrapper .swiper-slide-cta {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
  }
  section.infinite-custom-carousel h3.title, section.infinite-custom-carousel .title.h3 {
    font-size: 30px;
    letter-spacing: 6px;
  }
  section.infinite-custom-carousel .swiper-pagination-custom {
    font-size: 18px;
  }
  section.infinite-custom-carousel .swiper-button-prev-custom.material-icons::after {
    font-size: 1.7em;
  }
  section.infinite-custom-carousel .swiper-button-next-custom.material-icons::after {
    font-size: 1.7em;
  }
}
section.infinite-custom-carousel div.nav-pag {
  width: 24%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  margin-bottom: 0.6em;
}
section.infinite-custom-carousel .swiper-pagination-custom {
  font-family: Oswald, serif;
  color: #585858;
  min-width: fit-content;
}
section.infinite-custom-carousel .swiper-button-next-custom.material-icons.swiper-button-disabled::after, section.infinite-custom-carousel .swiper-button-prev-custom.material-icons.swiper-button-disabled::after {
  display: block;
}

@media (min-width: 992px) {
  section.infinite-custom-carousel {
    padding-left: 65px;
  }
  section.infinite-custom-carousel .swiper-slide-cta .btn {
    max-width: 201.5px;
  }
  section.infinite-custom-carousel div.nav-pag {
    margin-right: 65px;
  }
}
/* CA - HERO BANNER COMPONENT - START */
span.hero-head-line {
  width: 40px;
  border-bottom: 0.4em solid #E31010;
  height: auto;
  display: block;
  margin: 1em 0 2.5em 0;
}

section.alt-img-left-text {
  margin-bottom: 10em;
  visibility: hidden;
}

section.alt-img-right-text {
  margin-bottom: 10em;
  visibility: hidden;
}

section.img-center-text-left {
  margin-bottom: 10em;
  visibility: hidden;
}

section.img-center-text-center {
  margin-bottom: 10em;
  visibility: hidden;
}

section.img-right {
  margin-bottom: 10em;
  visibility: hidden;
}

section.img-left {
  margin-bottom: 10em;
  visibility: hidden;
}

section.alt-img-left-text .justify-left, section.alt-img-right-text .justify-left, section.img-center-text-left .justify-left, section.img-center-text-center .justify-left, section.img-left .justify-left, section.img-right .justify-left {
  justify-content: flex-start;
}
section.alt-img-left-text .justify-right, section.alt-img-right-text .justify-right, section.img-center-text-left .justify-right, section.img-center-text-center .justify-right, section.img-left .justify-right, section.img-right .justify-right {
  justify-content: flex-end;
}
section.alt-img-left-text .hero-container, section.alt-img-right-text .hero-container, section.img-center-text-left .hero-container, section.img-center-text-center .hero-container, section.img-left .hero-container, section.img-right .hero-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  position: relative;
}
section.alt-img-left-text .media_container2, section.alt-img-right-text .media_container2, section.img-center-text-left .media_container2, section.img-center-text-center .media_container2, section.img-left .media_container2, section.img-right .media_container2 {
  width: 100%;
}

/* */
section.alt-img-left-text .hero-text-left {
  width: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 25%;
  z-index: 1;
  align-items: flex-start;
  margin-left: 4em;
}

section.alt-img-left-text .hero-text-left > .hero-alt-cta-container {
  display: flex;
  max-width: unset;
  gap: 4em;
  width: 100%;
  margin: 0;
  justify-content: start;
}

section.alt-img-left-text .hero-text-left a.hero-read-more {
  font-size: 1em;
  width: auto;
  max-width: fit-content;
}

section.alt-img-left-text .hero-alt-cta-container, section.alt-img-right-text .hero-alt-cta-container, section.img-center-text-left .hero-alt-cta-container, section.img-center-text-center .hero-alt-cta-container, section.img-left .hero-alt-cta-container, section.img-right .hero-alt-cta-container {
  display: flex;
  gap: 4em;
  justify-content: center;
}

section.alt-img-left-text .hero-text-left h2, section.alt-img-left-text .hero-text-left .h2 {
  color: #e31010;
  font-family: "Oswald";
  font-size: 4em;
  font-weight: 600;
  letter-spacing: 13px;
  text-transform: uppercase;
  line-height: 1.4em;
}

section.alt-img-left-text .hero-text-left h5, section.alt-img-left-text .hero-text-left .h5, section.img-center-text-left .hero-text-left h5, section.img-center-text-left .hero-text-left .h5, section.img-center-text-center .hero-text-left h5, section.img-center-text-center .hero-text-left .h5 {
  letter-spacing: 0.5em;
  color: #e31010;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 300;
}

section.alt-img-left-text .hero-text-left a.hero-read-more:hover {
  color: #e31010;
}

section.alt-img-left-text .hero-text-left a.hero-read-more {
  color: #585858;
  font-family: "Oswald";
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}

/* right */
section.alt-img-right-text .hero-text-left {
  width: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 25%;
  z-index: 1;
  align-items: flex-start;
  margin-left: 4em;
}

section.alt-img-right-text .hero-text-left.right {
  align-items: flex-end;
  margin-right: 4em;
}

section.alt-img-right-text .hero-text-left > .hero-alt-cta-container {
  display: flex;
  max-width: unset;
  width: 100%;
  margin: 0;
  justify-content: flex-end;
  margin-right: 0.5em;
  gap: 4em;
}

section.alt-img-right-text .hero-text-left.right a.hero-read-more:nth-child(1) {
  order: 2;
}

section.alt-img-right-text .hero-text-left.right a.hero-read-more:nth-child(2) {
  order: 1;
}

section.alt-img-right-text .hero-text-left.right a.hero-read-more:nth-child(3) {
  order: 0;
}

section.alt-img-right-text .hero-text-left a.hero-read-more {
  font-size: 1em;
  width: auto;
  max-width: fit-content;
}

.hero-alt-cta-container {
  display: flex;
  gap: 4em;
  justify-content: center;
}

section.alt-img-right-text .hero-text-left.right h2, section.alt-img-right-text .hero-text-left.right .h2 {
  color: #e31010;
  font-family: "Oswald";
  font-size: 4em;
  font-weight: 600;
  letter-spacing: 13px;
  text-transform: uppercase;
  line-height: 1.4em;
  text-align: right;
}

section.alt-img-right-text .hero-text-left.right h5, section.alt-img-right-text .hero-text-left.right .h5 {
  letter-spacing: 0.5em;
  color: #e31010;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 300;
}

section.alt-img-right-text .hero-text-left.right a.hero-read-more:hover {
  color: #e31010;
}

section.alt-img-right-text .hero-text-left.right a.hero-read-more {
  color: #585858;
  font-family: "Oswald";
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}

/* text left / img right */
.hero-text-left {
  width: auto;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 3em;
  z-index: 1;
  align-items: flex-start;
  margin-left: 4em;
}

.hero-text-left > .cta-container {
  display: flex;
  column-gap: 2em;
  flex-wrap: wrap;
  max-width: 25vw;
  row-gap: 1em;
  width: auto;
  margin: 0;
  padding-right: 2.5em;
}

.hero-img-right {
  width: 100%;
  position: relative;
  right: 0;
  z-index: 0;
  padding: 0 30% 0 0;
  top: 0;
}

.hero-img-right > .cta-container {
  display: flex;
  column-gap: 2em;
  flex-wrap: wrap;
  max-width: 25vw;
  row-gap: 1em;
  width: auto;
  margin: 0;
  padding-right: 2.5em;
}

/* /text left / img right */
/* text right / img right */
.hero-text-left.right {
  align-items: flex-start;
  margin-right: 2em;
}

.hero-img-left {
  width: 100%;
  position: relative;
  right: 0;
  z-index: 0;
  padding: 0 0 0 30%;
  top: 0;
}

/* /text right / img right */
.hero-text-left h2, .hero-text-left .h2 {
  color: #e31010;
  font-family: "Oswald";
  font-size: 4em;
  font-weight: 600;
  letter-spacing: 13px;
  text-transform: uppercase;
  line-height: 1.4em;
}

span.hero-head-line {
  width: 40px;
  border-bottom: 0.4em solid #E31010;
  height: auto;
  display: block;
  margin: 1em 7px 2.5em 0;
  margin-right: 0.75em;
}

.hero-text-left p {
  color: #585858;
  font-family: "Oswald";
  font-size: 1.75em;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 1rem;
  max-width: 25vw;
}

.hero-text-left.center p {
  color: #585858;
  font-family: "Oswald";
  font-size: 1.75em;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 1rem;
  max-width: unset;
}

.hero-text-left div.paragraph-container {
  color: #585858;
  font-family: "Oswald";
  font-size: 1.75em;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 1rem;
  max-width: unset;
}

.hero-text-left a.hero-read-more {
  color: #585858;
  font-family: "Oswald";
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}

.hero-img {
  width: 100%;
  height: auto;
  max-height: 100vh;
  object-fit: cover;
  object-position: top;
}

.hero-text-left a.hero-read-more:hover {
  color: #e31010;
}

.hero-text-left a.hero-read-more::before {
  content: " ";
  position: absolute;
  display: flex;
  width: 37px;
  height: 0.18em;
  bottom: -1em;
  left: 0;
  background-color: #585858;
  transform-origin: top left;
  transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.hero-text-left a.hero-read-more.active::before {
  content: "";
  position: absolute;
  display: flex;
  width: 100%;
  height: 0.125em;
  bottom: -0.4em;
  left: 0;
  background-color: #585858;
  transform-origin: top left;
  transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.hero-text-left a.hero-read-more:hover::before, .hero-text-left a.hero-read-more.active:hover::before {
  width: 100%;
  background-color: #e31010;
}

/* */
.hero-img-center-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-start;
  width: 100%;
  position: relative;
}

section.img-center-text-center .hero-img-center-container {
  display: flex;
  align-items: center;
}

.hero-img-center {
  width: 100%;
  height: auto;
}

.hero-img-center > .hero-img {
  object-position: center;
}

.hero-img-center-container .hero-text-left {
  position: relative;
}

.hero-img-center-container .hero-text-left.center {
  align-items: center;
}

.hero-img-center-container .hero-text-left.center h2, .hero-img-center-container .hero-text-left.center .h2 {
  text-align: center;
}

/* */
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  section.alt-img-left-text .hero-text-left > .hero-alt-cta-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(10em, 1fr));
    column-gap: 1em;
    max-width: unset;
    row-gap: 1em;
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  section.alt-img-left-text .hero-text-left h2, section.alt-img-left-text .hero-text-left .h2, section.alt-img-right-text .hero-text-left h2, section.alt-img-right-text .hero-text-left .h2, section.img-center-text-left .hero-text-left h2, section.img-center-text-left .hero-text-left .h2, section.img-center-text-center .hero-text-left h2, section.img-center-text-center .hero-text-left .h2, section.img-left .hero-text-left h2, section.img-left .hero-text-left .h2, section.img-right .hero-text-left h2, section.img-right .hero-text-left .h2 {
    font-size: 2.5em;
  }
  section.alt-img-left-text .hero-text-left p, section.alt-img-right-text .hero-text-left p, section.img-center-text-left .hero-text-left p, section.img-center-text-center .hero-text-left p, section.img-left .hero-text-left p, section.img-right .hero-text-left p {
    font-size: 1.25em;
  }
  section.alt-img-left-text .hero-text-left div.paragraph-container, section.alt-img-right-text .hero-text-left div.paragraph-container, section.img-center-text-left .hero-text-left div.paragraph-container, section.img-center-text-center .hero-text-left div.paragraph-container, section.img-left .hero-text-left div.paragraph-container, section.img-right .hero-text-left div.paragraph-container {
    font-size: 1.25em;
  }
  section.alt-img-left-text .hero-img, section.alt-img-right-text .hero-img, section.img-center-text-left .hero-img, section.img-center-text-center .hero-img, section.img-left .hero-img, section.img-right .hero-img {
    /*height: 40vh;
    object-fit: cover;
    object-position: center center;*/
  }

  section.alt-img-left-text .hero-text-left h2, section.alt-img-left-text .hero-text-left .h2 {
    font-size: 2.25em;
    max-width: 60vw;
  }

  section.alt-img-left-text .hero-text-left h5, section.alt-img-left-text .hero-text-left .h5 {
    font-size: 1.25em;
  }

  section.alt-img-left-text .hero-text-left a.hero-read-more {
    font-size: 1.25em;
  }

  section.alt-img-right-text .hero-text-left.right a.hero-read-more {
    font-size: 1.25em;
  }

  section.alt-img-right-text .hero-text-left.right h2, section.alt-img-right-text .hero-text-left.right .h2 {
    font-size: 2.25em;
    max-width: 60vw;
    align-items: flex-end;
    text-align: right;
  }

  section.alt-img-right-text .hero-text-left h5, section.alt-img-right-text .hero-text-left .h5 {
    font-size: 1.25em;
  }

  section.alt-img-right-text .hero-text-left a.hero-read-more {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  section.alt-img-left-text .hero-text-left h2, section.alt-img-left-text .hero-text-left .h2, section.alt-img-right-text .hero-text-left h2, section.alt-img-right-text .hero-text-left .h2, section.img-center-text-left .hero-text-left h2, section.img-center-text-left .hero-text-left .h2, section.img-center-text-center .hero-text-left h2, section.img-center-text-center .hero-text-left .h2, section.img-left .hero-text-left h2, section.img-left .hero-text-left .h2, section.img-right .hero-text-left h2, section.img-right .hero-text-left .h2 {
    font-size: 2.25em;
  }
  section.alt-img-left-text .hero-text-left p, section.alt-img-right-text .hero-text-left p, section.img-center-text-left .hero-text-left p, section.img-center-text-center .hero-text-left p, section.img-left .hero-text-left p, section.img-right .hero-text-left p {
    font-size: 1.5em;
  }
  section.alt-img-left-text .hero-text-left div.paragraph-container, section.alt-img-right-text .hero-text-left div.paragraph-container, section.img-center-text-left .hero-text-left div.paragraph-container, section.img-center-text-center .hero-text-left div.paragraph-container, section.img-left .hero-text-left div.paragraph-container, section.img-right .hero-text-left div.paragraph-container {
    font-size: 1.5em;
  }
  section.alt-img-left-text .hero-img, section.alt-img-right-text .hero-img, section.img-center-text-left .hero-img, section.img-center-text-center .hero-img, section.img-left .hero-img, section.img-right .hero-img {
    /*height: 40vh;
    object-fit: cover;
    object-position: center center;*/
  }

  section.alt-img-left-text .hero-text-left > .hero-alt-cta-container {
    display: flex;
    max-width: unset;
    gap: 4em;
    width: 100%;
    margin: 0;
    justify-content: start;
  }
}
/*
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  section.alt-img-left-text {
    margin: 2em 0;

  }
  section.alt-img-right-text {
    margin: 2em 0;
  }

  section.alt-img-left-text, section.alt-img-right-text, section.img-center-text-left, section.img-center-text-center, section.img-left, section.img-right {

    .hero-text-left {
      margin-left: 1em;
    }

    .hero-text-left.right {
      margin-right: 1em;
      margin-left: 0;
    }

    .hero-text-left h2 {
      font-size: 1.8em;
    }

    .hero-text-left p {
      font-size: 1.8em;
    }

    .hero-img {
      height: 40vh;
      object-fit: cover;
      object-position: center center;
    }
  }
 */
@media screen and (max-width: 768px) {
  section.alt-img-left-text {
    margin: 0;
  }

  section.img-left-text {
    margin: 0;
  }

  section.img-right-text {
    margin: 0;
  }

  section.img-right-text {
    margin-bottom: calc(5em * 2);
  }

  section.alt-img-left-text {
    margin-bottom: calc(5em * 2);
  }

  section.img-left-text {
    margin-bottom: calc(5em * 2);
  }

  section.img-center-text-left {
    margin-bottom: calc(5em * 2);
  }

  section.img-center-text-center {
    margin-bottom: calc(5em * 2);
  }

  .hero-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: column-reverse;
  }

  .hero-container.justify-right {
    align-items: flex-end;
  }

  .hero-alt-cta-container {
    display: flex;
    gap: 2em;
    justify-content: center;
  }

  section.alt-img-left-text .hero-text-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: -4em;
    left: 0;
    z-index: 1;
    margin: 0 2em;
  }

  section.alt-img-right-text .hero-text-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: -4em;
    right: 0;
    z-index: 1;
    margin: 0 2em;
  }

  section.alt-img-left-text .hero-text-left h2, section.alt-img-left-text .hero-text-left .h2 {
    color: #e31010;
    font-family: "Oswald";
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    max-width: unset;
  }

  section.alt-img-right-text .hero-text-left.right h2, section.alt-img-right-text .hero-text-left.right .h2 {
    color: #e31010;
    font-family: "Oswald";
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    max-width: unset;
    text-align: left;
  }

  section.alt-img-left-text .hero-text-left h5, section.alt-img-left-text .hero-text-left .h5 {
    font-size: 1.25em;
  }

  section.alt-img-right-text .hero-text-left.right h5, section.alt-img-right-text .hero-text-left.right .h5 {
    font-size: 1.25em;
  }

  section.alt-img-left-text .hero-text-left > .hero-alt-cta-container {
    display: flex;
    max-width: unset;
    gap: 2em;
    width: 100%;
    margin: 0;
    justify-content: start;
  }

  section.alt-img-left-text .hero-text-left a.hero-read-more {
    font-size: 1.25em;
  }

  section.alt-img-right-text .hero-text-left.right a.hero-read-more {
    font-size: 1.25em;
  }

  section.alt-img-right-text .hero-text-left.right {
    width: 95vw;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 1.5em;
    left: 0;
    z-index: 1;
    margin: 0 1em;
    justify-content: normal;
    align-items: flex-start;
    text-align: left;
  }

  section.alt-img-right-text .hero-text-left h2, section.alt-img-right-text .hero-text-left .h2 {
    color: #e31010;
    font-family: "Oswald";
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    max-width: unset;
  }

  section.alt-img-right-text .hero-text-left h5, section.alt-img-right-text .hero-text-left .h5 {
    font-size: 1.25em;
  }

  section.alt-img-right-text .hero-text-left > .hero-alt-cta-container {
    display: flex;
    max-width: unset;
    gap: 2em;
    width: 100%;
    margin: 0;
    justify-content: start;
  }

  section.alt-img-right-text .hero-text-left a.hero-read-more {
    font-size: 1.25em;
  }

  section.alt-img-left-text .vimeo-wrapper, section.alt-img-right-text .vimeo-wrapper, section.img-center-text-left .vimeo-wrapper, section.img-center-text-center .vimeo-wrapper, section.img-left .vimeo-wrapper, section.img-right .vimeo-wrapper {
    right: 15px;
    bottom: 15px;
  }
  section.alt-img-left-text .hero-alt-cta-container, section.alt-img-right-text .hero-alt-cta-container, section.img-center-text-left .hero-alt-cta-container, section.img-center-text-center .hero-alt-cta-container, section.img-left .hero-alt-cta-container, section.img-right .hero-alt-cta-container {
    display: flex;
    flex-direction: column;
    gap: 2em;
    justify-content: center;
  }
  section.alt-img-left-text .hero-text-left, section.alt-img-right-text .hero-text-left, section.img-center-text-left .hero-text-left, section.img-center-text-center .hero-text-left, section.img-left .hero-text-left, section.img-right .hero-text-left {
    width: 95vw;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 1.5em;
    left: 0;
    z-index: 1;
    margin: 0 1em;
  }
  section.alt-img-left-text .hero-text-left.right, section.alt-img-right-text .hero-text-left.right, section.img-center-text-left .hero-text-left.right, section.img-center-text-center .hero-text-left.right, section.img-left .hero-text-left.right, section.img-right .hero-text-left.right {
    margin: 0 1em;
  }
  section.alt-img-left-text .hero-text-left > .cta-container, section.alt-img-right-text .hero-text-left > .cta-container, section.img-center-text-left .hero-text-left > .cta-container, section.img-center-text-center .hero-text-left > .cta-container, section.img-left .hero-text-left > .cta-container, section.img-right .hero-text-left > .cta-container {
    padding-right: 0;
    max-width: unset;
    flex-direction: column;
  }
  section.alt-img-left-text .hero-text-left.right > .cta-container, section.alt-img-right-text .hero-text-left.right > .cta-container, section.img-center-text-left .hero-text-left.right > .cta-container, section.img-center-text-center .hero-text-left.right > .cta-container, section.img-left .hero-text-left.right > .cta-container, section.img-right .hero-text-left.right > .cta-container {
    padding-right: 0;
    max-width: unset;
    flex-direction: column;
  }
  section.alt-img-left-text .hero-text-left h2, section.alt-img-left-text .hero-text-left .h2, section.alt-img-right-text .hero-text-left h2, section.alt-img-right-text .hero-text-left .h2, section.img-center-text-left .hero-text-left h2, section.img-center-text-left .hero-text-left .h2, section.img-center-text-center .hero-text-left h2, section.img-center-text-center .hero-text-left .h2, section.img-left .hero-text-left h2, section.img-left .hero-text-left .h2, section.img-right .hero-text-left h2, section.img-right .hero-text-left .h2 {
    color: #e31010;
    font-family: "Oswald";
    font-size: 2em;
    font-weight: 600;
    letter-spacing: 6px;
    text-transform: uppercase;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    max-width: unset;
  }
  section.alt-img-left-text span.hero-head-line, section.alt-img-right-text span.hero-head-line, section.img-center-text-left span.hero-head-line, section.img-center-text-center span.hero-head-line, section.img-left span.hero-head-line, section.img-right span.hero-head-line {
    width: 3em;
    border-bottom: 0.4em solid #E31010;
    height: auto;
    display: block;
    margin: 1em 7px 2em 0;
    margin-right: 0.75em;
  }
  section.alt-img-left-text .hero-text-left p, section.alt-img-right-text .hero-text-left p, section.img-center-text-left .hero-text-left p, section.img-center-text-center .hero-text-left p, section.img-left .hero-text-left p, section.img-right .hero-text-left p {
    color: #585858;
    font-family: "Oswald";
    font-size: 1.25em;
    font-weight: 300;
    letter-spacing: 1px;
    max-width: unset;
  }
  section.alt-img-left-text .hero-text-left div.paragraph-container, section.alt-img-right-text .hero-text-left div.paragraph-container, section.img-center-text-left .hero-text-left div.paragraph-container, section.img-center-text-center .hero-text-left div.paragraph-container, section.img-left .hero-text-left div.paragraph-container, section.img-right .hero-text-left div.paragraph-container {
    color: #585858;
    font-family: "Oswald";
    font-size: 1.25em;
    font-weight: 300;
    letter-spacing: 1px;
    max-width: unset;
  }
  section.alt-img-left-text .hero-text-left.center > p, section.alt-img-right-text .hero-text-left.center > p, section.img-center-text-left .hero-text-left.center > p, section.img-center-text-center .hero-text-left.center > p, section.img-left .hero-text-left.center > p, section.img-right .hero-text-left.center > p {
    text-align: center;
  }
  section.alt-img-left-text .hero-text-left.center > .paragraph-container, section.alt-img-right-text .hero-text-left.center > .paragraph-container, section.img-center-text-left .hero-text-left.center > .paragraph-container, section.img-center-text-center .hero-text-left.center > .paragraph-container, section.img-left .hero-text-left.center > .paragraph-container, section.img-right .hero-text-left.center > .paragraph-container {
    text-align: center;
  }
  section.alt-img-left-text .hero-text-left a.hero-read-more, section.alt-img-right-text .hero-text-left a.hero-read-more, section.img-center-text-left .hero-text-left a.hero-read-more, section.img-center-text-center .hero-text-left a.hero-read-more, section.img-left .hero-text-left a.hero-read-more, section.img-right .hero-text-left a.hero-read-more {
    color: #585858;
    font-family: "Oswald";
    font-size: 1.25em;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    position: relative;
  }
  section.alt-img-left-text .hero-img-right, section.alt-img-left-text .hero-img-left, section.alt-img-right-text .hero-img-right, section.alt-img-right-text .hero-img-left, section.img-center-text-left .hero-img-right, section.img-center-text-left .hero-img-left, section.img-center-text-center .hero-img-right, section.img-center-text-center .hero-img-left, section.img-left .hero-img-right, section.img-left .hero-img-left, section.img-right .hero-img-right, section.img-right .hero-img-left {
    width: 100%;
    position: relative;
    right: 0;
    z-index: 0;
    padding: 0;
    top: 0;
  }
  section.alt-img-left-text .hero-img, section.alt-img-right-text .hero-img, section.img-center-text-left .hero-img, section.img-center-text-center .hero-img, section.img-left .hero-img, section.img-right .hero-img {
    height: 45vh;
    object-fit: cover;
    object-position: center center;
  }
  section.alt-img-left-text .hero-img-center-container > .hero-text-left, section.alt-img-right-text .hero-img-center-container > .hero-text-left, section.img-center-text-left .hero-img-center-container > .hero-text-left, section.img-center-text-center .hero-img-center-container > .hero-text-left, section.img-left .hero-img-center-container > .hero-text-left, section.img-right .hero-img-center-container > .hero-text-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 1.5em;
    left: 0;
    z-index: 1;
    margin: 0 1em;
  }
  section.alt-img-left-text .hero-text-left a.hero-read-more::before, section.alt-img-right-text .hero-text-left a.hero-read-more::before, section.img-center-text-left .hero-text-left a.hero-read-more::before, section.img-center-text-center .hero-text-left a.hero-read-more::before, section.img-left .hero-text-left a.hero-read-more::before, section.img-right .hero-text-left a.hero-read-more::before {
    /*content: unset;*/
  }
}
/* CA - HERO BANNER COMPONENT - END */
/* CA - DOUBLE VIDEO / IMG COMPONENT - START */
section.ca-triple-img .triple-image-container {
  display: flex;
  margin-top: 2em;
  gap: 2em;
}

section.ca-quad-img .quad-image-container {
  display: flex;
  margin-top: 2em;
  row-gap: 6em;
  column-gap: 2em;
}

section.ca-double-img, section.ca-triple-img, section.ca-quad-img {
  visibility: hidden;
}

section.ca-double-img, section.ca-triple-img, section.ca-quad-img {
  margin: 0 2em;
}

section.ca-double-img .double-img-wrapper, section.ca-triple-img .double-img-wrapper, section.ca-quad-img .double-img-wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
section.ca-double-img span.double-img-head-line, section.ca-triple-img span.double-img-head-line, section.ca-quad-img span.double-img-head-line {
  width: 1.5em;
  border-bottom: 0.125em solid #E31010;
  height: auto;
  display: block;
  margin: 1em 7px 1.5em 0;
}
section.ca-double-img h3.double-img-heading, section.ca-double-img .double-img-heading.h3, section.ca-triple-img h3.double-img-heading, section.ca-triple-img .double-img-heading.h3, section.ca-quad-img h3.double-img-heading, section.ca-quad-img .double-img-heading.h3 {
  color: #E31010;
  font-family: Oswald;
  font-size: 1.8em;
  font-weight: 300;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
section.ca-double-img .double-img-container, section.ca-triple-img .double-img-container, section.ca-quad-img .double-img-container {
  display: flex;
  height: auto;
  justify-content: center;
  margin-top: 2em;
  gap: 2em;
}
section.ca-double-img .double-img-left, section.ca-triple-img .double-img-left, section.ca-quad-img .double-img-left {
  width: 100%;
  height: 100%;
  position: relative;
}
section.ca-double-img .double-img-left-container, section.ca-triple-img .double-img-left-container, section.ca-quad-img .double-img-left-container {
  position: relative;
  padding-bottom: 100%;
}
section.ca-double-img .double-img-left picture, section.ca-triple-img .double-img-left picture, section.ca-quad-img .double-img-left picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.ca-double-img .double-img-right, section.ca-triple-img .double-img-right, section.ca-quad-img .double-img-right {
  width: 100%;
  height: 100%;
  position: relative;
}
section.ca-double-img .double-img-right-container, section.ca-triple-img .double-img-right-container, section.ca-quad-img .double-img-right-container {
  position: relative;
  padding-bottom: 100%;
}
section.ca-double-img .double-img-right picture, section.ca-triple-img .double-img-right picture, section.ca-quad-img .double-img-right picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.ca-double-img img.double-img-image, section.ca-triple-img img.double-img-image, section.ca-quad-img img.double-img-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
section.ca-double-img .vimeo-wrapper iframe, section.ca-triple-img .vimeo-wrapper iframe, section.ca-quad-img .vimeo-wrapper iframe {
  min-width: 177%;
}
section.ca-double-img .double-img-text, section.ca-triple-img .double-img-text, section.ca-quad-img .double-img-text {
  margin-top: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
section.ca-double-img .double-img-text.center, section.ca-triple-img .double-img-text.center, section.ca-quad-img .double-img-text.center {
  align-items: center;
}
section.ca-double-img .double-img-text.center .double-img-cta-container, section.ca-triple-img .double-img-text.center .double-img-cta-container, section.ca-quad-img .double-img-text.center .double-img-cta-container {
  width: auto;
  justify-content: center;
}
section.ca-double-img h3.double-img-title, section.ca-double-img .double-img-title.h3, section.ca-triple-img h3.double-img-title, section.ca-triple-img .double-img-title.h3, section.ca-quad-img h3.double-img-title, section.ca-quad-img .double-img-title.h3 {
  text-transform: uppercase;
  font-size: 1.5em;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  font-weight: 300;
  color: #E31010;
}
section.ca-double-img .double-img-p, section.ca-triple-img .double-img-p, section.ca-quad-img .double-img-p {
  font-size: 1.125em;
  color: #585858;
  letter-spacing: 0.025em;
}
section.ca-double-img div.paragraph-container, section.ca-triple-img div.paragraph-container, section.ca-quad-img div.paragraph-container {
  font-size: 1.125em;
  color: #585858;
  letter-spacing: 0.05em;
}
section.ca-double-img div.paragraph-container, section.ca-triple-img div.paragraph-container, section.ca-quad-img div.paragraph-container {
  margin-top: 0;
  margin-bottom: 1.25em;
}
section.ca-double-img div.paragraph-container p, section.ca-triple-img div.paragraph-container p, section.ca-quad-img div.paragraph-container p {
  margin: 0;
}
section.ca-double-img .double-img-cta-container, section.ca-triple-img .double-img-cta-container, section.ca-quad-img .double-img-cta-container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: start;
  gap: 3em;
}
section.ca-double-img .double-img-text a.double-img-cta, section.ca-triple-img .double-img-text a.double-img-cta, section.ca-quad-img .double-img-text a.double-img-cta {
  color: #585858;
  font-family: "Oswald";
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  width: fit-content;
}
section.ca-double-img a.double-img-cta:hover, section.ca-triple-img a.double-img-cta:hover, section.ca-quad-img a.double-img-cta:hover {
  color: #E31010;
}
section.ca-double-img .double-img-text a.double-img-cta::before, section.ca-triple-img .double-img-text a.double-img-cta::before, section.ca-quad-img .double-img-text a.double-img-cta::before {
  content: " ";
  position: absolute;
  display: flex;
  width: 37px;
  height: 0.18em;
  bottom: -1em;
  left: 0;
  background-color: #585858;
  transform-origin: top left;
  transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
section.ca-double-img .double-img-text a.double-img-cta:hover::before, section.ca-double-img .double-img-text a.double-img-cta.active:hover::before, section.ca-triple-img .double-img-text a.double-img-cta:hover::before, section.ca-triple-img .double-img-text a.double-img-cta.active:hover::before, section.ca-quad-img .double-img-text a.double-img-cta:hover::before, section.ca-quad-img .double-img-text a.double-img-cta.active:hover::before {
  width: 100%;
  background-color: #E31010;
}

@media screen and (max-width: 991px) {
  section.ca-triple-img .triple-image-container {
    flex-direction: column;
    row-gap: 2em;
  }

  section.ca-quad-img .quad-image-container {
    row-gap: 2em;
    flex-wrap: wrap;
  }
  section.ca-quad-img .quad-image-container .double-img-left {
    width: calc(50% - 1em);
  }

  section.ca-double-img, section.ca-triple-img, section.ca-quad-img {
    margin: 0 1em;
  }
  section.ca-double-img .double-img-container, section.ca-triple-img .double-img-container, section.ca-quad-img .double-img-container {
    flex-direction: column;
    gap: 2em;
  }
  section.ca-double-img h3.double-img-title, section.ca-double-img .double-img-title.h3, section.ca-triple-img h3.double-img-title, section.ca-triple-img .double-img-title.h3, section.ca-quad-img h3.double-img-title, section.ca-quad-img .double-img-title.h3 {
    margin-bottom: 1rem;
  }
  section.ca-double-img p.double-img-p, section.ca-triple-img p.double-img-p, section.ca-quad-img p.double-img-p {
    font-size: 1.125em;
  }
  section.ca-double-img div.paragraph-container, section.ca-triple-img div.paragraph-container, section.ca-quad-img div.paragraph-container {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  section.ca-quad-img .quad-image-container {
    flex-direction: column;
    margin: 1.5em 0;
  }
  section.ca-quad-img .quad-image-container .double-img-left {
    width: 100%;
  }

  section.ca-double-img .double-img-container, section.ca-triple-img .double-img-container, section.ca-quad-img .double-img-container {
    width: 100%;
    margin: 1.5em 0;
  }
  section.ca-double-img h3.double-img-heading, section.ca-double-img .double-img-heading.h3, section.ca-triple-img h3.double-img-heading, section.ca-triple-img .double-img-heading.h3, section.ca-quad-img h3.double-img-heading, section.ca-quad-img .double-img-heading.h3 {
    font-size: 20px;
  }
  section.ca-double-img .double-img-left, section.ca-triple-img .double-img-left, section.ca-quad-img .double-img-left {
    right: 0;
    margin-bottom: 1em;
  }
  section.ca-double-img .double-img-right, section.ca-triple-img .double-img-right, section.ca-quad-img .double-img-right {
    left: 0;
    margin-bottom: 1em;
  }
  section.ca-double-img .double-img-text, section.ca-triple-img .double-img-text, section.ca-quad-img .double-img-text {
    margin: 0 1em;
    margin-top: 0.5em;
  }
  section.ca-double-img h3.double-img-title, section.ca-double-img .double-img-title.h3, section.ca-triple-img h3.double-img-title, section.ca-triple-img .double-img-title.h3, section.ca-quad-img h3.double-img-title, section.ca-quad-img .double-img-title.h3 {
    font-size: 18px;
  }
  section.ca-double-img p.double-img-p, section.ca-triple-img p.double-img-p, section.ca-quad-img p.double-img-p {
    font-size: 16px;
  }
  section.ca-double-img div.paragraph-container, section.ca-triple-img div.paragraph-container, section.ca-quad-img div.paragraph-container {
    font-size: 16px;
  }
  section.ca-double-img .double-img-text a.double-img-cta, section.ca-triple-img .double-img-text a.double-img-cta, section.ca-quad-img .double-img-text a.double-img-cta {
    font-size: 20px;
    margin-left: -12px;
  }
  section.ca-double-img .double-img-text a.double-img-cta::before, section.ca-triple-img .double-img-text a.double-img-cta::before, section.ca-quad-img .double-img-text a.double-img-cta::before {
    bottom: -0.5em;
  }
  section.ca-double-img .double-img-cta-container, section.ca-triple-img .double-img-cta-container, section.ca-quad-img .double-img-cta-container {
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  section.ca-quad-img .double-img-cta-container {
    flex-direction: column;
  }
}
/* CA - DOUBLE VIDEO / IMG COMPONENT - END */
/* CA - COMP IMAGE PARAGRAPH COMPONENT - START */
section.ca-comp-image-paragraph {
  margin: 5em 0;
  visibility: hidden;
}

section.ca-comp-image-paragraph .image-paragraph-wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
section.ca-comp-image-paragraph .image-paragraph-container {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  gap: 2em;
  overflow: hidden;
}
section.ca-comp-image-paragraph .image-paragraph-image {
  width: 100%;
  height: 100%;
  position: relative;
}
section.ca-comp-image-paragraph .image-paragraph-text {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.ca-comp-image-paragraph img.image-paragraph-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
section.ca-comp-image-paragraph .image-paragraph-text-inner {
  /* margin-top: 1.5em; */
  width: 80%;
}
section.ca-comp-image-paragraph h3.image-paragraph-title, section.ca-comp-image-paragraph .image-paragraph-title.h3 {
  text-align: left;
  color: #E31010;
  text-transform: uppercase;
  font-size: 1.8em;
  letter-spacing: 0.25em;
  /* margin-bottom: 1rem; */
  font-weight: 300;
  margin-bottom: 1em;
}
section.ca-comp-image-paragraph span.image-paragraph-line {
  width: 1.5em;
  border-bottom: 0.125em solid #E31010;
  height: auto;
  display: block;
  margin: 0.5em 0 4em 0;
}
section.ca-comp-image-paragraph p.image-paragraph-p {
  text-align: left;
  color: #585858;
  font-size: 1.125em;
  letter-spacing: 0.025em;
  margin-bottom: 4em;
}
section.ca-comp-image-paragraph div.paragraph-container {
  text-align: left;
  color: #585858;
  font-size: 1.125em;
  letter-spacing: 0.05em;
  margin-bottom: 1.25em;
}
section.ca-comp-image-paragraph .image-paragraph-cta-container {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 2em;
  row-gap: 3em;
  padding-bottom: 1em;
}
section.ca-comp-image-paragraph a.image-paragraph-cta:hover {
  color: #E31010;
}
section.ca-comp-image-paragraph a.image-paragraph-cta {
  color: #585858;
  font-family: "Oswald";
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  margin-right: 1.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.ca-comp-image-paragraph a.image-paragraph-cta::before {
  content: " ";
  position: absolute;
  display: flex;
  width: 37px;
  height: 0.18em;
  bottom: -1em;
  left: 0;
  background-color: #585858;
  transform-origin: top left;
  transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
section.ca-comp-image-paragraph .image-paragraph-text a.image-paragraph-cta:hover::before, section.ca-comp-image-paragraph .image-paragraph-text a.image-paragraph-cta.active:hover::before {
  width: 100%;
  background-color: #E31010;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  section.ca-comp-image-paragraph {
    margin: 1em;
  }

  section.ca-comp-image-paragraph .image-paragraph-container {
    align-items: flex-start;
  }
  section.ca-comp-image-paragraph .image-paragraph-container.override-order > .image-paragraph-text {
    margin-bottom: 1.5em;
  }
  section.ca-comp-image-paragraph .image-paragraph-text-inner {
    /* margin-top: 1.5em; */
    width: 100%;
  }
  section.ca-comp-image-paragraph h3.image-paragraph-title, section.ca-comp-image-paragraph .image-paragraph-title.h3 {
    font-size: 1.8em;
  }
  section.ca-comp-image-paragraph p.image-paragraph-p {
    font-size: 1.25em;
  }
  section.ca-comp-image-paragraph div.paragraph-container {
    font-size: 1.25em;
  }
  section.ca-comp-image-paragraph a.image-paragraph-cta {
    font-size: 1em;
  }
}
@media screen and (max-width: 480px) {
  section.ca-comp-image-paragraph .image-paragraph-container.override-order-mobile {
    flex-direction: column-reverse;
  }
  section.ca-comp-image-paragraph .image-paragraph-container.override-order {
    flex-direction: column-reverse;
  }
  section.ca-comp-image-paragraph .image-paragraph-container {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
  }
  section.ca-comp-image-paragraph h2.image-paragraph-heading, section.ca-comp-image-paragraph .image-paragraph-heading.h2 {
    font-size: 1.25em;
  }
  section.ca-comp-image-paragraph .image-paragraph-image {
    right: 0;
    margin-bottom: 0;
  }
  section.ca-comp-image-paragraph .image-paragraph-text {
    left: 0;
  }
  section.ca-comp-image-paragraph .image-paragraph-cta-container {
    flex-direction: column;
    align-items: flex-start;
  }
  section.ca-comp-image-paragraph span.image-paragraph-line {
    margin: 1em 0 1.5em;
  }
  section.ca-comp-image-paragraph .image-paragraph-text-inner {
    padding: 0 1em;
    margin: 0;
    width: 100%;
  }
  section.ca-comp-image-paragraph h3.image-paragraph-title, section.ca-comp-image-paragraph .image-paragraph-title.h3 {
    font-size: 1.2em;
  }
  section.ca-comp-image-paragraph p.image-paragraph-p {
    font-size: 1em;
  }
  section.ca-comp-image-paragraph div.paragraph-container {
    font-size: 1em;
  }
  section.ca-comp-image-paragraph a.image-paragraph-cta {
    margin-right: 0;
    font-size: 1em;
  }
}
/* CA - COMP IMAGE PARAGRAPH COMPONENT - END */
/* CA - SIMPLE PARAGRAPH COMPONENT - START */
section.simple-paragraph {
  margin: 2em 0;
  visibility: hidden;
}

section.simple-paragraph .simple-paragraph-container {
  display: flex;
  width: 60vw;
  height: auto;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
section.simple-paragraph .simple-paragraph-text {
  width: 100%;
  height: 100%;
  /*left: .8em;*/
  max-width: 900px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.simple-paragraph .simple-paragraph-text.center > div > h3, section.simple-paragraph .simple-paragraph-text.center > div > .h3, section.simple-paragraph .simple-paragraph-text.center > div > p {
  text-align: center;
}
section.simple-paragraph .simple-paragraph-text.center > .simple-paragraph-text-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.simple-paragraph .simple-paragraph-text.center > .simple-paragraph-text-inner > .simple-paragraph-cta-container {
  display: flex;
  justify-content: center;
}
section.simple-paragraph img.simple-paragraph-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
section.simple-paragraph .simple-paragraph-text-inner {
  /* margin-top: 1.5em; */
  width: auto;
}
section.simple-paragraph h3.simple-paragraph-title, section.simple-paragraph .simple-paragraph-title.h3 {
  text-align: left;
  color: #E31010;
  text-transform: uppercase;
  font-size: 1.8em;
  letter-spacing: 0.25em;
  font-weight: 300;
  margin-bottom: 0.75em;
  /* text-align: center; */
}
section.simple-paragraph span.simple-paragraph-line {
  width: 1.5em;
  border-bottom: 0.125em solid #E31010;
  height: auto;
  display: block;
  margin: 0 0 1.5em 0;
}
section.simple-paragraph p.simple-paragraph-p {
  text-align: left;
  color: #585858;
  font-size: 1.125em;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
  /* text-align: center; */
}
section.simple-paragraph div.paragraph-container {
  text-align: left;
  color: #585858;
  font-size: 1.125em;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
section.simple-paragraph div.paragraph-container.center {
  text-align: center;
}
section.simple-paragraph .simple-paragraph-cta-container {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  gap: 2em;
}
section.simple-paragraph .simple-paragraph-text-inner a.simple-paragraph-cta {
  color: #585858;
  font-family: "Oswald";
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.simple-paragraph a.simple-paragraph-cta:hover {
  color: #e31010;
}
section.simple-paragraph .simple-paragraph-text-inner a.simple-paragraph-cta::before {
  content: " ";
  position: absolute;
  display: flex;
  width: 100%;
  height: 0.18em;
  bottom: -1em;
  left: 0;
  background-color: #585858;
  transform: scaleX(0.2);
  transform-origin: top left;
  transition: transform 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
section.simple-paragraph .simple-paragraph-text a.simple-paragraph-cta:hover::before, section.simple-paragraph .simple-paragraph-text a.simple-paragraph-cta.active:hover::before {
  transform: scaleX(1);
  background-color: #e31010;
}

@media screen and (min-width: 425px) and (max-width: 768px) {
  section.simple-paragraph .simple-paragraph-container {
    width: calc(100% + -1em);
    margin-left: 0.5em;
  }
  section.simple-paragraph .simple-paragraph-text {
    /* left: .5em; */
    /* width: 95vw; */
    padding: 0 1em;
  }
  section.simple-paragraph h3.simple-paragraph-title, section.simple-paragraph .simple-paragraph-title.h3 {
    font-size: 1.8em;
  }
  section.simple-paragraph p.simple-paragraph-p {
    font-size: 1.25em;
  }
  section.simple-paragraph div.paragraph-container {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 425px) {
  section.simple-paragraph .simple-paragraph-container {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
  }
  section.simple-paragraph .simple-paragraph-image {
    right: 0;
    margin-bottom: 1em;
  }
  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: 22px;
  }
  section.simple-paragraph p.simple-paragraph-p {
    font-size: 18px;
  }
  section.simple-paragraph div.paragraph-container {
    font-size: 18px;
  }
  section.simple-paragraph .simple-paragraph-text-inner a.simple-paragraph-cta {
    font-size: 18px;
  }
}
/* CA - SIMPLE PARAGRAPH COMPONENT - END */
/* CA - HERO SLOGAN COMPONENT - START */
section.hero-slogan {
  visibility: hidden;
}

section.hero-slogan {
  margin: 5em 0;
}

section.hero-slogan.pdp {
  margin: 50px 0;
}

section.hero-slogan .hero-slogan-container {
  display: flex;
  width: 60vw;
  height: auto;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
section.hero-slogan .hero-slogan-container.left {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}
section.hero-slogan .hero-slogan-text {
  width: 100%;
  height: 100%;
  /* left: .8em; */
  max-width: 900px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.hero-slogan .hero-slogan-text.left {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
section.hero-slogan .hero-slogan-text.center > div > h3, section.hero-slogan .hero-slogan-text.center > div > .h3, section.hero-slogan .hero-slogan-text.center > div > p {
  text-align: center;
}
section.hero-slogan .hero-slogan-text.center > .hero-slogan-text-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.hero-slogan .hero-slogan-text.center > .hero-slogan-text-inner > .hero-slogan-cta-container {
  display: flex;
  justify-content: center;
}
section.hero-slogan img.hero-slogan-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
section.hero-slogan .hero-slogan-text-inner {
  /* margin-top: 1.5em; */
  width: auto;
}
section.hero-slogan h3.hero-slogan-title, section.hero-slogan .hero-slogan-title.h3 {
  text-align: left;
  color: #E31010;
  text-transform: uppercase;
  font-size: 3em;
  letter-spacing: 0.25em;
  /* text-align: center; */
  font-weight: 300;
  margin-bottom: 0.75em;
}
section.hero-slogan span.hero-slogan-line {
  width: 1.5em;
  border-bottom: 0.125em solid #E31010;
  height: auto;
  display: block;
  margin: 0 0 2.25em 0;
}
section.hero-slogan p.hero-slogan-p {
  text-align: left;
  color: #585858;
  font-size: 1.5em;
  letter-spacing: 0.025em;
  margin-bottom: 1.5em;
}
section.hero-slogan div.paragraph-container {
  text-align: left;
  color: #585858;
  font-size: 1.125em;
  letter-spacing: 0.05em;
  margin-bottom: 1.5em;
}
section.hero-slogan div.paragraph-container.center {
  text-align: center;
}
section.hero-slogan .hero-slogan-cta-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
  width: 100%;
  max-width: unset;
  column-gap: 3em;
  row-gap: 2em;
  margin: 0;
  justify-content: flex-start;
  justify-items: flex-start;
}
section.hero-slogan .hero-slogan-text.center > .hero-slogan-text-inner > .hero-slogan-cta-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
  width: auto;
  max-width: unset;
  column-gap: 1em;
  row-gap: 2em;
  margin: 0;
  justify-content: center;
  justify-items: center;
}
@media screen and (max-width: 768px) {
  section.hero-slogan .hero-slogan-cta-container, section.hero-slogan .hero-slogan-text.center > .hero-slogan-text-inner > .hero-slogan-cta-container {
    grid-template-columns: repeat(auto-fill, minmax(10em, 1fr));
  }
}
section.hero-slogan .hero-slogan-text-inner a.hero-slogan-cta {
  color: #585858;
  font-family: "Oswald";
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}
section.hero-slogan a.hero-slogan-cta:hover {
  color: #e31010;
}
section.hero-slogan .hero-slogan-text-inner a.hero-slogan-cta::before {
  content: " ";
  position: absolute;
  display: flex;
  width: 37px;
  height: 0.18em;
  bottom: -1em;
  left: 0;
  background-color: #585858;
  transform-origin: top left;
  transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
section.hero-slogan .hero-slogan-text a.hero-slogan-cta:hover::before, section.hero-slogan .hero-slogan-text a.hero-slogan-cta.active:hover::before {
  width: 100%;
  background-color: #e31010;
}

@media screen and (min-width: 425px) and (max-width: 768px) {
  section.hero-slogan .hero-slogan-container {
    width: calc(100% + -1em);
    margin-left: 0.5em;
  }
  section.hero-slogan .hero-slogan-text {
    /* left: .5em; */
    /* width: 95vw; */
    padding: 0 1em;
  }
  section.hero-slogan h3.hero-slogan-title, section.hero-slogan .hero-slogan-title.h3 {
    font-size: 1.8em;
  }
  section.hero-slogan p.hero-slogan-p {
    font-size: 1.5em;
  }
  section.hero-slogan div.paragraph-container {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 425px) {
  section.hero-slogan .hero-slogan-container {
    width: 100%;
    flex-direction: column;
    margin-left: 0;
  }
  section.hero-slogan .hero-slogan-image {
    right: 0;
    margin-bottom: 1em;
  }
  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 p.hero-slogan-p {
    font-size: 1.5em;
  }
  section.hero-slogan div.paragraph-container {
    font-size: 1.5em;
  }
  section.hero-slogan .hero-slogan-text-inner a.image-paragraph-cta {
    font-size: 1.5em;
  }
}
/* CA - HERO SLOGAN COMPONENT - 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: #E31010;
}
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: 500;
  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 #E31010;
}
section.work-with-us .job-open-application-box.selected {
  border: solid 3px #E31010;
  cursor: default;
  background-color: #E31010;
  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 #E31010;
  cursor: default;
  background-color: #E31010;
  color: #FFF;
}
section.work-with-us .job-box:hover {
  border: solid 3px #E31010;
}
section.work-with-us .job-title {
  margin-bottom: 6.5px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2.6px;
}
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: 500;
}
section.work-with-us .job-brand-names {
  font-weight: 500;
}
section.work-with-us .job-marker {
  margin-right: 10px;
  font-size: 24px;
}
section.work-with-us .job-location {
  font-size: 16px;
  letter-spacing: 2px;
}
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: #E31010;
}
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-family: Oswald, serif;
  font-size: 16px;
  font-weight: 500;
  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: #E31010;
}
section.work-with-us .has-error .form-select {
  border-color: #E31010;
}
section.work-with-us .has-error .form-file-label {
  border-color: #E31010;
}
section.work-with-us .form-group {
  width: 100%;
}
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: #E31010;
  border: solid 1px #E31010;
}
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: #E31010;
  color: #E31010;
}
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: 40px;
  background-color: #E31010;
  color: #FFF;
  letter-spacing: 1.6px;
}
section.work-with-us .btn-submit:hover {
  background-color: #FFF;
  border-color: #E31010;
  color: #E31010;
}
@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: 80%;
  }
}
@media (min-width: 1400px) {
  section.work-with-us .container-xxl {
    max-width: 1310px;
    padding: 0;
  }
}

.article-header-cms-component {
  padding-right: 0;
  padding-left: 0;
}
.article-header-cms-component .article-header-img {
  width: 100%;
}

.article-quote-paragraph-cms-component .author-quote {
  color: #32424f !important;
}
.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 .w-100 {
  width: 100% !important;
}
.article-quote-paragraph-cms-component .castelli-quote {
  display: flex;
  width: 0.33333333%;
}

.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 {
  margin-top: 0;
  padding-left: 7em;
  padding-right: 7em;
  margin-bottom: 4em;
}
div.blog-show-more-button-container button.blog-show-more u {
  text-decoration: black;
}
div.blog-show-more-button-container .text-center {
  display: flex;
  justify-content: center;
}

.column-area-cms-component {
  max-width: 1440px;
  width: 100%;
  font-family: Oswald, serif;
  letter-spacing: 1.2px;
  color: #585858;
}
.column-area-cms-component .number {
  font-size: 40px;
  vertical-align: text-top;
  text-align: center;
}
.column-area-cms-component .title {
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
  text-transform: uppercase;
}
.column-area-cms-component .text {
  font-size: 18px;
  line-height: normal;
}
.column-area-cms-component .column-border {
  border-left: solid #dbdbdb;
}

.image-carousel-cms-component {
  overflow: hidden;
  padding-right: 0;
  max-width: 1920px;
  margin: auto;
}
.image-carousel-cms-component .imgCarousel {
  margin-left: 2em;
}
@media screen and (max-width: 599px) {
  .image-carousel-cms-component h2, .image-carousel-cms-component .h2 {
    font-size: 26px;
    font-weight: 300;
  }
  .image-carousel-cms-component .imgCarousel {
    margin-left: 0;
  }
  .image-carousel-cms-component div.navigation-pagination {
    padding-left: 0.6em;
    padding-right: 0em;
  }
  .image-carousel-cms-component div.swiper-button-prev-img.material-icons::after {
    font-size: 1.7em;
  }
  .image-carousel-cms-component div.swiper-button-next-img.material-icons::after {
    font-size: 1.7em;
  }
}
.image-carousel-cms-component .swiper {
  width: 100%;
  height: 100%;
}
.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 .swiper-img {
  width: 100%;
  object-fit: cover;
  display: flex;
}
.image-carousel-cms-component .navigation-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 2em 1em;
}
.image-carousel-cms-component .swiper-button-prev-img.material-icons::after {
  content: "navigate_before";
  font-size: 40px;
  color: #585858;
  font-weight: 300;
  display: block;
}
.image-carousel-cms-component .swiper-button-next-img.material-icons::after {
  content: "navigate_next";
  font-size: 40px;
  color: #585858;
  font-weight: 300;
  display: block;
}

.ca-comp-blog-articles .image-paragraph-alt-blog-text .read-more-button {
  font-size: 13px;
  text-decoration: underline;
}

section.ca-comp-blog-articles-first-element {
  position: relative;
  margin-bottom: 3em;
}
section.ca-comp-blog-articles-first-element .image-paragraph-alt-blog-img {
  width: 100%;
}
section.ca-comp-blog-articles-first-element div.image-paragraph-alt-blog-text-first-element {
  margin-left: 3em;
  margin-top: 4em;
}
section.ca-comp-blog-articles-first-element div.image-paragraph-alt-blog-text-first-element .read-more-button {
  font-size: 14px;
  text-decoration: underline;
}
section.ca-comp-blog-articles-first-element div.image-paragraph-alt-blog-text-first-element .text-intro-container {
  margin-right: 1em;
}
section.ca-comp-blog-articles-first-element div.image-paragraph-alt-blog-text-first-element .h2 {
  position: relative;
  font-size: 64px;
  text-transform: uppercase;
  color: #e31010;
  white-space: nowrap;
}
section.ca-comp-blog-articles-first-element div.image-paragraph-alt-blog-text-first-element .h2:before {
  content: " ";
  position: absolute;
  display: flex;
  width: 40px;
  top: 100%;
  height: 0.05em;
  bottom: 0.4em;
  background-color: #e31010;
  transform-origin: top left;
  transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
@media screen and (max-width: 1440px) {
  section.ca-comp-blog-articles-first-element div.image-paragraph-alt-blog-text-first-element .h2 {
    font-size: 48px;
  }
  section.ca-comp-blog-articles-first-element div.image-paragraph-alt-blog-text-first-element p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1350px) {
  section.ca-comp-blog-articles-first-element div.image-paragraph-alt-blog-text-first-element .h2 {
    font-size: 32px;
  }
  section.ca-comp-blog-articles-first-element div.image-paragraph-alt-blog-text-first-element p {
    font-size: 18px;
  }
}
@media screen and (max-width: 850px) {
  section.ca-comp-blog-articles-first-element div.image-paragraph-alt-blog-text-first-element .h2 {
    white-space: initial;
  }
}
section.ca-comp-blog-articles-first-element div.image-paragraph-alt-blog-text-first-element p {
  font-size: 22px;
  letter-spacing: 1.1px;
  margin-top: 1em;
}

.blog-archive .container-fluid, .blog-archive .container-sm, .blog-archive .container-md, .blog-archive .container-lg, .blog-archive .container-xl, .blog-archive .container-xxl {
  justify-content: center;
}
.blog-archive .filter-tag-container {
  margin-bottom: 2em;
}

section.ca-comp-blog-articles {
  margin-bottom: 5em;
}
section.ca-comp-blog-articles div.image-paragraph-alt-blog-img {
  margin-right: 0;
}
section.ca-comp-blog-articles div.image-paragraph-alt-blog-text a {
  color: #fff;
  background-color: #e31010;
  text-transform: uppercase;
  border-radius: 40px;
  font-size: 16px;
  letter-spacing: 1.6px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: 100%;
  cursor: pointer;
}
section.ca-comp-blog-articles div.image-paragraph-alt-blog-text .text {
  font-size: 18px;
  letter-spacing: 0.9px;
}
section.ca-comp-blog-articles div.image-paragraph-alt-blog-text .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: normal;
  text-transform: uppercase;
}
section.ca-comp-blog-articles div.image-paragraph-alt-blog-text .category-article {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 18px;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}
section.ca-comp-blog-articles div.image-paragraph-alt-blog-text .read-more-button {
  font-size: 14px;
  text-decoration: underline;
}
section.ca-comp-blog-articles div.image-paragraph-alt-blog-text h1, section.ca-comp-blog-articles div.image-paragraph-alt-blog-text .h1 {
  font-size: 22px;
  text-transform: uppercase;
}

.blog-cms-component .filtered-articles-container .container-fluid, .blog-cms-component .filtered-articles-container .container-sm, .blog-cms-component .filtered-articles-container .container-md, .blog-cms-component .filtered-articles-container .container-lg, .blog-cms-component .filtered-articles-container .container-xl, .blog-cms-component .filtered-articles-container .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.blog-cms-component .filtered-articles-container .container-fluid .col-12, .blog-cms-component .filtered-articles-container .container-sm .col-12, .blog-cms-component .filtered-articles-container .container-md .col-12, .blog-cms-component .filtered-articles-container .container-lg .col-12, .blog-cms-component .filtered-articles-container .container-xl .col-12, .blog-cms-component .filtered-articles-container .container-xxl .col-12 {
  padding-right: 0;
  padding-left: 0;
}
.blog-cms-component .filtered-articles-container .container {
  max-width: 1440px;
}
@media screen and (min-width: 767px) and (max-width: 1440px) {
  .blog-cms-component .filtered-articles-container .container .row {
    padding: 0 3em;
  }
  .blog-cms-component .filtered-articles-container .container .container-fluid .row, .blog-cms-component .filtered-articles-container .container .container-sm .row, .blog-cms-component .filtered-articles-container .container .container-md .row, .blog-cms-component .filtered-articles-container .container .container-lg .row, .blog-cms-component .filtered-articles-container .container .container-xl .row, .blog-cms-component .filtered-articles-container .container .container-xxl .row {
    padding: 0;
  }
}
.blog-cms-component .articles-container .container-fluid, .blog-cms-component .articles-container .container-sm, .blog-cms-component .articles-container .container-md, .blog-cms-component .articles-container .container-lg, .blog-cms-component .articles-container .container-xl, .blog-cms-component .articles-container .container-xxl {
  padding-right: 0;
  padding-left: 0;
}
.blog-cms-component .articles-container .container-fluid .col-12, .blog-cms-component .articles-container .container-sm .col-12, .blog-cms-component .articles-container .container-md .col-12, .blog-cms-component .articles-container .container-lg .col-12, .blog-cms-component .articles-container .container-xl .col-12, .blog-cms-component .articles-container .container-xxl .col-12 {
  padding-right: 0;
  padding-left: 0;
}
.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;
  }
}

.archive-text .h2 {
  font-weight: 400;
}
.archive-text .h2 a {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  section.ca-comp-blog-articles-first-element .row {
    display: flex;
    flex-direction: column-reverse;
  }
  section.ca-comp-blog-articles-first-element .row .mt-5 {
    margin-top: 0 !important;
    margin-left: 1.5em;
  }
  section.ca-comp-blog-articles-first-element div.image-paragraph-alt-blog-img {
    width: 100%;
    height: 15em;
    margin-right: 0;
    background-position: center center;
    background-size: cover;
  }
  section.ca-comp-blog-articles-first-element div.image-paragraph-alt-blog-text-first-element {
    margin-left: 2em;
    margin-right: 2em;
    position: static;
  }
  section.ca-comp-blog-articles-first-element div.image-paragraph-alt-blog-text-first-element .h2 {
    position: relative;
    margin-top: 0.5em;
    white-space: normal;
    font-size: 30px;
  }
  section.ca-comp-blog-articles-first-element div.image-paragraph-alt-blog-text-first-element .text-intro-container {
    margin-right: 0;
  }
  section.ca-comp-blog-articles-first-element div.image-paragraph-alt-blog-text-first-element p {
    width: 100%;
    -webkit-line-clamp: 4;
    font-size: 28px;
  }

  .blog-cms-component .col-12 {
    padding-right: 0;
    padding-left: 0;
  }

  section.ca-comp-blog-articles {
    margin-bottom: 3em;
  }
  section.ca-comp-blog-articles div.image-paragraph-alt-blog-img {
    margin-right: 0;
  }
  section.ca-comp-blog-articles div.image-paragraph-alt-blog-text .category-article {
    margin-top: 0.5em;
    font-size: 18px;
  }
  section.ca-comp-blog-articles div.image-paragraph-alt-blog-text .text {
    font-size: 17px;
    line-height: normal;
    margin-bottom: 24px;
  }
  section.ca-comp-blog-articles div.image-paragraph-alt-blog-text .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: normal;
    text-transform: uppercase;
  }
  section.ca-comp-blog-articles div.image-paragraph-alt-blog-text h1, section.ca-comp-blog-articles div.image-paragraph-alt-blog-text .h1 {
    margin-top: 1em;
  }
  section.ca-comp-blog-articles div.image-paragraph-alt-blog-text p {
    -webkit-line-clamp: 4;
  }

  .blog-show-more-button-container button.blog-show-more {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
}
.filter-tag-container {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .filter-tag-container .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.filter-tag-container .swiper-wrapper .swiper-slide {
  width: initial !important;
}
.filter-tag-container .all-filter-tag {
  color: #585858;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.9px;
}
.filter-tag-container .filter-tag {
  color: #585858;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.filter-tag-container .active {
  color: #e31010;
}

.archive-text .archive {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.archive-text h2, .archive-text .h2 {
  font-size: 12px;
  letter-spacing: 1px;
  padding-bottom: 0.5em;
  padding-right: 1.2em;
}
.archive-text h2 a, .archive-text .h2 a {
  font-size: 15px;
}
.archive-text .icon-archive {
  padding-right: 0.3em;
  padding-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .archive-text {
    font-size: 12px;
  }
}

.articles-carousel-cms-component {
  overflow: hidden;
  padding-right: 0;
  max-width: 1920px;
  margin: auto;
}
.articles-carousel-cms-component .articles-carousel-cms-component {
  padding: 0;
}
.articles-carousel-cms-component .articles-carousel-cms-component .col-12 {
  padding: 0;
}
.articles-carousel-cms-component h2, .articles-carousel-cms-component .h2 {
  font-family: Oswald, serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 6px;
  color: #e31010;
}
.articles-carousel-cms-component .tag {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #585858;
  font-family: Oswald, serif;
}
.articles-carousel-cms-component .title {
  font-size: 18px;
  font-weight: 300;
  color: #585858;
  font-family: Oswald, serif;
}
.articles-carousel-cms-component .swiper {
  width: 100%;
  height: 100%;
  display: flex;
}
.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 .navigation-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.articles-carousel-cms-component .swiper-button-prev.material-icons::after {
  content: "navigate_before";
  font-size: 40px;
  color: #585858;
  font-weight: 300;
  display: block;
}
.articles-carousel-cms-component .swiper-button-next.material-icons::after {
  content: "navigate_next";
  font-size: 40px;
  color: #585858;
  font-weight: 300;
  display: block;
}

/* FOR GRID ARTICLES
.articles-carousel-cms-component {

  .limit-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  h2 {
    font-family: Oswald, serif;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #e31010;
    margin-left: 2.2em;
  }

  .row {
    margin: 0 3.5em;
    color: #585858;
    font-family: Oswald, serif;
  }

  .tag {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
  }

  .title {
    font-size: 18px;
    font-weight: 300;
  }

  img {
    width: 100%;
  }

  .swiper {
    display: none;
  }

}*/
@media screen and (max-width: 991px) {
  section.articles-carousel-cms-component {
    overflow: hidden;
    padding-left: 0.6em;
    padding-right: 0.6em;
  }
  section.articles-carousel-cms-component h2, section.articles-carousel-cms-component .h2 {
    font-size: 20px;
    margin-left: 8px;
    margin-bottom: 0;
  }
  section.articles-carousel-cms-component .navigation-pagination {
    margin-bottom: 38px;
  }
  section.articles-carousel-cms-component .swiper {
    width: 100%;
    height: 100%;
    display: flex;
  }
  section.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;
  }
  section.articles-carousel-cms-component .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .column-area-cms-component {
    font-family: Oswald, serif;
  }
  .column-area-cms-component .text {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1.2px;
  }
}
.hero-read-more span {
  position: relative;
}
.hero-read-more span:hover {
  color: #e31010;
}
.hero-read-more span:hover:before {
  width: 80%;
  background-color: #e31010;
}
.hero-read-more span:before {
  content: " ";
  position: absolute;
  display: flex;
  width: 23px;
  height: 0.18em;
  top: 100%;
  background-color: #585858;
  transform-origin: top left;
  transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
.hero-read-more.active span:before {
  background-color: #e31010;
}

.blog-cms-component h2.explore-our-stories, .blog-cms-component .explore-our-stories.h2 {
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em;
}
.blog-cms-component .display-none {
  display: none !important;
}

@media (min-width: 992px) {
  .articles-carousel-cms-component.ca-comp-blog-articles .image-paragraph-alt-blog-text-cta {
    max-width: 201.5px;
  }
  .articles-carousel-cms-component.ca-comp-blog-articles .image-paragraph-alt-blog-text .text {
    margin-bottom: 24px;
  }
  .articles-carousel-cms-component .navigation-pagination {
    margin-bottom: 24px;
  }
  .articles-carousel-cms-component .navigation-pagination h2, .articles-carousel-cms-component .navigation-pagination .h2 {
    margin-left: 7px;
  }
}
@media (min-width: 1440px) {
  .articles-carousel-cms-component.p-0 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
.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%23e31010%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%23e31010%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%23e31010%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%23e31010%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%23e31010%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%23e31010%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%23e31010%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%23e31010%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%23e31010%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%23e31010%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%23e31010%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%23e31010%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%23e31010%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%23e31010%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%23e31010%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%23e31010%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%23e31010%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%23e31010%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%23e31010%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: #F4F4F4;
}
.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.8rem;
    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-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: 40px;
  background-color: #E31010;
  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: #E31010;
  color: #E31010;
}
.reviews-cms-component #writeReviewForm {
  color: #585858;
  font-size: 14px;
  font-weight: 500;
  padding-top: 3rem;
}
.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: #F4F4F4;
  font-size: 1rem;
}
.reviews-cms-component #writeReviewForm input:disabled {
  color: #dbdbdb;
}
.reviews-cms-component #writeReviewForm textarea {
  background-color: #F4F4F4;
  min-height: 150px;
}
.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: 40px;
  background-color: #E31010;
  color: #FFF;
  letter-spacing: 1.6px;
  font-size: 16px;
  font-weight: normal;
}
.reviews-cms-component #writeReviewForm .btn-submit:hover {
  background-color: #FFF;
  border-color: #E31010;
  color: #E31010;
}
.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: #f4f4f4;
    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 #review-page-selection ul {
    justify-content: center;
  }

  .people-reviews #active-people-reviews {
    height: initial;
    overflow-y: auto;
  }
}
#ReviewForm .star-rating {
  justify-content: center;
}

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

.hidden-see-more-text {
  display: none;
}

.span-rating {
  height: 15px;
  display: inline-block;
}

.pdp-review-average {
  font-size: 12px;
  text-align: center;
  color: #585858;
  font-weight: 600;
}

.pdp-review-number {
  font-size: 12px;
  text-align: center;
  color: #585858;
}

@media all and (max-width: 767px) {
  .kit-elipses {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
  }

  .kit_composition ul[role=navigation] {
    margin: 0 2em;
  }
  .kit_composition > div[role=tabpanel] {
    flex-direction: column;
    height: unset;
    max-height: unset;
    margin: 1em 2em;
  }
  .kit_composition > div[role=tabpanel] > figure {
    width: 100%;
  }
  .kit_composition > div[role=tabpanel] > figure picture {
    height: 355px;
  }
  .kit_composition > div[role=tabpanel] > figure figcaption {
    margin: 10px;
  }
  .kit_composition > div[role=tabpanel] > div {
    width: 100%;
    overflow-y: hidden;
  }
  .kit_composition > div[role=tabpanel] > div ul {
    overflow-x: auto;
    white-space: nowrap;
  }

  .js-show-product-details {
    text-align: center;
  }

  .kit-product > div span {
    padding-bottom: 0 !important;
  }
  .kit-product .price {
    margin-bottom: 10px;
    justify-content: center;
  }
  .kit-product .price > .promo > span {
    top: 0 !important;
  }

  li.kit-product {
    display: inline-flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    margin-right: 10px;
  }
  li.kit-product:last-of-type {
    margin-right: 0;
  }
  li.kit-product img {
    width: 100%;
    max-width: 150px;
  }
  li.kit-product > div {
    width: 100%;
    max-width: 150px;
  }
  li.kit-product > div h2, li.kit-product > div .h2 {
    white-space: break-spaces;
    text-align: center;
  }
  li.kit-product > div p, li.kit-product > div a {
    display: none;
  }
  li.kit-product > div span {
    font-weight: 300;
    text-align: center;
    margin-top: 0;
  }
}
.kit_composition {
  margin-top: 2em;
}
.kit_composition ul[role=navigation] {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  padding: 0;
  overflow-x: auto;
}
.kit_composition ul[role=navigation] > li[role=tab] {
  flex-grow: 1;
  cursor: pointer;
  padding: 4px 0;
  padding-right: 10px;
  border-bottom: 3px solid #dbdbdb;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 4px;
  white-space: nowrap;
  transition: all 200ms ease-in-out;
  margin-bottom: 10px;
}
.kit_composition ul[role=navigation] > li[role=tab].active {
  border-bottom-color: #e31010;
  color: #e31010;
}
.kit_composition > [role=tabpanel] {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  gap: 19px;
}
.kit_composition > [role=tabpanel] > figure {
  width: 50%;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.kit_composition > [role=tabpanel] > figure picture {
  width: 100%;
}
.kit_composition > [role=tabpanel] > figure picture img {
  width: 100%;
  object-fit: cover;
}
.kit_composition > [role=tabpanel] > figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f4f4f4;
  padding: 13px 18px;
  cursor: pointer;
  margin: 20px;
}
.kit_composition > [role=tabpanel] > figure figcaption h3, .kit_composition > [role=tabpanel] > figure figcaption .h3 {
  letter-spacing: 3.2px;
  font-size: 16px;
  margin: 0;
}
.kit_composition > [role=tabpanel] > figure figcaption h3:last-of-type, .kit_composition > [role=tabpanel] > figure figcaption .h3:last-of-type {
  text-align: right;
  display: none;
}
.kit_composition > [role=tabpanel] > figure figcaption p {
  display: none;
  padding-top: 10px;
}
.kit_composition > [role=tabpanel] > figure figcaption.expanded h3:first-of-type, .kit_composition > [role=tabpanel] > figure figcaption.expanded .h3:first-of-type {
  display: none;
}
.kit_composition > [role=tabpanel] > figure figcaption.expanded h3:last-of-type, .kit_composition > [role=tabpanel] > figure figcaption.expanded .h3:last-of-type {
  display: block;
}
.kit_composition > [role=tabpanel] > figure figcaption.expanded p {
  display: block;
}
.kit_composition > [role=tabpanel] > div {
  width: 50%;
  overflow-y: auto;
  max-height: 710px;
}
.kit_composition > [role=tabpanel] > div > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.kit-product {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 32px;
  padding-bottom: 30px;
  padding-right: 10px;
}
.kit-product:last-of-type {
  padding-bottom: 0;
}
.kit-product img {
  width: 30%;
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
}
.kit-product > div {
  width: 70%;
}
.kit-product > div h2, .kit-product > div .h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0;
}
.kit-product > div p {
  font-size: 16px;
  letter-spacing: 0.8px;
  margin: 0;
  padding: 0 0 20px 0;
}
.kit-product > div span {
  font-size: 16px;
  display: block;
  font-weight: 500;
  letter-spacing: 3.2px;
  padding: 0 0 20px 0;
}
.kit-product > div a {
  color: #e31010;
  text-decoration: underline;
  font-weight: 500;
  font-size: 14px;
}
.kit-product .price {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.kit-product .price .discount {
  font-weight: bold;
  text-decoration: line-through;
  color: #e31010;
}
.kit-product .price > .promo {
  font-size: 12px;
  background-color: #e31010;
  display: flex;
  align-items: center;
  padding: 4px 14px 5px 13px;
  border-radius: 15px;
  height: 23px;
  color: #fff;
  max-width: 150px;
}
.kit-product .price > .promo > span {
  font-size: 12px;
  position: relative;
  top: 1px;
  display: inline-block;
  padding: 0;
}

#product_detail .modal-content {
  min-height: 50vh;
}

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

#product_detail .modal-content .btn-close {
  position: absolute;
  right: 0rem;
  top: 0rem;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 15px;
}

@media (min-width: 1280px) and (max-width: 1440px) {
  #product_detail .modal-content .btn-close {
    position: absolute;
    right: 0;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 15px;
  }
}
.kit-container-cms-component {
  max-width: 1440px;
  margin: auto;
}

#product_detail .pcolor-container {
  flex-direction: column-reverse;
}

/*
    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 {
  background-color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 3em;
  width: 25%;
  border-radius: 10px 10px 0px 0px;
}
.tab-cms-component li.nav-item.active {
  background-color: #e31010;
  color: white !important;
  padding-right: 0.5em;
  padding-left: 0.5em;
}
.tab-cms-component li.nav-item.active a.nav-link {
  color: white !important;
}
.tab-cms-component li a.nav-link {
  flex-grow: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
.tab-cms-component .nav-tab-border {
  border-bottom: solid 2px #e31010;
}
.tab-cms-component .nav-tabs .nav-link {
  border: none;
}
.tab-cms-component .tab-content {
  padding: 3rem 0;
}

@media screen and (max-width: 767px) {
  section.tab-cms-component .tab-content {
    margin: 0;
    margin-top: 1em;
    padding-top: 0;
  }
  section.tab-cms-component .nav-tab-border {
    overflow: auto;
    white-space: nowrap;
    flex-wrap: nowrap;
  }
  section.tab-cms-component .nav-tab-border li.nav-item {
    width: auto;
    padding-right: 0.5em;
    overflow: initial;
    display: inline-flex;
  }
  section.tab-cms-component .nav-tab-border li.nav-item a.nav-link {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  section.tab-cms-component ul.nav-tabs {
    width: 100%;
    overflow-x: auto;
    margin-right: auto;
    position: relative;
    margin-left: auto;
    white-space: nowrap;
  }
}
.accordion-cms-component {
  max-width: initial;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}
.accordion-cms-component .nav-link {
  padding: 0.8rem;
  display: inline-block;
}
.accordion-cms-component li a {
  color: #585858 !important;
  font-size: 1.5rem;
  font-weight: 500;
}
.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='%23585858' %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-box-with-title {
  border-bottom: solid 1px #dbdbdb;
  border-bottom-right-radius: unset;
  border-bottom-left-radius: unset;
}
.accordion-cms-component .accordion-body {
  padding: 3rem 0;
}

.compare-control {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 16px;
  justify-content: center;
}
.compare-control > input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  margin: -1px 0 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;
}
.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 #e31010;
  border-radius: 50%;
}
.compare-control > input[type=checkbox]:checked::before {
  transform: scale(1);
}
.compare-control > input[type=checkbox]:disabled {
  background-color: rgba(0, 0, 0, 0.05);
  cursor: not-allowed;
}
.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: #e31010;
  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: #e31010;
  width: 90px;
  height: 90px;
  top: 25px;
  transform: rotate(45deg);
}
.compare-tray-wrapper .compare-tray-separator {
  width: 100%;
  border-bottom: 8px solid #e31010;
}
.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.5rem;
  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;
}

@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;
  }
}
/* 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 {
    flex-wrap: wrap;
  }
  .compare-products-view #compare-page-reviews-min-width .product-rating .s-rating {
    min-width: 100px;
  }

  .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 {
  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 .compare-product-item {
  width: 100%;
}
.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: center;
  width: 100%;
  color: #585858;
}
.compare-products-view .compare-product-item .compare-product-summary > div > figure figcaption::before {
  position: absolute;
  bottom: -0.5rem;
  width: 56px;
  height: 1px;
  background-color: #585858;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}
.compare-products-view .compare-product-item .compare-product-summary > div > p {
  color: #585858;
  letter-spacing: 1px;
  flex-grow: 1;
}
.compare-products-view .compare-product-item .compare-product-summary > div > div {
  display: flex;
  gap: 18px;
  letter-spacing: 0.2rem;
  justify-content: center;
  margin-bottom: 1em;
}
.compare-products-view .compare-product-item .compare-product-summary > div > div span {
  font-size: 18px;
  font-weight: normal;
  color: #585858;
  letter-spacing: 1.6px;
}
.compare-products-view .compare-product-item .compare-product-summary > div > div span.discount {
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #e31010;
  letter-spacing: 1.6px;
}

section[data-type=collapsible] {
  position: relative;
  margin: 2em 2em 0 2em;
}
section[data-type=collapsible] h4.compareProductInformation, section[data-type=collapsible] .compareProductInformation.h4 {
  text-transform: uppercase;
}
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: #585858;
}
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 {
  text-transform: uppercase;
  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;
}

#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%;
  }
}
.wizard-hidden {
  height: 0;
  overflow: hidden;
}

@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(--primary);
  position: absolute;
  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 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1.4px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#wizard-step-2 .step-content .category-content figure figcaption h2::after, #wizard-step-2 .step-content .category-content figure figcaption .h2::after {
  content: "";
  position: absolute;
  background-color: var(--dkgrey);
  height: 3px;
  width: 41px;
  left: 50%;
  transform: translateX(-50%);
  top: 44px;
}
#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: 100px;
  left: 0;
  right: 0;
  margin: auto;
  display: none;
  width: 80vw;
  max-width: 865px;
  min-height: 300px;
  max-height: calc(100vh - 200px);
  overflow: auto;
  padding: 30px 100px 50px 100px;
  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%;
  padding: 24px 0;
}
.wizard-step-2-modal h3, .wizard-step-2-modal .h3 {
  letter-spacing: 4px;
  font-size: 20px;
}
.wizard-step-2-modal p {
  margin: 0;
  padding: 0;
}
.wizard-step-2-modal [role=button] {
  display: block;
  font-size: 24px;
  text-align: right;
  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-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 page */
section#pdp-prodtop.custom .promo_name_badge {
  left: auto;
  right: 10px;
  top: 10px;
}
section#pdp-prodtop.custom .promo_name_badge .badge-pdp {
  height: 29px;
  margin-top: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #E31010;
}
section#pdp-prodtop.custom .promo_name_badge .badge-pdp .icon {
  width: 19px;
  height: 19px;
}
section#pdp-prodtop.custom .h4 {
  margin-top: 10px;
  line-height: 27px;
  font-size: 18px;
  letter-spacing: 0.05em;
}
section#pdp-prodtop.custom .shortdesc {
  margin-top: 5px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.08em;
}
section#pdp-prodtop.custom .pcolor-container {
  margin-top: 22px;
}
section#pdp-prodtop.custom .custom-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #E31010;
}
section#pdp-prodtop.custom .custom-prices .price {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
}
section#pdp-prodtop.custom .custom-prices .price + .price:before {
  content: "-";
  margin: 0 5px;
}
section#pdp-prodtop.custom .custom-prices .icon {
  margin-left: 10px;
  font-size: 18px;
  cursor: pointer;
}
section#pdp-prodtop.custom div#prdgalldesk .promo_name_badge.custom {
  left: auto;
}

section#pdp-prodtop .btn.secondary.secondary.customize-button,
.btn.secondary.customize-button {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#pdp-prodtop .btn.secondary.secondary.customize-button img,
.btn.secondary.customize-button img {
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

/* modal info prices */
.info-prices {
  color: #FFFFFF;
}
.info-prices-modal {
  padding: 10px;
  background: rgba(0, 0, 0, 0.8) url("../png/info-prices-mobile.png") center center;
  background-size: cover;
}
.info-prices-modal .custom-modal-close:after, .info-prices-modal .custom-modal-close:before {
  background-color: #FFFFFF;
}
.info-prices-modal .custom-modal-content-box {
  background-color: transparent;
}
.info-prices-modal .custom-modal-details {
  padding-left: 10px;
  padding-right: 10px;
}
.info-prices-titles {
  padding: 32px 60px 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.2em;
}
.info-prices-title {
  color: #E31010;
}
.info-prices-text {
  margin-top: 15px;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: center;
}
.info-prices-boxes {
  margin-top: 35px;
}
.info-prices-boxes-single-box {
  margin-bottom: 30px;
  padding: 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  background-color: rgba(206, 212, 218, 0.3);
}
.info-prices-boxes-single-box:last-child {
  margin-bottom: 0;
}
.info-prices-boxes-single-box span {
  display: inline-block;
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  color: #FFFFFF;
}
.info-prices-boxes-single-box span + span {
  padding-top: 8px;
  margin-top: 7px;
  border-top: 2px solid #E31010;
}

/* product-designs */
.product-designs {
  margin-top: 43px;
  margin-bottom: 35px;
}
.product-designs-menu-tabs {
  display: flex;
  position: relative;
  z-index: 1;
}
.product-designs-menu-tabs:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 1px;
  z-index: 2;
  background-color: #DBDBDB;
}
.product-designs-menu-tab {
  flex: 1 1 50%;
  text-align: center;
  position: relative;
  z-index: 3;
}
.product-designs-menu-tab .title {
  padding: 0;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  border: 0;
  background: none;
  color: #585858;
}
.product-designs-menu-tab .title.active span {
  color: #E31010;
  position: relative;
  z-index: 4;
}
.product-designs-menu-tab .title.active span:after {
  display: block;
  content: "";
  width: 140%;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 5;
  transform: translateX(-50%);
  background-color: #585858;
}
.product-designs-menu-tab .title span {
  display: inline-block;
  padding: 10px 0;
}
.product-designs-menu-tab + .product-designs-menu-tab:before {
  display: block;
  content: "";
  width: 1px;
  position: absolute;
  top: 9px;
  left: 0;
  bottom: 9px;
  background-color: #DBDBDB;
}
.product-designs-tabs {
  margin-top: 43px;
}
.product-designs-tabs-single-tab-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 17px;
}
.product-designs-tabs-single-tab-content .single-design {
  max-width: 21.4%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.product-designs-tabs-single-tab-content .single-design.active {
  border: 1px solid #E31010;
}
.product-designs-tabs-single-tab-content .single-design a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-designs-tabs-single-tab-content .single-design a img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ATC modal */
.addtocart-modal .custom-modal-details {
  padding: 0;
}
.addtocart-modal .custom-modal-details .info-prices {
  padding: 10px;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.8) url("../png/info-prices-mobile.png") center center;
  background-size: cover;
}
.addtocart-modal .custom-modal-details .info-prices:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  /* not fully supported */
  -webkit-backdrop-filter: blur(4px);
  /* not fully supported */
}

.atc-modal-wrapper {
  padding: 50px 10px;
}
.atc-modal-box-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
.atc-modal-box-table {
  margin-top: 40px;
}
.atc-modal-box-table .block {
  flex: 1 1 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  border-bottom: 1px solid #DBDBDB;
}
.atc-modal-box-table .block.heading {
  border-bottom: none;
}
.atc-modal-box-table .block .cell {
  flex: 0 1 50%;
  padding: 24px 0;
}
.atc-modal-box-table .block .cell .label {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.atc-modal-box-table .block .cell + .cell {
  border-left: 1px solid #DBDBDB;
}
.atc-modal-box-total {
  margin-top: 47px;
  margin-bottom: 42px;
}
.atc-modal-box-total-line {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
.atc-modal-box-total-line .total {
  margin-left: 5px;
  font-weight: 500;
  color: #E31010;
}

.quantity-selector {
  width: 100px;
  height: 32px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 40px;
  border: 1px solid #DBDBDB;
}
.quantity-selector.selected {
  background-color: #F0F0F0;
}
.quantity-selector .plus,
.quantity-selector .minus {
  width: 30%;
  position: relative;
  z-index: 1;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
}
.quantity-selector .plus:after, .quantity-selector .plus:before,
.quantity-selector .minus:after,
.quantity-selector .minus:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
  background-color: #585858;
}
.quantity-selector .plus:before,
.quantity-selector .minus:before {
  width: 11px;
  height: 1px;
}
.quantity-selector .plus:after {
  width: 1px;
  height: 11px;
}
.quantity-selector .quantity {
  width: 40%;
}

/* add to project modal */
.addtoproject-modal .custom-modal-header {
  height: 122px;
  position: relative;
  z-index: 1;
  background: none;
}
.addtoproject-ribbon {
  width: 70px;
  position: absolute;
  top: -18px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.addtoproject-title {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
.addtoproject-text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.addtoproject-cta {
  margin-top: 37px;
}

/* modal error */
.addtocarterror-modal .custom-modal-header {
  height: 135px;
  background: none;
}
.addtocarterror-logo {
  width: 117px;
  height: 100px;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  border-radius: 0px 0px 5px 5px;
  background-color: #E31010;
}
.addtocarterror-title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.1em;
}
.addtocarterror-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
}

/* unmade modal */
.unmade-modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
}
.unmade-modal .modal-dialog .modal-content {
  height: 100vh;
  min-height: 100%;
}
.unmade-modal .modal-dialog .modal-content .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
}
.unmade-modal .modal-dialog .modal-content .modal-header {
  text-align: left;
  padding: 10px;
  border: none;
}
.unmade-modal .modal-dialog .modal-content .modal-logo {
  max-width: 150px;
}
.unmade-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.customize-modal .custom-modal-content-box {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.customize-modal .custom-modal-header {
  height: 40px;
  background: none;
}
.customize-modal .custom-modal-header img {
  max-width: 150px;
  margin-right: auto;
}
.customize-modal .custom-modal-details {
  height: 100%;
  padding: 5px 10px 10px;
}
.customize-modal .custom-modal-iframe {
  height: calc(100% - 45px);
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  section#pdp-prodtop.custom {
    margin-top: 28px;
  }
  section#pdp-prodtop.custom .h4 {
    font-size: 30px;
    line-height: 44px;
  }
  section#pdp-prodtop.custom .shortdesc {
    font-size: 16px;
    line-height: 24px;
  }
  section#pdp-prodtop.custom .pcolor-container {
    margin-top: 19px;
  }
  section#pdp-prodtop.custom div.size {
    margin-bottom: 8px;
  }
  section#pdp-prodtop.custom div#colRight .product-details-box {
    margin: 0 auto;
    max-width: 70%;
  }
  section#pdp-prodtop div#prdgalldesk .promo_name_badge.custom {
    left: auto;
    right: 45px;
  }

  .info-prices {
    color: #FFFFFF;
  }
  .info-prices-modal {
    background: none;
  }
  .info-prices-modal .custom-modal-content-box {
    max-width: 678px;
    padding-left: 85px;
    padding-right: 85px;
    background: transparent url("../png/info-prices.png") center center;
    background-size: cover;
  }
  .info-prices-modal .custom-modal-content-box:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
  }
  .info-prices-modal .custom-modal-background {
    backdrop-filter: none;
  }
  .info-prices-modal .custom-modal-details {
    padding: 54px 0;
  }
  .info-prices-titles {
    padding: 0;
  }
  .info-prices-title, .info-prices-subtitle {
    display: inline;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 0.2em;
  }
  .info-prices-text {
    font-size: 16px;
    line-height: 24px;
  }
  .info-prices-boxes-single-box {
    flex-direction: row;
  }
  .info-prices-boxes-single-box:last-child {
    margin-bottom: 0;
  }
  .info-prices-boxes-single-box span {
    flex: 1 1 50%;
  }
  .info-prices-boxes-single-box span + span {
    padding-top: 0;
    margin-top: 0;
    border-top: none;
    padding-left: 8px;
    margin-left: 7px;
    border-left: 2px solid #E31010;
  }

  .product-designs {
    margin-top: 20px;
    margin-bottom: 29px;
  }
  .product-designs-menu-tabs li.nav-item {
    padding-left: 53px;
    padding-right: 53px;
  }
  .product-designs-menu-tabs li.nav-item:first-child {
    padding-left: 0;
  }
  .product-designs-menu-tabs li.nav-item:last-child {
    padding-right: 0;
  }
  .product-designs-menu-tab {
    flex: unset;
  }
  .product-designs-menu-tab .title.active span:after {
    width: 100%;
  }
  .product-designs-tabs {
    margin-top: 20px;
  }
  .product-designs-tabs-single-tab-content {
    justify-content: start;
    gap: 10px;
  }
  .product-designs-tabs-single-tab-content .single-design {
    max-width: 68px;
  }

  .addtocart-modal .custom-modal-content-box {
    max-width: 1024px;
  }
  .addtocart-modal .custom-modal-details .info-prices {
    padding: 38px 33px 21px;
  }
  .addtocart-modal .custom-modal-details .info-prices-title, .addtocart-modal .custom-modal-details .info-prices-subtitle {
    font-size: 24px;
    line-height: 36px;
  }
  .addtocart-modal .custom-modal-details .info-prices-text {
    font-size: 14px;
    line-height: 21px;
  }
  .addtocart-modal .custom-modal-details .info-prices-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
  }
  .addtocart-modal .custom-modal-details .info-prices-boxes-single-box {
    margin-bottom: 0;
    flex: 1 1 auto;
    flex-direction: column;
  }
  .addtocart-modal .custom-modal-details .info-prices-boxes-single-box span + span {
    padding-top: 8px;
    padding-left: 0;
    margin-top: 7px;
    margin-left: 0;
    border-top: 2px solid #E31010;
    border-left: none;
  }

  .atc-modal-wrapper {
    padding: 40px 30px 50px;
  }
  .atc-modal-box {
    color: #585858;
  }
  .atc-modal-box-title {
    text-align: left;
  }
  .atc-modal-box-table {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .atc-modal-box-table .block {
    border-bottom: none;
    border-left: 1px solid #DBDBDB;
  }
  .atc-modal-box-table .block.heading {
    display: none;
  }
  .atc-modal-box-table .block:nth-child(2) {
    border-left: none;
  }
  .atc-modal-box-table .block .cell {
    flex: 0 1 100%;
    height: 80px;
    padding: 29px 0 20px;
  }
  .atc-modal-box-table .block .cell + .cell {
    border-left: none;
    border-top: 1px solid #DBDBDB;
  }
  .atc-modal-box-recap {
    margin-top: 55px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .atc-modal-box-total {
    margin-top: 0;
    margin-bottom: 0;
    flex: 1 1 50%;
  }
  .atc-modal-box-total-line + .atc-modal-box-total-line {
    margin-top: 8px;
  }
  .atc-modal-box-buttons {
    flex: 1 1 50%;
  }

  .quantity-selector {
    width: 60px;
  }

  .product-shippinginfo {
    display: flex;
    justify-content: space-between;
  }

  .addtoproject-modal .custom-modal-content {
    align-items: flex-start;
  }
  .addtoproject-modal .custom-modal-content-box {
    min-width: 692px;
    max-width: 692px;
    top: 113px;
  }
  .addtoproject-modal .custom-modal-header {
    height: 146px;
  }
  .addtoproject-text {
    padding: 0 40px;
  }
  .addtoproject-cta {
    max-width: 240px;
    margin-bottom: 47px;
    margin-left: auto;
    margin-right: auto;
  }

  .addtocarterror-modal .custom-modal-content {
    align-items: flex-start;
  }
  .addtocarterror-modal .custom-modal-content-box {
    min-width: 692px;
    max-width: 692px;
    top: 113px;
  }
  .addtocarterror-modal .custom-modal-header {
    height: 157px;
  }
  .addtocarterror-logo {
    width: 160px;
    height: 120px;
    padding: 20px;
  }
  .addtocarterror-title {
    font-size: 26px;
    line-height: 39px;
  }
  .addtocarterror-text {
    margin-bottom: 115px;
  }

  .customize-modal .custom-modal-header {
    padding: 10px;
    height: 55px;
  }
  .customize-modal .custom-modal-details {
    padding: 0;
    overflow: hidden;
  }
  .customize-modal .custom-modal-iframe {
    height: calc(100% - 50px);
  }
}
/* // Medium devices (tablets, 1024px and up) and small heights */
@media (min-width: 769px) and (max-height: 740px) {
  .atc-modal-wrapper {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .atc-modal-box-table {
    margin-top: 16px;
  }
  .atc-modal-box-recap {
    margin-top: 30px;
  }

  .addtocart-modal .custom-modal-details .info-prices {
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  section#pdp-prodtop.custom .promo_name_badge {
    left: 10px;
    right: unset;
  }
}
/* // Medium devices (desktop, 1024px and up) */
@media (min-width: 1024px) {
  section#pdp-prodtop.custom .h4 {
    margin-top: -11px;
  }

  .quantity-selector {
    width: 80px;
  }
}
@media (min-width: 1200px) {
  section#pdp-prodtop.custom div#colRight .product-details-box {
    max-width: 65%;
  }

  .addtocart-modal .custom-modal-content-box {
    max-width: 1180px;
  }
  .addtocart-modal .custom-modal-details .info-prices {
    padding-left: 104px;
    padding-right: 104px;
  }

  .atc-modal-wrapper {
    padding-left: 58px;
    padding-right: 58px;
  }
}
.sticky-up {
  top: 0 !important;
  transition: all ease-in 0.2s !important;
}

/* plp page */
.proditem .custom_name_badge {
  position: absolute;
  top: 1rem;
  z-index: 10;
  left: auto;
  right: 0.5rem;
}
.proditem .custom_name_badge .prodbadge {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #DBDBDB;
  color: #E31010;
}
.proditem .custom_name_badge .prodbadge img {
  width: 12px;
  height: 12px;
}

/* custom modal */
body.custom-modal-opened {
  overflow: hidden;
}

.custom-modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.custom-modal-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  /* not fully supported */
}
.custom-modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}
.custom-modal-close:before, .custom-modal-close:after {
  display: block;
  content: "";
  width: 21px;
  height: 2px;
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 4;
  background-color: #585858;
}
.custom-modal-close:before {
  transform: rotate(-45deg);
}
.custom-modal-close:after {
  transform: rotate(45deg);
}
.custom-modal-header {
  width: 100%;
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c4c4c4;
  background: linear-gradient(180deg, rgba(88, 88, 88, 0.83) -40.84%, rgba(196, 196, 196, 0) 84.75%);
}
.custom-modal-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-modal-content-box {
  max-height: 100vh;
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: #FFFFFF;
  overflow: auto;
  filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.7));
}
.custom-modal-details {
  padding: 18px;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .custom-modal-content-box {
    max-width: 500px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}
/* find inspiration component */
.find-inspiration-wrapper {
  padding: 50px 10px 20px;
  text-align: center;
}
.find-inspiration-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 39px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #E31010;
}
.find-inspiration-text {
  margin-top: 20px;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.find-inspiration-list {
  margin: 50px 0 0;
  position: relative;
  z-index: 1;
}
.find-inspiration-list .prev-button,
.find-inspiration-list .next-button {
  width: 47px;
  height: 47px;
  position: absolute;
  z-index: 3;
  top: 50%;
  text-indent: -999px;
  border-radius: 47px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.88);
  overflow: hidden;
}
.find-inspiration-list .prev-button:before, .find-inspiration-list .prev-button:after,
.find-inspiration-list .next-button:before,
.find-inspiration-list .next-button:after {
  display: block;
  content: "";
  width: 18px;
  height: 3px;
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: 4;
  background-color: #585858;
}
.find-inspiration-list .prev-button {
  left: 0;
}
.find-inspiration-list .prev-button:before {
  left: 14px;
  transform: rotate(-45deg);
}
.find-inspiration-list .prev-button:after {
  top: 29px;
  left: 14px;
  transform: rotate(45deg);
}
.find-inspiration-list .next-button {
  right: 0;
}
.find-inspiration-list .next-button:before {
  transform: rotate(45deg);
}
.find-inspiration-list .next-button:after {
  top: 29px;
  transform: rotate(-45deg);
}
.find-inspiration-card {
  width: 100%;
  cursor: pointer;
}
.find-inspiration-card:hover .find-inspiration-card-image {
  opacity: 0;
}
.find-inspiration-card:hover .find-inspiration-card-image-reverse {
  opacity: 1;
}
.find-inspiration-card-images {
  width: 100%;
  position: relative;
  z-index: 1;
}
.find-inspiration-card-images picture {
  width: 100%;
  height: 100%;
  display: block;
}
.find-inspiration-card-images picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.find-inspiration-card-image {
  width: 100%;
  position: relative;
  z-index: 3;
  opacity: 1;
}
.find-inspiration-card-image-reverse {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
}
.find-inspiration .pagination {
  height: 14px;
  margin: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
.find-inspiration .pagination span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #DBDBDB;
  transition: all 0.1s ease-in;
}
.find-inspiration .pagination span.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #E31010;
}
.find-inspiration-card-modal {
  text-align: center;
  color: #585858;
}
.find-inspiration-card-modal .custom-modal-header {
  display: block;
}
.find-inspiration-card-modal .custom-modal-header img {
  margin-top: 34px;
  max-width: 118px;
}
.find-inspiration-card-modal-image {
  width: 100%;
}
.find-inspiration-card-modal-image picture {
  width: 100%;
  height: 100%;
  display: block;
}
.find-inspiration-card-modal-image picture img {
  max-width: 100%;
  max-height: 340px;
  object-fit: cover;
  object-position: center center;
}
.find-inspiration-card-modal-type {
  margin-top: 45px;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.1em;
}
.find-inspiration-card-modal-title {
  margin-top: 13px;
  font-weight: 700;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.find-inspiration-card-modal-text {
  margin-top: 18px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
.find-inspiration-card-modal-cta {
  width: 100%;
  margin-top: 20px;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .find-inspiration-title {
    font-size: 40px;
    line-height: 59px;
    letter-spacing: 0.2em;
  }
  .find-inspiration-text {
    max-width: 775px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .find-inspiration-list .yCmsContentSlot {
    display: grid;
    grid-template-columns: repeat(6, 15vw);
    grid-template-rows: repeat(2, 15vw);
    justify-content: center;
    gap: 15px;
  }
  .find-inspiration-list .yCmsContentSlot .yCmsComponent {
    max-width: 222px;
  }
  .find-inspiration .pagination,
.find-inspiration .prev-button,
.find-inspiration .next-button {
    display: none;
  }
  .find-inspiration-card-modal .custom-modal-header {
    height: 111px;
  }
  .find-inspiration-card-modal .custom-modal-header img {
    margin-top: 20px;
    max-width: 100px;
  }
  .find-inspiration-card-modal-text {
    padding-left: 75px;
    padding-right: 75px;
  }
  .find-inspiration-card-modal-cta-wrapper {
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 12px;
  }
}
/* // Medium devices (tablets, 1024px and up) and small heights */
@media (min-width: 769px) and (max-height: 835px) {
  .find-inspiration-card-modal .custom-modal-header {
    height: 111px;
  }
  .find-inspiration-card-modal-type {
    margin-top: 25px;
  }
  .find-inspiration-card-modal-text {
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .find-inspiration-title {
    font-size: 48px;
    line-height: 71px;
  }
  .find-inspiration-text {
    max-width: 1090px;
    font-size: 22px;
    line-height: 33px;
  }
  .find-inspiration-list {
    margin-left: auto;
    margin-right: auto;
  }
  .find-inspiration-list .yCmsContentSlot {
    gap: 20px;
  }
  .find-inspiration-list .yCmsContentSlot .yCmsComponent {
    max-width: 313px;
  }
}
/* hero slider component */
.hero-slider-wrapper {
  width: 100%;
  height: 409px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.hero-slider-background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
.hero-slider-background:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.hero-slider-background-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.hero-slider-background-image picture {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-slider-background-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-slider-vimeo-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0;
  overflow: hidden;
}
.hero-slider-vimeo-wrapper iframe {
  width: 100vw;
  height: 100%;
  transform: scale(1.8);
}
.hero-slider-vimeo-playbutton {
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 11;
  bottom: 10px;
  right: 10px;
  border-radius: 45px;
  border: none;
  background: transparent;
}
.hero-slider-vimeo-playbutton.play span:after {
  top: 33%;
  left: 43%;
  border-style: solid;
  border-width: 10px 0 10px 14px;
  border-color: transparent transparent transparent #FFFFFF;
}
.hero-slider-vimeo-playbutton.pause span:after, .hero-slider-vimeo-playbutton.pause span:before {
  width: 5px;
  height: 18px;
  top: 35%;
  background-color: #FFFFFF;
}
.hero-slider-vimeo-playbutton.pause span:after {
  left: 53%;
}
.hero-slider-vimeo-playbutton.pause span:before {
  left: 36%;
}
.hero-slider-vimeo-playbutton span {
  font-size: 60px;
  position: relative;
  top: -9px;
  left: -9px;
  color: rgba(227, 16, 16, 0.8);
}
.hero-slider-vimeo-playbutton span:before, .hero-slider-vimeo-playbutton span:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  z-index: 2;
}
.hero-slider-text {
  position: absolute;
  z-index: 4;
  top: 140px;
  left: 10px;
  right: 101px;
}
.hero-slider-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
}
.hero-slider-cta {
  margin-top: 18px;
  padding-left: 28px;
  padding-right: 28px;
}

/* trick ? */
.hero-slider-vimeo-playbutton.pause:not([style*="display: none"]) + .hero-slider-vimeo-wrapper {
  z-index: 10;
  opacity: 1;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .hero-slider-wrapper {
    height: 450px;
  }
  .hero-slider-text {
    top: 157px;
    right: 518px;
    left: 45px;
  }
  .hero-slider-title {
    font-size: 20px;
    line-height: 30px;
  }
  .hero-slider-cta {
    margin-top: 20px;
    padding-left: 54px;
    padding-right: 54px;
  }
}
@media (min-width: 1200px) {
  .hero-slider-wrapper {
    height: 550px;
  }
  .hero-slider-text {
    top: 226px;
    right: 790px;
    left: 66px;
  }
  .hero-slider-title {
    font-size: 24px;
    line-height: 36px;
  }
  .hero-slider-cta {
    padding-left: 98px;
    padding-right: 98px;
  }
  .hero-slider-vimeo-playbutton {
    height: 72px;
    width: 72px;
    bottom: 50px;
    right: 50px;
  }
  .hero-slider-vimeo-playbutton .material-icons-outlined.material-icons-outlined {
    font-size: 89px;
  }
  .hero-slider-vimeo-playbutton .material-icons-outlined.material-icons-outlined:after {
    border-width: 16px 0 16px 23px;
  }
}
/* product inspiration component */
.product-inspiration-wrapper {
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.5) url("../product-inspiration-mobile.html") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.product-inspiration-wrapper:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  /* not fully supported */
  -webkit-backdrop-filter: blur(4px);
  /* not fully supported */
}
.product-inspiration-section {
  margin-bottom: 20%;
}
.product-inspiration-content {
  margin-bottom: 53px;
  text-align: center;
  color: #FFFFFF;
}
.product-inspiration-content-title {
  margin-bottom: 7px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.1em;
}
.product-inspiration-content-text {
  margin-bottom: 13px;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
}
.product-inspiration-content-cta {
  margin-bottom: 5px;
}
.product-inspiration-content-copy {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.product-inspiration-slides {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
  padding-top: 6%;
}
.product-inspiration-slides .slide {
  flex: 1 1 33%;
  position: relative;
  z-index: 1;
  height: 0;
  padding-bottom: 33%;
  box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  overflow: hidden;
}
.product-inspiration-slides .slide.center_slide {
  z-index: 2;
  transform: scale(1.5);
}
.product-inspiration-slides .slide a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product-inspiration-slides .slide a img {
  display: block;
  width: 100%;
  height: 100%;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .product-inspiration-section {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .product-inspiration-wrapper {
    padding: 15px 47px;
    background: rgba(0, 0, 0, 0.5) url("../product-inspiration-tablet.html") center center;
  }
  .product-inspiration-box {
    display: flex;
    flex-direction: row;
    gap: 28px;
  }
  .product-inspiration-content {
    flex: 1 1 50%;
    margin-bottom: 0;
  }
  .product-inspiration-slides {
    flex: 1 1 50%;
    margin-bottom: 0;
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .product-inspiration-wrapper {
    padding-left: 66px;
    padding-right: 66px;
    background: rgba(0, 0, 0, 0.5) url("../product-inspiration-desktop.html") center center;
  }
  .product-inspiration-box {
    justify-content: space-around;
  }
  .product-inspiration-content {
    max-width: 422px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .product-inspiration-slides {
    max-width: 600px;
  }
  .product-inspiration-slides .slide.center_slide {
    transform: scale(1.3);
  }
}
/* product complete outfit component */
.complete-outfit-wrapper {
  padding: 0 10px;
  margin-top: 35px;
  margin-bottom: 100px;
}
.complete-outfit-header {
  position: relative;
  z-index: 1;
}
.complete-outfit-header-title {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.1em;
  color: #E31010;
}
.complete-outfit-header .swiper-commands {
  display: flex;
  position: absolute;
  top: 0;
  right: -10px;
  z-index: 2;
}
.complete-outfit-box {
  margin-top: 20px;
}
.complete-outfit-card-image {
  width: 100%;
  position: relative;
  z-index: 1;
}
.complete-outfit-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.complete-outfit-card-content-box {
  margin-top: 20px;
  padding: 0 12px;
}
.complete-outfit-card-title {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.complete-outfit-card-title:after {
  display: block;
  content: "";
  width: 56px;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 4;
  background-color: #E31010;
}
.complete-outfit-card-text {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
.complete-outfit-card-info-wrapper {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.complete-outfit-card-info-prices {
  font-size: 16px;
  line-height: 24px;
}
.complete-outfit-card-info-prices .price + .price:before {
  content: "-";
  margin: 0 2px;
}
.complete-outfit-card-info-project-list {
  display: flex;
  align-items: center;
}
.complete-outfit-card-info-project-list span {
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 5px;
}
.complete-outfit-card-info-project-list span.add_to_project {
  background: transparent url("https://www.castelli-cycling.com/_ui/responsive/theme-castelli/commons/images/add-to-project.svg") center center no-repeat;
}
.complete-outfit-card-info-project-list span.added_to_project {
  background: transparent url("https://www.castelli-cycling.com/_ui/responsive/theme-castelli/commons/images/added-to-project.svg") center center no-repeat;
}
.complete-outfit-card-info-project-list a {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.complete-outfit-card-designs {
  margin-bottom: 38px;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  z-index: 2;
}
.complete-outfit-card-designs-container.no-swiper .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 11px;
}
.complete-outfit-card-designs-wrapper .single-design {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.complete-outfit-card-designs-wrapper .single-design a {
  display: block;
  width: 100%;
  height: 100%;
}
.complete-outfit-card-designs-wrapper .single-design a.active {
  border: 1px solid #E31010;
}
.complete-outfit-card-designs-wrapper .single-design a img {
  display: block;
  width: 100%;
  height: 100%;
}
.complete-outfit-card-designs-slide {
  width: 21.4%;
}

.swiper-designs-box .prev-button,
.swiper-designs-box .next-button,
.swiper-commands .prev-button,
.swiper-commands .next-button {
  width: 27px;
  height: 27px;
  text-indent: -999px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.swiper-designs-box .prev-button:before, .swiper-designs-box .prev-button:after,
.swiper-designs-box .next-button:before,
.swiper-designs-box .next-button:after,
.swiper-commands .prev-button:before,
.swiper-commands .prev-button:after,
.swiper-commands .next-button:before,
.swiper-commands .next-button:after {
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 8px;
  z-index: 4;
  background-color: #585858;
}
.swiper-designs-box .prev-button,
.swiper-commands .prev-button {
  margin-right: 15px;
}
.swiper-designs-box .prev-button:before,
.swiper-commands .prev-button:before {
  left: 8px;
  transform: rotate(-45deg);
}
.swiper-designs-box .prev-button:after,
.swiper-commands .prev-button:after {
  top: 16px;
  left: 8px;
  transform: rotate(45deg);
}
.swiper-designs-box .next-button:before,
.swiper-commands .next-button:before {
  transform: rotate(45deg);
}
.swiper-designs-box .next-button:after,
.swiper-commands .next-button:after {
  top: 16px;
  transform: rotate(-45deg);
}

.swiper-designs-box .prev-button,
.swiper-designs-box .next-button {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-designs-box .prev-button {
  left: -15px;
}
.swiper-designs-box .next-button {
  right: -15px;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .complete-outfit-wrapper {
    padding: 0 45px;
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .complete-outfit-header-title {
    font-size: 30px;
    line-height: 44px;
  }
  .complete-outfit-header .swiper-commands {
    top: 20px;
  }
  .complete-outfit-box {
    margin-top: 45px;
  }
  .complete-outfit-list.no-swiper .swiper-wrapper {
    display: flex;
  }
  .complete-outfit-list.no-swiper .swiper-wrapper .complete-outfit-card-slide {
    flex: 1 1 auto;
    width: auto;
  }
  .complete-outfit-list.no-swiper .complete-outfit-card-slide + .complete-outfit-card-slide {
    margin-left: 10px;
  }
  .complete-outfit-card-title {
    font-size: 16px;
    line-height: 24px;
  }
  .complete-outfit-card-text {
    margin-bottom: 22px;
    font-size: 12px;
    line-height: 18px;
  }
  .complete-outfit-card-designs {
    max-width: 223px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
  }
  .complete-outfit-card-designs-container.no-swiper .swiper-wrapper {
    gap: 5px;
  }
  .complete-outfit-card-designs-slide {
    width: 23%;
  }
  .complete-outfit-card-slide {
    width: 33%;
  }
  .complete-outfit-card-info-wrapper {
    margin-bottom: 26px;
  }
  .complete-outfit-card-info-prices {
    font-size: 14px;
    line-height: 21px;
  }
  .complete-outfit-card-info-project-list a {
    font-size: 12px;
    line-height: 18px;
  }

  .swiper-commands.tablet-hidden {
    display: none;
  }
  .swiper-commands .prev-button,
.swiper-commands .next-button {
    width: 35px;
    height: 35px;
  }
  .swiper-commands .prev-button:before, .swiper-commands .prev-button:after,
.swiper-commands .next-button:before,
.swiper-commands .next-button:after {
    width: 15px;
    height: 2px;
    top: 12px;
  }
  .swiper-commands .prev-button {
    margin-right: 5px;
  }
  .swiper-commands .prev-button:after {
    top: 22px;
  }
  .swiper-commands .next-button:after {
    top: 22px;
  }
}
@media (min-width: 1200px) {
  .complete-outfit-wrapper {
    padding: 0 66px;
  }
  .complete-outfit-card-title {
    font-size: 20px;
    line-height: 30px;
  }
  .complete-outfit-card-text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 21px;
  }
  .complete-outfit-card-designs {
    max-width: 311px;
    margin-bottom: 30px;
  }
  .complete-outfit-card-info-wrapper {
    margin-bottom: 21px;
  }
  .complete-outfit-card-info-prices {
    font-size: 16px;
    line-height: 24px;
  }
  .complete-outfit-card-info-project-list a {
    font-size: 14px;
    line-height: 21px;
  }
  .complete-outfit-list.no-swiper .complete-outfit-card-slide {
    max-width: 423px;
  }
  .complete-outfit-list.no-swiper .complete-outfit-card-slide + .complete-outfit-card-slide {
    margin-left: 20px;
  }
}
/* product complete outfit component */
.product-card-image {
  width: 100%;
  position: relative;
  z-index: 1;
}
.product-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.product-card-content-box {
  margin-top: 20px;
  padding: 0 12px;
}
.product-card-title {
  padding-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.product-card-title:after {
  display: block;
  content: "";
  width: 56px;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 4;
  background-color: #E31010;
}
.product-card-text {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.product-card-info-wrapper {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.product-card-info-prices {
  font-size: 16px;
  line-height: 24px;
}
.product-card-info-prices .price + .price:before {
  content: "-";
  margin: 0 2px;
}
.product-card-info-project-list {
  display: flex;
  align-items: center;
}
.product-card-info-project-list span {
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 5px;
}
.product-card-info-project-list span.add_to_project {
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/add-to-project.svg") center center no-repeat;
}
.product-card-info-project-list span.added_to_project {
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/added-to-project.svg") center center no-repeat;
}
.product-card-info-project-list a {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.product-card-designs {
  margin-bottom: 38px;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
  z-index: 2;
}
.product-card-designs-container.no-swiper .swiper-wrapper {
  display: flex;
  justify-content: center;
  gap: 11px;
}
.product-card-designs-wrapper .single-design a {
  display: block;
  width: 100%;
  height: 100%;
}
.product-card-designs-wrapper .single-design a.active img {
  border-color: #E31010;
}
.product-card-designs-wrapper .single-design a img {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid transparent;
}
.product-card-designs-slide {
  width: 21.4%;
}

.swiper-designs-box .prev-button,
.swiper-designs-box .next-button {
  width: 27px;
  height: 27px;
  text-indent: -999px;
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.swiper-designs-box .prev-button:before, .swiper-designs-box .prev-button:after,
.swiper-designs-box .next-button:before,
.swiper-designs-box .next-button:after {
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 8px;
  z-index: 4;
  background-color: #585858;
}
.swiper-designs-box .prev-button {
  margin-right: 15px;
  left: -15px;
}
.swiper-designs-box .prev-button:before {
  left: 8px;
  transform: rotate(-45deg);
}
.swiper-designs-box .prev-button:after {
  top: 16px;
  left: 8px;
  transform: rotate(45deg);
}
.swiper-designs-box .next-button {
  right: -15px;
}
.swiper-designs-box .next-button:before {
  transform: rotate(45deg);
}
.swiper-designs-box .next-button:after {
  top: 16px;
  transform: rotate(-45deg);
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .product-wrapper {
    padding: 0 45px;
    margin-top: 50px;
    margin-bottom: 70px;
  }
  .product-header-title {
    font-size: 30px;
    line-height: 44px;
  }
  .product-header .swiper-commands {
    top: 20px;
  }
  .product-box {
    margin-top: 45px;
  }
  .product-card-title {
    font-size: 16px;
    line-height: 24px;
  }
  .product-card-text {
    margin-bottom: 22px;
    font-size: 12px;
    line-height: 18px;
  }
  .product-card-designs {
    max-width: 223px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 22px;
  }
  .product-card-designs-container.no-swiper .swiper-wrapper {
    gap: 5px;
  }
  .product-card-designs-slide {
    width: 23%;
  }
  .product-card-slide {
    width: 33%;
  }
  .product-card-info-wrapper {
    margin-bottom: 26px;
  }
  .product-card-info-prices {
    font-size: 14px;
    line-height: 21px;
  }
  .product-card-info-project-list a {
    font-size: 12px;
    line-height: 18px;
  }

  .swiper-commands .prev-button,
.swiper-commands .next-button {
    width: 35px;
    height: 35px;
  }
  .swiper-commands .prev-button:before, .swiper-commands .prev-button:after,
.swiper-commands .next-button:before,
.swiper-commands .next-button:after {
    width: 15px;
    height: 2px;
    top: 12px;
  }
  .swiper-commands .prev-button {
    margin-right: 5px;
  }
  .swiper-commands .prev-button:after {
    top: 22px;
  }
  .swiper-commands .next-button:after {
    top: 22px;
  }
}
@media (min-width: 1200px) {
  .product-wrapper {
    padding: 0 66px;
  }
  .product-card-title {
    font-size: 20px;
    line-height: 30px;
  }
  .product-card-text {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 21px;
  }
  .product-card-designs {
    max-width: 311px;
    margin-bottom: 30px;
  }
  .product-card-info-wrapper {
    margin-bottom: 21px;
  }
  .product-card-info-prices {
    font-size: 16px;
    line-height: 24px;
  }
  .product-card-info-project-list a {
    font-size: 14px;
    line-height: 21px;
  }
}
/* bespoke form */
.bespoke-form-step {
  margin-bottom: 80px;
}
.bespoke-form-step.checked .step-status {
  display: block;
}
.bespoke-form-step.checked .edit-link {
  background-color: #E31010;
}
.bespoke-form-header {
  height: 81px;
  padding-left: 91px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F4F4F4;
}
.bespoke-form-header-icons {
  width: 90px;
  height: 81px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bespoke-form-header-icons .step-number {
  height: 100%;
  display: inline-block;
}
.bespoke-form-header-icons .step-status {
  display: none;
  width: 19px;
  height: 19px;
  margin-right: 15px;
}
.bespoke-form-header-icons .step-status img {
  display: block;
  width: 100%;
}
.bespoke-form-header-title {
  font-size: 20px;
}
.bespoke-form-header .edit-link {
  display: block;
  width: 40px;
  height: 81px;
  line-height: 81px;
  border-radius: 47px 0 0 47px;
  background: #DBDBDB url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/pencil.svg") center center no-repeat;
  background-size: 16px;
}
.bespoke-form-header .edit-link.enabled {
  background-color: #E31010;
}
.bespoke-form-fields {
  padding: 0 10px;
}
.bespoke-form-fields-note {
  padding: 20px 0 25px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-align: right;
}
.bespoke-form-fields-field {
  margin-bottom: 20px;
}
.bespoke-form-fields-field.error textarea,
.bespoke-form-fields-field.error select,
.bespoke-form-fields-field.error input[type=text] {
  border-color: #E31010;
}
.bespoke-form-fields-field.error label {
  color: #E31010;
}
.bespoke-form-fields-field.error .error-msg {
  color: #E31010;
  font-size: 0.8em;
}
.bespoke-form-fields-field-title {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
}
.bespoke-form-fields-field .input-group {
  margin-top: 15px;
  display: flex;
}
.bespoke-form-fields-field .input-group .input-radio {
  margin-bottom: 20px;
  flex: 1 1 50%;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio] + .radio-label {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio] + .radio-label:before {
  content: "";
  background: #E5E5E5;
  border-radius: 100%;
  border: 1px solid #E5E5E5;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 1px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio] + .radio-label:after {
  display: none;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio]:checked + .radio-label {
  position: relative;
  z-index: 4;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio]:checked + .radio-label:before {
  background-color: #FFFFFF;
  border-color: #E31010;
  -webkit-box-shadow: 0px 0px 0px 5px #F3CBC8;
  box-shadow: 0px 0px 0px 5px #F3CBC8;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio]:checked + .radio-label:after {
  content: "";
  background: #E31010;
  border-radius: 100%;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 4px;
  left: 3px;
  z-index: 5;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #E31010;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #E5E5E5;
  border-color: #a5a5a5;
  background: #a5a5a5;
}
.bespoke-form-fields-field .input-group .input-radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.bespoke-form-fields-field textarea,
.bespoke-form-fields-field select,
.bespoke-form-fields-field input[type=text] {
  width: 100%;
  padding: 0 16px;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  border: 1px solid #CED4DA;
  border-radius: 4px;
}
.bespoke-form-fields-field input[type=text],
.bespoke-form-fields-field select {
  height: 40px;
  line-height: 40px;
}
.bespoke-form-fields-field select {
  background: none;
}
.bespoke-form-fields-cta a {
  display: block;
  width: 100%;
}
.bespoke-form-fields-text {
  padding: 50px 10px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-align: center;
}
.bespoke-form-fields-text.disclaimer {
  padding: 20px 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 0;
}
.bespoke-form-fields .logos .title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
.bespoke-form-fields .logos .subtitle {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.bespoke-form-fields .logos-wrapper {
  margin-bottom: 30px;
}
.bespoke-form-fields .logos-wrapper .single-logo {
  height: 50px;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 50px;
  border-radius: 25px;
  border: 1px solid #585858;
}
.bespoke-form-fields .logos-wrapper .single-logo .logo-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.bespoke-form-fields .logos-wrapper .single-logo .remove {
  display: block;
  position: relative;
  z-index: 1;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}
.bespoke-form-fields .logos-wrapper .single-logo .remove:before, .bespoke-form-fields .logos-wrapper .single-logo .remove:after {
  display: block;
  content: " ";
  width: 20px;
  height: 1px;
  position: absolute;
  z-index: 2;
  top: 8px;
  background-color: #585858;
}
.bespoke-form-fields .logos-wrapper .single-logo .remove:before {
  left: -2px;
  transform: rotate(45deg);
}
.bespoke-form-fields .logos-wrapper .single-logo .remove:after {
  right: -2px;
  transform: rotate(-45deg);
}
.bespoke-form-fields .logos-wrapper .single-logo + .single-logo {
  margin-top: 10px;
}
.bespoke-form-fields .logos .upload_logos {
  width: 100%;
}
.bespoke-form-fields-uploads_logos input#logosFiles {
  display: none;
}
.bespoke-form-fields .templates {
  margin-bottom: 80px;
}
.bespoke-form-fields .templates .title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
.bespoke-form-fields .templates .subtitle {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.bespoke-form-fields .templates-wrapper {
  margin-bottom: 50px;
}
.bespoke-form-fields .templates-group {
  margin-top: 30px;
}
.bespoke-form-fields .templates-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.1em;
}
.bespoke-form-fields .templates-box {
  align-items: flex-start;
  padding: 0 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 30px;
}
.bespoke-form-fields .templates-box-custom {
  margin-top: 20px;
}
.bespoke-form-fields .templates .single-template {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.bespoke-form-fields .templates .single-template:nth-child(3n+1) {
  align-items: flex-start;
}
.bespoke-form-fields .templates .single-template:nth-child(3n+3) {
  align-items: flex-end;
}
.bespoke-form-fields .templates .single-template-content {
  width: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.bespoke-form-fields .templates .single-template-logo {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #585858;
}
.bespoke-form-fields .templates .single-template-logo img {
  max-width: 50%;
  max-height: 50%;
}
.bespoke-form-fields .templates .single-template-name {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
.bespoke-form-fields .templates .single-template-custom {
  height: 50px;
  padding: 0 25px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 50px;
  border-radius: 50px;
  border: 1px solid #585858;
}
.bespoke-form-fields .templates .single-template-custom-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
}
.bespoke-form-fields .templates .single-template-custom .remove {
  display: block;
  position: relative;
  z-index: 1;
  width: 15px;
  height: 15px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}
.bespoke-form-fields .templates .single-template-custom .remove:before, .bespoke-form-fields .templates .single-template-custom .remove:after {
  display: block;
  content: " ";
  width: 20px;
  height: 1px;
  position: absolute;
  z-index: 2;
  top: 8px;
  background-color: #585858;
}
.bespoke-form-fields .templates .single-template-custom .remove:before {
  left: -2px;
  transform: rotate(45deg);
}
.bespoke-form-fields .templates .single-template-custom .remove:after {
  right: -2px;
  transform: rotate(-45deg);
}
.bespoke-form-fields .templates .upload_template {
  width: 100%;
}
.bespoke-form-fields .templates input#templatesFiles {
  display: none;
}
.bespoke-form-fields-products-selector .products-selector-wrapper {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.bespoke-form-fields-products-selector .products-selector-menu {
  margin-top: 30px;
}
.bespoke-form-fields-products-selector .products-selector-results-intro {
  padding-bottom: 0;
}
.bespoke-form-fields-products-selector .products-selector-results-intro-title {
  margin-bottom: 0;
}
.bespoke-form-fields-products-selector .products-selector-results-list {
  display: none;
}
.bespoke-form-fields-products-selector .products-selector-results-carousel {
  position: relative;
  z-index: 2;
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-container {
  padding: 40px 15%;
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands {
  position: absolute;
  z-index: 3;
  top: 3px;
  right: 10px;
  display: flex;
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button,
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .next-button {
  width: 27px;
  height: 27px;
  text-indent: -999px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button:before, .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button:after,
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .next-button:before,
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .next-button:after {
  display: block;
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 9px;
  left: 8px;
  z-index: 4;
  background-color: #585858;
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button {
  margin-right: 5px;
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button:before {
  left: 8px;
  transform: rotate(-45deg);
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button:after {
  top: 16px;
  left: 8px;
  transform: rotate(45deg);
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .next-button:before {
  transform: rotate(45deg);
}
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .next-button:after {
  top: 16px;
  transform: rotate(-45deg);
}
.bespoke-form-fields-products-selector .products-selector-summary {
  transform: translateY(100%);
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  transition: transform ease 0.3s;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+0,ffffff+100 */
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f7f7f7 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
}
.bespoke-form-fields-products-selector .products-selector-summary.opened {
  transform: translateY(0);
}
.bespoke-form-fields-products-selector .products-selector-summary-wrapper {
  padding: 8px 0;
}
.bespoke-form-fields-products-selector .products-selector-summary-title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3.6px;
}
.bespoke-form-fields-products-selector .products-selector-summary-products {
  font-size: 16px;
  color: #E31010;
}
.bespoke-form-fields-products-selector .products-selector-summary-clear {
  margin-top: 4px;
}
.bespoke-form-fields-products-selector .products-selector-summary-clear a {
  text-decoration: underline;
}
.bespoke-form-fields-products-selector .product-card-wrapper {
  padding: 4px 4px 25px;
  border: 1px solid transparent;
  background: #FFFFFF;
}
.bespoke-form-fields-products-selector .product-card-wrapper.selected {
  border: 1px solid #00BA00;
  box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.4);
}
.bespoke-form-fields-products-selector .product-card-wrapper.selected .selected-status {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 9px;
  right: 9px;
}
.bespoke-form-fields-products-selector .product-card-wrapper.selected .selected-status img {
  display: block;
  width: 100%;
}
.bespoke-form-fields-products-selector .product-card-image {
  width: 100%;
  position: relative;
  z-index: 1;
}
.bespoke-form-fields-products-selector .product-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.bespoke-form-fields-products-selector .product-card-image .selected-status {
  display: none;
}
.bespoke-form-fields-products-selector .product-card-content-box {
  margin-top: 22px;
  padding: 0 18px;
}
.bespoke-form-fields-products-selector .product-card-title {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.bespoke-form-fields-products-selector .product-card-title:after {
  display: block;
  content: "";
  width: 56px;
  height: 1px;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 4;
  background-color: #E31010;
}
.bespoke-form-fields-products-selector .product-card-text {
  margin-bottom: 22px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
.bespoke-form-fields-products-selector .product-card-info-wrapper {
  margin-bottom: 21px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.bespoke-form-fields-products-selector .product-card-info-prices {
  font-size: 14px;
  line-height: 21px;
}
.bespoke-form-fields-products-selector .product-card-info-prices .price + .price:before {
  content: "-";
  margin: 0 2px;
}

.thankyou-modal .custom-modal-header {
  height: 144px;
  align-items: flex-start;
  background: none;
}
.thankyou-modal .custom-modal-header img {
  margin-top: 50px;
}
.thankyou-modal .custom-modal-title {
  margin-bottom: 52px;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.05em;
}

.page-BeSpokePage .bespoke-form-step.step3 {
  margin-bottom: 10px;
}
.page-BeSpokePage .bespoke-form-fields-text {
  padding: 20px 10px;
}
.page-BeSpokePage .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-container {
  padding-bottom: 0;
}

.bespoke-disclaimer {
  text-align: center;
  margin-bottom: 5px;
}

@media (max-width: 769px) {
  .page-BeSpokePage .products-selector-results-intro {
    display: none;
  }
}
@media (min-width: 769px) {
  .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-container {
    padding-top: 0;
  }
}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .bespoke-form-wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }
  .bespoke-form-header {
    height: 96px;
    padding-left: 111px;
    border-radius: 100px;
  }
  .bespoke-form-header-icons {
    width: 111px;
    height: 96px;
    padding-left: 25px;
  }
  .bespoke-form-header-icons .step-number {
    display: none;
  }
  .bespoke-form-header-icons .step-status {
    width: 40px;
    height: 40px;
  }
  .bespoke-form-header-title {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .bespoke-form-header-title:before {
    content: attr(data-desktop-prepend);
  }
  .bespoke-form-header .edit-link {
    width: 96px;
    height: 96px;
    margin-right: 0;
    line-height: 96px;
    border-radius: 96px;
    background-size: 32px;
  }
  .bespoke-form-fields {
    max-width: 700px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bespoke-form-fields-note {
    width: 100%;
    padding-top: 50px;
  }
  .bespoke-form-fields-text.disclaimer {
    margin: 0 auto;
    padding-top: 40px;
  }
  .bespoke-form-fields-field {
    margin-bottom: 22px;
    flex-basis: 49%;
  }
  .bespoke-form-fields-field.email, .bespoke-form-fields-field.message, .bespoke-form-fields-field.scope {
    min-width: 100%;
  }
  .bespoke-form-fields-field .input-group {
    justify-content: space-between;
    margin-bottom: 7px;
  }
  .bespoke-form-fields-field .input-group .input-radio {
    margin-bottom: 0;
    flex: none;
  }
  .bespoke-form-fields-field.email label {
    width: 100%;
  }
  .bespoke-form-fields-field.email input {
    width: 49%;
  }
  .bespoke-form-fields-cta {
    width: 100%;
    margin-top: 80px;
    text-align: center;
  }
  .bespoke-form-fields-cta a {
    width: auto;
    max-width: 492px;
    padding-left: 193px;
    padding-right: 193px;
    margin-left: auto;
    margin-right: auto;
  }
  .bespoke-form-fields-field.logos, .bespoke-form-fields-field.templates {
    min-width: 100%;
  }
  .bespoke-form-fields-field.templates {
    margin-bottom: 0;
  }
  .bespoke-form-fields .logos {
    margin-bottom: 50px;
  }
  .bespoke-form-fields .logos-wrapper {
    margin-bottom: 20px;
  }
  .bespoke-form-fields .logos-wrapper .single-logo {
    display: inline-flex;
    margin-bottom: 30px;
    margin-right: 10px;
  }
  .bespoke-form-fields .logos-wrapper .single-logo .logo-label {
    margin-right: 70px;
  }
  .bespoke-form-fields .logos-wrapper .single-logo + .single-logo {
    margin-top: 0;
  }
  .bespoke-form-fields .logos .upload_logos {
    width: 312px;
  }
  .bespoke-form-fields .templates-box-custom, .bespoke-form-fields .templates-box {
    padding: 0;
    grid-template-columns: repeat(6, 1fr);
  }
  .bespoke-form-fields .templates .single-template {
    align-items: flex-start;
  }
  .bespoke-form-fields .templates .single-template:nth-child(3n+3) {
    align-items: flex-start;
  }
  .bespoke-form-fields .templates .single-template-custom {
    display: inline-flex;
    margin-bottom: 30px;
    margin-right: 10px;
  }
  .bespoke-form-fields .templates .single-template-custom-name {
    margin-right: 70px;
  }
  .bespoke-form-fields .templates .upload_template {
    width: 312px;
  }
  .bespoke-form-fields-products-selector {
    margin-left: -45px;
    margin-right: -45px;
  }
  .bespoke-form-fields-products-selector .products-selector-wrapper {
    padding-top: 0;
    margin-top: 30px;
  }
  .bespoke-form-fields-products-selector .products-selector-menu {
    margin-top: 0;
  }
  .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-container {
    padding-left: 11%;
    padding-right: 11%;
  }
  .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands {
    top: -35px;
    right: 46px;
  }
  .bespoke-form-fields-products-selector .products-selector-summary {
    padding-left: 64px;
    padding-right: 64px;
    text-align: left;
    display: flex;
    flex-direction: row;
  }
  .bespoke-form-fields-products-selector .products-selector-summary-wrapper {
    width: 100%;
    padding: 13px 0;
    display: flex;
    align-items: center;
  }
  .bespoke-form-fields-products-selector .products-selector-summary-clear {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
  .bespoke-form-fields-products-selector .product-card-wrapper {
    padding-bottom: 31px;
  }
  .bespoke-form-step.step3 .bespoke-form-fields-cta {
    margin-top: 0;
  }

  .thankyou-modal .custom-modal-content {
    align-items: flex-start;
  }
  .thankyou-modal .custom-modal-content-box {
    min-width: 692px;
    max-width: 692px;
    top: 226px;
  }
  .thankyou-modal .custom-modal-details {
    padding-bottom: 62px;
  }
  .thankyou-modal .custom-modal-cta a {
    max-width: 330px;
    margin: 0 auto;
  }

  .page-BeSpokePage .products-selector-tab-selections {
    margin-top: 10px;
    padding-top: 10px;
  }
  .page-BeSpokePage .bespoke-form-fields-cta.bespoke-submit-button {
    margin-bottom: 5%;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .bespoke-form-fields {
    max-width: 870px;
  }
  .bespoke-form-fields-text {
    font-size: 20px;
    line-height: 30px;
  }
  .bespoke-form-fields .templates-box {
    grid-template-columns: repeat(9, 1fr);
  }
  .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-container {
    padding-left: 10%;
    padding-right: 10%;
  }
  .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button:before, .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button:after,
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .next-button:before,
.bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .next-button:after {
    width: 17px;
    height: 3px;
    top: 7px;
  }
  .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button {
    margin-right: 10px;
  }
  .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .prev-button:after {
    top: 18px;
    left: 8px;
  }
  .bespoke-form-fields-products-selector .products-selector-results-carousel .swiper-commands .next-button:after {
    top: 18px;
  }
  .bespoke-form-fields-products-selector .product-card-wrapper {
    padding-bottom: 40px;
  }
  .bespoke-form-fields-products-selector .product-card-wrapper.selected {
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.4);
  }
  .bespoke-form-fields-products-selector .product-card-content-box {
    margin-top: 32px;
  }
  .bespoke-form-fields-products-selector .product-card-title {
    font-size: 20px;
    line-height: 30px;
  }
  .bespoke-form-fields-products-selector .product-card-text {
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 21px;
  }
  .bespoke-form-fields-products-selector .product-card-info-wrapper {
    margin-bottom: 35px;
  }
  .bespoke-form-fields-products-selector .product-card-info-prices {
    font-size: 18px;
    line-height: 27px;
  }

  .page-BeSpokePage .products-selector-tab-genders {
    margin-top: 15px;
  }
  .page-BeSpokePage .products-selector-tab {
    padding-top: 15px;
  }
  .page-BeSpokePage .products-selector-results-intro {
    padding-top: 40px;
  }
}
/* bespoke-hero component */
.bespoke-hero-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.bespoke-hero-background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.bespoke-hero-background:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backdrop-filter: blur(5px);
}
.bespoke-hero-background-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.bespoke-hero-background-image picture {
  width: 100%;
  height: 100%;
  display: block;
}
.bespoke-hero-background-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.bespoke-hero-content {
  padding: 50px 10px;
  text-align: center;
  position: relative;
  z-index: 5;
  color: #FFFFFF;
  letter-spacing: 0.1em;
}
.bespoke-hero-title {
  margin-bottom: 7px;
  font-size: 26px;
  line-height: 39px;
}
.bespoke-hero-text {
  font-size: 16px;
  line-height: 24px;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .bespoke-hero-content {
    padding-bottom: 60px;
  }
  .bespoke-hero-title {
    margin-bottom: 12px;
    font-size: 30px;
    line-height: 44px;
  }
  .bespoke-hero-text {
    font-size: 18px;
    line-height: 27px;
  }
}
@media (min-width: 1200px) {
  .bespoke-hero-content {
    padding-top: 82px;
    padding-bottom: 83px;
  }
  .bespoke-hero-title {
    margin-bottom: 14px;
    font-size: 40px;
    line-height: 59px;
  }
  .bespoke-hero-text {
    font-size: 24px;
    line-height: 36px;
  }
}
/* bespoke intro component */
.bespoke-intro-wrapper {
  padding: 50px 10px 80px;
}
.bespoke-intro-title {
  margin-bottom: 55px;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0.1em;
}
.bespoke-intro-boxes {
  padding: 0 75px;
}
.bespoke-intro-boxes-single-box-icon {
  height: 48px;
  margin-bottom: 20px;
}
.bespoke-intro-boxes-single-box-text {
  font-size: 18px;
  line-height: 27px;
}
.bespoke-intro-boxes-single-box-wrapper + .bespoke-intro-boxes-single-box-wrapper {
  margin-top: 52px;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .bespoke-intro-wrapper {
    padding-bottom: 72px;
  }
  .bespoke-intro-title {
    margin-bottom: 72px;
    font-size: 30px;
    line-height: 44px;
  }
  .bespoke-intro-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 128px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .bespoke-intro-boxes-single-box-wrapper {
    flex: 1 1 20%;
  }
  .bespoke-intro-boxes-single-box-wrapper + .bespoke-intro-boxes-single-box-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .bespoke-intro-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .bespoke-intro-title {
    margin-bottom: 78px;
    font-size: 35px;
    line-height: 52px;
  }
  .bespoke-intro-boxes {
    max-width: 1090px;
    padding: 0;
    margin: 0 auto;
    gap: 76px;
  }
}
.text-left {
  text-align: left;
}

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

/* cart page */
.cart-item.custom-item .image-container {
  position: relative;
  z-index: 1;
}
.cart-item.custom-item .promo-badge-custom {
  height: 18px;
  padding: 0 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  z-index: 3;
  left: 17px;
  bottom: 6px;
  border-radius: 40px;
  background-color: #FFFFFF;
}
.cart-item.custom-item .promo-badge-custom img {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 7px;
}
.cart-item.custom-item .promo-badge-custom .badge-cart {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #E31010;
}
.cart-item.custom-item .btn-add-to-project span {
  display: inline-block;
  width: 12px;
  height: 15px;
  margin-right: 5px;
  position: relative;
  top: 4px;
}
.cart-item.custom-item .btn-add-to-project span.add_to_project {
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/add-to-project.svg") center center no-repeat;
}
.cart-item.custom-item .btn-add-to-project span.added_to_project {
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/added-to-project.svg") center center no-repeat;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .cart-item.custom-item .promo-badge-custom {
    left: 20px;
    bottom: 10px;
  }
}
.cart-left .cart-item {
  border: 1px solid #dbdbdb;
  padding-right: 10px;
}
.cart-left .cart-item .image-container {
  flex-basis: 42%;
}
@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 {
  padding-left: 0.25rem;
  flex-basis: 40%;
  padding-top: 0.25rem;
}
@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 .row.justify-content-between.align-items-center {
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) {
  .cart-left .cart-item .product-info .row.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: 0.75rem;
}
.cart-left .cart-item .price .actual-price, .cart-left .cart-item .price .promo-price {
  font-weight: 500;
  letter-spacing: 0.075rem;
}
@media (min-width: 992px) {
  .cart-left .cart-item .price .actual-price, .cart-left .cart-item .price .promo-price {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
}
.cart-left .cart-item .quantity-input-group .form-control {
  width: 1.5625rem;
  height: 1.5625rem;
  font-size: 0.75rem;
}
.cart-left .cart-item .quantity-input-group .btn-increment,
.cart-left .cart-item .quantity-input-group .btn-decrement {
  width: 1.5625rem;
  height: 1.5625rem;
  font-size: 14px;
  letter-spacing: normal;
}
.cart-left .cart-item .cart-actions {
  padding: 1rem 1rem 1rem 1.5rem;
}
@media (min-width: 992px) {
  .cart-left .cart-item .cart-actions {
    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;
  }
}

/* card banner component */
.card-banner-list .yCmsComponent {
  width: 100%;
  height: 300px;
  margin-top: 3px;
}
.card-banner-list .yCmsComponent a {
  display: inline;
}
.card-banner-single-card {
  width: 100%;
  height: 300px;
  position: relative;
  z-index: 1;
}
.card-banner-single-card-bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.card-banner-single-card-bg-image:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.card-banner-single-card-bg-image picture {
  width: 100%;
  height: 100%;
  display: block;
}
.card-banner-single-card-bg-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.card-banner-single-card-bg-video {
  display: none;
}
.card-banner-single-card-text {
  position: absolute;
  z-index: 5;
  top: 50px;
  left: 10px;
  right: 10px;
  color: #FFFFFF;
}
.card-banner-single-card-subtitle {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.card-banner-single-card-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 59px;
  letter-spacing: 0.1em;
}
.card-banner-single-card-cta {
  position: absolute;
  z-index: 11;
  bottom: 50px;
  left: 10px;
  right: 10px;
}
.card-banner-slider {
  display: none;
  width: 100%;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.card-banner-slider-track {
  width: 100%;
  height: 1px;
  background-color: #CED4DA;
}
.card-banner-slider-bar {
  height: 10px;
  position: absolute;
  left: 50%;
  top: -4px;
  z-index: 2;
  border-radius: 10px;
  background-color: #E31010;
  transform: translateX(-50%);
  transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.card-banner-slider-bar.items_3 {
  width: 30%;
  left: 16.5%;
}
.card-banner-slider-bar.items_3[data-position=box_1] {
  left: 16.5%;
}
.card-banner-slider-bar.items_3[data-position=box_2] {
  left: 50%;
}
.card-banner-slider-bar.items_3[data-position=box_3] {
  left: 83.5%;
}
.card-banner-slider-bar.items_2 {
  width: 46%;
  left: 25%;
}
.card-banner-slider-bar.items_2[data-position=box_1] {
  left: 25%;
}
.card-banner-slider-bar.items_2[data-position=box_2] {
  left: 75%;
}
.card-banner-information {
  padding: 50px 10px;
}
.card-banner-information-box {
  display: none;
}
.card-banner-information-box.active {
  display: block;
}
.card-banner-information-box-info {
  margin-bottom: 50px;
  padding-left: 80px;
  position: relative;
  z-index: 1;
}
.card-banner-information-box-info:last-child() {
  margin-bottom: 0;
}
.card-banner-information-box-info .index {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-weight: 600;
  line-height: 1;
  font-size: 95px;
  color: #E31010;
}
.card-banner-information-box-info .title {
  padding-bottom: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 3px solid #DBDBDB;
}
.card-banner-information-box-info .title-wrapper {
  padding-top: 10px;
}
.card-banner-information-box-info .text {
  padding-top: 10px;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.card-banner-information-cta {
  display: block;
  width: 100%;
}
.card-banner-information-cta-wrapper {
  margin-top: 70px;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .card-banner-list .yCmsContentSlot {
    display: flex;
    flex-direction: row;
    gap: 3px;
  }
  .card-banner-list .yCmsComponent {
    height: 542px;
  }
  .card-banner-single-card {
    height: 542px;
  }
  .card-banner-single-card:hover .card-banner-single-card-bg-video {
    z-index: 4;
  }
  .card-banner-single-card-bg-video {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #cccccc;
    overflow: hidden;
  }
  .card-banner-single-card-bg-video-wrapper {
    width: 100%;
    height: 100%;
  }
  .card-banner-single-card-bg-video-wrapper video {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
  }
  .card-banner-single-card-bg-video-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
  }
  .card-banner-single-card-text {
    top: 25px;
    left: 20px;
  }
  .card-banner-single-card-subtitle {
    font-size: 14px;
    line-height: 21px;
  }
  .card-banner-single-card-title {
    margin-top: -10px;
    font-size: 48px;
    line-height: 71px;
  }
  .card-banner-single-card-cta {
    left: auto;
    right: 20px;
    bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .card-banner-slider {
    display: block;
  }
  .card-banner-information {
    padding-left: 40px;
    padding-right: 40px;
    background: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
  }
  .card-banner-information-box.active {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .card-banner-information-box .yCmsComponent {
    flex: 1 1 0%;
  }
  .card-banner-information-box-info {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .card-banner-information-box-info .index {
    width: 36px;
    margin-top: 10px;
    position: static;
    left: auto;
    top: auto;
    font-size: 40px;
  }
  .card-banner-information-box-info .title-wrapper {
    padding-top: 0;
    flex: 1 1 0%;
  }
  .card-banner-information-box-info .text {
    min-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .card-banner-information-cta {
    display: inline-block;
    width: auto;
    padding-left: 119px;
    padding-right: 119px;
  }
  .card-banner-information-cta-wrapper {
    min-width: 100%;
    margin-top: 55px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .card-banner-list .yCmsContentSlot {
    gap: 7px;
  }
  .card-banner-list .yCmsComponent {
    height: calc(100vh - 180px);
    margin-top: 7px;
  }
  .card-banner-single-card {
    height: 100%;
  }
  .card-banner-single-card-text {
    top: 45px;
    left: 25px;
  }
  .card-banner-single-card-subtitle {
    font-weight: 300;
    font-size: 19px;
    line-height: 28px;
  }
  .card-banner-single-card-title {
    margin-top: 0;
    font-size: 60px;
    line-height: 63px;
  }
  .card-banner-information {
    padding-left: 67px;
    padding-right: 67px;
  }
  .card-banner-information-box.active {
    gap: 19px;
  }
  .card-banner-information-box-info .title {
    font-size: 20px;
    line-height: 30px;
  }
  .card-banner-information-box-info .text {
    font-size: 18px;
    line-height: 27px;
  }
}
/* product-selection component */
.products-selector-wrapper {
  padding: 20px 0;
  margin-bottom: 76px;
}
.products-selector-header {
  padding: 0 10px;
}
.products-selector-header-title {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0.2em;
}
.products-selector-header-text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.products-selector-menu {
  height: 50px;
  margin-top: 50px;
}
.products-selector-menu-tabs {
  display: flex;
  flex-wrap: wrap;
}
.products-selector-menu-tab {
  height: 48px;
  border-bottom: 2px solid #E31010;
  flex: 1 1 auto;
  text-align: center;
  line-height: 48px;
  text-transform: uppercase;
  color: #E31010;
  cursor: pointer;
  letter-spacing: 0.2em;
}
.products-selector-menu-tab.active {
  font-weight: 600;
  color: #FFFFFF;
  background-color: #E31010;
  border-radius: 10px 10px 0px 0px;
}
.products-selector-menu-tab:first-child.active {
  border-radius: 0px 10px 0px 0px;
}
.products-selector-menu-tab:last-child.active {
  border-radius: 10px 0px 0px 0px;
}
.products-selector-tab {
  display: none;
  padding: 28px 10px 0;
}
.products-selector-tab ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.products-selector-tab ul li {
  display: inline-block;
  padding: 8px 0;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.products-selector-tab.active {
  display: block;
}
.products-selector-tab-categories ul {
  display: flex;
  gap: 22px 80px;
  flex-wrap: wrap;
  justify-content: center;
}
.products-selector-tab-categories ul li a {
  transition: all 0.2s ease-out;
}
.products-selector-tab-categories ul li a:hover, .products-selector-tab-categories ul li a.active {
  color: #E31010;
  position: relative;
  z-index: 1;
}
.products-selector-tab-categories ul li a:hover:after, .products-selector-tab-categories ul li a.active:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  z-index: 2;
  bottom: -8px;
  left: 0;
  background-color: #E31010;
}
.products-selector-tab-categories ul li a.active {
  font-weight: 600;
}
.products-selector-tab-genders {
  margin-top: 22px;
}
.products-selector-tab-genders .genders-list {
  display: none;
}
.products-selector-tab-genders .genders-list.active {
  display: flex;
}
.products-selector-tab-genders ul {
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: space-between;
}
.products-selector-tab-genders ul li {
  flex-basis: 48%;
  padding: 0;
}
.products-selector-tab-genders ul li a {
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background-color: #F4F4F4;
  transition: all 0.2s ease-out;
}
.products-selector-tab-genders ul li a:hover, .products-selector-tab-genders ul li a.active {
  font-weight: 600;
  color: #FFFFFF;
  background-color: #E31010;
}
.products-selector-tab-selections {
  margin-top: 22px;
  padding-top: 35px;
  border-top: 1px solid #DBDBDB;
}
.products-selector-tab-selections-title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2em;
}
.products-selector-tab-selections .selections-list {
  display: none;
}
.products-selector-tab-selections .selections-list.active {
  display: flex;
}
.products-selector-tab-selections ul {
  margin-right: -10px;
  margin-left: -10px;
  overflow-x: auto;
  overflow-y: hidden;
}
.products-selector-tab-selections ul li {
  padding: 0 0 0 10px;
}
.products-selector-tab-selections ul li:last-child {
  padding-right: 10px;
}
.products-selector-tab-selections ul li a {
  height: 50px;
  padding: 0 85px;
  position: relative;
  z-index: 2;
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0.1em;
  border-radius: 50px;
  white-space: nowrap;
  color: #FFFFFF;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.products-selector-tab-selections ul li a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.6);
}
.products-selector-tab-selections ul li a:hover, .products-selector-tab-selections ul li a.active {
  font-weight: 600;
}
.products-selector-tab-selections ul li a:hover:after, .products-selector-tab-selections ul li a.active:after {
  background-color: rgba(227, 16, 16, 0.7);
}
.products-selector-tab-selections ul li a.gravel {
  background: rgba(0, 0, 0, 0.6) url("https://www.castelli-cycling.com/_ui/responsive/theme-castelli/commons/images/gravel.svg") center center;
}
.products-selector-tab-selections ul li a.race {
  background: rgba(0, 0, 0, 0.6) url("https://www.castelli-cycling.com/_ui/responsive/theme-castelli/commons/images/race.svg") center center;
}
.products-selector-tab-selections ul li a.cold_weather {
  background: rgba(0, 0, 0, 0.6) url("https://www.castelli-cycling.com/_ui/responsive/theme-castelli/commons/images/cold_weather.svg") center center;
}
.products-selector-tab-selections ul li a.club_rides {
  background: rgba(0, 0, 0, 0.6) url("https://www.castelli-cycling.com/_ui/responsive/theme-castelli/commons/images/club_rides.svg") center center;
}
.products-selector-tab-selections .mobile-advise {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: right;
  color: #DBDBDB;
}
.products-selector-tab-selections .mobile-advise span {
  font-size: 22px;
}
.products-selector-tab-selections .mobile-advise span + span {
  margin-left: -16px;
}
.products-selector-results-intro {
  padding: 30px 10px;
}
.products-selector-results-intro-title {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2em;
  color: #E31010;
}
.products-selector-results-intro-category {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0.2em;
}
.products-selector-results-intro-text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.products-selector-results-list {
  padding: 0 10px;
}
.products-selector-results-list .product-card {
  margin-bottom: 53px;
}
.products-selector-results-list .product-card-designs {
  height: 65px;
}
.products-selector-results-list-zeroresults {
  width: 100%;
  margin: 50px 0;
}
.products-selector-results-list-zeroresults-title {
  font-size: 20px;
  line-height: 30px;
}
.products-selector-showmore {
  margin-top: 77px;
  text-align: center;
}
.products-selector-showmore-title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2em;
}
.products-selector-showmore-cta {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-decoration: underline;
  color: #E31010;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .products-selector-wrapper {
    padding-top: 80px;
  }
  .products-selector-header-title {
    font-size: 40px;
    line-height: 59px;
  }
  .products-selector-header-text {
    font-size: 16px;
    line-height: 24px;
  }
  .products-selector-menu {
    margin-top: 70px;
  }
  .products-selector-menu-tab {
    height: 58px;
    font-size: 24px;
    line-height: 58px;
    color: #585858;
  }
  .products-selector-tab {
    padding-left: 45px;
    padding-right: 45px;
  }
  .products-selector-tab-categories ul {
    gap: 22px 138px;
  }
  .products-selector-tab-categories ul li {
    padding: 15px 0;
    font-size: 22px;
    line-height: 33px;
  }
  .products-selector-tab-categories ul li a.active:after {
    bottom: -10px;
    height: 5px;
  }
  .products-selector-tab-genders {
    margin-top: 42px;
  }
  .products-selector-tab-genders ul li {
    max-width: 200px;
    flex-basis: 23%;
    font-size: 20px;
    line-height: 24px;
  }
  .products-selector-tab-selections {
    margin-top: 50px;
    padding-top: 50px;
  }
  .products-selector-tab-selections-title {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 36px;
  }
  .products-selector-tab-selections ul {
    margin-right: -45px;
    margin-left: -45px;
  }
  .products-selector-tab-selections ul li {
    line-height: 30px;
  }
  .products-selector-tab-selections ul li:first-child {
    padding-left: 55px;
  }
  .products-selector-tab-selections ul li:last-child {
    padding-right: 55px;
  }
  .products-selector-tab-selections ul li a {
    width: 344px;
    padding: 0;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
  }
  .products-selector-results-intro {
    padding-top: 55px;
  }
  .products-selector-results-intro-title {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 44px;
  }
  .products-selector-results-intro-category {
    font-size: 40px;
    line-height: 59px;
  }
  .products-selector-results-intro-text {
    font-size: 20px;
    line-height: 30px;
  }
  .products-selector-results-list {
    display: flex;
    flex-wrap: wrap;
    gap: 64px 14px;
    justify-content: space-between;
  }
  .products-selector-results-list .product-card {
    flex: 0 1 32%;
  }
  .products-selector-results-list .product-card {
    margin: 0;
  }
  .products-selector-results-list-zeroresults-title {
    font-size: 24px;
    line-height: 36px;
  }
  .products-selector-showmore-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 0.2em;
  }
  .products-selector-showmore-cta {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  .products-selector-wrapper {
    padding-top: 100px;
  }
  .products-selector-header-title {
    font-size: 48px;
    line-height: 1;
  }
  .products-selector-header-text {
    font-size: 20px;
    line-height: 30px;
  }
  .products-selector-tab {
    padding-top: 35px;
  }
  .products-selector-tab-categories ul li {
    width: 150px;
    text-align: center;
  }
  .products-selector-tab-genders {
    margin-top: 35px;
  }
  .products-selector-tab-genders .genders-list {
    justify-content: center;
    gap: 20px;
  }
  .products-selector-tab-selections .selections-list {
    margin: 0;
    justify-content: flex-start;
    gap: 20px;
  }
  .products-selector-tab-selections .selections-list li {
    padding: 0;
  }
  .products-selector-tab-selections .selections-list li:first-child {
    padding: 0;
  }
  .products-selector-tab-selections .selections-list li:last-child {
    padding: 0;
  }
  .products-selector-tab-selections .selections-list li a {
    width: 313px;
  }
  .products-selector-results-intro {
    max-width: 75%;
    padding-top: 80px;
    margin: 0 auto;
  }
  .products-selector-results-intro-category {
    font-size: 48px;
    line-height: 71px;
  }
  .products-selector .mobile-advise {
    display: none;
  }
}
/* howitworks boxes component */
.howitworks-boxes-single-box-image {
  height: 200px;
}
.howitworks-boxes-single-box-image-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.howitworks-boxes-single-box-image-wrapper picture {
  width: 100%;
  height: 100%;
  display: block;
}
.howitworks-boxes-single-box-image-wrapper picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.howitworks-boxes-single-box-image .number {
  height: 200px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.howitworks-boxes-single-box-image .number.num_1 {
  width: 65px;
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/how-1.svg") center center no-repeat;
  background-size: cover;
}
.howitworks-boxes-single-box-image .number.num_2 {
  width: 127px;
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/how-2.svg") center center no-repeat;
  background-size: contain;
  transform: scale(1.25, 1.005);
  right: -20px;
}
.howitworks-boxes-single-box-image .number.num_3 {
  width: 104px;
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/how-3.svg") center center no-repeat;
  background-size: cover;
  right: -25px;
}
.howitworks-boxes-single-box-image .number.num_4 {
  width: 116px;
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/how-4.svg") center center no-repeat;
  background-size: cover;
  right: -25px;
}
.howitworks-boxes-single-box-image .number.num_5 {
  width: 116px;
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/how-5.svg") center center no-repeat;
  background-size: cover;
  right: -76px;
}
.howitworks-boxes-single-box-image .number.num_6 {
  width: 116px;
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/how-6.svg") center center no-repeat;
  background-size: cover;
  right: -65px;
}
.howitworks-boxes-single-box-image .number.num_7 {
  width: 116px;
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/how-7.svg") center center no-repeat;
  background-size: cover;
  right: -76px;
}
.howitworks-boxes-single-box-image .number.num_8 {
  width: 116px;
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/how-8.svg") center center no-repeat;
  background-size: cover;
  right: -65px;
}
.howitworks-boxes-single-box-image .number.num_9 {
  width: 116px;
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/how-9.svg") center center no-repeat;
  background-size: cover;
  right: -76px;
}
.howitworks-boxes-single-box-content {
  padding: 20px 10px 30px;
  background-color: #E5E5E5;
}
.howitworks-boxes-single-box-title {
  margin-bottom: 12px;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0.05em;
}
.howitworks-boxes-single-box-text {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.howitworks-boxes-single-box-text i {
  text-decoration: none;
  font-style: normal;
  color: #E31010;
}

/* Mobile devices (mobile,down from 768px) */
@media (max-width: 769px) {
  .howitworks-boxes-single-box-image .number.num_5, .howitworks-boxes-single-box-image .number.num_6, .howitworks-boxes-single-box-image .number.num_7, .howitworks-boxes-single-box-image .number.num_8, .howitworks-boxes-single-box-image .number.num_9 {
    width: 105px;
    right: -26px;
  }
}
/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .howitworks-boxes {
    padding: 10px 0;
    background-color: #E5E5E5;
  }
  .howitworks-boxes-single-box {
    padding: 40px 0;
    display: flex;
  }
  .howitworks-boxes-single-box.even {
    flex-direction: row-reverse;
  }
  .howitworks-boxes-single-box.even .howitworks-boxes-single-box-image-wrapper .number {
    right: auto;
    left: -75px;
  }
  .howitworks-boxes-single-box.even .howitworks-boxes-single-box-content {
    padding-left: 5.5%;
    padding-right: 11%;
    text-align: right;
  }
  .howitworks-boxes-single-box-image {
    height: 250px;
  }
  .howitworks-boxes-single-box-image-wrapper {
    flex: 1 1 50%;
    overflow: visible;
  }
  .howitworks-boxes-single-box-image-wrapper .number {
    width: 150px;
    height: 100%;
    left: auto;
    right: -75px;
  }
  .howitworks-boxes-single-box-image-wrapper .number.num_1, .howitworks-boxes-single-box-image-wrapper .number.num_2, .howitworks-boxes-single-box-image-wrapper .number.num_3, .howitworks-boxes-single-box-image-wrapper .number.num_5, .howitworks-boxes-single-box-image-wrapper .number.num_6, .howitworks-boxes-single-box-image-wrapper .number.num_7, .howitworks-boxes-single-box-image-wrapper .number.num_8, .howitworks-boxes-single-box-image-wrapper .number.num_9, .howitworks-boxes-single-box-image-wrapper .number.num_4 {
    width: 150px;
    background-position: center center;
    background-size: contain;
  }
  .howitworks-boxes-single-box-image-wrapper .number.num_2 {
    transform: scale(1);
  }
  .howitworks-boxes-single-box-image-wrapper .number.num_3 {
    right: -75px;
  }
  .howitworks-boxes-single-box-content {
    flex: 1 1 50%;
    padding-left: 11%;
    padding-right: 5.5%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .howitworks-boxes-single-box-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 44px;
  }
  .howitworks-boxes-single-box-text {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .howitworks-boxes {
    position: relative;
    z-index: 1;
  }
  .howitworks-boxes:after, .howitworks-boxes:before {
    display: block;
    content: "";
    width: 12.2%;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    background: #FFFFFF;
  }
  .howitworks-boxes:after {
    right: 0;
  }
  .howitworks-boxes:before {
    left: 0;
  }
  .howitworks-boxes-wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
    position: relative;
    z-index: 4;
  }
  .howitworks-boxes-single-box.even .howitworks-boxes-single-box-image {
    margin-left: 0;
    margin-right: calc((100% - 1088px) / 2);
  }
  .howitworks-boxes-single-box.even .howitworks-boxes-single-box-content {
    padding: 0;
  }
  .howitworks-boxes-single-box.even .howitworks-boxes-single-box-content-wrapper {
    margin-right: 16%;
    margin-left: auto;
  }
  .howitworks-boxes-single-box-content {
    padding: 0;
    background-color: transparent;
  }
  .howitworks-boxes-single-box-content-wrapper {
    max-width: 332px;
    margin-left: 16%;
    margin-right: auto;
  }
  .howitworks-boxes-single-box-image {
    margin-left: calc((100% - 1088px) / 2);
  }
}
/* howitworks intro component */
.howitworks-intro-wrapper {
  padding: 30px 10px 25px;
}
.howitworks-intro-title {
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 41px;
  letter-spacing: 0.1em;
}
.howitworks-intro-text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.05em;
}
.howitworks-intro-text i {
  text-decoration: none;
  font-style: normal;
  color: #E31010;
}
.howitworks-intro-highlight {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #E31010;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .howitworks-intro-wrapper {
    padding: 60px 45px;
  }
  .howitworks-intro-title {
    font-size: 30px;
    line-height: 44px;
  }
  .howitworks-intro-text {
    font-size: 16px;
    line-height: 24px;
  }
  .howitworks-intro-highlight {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .howitworks-intro-wrapper {
    max-width: 1090px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
/* howitworks outro component */
.howitworks-outro {
  text-align: center;
}
.howitworks-outro-wrapper {
  padding: 51px 10px 83px;
}
.howitworks-outro-text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .howitworks-outro {
    text-align: left;
  }
  .howitworks-outro-wrapper {
    padding: 53px 45px;
  }
  .howitworks-outro-text {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (min-width: 1200px) {
  .howitworks-outro-wrapper {
    max-width: 1150px;
    margin: 0 auto;
    padding: 61px 0 80px;
  }
  .howitworks-outro-text {
    font-size: 14px;
    line-height: 21px;
  }
}
/* my project page */
section.myprojects-section .myprojects-title {
  margin-top: 16px;
  padding: 0 70px;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0.1em;
}
section.myprojects-section .myprojects-subtitle {
  margin-top: 31px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
}
section.myprojects-section .myprojects-buttons {
  margin-top: 51px;
}
section.myprojects-section .myprojects-create {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
section.myprojects-section .myprojects-cta {
  margin-top: 27px;
}
section.myprojects-section .myprojects-shops-cta {
  margin-bottom: 37px;
}
section.myprojects-section .myprojects-list {
  margin-top: 66px;
}
section.myprojects-section .myprojects-single-project {
  margin-bottom: 35px;
}
section.myprojects-section .myprojects-single-project:last-child {
  margin-bottom: 0;
}
section.myprojects-section .myprojects-single-project-box {
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  border: 1px solid #DBDBDB;
}
section.myprojects-section .myprojects-single-project-box .close {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 6px;
  border: none;
  line-height: 1;
  color: #585858;
}
section.myprojects-section .myprojects-single-project-box .close span {
  font-size: 26px;
}
section.myprojects-section .myprojects-single-project-content {
  display: flex;
  flex-wrap: wrap;
}
section.myprojects-section .myprojects-single-project-img {
  flex: 0 1 46%;
  padding: 0;
}
section.myprojects-section .myprojects-single-project-data {
  flex: 0 1 54%;
  padding: 0 10px;
}
section.myprojects-section .myprojects-single-project-title {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
section.myprojects-section .myprojects-single-project-infos {
  margin-top: 8px;
}
section.myprojects-section .myprojects-single-project-infos .sku {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
section.myprojects-section .myprojects-single-project-infos .color {
  margin-top: 8px;
  font-size: 14px;
  line-height: 21px;
}
section.myprojects-section .myprojects-single-project-infos .prices {
  margin-top: 8px;
  font-size: 14px;
  line-height: 21px;
}
section.myprojects-section .myprojects-single-project-buttons {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section.myprojects-section .myprojects-single-project-edit, section.myprojects-section .myprojects-single-project-clone {
  display: inline-block;
  padding-left: 50px;
}
section.myprojects-section .myprojects-single-project-edit a, section.myprojects-section .myprojects-single-project-clone a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-decoration-line: underline;
}
section.myprojects-section .myprojects-single-project-clone {
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/clone.svg") left center no-repeat;
}
section.myprojects-section .myprojects-single-project-edit {
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/pencil-small.svg") left center no-repeat;
}
section.myprojects-section .myprojects-single-project-cta {
  margin-top: 16px;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  section.myprojects-section .myprojects-title {
    margin-top: 10px;
    padding: 0;
    font-size: 36px;
    line-height: 53px;
  }
  section.myprojects-section .myprojects-subtitle {
    margin-top: 28px;
    text-align: center;
  }
  section.myprojects-section .myprojects-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 33px;
  }
  section.myprojects-section .myprojects-create {
    margin-right: 15px;
    margin-left: 55px;
  }
  section.myprojects-section .myprojects-shops-cta {
    max-width: 250px;
    margin-bottom: 0;
  }
  section.myprojects-section .myprojects-cta {
    max-width: 250px;
    margin-top: 0;
  }
  section.myprojects-section .myprojects-list {
    margin-top: 45px;
    padding: 0 33px;
  }
  section.myprojects-section .myprojects-single-project-img {
    flex: 0 1 24%;
    max-width: 210px;
  }
  section.myprojects-section .myprojects-single-project-data {
    flex: 0 1 38%;
    padding: 0 25px;
  }
  section.myprojects-section .myprojects-single-project-buttons {
    margin-top: 10%;
    flex: 0 1 38%;
    align-items: flex-end;
  }
}
@media (min-width: 1200px) {
  section.myprojects-section .myprojects-title {
    font-size: 40px;
    line-height: 59px;
  }
  section.myprojects-section .myprojects-subtitle {
    margin-top: 0;
  }
  section.myprojects-section .myprojects-buttons {
    margin-top: 36px;
  }
  section.myprojects-section .myprojects-shops-cta {
    margin-right: auto;
  }
  section.myprojects-section .myprojects-cta {
    max-width: 320px;
  }
  section.myprojects-section .myprojects-list {
    margin-top: 39px;
  }
  section.myprojects-section .myprojects-single-project-img {
    max-width: 230px;
  }
  section.myprojects-section .myprojects-single-project-title {
    font-size: 18px;
    line-height: 27px;
  }
  section.myprojects-section .myprojects-single-project-infos .sku {
    font-size: 14px;
    line-height: 21px;
  }
  section.myprojects-section .myprojects-single-project-infos .color,
section.myprojects-section .myprojects-single-project-infos .prices {
    font-size: 16px;
    line-height: 24px;
  }
  section.myprojects-section .myprojects-single-project-buttons {
    max-width: 340px;
    margin-left: auto;
  }
  section.myprojects-section .myprojects-single-project-edit, section.myprojects-section .myprojects-single-project-clone {
    padding-left: 40px;
  }
  section.myprojects-section .myprojects-single-project-edit a, section.myprojects-section .myprojects-single-project-clone a {
    font-size: 20px;
    line-height: 30px;
  }
}
li.nav-item.nav-icon.my-projects-icon {
  overflow: visible;
  position: relative;
  z-index: 1;
}
li.nav-item.nav-icon.my-projects-icon:hover .tooltip-wrapper {
  display: block;
}
li.nav-item.nav-icon.my-projects-icon a .icon {
  display: block;
  width: 30px;
  height: 30px;
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/my-projects-castelli.svg") center no-repeat;
  background-size: 24px;
  text-indent: -99999px;
}

.tooltip-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 2;
  padding-top: 30px;
  transform: translateX(-50%);
}
.tooltip-wrapper:before, .tooltip-wrapper:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  z-index: 3;
  transform: translateX(-50%);
  background: #E31010;
}
.tooltip-wrapper:before {
  width: 130px;
  height: 3px;
  top: 26px;
  border-radius: 3px;
}
.tooltip-wrapper:after {
  width: 8px;
  height: 8px;
  top: 7px;
  border-radius: 8px;
}
.tooltip-wrapper.opened {
  display: block;
}
.tooltip-box {
  display: flex;
  align-items: center;
  width: 230px;
  padding: 10px 10px 10px 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  background: #CED4DA;
}
.tooltip-icon {
  display: block;
  margin: 0 17px 0 2px;
  color: #E31010;
}
.tooltip-icon .icon {
  display: block;
  font-size: 28px;
}
.tooltip-content {
  display: block;
  font-size: 12px;
  line-height: 18px;
}

/* // Mobile devices (mobile,down from 768px) */
@media (max-width: 769px) {
  li.nav-item.nav-icon.my-projects-icon {
    order: 1;
  }
  li.nav-item.nav-icon.search-icon {
    order: 2;
  }
  li.nav-item.nav-icon.icon-cart {
    order: 3;
  }
  li.nav-item.nav-icon.nav-menu {
    order: 4;
  }
}
/* // Mobile devices (mobile,down from 768px) */
@media (min-width: 1400px) {
  .tooltip-box {
    width: 270px;
  }
}
/* my shops page */
section.myshop-detail-section .myshop-detail-title {
  margin-top: 16px;
  padding: 0 70px;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0.1em;
}
section.myshop-detail-section .myshop-detail-subtitle {
  margin-top: 31px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
}
section.myshop-detail-section .myshop-detail-shop {
  margin-top: 40px;
  padding: 0 10px;
}
section.myshop-detail-section .myshop-detail-shop-back a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
section.myshop-detail-section .myshop-detail-shop-back a span {
  margin-right: 14px;
}
section.myshop-detail-section .myshop-detail-shop-back a .label {
  text-decoration: underline;
}
section.myshop-detail-section .myshop-detail-shop-info {
  margin-top: 30px;
}
section.myshop-detail-section .myshop-detail-shop-info-title {
  margin-bottom: 1px;
  font-weight: 600;
  font-size: 36px;
  line-height: 53px;
  letter-spacing: 0.1em;
}
section.myshop-detail-section .myshop-detail-shop-info-date {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
section.myshop-detail-section .myshop-detail-shop-info-date span {
  font-weight: 600;
  color: #E31010;
}
section.myshop-detail-section .myshop-detail-shop-info-share {
  margin-top: 35px;
}
section.myshop-detail-section .myshop-detail-shop-info-share a {
  width: 100%;
}
section.myshop-detail-section .myshop-detail-shop-products {
  margin-top: 62px;
}
section.myshop-detail-section .myshop-detail-shop-product {
  padding: 25px;
  margin-bottom: 33px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  border: 1px solid #DBDBDB;
}
section.myshop-detail-section .myshop-detail-shop-product:last-child {
  margin-bottom: 0;
}
section.myshop-detail-section .myshop-detail-shop-product-image {
  flex: 0 1 46%;
  padding: 0;
}
section.myshop-detail-section .myshop-detail-shop-product-image img {
  width: 100%;
}
section.myshop-detail-section .myshop-detail-shop-product-content {
  flex: 0 1 54%;
  padding: 0 10px;
}
section.myshop-detail-section .myshop-detail-shop-product-title {
  margin-bottom: 11px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
section.myshop-detail-section .myshop-detail-shop-product-sku {
  margin-bottom: 11px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
section.myshop-detail-section .myshop-detail-shop-product-quantity {
  margin-bottom: 11px;
  font-size: 14px;
  line-height: 21px;
}
section.myshop-detail-section .myshop-detail-shop-product-quantity span {
  font-weight: 400;
}
section.myshop-detail-section .myshop-detail-shop-product-prices {
  font-size: 14px;
  line-height: 21px;
}
section.myshop-detail-section .myshop-detail-shop-product-prices .price {
  font-weight: 400;
}
section.myshop-detail-section .myshop-detail-shop-product-prices .price + .price:before {
  content: "-";
  margin: 0 2px;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  section.myshop-detail-section .myshop-detail-title {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0;
    font-size: 36px;
    line-height: 53px;
  }
  section.myshop-detail-section .myshop-detail-subtitle {
    margin-top: 20px;
    text-align: center;
  }
  section.myshop-detail-section .myshop-detail-shop {
    padding: 0 45px;
  }
  section.myshop-detail-section .myshop-detail-shop-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  section.myshop-detail-section .myshop-detail-shop-info-share {
    margin-top: 0;
  }
  section.myshop-detail-section .myshop-detail-shop-info-share a {
    width: 344px;
  }
  section.myshop-detail-section .myshop-detail-shop-products {
    margin-top: 40px;
  }
  section.myshop-detail-section .myshop-detail-shop-product {
    margin-bottom: 27px;
  }
  section.myshop-detail-section .myshop-detail-shop-product-image {
    flex: 0 1 26%;
  }
  section.myshop-detail-section .myshop-detail-shop-product-content {
    flex: 0 1 70%;
    padding: 0 25px;
  }
  section.myshop-detail-section .myshop-detail-shop-product-title {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 27px;
  }
  section.myshop-detail-section .myshop-detail-shop-product-sku {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
  }
  section.myshop-detail-section .myshop-detail-shop-product-quantity {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }
  section.myshop-detail-section .myshop-detail-shop-product-prices {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  section.myshop-detail-section .myshop-detail-title {
    font-size: 40px;
    line-height: 59px;
  }
  section.myshop-detail-section .myshop-detail-subtitle {
    margin-top: 20px;
    text-align: center;
  }
  section.myshop-detail-section .myshop-detail-shop {
    padding: 0 65px;
  }
  section.myshop-detail-section .myshop-detail-shop-info-share a {
    width: 315px;
  }
  section.myshop-detail-section .myshop-detail-shop-products {
    margin-top: 45px;
  }
  section.myshop-detail-section .myshop-detail-shop-product-image {
    flex: 0 1 19%;
  }
  section.myshop-detail-section .myshop-detail-shop-product-content {
    flex: 0 1 81%;
  }
}
/* my shops page */
section.myshops-section .myshops-title {
  margin-top: 16px;
  padding: 0 70px;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0.1em;
}
section.myshops-section .myshops-subtitle {
  margin-top: 31px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1em;
}
section.myshops-section .myshops-separator {
  height: 60px;
  margin: 30px -12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/bg-separator.svg") center center no-repeat;
  background-size: cover;
}
section.myshops-section .myshops-separator .icon {
  width: 38px;
  height: 38px;
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/meter-pencil-white.svg") center center no-repeat;
  background-size: cover;
}
section.myshops-section .myshops-shops-header {
  display: none;
}
section.myshops-section .myshops-single-shop {
  margin-bottom: 36px;
}
section.myshops-section .myshops-single-shop-data {
  padding: 39px 25px;
  border: 1px solid #DBDBDB;
}
section.myshops-section .myshops-single-shop-info {
  display: flex;
  margin-bottom: 29px;
}
section.myshops-section .myshops-single-shop-info span {
  display: inline-block;
}
section.myshops-section .myshops-single-shop-info .label {
  width: 158px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.1em;
}
section.myshops-section .myshops-single-shop-info .data {
  width: calc(100% - 158px);
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.1em;
}
section.myshops-section .myshops-single-shop-cta {
  margin-top: 44px;
}
section.myshops-section .myshops-single-shop-cta a {
  width: 100%;
}
section.myshops-section .myshops-cta {
  margin-top: 45px;
}
section.myshops-section .myshops-empty {
  margin-top: 10px;
}
section.myshops-section .myshops-empty-title {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.2em;
}
section.myshops-section .myshops-empty-text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
section.myshops-section .myshops-empty-buttons {
  margin-top: 50px;
}

/* popup create shop */
.createshop-modal .custom-modal-details {
  padding: 0;
}
.createshop-modal .custom-modal-close {
  z-index: 9;
}
.createshop-modal .custom-modal-close:after, .createshop-modal .custom-modal-close:before {
  background-color: #FFFFFF;
}
.createshop-modal-data {
  padding: 35px 10px 16px;
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  background: transparent url("../png/info-prices.png") center center no-repeat;
  background-size: cover;
}
.createshop-modal-data:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.5);
}
@supports (backdrop-filter: blur(0)) {
  .createshop-modal-data:after {
    -webkit-backdrop-filter: blur(4px);
    /* not fully supported */
    backdrop-filter: blur(4px);
    /* not fully supported */
  }
}
.createshop-modal-data-title {
  margin-bottom: 21px;
  padding: 0 45px;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.1em;
}
.createshop-modal-data-subtitle {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.createshop-modal-data-field {
  margin-bottom: 10px;
}
.createshop-modal-data-field.error {
  color: #E31010;
}
.createshop-modal-data-field.error input[type=text] {
  color: #E31010;
}
.createshop-modal-data-field.error .span-error {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.2px;
}
.createshop-modal-data-field:last-child {
  margin-bottom: 0;
}
.createshop-modal-data-field-label {
  width: 100%;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 21px;
}
.createshop-modal-data-field input[type=text] {
  width: 100%;
  height: 40px;
  padding: 0 16px;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  border: 1px solid #CED4DA;
  border-radius: 4px;
}
.createshop-modal-list {
  padding: 40px 10px 29px;
}
.createshop-modal-product {
  padding: 25px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  color: #585858;
  border: 1px solid #DBDBDB;
}
.createshop-modal-product:last-child {
  margin-bottom: 0;
}
.createshop-modal-product.selected {
  border: 1px solid #00BA00;
  box-shadow: 0px 0px 35px 2px rgba(0, 0, 0, 0.4);
}
.createshop-modal-product.selected .selected-status {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-top: 10px;
}
.createshop-modal-product.selected .selected-status img {
  display: block;
  width: 100%;
}
.createshop-modal-product .close {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 6px;
  right: 6px;
  border: none;
  line-height: 1;
  color: #585858;
}
.createshop-modal-product .close span {
  font-size: 26px;
}
.createshop-modal-product .selected-status {
  display: none;
}
.createshop-modal-product-image {
  flex: 0 1 46%;
  padding: 0;
}
.createshop-modal-product-image img {
  display: block;
  width: 100%;
}
.createshop-modal-product-content-box {
  flex: 0 1 54%;
  padding: 0 10px;
}
.createshop-modal-product-title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.createshop-modal-product-quantity {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
}
.createshop-modal-product-prices {
  font-size: 14px;
  line-height: 21px;
}
.createshop-modal-product-cta-wrapper {
  width: 100%;
  margin-top: 20px;
}
.createshop-modal-cta {
  width: 100%;
}
.createshop-modal-cta-wrapper {
  padding: 30px 10px 125px;
}
.createshop-modal-cta-text {
  margin-bottom: 31px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-align: center;
}

/* datepicker style */
.exp-date-datepicker {
  max-height: 0;
  position: absolute;
  z-index: 10;
  top: -1px;
  left: 0;
  right: 0;
  color: #000000;
  background-color: #FFFFFF;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #DBDBDB;
  overflow: hidden;
}
.exp-date-datepicker.opened {
  max-height: unset;
}
.exp-date-datepicker-container {
  display: block;
  position: relative;
  z-index: 6;
}
.exp-date-datepicker .ui-datepicker {
  padding: 15px 19px;
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-header {
  height: 20px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.exp-date-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  width: 20px;
  height: 20px;
  text-indent: -999px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before, .exp-date-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after,
.exp-date-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before,
.exp-date-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  display: block;
  content: "";
  width: 8px;
  height: 1px;
  position: absolute;
  top: 6px;
  left: 7px;
  z-index: 4;
  background-color: #585858;
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  margin-left: 10px;
  order: 1;
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  left: 7px;
  transform: rotate(-45deg);
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:after {
  top: 11px;
  left: 7px;
  transform: rotate(45deg);
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  margin-right: 10px;
  order: 3;
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  transform: rotate(45deg);
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-next:after {
  top: 11px;
  transform: rotate(-45deg);
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  order: 2;
  line-height: 18px;
  font-weight: 600;
  font-size: 12px;
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  width: 80px;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #CED4DA;
  border: 1px solid transparent;
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  width: 80px;
  padding: 0 20px;
  text-align: center;
  border: 1px solid #DBDBDB;
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-calendar thead {
  text-transform: lowercase;
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td a,
.exp-date-datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td span {
  display: inline-block;
  padding: 4px 10px;
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-state-disabled span {
  color: #DBDBDB;
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  color: #E31010;
}
.exp-date-datepicker .ui-datepicker .ui-datepicker-calendar tbody tr td.ui-datepicker-current-day a {
  color: #FFFFFF;
  background-color: #E31010;
}

/* popup thank you shop */
.thankyoushop-modal .custom-modal-details {
  padding: 0;
}
.thankyoushop-modal .custom-modal-close {
  z-index: 9;
}
.thankyoushop-modal .custom-modal-close:after, .thankyoushop-modal .custom-modal-close:before {
  background-color: #FFFFFF;
}
.thankyoushop-modal-wrapper .createshop-modal-data {
  padding: 45px 56px;
}
.thankyoushop-modal-wrapper .createshop-modal-data-title {
  padding: 0;
  margin-bottom: 14px;
}
.thankyoushop-modal-wrapper .createshop-modal-data-subtitle {
  text-align: center;
}
.thankyoushop-modal-wrapper .createshop-modal-data-infos {
  text-align: center;
}
.thankyoushop-modal-wrapper .createshop-modal-data-info {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-align: center;
}
.thankyoushop-modal-wrapper .createshop-modal-data-info span {
  font-weight: 600;
}
.thankyoushop-modal-share {
  padding: 30px 10px 68px;
}
.thankyoushop-modal-share-title {
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #585858;
}
.thankyoushop-modal-share-boxes {
  padding: 34px 0 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 0;
}
.thankyoushop-modal-share-box {
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thankyoushop-modal-share-box-icon {
  width: 63px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 63px;
  background: transparent url("../png/info-prices.png") center center no-repeat;
  background-attachment: fixed;
  overflow: hidden;
}
.thankyoushop-modal-share-box-icon .icon {
  display: block;
  width: 30px;
  height: 30px;
}
.thankyoushop-modal-share-box-icon .icon.twitter {
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/twitter.svg") center center no-repeat;
}
.thankyoushop-modal-share-box-icon .icon.email {
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/email-icon.svg") center center no-repeat;
}
.thankyoushop-modal-share-box-icon .icon.facebook {
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/facebook-icon.svg") center center no-repeat;
}
.thankyoushop-modal-share-box-icon .icon.whatsapp {
  background: transparent url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/whatsapp-icon.svg") center center no-repeat;
}
.thankyoushop-modal-share-box-title {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
.thankyoushop-modal-share-cta {
  width: 100%;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  section.myshops-section .myshops-title {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0;
    font-size: 36px;
    line-height: 53px;
  }
  section.myshops-section .myshops-subtitle {
    margin-top: 20px;
    text-align: center;
  }
  section.myshops-section .myshops-separator {
    height: 121px;
    margin: 50px 33px;
    background-image: url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/bg-separator-tablet.svg");
  }
  section.myshops-section .myshops-separator .icon {
    width: 71px;
    height: 71px;
  }
  section.myshops-section .myshops-list {
    margin-left: 33px;
    margin-right: 33px;
  }
  section.myshops-section .myshops-shops-header {
    display: flex;
    padding: 10px 31px 18px;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1em;
  }
  section.myshops-section .myshops-shops-header-name {
    flex: 1 1 45%;
    text-indent: -31px;
  }
  section.myshops-section .myshops-shops-header-status, section.myshops-section .myshops-shops-header-date, section.myshops-section .myshops-shops-header-cta {
    flex: 1 1 15%;
  }
  section.myshops-section .myshops-single-shop {
    margin-bottom: 17px;
  }
  section.myshops-section .myshops-single-shop-data {
    padding: 26px 31px;
    display: flex;
    align-items: center;
  }
  section.myshops-section .myshops-single-shop-info {
    margin: 0;
  }
  section.myshops-section .myshops-single-shop-info .label {
    display: none;
  }
  section.myshops-section .myshops-single-shop-info.name {
    flex: 1 1 45%;
  }
  section.myshops-section .myshops-single-shop-info.name span {
    font-size: 20px;
    line-height: 30px;
  }
  section.myshops-section .myshops-single-shop-info.status {
    flex: 1 1 15%;
  }
  section.myshops-section .myshops-single-shop-info.date {
    flex: 1 1 15%;
  }
  section.myshops-section .myshops-single-shop-cta {
    flex: 1 1 15%;
    margin: 0;
  }
  section.myshops-section .myshops-buttons {
    margin-top: 23px;
    margin-left: 33px;
    margin-right: 33px;
    text-align: right;
  }
  section.myshops-section .myshops-buttons a {
    max-width: 226px;
  }
  section.myshops-section .myshops-empty {
    max-width: 760px;
    margin: 10px auto 0;
  }
  section.myshops-section .myshops-empty-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 44px;
  }
  section.myshops-section .myshops-empty-text {
    font-size: 20px;
    line-height: 22px;
  }
  section.myshops-section .myshops-empty-buttons a {
    max-width: 534px;
  }

  .createshop-modal .custom-modal-content-box {
    max-width: 700px;
  }
  .createshop-modal-data {
    padding: 45px 35px 18px;
    background: transparent url("../png/bg-data.png") center center no-repeat;
    background-size: cover;
  }
  .createshop-modal-data-subtitle {
    margin-bottom: 10px;
    text-align: center;
  }
  .createshop-modal-data-fields {
    display: flex;
    justify-content: space-between;
  }
  .createshop-modal-data-fields-field {
    max-width: 226px;
  }
  .createshop-modal-list {
    padding: 25px 35px 29px;
  }
  .createshop-modal-product {
    padding: 17px;
    margin-bottom: 13px;
  }
  .createshop-modal-product.selected .selected-status {
    width: 38px;
    height: 38px;
    margin: 0;
    position: absolute;
    top: 17px;
    right: 17px;
    z-index: 4;
  }
  .createshop-modal-product-image {
    flex: 0 1 22%;
    max-width: 137px;
  }
  .createshop-modal-product-content-box {
    flex: 0 1 41%;
  }
  .createshop-modal-product-title {
    margin-bottom: 5px;
    line-height: 24px;
  }
  .createshop-modal-product-quantity {
    margin-bottom: 5px;
  }
  .createshop-modal-product-prices {
    font-size: 16px;
    line-height: 24px;
  }
  .createshop-modal-product-cta-wrapper {
    flex: 0 1 36%;
    display: flex;
    align-items: flex-end;
    margin-left: auto;
  }
  .createshop-modal-cta {
    max-width: 315px;
  }
  .createshop-modal-cta-wrapper {
    padding: 0 95px 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .thankyoushop-modal .custom-modal-content-box {
    max-width: 700px;
  }
  .thankyoushop-modal-wrapper .createshop-modal-data-title {
    font-size: 20px;
    line-height: 30px;
  }
  .thankyoushop-modal-wrapper .createshop-modal-data-subtitle {
    margin-bottom: 29px;
    font-size: 12px;
    line-height: 18px;
  }
  .thankyoushop-modal-wrapper .createshop-modal-data-info {
    font-size: 14px;
    line-height: 21px;
  }
  .thankyoushop-modal-share {
    padding: 20px 10px 43px;
  }
  .thankyoushop-modal-share-boxes {
    padding: 24px 0 30px;
    justify-content: center;
    gap: 0 48px;
  }
  .thankyoushop-modal-share-box {
    flex-basis: auto;
  }
  .thankyoushop-modal-share-cta {
    display: block;
    max-width: 315px;
    margin: 0 auto;
  }
}
/* // Medium devices (desktop, 1024px and up) */
@media (min-width: 1024px) {
  section.myshops-section .myshops-shops-header-name {
    flex: 1 1 51%;
  }
  section.myshops-section .myshops-shops-header-status, section.myshops-section .myshops-shops-header-date, section.myshops-section .myshops-shops-header-cta {
    flex: 1 1 13%;
  }
  section.myshops-section .myshops-single-shop-info.name {
    flex: 1 1 51%;
  }
  section.myshops-section .myshops-single-shop-info.status {
    flex: 1 1 13%;
  }
  section.myshops-section .myshops-single-shop-info.date {
    flex: 1 1 13%;
  }
  section.myshops-section .myshops-single-shop-cta {
    flex: 1 1 13%;
  }
}
@media (min-width: 1200px) {
  section.myshops-section .myshops-title {
    font-size: 40px;
    line-height: 59px;
  }
  section.myshops-section .myshops-subtitle {
    margin-top: 20px;
    text-align: center;
  }
  section.myshops-section .myshops-separator {
    height: 121px;
    margin: 60px 25px;
    background-image: url("https://castellicycling.kleecks-cdn.com/_ui/responsive/theme-castelli/custom/images/bg-separator-desktop.svg");
  }
  section.myshops-section .myshops-separator .icon {
    width: 77px;
    height: 77px;
  }
  section.myshops-section .myshops-list {
    margin-left: 25px;
    margin-right: 25px;
  }
  section.myshops-section .myshops-single-shop {
    margin-bottom: 21px;
  }
  section.myshops-section .myshops-buttons {
    margin-top: 39px;
    margin-left: 25px;
    margin-right: 25px;
  }
  section.myshops-section .myshops-buttons a {
    max-width: 315px;
  }
  section.myshops-section .myshops-empty {
    margin-top: 0;
  }

  .createshop-modal .custom-modal-content-box {
    width: 870px;
    max-width: 870px;
  }
  .createshop-modal-data {
    padding: 49px 32px 23px;
  }
  .createshop-modal-data-title {
    font-weight: 500;
    font-size: 26px;
    line-height: 39px;
  }
  .createshop-modal-data-field.shopname {
    width: 311px;
  }
  .createshop-modal-data-field.exp_date {
    width: 251px;
  }
  .createshop-modal-list {
    padding: 32px 32px 35px;
  }
  .createshop-modal-product-cta-wrapper {
    flex-basis: 30%;
  }
  .createshop-modal-cta-wrapper {
    padding: 0 168px 54px;
  }

  .thankyoushop-modal .custom-modal-content-box {
    width: 870px;
    max-width: 870px;
  }
  .thankyoushop-modal-wrapper .createshop-modal-data {
    padding-top: 54px;
    padding-bottom: 54px;
  }
  .thankyoushop-modal-wrapper .createshop-modal-data-title {
    margin-bottom: 9px;
    font-size: 26px;
    line-height: 39px;
  }
  .thankyoushop-modal-wrapper .createshop-modal-data-subtitle {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
  }
  .thankyoushop-modal-wrapper .createshop-modal-data-info {
    font-size: 20px;
    line-height: 30px;
  }
  .thankyoushop-modal-share {
    padding: 36px 30px;
  }
}
/* shop hero component */
.shop-hero-wrapper {
  width: 100%;
  height: 470px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.shop-hero-background {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.shop-hero-background-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.shop-hero-background-image picture {
  width: 100%;
  height: 100%;
  display: block;
}
.shop-hero-background-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.shop-hero-content {
  width: 100%;
  padding: 18px 10px;
  text-align: center;
  position: relative;
  z-index: 5;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}
.shop-hero-content:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.65);
}
.shop-hero-name {
  font-size: 24px;
}
.shop-hero-date {
  margin-top: 15px;
  font-weight: 400;
}
.shop-hero-date .label {
  font-size: 30px;
  line-height: 1;
}
.shop-hero-date .date {
  font-weight: 500;
  font-size: 36px;
  color: #E31010;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .shop-hero-content {
    padding-top: 41px;
    padding-bottom: 41px;
  }
  .shop-hero-name {
    font-size: 28px;
  }
  .shop-hero-date {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  .shop-hero-date .label,
.shop-hero-date .date {
    display: inline;
  }
  .shop-hero-date .label {
    font-size: 36px;
  }
  .shop-hero-date .date {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .shop-hero-content {
    padding-top: 32px;
    padding-bottom: 32px;
    line-height: 1.3;
  }
  .shop-hero-name {
    font-size: 30px;
  }
  .shop-hero-date .label {
    font-size: 40px;
  }
  .shop-hero-date .date {
    font-size: 48px;
  }
}
/* shop info component */
.shop-info-intro {
  padding: 50px 10px 36px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.shop-info-banner {
  padding: 15px;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.1em;
  background-color: #CED4DA;
}
.shop-info-banner strong {
  color: #E31010;
}
.shop-info-boxes {
  padding: 50px 10px 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.shop-info-box {
  width: 226px;
}
.shop-info-box-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 30px;
}
.shop-info-box-icon .icon {
  width: 100%;
  height: 100%;
}
.shop-info-box-icon .icon.flag {
  background: transparent url("https://www.castelli-cycling.com/_ui/responsive/theme-castelli/custom/images/flag.svg") left center no-repeat;
}
.shop-info-box-icon .icon.share {
  background: transparent url("https://www.castelli-cycling.com/_ui/responsive/theme-castelli/custom/images/share.svg") left center no-repeat;
  background-size: 37px;
}
.shop-info-box-icon .icon.saving {
  background: transparent url("https://www.castelli-cycling.com/_ui/responsive/theme-castelli/custom/images/savings.svg") left center no-repeat;
}
.shop-info-box-title, .shop-info-box-text {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.1em;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .shop-info-intro {
    padding: 55px 45px;
    font-size: 20px;
    line-height: 30px;
  }
  .shop-info-banner {
    padding: 25px 45px;
    font-size: 22px;
    line-height: 33px;
  }
  .shop-info-boxes {
    padding-left: 45px;
    padding-right: 45px;
    justify-content: space-between;
    flex-direction: row;
  }
  .shop-info-box {
    width: 28%;
    max-width: 226px;
  }
}
/* // Medium devices (desktop, 1024px and up) */
@media (min-width: 1200px) {
  .shop-info-intro {
    padding: 65px 65px 60px;
    font-size: 24px;
    line-height: 36px;
  }
  .shop-info-banner {
    padding: 22px 65px;
    font-size: 26px;
    line-height: 39px;
    letter-spacing: 0.2em;
  }
  .shop-info-boxes {
    padding-left: 65px;
    padding-right: 65px;
    justify-content: center;
    gap: 76px;
  }
  .shop-info-box {
    width: 312px;
  }
}
/* shop products */
.shop-products-wrapper {
  padding: 0 10px 67px;
}
.shop-products-box {
  padding: 25px;
  margin-bottom: 67px;
  border: 1px solid #DBDBDB;
}
.shop-products-box:last-child {
  margin-bottom: 0;
}
.shop-products-box-image {
  width: 100%;
  margin-bottom: 22px;
}
.shop-products-box-image picture {
  width: 100%;
  height: 100%;
  display: block;
}
.shop-products-box-image picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.shop-products-box-header {
  margin-bottom: 12px;
  font-size: 14px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: space-between;
}
.shop-products-box-title {
  font-weight: 500;
  line-height: 21px;
}
.shop-products-box-prices {
  font-weight: 600;
  line-height: 24px;
}
.shop-products-box-prices .price + .price:before {
  content: "-";
  margin: 0 2px;
}
.shop-products-box-text {
  margin-bottom: 22px;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.shop-products-box-size {
  margin-bottom: 26px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.shop-products-box-size a {
  text-decoration: underline;
  color: #E31010;
}
.shop-products-box-pieces-title {
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.1em;
}
.shop-products-box-pieces-title span {
  font-weight: 600;
  color: #E31010;
}
.shop-products-box-pieces-range-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.shop-products-box-pieces-range .interval {
  flex: 1 1 auto;
  text-align: center;
  color: #CED4DA;
}
.shop-products-box-pieces-range .interval.active .pieces {
  background-color: #E31010;
}
.shop-products-box-pieces-range .interval.active .limit:before, .shop-products-box-pieces-range .interval.active .limit:after {
  background-color: #E31010;
}
.shop-products-box-pieces-range .interval:first-child .pieces {
  border-radius: 30px 0 0 30px;
}
.shop-products-box-pieces-range .interval:last-child .pieces {
  border-radius: 0 30px 30px 0;
}
.shop-products-box-pieces-range .interval .pieces {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #CED4DA;
}
.shop-products-box-pieces-range .interval .limit {
  margin-top: 25px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
}
.shop-products-box-pieces-range .interval .limit:before, .shop-products-box-pieces-range .interval .limit:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  background-color: #CED4DA;
}
.shop-products-box-pieces-range .interval .limit:before {
  bottom: 25px;
  width: 1px;
  height: 18px;
}
.shop-products-box-pieces-range .interval .limit:after {
  bottom: 25px;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #CED4DA;
}
.shop-products-box-pieces-range .interval .limit.actual {
  font-weight: 500;
  color: #585858;
}
.shop-products-box-pieces-range .interval.active + .interval.active .pieces {
  position: relative;
  z-index: 3;
}
.shop-products-box-pieces-range .interval.active + .interval.active .pieces:before {
  display: block;
  content: "";
  height: 28px;
  width: 4px;
  position: absolute;
  top: 0;
  left: -4px;
  z-index: 4;
  background-color: #E31010;
}
.shop-products-box-buttons {
  margin-top: 30px;
}
.shop-products-box-buttons-details {
  display: inline-block;
  margin: 0 auto;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
.shop-products-box-buttons-cta {
  display: inline-block;
  margin-top: 12px;
  width: 100%;
}

.shop-share {
  padding: 0 10px 67px;
}
.shop-share a {
  width: 100%;
}

.productdetail-modal .custom-modal-details {
  padding: 68px 0 55px;
}
.productdetail-modal .custom-modal-details section.features {
  margin: 0;
}
.productdetail-modal .custom-modal-details section.features .container-fluid, .productdetail-modal .custom-modal-details section.features .container-sm, .productdetail-modal .custom-modal-details section.features .container-md, .productdetail-modal .custom-modal-details section.features .container-lg, .productdetail-modal .custom-modal-details section.features .container-xl, .productdetail-modal .custom-modal-details section.features .container-xxl {
  padding: 0;
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 769px) {
  .shop-products-wrapper {
    padding: 0 46px 82px;
  }
  .shop-products-box {
    padding: 0;
    margin-bottom: 55px;
  }
  .shop-products-box:last-child {
    margin-bottom: 0;
  }
  .shop-products-box-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .shop-products-box-image {
    max-width: 229px;
    margin: 0;
    box-shadow: 0px 5.12px 20.48px rgba(0, 0, 0, 0.16);
  }
  .shop-products-box-content {
    flex: 1;
    padding: 16px 15px;
  }
  .shop-products-box-header {
    align-items: center;
    margin-bottom: 5px;
  }
  .shop-products-box-title {
    font-size: 22px;
    line-height: 36px;
  }
  .shop-products-box-prices {
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    text-align: right;
  }
  .shop-products-box-text {
    font-size: 16px;
    line-height: 24px;
  }
  .shop-products-box-size {
    font-size: 14px;
    line-height: 21px;
  }
  .shop-products-box-data {
    display: flex;
    flex-wrap: wrap;
  }
  .shop-products-box-pieces {
    flex: 1;
    padding-right: 13px;
  }
  .shop-products-box-pieces-title {
    font-size: 16px;
    line-height: 24px;
  }
  .shop-products-box-buttons {
    max-width: 130px;
    flex: 1;
    margin-top: 5px;
  }
  .shop-products-box-buttons-details {
    font-size: 16px;
  }
  .shop-products-box-buttons-cta {
    margin-top: 20px;
  }

  .shop-share {
    padding: 0 46px 85px;
    text-align: right;
  }
  .shop-share a {
    max-width: 324px;
  }

  .productdetail-modal .custom-modal-content-box {
    max-width: 934px;
  }
  .productdetail-modal .custom-modal-details {
    padding: 60px 23px 35px;
  }
  .productdetail-modal .custom-modal-details section#pdp-features.features {
    padding: 0;
  }
  .productdetail-modal .custom-modal-details section#pdp-features.features .features {
    padding: 20px 0 0;
  }
  .productdetail-modal .custom-modal-details section#pdp-prodtop.custom {
    margin: 0 auto;
  }
  .productdetail-modal .custom-modal-details section#pdp-prodtop.custom div#colLeft {
    top: 0;
    position: static;
  }
  .productdetail-modal .custom-modal-details section#pdp-prodtop.custom div#colRight .product-details-box {
    width: 95%;
  }
  .productdetail-modal .custom-modal-details section#pdp-prodtop.custom div#colRight .product-details-box .h4 {
    font-size: 26px;
    line-height: 39px;
  }
  .productdetail-modal .custom-modal-details section#pdp-prodtop.custom div#colRight .product-details-box .shortdesc {
    font-size: 14px;
    line-height: 21px;
  }
}
/* // Medium devices (desktop, 1024px and up) */
@media (min-width: 1024px) {
  .shop-products-box-image {
    max-width: 329px;
  }
  .shop-products-box-content {
    padding: 22px 31px;
  }
  .shop-products-box-title {
    font-size: 24px;
  }
  .shop-products-box-prices {
    font-size: 24px;
  }
  .shop-products-box-buttons {
    max-width: 203px;
  }
}
@media (min-width: 1200px) {
  .shop-products-wrapper {
    padding: 0 65px 65px;
  }
  .shop-products-box {
    margin-bottom: 31px;
  }
  .shop-products-box:last-child {
    margin-bottom: 0;
  }
  .shop-products-box-image {
    max-width: 332px;
  }
  .shop-products-box-content {
    padding: 25px 29px 20px;
  }
  .shop-products-box-text {
    font-size: 18px;
    line-height: 22px;
  }
  .shop-products-box-pieces-range-bar {
    max-width: 425px;
  }
  .shop-products-box-buttons-details {
    font-size: 18px;
  }

  .shop-share {
    padding: 0 65px 100px;
  }

  .productdetail-modal .custom-modal-content-box {
    max-width: 977px;
  }
  .productdetail-modal .custom-modal-details {
    padding: 46px;
  }
  .productdetail-modal .custom-modal-details section#pdp-features.features .features {
    padding: 40px 0 0;
  }
  .productdetail-modal .custom-modal-details section#pdp-prodtop.custom div#colLeft {
    top: 0;
    position: static;
  }
  .productdetail-modal .custom-modal-details section#pdp-prodtop.custom div#colRight .product-details-box {
    width: 95%;
    max-width: 95%;
  }
  .productdetail-modal .custom-modal-details section#pdp-prodtop.custom div#colRight .product-details-box .h4 {
    font-size: 30px;
    line-height: 44px;
  }
  .productdetail-modal .custom-modal-details section#pdp-prodtop.custom div#colRight .product-details-box .shortdesc {
    font-size: 16px;
    line-height: 24px;
  }
}
:root {
  --hero-gap: 170px;
}

.castelli-hero-banner-container-box {
  height: calc(100vh - var(--hero-gap));
  width: 100%;
  position: relative;
}
.castelli-hero-banner-container-box-content {
  width: 100%;
  position: absolute;
  z-index: 2;
  padding: 20px 10px;
}
.castelli-hero-banner-container-box-content.upleft {
  top: 0;
  left: 0;
}
.castelli-hero-banner-container-box-content.centerleft {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.castelli-hero-banner-container-box-content.downleft {
  bottom: 0;
  left: 0;
}
.castelli-hero-banner-container-box-content.center {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
.castelli-hero-banner-container-box-content.upright {
  top: 0;
  right: 0;
}
.castelli-hero-banner-container-box-content.centerright {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.castelli-hero-banner-container-box-content.downright {
  bottom: 0;
  right: 0;
}
.castelli-hero-banner-container-box-content-title {
  align-self: stretch;
  flex-grow: 0;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 3px;
}
.castelli-hero-banner-container-box-content-title.red {
  color: #e31010;
}
.castelli-hero-banner-container-box-content-title.white {
  color: #fff;
}
.castelli-hero-banner-container-box-content-title.upleft, .castelli-hero-banner-container-box-content-title.centerleft, .castelli-hero-banner-container-box-content-title.downleft {
  text-align: left;
}
.castelli-hero-banner-container-box-content-title.center {
  text-align: center;
}
.castelli-hero-banner-container-box-content-title.upright, .castelli-hero-banner-container-box-content-title.centerright, .castelli-hero-banner-container-box-content-title.centerright, .castelli-hero-banner-container-box-content-title.downright {
  text-align: right;
  margin-right: -3px;
}
.castelli-hero-banner-container-box-content-subtitle {
  flex-grow: 0;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-bottom: 24px;
}
.castelli-hero-banner-container-box-content-subtitle.red {
  color: #e31010;
}
.castelli-hero-banner-container-box-content-subtitle.white {
  color: #fff;
}
.castelli-hero-banner-container-box-content-subtitle.upleft, .castelli-hero-banner-container-box-content-subtitle.centerleft, .castelli-hero-banner-container-box-content-subtitle.downleft {
  text-align: left;
  margin-left: 1px;
}
.castelli-hero-banner-container-box-content-subtitle.center {
  text-align: center;
}
.castelli-hero-banner-container-box-content-subtitle.upright, .castelli-hero-banner-container-box-content-subtitle.centerright, .castelli-hero-banner-container-box-content-subtitle.downright {
  text-align: right;
  margin-right: -0.8px;
}
.castelli-hero-banner-container-box-content-cta {
  display: flex;
  gap: 10px;
}
.castelli-hero-banner-container-box-content-cta.center {
  justify-content: center;
}
.castelli-hero-banner-container-box-content-cta.upright, .castelli-hero-banner-container-box-content-cta.centerright, .castelli-hero-banner-container-box-content-cta.downright {
  justify-content: flex-end;
}
.castelli-hero-banner-container-box-content-cta.upright .btn, .castelli-hero-banner-container-box-content-cta.centerright .btn, .castelli-hero-banner-container-box-content-cta.downright .btn {
  margin-right: 0;
}
.castelli-hero-banner-container-box-content-cta a {
  max-width: 172.5px;
  width: 100%;
  padding: 9px 0;
}
.castelli-hero-banner-container-box-content-cta .btn {
  font-family: Oswald, serif;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1.6px;
  text-align: center;
  border: none;
  cursor: pointer;
  border-radius: 40px;
}
.castelli-hero-banner-container-box-content-cta .btn.buttonPrimary {
  border: 1px solid #e31010;
  background-color: #e31010;
  color: #ffffff;
  letter-spacing: 0.1rem;
  border-radius: 40px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.castelli-hero-banner-container-box-content-cta .btn.buttonPrimary:hover {
  color: #e31010;
  background-color: white;
}
.castelli-hero-banner-container-box-content-cta .btn.buttonPrimary:disabled, .castelli-hero-banner-container-box-content-cta .btn.buttonPrimary.disabled, .castelli-hero-banner-container-box-content-cta .btn.buttonPrimary[disabled] {
  border-color: #585858;
  background-color: #585858;
  opacity: 1;
  pointer-events: none;
}
.castelli-hero-banner-container-box-content-cta .btn.buttonSecondary {
  border: 1px solid #fff;
  color: #fff;
  letter-spacing: 0.1rem;
  border-radius: 40px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.castelli-hero-banner-container-box-content-cta .btn.buttonSecondary:hover {
  color: #e31010;
  background-color: white;
}
.castelli-hero-banner-container-box-content-cta .btn.buttonSecondary:disabled, .castelli-hero-banner-container-box-content-cta .btn.buttonSecondary.disabled, .castelli-hero-banner-container-box-content-cta .btn.buttonSecondary[disabled] {
  border-color: #585858;
  background-color: #585858;
  opacity: 1;
  pointer-events: none;
}
.castelli-hero-banner-container-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .castelli-hero-banner-container-box-content {
    padding: 40px 65px;
  }
  .castelli-hero-banner-container-box-content-title {
    font-size: 40px;
    letter-spacing: 8px;
  }
  .castelli-hero-banner-container-box-content-title.upright, .castelli-hero-banner-container-box-content-title.centerright, .castelli-hero-banner-container-box-content-title.downright {
    margin-right: -8px;
  }
  .castelli-hero-banner-container-box-content-subtitle {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .castelli-hero-banner-container-box-content-cta {
    justify-content: normal;
    gap: 20px;
  }
  .castelli-hero-banner-container-box-content-cta a {
    max-width: 201.5px;
    width: 100%;
    padding: 9px 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: 42px;
  padding-bottom: 42px;
}
.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.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(--bs-gutter-x, 0.75rem) 40px var(--bs-gutter-x, 0.75rem);
  position: relative;
  z-index: 5;
}
.category-page-banner-content-title {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 1.3px;
  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.1em;
}
.category-page-banner-content-link {
  margin-top: 20px;
  height: 44px;
  padding: 10px 28px;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  background-color: #E31010;
  color: #FFF;
  border-radius: 44px;
}
.category-page-banner-content-link:hover {
  background-color: #FFF;
  border-color: #E31010;
  color: #E31010;
}

/* from TABLET */
/* from DESKTOP */
@media (min-width: 1024px) {
  .category-page-banner.with_image .category-page-banner-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .category-page-banner-content-title {
    font-size: 32px;
  }
}
#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,
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .hide-light-checkout,
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate #navbarText.collapse.navbar-collapse,
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .navbar-text,
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate nav.navbar .top-navbar {
  display: none !important;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate nav#navbar.navbar {
  background: transparent;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate nav#navbar.navbar > * {
  height: fit-content;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate nav#navbar.navbar.margin-preheader {
  margin: 0 !important;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar.navbar-light.bg-light {
  background: #f4f4f4 !important;
  padding: 8px 10px;
  margin: 0;
  height: fit-content;
  position: relative;
}
@media (min-width: 768px) {
  .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar.navbar-light.bg-light {
    padding: 8px 20px;
  }
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar.navbar-light.bg-light .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.navbar-light.bg-light .light-checkout-back span {
  font-size: 14px;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar.navbar-light.bg-light .light-checkout-back i {
  font-size: 29px;
}
@media (min-width: 768px) {
  .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar.navbar-light.bg-light .light-checkout-back i {
    font-size: 20px;
  }
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar.navbar-light.bg-light .light-checkout-back .hide-mobile {
  font-weight: 400;
  letter-spacing: 0.7px;
}
@media (max-width: 768px) {
  .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar.navbar-light.bg-light .light-checkout-back .hide-mobile {
    display: none;
  }
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar.navbar-light.bg-light .logo-image {
  max-width: unset;
  flex-basis: 100%;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar.navbar-light.bg-light .logo-image .banner__component.simple-banner {
  text-align: center;
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar.navbar-light.bg-light .logo-image .banner__component.simple-banner a img {
  width: 141px;
  height: auto;
}
@media (min-width: 769px) {
  .page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar.navbar-light.bg-light .logo-image .banner__component.simple-banner a img {
    width: 188px;
  }
}
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar.navbar-light.bg-light .main-left.header-light-checkout,
.page-multiStepCheckoutSummaryPage.template-pages-MultiStepCheckoutSummaryPageTemplate .main-navbar.navbar-light.bg-light .main-mobile {
  position: relative;
  height: fit-content;
}

#accordion-cart-resume {
  margin-bottom: 2rem;
}
@media (min-width: 769px) {
  #accordion-cart-resume {
    width: 66.666666%;
    margin: 0 auto 2rem;
  }
}
@media (min-width: 992px) {
  #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: 12.5rem;
  border: solid 0.0625rem #585858;
  background-color: #FFFFFF;
  color: #585858;
  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: #E31010;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e31010'%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: #585858;
}
#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;
}
#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: 36%;
  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;
}
#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: #e31010;
  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: #585858;
  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: rgba(88, 88, 88, 0.5);
}
.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;
}

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